]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
2
3 * textmodes/page-ext.el (pages-directory-for-addresses):
4 Including `pages-directory-address-mode' in the function results
5 in the message "Buffer in which pages were found is deleted".
6
7 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8
9 * textmodes/org.el: (org-agenda-mode-map): Add bindings for
10 clocking functions.
11
12 (org-agenda-clock-in, org-check-running-clock)
13 (org-clock-out-if-current, org-remove-clock-overlays)
14 (org-put-clock-overlay): New functions.
15 (org-clock-marker, org-clock-file-total-minutes)
16 (org-clock-overlays): New variables.
17 (org-clock-display, org-clock-sum, org-clock-cancel)
18 (org-clock-out, org-clock-in): New commands.
19 (org-export): New function.
20 (org-emph-re): New constant.
21 (org-set-emph-re, org-do-emphasis-faces): New functions.
22 (org-emphasis-regexp-components, org-emphasis-alist): New options.
23 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
24 (org-export-html-convert-emphasize): Use the configurable emphasis.
25 (org-cleaned-string-for-export): Make multiline emphasis visible
26 to the exporter. New optional argument PARAMETERS.
27 (org-export-as-html): Specify :emph-multiline parameter to
28 `org-cleaned-string-for-export'.
29
30 2006-06-10 Richard Stallman <rms@gnu.org>
31
32 * help.el (help-for-help-internal): Clean up help text.
33
34 2006-06-10 Andreas Schwab <schwab@suse.de>
35
36 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
37 in doc string.
38
39 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
40
41 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
42
43 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
44 spaces after the comment start.
45
46 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
47
48 * play/pong.el (pong-init-buffer):
49 Fill buffer with spaces instead of ^A.
50
51 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
52 launched asynchronously, delete its process instead of being cool.
53 (ispell-async-processp): Check for `delete-process' existence
54 instead of `kill-process' one for consistency.
55
56 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
57
58 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
59 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
60 in mode line at startup.
61
62 2006-06-08 Kim F. Storm <storm@cua.dk>
63
64 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
65 (ido-init-completion-maps): Bind them to M-SPC and M-v.
66 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
67 (ido-file-internal): Pass full file name to write-file.
68 (ido-read-internal): Only pop stack elements automatically if they
69 actually match an existing directory or file name.
70
71 2006-06-07 Kenichi Handa <handa@m17n.org>
72
73 * international/mule.el (find-auto-coding): Don't handle the short
74 name `char-trans'.
75
76 * files.el (hack-local-variables-prop-line)
77 (hack-local-variables): Cancel the previous change.
78
79 2006-06-06 Jesper Harder <harder@phys.au.dk>
80
81 * ediff-diff.el (ediff-test-utility): Protect against
82 file-error.
83
84 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
85
86 * diff-mode.el (diff-mode): Set buffer-read-only to t when
87 diff-default-read-only is non-nill.
88 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
89 (diff-refine-hunk): Set inhibit-read-only to t.
90
91 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
92 modifying the *Diff* buffer.
93 (diff-process-filter): New filter function for diff process that
94 sets inhibit-read-only to t when modifying the *Diff* buffer.
95
96 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
97
98 * textmodes/org.el: (org-archive-subtree): Use end-of-subtree as
99 insertion point and control the number of empty lines.
100 (org-paste-subtree): Limit the number of empty lines at the end of
101 the inserted tree.
102 (org-agenda): Use buffer name of current file for narrowing.
103 (org-export-as-xml): Command removed.
104 (org-export-xml-type): Option removed.
105 (org-mode-map): Call `org-export-as-xoxo' directly.
106 (org-get-indentation): New optional argument LINE.
107 (org-fix-indentation, org-remove-tabs): New functions.
108 (org-export-as-ascii, org-ascii-level-start): Determine and apply
109 correct indentation for headlines that are converted it items.
110 (org-skip-comments): Remove table lines that contain narrowing
111 cookies but no other non-empty fields.
112 (org-set-tags): Allow groups of mutually exclusive tags.
113 (org-cmp-time): Sort 24:21 before items without time.
114 (org-get-time-of-day): Fixed the interpretation of 12pm and 12am.
115 (org-open-at-point): Require double colon also for numbers.
116
117 2006-06-06 Kim F. Storm <storm@cua.dk>
118
119 * ido.el (ido-default-file-method, ido-default-buffer-method):
120 Make choice values consistent with corresponding command names.
121 (ido-visit-buffer): Update accordingly. Default to selected-window.
122
123 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
124
125 * progmodes/gud.el (gud-running): Fix doc string.
126 (gud-menu-map): Use :visible instead fo :enable for debugger test.
127 (gud-tooltip-modes): Add python-mode.
128 (gud-tooltip-print-command): Add pdb. Remove perldb.
129
130 2006-06-05 Eli Zaretskii <eliz@gnu.org>
131
132 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
133 Quote $(EMACS).
134
135 2006-06-05 Richard Stallman <rms@gnu.org>
136
137 * faces.el (defined-colors): Doc fix.
138
139 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
140
141 * vc.el (vc-process-filter): Inhibit undo info collection around
142 call to insert.
143 (vc-setup-buffer): Likewise for call to erase-buffer.
144 (vc-do-command): Likewise for call to process-file.
145
146 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
147
148 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
149 for gud-go.
150 (gud-common-init): Other debuggers may trigger error.
151
152 2006-06-05 Kenichi Handa <handa@m17n.org>
153
154 * international/mule.el (find-auto-coding): Handle
155 enable-character-translation in file header.
156
157 2006-06-04 Kim F. Storm <storm@cua.dk>
158
159 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
160 (authors-fixed-entries): Fix spelling.
161 (authors-canonical-file-name): Don't report error for wildcards.
162
163 * help.el (view-emacs-news): Rewrite to support new NEWS,
164 NEWS.major, and NEWS.1-17 file naming. Add more intelligense,
165 e.g. version 10 matches 1.10, and don't be confused by version 1.1
166 begin a prefix of 1.12 (etc). A numeric prefix arg also works.
167
168 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
169
170 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
171 exec constructs like `foo bar`.
172 (sh-quoted-subshell): New helper function to search for a possibly
173 nested subshell (like `` or $()) within a "" quoted string.
174 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
175 (sh-apply-quoted-subshell): Flag quote characters inside a
176 subshell, which is itself already in a quoted region, as
177 punctuation, since this is the closest to what they actually are.
178 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
179 sh-apply-quoted-subshell.
180 (sh-font-lock-syntactic-face-function): Apply the new face for
181 text inside `` instead of the old font-lock-string-face.
182
183 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
184
185 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
186 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
187 (mac-bytes-to-text-range, mac-ae-text-range-array)
188 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
189 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
190 (mac-ts-unicode-for-key-event): New functions.
191 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
192 (mac-handle-font-selection): Use mac-ae-number.
193 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
194 New variables.
195 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
196 (mac-ts-converted-text, mac-ts-selected-converted-text)
197 (mac-ts-block-fill-text, mac-ts-outline-text)
198 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
199 (mac-ts-hilite-style-faces): New constant.
200 (mac-apple-event-map): Bind text input events.
201 (mac-dispatch-apple-event): Use command-execute instead of
202 call-interactively.
203 (global-map): Don't bind mac-apple-event.
204 (special-event-map): Bind mac-apple-event.
205
206 2006-06-02 Eli Zaretskii <eliz@gnu.org>
207
208 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
209 file name.
210 (emacs): Enclose the value of $(EMACS) in quotes.
211
212 2006-06-02 Juri Linkov <juri@jurta.org>
213
214 * international/mule.el (sgml-html-meta-auto-coding-function):
215 Remove the condition `(search-forward "<html" size t)'.
216 Replace `\"' with `[\"']?' in `re-search-forward'.
217
218 2006-06-02 Kenichi Handa <handa@m17n.org>
219
220 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
221 as well as `coding'.
222 (hack-local-variables): Likewise.
223
224 * international/mule.el (enable-character-translation): Put
225 permanent-local and safe-local-variable properties.
226 (find-auto-coding): Handle char-trans: tag.
227
228 2006-06-02 Juri Linkov <juri@jurta.org>
229
230 * international/mule.el (sgml-html-meta-auto-coding-function):
231 Limit the search by the end of the HTML header (if any).
232
233 2006-06-01 Richard Stallman <rms@gnu.org>
234
235 * subr.el (with-current-buffer): Doc fix.
236
237 2006-06-02 Masatake YAMATO <jet@gyve.org>
238
239 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
240 Almost rewrite. Underlines over all lines of gcov output are too
241 uncomfortable to read. Suggested by Dan Nicolaescu.
242
243 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
244
245 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
246
247 * shell.el (shell-mode): Use shell-mode-map in docstring.
248
249 * comint.el (comint-send-input): Do not add help-echo and
250 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
251
252 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
253
254 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
255
256 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
257
258 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
259 (gdb-stopped, gdb-info-stack-custom): If there is no source info
260 look up the stack and pop up GUD buffer if necessary.
261 (gdb-frames-select): Remove redundant call to gud-display-frame.
262 (gdb-info-threads-custom): Keep point at start of buffer.
263 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
264
265 2006-05-31 Juri Linkov <juri@jurta.org>
266
267 * replace.el (query-replace-read-from, query-replace-read-to):
268 Bind `history-add-new-input' to nil. Call `add-to-history'.
269
270 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
271
272 * textmodes/table.el: Convert all HTML tags to lower case for
273 XHTML compatibility.
274
275 2006-05-31 Masatake YAMATO <jet@gyve.org>
276
277 * progmodes/compile.el:
278 (compilation-error-regexp-alist-alist::gcov-called-line):
279 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
280
281 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
282
283 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
284 Revert inadvertant changes made with last commit.
285
286 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
287
288 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
289 New functions.
290
291 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
292
293 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
294
295 * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp
296 only matches in the right place.
297 (org-upcoming-deadline): New face.
298 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
299 (org-export-ascii-underline): Rename constant `org-ascii-underline'
300 and make it an option.
301 (org-export-ascii-bullets): New option.
302 (org-export-as-html): Many changes to emit valid XHTML.
303 (org-par-open): New variable.
304 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
305 (org-html-do-expand, org-section-number): Fixedcase in `replace-match'.
306 (org-timeline): Pass `org-timeline-show-empty-dates' to
307 `org-get-all-dates'. Interpret empty dates returned by `org-get-all-dates'.
308 (org-get-all-dates): New argument EMPTY. Add dates without
309 entries to the list, mark large ranges of empty dates.
310 (org-point-in-group, org-context): New functions.
311
312 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
313
314 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
315
316 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
317 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
318 to C-mouse-3 (for 2 button mice).
319 (gdb-send): Do the right thing for C-d.
320
321 * speedbar.el (speedbar-detach): Delete.
322 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
323 it breaks things.
324 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
325
326 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
327
328 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
329 Makeppfile.
330
331 * progmodes/compile.el (compilation-error-regexp-alist-alist):
332 Add makepp diagnostic.
333
334 2006-05-29 Richard Stallman <rms@gnu.org>
335
336 * window.el (fit-window-to-buffer): Doc fix.
337
338 * help.el (temp-buffer-max-height): Doc fix.
339
340 * subr.el (with-current-buffer): Doc fix.
341
342 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
343
344 * term/x-win.el: Bind F10 to menu-bar-start if available.
345
346 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
347
348 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
349 uses with a simple test.
350 (term-set-escape-char, term-mode, term-check-kill-echo-list)
351 (term-send-raw-string, term-send-raw, term-mouse-paste)
352 (term-char-mode, term-line-mode, term-exec, term-sentinel)
353 (term-handle-exit, term-read-input-ring)
354 (term-previous-matching-input-string)
355 (term-previous-matching-input-string-position)
356 (term-previous-matching-input-from-input)
357 (term-replace-by-expanded-history, term-send-input)
358 (term-skip-prompt, term-bol, term-send-invisible)
359 (term-kill-input, term-delchar-or-maybe-eof)
360 (term-backward-matching-input, term-check-source)
361 (term-proc-query, term-emulate-terminal)
362 (term-handle-colors-array, term-process-pager, term-pager-line)
363 (term-pager-bob, term-unwrap-line, term-word)
364 (term-dynamic-complete-filename)
365 (term-dynamic-complete-as-filename)
366 (term-dynamic-simple-complete): Replace one arm ifs with whens or
367 unlesses.
368
369 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
372 during bootstrapping.
373
374 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
375 Basically undo the change of 2006-05-26: use extra arguments instead of
376 dynamic scoping.
377 (ewoc-locate): Remove unused var `footer'.
378
379 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
382
383 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
384 (generate-file-autoloads): Obey it. Return whether autoloads were
385 added at point or not.
386 (update-file-autoloads): Use this new return value.
387 Remove redundant test for the presence of an autoload cookie.
388
389 * emacs-lisp/autoload.el (autoload-find-file): New fun.
390 This one calls hack-local-variables.
391 (generate-file-autoloads, update-file-autoloads): Use it.
392
393 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
394 (bibtex-sort-entry-class): Add safe-local-variable predicate.
395 (bibtex-sort-entry-class-alist): Don't set the global value.
396 (bibtex-init-sort-entry-class-alist): New fun.
397 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
398 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
399 of bibtex-init-sort-entry-class.
400
401 2006-05-28 Richard Stallman <rms@gnu.org>
402
403 * subr.el (load-history-regexp): If FILE is relative, insist
404 entire last name component must match it.
405 (load-history-filename-element, load-history-regexp): Doc fixes.
406
407 2006-05-29 Kim F. Storm <storm@cua.dk>
408
409 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
410 `pos' and `raw-data' for clarity, as eval forms may access these.
411
412 2006-05-28 Kim F. Storm <storm@cua.dk>
413
414 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
415
416 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * progmodes/make-mode.el (makefile-browser-map)
419 (makefile-mode-syntax-table): Move initialization inside declaration.
420 (makefile-fill-paragraph): Use the default comment-filling code.
421
422 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
423
424 * replace.el (query-replace-defaults): New variable.
425 (query-replace-read-from): Use `query-replace-defaults' for
426 default value, instead of history list.
427 (query-replace-read-to): Update `query-replace-defaults'.
428
429 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
430
431 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
432 with no X toolkit.
433
434 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
435
436 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
437 (tumme-show-all-from-dir): Add autoload.
438
439 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
440
441 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
442 (tumme-remove-tag): Fix bug.
443
444 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
445
446 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
447 FOOTER args. Update unique caller.
448 (ewoc-delete): Compute last node once before looping.
449 (ewoc--node-branch): Merge into unique caller.
450 (ewoc--node): Don't define constructor make-ewoc--node for this
451 structure.
452 (ewoc): Add member `hf-pp' to this structure.
453 (ewoc--wrap): New func.
454 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
455 header/footer pretty-printers. Save header/footer pretty-printer.
456 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
457
458 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
459
460 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
461
462 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
463 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
464 Tag'. Change "Compare directories..." to "Change Directories...".
465 Move tumme commands to Operate, Regexp and Immediate menus.
466 Change "Add Comment" to "Add Image Comment". Change "Add Image
467 Tag" to "Add Image Tags".
468
469 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
470 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
471 `tumme-delete-tag'.
472
473 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
474
475 * shell.el (shell-mode): Call shell-dirtrack-mode after
476 list-buffers-directory is made a local variable, to avoid setting
477 the default value.
478
479 2006-05-26 Kevin Ryde <user42@zip.com.au>
480
481 * info.el (Info-index-next): Use where-is-internal to report
482 actual binding of Info-index-next, rather than hard-coded `,'.
483
484 2006-05-26 Eli Zaretskii <eliz@gnu.org>
485
486 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
487 and "Find Command in Manual" to here.
488
489 * buff-menu.el (list-buffers-noselect): For Info buffers, use
490 Info-current-file as the file name.
491
492 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
493
494 * ses.el (defadvice undo-more): Delete this defadvice. The undo
495 overrides will now be done a different way.
496 (ses-set-parameter): Reapply this function for undo.
497 (ses-set-header-row): Reconstruct header row during undo.
498 (ses-widen): New function.
499 (ses-goto-data, ses-reconstruct-all): Use new function.
500 (ses-command-hook): Widen buffer during undo, before unupdating
501 the cells.
502 (ses-insert-row, ses-delete-row): Widen buffer during undo.
503 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
504 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
505 formula hasn't been executed yet.
506
507 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
508
509 * comint.el (comint-kill-whole-line): Rename arg to count.
510 Fix doc string.
511
512 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
513
514 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
515 to copy-file.
516
517 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
518
519 * simple.el (toggle-truncate-lines): Make arg optional for
520 backward compatibility.
521
522 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
523
524 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
525 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
526 DLL arg. Instead, use ewoc--current-dll. Update all callers.
527 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
528 (ewoc--adjust): Use ewoc--current-dll.
529 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
530
531 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
532
533 * textmodes/org.el: (org-next-item, org-previous-item): Emit more
534 compact error message.
535 (org-tags-view): Refresh category table in each file.
536 (org-table-justify-field-maybe): Remove superfluous arguments to
537 `format'.
538 (org-export-as-html): Insert "<p>" before postamble.
539 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
540
541 2006-05-26 Kenichi Handa <handa@m17n.org>
542
543 * textmodes/po.el (po-find-charset): Pay attention to the case
544 FILENAME is a cons (NAME . BUFFER).
545 (po-find-file-coding-system-guts): Likewise.
546
547 * arc-mode.el (archive-set-buffer-as-visiting-file):
548 Call find-operation-coding-system with (FILENAME . BUFFER).
549
550 * tar-mode.el (tar-extract): Call find-operation-coding-system
551 with (FILENAME . BUFFER).
552
553 * international/mule.el (decode-coding-inserted-region):
554 Call find-operation-coding-system with (FILENAME . BUFFER).
555
556 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
557
558 * image-mode.el (image-toggle-display): Use buffer contents to
559 generate image for a remote file.
560
561 2006-05-25 Juri Linkov <juri@jurta.org>
562
563 * replace.el (query-replace-read-from, query-replace-read-to):
564 Remove 8th arg KEEP-ALL in read-from-minibuffer.
565
566 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
567
568 * whitespace.el (whitespace-cleanup): Change to cleanup
569 region if one is active.
570 * whitespace.el (whitespace-cleanup-internal): New internal method.
571
572 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
573
574 * dired.el (dired-mode-map): Add help-echo strings to tumme
575 commands. Bind `tumme-dired-display-image' to C-t i.
576
577 * tumme.el (tumme-display-image): Change documentation string slightly.
578 (tumme-dired-display-image): Add call to `display-buffer'.
579
580 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
581
582 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
583 Signal error if RAW-DATA is a multibyte string.
584
585 2006-05-24 Richard Stallman <rms@gnu.org>
586
587 * subr.el (with-local-quit): When handling `quit' signal,
588 make a chance for quit-flag to cause a quit.
589
590 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
591 (ad-disable-advice): Add autoloads.
592
593 * subr.el (read-passwd): Copy PROMPT before changing its properties.
594
595 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
596
597 * dired.el (dired-mode-map): Change menu items for tumme as per
598 suggestions in emacs-devel.
599
600 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
601
602 * dired.el (dired-mode-map): Fix breakage.
603
604 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
605
606 * tumme.el (tumme-display-dired-image): Rename to...
607 (tumme-dired-display-image): ...this.
608 (tumme-track-movement): Change default value to t.
609 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
610 used from `tumme-next-line-and-display' and similar commands.
611
612 * dired.el (dired-mode-map): Add Thumbnail submenu under the
613 Immediate menu. Add some tumme commands there.
614
615 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
616
617 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
618
619 2006-05-24 Chong Yidong <cyd@mit.edu>
620
621 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
622 menu entries that open submenus.
623
624 2006-05-24 Alan Mackenzie <acm@muc.de>
625
626 * startup.el (command-line): For names of preloaded files, don't
627 append ".elc" (now done in Fload), and call file-truename on the
628 lisp directory.
629
630 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
631 match ANY loaded file with the right name, not just those in
632 load-path. Put a regexp matching the file name into
633 after-load-alist, rather than the name itself.
634
635 * subr.el: New functions load-history-regexp,
636 load-history-filename-element, do-after-load-evaluation.
637
638 * international/mule.el (load-with-code-conversion): Do the
639 eval-after-load stuff by calling do-after-load-evaluation.
640
641 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
642
643 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
644 has not been killed.
645
646 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
647
648 * term/mac-win.el: Set idle timer to clean up expired Apple events.
649 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
650 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
651 Optionally set error message in reply.
652
653 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
654
655 * textmodes/org.el: (org-open-at-point): Use renamed variable
656 `org-confirm-shell-link-function'.
657 (org-confirm-shell-link-function): Rename from
658 `org-confirm-shell-links'.
659 (org-export-directory): New function.
660 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
661 (org-export-icalendar): Use `org-export-directory'.
662 (org-indent-item): Keep cursor position.
663 (org-link-file-path-type): New option.
664 (org-export-as-html): Fix bug with plain lists starting in
665 column 0.
666 (org-export-as-html): Remove deadline formatting, this happens
667 now already in `org-html-handle-time-stamps'.
668 (org-export-html-style): Deadline class removed.
669 (org-insert-labeled-timestamps-at-point): New option.
670 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
671 of `hide-sublevels 1', in case the first headline is not level 1.
672 (org-overview, org-content): New fuction.
673 (org-cycle-global-status, org-cycle-subtree-status): Make these
674 variables buffer-local.
675 (org-global-cycle): New command.
676 (org-shifttab): Use `org-global-cycle'.
677 (org-insert-heading, org-insert-item): Go to end of new
678 headline/item after creating it.
679 (org-export-visible): Rename from `org-export-copy-visible'.
680 Now creates a temporary org-file and applies an exporting command
681 to it.
682 (org-table-eval-formula): Support for lisp forms.
683 (org-agenda-todo-ignore-scheduled): New option.
684 (org-agenda-get-todos): Use new option
685 `org-agenda-todo-ignore-scheduled'.
686 (org-export-html-inline-images): New value `maybe'.
687 (org-export-as-html): Inlining of images dependent on link description.
688 (org-archive-subtree): Check for end-of-buffer before trying
689 `kill-line'.
690 (org-agenda-follow-mode): New option.
691 (org-export-with-tags, org-export-with-timestamps): New options.
692 (org-html-handle-time-stamps): New function.
693 (org-keyword-time-regexp): New variable.
694 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
695 (org-agenda-todo-list-sublevels): New option.
696 (org-html-level-start): When TITLE is nil, just close all levels.
697 (org-parse-key-lines, org-parse-export-options): Remove functions,
698 replaced by `org-infile-export-plist'.
699 (org-combine-plists, org-infile-export-plist)
700 (org-default-export-plist): New functions.
701 (org-export-html-preamble, org-export-html-postamble)
702 (org-export-html-auto-preamble, org-export-html-auto-postamble):
703 New variables.
704 (org-export-publishing-directory): New option.
705 (org-export-as-html, org-export-as-ascii): Use the new property
706 lists for settings.
707 (org-export-copy-visible, org-export-as-xoxo):
708 Respect `org-export-publishing-directory'.
709 (org-link-search, org-store-link, org-file-apps): Support for
710 links to BibTeX database entries..
711 (org-get-current-options, org-set-regexps-and-options):
712 Implement logging as a startup option.
713 (org-store-link): Make sure context string is never empty
714 (org-insert-link): Use relative path when possible.
715 (org-at-item-checklet-p): New function.
716 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
717 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
718 (org-metaright, org-metaup, org-metadown, org-shiftup)
719 (org-shiftdown, org-shiftright, org-shiftleft)
720 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
721 Dispatch using `call-interactively'.
722 (org-call-with-arg): New defsubst.
723 (org-tag-alist, org-use-fast-tag-selection): New options.
724 (org-complete): Use `org-tag-alist'.
725 (org-fast-tag-insert, org-fast-tag-selection): New functions.
726 (org-next-item, org-previous-item): New commands.
727 (org-beginning-of-item, org-end-of-item): Add (interactive) to
728 make command.
729 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
730
731
732 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
733
734 * emacs-lisp/ewoc.el (ewoc-delete): New function.
735 (ewoc-filter): Use `ewoc-delete'.
736
737 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
738
739 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
742 Signal more user-friendly error messages.
743
744 * complete.el (PC-do-completion): Undo the addition of implicit
745 wildcards if they did not lead to finding any match.
746 (read-file-name-internal): Don't add the final > if the completion is
747 not finished.
748
749 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
750
751 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
752 Quote safe-local-variable predicate.
753
754 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
755
756 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
757
758 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
759
760 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
761
762 * progmodes/make-mode.el (makefile-special-targets-list)
763 (makefile-macro-table, makefile-target-table): Mark as risky.
764 (makefile-query-one-target-method): Make this the alias for the
765 following variable.
766 (makefile-query-one-target-method-function): Make this the real name.
767
768 * textmodes/artist.el (artist-text-renderer): Make this the alias
769 for the following variable.
770 (artist-text-renderer-function): Make this the real name.
771
772 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
773 the alias for the following variable.
774 (flyspell-generic-check-word-predicate): Make this the real name.
775
776 * textmodes/ispell.el (ispell-format-word): Make this the alias
777 for the following variable.
778 (ispell-format-word-function): Make this the real name.
779 (ispell-message-text-end): Mark as risky.
780
781 * skeleton.el (skeleton-transformation, skeleton-filter)
782 (skeleton-pair-filter): Make these the aliases for the following
783 variables.
784 (skeleton-transformation-function, skeleton-filter-function)
785 (skeleton-pair-filter-function): Make these the real names.
786
787 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
788 and skeleton-pair-filter-function.
789
790 * textmodes/sgml-mode.el (sgml-transformation): Make this the
791 alias for the following variable.
792 (sgml-transformation-function): Make this the real name.
793 (sgml-tag-alist): Mark as risky.
794
795 2006-05-21 Richard Stallman <rms@gnu.org>
796
797 * simple.el (kill-region): Interactively, pass point, then mark.
798
799 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
800
801 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
802
803 2006-05-21 Romain Francoise <romain@orebokech.com>
804
805 * dired-x.el (dired-mode-map): Don't bind M-g.
806
807 2006-05-20 Richard Stallman <rms@gnu.org>
808
809 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
810 (dired-goto-file): Doc fix.
811
812 2006-05-21 Kim F. Storm <storm@cua.dk>
813
814 * emulation/cua-base.el: Mention customizing cua-mode as alternative
815 way to enable built-in cua-mode if user loads older CUA-mode package.
816
817 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
818 if default-filename is specified.
819
820 2006-05-20 Eli Zaretskii <eliz@gnu.org>
821
822 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
823
824 * info.el (info-apropos): Make sure current-file and current-node
825 have non-nil values. Speed up by using add-to-list instead of
826 manual consing.
827
828 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
829
830 * progmodes/make-mode.el (makefile-mode): Doc fix.
831
832 2006-05-20 Eli Zaretskii <eliz@gnu.org>
833
834 * dired-aux.el (dired-do-shell-command): Doc fix.
835
836 2006-05-20 Kevin Ryde <user42@zip.com.au>
837
838 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
839 ``(custom-manual :tag "Foo" "(foo)Node")''.
840
841 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
842
843 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
844 value is an integer.
845
846 2006-05-20 Eli Zaretskii <eliz@gnu.org>
847
848 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
849 "format".
850 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
851
852 2006-05-20 Martin Rudalics <rudalics@gmx.at>
853
854 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
855 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
856
857 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
858
859 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
860 regexp for keywords.
861
862 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
863
864 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
865 replace-regexp-in-string.
866
867 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
868 encode, and escape file name on conversion to URL.
869
870 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
871
872 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
873 Don't unescape URL.
874 (dnd-get-local-file-name): Unescape URL on conversion to file name.
875
876 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
877 on conversion to URLs.
878
879 * net/browse-url.el (browse-url-file-url): Encode file name on
880 conversion to URL.
881
882 * term/mac-win.el (mac-ae-open-documents): Escape file name on
883 conversion to URL.
884
885 2006-05-19 Eli Zaretskii <eliz@gnu.org>
886
887 * progmodes/cc-styles.el (c-style-alist): Doc fix.
888
889 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
890
891 * term/mac-win.el (mac-bytes-to-digits): Remove function.
892 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
893
894 2006-05-19 Glenn Morris <rgm@gnu.org>
895
896 * calendar/diary-lib.el (diary-bahai-date)
897 (list-bahai-diary-entries, mark-bahai-diary-entries)
898 (mark-bahai-calendar-date-pattern): Not interactive.
899 (add-to-diary-list): New optional arg LITERAL. Doc fix.
900 (diary-entries-list): Change format of 4th element in each entry.
901 (diary-list-entries): Use add-to-diary-list.
902 (diary-goto-entry): Handle the case where the buffer visiting the
903 diary has been killed.
904 (fancy-diary-display): Add 'locator to button rather than 'marker.
905 Only generate temp-face when there are marks to apply.
906 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
907 (diary-fancy-date-pattern): New variable.
908 (diary-time-regexp): Doc fix.
909 (diary-anniversary, diary-time): New faces.
910 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
911 diary-time-regexp. Add font-lock-multiline property where needed.
912 Use new faces diary-anniversary and diary-time.
913 (diary-fancy-font-lock-fontify-region-function): New function, to
914 handle multiline font-lock pattern in fancy diary.
915 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
916 (diary-font-lock-keywords): Tweak time regexp. Use new face
917 diary-time.
918
919 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
920
921 * international/code-pages.el (mik): Table corrected.
922
923 2006-05-18 Kim F. Storm <storm@cua.dk>
924
925 * progmodes/grep.el (grep-find): Don't check grep-find-command
926 before running command (breaks non-interactive usage).
927
928 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
929
930 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
931 (ewoc--insert-new-node): Don't insert trailing newline.
932 Instead, adjust successor nodes's start markers.
933 (ewoc--refresh-node): Delete all text from current node's start
934 marker to the next one's; adjust successor nodes's start markers.
935 (ewoc--create): Doc fixes.
936 (ewoc--refresh): Don't insert newline.
937 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
938 * pcvs.el (cvs-make-cvs-buffer):
939 Specify extra newline for ewoc's header and footer.
940 (cvs-update-header): Update initial header recognition.
941 Append newline to final header and footer values.
942 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
943
944 2006-05-17 Richard Stallman <rms@gnu.org>
945
946 * files.el (file-name-extension): Doc fix.
947
948 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
949
950 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
951 we can explicitly enable/disable rather than toggle.
952 (shell-mode): Use it.
953 (shell-cd): Don't try to reproduce what `cd' does.
954
955 2006-05-17 Kim F. Storm <storm@cua.dk>
956
957 * ido.el (ido-read-internal): Use only nondirectory part of
958 default item.
959
960 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
961
962 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
963 (ewoc-nth): Doc fix.
964
965 (ewoc-map, ewoc-invalidate): Compute PP before looping.
966
967 2006-05-16 Eli Zaretskii <eliz@gnu.org>
968
969 * international/mule.el (auto-coding-alist): Add .lha to files
970 read with no-conversion.
971
972 * files.el (auto-mode-alist): Add .lha files to archive file
973 extensions.
974
975 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
976 Convert csize to integer when computing offsets within the
977 compressed archive file.
978
979 2006-05-16 Kim F. Storm <storm@cua.dk>
980
981 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
982 with read-from-minibuffer.
983
984 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
985
986 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
987 (byte-compile-warnings): Fix safe-local-variable property.
988
989 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
990
991 * allout.el (allout-show-bodies, allout-old-style-prefixes)
992 (allout-stylish-prefixes, allout-numbered-bullet)
993 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
994 predicates to qualify `safe-local-variable' property, when
995 available, else use equivalent lambda.
996 (allout-current-topic-collapsed-p): Do the right thing regarding
997 trailing blank lines.
998
999 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * server.el (server-start): Only create a directory if needed.
1002 (server-edit, server-unload-hook): server-start => server-mode.
1003 (kill-emacs-hook): Cleanup upon exit.
1004
1005 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * hexl.el (hexlify-buffer): Encode process arguments manually.
1008
1009 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1010
1011 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1012 call to gdb-tooltip-print.
1013
1014 2006-05-15 Romain Francoise <romain@orebokech.com>
1015
1016 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1017 systems, default to "tar" since those systems probably have GNU tar.
1018
1019 2006-05-14 Lars Hansen <larsh@soem.dk>
1020
1021 * desktop.el (desktop-missing-file-warning): Fix docstring.
1022 (desktop-restore-file-buffer): Correct question asked on missing file.
1023
1024 2006-05-14 Kim F. Storm <storm@cua.dk>
1025
1026 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1027 Add CUA move property.
1028
1029 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1030
1031 * custom.el (custom-push-theme): Load the variable before checking
1032 its `standard-value'.
1033
1034 2006-05-13 Lars Hansen <larsh@soem.dk>
1035
1036 * desktop.el (desktop-save): Use with-temp-buffer.
1037
1038 2006-05-12 Glenn Morris <rgm@gnu.org>
1039
1040 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1041 * calendar/calendar.el (calendar-mode-map):
1042 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1043 * calendar/appt.el (appt-check, appt-make-list): Refer to
1044 diary-view-entries, diary-list-entries, diary-show-all-entries
1045 rather than obsolete aliases.
1046
1047 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1048
1049 * simple.el (line-move-finish): Avoid calling point motion hooks
1050 while processing intangibility.
1051
1052 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1053
1054 * term/xterm.el (terminal-init-xterm): Fix typo.
1055
1056 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1057
1058 * allout.el: (allout-view-change-hook): Mark as being deprecated,
1059 to be replaced by `allout-exposure-change-hook'.
1060 (allout-exposure-change-hook): New, replacing
1061 `allout-view-change-hook'.
1062 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1063 in addition to `allout-view-change-hook'.
1064 (allout-show-bodies, allout-old-style-prefixes)
1065 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1066 lambda forms to prevent their showing up in variable help
1067 presentations as inscrutable byte-compiled code.
1068 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1069 Use string-or-null-p to qualify safe-local-variable values.
1070 (allout-reindent-bodies): Use memq to qualify matches against
1071 valid safe-local-variable values. Also, quote the lambda as above.
1072 (allout-use-mode-specific-leader): Add missing candidate-value
1073 symbols, use memq, and quote the lambda.
1074 (allout-overlay-interior-modification-handler): Remove unused
1075 variables `msg' and 'opened'.
1076 (allout-hidden-p): Constrain invisibility consideration to allout's
1077 invisibility spec, disregarding invisibility for other reasons.
1078
1079 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1080
1081 * files.el (version-control): Correct safe values.
1082
1083 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1084
1085 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1086
1087 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1088 (ewoc--insert-new-node): New func.
1089 Update callers of deleted funcs to use it, instead.
1090
1091 2006-05-11 Glenn Morris <rgm@gnu.org>
1092
1093 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1094 obsolete alias `show-all-diary-entries'.
1095 (make-diary-entry): Not interactive.
1096 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1097 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1098 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1099 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1100 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1101 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1102
1103 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1104
1105 * calendar/calendar.el (calendar-french-date-string)
1106 (calendar-mayan-date-string, calendar-chinese-date-string)
1107 (calendar-astro-date-string, calendar-iso-date-string)
1108 (calendar-islamic-date-string, calendar-bahai-date-string)
1109 (calendar-hebrew-date-string, calendar-coptic-date-string)
1110 (calendar-ethiopic-date-string, calendar-persian-date-string):
1111 These functions are not interactive.
1112
1113 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1114
1115 * files.el: Balance parentheses.
1116
1117 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1118
1119 * files.el, newcomment.el, outline.el, simple.el,
1120 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1121 progmodes/cc-vars.el, progmodes/compile.el:
1122 Move `safe-local-variable' declarations to the respective files.
1123
1124 * help-fns.el (describe-variable): Don't print safe-var if it is
1125 byte-code. Improve wording as suggested by Luc Teirlinck.
1126
1127 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1128
1129 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1130 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1131 Use a token for pending-triggers to ensure gdb-var-update
1132 gets called once per user input again for pre-GDB 6.4.
1133 (gdb-var-delete): Match on more complex expressions.
1134 (gdb-var-list-children-handler, gdb-var-create-handler):
1135 Use a token for consistency.
1136
1137 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1138
1139 * textmodes/org.el (org-read-date, org-goto-calendar)
1140 (org-agenda-goto-calendar):
1141 Bind `view-calendar-holidays-initially' to nil.
1142
1143 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1144
1145 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1146 Update all callers to do it there, instead.
1147
1148 2006-05-10 Glenn Morris <rgm@gnu.org>
1149
1150 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1151 prefix arg case, to avoid view-diary-entries-initially error.
1152 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1153 (calendar-date-is-legal-p): Handle dates with no day part.
1154
1155 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1156
1157 * comint.el (comint-insert-input): Just make it when
1158 comint-use-prompt regexp is nil (default) and with the mouse.
1159 (comint-copy-old-input): Reinstate from 2004-06-23.
1160 (comint-mode-map): Bind C-c C-m to it.
1161
1162 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
1163
1164 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1165 Remove spurious move to point-max (new comint behavior fixes).
1166
1167 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1168 compatibility function (Emacs 18/19).
1169 (idlwave-is-continuation-line): Always return point at start of
1170 previous non-blank continuation line.
1171 `keyword-parameters': Fix continued comment font-lock matcher.
1172 (idlwave-font-lock-fontify-region): Written, use as
1173 font-lock-fontify-region-function, to fix continued keyword
1174 fontification issues.
1175
1176 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1177
1178 * term/mac-win.el (mac-font-panel-mode): Doc fix.
1179 (mac-service-selection, mac-service-open-file)
1180 (mac-service-open-selection, mac-service-mail-selection)
1181 (mac-service-mail-to, mac-service-insert-text): Rename from
1182 mac-services-*. All uses changed.
1183 (mac-apple-event-map): Rename event symbol `services' to `service'.
1184
1185 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1186
1187 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1188 (ewoc--node-enter-first, ewoc--node-enter-last)
1189 (ewoc--delete-node-internal): Merge funcs into unique callers.
1190
1191 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
1192
1193 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1194 return value of read-from-minibuffer for empty input.
1195
1196 2006-05-09 Miles Bader <miles@gnu.org>
1197
1198 * comint.el (comint-insert-input): Remove redundant calls to setq
1199 and goto-char.
1200
1201 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
1202
1203 * comint.el (comint-insert-input): Make it work when
1204 comint-use-prompt-regexp is t.
1205
1206 2006-05-10 Miles Bader <miles@gnu.org>
1207
1208 * subr.el (field-at-pos): New function.
1209
1210 * comint.el (comint-insert-input): Use it.
1211
1212 2006-05-09 Juri Linkov <juri@jurta.org>
1213
1214 * battery.el (battery-linux-proc-acpi): Also try
1215 `/proc/acpi/thermal_zone/THR2/temperature'.
1216
1217 * files.el <safe-local-variable>: Remove `eval' and `let' binding
1218 for now unused lambda `string-or-null'.
1219
1220 * add-log.el (change-log-default-name): Put `string-or-null-p'
1221 instead of lambda on `safe-local-variable' property.
1222
1223 * diff-mode.el (diff-context->unified): Use `region-beginning' and
1224 `region-end' instead of `mark' and `point'.
1225 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1226 Operate on region in Transient Mark mode when the mark is active.
1227 Use `region-beginning' and `region-end' instead of `mark' and
1228 `point'.
1229 (diff-hunk-text, diff-goto-source): Doc fix.
1230
1231 * startup.el (fancy-splash-screens, normal-splash-screen): Use
1232 face `mode-line-buffer-id' for mode-line buffer face instead of
1233 hard-coded `(:weight bold)'.
1234
1235 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1236 buffer-undo-list to t (undo-ask is reproducible by visiting
1237 nested archives).
1238
1239 2006-05-09 Kim F. Storm <storm@cua.dk>
1240
1241 * progmodes/grep.el (rgrep): Set default directory of *grep*
1242 buffer if we start M-x rgrep in the *grep* buffer and choose
1243 a different base directory.
1244
1245 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
1246
1247 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1248 completion also when ido is loaded.
1249
1250 2006-05-09 Masatake YAMATO <jet@gyve.org>
1251
1252 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1253 "warning" and "import".
1254 (cpp-font-lock-keywords): Added "warning".
1255
1256 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1257
1258 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1259
1260 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1263 pages at a time, if we signal the end, we should indeed reach that end.
1264
1265 2006-05-08 David Reitter <david.reitter@gmail.com>
1266
1267 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1268 output during execution of the body.
1269
1270 2006-05-08 Kim F. Storm <storm@cua.dk>
1271
1272 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1273
1274 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1275
1276 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1277 Use with-current-buffer.
1278
1279 2006-05-07 Kim F. Storm <storm@cua.dk>
1280
1281 * subr.el (add-to-history): Remove keep-dups arg.
1282
1283 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1284 to nil around call to add-to-history.
1285
1286 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1289 than after a buffer modification.
1290
1291 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
1292
1293 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1294 call to...
1295 (gud-watch): ...here so speedbar is raised for already watched
1296 expressions.
1297 (gdb-speedbar-refresh): Delete function.
1298 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1299 Use speedbar-timer-fn instead of speedbar-refresh (reverting
1300 earlier change).
1301 (gdb-var-evaluate-expression-handler)
1302 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1303
1304 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1305 Update localized contents for all buffers except ignored modes.
1306
1307 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1308
1309 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1310 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1311 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1312 (mac-handle-font-panel-closed, mac-handle-font-selection):
1313 New functions.
1314 (mac-font-panel-mode): New minor mode.
1315 (mac-apple-event-map): Add bindings for toolbar toggle button and
1316 font panel.
1317 (menu-bar-showhide-menu): Add mac-font-panel-mode.
1318
1319 2006-05-07 John Paul Wallington <jpw@pobox.com>
1320
1321 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1322 Avoid `regexp-opt'; simplify regexp for readability.
1323
1324 2006-05-06 Eli Zaretskii <eliz@gnu.org>
1325
1326 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1327 * files.el (buffer-stale-function):
1328 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1329 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1330 links to the main manual, not to emacs-xtra.
1331
1332 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1333
1334 * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
1335 MacJapanese if text is ASCII-only.
1336
1337 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
1338
1339 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1340 unless so nil isn't returned.
1341 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1342
1343 2006-05-06 Kim F. Storm <storm@cua.dk>
1344
1345 * subr.el (add-to-history): New function.
1346
1347 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1348 (ediff-merge-files-with-ancestor):
1349 * env.el (setenv):
1350 * isearch.el (isearch-update-ring):
1351 * server.el (server-visit-files):
1352 * progmodes/grep.el (lgrep, rgrep):
1353 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1354 * progmodes/xscheme.el (xscheme-insert-expression):
1355 Use add-to-history.
1356
1357 * kmacro.el (kmacro-push-ring): Use add-to-history.
1358 (kmacro-ring-length): Remove unused defun.
1359 (kmacro-start-macro): Use kmacro-push-ring.
1360
1361 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
1362
1363 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1364 directly instead of a lambda expression that calls it.
1365
1366 2006-05-06 Kim F. Storm <storm@cua.dk>
1367
1368 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1369 instead of compute-motion.
1370
1371 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1372
1373 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
1374 change.
1375
1376 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
1377
1378 * startup.el (command-line-1): Refer to "Pure Storage" on
1379 pure-space-overflow.
1380
1381 2006-05-05 Martin Rudalics <rudalics@gmx.at>
1382
1383 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1384 provided faces once they all have been used up.
1385
1386 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1387
1388 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1389 reference to the Lisp manual to the warning about pure space
1390 overflow.
1391
1392 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1393
1394 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1395 argument to avoid the call to `ispell-internal-change-dictionary'
1396 when not needed.
1397 (ispell-change-dictionary): Use this argument and call
1398 `ispell-internal-change-dictionary' after the possible change
1399 to `ispell-local-dictionary'.
1400 (ispell-internal-change-dictionary): Check for a change in
1401 personal dictionary use too.
1402 Cosmetic changes from Agustin Martin
1403 <agustin.martin@hispalinux.es>.
1404
1405 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1406
1407 * startup.el (command-line): On MS-Windows, probe "~", not
1408 "~USER", for warning about non-existent home directory
1409
1410 * arc-mode.el (archive-l-e): New optional argument `float' means
1411 generate a float value.
1412 (archive-arc-summarize, archive-lzh-summarize)
1413 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1414 with 3rd argument non-nil when file's size is being computed.
1415 Format the file sizes with %8.0f instead of %8d.
1416
1417 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1418
1419 * cus-start.el (all): Add mac-dnd-known-types.
1420
1421 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
1422 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1423 (mac-TIFF-to-string): New functions.
1424 (x-get-selection, x-selection-value)
1425 (mac-select-convert-to-string): Use them.
1426 (mac-text-encoding-mac-japanese-basic-variant): New constant.
1427 (mac-dnd-types-alist): New customization variable.
1428 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1429 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1430 (mac-dnd-handle-drag-n-drop-event): New functions.
1431 (mac-drag-n-drop): Remove function.
1432 (global-map): Bind drag-n-drop and M-drag-n-drop to
1433 mac-dnd-handle-drag-n-drop-event.
1434
1435 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
1436
1437 * progmodes/perl-mode.el (perl-beginning-of-function):
1438 Skip anonymous subs.
1439
1440 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1441
1442 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1443 regexp-opt at run time.
1444
1445 * term.el (term-handle-ansi-escape): Fix off by one error.
1446
1447 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
1448
1449 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1450 (gdb-init-1, gdb-post-prompt): ...and references to it.
1451 (gdb-frame-handler): Strip directory name from filename if present.
1452
1453 * progmodes/gud.el (gdb-force-update): Delete defvar
1454 (gud-speedbar-buttons): ...and references to it. Use window-start
1455 to try to keep positon in watch expression.
1456
1457 2006-05-03 Richard Stallman <rms@gnu.org>
1458
1459 * simple.el (next-history-element, previous-history-element): Doc fix.
1460
1461 * isearch.el (isearch-update-ring): Doc fix.
1462
1463 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
1464
1465 * isearch.el (isearch-update-ring): Take history-delete-duplicates
1466 into consideration. Replace one arm ifs with whens.
1467
1468 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
1469
1470 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1471 (menu): Fix typo.
1472
1473 2006-05-02 Miles Bader <miles@gnu.org>
1474
1475 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
1476
1477 2006-05-02 Jay Belanger <belanger@truman.edu>
1478
1479 * calc/calc-embed.el: (calc-override-minor-modes-map)
1480 (calc-override-minor-modes): New variables.
1481 (calc-do-embedded): Make sure that Calc keystrokes aren't
1482 overwritten by minor modes.
1483
1484 2006-05-02 Chong Yidong <cyd@mit.edu>
1485
1486 * msb.el (msb): If EVENT is a down event, read and discard the up event.
1487
1488 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
1489
1490 * startup.el (command-line-1): Refer to Lisp manual when
1491 pure-space-overflow occurs.
1492
1493 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
1494 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
1495 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
1496 (version-control): Don't use `t' for safe-local-variable declarations.
1497
1498 2006-05-01 Richard Stallman <rms@gnu.org>
1499
1500 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
1501 M-r, M-R, M-A, M-SPC or M-DEL.
1502 (diff-mode-map): diff-refine-hunk now on C-c C-w
1503 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
1504
1505 * help-mode.el (help-mode): view-exit-action calls delete-window
1506 only when it is safe and possible.
1507
1508 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
1509 in messages.
1510
1511 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
1512
1513 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
1514 in the default tool-bar-map.
1515
1516 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
1517
1518 * net/tramp.el (tramp-completion-file-name-handler-alist)
1519 (tramp-run-real-handler, tramp-completion-run-real-handler)
1520 (tramp-completion-handle-file-name-all-completions)
1521 (tramp-completion-handle-file-name-completion): Autoload them.
1522 (tramp-completion-handle-file-exists-p)
1523 (tramp-completion-handle-file-name-directory)
1524 (tramp-completion-handle-file-name-nondirectory)
1525 (tramp-completion-handle-expand-file-name): Remove them.
1526 (tramp-handle-file-name-directory): Return the real directory name.
1527 Returning "/" only doesn't need to be necessary any longer.
1528 (tramp-file-name-handler): Make special attention when in hostname
1529 completion mode.
1530 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
1531 (tramp-register-file-name-handlers):
1532 Register `tramp-completion-file-name-handler' only when
1533 `partial-completion-mode' is enabled.
1534 (tramp-completion-handle-file-name-all-completions):
1535 Delete directory part from results.
1536 (tramp-get-completion-methods, tramp-get-completion-user-host):
1537 Discard deleting "/", it doesn't work after the change of
1538 `tramp-handle-file-name-directory' above.
1539
1540 2006-05-01 Kim F. Storm <storm@cua.dk>
1541
1542 * progmodes/grep.el (grep-expand-template): Use save-match-data
1543 and symbol-value.
1544
1545 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1546
1547 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
1548 Use select-frame-set-input-focus instead of raise-frame.
1549 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
1550
1551 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
1552
1553 * progmodes/gud.el (gud-def): Add %c case.
1554 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
1555 (gud-format-command): Make match case sensitive. Match on %F.
1556
1557 2006-04-30 Glenn Morris <rgm@gnu.org>
1558
1559 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
1560 (cal-tex-preamble): Use cal-tex-preamble-extra.
1561 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
1562 than alias `list-diary-entries'.
1563
1564 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1565
1566 * help-fns.el (describe-variable): Add info about safe local variables.
1567
1568 2006-04-29 Richard Stallman <rms@gnu.org>
1569
1570 * bindings.el (mode-line-format): help-echo doc fixes.
1571
1572 * net/tramp.el (tramp-file-name-handler-alist): Delete
1573 expand-file-name and other operations that can cause spurious loading.
1574
1575 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * files.el (safe-local-variable-p): Remove support for the special
1578 value t.
1579
1580 * textmodes/paragraphs.el (sentence-end-without-space):
1581 Fix safety predicate.
1582 (sentence-end-double-space, sentence-end-without-period)
1583 (paragraph-ignore-fill-prefix):
1584 * textmodes/fill.el (colon-double-space):
1585 * abbrev.el (abbrev-mode): Tighten the safety predicate.
1586
1587 * subr.el (booleanp): New fun.
1588
1589 * textmodes/reftex-vars.el (reftex-guess-label-type):
1590 Tighten the safety predicate.
1591
1592 2006-04-28 Kim F. Storm <storm@cua.dk>
1593
1594 * progmodes/grep.el (defgroup grep): Doc fix.
1595 (grep-auto-highlight): Remove.
1596 (grep-template): New defcustom.
1597 (grep-find-template): Rename from grep-tree-template.
1598 (grep-files-aliases): Rename from grep-tree-files-aliases.
1599 Remove "all" alias, add "l" alias.
1600 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
1601 (grep-find-ignored-directories): New defcustom to replace
1602 grep-tree-ignore-CVS-directories, to facilitate ignoring
1603 subdirectories for multiple version control systems.
1604 (grep-mode-map): Add Recursive grep item to GREP menu.
1605 (grep-regexp-history, grep-files-history): New defvars.
1606 (grep-probe): New helper function.
1607 (grep-compute-defaults): Use it to simplify code.
1608 Adapt to name changes.
1609 Use `.' as base in grep-find-template rather than <D>.
1610 (grep): Remove superfluous highlight-regexp arg. Fix doc.
1611 Call grep-compute-defaults unconditionally.
1612 (grep-expand-keywords): New defconst.
1613 (grep-expand-template): Rename from grep-expand-command-macros.
1614 Simplify via grep-expand-keywords. Look at case-fold-search instead
1615 of grep-tree-ignore-case to add -i option.
1616 Bind case-fold-search to nil while matching keywords.
1617 (grep-tree-last-regexp, grep-tree-last-files): Remove.
1618 (grep-read-regexp, grep-read-files): New helper functions.
1619 (rgrep): Rename from grep-tree. Rework to use proper histories.
1620 Adapt to changes in defcustoms and functions above.
1621 (lgrep): New command, as grep, but using same interactive UI as rgrep.
1622
1623 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
1624
1625 * net/tramp.el (tramp-completion-file-name-handler):
1626 Disable Tramp's functionality while loading Tramp itself.
1627 (tramp-register-file-name-handlers): That's a defsubst now.
1628 Code from `tramp-repair-jka-compr' moved here. Apply it via
1629 `after-init-hook'.
1630 (tramp-repair-jka-compr): Remove.
1631
1632 2006-04-27 Jay Belanger <belanger@truman.edu>
1633
1634 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
1635 read expression when `math-read-big-expr' doesn't work.
1636
1637 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
1638
1639 * startup.el (command-line-1): Display warning when
1640 pure-space-overflow is non-nil.
1641
1642 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1643
1644 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
1645 risky.
1646
1647 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1648
1649 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
1650 Return the URL or nil if none can be generated.
1651
1652 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
1653
1654 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
1655 byte compiler warnings.
1656 (gud-basic-call, gud-find-expr): Let user select an expression
1657 for printing. Print expression as well as value in GUD buffer.
1658
1659 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
1660
1661 * allout.el: Remove local autoload declaration for
1662 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
1663 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
1664 (allout-plain-bullets-string, allout-distinctive-bullets-string)
1665 (allout-use-mode-specific-leader, allout-old-style-prefixes)
1666 (allout-stylish-prefixes, allout-numbered-bullet)
1667 (allout-file-xref-bullet, allout-presentation-padding)
1668 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
1669 safe-local-variable with suitable value spec, and add autoload
1670 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
1671 (move-beginning-of-line, move-end-of-line): Repair so these compat
1672 functions now actually resituate the point, when appropriate.
1673
1674 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1675
1676 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
1677
1678 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
1679 (add-log-iso8601-time-string): Fix call to format-time-string.
1680
1681 2006-04-26 Kim F. Storm <storm@cua.dk>
1682
1683 * subr.el (posn-string, posn-image, posn-object): Doc fix.
1684
1685 2006-04-26 Masatake YAMATO <jet@gyve.org>
1686
1687 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1688 Add support for "//" style comments. Remove `b' flag
1689 from ?* in `asm-mode-syntax-table'.
1690
1691 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1692
1693 * follow.el: Use (featurep 'xemacs) everywhere.
1694 (follow-mode): Use define-minor-mode.
1695 (follow-mode-map): Move initialization into the declaration.
1696 Use command remapping.
1697 (follow-emacs-version-xemacs-p): Remove.
1698 (follow-submit-feedback): Remove.
1699
1700 * allout.el (allout-layout, allout-passphrase-verifier-string)
1701 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
1702
1703 * textmodes/reftex-vars.el (reftex-vref-is-default)
1704 (reftex-fref-is-default, reftex-guess-label-type):
1705 Tighten up a bit the safety predicate.
1706
1707 * textmodes/paragraphs.el (sentence-end-double-space)
1708 (sentence-end-without-period, sentence-end-without-space)
1709 (page-delimiter, paragraph-ignore-fill-prefix):
1710 Tighten up a bit the safety predicate.
1711
1712 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
1713
1714 * progmodes/python.el (python-continuation-line-p)
1715 (python-beginning-of-statement): syntax-ppss may return
1716 a negative depth.
1717 (python-mode): Don't forcefully enable font-lock.
1718
1719 * time-stamp.el (time-stamp-start, time-stamp-end)
1720 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
1721
1722 * add-log.el: Remove spurious * in docstrings.
1723 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
1724 (add-change-log-entry): Use it here, since it's not specific
1725 to iso8601.
1726 (add-log-iso8601-time-string): Don't use it here any more.
1727 (change-log-indent-text, change-log-indent): Rename from add-log-*.
1728
1729 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
1730
1731 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
1732
1733 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
1734 (rcirc-toggle-low-priority): Doc fix.
1735 (rcirc-handler-NOTICE): Remove beginning of line anchor in
1736 ChanServ regexp.
1737 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
1738 #emacs.
1739 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
1740 (rcirc-decode-coding-system): Use utf-8 as the default.
1741 (rcirc-multiline-minor-mode): Set the fill-column.
1742 (rcirc-format-response-string): Display bright and dim nicks.
1743 (rcirc-browse-url): Update interactive spec to fill ARG.
1744 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
1745 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
1746
1747 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1748
1749 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
1750 case for @Article, etc.
1751
1752 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
1753
1754 * net/tramp.el (tramp-register-file-name-handlers): New defun.
1755 Added with autoload cookie.
1756 (tramp-unload-file-name-handlers): Rename from
1757 `tramp-unload-file-name-handler-alist'.
1758
1759 2006-04-23 Romain Francoise <romain@orebokech.com>
1760
1761 * comint.el (comint-match-partial-filename): Doc fix.
1762
1763 2006-04-21 Glenn Morris <rgm@gnu.org>
1764
1765 * calendar/cal-menu.el (calendar-mode-map): Refer to
1766 `diary-view-entries' rather than alias `view-diary-entries'.
1767 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
1768
1769 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
1770
1771 * progmodes/antlr-mode.el (antlr-default):
1772 * cus-edit.el (custom-documentation):
1773 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
1774 in defface.
1775
1776 2006-04-21 Kim F. Storm <storm@cua.dk>
1777
1778 * image.el (image-type): New defun split out of create-image.
1779 (create-image): Use it.
1780
1781 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
1782
1783 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
1784 (org-open-at-point): Remove the "...done" message to keep output
1785 in the echo area visible.
1786 (org-export-as-xoxo): Fix call to `indent-region'.
1787
1788 2006-04-21 Kevin Ryde <user42@zip.com.au>
1789
1790 * international/mule.el (keyboard-coding-system): defcustom
1791 info-link fixes: "Specify Coding" has been split, keyboard now in
1792 "Terminal Coding", and "Single-Byte Character Support" is now
1793 "Unibyte Mode".
1794
1795 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
1796
1797 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
1798 Use font-lock-warning-face for any errors e.g. no stack.
1799 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
1800
1801 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1802
1803 * progmodes/sh-script.el (sh-shell): Mark as safe.
1804
1805 * newcomment.el (comment-start, comment-start-skip)
1806 (comment-end-skip, comment-end): Mark as safe.
1807
1808 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
1809
1810 * textmodes/org.el (org-deadline-announce): Face removed.
1811 (org-level-faces, org-n-levels): Convert to constant.
1812 (org-compatible-face): New function.
1813 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1814 (org-level-5, org-level-6, org-level-7, org-level-8)
1815 (org-special-keyword, org-warning, org-headline-done, org-link)
1816 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1817 (org-scheduled-today, org-scheduled-previously, org-time-grid):
1818 Face definition revised for better color tty support.
1819 (org-bold-re, org-italic-re, org-underline-re): New constants.
1820 (org-set-font-lock-defaults): Use the new constants.
1821 (org-agenda-highlight-todo): New function.
1822 (org-agenda-todo): Fix bug with point at end of line.
1823 (org-agenda-change-all-lines, org-finalize-agenda-entries):
1824 Fontify TODO keywords.
1825 (org-insert-link): Preserve relative path in ../ links.
1826 (org-export-as-html): Convert links pointing to .org files into
1827 links that will work beteen the exported HTML files.
1828 (org-todo-list): Fix bug when arg=0.
1829 (org-insert-heading): More fine-tuning.
1830
1831 2006-04-19 Romain Francoise <romain@orebokech.com>
1832
1833 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
1834 from `rmail-mime-charset-pattern'.
1835
1836 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1837
1838 * progmodes/python.el (python-mode): Fix typo.
1839
1840 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
1841
1842 * comint.el (comint-previous-input): Don't clobber input line
1843 when moving off either end of the input history ring.
1844 (comint-delete-input): New function, used by
1845 `comint-previous-input' and others.
1846 (comint-previous-matching-input):
1847 Use `coming-delete-input'. Save the partial input if leaving the
1848 edit line. Goto point-max before deleting input to avoid
1849 partial input fragments hanging around.
1850 (comint-restore-input): New function, used by `comint-previous-input'.
1851
1852 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
1853
1854 * imenu.el (imenu--index-alist): Balance parentheses.
1855
1856 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1857
1858 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
1859
1860 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
1861
1862 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
1863 file is nil.
1864
1865 2006-04-18 Richard Stallman <rms@gnu.org>
1866
1867 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
1868
1869 * imenu.el (imenu-create-index-function, imenu--index-alist)
1870 (imenu--last-menubar-index-alist, imenu--make-index-alist)
1871 (imenu-default-create-index-function, imenu--generic-function):
1872 Doc fixes.
1873
1874 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
1875
1876 * help-mode.el (help-mode): Set view-exit-action to delete window.
1877
1878 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
1879 now works by passing nil as arg.
1880
1881 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
1882
1883 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
1884 (read-abbrev-file): Provide default when reading filename.
1885
1886 * files.el (enable-local-variables): Allow :all as value.
1887 (hack-local-variables): Implement that value.
1888 (safe-local-variable-values, safe-local-eval-forms)
1889 (enable-local-variables): Mark as risky.
1890 (find-file-visit-truename, kept-old-versions): Mark safe.
1891
1892 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
1893 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
1894 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
1895
1896 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
1899 Use forward-line so as to get to BOL even in the presence of fields.
1900 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
1901 in return.
1902 (inferior-tcl): Tell tclsh to work in interactive mode.
1903
1904 * complete.el (partial-completion-mode):
1905 Use 'choose-completion-string-functions to make sure that
1906 choose-completion fills the minibuffer properly.
1907
1908 * complete.el (PC-old-read-file-name-internal): Remove.
1909 (PC-read-include-file-name-internal): Remove. Turn it into an advice
1910 of read-file-name-internal.
1911 (partial-completion-mode): Enable/disable this advice.
1912
1913 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
1914
1915 * net/tramp.el (tramp-completion-file-name-handler): Revert change
1916 of 2006-04-17.
1917
1918 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
1919
1920 * textmodes/org.el (org-insert-heading): Insert heading before
1921 current if at beginning of line.
1922 (org-todo, org-date): New faces.
1923 (org-table-align): Make sure tooltip window contains full text.
1924 (org-no-properties): New defsubst.
1925 (org-set-font-lock-defaults): Use new faces.
1926
1927 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
1928
1929 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
1930 for root variables.
1931
1932 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
1933 (gdb-frame-address): Re-use to identify frame for watch expression.
1934 (gdb-var-list, gdb-var-create-handler): Add frame address for root
1935 variables.
1936 (gdb-init-1, gdb-source, gdb-post-prompt)
1937 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
1938 (gdb-frame-handler): Get gdb-frame-address.
1939
1940 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
1941
1942 Sync with Tramp 2.0.53.
1943
1944 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
1945 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
1946 (tramp-completion-file-name-handler): Add autoload cookie for
1947 adding to `file-name-handler-alist'.
1948
1949 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
1950 the prompt. If it returns earlier (when detecting an error
1951 message), the rest of the output will merge accidently with the
1952 output of the next command. Reported by M Jared Finder
1953 <jared@hpalace.com>.
1954
1955 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1956 for `process-file', in order to let it work for older Emacsen too.
1957
1958 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
1959
1960 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
1961 (tex-font-lock-keywords-3): Use it.
1962
1963 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 * newcomment.el (comment-add): New function.
1966 (comment-region-default, comment-dwim): Use it.
1967
1968 2006-04-15 Michael Olson <mwolson@gnu.org>
1969
1970 * emacs-lisp/tq.el: Improve comments.
1971 (tq-queue-head-question): New accessor function.
1972 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
1973 Update for modified queue structure.
1974 (tq-queue-add): Accept `question' argument.
1975 (tq-queue-pop): If a question is pending, send it.
1976 (tq-enqueue): Accept new optional argument `delay-question'.
1977 If this is non-nil, and at least one other question is pending a
1978 response, queue the question rather than sending it immediately.
1979
1980 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1981
1982 * calendar/appt.el (appt-add): Check whether an appointment is
1983 already present in appt-time-msg-list. Simplify code.
1984
1985 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * progmodes/cc-langs.el (c-mode-menu):
1988 Don't presume c-subword-mode is bound.
1989
1990 2006-04-13 Bill Wohler <wohler@newt.com>
1991
1992 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
1993 (customize-package-emacs-version): Use cdr instead of cadr now
1994 that alists use dotted pairs.
1995
1996 * custom.el (defcustom): Fix docstring for :package-version.
1997
1998 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
1999
2000 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2001 (tramp-handle-shell-command): Display output buffer only when
2002 `tramp-display-shell-command-buffer' is true.
2003 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2004
2005 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2006
2007 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2008 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2009
2010 2006-04-13 Romain Francoise <romain@orebokech.com>
2011
2012 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2013 leaving temporary .cvsignore buffers behind.
2014
2015 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2016
2017 * textmodes/org.el (org-set-regexps-and-options)
2018 (org-get-current-options): Better names for the startup folding
2019 options.
2020
2021 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2022
2023 * vc.el (vc-annotate): Arrange for point to end up at the same
2024 line number as in the original, but only when using a new buffer.
2025
2026 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2027
2028 * files.el (hack-one-local-variable-eval-safep):
2029 Recognize `edebug-form-spec' for `put', but only if it passes
2030 `edebug-basic-spec'. Generalize `put' handling.
2031
2032 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2033 vetting file-local form specs.
2034
2035 * allout.el (allout-layout): Autoload its `safe-local-variable'
2036 property.
2037
2038 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2039
2040 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2041 (org-agenda-mouse-1-follows-link)
2042 (org-mouse-1-follows-link): New options.
2043 (org-format-agenda-item): Fix bug if TAGS is nil.
2044 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2045
2046 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2047
2048 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2049 GDB 6.1+ gives full filename for "info sources" so use
2050 file-name-nondirectory.
2051
2052 2006-04-12 Romain Francoise <romain@orebokech.com>
2053
2054 * subr.el (read-passwd): Bind `message-log-max' to nil.
2055
2056 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * progmodes/perl-mode.el (perl-indent-new-calculate):
2059 Recompute parse-start after jumping backward by a whole sexp.
2060
2061 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2064 window configuration.
2065 (vc-annotate-display-select): Select the buffer so that current-buffer
2066 (and selected-window) is the output buffer at the end of vc-annotate.
2067
2068 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2069
2070 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2071 8-color terminals, to use all of the colors in a sensible order.
2072 256-color terminals work well with the standard map.
2073 (vc-annotate-lines): Only strip the first color character if it
2074 is "#", to allow for terminal-style named colors.
2075 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2076 the correct buffer is scrolled.
2077
2078 2006-04-11 Richard Stallman <rms@gnu.org>
2079
2080 * emacs-lisp/bytecomp.el (byte-compile-file):
2081 Bind enable-local-variables to :safe, and make normal-mode obey it.
2082
2083 * files.el (enable-local-variables): Allow value :safe.
2084 (normal-mode): Doc fix.
2085 (hack-local-variables): Implement enable-local-variables = :safe.
2086 (hack-local-variables-confirm): Don't prevent quitting.
2087
2088 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2089
2090 * loadhist.el (unload-feature): A bit of sanity check of
2091 load-history entries. Cancel timer-vars before unbinding them.
2092
2093 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2094 quote special chars, and make the trick work on the hex part of the
2095 buffer as well.
2096 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2097 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2098
2099 * startup.el (normal-splash-screen): Fix last change so we don't wait
2100 2 minutes if we don't show the splash screen.
2101
2102 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2103
2104 * textmodes/org.el (org-export-plain-list-max-depth)
2105 (org-table-spaces-around-separators)
2106 (org-radio-targets, org-activate-camels)
2107 (org-table-spaces-around-invisible-separators): Options removed.
2108 (org-time-stamp-rounding-minutes, org-remember-templates)
2109 (org-ellipsis, org-activate-links, org-descriptive-links):
2110 New options.
2111 (org-remember-apply-template, org-current-time)
2112 (org-finish-edit-table-field)
2113 (org-link-unescape, org-link-escape)
2114 (org-string-width, org-table-clean-line, org-html-do-expand)
2115 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2116 (org-read-agenda-file-list): New functions.
2117 (org-table-edit-field)
2118 (org-table-create-or-convert-from-region): New commands
2119 (org-table-toggle-vline-visibility): Command removed.
2120 (org-table-convert-region): Made a command.
2121 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2122 Replace with the normal org- functions.
2123 (org-self-insert-command): Don't trigger realign unnecessarily
2124 when blanking a field that is not full.
2125 (org-mode): `Set buffer-invisibility-spec' for links.
2126 (org-activate-links2): Hide link part and only show descriptive
2127 part of the link.
2128 (org-insert-link): Modify for new linking system.
2129 (org-store-link): Store description separately, for use by
2130 `org-insert-link'.
2131 (org-table-align): Use `org-string-width'.
2132 (defgroup): Completely new group structure for custom variables.
2133 (org-agenda-files): Option: Single file name allowed. Function:
2134 Optional argument unrestrited means ignore any restricitons.
2135 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2136 trying to modify the menu. Use generalized access to
2137 `org-agenda-files.'
2138 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2139 (org-agenda-file-to-front, org-remove-file, org-diary)
2140 (org-tags-view, org-export-icalendar-all-agenda-files)
2141 (org-export-icalendar-combine-agenda-files): Use generalized
2142 access to `org-agenda-files'.
2143 (org-remember-handler): Correctly preserve heading if present.
2144 (org-table-insert-row, org-table-insert-hline): Deal with
2145 invisible characters.
2146
2147 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2148
2149 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2150 (vc-annotate-color-map): New 18 element constant
2151 value/saturation, rotating hue colormap, from red->blue.
2152 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2153 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2154 (vc-annotate): To avoid killing the required local variables,
2155 set them before the end of `with-output-to-temp-buffer', and
2156 after first switching to annotate-mode.
2157 (vc-annotate-warp-version): Add buffer argument in goto-line to
2158 ensure annotation, not source, is scrolled.
2159
2160 2006-04-10 Bill Wohler <wohler@newt.com>
2161
2162 * custom.el (defcustom, custom-handle-keyword):
2163 Add :package-version keyword.
2164 (custom-add-package-version): New function. Sets value of new
2165 property 'custom-package-version from :package-version keyword.
2166 (defcustom): Create Common Keywords section in docstring.
2167 (defface, defgroup): Replace definitions of a select few keywords
2168 with a reference to the Common Keywords in defcustom.
2169 (defcustom, defface, defgroup): Replace reference to Customization
2170 chapter in manual with hyperlink.
2171
2172 * cus-edit.el (customize-package-emacs-version-alist):
2173 New variable.
2174 (customize-changed-options): Add check for custom-package-version.
2175 (customize-package-emacs-version): New function to look up Emacs
2176 version corresponding to the given package version.
2177
2178 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2179 defun name, in similar fashion to find-variable-regexp.
2180
2181 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2182
2183 * international/mule-cmds.el (set-locale-environment): Fix last
2184 change for when the locale's preferences don't specify any encoding.
2185
2186 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2189 so the defined var/fun doesn't need to be quoted.
2190
2191 2006-04-10 Richard Stallman <rms@gnu.org>
2192
2193 * finder.el (finder-mode-map): Add n and p bindings.
2194
2195 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
2196
2197 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2198 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2199 (gdb-setup-windows): Put something in source window if we can't find
2200 the source file.
2201 (gdb-frame-handler): Make it work again with just assembly.
2202 (gdb-data-list-register-values-handler): Make it work when there is
2203 no stack.
2204
2205 2006-04-09 Richard Stallman <rms@gnu.org>
2206
2207 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2208 specs while looking for charset.
2209
2210 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2211
2212 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2213 Make them faces.
2214 (lm-font-lock-keywords): Update appropriately.
2215
2216 2006-04-10 Kim F. Storm <storm@cua.dk>
2217
2218 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2219 it can also replace buffer-substring-no-properties.
2220
2221 * emulation/cua-base.el (cua-delete-region, cua-paste)
2222 (cua-repeat-replace-region): Use filter-buffer-substring.
2223
2224 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2225 (cua-cut-region-to-global-mark): Likewise.
2226
2227 * emulation/cua-rect.el (cua--extract-rectangle)
2228 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2229
2230 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2231
2232 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2233 entry-type. Add field delimiters to numerical fields if they are
2234 not present.
2235
2236 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2237
2238 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2239 string-const to return value.
2240 (bibtex-remove-delimiters): Use it.
2241
2242 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2245 cl-byte-compile-compiler-macro unless it exists.
2246
2247 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2248
2249 * files.el (hack-local-variables-confirm) <offer-save>:
2250 Clarify message text. Suggested by Ralf Angeli.
2251
2252 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
2253
2254 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2255 (delete-extract-rectangle-line): Use `filter-buffer-substring'
2256 instead of `buffer-substring' and `delete-region'. (Most of the
2257 code actually copied from `kill-region'.)
2258
2259 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
2260
2261 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2262 (rcirc-default-port): Rename from rcirc-port.
2263 (rcirc-default-nick): Rename from rcirc-nick.
2264 (rcirc-default-user-name): Rename from rcirc-user-name.
2265 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2266 (rcirc-low-priority-flag): New variable.
2267 (rcirc-decode-coding-system): New defcustom.
2268 (rcirc-encode-coding-system): New defcustom.
2269 (rcirc-coding-system-alist): New defcustom.
2270 (rcirc-multiline-major-mode): New defcustom.
2271 (rcirc-nick): New internal variable.
2272 (rcirc-process): Remove variable.
2273 (rcirc-server-buffer): New variable.
2274 (rcirc): Update to use rcirc-default-* variables above.
2275 (rcirc-connect): Do not add window-configuration-hook-here.
2276 (rcirc-server): New internal variable.
2277 (rcirc-connect): Do not send keepalive pings if
2278 rcirc-keepalive-seconds is nil.
2279 (with-rcirc-server-buffer): New macro.
2280 (rcirc-send-string): Encode with rcirc-encode-coding-system.
2281 (rcirc-server-name): Rename from rcirc-server.
2282 (rcirc-buffer-process): New function.
2283 (rcirc-buffer-nick): New function.
2284 (rcirc-buffer-target): Remove function.
2285 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2286 New commands.
2287 (rcirc-mode-map): Change binding of C-c C-l to
2288 rcirc-toggle-low-priority.
2289 (rcirc-mode): Initialize coding system based on
2290 rcirc-coding-system-alist. New change-major-mode-hook to part the
2291 channel on a mode change. Make kill-buffer-hook buffer-local.
2292 (rcirc-change-major-mode-hook): New function.
2293 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2294 (rcirc-last-post-time): New variable.
2295 (rcirc-process-message): Store the last time user posted a message
2296 to this target.
2297 (rcirc-multiline-minor-mode): New mode.
2298 (rcirc-multiline-minor-mode-map): New mode map.
2299 (rcirc-edit-multiline): Put multiline-edit buffer in
2300 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2301 (rcirc-print): Ignore any line starting with an ignored nick.
2302 (rcirc-print): Decode using rcirc-decode-coding-system.
2303 (rcirc-track-minor-mode): Update global-mode-string when disabling
2304 this mode.
2305 (minor-mode-alist): Add LowPri indicator.
2306 (rcirc-toggle-low-priority): New function.
2307 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2308 next lowpriority buffer with activity.
2309 (rcirc-record-activity): Sort buffers in rcirc-activity by the
2310 last time the user posted a message in to the target.
2311 (rcirc-update-activity-string): New formatting for low priority
2312 buffers.
2313 (rcirc-split-activity): New function.
2314 (rcirc-handler-PART, rcirc-handler-KICK)
2315 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2316 (rcirc-nick-away-alist): New variable.
2317 (rcirc-handler-301): New handler. Away messages are printed once
2318 per change.
2319
2320 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2321
2322 * info.el (Info-follow-nearest-node): Doc fix.
2323
2324 * international/mule-cmds.el (set-locale-environment): Make sure
2325 the coding-system preferred by the locale's language has the same
2326 EOL conversion type as the original buffer-file-coding-system.
2327 (locale-language-names): Add a few MS Windows language codes.
2328
2329 2006-04-07 Richard Stallman <rms@gnu.org>
2330
2331 * simple.el (eval-expression): Doc fix.
2332
2333 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2334 (eval-defun): Doc fixes.
2335
2336 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2337
2338 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2339
2340 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
2341
2342 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2343 GDB list command without argument for greater generality.
2344
2345 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2346
2347 * subr.el (string-or-null-p): New function.
2348
2349 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2350
2351 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2352
2353 * files.el: Update comment about safe-local-variable declarations.
2354
2355 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
2356
2357 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2358 See idlwave.org.
2359
2360 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2361 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
2362
2363 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2364 See idlwave.org.
2365
2366 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2367 version 6.0 (minimal changes). See idlwave.org.
2368
2369 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2370 6.0 (minimal changes). See idlwave.org.
2371
2372 * progmodes/idlw-rinfo.el: File obsoleted and removed.
2373
2374 2006-04-06 Romain Francoise <romain@orebokech.com>
2375
2376 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2377 symmetric encryption features and a new asynchronous interface to
2378 GnuPG. This new version is version 1.4, plus whitespace changes.
2379
2380 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2381
2382 * files.el: Move some `safe-local-variable' declarations to the
2383 respective files.
2384
2385 * textmodes/ispell.el (ispell-check-comments)
2386 (ispell-local-dictionary): Mark as safe.
2387
2388 * abbrev.el (abbrev-mode): Mark as safe.
2389
2390 * add-log.el (change-log-default-name): Mark as safe.
2391
2392 * textmodes/reftex-vars.el (reftex-vref-is-default)
2393 (reftex-fref-is-default, reftex-level-indent)
2394 (reftex-guess-label-type): Mark as safe.
2395
2396 * textmodes/fill.el (colon-double-space): Mark as safe.
2397
2398 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2399 (sentence-end-double-space, sentence-end-without-period)
2400 (sentence-end-without-space, sentence-end, sentence-end-base)
2401 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2402
2403 2006-04-06 Kim F. Storm <storm@cua.dk>
2404
2405 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2406 the :set-after list.
2407 (ido-downcase-unc-hosts): New user option. Default on.
2408 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2409 when it is set, as regexps are now applied on the fly.
2410 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2411 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2412 on the fly, but only when ido-process-ignore-lists is set.
2413 Do case insensitive filtering if ido-downcase-unc-hosts is set.
2414 Only downcase names if ido-downcase-unc-hosts is set.
2415
2416 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
2417
2418 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2419
2420 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2421
2422 2006-04-05 Kim F. Storm <storm@cua.dk>
2423
2424 * ido.el (ido-mode): Set after ido-unc-hosts and
2425 ido-ignore-unc-host-regexps.
2426 (ido-save-history): Save ido-unc-hosts-cache.
2427 (ido-load-history): Load ido-unc-hosts-cache.
2428 (ido-reread-directory): Refresh unc hosts cache in // dir.
2429
2430 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2431 to nil while displaying slash screen.
2432
2433 2006-04-05 Daiki Ueno <ueno@unixuser.org>
2434
2435 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2436 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2437
2438 2006-04-05 Kenichi Handa <handa@m17n.org>
2439
2440 * international/characters.el: Setup cases of Latin, Greek, and
2441 Cyrillic characters in CJK charsets.
2442
2443 2006-03-29 Daiki Ueno <ueno@unixuser.org>
2444
2445 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2446 default-enable-multibyte-characters. This reverts the change from
2447 revision 6.17 which is no longer necessary because the passphrase
2448 is sent separately now. GnuPG messages are unreadable under
2449 multibyte locales with default-enable-multibyte-characters set to nil.
2450
2451 2006-04-04 Andreas Schwab <schwab@suse.de>
2452
2453 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2454 and `byte-compile-warnings' as `safe-local-variable'.
2455
2456 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2457
2458 * man.el (Man-mode-map): Restore the \r binding.
2459 (Man-abstract-xref-man-page): If Man-target-string is a function,
2460 call it.
2461 (Man-highlight-references): Use Man-default-man-entry to get the
2462 target. Deal with xrefs too.
2463 (Man-highlight-references0): Don't call the target function.
2464
2465 * woman.el (WoMan-xref-man-page): Strip the section number, woman
2466 cannot deal with it.
2467
2468 2006-04-04 Daiki Ueno <ueno@unixuser.org>
2469
2470 * pgg-gpg.el: Clean up process buffers every time gpg processes
2471 complete.
2472
2473 2006-04-04 Kenichi Handa <handa@m17n.org>
2474
2475 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
2476 here.
2477 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
2478 Temporarily bind inhibit-field-text-motion to t.
2479
2480 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2481
2482 * startup.el (normal-splash-screen): Only set mode-line-format in the
2483 splash buffer, so as not to interfere when debugging the code.
2484 Ignore errors when switching buffer.
2485
2486 2006-04-03 Romain Francoise <romain@orebokech.com>
2487
2488 * dired.el (dired-dnd-protocol-alist): Fix typo.
2489
2490 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
2491
2492 * savehist.el (savehist): Add :version.
2493 (savehist-ignored-variables): New variable.
2494 (savehist-minibuffer-hook): Don't save variables listed in
2495 `savehist-ignored-variables'.
2496
2497 * dired.el (dired-dnd-protocol-alist): Mention that change does
2498 only apply to new buffers in doc string.
2499
2500 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2501
2502 * recentf.el (recentf-open-files-item): Include newline in button
2503 field, so opening a file will work, when the point is at the end
2504 of the file name. Allow, for example, to [i]search a file by
2505 extension and just push RET to open it.
2506
2507 2006-04-03 Daiki Ueno <ueno@unixuser.org>
2508
2509 * pgg-gpg.el (pgg-gpg-process-filter)
2510 (pgg-gpg-wait-for-completion): Check if buffer is alive.
2511
2512 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2513 lines, temporary fix.
2514
2515 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2516
2517 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
2518
2519 2006-04-02 Richard Stallman <rms@gnu.org>
2520
2521 * progmodes/compile.el (compilation-message-face): Make it defcustom.
2522
2523 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2524
2525 * ibuf-macs.el (define-ibuffer-column): Add a new key:
2526 header-mouse-map.
2527
2528 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
2529 (ibuffer-mode-header-map): New keymaps.
2530 (ibuffer-update-title-and-summary): Enable mouse face highlighting
2531 and keybindings for column headers.
2532 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
2533 property.
2534
2535 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
2536
2537 * speedbar.el (speedbar-after-create-hook): Doc fix.
2538
2539 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
2540
2541 * shell.el (shell-directory-tracker)
2542 (shell-dynamic-complete-command): Doc fixes.
2543
2544 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
2545
2546 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
2547 terminals.
2548
2549 2006-04-01 Kim F. Storm <storm@cua.dk>
2550
2551 * ido.el (ido-unc-hosts-cache): New defvar.
2552 (ido-unc-hosts): If value of defcustom is a function, call it to
2553 get list of UNC hosts. Add function-item choices to specify
2554 ido-unc-hosts-net-view or user function.
2555 (ido-ignore-unc-host-regexps): New defcustom.
2556 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
2557 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
2558 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
2559
2560 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
2563 wwidth.
2564
2565 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
2566
2567 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
2568 (ido-max-work-file-list, ido-switch-buffer)
2569 (ido-read-file-name-as-directory-commands):
2570 Fix typos in docstrings.
2571
2572 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2573
2574 * term/mac-win.el (mac-system-coding-system): Define and use after
2575 Mac-specific coding systems are ready.
2576
2577 2006-03-27 Romain Francoise <romain@orebokech.com>
2578
2579 * net/rcirc.el (rcirc-connect): Add autoload cookie.
2580
2581 * ldefs-boot.el: Update.
2582
2583 2006-03-27 Daiki Ueno <ueno@unixuser.org>
2584
2585 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2586 passphrases when it is not needed.
2587 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2588 passphrase stuff from gpg, should only be necessary when you use
2589 gpg with a smartcard.
2590
2591 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
2592
2593 * comint.el (comint-dynamic-list-completions): Allow user to
2594 select *Completions* buffer.
2595
2596 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
2597
2598 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
2599
2600 2006-03-26 Andreas Schwab <schwab@suse.de>
2601
2602 * progmodes/gud.el (gdb): Only complain about multiple debugging
2603 when the gdb process is still running.
2604
2605 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2606
2607 * mail/rmail.el (tool-bar-map): Defvar it.
2608 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
2609 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2610
2611 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
2612
2613 * help.el (print-help-return-message): Suggest to use
2614 display-buffer instead of switch-to-buffer-other-window to restore
2615 the previous window without selecting it.
2616
2617 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2618
2619 * frame.el (select-frame-by-name): Call x-focus-frame also when
2620 window-system is mac.
2621
2622 * term/mac-win.el: Adjust Courier font specifications in
2623 x-fixed-font-alist.
2624 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
2625 when directly encoding to UTF-16 in native byte order, no BOM.
2626
2627 2006-03-25 Kim F. Storm <storm@cua.dk>
2628
2629 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
2630 (cua--init-keymaps): Use it instead of fixed C-return.
2631 (cua-mode): Set after it.
2632
2633 * emulation/cua-rect.el (cua--init-rectangles):
2634 Use cua-rectangle-mark-key instead of fixed C-return.
2635
2636 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
2637
2638 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
2639 "run" in .gdbinit.
2640 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2641
2642 2006-03-24 Romain Francoise <romain@orebokech.com>
2643
2644 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
2645 `display-buffer-other-frame'.
2646
2647 2006-03-24 Kim F. Storm <storm@cua.dk>
2648
2649 * apropos.el (apropos-synonyms): Add selection => region.
2650
2651 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2652
2653 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2654 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2655 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2656 (gdb-data-list-register-values-regexp)
2657 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
2658 Future proof against new fields being added to MI output.
2659 (gdb-send): Don't treat backslashes for program input as
2660 continuations.
2661 (gdb-assembler-handler): Don't use window-start for this handler.
2662 (gdb-frame-handler): Don't change to hollow arrow if overlay
2663 arrow doesn't move to new frame.
2664
2665 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2666
2667 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
2668 prevent compiler warnings.
2669 (gdb-stopped): Check for gud-last-last-frame (case: signal).
2670 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
2671 (gdb-assembler-custom): Use hollow-right-triangle for assembler
2672 buffer too.
2673
2674 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
2675
2676 * pgg-gpg.el (pgg-gpg-update-agent): Check for
2677 make-network-process, so we can use the same code in Gnus v5-10
2678 too and have this file fully synchronized with that release.
2679
2680 2006-03-23 Romain Francoise <romain@orebokech.com>
2681
2682 * ibuf-ext.el (ibuffer-read-filter-group-name):
2683 Use `ibuffer-generate-filter-groups' to make completion list match
2684 the filter groups that are really displayed in the Ibuffer buffer.
2685 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
2686
2687 2006-03-23 Kenichi Handa <handa@m17n.org>
2688
2689 * international/mule-cmds.el (sort-coding-systems): Describe that
2690 the argument is modified in docstring.
2691
2692 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
2693
2694 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2695 (pgg-gpg-update-agent): New function.
2696 (pgg-gpg-use-agent-p): New function.
2697 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2698 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2699 (pgg-gpg-sign-region): Use it.
2700
2701 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
2702
2703 * cus-edit.el (custom-face-set): Call custom-push-theme before
2704 face-spec set so that `changed' theme is correctly saved.
2705 (custom-face-reset-standard): Reset to recalculated face rather
2706 than defface spec.
2707
2708 * custom.el (custom-push-theme): Only save `changed' theme if the
2709 current face does not match the defface specs.
2710
2711 2006-03-21 Simon Josefsson <jas@extundo.com>
2712
2713 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2714 <wilde@sha-bang.de>.
2715 (pgg-gpg-use-agent): New variable.
2716 (pgg-gpg-process-region): Use it.
2717 (pgg-gpg-encrypt-region): Likewise.
2718 (pgg-gpg-encrypt-symmetric-region): Likewise.
2719 (pgg-gpg-decrypt-region): Likewise.
2720 (pgg-gpg-sign-region): Likewise.
2721 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2722
2723 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
2724
2725 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
2726 bracket links.
2727
2728 2006-03-21 Kim F. Storm <storm@cua.dk>
2729
2730 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
2731 fringe-indicator-alist instead of modifying global value.
2732 (gdb-frame-handler): Likewise.
2733
2734 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
2735
2736 * diff-mode.el (diff-function): Make it inherit from diff-header
2737 instead of diff-context.
2738
2739 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
2740 bitmap.
2741 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
2742 change names in macro above for consistency.
2743 (gdb-frame-handler): Use hollow-right-triangle for all selected
2744 frames which except the innermost (where execution has stopped).
2745 (gdb-reset): Reset buffer-local values of overlay-arrow.
2746
2747 2006-03-20 Richard Stallman <rms@gnu.org>
2748
2749 * simple.el (set-mark-command): Doc fix.
2750
2751 * files.el (display-buffer-other-frame): New command.
2752 (ctl-x-4-map): Bind C-x 5 C-o to it.
2753
2754 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2755
2756 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
2757 rather than just defer-time, in case defer-time has been changed but
2758 the timer isn't running yet.
2759 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
2760
2761 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2762
2763 * help-mode.el (help-follow-symbol): New function.
2764 Essentially identical to the old `help-follow', but do not let
2765 `push-button' do the work when on an xref.
2766 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
2767
2768 2006-03-19 Richard Stallman <rms@gnu.org>
2769
2770 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
2771 preceded by the word `program'.
2772 (help-follow-mouse, help-follow): Throw error if not on xref.
2773 Delete no longer used args.
2774
2775 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
2776
2777 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
2778 annotation ensure gud-overlay-arrow-position is redisplayed.
2779
2780 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2781
2782 * textmodes/bibtex.el (bibtex-include-OPTkey)
2783 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
2784 (bibtex-autokey-name-case-convert)
2785 (bibtex-autokey-titleword-case-convert): Make these the aliases
2786 for the following two variables.
2787 (bibtex-autokey-name-case-convert-function)
2788 (bibtex-autokey-titleword-case-convert-function): Make these the
2789 real names.
2790 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
2791 bibtex-font-lock-crossref sublists.
2792 (bibtex-mode): Revert 2005-12-30 change (which made
2793 completion-ignore-case buffer-local).
2794 (bibtex-url): Simplify.
2795
2796 2006-03-19 Kim F. Storm <storm@cua.dk>
2797
2798 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
2799 cursor property value to 2 (to align with C level change).
2800
2801 2006-03-19 Bill Wohler <wohler@newt.com>
2802
2803 * image.el (image-load-path-for-library): Shorten first line in
2804 docstring.
2805
2806 2006-03-18 Richard Stallman <rms@gnu.org>
2807
2808 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
2809
2810 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
2811
2812 * isearch.el (isearch-other-meta-char): Handle user bindings for
2813 shifted control characters.
2814
2815 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
2816
2817 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
2818 part that matches email addresses, file names, etc.
2819
2820 2006-03-18 Eli Zaretskii <eliz@gnu.org>
2821
2822 * term/w32-win.el (mouse-set-font):
2823 Mention w32-list-proportional-fonts in the doc string.
2824
2825 2006-03-18 Kim F. Storm <storm@cua.dk>
2826
2827 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
2828 (ido-unc-hosts): New user option to explicitly define list of know
2829 UNC-style hosts for completion.
2830 (ido-cache-unc-host-shares-time): New user option.
2831 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
2832 New helper functions for UNC file-name support.
2833 (ido-may-cache-directory): Check for UNC host. Simplify.
2834 (ido-wash-history): Clean out old UNC hosts.
2835 (ido-nonreadable-directory-p): UNC hosts are always readable.
2836 (ido-directory-too-big-p): UNC hosts are never too big.
2837 (ido-set-current-directory): Handle UNC root path.
2838 (ido-file-name-all-completions): Complete UNC host names from
2839 ido-unc-hosts list. Cache UNC host shares.
2840 (ido-make-file-list-1): Don't filter UNC root.
2841 (ido-exhibit): Check for // in root directory, and switch to UNC
2842 mode by setting ido-current-directory to //.
2843
2844 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
2845
2846 * cus-edit.el (customize-changed-options): Mention explicit
2847 version number as default in prompt.
2848
2849 2006-03-17 Bill Wohler <wohler@newt.com>
2850
2851 * image.el (image-load-path-for-library): Minor docstring fix.
2852
2853 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
2854
2855 * textmodes/org.el (org-read-date): Include subgroup 5 into
2856 replacement text.
2857 (org-popup-calendar-for-date-prompt): Fix customization type.
2858
2859 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
2860
2861 * progmodes/gdb-ui.el (gud-watch): Provide completion.
2862 (gdb-continuation): New variable.
2863 (gdb-send): Deal with continuation lines.
2864
2865 * progmodes/gud.el (gud-gdb-complete-command)
2866 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
2867 expressions.
2868 (gud-tooltip-mode): Use buffer-local value.
2869
2870 2006-03-16 Kim F. Storm <storm@cua.dk>
2871
2872 * ido.el (ido-edit-input): Use selected match, if any.
2873
2874 2006-03-16 Bill Wohler <wohler@newt.com>
2875
2876 * image.el (image-load-path-for-library): Prefer user's images in
2877 image-load-path.
2878
2879 2006-03-16 Martin Rudalics <rudalics@gmx.at>
2880
2881 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
2882 when checking for attempt to drag leftmost or rightmost scrollbar.
2883
2884 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
2885
2886 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
2887 (gdb-force-mode-line-update): New function.
2888 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
2889 (gdb-exited): Use them.
2890 (gdb-signal): New function.
2891 (gdb-annotation-rules): Provide a rule for it.
2892
2893 2006-03-16 Kenichi Handa <handa@m17n.org>
2894
2895 * international/mule.el (auto-coding-regexp-alist): Add entries
2896 for Unicode BOM.
2897
2898 * sort.el (sort-build-lists): Temporarily bind
2899 inhibit-field-text-motion to t.
2900
2901 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
2902
2903 * locate.el (locate-command, locate-make-command-line)
2904 (locate-fcodes-file, locate-update-command)
2905 (locate-prompt-for-command, locate, locate-with-filter)
2906 (locate-get-file-positions): Doc fixes.
2907 (locate-buffer-name, locate-header-face): Remove leading `*' in
2908 defcustom.
2909 (locate-filter-output): Use `keep-lines' instead of its alias
2910 `delete-non-matching-lines'.
2911 (locate-get-filename, locate-get-dirname): Add introductory comment.
2912 (locate-find-directory-other-window): Give appropriate error
2913 message if used outside main listing.
2914
2915 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2916
2917 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
2918 the new extend-region feature.
2919 (font-lock-after-change-function): Update correspondingly.
2920 * jit-lock.el (jit-lock-after-change): Update correspondingly.
2921 * progmodes/grep.el (font-lock-lines-before): Don't disable.
2922
2923 2006-03-15 Bill Wohler <wohler@newt.com>
2924
2925 * image.el (image-load-path-for-library): Fix example by not
2926 recommending that one binds image-load-path. Just defvar it to
2927 placate compiler and only use it if previously defined.
2928
2929 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
2930
2931 * textmodes/org.el (org-insert-centered): Use `string-width' to
2932 make underlining work for wide characters.
2933 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
2934 TAB to `org-cycle', to make sure that no binding in
2935 `outline-mode-map' can supercede it.
2936
2937 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
2938
2939 * allout.el: Increment version to 2.2.1 in file commentary.
2940
2941 (allout-version): Increment to 2.2.1.
2942
2943 (allout-default-layout): New customization variable, used when the
2944 file lacks a specific allout-layout. Uses allout-layout-type for
2945 recursively nested definition.
2946
2947 (allout-layout-type): Widget defining allout layouts, necessary for
2948 self-recursive definition.
2949
2950 (allout-mode): Incorporate allout-default-layout as fallback for
2951 allout-layout.
2952
2953 (allout-layout): Mark as 'safe-local-variable', and refer mention
2954 fallback to `allout-default-layout' in absence of a specified value.
2955 (allout-passphrase-verifier-string)
2956 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
2957
2958 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
2959
2960 (allout-get-encryption-passphrase-verifier): Use correct name of
2961 passphrase verifier in docstring.
2962
2963 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
2964
2965 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
2966 elements.
2967 (gdb-find-watch-expression): Make it work for arrays too.
2968 Follow change to gdb-var-list.
2969 (gud-watch): Allow the user to enter variable name with a prexix
2970 arg. Create keybindings.
2971 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2972 (gdb-var-list-children-handler, gdb-var-update-handler)
2973 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
2974 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
2975 Follow change to gdb-var-list.
2976 (gdb-starting): Don't show the overlay arrows when program is running.
2977
2978 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
2979 gdb-var-list.
2980
2981 2006-03-14 Bill Wohler <wohler@newt.com>
2982
2983 * image.el (image-load-path-for-library): Pass value of path
2984 rather than symbol. Always return list of directories.
2985 Guarantee that image directory comes first.
2986
2987 2006-03-14 Alan Mackenzie <acm@muc.de>
2988
2989 * font-core.el (font-lock-extend-region\(-function\)?.):
2990 New function/variable.
2991
2992 * font-lock.el (font-lock-after-change-function):
2993 Call font-lock-extend-region. Obey font-lock-lines-before.
2994 (font-lock-default-fontify-region): Remove reference to
2995 font-lock-lines-before.
2996
2997 * jit-lock.el (jit-lock-after-change):
2998 Call font-lock-extend-region. Obey font-lock-lines-before.
2999
3000 2006-03-14 David Ponce <david@dponce.com>
3001
3002 * tree-widget.el (tree-widget-themes-load-path)
3003 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3004
3005 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3006
3007 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3008 (rcirc-print): Mark the start of text at the end of the prompt.
3009 (rcirc-track-minor-mode): Add autoload cookie.
3010 (rcirc-update-activity-string): Add space to front of mode-line
3011 indicator.
3012
3013 2006-03-13 Miles Bader <miles@gnu.org>
3014
3015 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3016 (rcirc-abbrev-nick): Remove function.
3017 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3018
3019 2006-03-13 David Ponce <david@dponce.com>
3020
3021 * tree-widget.el: Handle themes across all occurrences of the main
3022 themes sub-directory found in tree-widget-themes-load-path.
3023 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3024 (tree-widget--locate-sub-directory): Return all occurrences.
3025 (tree-widget-themes-path): New function.
3026 Replace tree-widget-themes-directory, and return a list of directories.
3027 (tree-widget-set-parent-theme)
3028 (tree-widget-lookup-image): Use it.
3029
3030 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3031
3032 * textmodes/org.el (org-link-search): Avoid self-matching of
3033 links, allow target text to be distributed over several lines.
3034 (org-search-not-link): New function.
3035 (org-set-regexps-and-options, org-get-current-options):
3036 New startup options.
3037 (org-export-as-html): Take odd-level setting from local variable.
3038 (org-fontify-emphasized-text): New option.
3039 (org-set-font-lock-defaults): Include emphasized text.
3040 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3041 (org-font-lock): Customize group renamed from `org-faces'.
3042
3043 2006-03-13 John Paul Wallington <jpw@pobox.com>
3044
3045 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3046 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3047
3048 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3049
3050 * cus-start.el (all): Delete :version keyword for members of the
3051 fringe group, since the entire group is new in 22.1.
3052
3053 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3054
3055 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3056 map if value is hexadecimal (an address).
3057 (gud-watch): Only search roots for existing watch expressions.
3058 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3059 prevent caching problems with speedbar-update-directory-contents.
3060
3061 2006-03-12 Juri Linkov <juri@jurta.org>
3062
3063 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3064 before comparing with `low' and `warn'.
3065
3066 * info.el (Info-dir-remove-duplicates): Move point to the
3067 beginning of the current line after deleting the entries from
3068 redundant heading. Use marker for `limit' and compare it with
3069 point before calling `re-search-forward'.
3070
3071 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3072
3073 * simple.el (yank): Fix typo in docstring.
3074
3075 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3076
3077 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3078 messages, where "D" is the 6th character.
3079
3080 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3081
3082 * simple.el (yank): Fix last change.
3083
3084 2006-03-11 David Ponce <david@dponce.com>
3085
3086 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3087 merging elements from the standard ispell-dictionary-alist.
3088 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3089 alist, and return the new alist.
3090
3091 2006-03-11 Richard Stallman <rms@gnu.org>
3092
3093 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3094
3095 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3096 the way it is implemented is too unclean.
3097
3098 * simple.el (kill-region, yank): Doc fix.
3099
3100 * battery.el (battery-echo-area-format): Doc fix.
3101 (battery-mode-line-format): Likewise.
3102 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3103 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3104
3105 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3106
3107 * progmodes/octave-mod.el (octave-indent-for-comment):
3108 Behave according to do string.
3109
3110 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3111
3112 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3113 Be visible only if major mode is Mail Mode.
3114
3115 * textmodes/flyspell.el (flyspell-external-point-words)
3116 (flyspell-process-localwords): Fix last changes.
3117
3118 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3119
3120 * calendar/holidays.el (list-holidays): Doc fix.
3121
3122 * international/mule.el (auto-coding-alist): Add .odt
3123 (OpenOffice's open document) files.
3124
3125 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3126 document) files. Mention in the doc string the need to sync with
3127 auto-coding-alist.
3128
3129 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3130
3131 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3132 enable-local-variables is set to always query, or there is no
3133 savable variable.
3134
3135 2006-03-10 Bill Wohler <wohler@newt.com>
3136
3137 * image.el (image-load-path-for-library): Merge at least three
3138 functions from Gnus and MH-E into this one function that can now
3139 be shared.
3140
3141 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3142
3143 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3144 gdb-remove-mouse-face and remove help-echo too.
3145 (gdb-enqueue-input): Correct conditional clause.
3146
3147 2006-03-10 Glenn Morris <rgm@gnu.org>
3148
3149 * calendar/calendar.el (calendar-holidays): Doc fix.
3150 * calendar/holidays.el (list-holidays): Doc fix.
3151
3152 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3153
3154 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3155 it gets called in gdb-prompt anyway.
3156 (gdb-use-separate-io-buffer): Only restore window arrangement for
3157 gdb-many-windows.
3158 (gdb-enqueue-input): Make it harder to send GDB input when program
3159 is running.
3160 (gdb-buffer-list): New variable.
3161 (gdb-remove-mouse-face): New function.
3162 (gdb-starting): Use it when GDB input won't get sent.
3163
3164 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
3165
3166 * help.el (view-lossage): Remove trailing whitespace before
3167 inserting "\n".
3168
3169 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
3170
3171 * files.el (hack-local-variables-confirm):
3172 Set coding-system-for-read to nil before writing to .emacs.
3173
3174 * arc-mode.el (archive-extract): Check if an existing buffer name
3175 comes from a different archive.
3176
3177 * help.el (describe-key-briefly): If KEY is a down event, read and
3178 discard the up event.
3179
3180 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
3181
3182 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3183 be edited and use font-lock-warning-face for any changes.
3184
3185 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3186 (gdb-edit-value): Use it to report any errors.
3187
3188 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
3189
3190 * help.el (describe-key): Remove leftover test code.
3191
3192 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3193
3194 * textmodes/org.el: Move defvars out of eval-when-compile.
3195 Use buffer-file-name variable.
3196 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3197 arg `file'.
3198 (org-level-faces): Remove startup dependency.
3199 (org-cycle, org-map-tree, org-scan-tags)
3200 (org-remember-handler): Don't call `outline-level' directly.
3201 (org-mhe-search-all-folders): New option.
3202 (org-mhe-get-message-folder-from-index)
3203 (org-mhe-get-message-folder): Fix indexing search.
3204 (org-format-agenda-item): Handle nil TAGS argument.
3205 (org-cleaned-string-for-export, org-activate-target-links)
3206 (org-make-target-link-regexp): Deal with empty radio target list.
3207 (org-tag): New face.
3208 (org-get-level-face): New function.
3209 (org-set-font-lock-defaults): Simplify setup for headlines.
3210 (org-complete): Pass common substring to `display-completion-list'.
3211
3212 2006-03-06 David Ponce <david@dponce.com>
3213
3214 * tree-widget.el: Update Commentary header.
3215 (tree-widget-theme-name): Ignore parent themes.
3216 (tree-widget-set-parent-theme): New function.
3217 (tree-widget-set-theme): Use it.
3218 (tree-widget-set-image-properties): Move definition. Does nothing
3219 if image properties have already been set.
3220 (tree-widget-image-properties): Move definition. Receive an image
3221 name. Set the :pointer property.
3222 (tree-widget-lookup-image): Doc fix. Search in parent themes.
3223 Don't set the :pointer image property.
3224 (tree-widget-convert-widget): New function. Handle :dynargs
3225 compatibility here.
3226 (tree-widget): Use it to :convert-widget. Add the :expander-p
3227 predicate to control when the :expander function is entered.
3228 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3229 (tree-widget-value-create): Handle :expander-p. widget-apply
3230 :expander.
3231 (tree-widget-expander-p): New function. Default value of the
3232 :expander-p property.
3233
3234 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3235
3236 * help.el (describe-key): Properly handle the return value of
3237 read-key-sequence when grabbing an up-event. Cleanup mouse-1
3238 remaps. Handle string and vector `follow-link' values.
3239
3240 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 * complete.el (PC-expand-many-files): Try be more careful when parsing
3243 the shell's output.
3244
3245 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * outline.el (hide-sublevels): Provide better interactive default.
3248
3249 2006-03-06 Kenichi Handa <handa@m17n.org>
3250
3251 * international/fontset.el (create-fontset-from-fontset-spec):
3252 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3253
3254 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
3255
3256 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3257 backslashes instead of one in regexp.
3258 (gud-tooltip-dereference): Add missing optional argument.
3259
3260 2006-03-04 John Paul Wallington <jpw@pobox.com>
3261
3262 * wdired.el (toplevel): Require `cl' at compile-time.
3263
3264 2006-03-04 Andreas Schwab <schwab@suse.de>
3265
3266 * server.el (server-process-filter): Handle errors during
3267 evaluation of the argument.
3268
3269 2006-03-03 John Paul Wallington <jpw@pobox.com>
3270
3271 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3272 escape parentheses at beginning of line.
3273 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3274 (t-mouse-mode): Remove period from end of error message.
3275
3276 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
3277
3278 * textmodes/flyspell.el (flyspell-process-localwords):
3279 Be case-sensitive.
3280
3281 2006-03-03 Martin Rudalics <rudalics@gmx.at>
3282
3283 * cus-edit.el (custom-quote): Remove function, since it has been
3284 moved to custom.el.
3285
3286 * font-lock.el (lisp-font-lock-keywords-2)
3287 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3288 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3289 they have no special meaning.
3290
3291 * midnight.el (clean-buffer-list): Handle case where base-buffer of
3292 indirect buffer gets killed before indirect buffer. Use dolist.
3293
3294 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3295
3296 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3297 value instead of a literal constant (1) on more pauses.
3298
3299 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3300
3301 * textmodes/flyspell.el (flyspell-external-point-words):
3302 Be case-sensitive.
3303
3304 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
3305
3306 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3307 with "www".
3308
3309 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3310
3311 * allout.el: Restablish intermediate missing comment header to
3312 preserve outline structure.
3313 (allout-beginning-of-current-entry): Skip invisible text.
3314 (allout-open-topic): Fix opening a topic at end-of-buffer.
3315 (allout-minor-mode): Move nearer to allout-mode function.
3316
3317 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
3318
3319 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3320
3321 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
3322
3323 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3324 is nil.
3325
3326 * progmodes/gud.el (gud-speedbar-menu-items):
3327 Use buffer-local-value and add missing :visible keyword.
3328
3329 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3330
3331 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
3332
3333 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3334 must be `follow-link'.
3335
3336 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3337
3338 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3339 formatting: No nested anchors.
3340 (org-all-targets): Fix bug with XEmacs compatibility.
3341 (org-read-date): Add (require 'parse-time).
3342 (org-set-tags): Fix bug with extra inserted space.
3343 (org-export-html-style): Define a style class for targets.
3344 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3345 (org-hide-leading-stars): New option.
3346 (org-hide): New face.
3347 (org-set-font-lock-defaults): Allow to hide leading stars.
3348 (org-get-legal-level, org-tr-level): New functions.
3349 (org-odd-levels-only): New option.
3350 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3351 (org-demote, org-promote): Deal with double-star levels.
3352 (org-convert-to-odd-levels): New command.
3353
3354 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
3355
3356 * speedbar.el (speedbar-update-localized-contents): Try to
3357 preserve window-start.
3358 (speedbar-update-directory-contents): Try to preserve window-start
3359 and window-point.
3360 (speedbar-update-special-contents): Don't move back to start of window.
3361
3362 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3363 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
3364 speedbar-timer-fn.
3365 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3366 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3367 instead of gdb-speedbar-timer-fn.
3368
3369 2006-02-28 Jay Belanger <belanger@truman.edu>
3370
3371 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3372 (math-compose-expr): Use latex option when calling
3373 `math-compose-tex-matrix' for latex mode.
3374
3375 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
3376
3377 * speedbar.el: Re-instate comments about developing for speedbar
3378 [this is what info and gdb-ui use even if better methods exist now].
3379
3380 * t-mouse.el: New file.
3381 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
3382 (t-mouse-lispy-buffer-posn-from-coords): Remove.
3383 (t-mouse-make-event-element): Use posn-at-x-y instead.
3384 (t-mouse-make-event): Deal with Fedora Core 3.
3385 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3386 (t-mouse-mouse-position-function): New function. Use it instead
3387 of advising mouse-position.
3388 (t-mouse-mode): New minor mode.
3389 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
3390
3391 2006-02-27 Glenn Morris <rgm@gnu.org>
3392
3393 * calendar/calendar.el (calendar-holidays): Doc fix.
3394
3395 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
3396
3397 * progmodes/gdb-ui.el (gdb-source-window): New variable.
3398 Re-introduce the concept of a source window.
3399 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3400 consistency with get-buffer-create.
3401 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3402 (gdb-data-list-register-values-handler)
3403 (gdb-stack-list-locals-handler): Try to preserve window-start as
3404 well as window-point.
3405 (gdb-display-source-buffer): New function (old concept).
3406 (gdb-goto-breakpoint): Use it.
3407
3408 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3409 for gdb-ui/gdb-mi (old concept).
3410
3411 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
3412
3413 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3414 binding.
3415
3416 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3417
3418 * textmodes/reftex-sel.el (reftex-select-label-map)
3419 (reftex-select-bib-map): Add `follow-mouse' binding.
3420
3421 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3422
3423 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3424 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3425 Give :set functions to provide automatic updating.
3426 Update docstring. Give compiler defvars early in the file
3427 and move the defcustoms to a later spot where all called functions
3428 are defined.
3429 (jka-compr-file-name-handler-entry): Doc fix.
3430 (jka-compr-compression-info-list--internal)
3431 (jka-compr-mode-alist-additions--internal)
3432 (jka-compr-load-suffixes--internal): New variables.
3433 (jka-compr-install): Set the three above variables.
3434 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3435 (jka-compr-update, jka-compr-set): New functions.
3436 (auto-compression-mode): Doc fix.
3437
3438 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3439 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3440 Use jka-compr-compression-info-list--internal,
3441 jka-compr-mode-alist-additions--internal and
3442 jka-compr-load-suffixes--internal.
3443
3444 * files.el (load-library):
3445 * loadhist.el (file-loadhist-lookup):
3446 * startup.el (command-line):
3447 * subr.el (locate-library):
3448 * emacs-lisp/autoload.el (update-directory-autoloads):
3449 * emacs-lisp/find-func.el (find-library-suffixes):
3450 Use `get-load-suffixes' instead of `load-suffixes'.
3451
3452 * subr.el (locate-library):
3453 * emacs-lisp/find-func.el (find-library-name):
3454 Use `load-file-rep-suffixes' instead of '("").
3455
3456 2006-02-26 Kim F. Storm <storm@cua.dk>
3457
3458 * ido.el (ido-save-history, ido-load-history): Simplify.
3459 Don't use find-file-noselect to avoid interference from other modes.
3460
3461 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
3462
3463 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3464 to use the default shell if filename is not available.
3465 Reported by Giorgos Keramidas.
3466
3467 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
3468
3469 * progmodes/etags.el (tags-completion-table): Do completion from
3470 all the tables in the current list, as documented in the manual.
3471
3472 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3473
3474 * CC Mode Update to 5.31.3.
3475
3476 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3477
3478 * progmodes/cc-mode.el (c-postprocess-file-styles):
3479 Bind inhibit-read-only to t, around the call to
3480 c-remove-any-local-eval-or-mode-variables, so that it works on a
3481 RO file.
3482
3483 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3484
3485 * progmodes/cc-awk.el: Correct a typo.
3486
3487 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3488
3489 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
3490 c-hungry-delete-backwards, at the request of RMS. Leave the old
3491 name as an alias.
3492
3493 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3494
3495 * progmodes/cc-mode.el: Correct a typo.
3496
3497 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3498
3499 * progmodes/cc-defs.el: Update the version number to 5.31.3.
3500
3501 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3502
3503 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
3504 brace-else-brace (error due to mbeg, mend being undefined).
3505
3506 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3507
3508 * progmodes/cc-mode.el: File Local variables: Solve the problem
3509 where both `mode' and c-file-offsets are specified: `mode' will
3510 overwrite c-f-o's settings:
3511 (c-remove-any-local-eval-or-mode-variables): New function.
3512 (c-postprocess-file-styles): Call the above new function, within
3513 c-tentative-buffer-change, to splat `mode' and `eval' before the
3514 second hack-local-variables.
3515
3516 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3517
3518 * progmodes/cc-mode.el:
3519 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
3520 (c-after-change): Protect the match data with save-match-data.
3521 It was getting corrupted by c-after-change-check-<>-operators.
3522
3523 * cc-defs.el: [Supersedes patch V1.38]:
3524 (top level): Check for a buggy font-lock-compile-keywords ONLY in
3525 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
3526
3527 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
3528 with save-match-data. It was being corrupted when Font Lock was
3529 not enabled.
3530
3531 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3532
3533 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
3534 Mode and Subword Mode.
3535
3536 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
3537 real labels ("case 1:" or "foo:") from non-labels ("public:").
3538 (c-forward-objc-directive): Replace c-forward-token-2 with crude
3539 coding; c-f-t-2 doesn't move over a token at EOB.
3540
3541 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
3542
3543 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
3544 (c-update-modeline): Concatenate the minor mode indicators
3545 directly onto mode-name, removing c-submode-indicators.
3546 Sometimes, c-s-i got separated from the mode name on the mode line.
3547
3548 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
3549 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
3550
3551 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3552
3553 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
3554 error message when there's an evaluation error to show whether
3555 it's loaded from source or not.
3556 (c-filter-ops): Make it available at runtime too to work when
3557 `c-make-init-lang-vars-fun' needs to evaluate from source.
3558
3559 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
3560
3561 * help.el (help): Revert last part of 2006-02-23 change (deletion
3562 of the `provide' call).
3563
3564 2006-02-23 Juri Linkov <juri@jurta.org>
3565
3566 * compare-w.el (compare-windows-highlight): Add new value
3567 `persistent' and change :type from `boolean' to `choice'.
3568 (compare-windows-overlays1, compare-windows-overlays2):
3569 New internal variables.
3570 (compare-windows-highlight): If compare-windows-highlight is
3571 `persistent', add current overlays to compare-windows-overlays[12]
3572 instead of adding compare-windows-dehighlight to pre-command-hook.
3573 (compare-windows-dehighlight): Delete all overlays from
3574 compare-windows-overlays[12].
3575
3576 * info.el (Info-search): Don't bind search-spaces-regexp to
3577 Info-search-whitespace-regexp in non-regexp isearch mode.
3578
3579 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3580
3581 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
3582
3583 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
3584
3585 * textmodes/org.el (org-xemacs-p)
3586 (org-export-html-show-new-buffer, org-table-may-need-update)
3587 (org-insert-item, org-mhe-get-message-real-folder)
3588 (org-mhe-get-message-folder-from-index)
3589 (org-mhe-get-message-folder, org-mhe-get-message-num)
3590 (org-mhe-get-header, org-make-org-heading-search-string)
3591 (org-make-org-heading-camel, org-table-sort-lines)
3592 (org-format-org-table-html, org-format-table-table-html):
3593 Fix typos in docstrings.
3594
3595 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
3596
3597 * textmodes/org.el (org-cleaned-string-for-export)
3598 (org-solidify-link-text): New function.
3599 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
3600 XEmacs, just to silence the compiler.
3601 (org-export-as-ascii, org-export-as-html-and-open):
3602 Use `org-cleaned-string-for-export' and create internal links.
3603 (org-follow-mhe-link): Require mh-e, use folder.
3604
3605 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3606
3607 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
3608
3609 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
3610 gdb-debug-log-length.
3611 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
3612 it a real ring but...
3613 (gud-gdba-marker-filter): ...make it work like mark-ring.
3614 (gdb-enable-debug): Rename from gdb-enable-debug-log.
3615 (gdb-mouse-jump): New function. Add bindings.
3616
3617 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3618
3619 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
3620 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
3621 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
3622 (gdb-debug-log-length): Customize it's length.
3623 (gud-watch, gdb-var-create-handler): Display function::var format
3624 but don't use to create variable object.
3625 (gdb-var-create-handler): Use message-box in place of message.
3626 (gdb-stopped): Call gdb-exited if signalled.
3627
3628 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
3629
3630 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
3631
3632 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3633
3634 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3635 if `reftex-try-all-extensions' is set.
3636
3637 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
3638 fail silently when there is no valid argument at point.
3639 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
3640 `fail-silently' argument. From a patch by David Reiter.
3641
3642 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
3643 New commands.
3644 (org-mark-ring): New variable.
3645 (org-mark-ring-length): New option.
3646 (org-open-at-point, org-goto, org-open-file): Push old position
3647 onto the mark ring.
3648 (org-add-hook): New function.
3649 (org-export-table-remove-special-lines): New option.
3650 (org-skip-comments, org-format-org-table-html): Respect new
3651 option `org-export-table-remove-special-lines'.
3652 (org-open-file): Allow special command configuration for
3653 directory link.
3654 (org-file-apps): Fix bugs in customize type, added setting
3655 for directories.
3656 (org-activate-tags, org-format-agenda-item, org-complete)
3657 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
3658 (org-get-tags, org-get-buffer-tags, org-open-at-point)
3659 (org-link-search, org-make-org-heading-search-string)
3660 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
3661 (org-radio-targets, org-file-link-context-use-camel-case)
3662 (org-activate-camels): New options.
3663 (org-update-radio-target-regexp, org-all-targets)
3664 (org-make-target-link-regexp, org-activate-target-links):
3665 New functions.
3666 (org-make-org-heading-search-string): New function.
3667 (org-store-link, org-insert-link): Use new option
3668 `org-file-link-context-use-camel-case'.
3669 (org-activate-camels): Use new option `org-activate-camels'.
3670 (org-link-regexp): Add mhe prefix.
3671 (org-open-at-point, org-store-link): Support for mhe links.
3672 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
3673 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
3674 (org-mhe-get-header, org-follow-mhe-link): New functions.
3675 (org-remove-angle-brackets, org-add-angle-brackets):
3676 New functions.
3677 (org-bracket-link-regexp): New constant.
3678 (org-read-date): Fix bug that was rejecting all typed dates.
3679 (org-link-search): Make hierarchy above visible after a match.
3680 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
3681 (org-store-link): Fix bug with link creation when cursor is in
3682 an empty line.
3683 (org-open-at-point): Fix bug with matching a link.
3684 Fixed buggy argument sequence in call to `org-view-tags'.
3685 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3686 (org-prefix-has-tag): New variable.
3687 (org-format-agenda-item): Remove tags from headline
3688 if appropriate.
3689 (org-agenda-remove-tags-when-in-prefix): New option.
3690
3691 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
3692
3693 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
3694 Fix the regular expressions.
3695
3696 2006-02-21 Richard M. Stallman <rms@gnu.org>
3697
3698 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
3699 if there's no other specific basis.
3700
3701 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
3702 as variables at all.
3703 (unsafep-variable): Rename arg; doc fix.
3704
3705 * abbrevlist.el (list-one-abbrev-table): Add autoload.
3706
3707 * calendar/appt.el (diary-selective-display): Add defvar.
3708
3709 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
3710
3711 * isearch.el (search-whitespace-regexp): Fix custom type.
3712
3713 * help.el (describe-key-briefly): Compute interactive args
3714 in same was as before previous change.
3715
3716 * files.el (enable-local-variables): Doc fix.
3717
3718 2006-02-21 Kim F. Storm <storm@cua.dk>
3719
3720 * fringe.el: Cleanup as file is now pre-loaded.
3721 (fringe-bitmaps): Initialize unconditionally.
3722 (fringe-mode, set-fringe-style): Remove autoload cookies.
3723
3724 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3725
3726 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
3727 `horizontal-bar'.
3728 (fringe-cursor-alist): Use `horizontal-bar'.
3729
3730 2006-02-20 Kim F. Storm <storm@cua.dk>
3731
3732 * fringe.el (fringe-bitmaps): Update to new bitmap names.
3733 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
3734
3735 * loadup.el: Load "fringe" on window systems.
3736
3737 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3738
3739 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
3740 out of scope components.
3741
3742 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
3743 default.
3744
3745 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3746
3747 * custom.el (customize-mark-to-save, customize-mark-as-set):
3748 Load the symbol first.
3749
3750 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
3751
3752 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
3753 strech spec so it doesn't display as "^J" on the header line
3754 when `Buffer-menu-use-header-line' is t.
3755
3756 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3757
3758 * speedbar.el (speedbar-make-button): Keep text properties
3759 of string arguments if desired.
3760
3761 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
3762 expessions.
3763
3764 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
3765 of speedbar.
3766
3767 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
3768
3769 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
3770 to value of `read-file-name-completion-ignore-case'.
3771
3772 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
3773
3774 * custom.el (customize-mark-as-set): Push to `user' theme.
3775
3776 * cus-edit.el (custom-save-variables): Allow unthemed values.
3777 (customize-set-variable): Push setting to `user' theme.
3778
3779 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3780
3781 * progmodes/gud.el: Don't require font-lock as it's now
3782 automatically loaded.
3783 (gud-speedbar-buttons): Replace gdb-var-changed with
3784 gdb-force-update.
3785
3786 * progmodes/gdb-ui.el (gdb-force-update): Rename from
3787 gdb-var-changed.
3788 (gdb-post-prompt): Use it.
3789 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3790 (gdb-var-update-handler, gdb-var-delete)
3791 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
3792 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
3793 gdb-force-update in gdb-post-prompt.
3794 (gdb-reset): Clear watch expressions from speedbar when quitting.
3795
3796 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3797
3798 * viper-cmd.el (viper-insert-state-post-command-sentinel)
3799 (viper-change-state-to-vi, viper-change-state-to-emacs):
3800 Make aware of cursor coloring in the Emacs state.
3801 (viper-special-read-and-insert-char): Use read-char-exclusive.
3802 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
3803
3804 * viper-init.el (viper-emacs-state-cursor-color): New variable.
3805
3806 * viper-util.el (viper-save-cursor-color)
3807 (viper-get-saved-cursor-color-in-replace-mode)
3808 (viper-get-saved-cursor-color-in-insert-mode)
3809 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
3810 state.
3811 (viper-get-saved-cursor-color-in-emacs-mode): New function.
3812
3813 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
3814 (ediff-ignore-case-option3, ediff-actual-diff-options)
3815 (ediff-actual-diff3-options): New variables to control case sensitivity.
3816 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
3817 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
3818 (ediff-toggle-ignore-case): New function.
3819 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
3820
3821 * ediff-help.el (ediff-long-help-message-narrow2)
3822 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
3823 (ediff-long-help-message-word-mode): Add ignore-case command.
3824 (ediff-help-for-quick-help): Add ignore-case command.
3825
3826 * ediff-merg.el: Move provide to the end.
3827
3828 * ediff-ptch.el: Move provide to the end.
3829
3830 * ediff-wind.el: Move provide to the end.
3831
3832 * ediff-mult.el: Move provide to the end.
3833 (ediff-set-meta-overlay): Enable follow-link.
3834
3835 * ediff.el: Move provide to the end.
3836 Break recursive load cycle in eval-when-compile.
3837 (ediff-patch-buffer): Better heuristics.
3838
3839 * ediff-util.el: Move provide to the end.
3840 Break recursive load cycle in eval-when-compile.
3841 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
3842 defuns.
3843 (ediff-submit-report): Pass the values of ediff-diff3-program,
3844 ediff-diff3-options.
3845
3846 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
3847
3848 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
3849 the opening bracket of the following bracketing pairs: {}, [], (), <>,
3850 `' (for example, in the docstring of `windmove-default-keybindings').
3851
3852 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3853
3854 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
3855 shadow face. Don't provide binding to edit variable when it is
3856 out of scope.
3857
3858 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3859 (gdb-var-update-handler): Detect out of scope variables with pre
3860 GDB 6.4 too.
3861 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
3862 Reset status of variable objects to nil in update handlers.
3863 (gdb-var-update-handler-1): Detect when a variable object comes
3864 in scope. setcar on var changes gdb-var-list directly.
3865
3866 2006-02-17 Juri Linkov <juri@jurta.org>
3867
3868 * ffap.el (ffap) <defface>: Add explicit face declaration.
3869 (ffap-highlight): Use face `ffap' directly instead of checking
3870 for its existence.
3871
3872 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
3873 `visible-ok' of `other-buffer' to find the right original buffer.
3874
3875 * info.el (Info-search): Skip `Local Variables' node.
3876
3877 2006-02-17 Juri Linkov <juri@jurta.org>
3878
3879 * info.el (Info-find-file): Check for symbols `apropos', `history',
3880 `toc' in the input filename, and return these symbols as is.
3881 (Info-find-node-2): Set Info-current-file to symbols `apropos',
3882 `history', `toc' instead of strings.
3883 (Info-set-mode-line): For non-string Info-current-file use the
3884 symbol's name inside **.
3885 (Info-isearch-push-state): Add quote before Info-current-file and
3886 Info-current-node.
3887 (Info-isearch-pop-state): Use `equal' instead of `string='.
3888 (Info-extract-pointer, Info-following-node-name): Use
3889 `match-string-no-properties' instead of `match-string'.
3890 (Info-up): Check `old-file' for `stringp'.
3891 (Info-history): Use `equal' instead of `string-equal'.
3892 Check `file' for `stringp'.
3893 (Info-history): Use symbol `history' instead of string as first arg
3894 of `Info-find-node'.
3895 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
3896 `toc' instead of string.
3897 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
3898 instead of `buffer-substring', and `match-string-no-properties'
3899 instead of `match-string'.
3900 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
3901 instead of strings.
3902 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
3903 Use symbol `apropos' instead of string.
3904 (Info-copy-current-node-name): Check `Info-current-file' for
3905 `stringp' and construct a command with `Info-find-node' from it.
3906 (Info-fontify-node): Use `match-string-no-properties' instead of
3907 `match-string' and check file names for `stringp'.
3908 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
3909 `history', `toc' instead of strings.
3910
3911 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * files.el: Rearrange functions and variables in the file local
3914 variables section.
3915
3916 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
3917
3918 * files.el: Add truncate-lines, ispell-check-comments and
3919 ispell-local-dictionary as safe local variables.
3920
3921 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
3922
3923 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
3924 out of scope variables.
3925 (gud-speedbar-buttons): Use unless.
3926
3927 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
3928 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
3929 (gdb-show-changed-values): Also use for out of scope variables.
3930 (gdb-var-update-handler-1): Note if variable goes out of scope.
3931
3932 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
3933
3934 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
3935 default to global variable values for unsupplied args.
3936 (rcirc-get-buffer-create): Fix bug with setting the target.
3937 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
3938 test for rcirc-always-use-server-buffer-flag here.
3939 (rcirc-response-formats): Add %N, which is a facified nick. %n
3940 uses the default face. Change the ACTION format string. If the
3941 "nick" is the server, don't print anything for that field.
3942 Comment fixes.
3943 (rcirc-target-buffer): Don't test
3944 rcirc-always-use-server-buffer-flag here.
3945 (rcirc-print): Squeeze extra spaces out of the text before message.
3946 (rcirc-put-nick-channel): Strip potential "@" char from nick
3947 before adding them to nick table.
3948 (rcirc-url-regexp): Improve to match address like "foo.com".
3949
3950 2006-02-17 Eli Zaretskii <eliz@gnu.org>
3951
3952 * allout.el (allout-hidden-p): Move this defsubst before
3953 allout-overlay-interior-modification-handler, where it is first
3954 used.
3955
3956 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
3957
3958 * allout.el: Use allout invisible-text overlays instead of
3959 selective display for concealed text. Also, lots of general
3960 cleanup, and improved compatibility code.
3961
3962 (allout-version) Incremented, corrected, revised, and refined
3963 module commentary.
3964
3965 (provide 'allout): Moved to the bottom, added a require of overlay.
3966
3967 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
3968 `except-current'.
3969 (allout-write-file-hook-handler): Minimize delay.
3970 (count-trailing-whitespace-region): New function so
3971 auto-encryption of current topic can resituate cursor exactly.
3972 PGP/GPG encryption trims trailing whitespace from lines, which
3973 must be accounted for across encryption then decryption.
3974
3975 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
3976 just plain "\C-c", to avoid intruding on user's keybinding space.
3977
3978 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
3979 parameter, so user request to provide a new password is done.
3980
3981 (allout-outside-normal-auto-fill-function, allout-auto-fill):
3982 Refined mechanism for auto-filling behavior while in allout mode.
3983
3984 (allout-mode): Explicitly specify the mode map in the docstring.
3985 Clarify provision for various write-file hook var names.
3986 Adjusted for invisible-text overlays instead of selective-display.
3987
3988 (allout-depth): Really return 0 if not within any topic. This
3989 rectifies `allout-beginning-of-level' and sequence numbering
3990 errors that occur when cutting and pasting numbered topics.
3991 Changed from a in-line subst to a regular function, as well.
3992
3993 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
3994
3995 (allout-end-of-subtree, allout-end-of-subtree)
3996 (allout-end-of-entry, allout-end-of-current-heading)
3997 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
3998 (allout-show-children, allout-show-to-offshoot)
3999 (allout-hide-current-entry, allout-show-current-entry): Rectified
4000 handling of trailing blank lines between items.
4001
4002 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4003 (allout-current-depth, allout-unprotected, allout-hidden-p)
4004 (allout-on-current-heading-p, allout-listify-exposed)
4005 (allout-chart-subtree, allout-goto-prefix)
4006 (allout-back-to-current-heading, allout-get-body-text)
4007 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4008 (allout-hide-region-body, allout-toggle-subtree-encryption)
4009 (allout-encrypt-string, allout-encrypted-key-info)
4010 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4011 (allout-file-vars-section-data): Adjusted for use with
4012 invisible-text overlays instead of selective-display.
4013
4014 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4015 Reworked for use with invisible text overlays.
4016
4017 (allout-current-topic-collapsed-p): New function.
4018
4019 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4020 to know when to close the containing topic.
4021
4022 (allout-pre-command-business, allout-post-command-business):
4023 Simplify undo-batching and dynamic isearch exposure.
4024
4025 (allout-set-overlay-category): New for invisible-text overlays.
4026 Sets properties of allout-overlay-category, used by
4027 allout-flag-region to set invisible-text overlay properties.
4028 (allout-get-invisibility-overlay): Get the first qualifying
4029 invisibility overlay, so we can find the extent of it.
4030 (allout-back-to-visible-text): Get to just before the beginnining
4031 of the current invisibility overlay, if any.
4032
4033 (allout-overlay-insert-in-front-handler)
4034 (allout-overlay-interior-modification-handler)
4035 (allout-before-change-handler, allout-isearch-end-handler): New
4036 functions to handle extraordinary actions affecting concealed
4037 text.
4038
4039 (allout-flag-region): Use overlays instead of selective-display
4040 for invisible text - by inheritence from the properties of
4041 allout-overlay-category in mainline Emacs, and applied
4042 property-by-property in XEmacs, some recent versions of which
4043 don't inherit the properties from the category. Provisions to
4044 respond to concealed-text edits simplified drastically.
4045
4046 (allout-isearch-rectification, allout-isearch-was-font-lock)
4047 (allout-isearch-expose, allout-enwrap-isearch)
4048 (allout-isearch-abort, allout-pre-was-isearching)
4049 (allout-isearch-prior-pos, allout-isearch-did-quit)
4050 (allout-isearch-dynamic-expose)
4051 (allout-hide-current-entry-completely): Functions deleted.
4052
4053 (allout-undo-aggregation): Explicit undo aggregation no longer
4054 necessary due to transition away from selective-display.
4055
4056 (set-allout-regexp, allout-up-current-level)
4057 (allout-next-visible-heading, allout-forward-current-level)
4058 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4059 (allout-kill-line, allout-yank-processing, allout-show-children)
4060 (allout-expose-topic, allout-old-expose-topic)
4061 (allout-listify-exposed, allout-insert-latex-header)
4062 (allout-toggle-subtree-encryption, allout-encrypt-string)
4063 (remove-from-invisibility-spec, allout-hide-current-subtree):
4064 Ditched unused variables.
4065
4066 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4067
4068 * textmodes/ispell.el (ispell-change-dictionary): Call
4069 ispell-buffer-local-dict instead of
4070 ispell-accept-buffer-local-defs.
4071 (ispell-local-dictionary-alist): Accept as valid any coding-system
4072 supported by Emacs.
4073 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4074 changed to iso-8859-3.
4075
4076 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4077
4078 * speedbar.el (speedbar-frame-width): Make an inline function
4079 instead of a macro. Use frame-width.
4080 (speedbar-try-completion, speedbar-update-contents)
4081 (speedbar-timer-fn): Use consp.
4082 (speedbar-update-localized-contents): Try to preserve point.
4083
4084 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4085 (menu): Re-order menu items.
4086 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4087 field.
4088 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4089 (gdb-post-prompt): Speed things by not forcing update.
4090
4091 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4094 press and perform default action if we get a mouse movement event.
4095
4096 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4097
4098 * calendar/icalendar.el (icalendar--get-event-property)
4099 (icalendar--get-event-property-attributes): Fix typos in
4100 docstrings.
4101
4102 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4103 docstring.
4104
4105 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4106
4107 * bs.el (bs-mode): Use `buffer-disable-undo'.
4108 (bs--get-file-name): Simplify.
4109 (bs-show-in-buffer): Mark the buffer as not modified.
4110
4111 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4112
4113 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4114 widget-button-click.
4115
4116 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4117 (custom-mode): Update docstring.
4118
4119 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4120 binding.
4121
4122 * files.el (hack-local-variables-confirm): Allow scrolling if the
4123 file variable list is too long. Kill temp buffer after use.
4124
4125 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4126
4127 * progmodes/gud.el (gdb): Improve doc string.
4128 (gdb-script-font-lock-keywords): Expand allowed character set.
4129
4130 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4131 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4132 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4133 (gdb-separate-io-stop, gdb-separate-io-eof):
4134 Rename from gdb-inferior-* to gdb-separate-*.
4135 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4136
4137 2006-02-14 Jay Belanger <belanger@truman.edu>
4138
4139 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4140 expression is a symbol before checking that it is bound.
4141
4142 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4143 test to see if equation can be solved.
4144
4145 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4146
4147 * wid-edit.el (widget-button-click): Use :pressed-face property
4148 for overlay face, if it exists.
4149
4150 * cus-edit.el (custom-manual, custom-add-see-also)
4151 (custom-add-parent-links, custom-group-link): Add :pressed-face
4152 property to links.
4153
4154 * files.el (hack-local-variables): Remove ignored variables before
4155 checking if any variables need setting.
4156
4157 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4158
4159 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4160
4161 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4162
4163 * help.el (where-is): Fix message for remapped commands.
4164
4165 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4166 Fix typos in docstrings.
4167
4168 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4169
4170 * files.el (safe-local-variable-values): New option.
4171 (hack-local-variables-prop-line): Return a list of variable-value
4172 pairs if MODE-ONLY is non-nil.
4173 (hack-local-variables): Construct list of variable-value pairs,
4174 and apply or reject them in one go. Ask for confirmation if
4175 variables are not known safe.
4176 (hack-local-variables-confirm): Complete rewrite. Support
4177 `safe-local-variable-values'.
4178 (enable-local-variables): Update docstring to reflect new
4179 behavior.
4180 (ignored-local-variables): Ignore ignored-local-variables and
4181 safe-local-variable-values.
4182 (safe-local-variable-p): New function.
4183 (risky-local-variable-p): `safe-local-variable' property check
4184 moved to safe-local-variable-p.
4185 (hack-one-local-variable): Checks moved to hack-local-variables.
4186
4187 (byte-compile-dynamic, c-basic-offset, c-file-style)
4188 (c-indent-level, comment-column, fill-column, fill-prefix)
4189 (indent-tabs-mode, kept-new-versions, no-byte-compile)
4190 (no-update-autoloads, outline-regexp, page-delimiter)
4191 (paragraph-start, paragraph-separate, sentence-end)
4192 (sentence-end-double-space tab-width, version-control):
4193 Add `safe-local-variable' property.
4194
4195 * find-lisp.el: Delete nonexistent `autocompile' file variable.
4196
4197 * icomplete.el, play/landmark.el: Change nonexistent
4198 `outline-layout' file variable to `allout-layout'.
4199
4200 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
4201
4202 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4203 (gdb-get-changed-registers): Test value of gud-minor-mode relative
4204 to gud-comint-buffer.
4205 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4206 gdb-ui.el for gdb-mi.el.
4207 (gdb-post-prompt, gdb-get-changed-registers): Move test for
4208 registers buffer to gdb-get-changed-registers.
4209 (gdb-breakpoint-regexp): New regexp. Allow toggling and
4210 deletion of catchpoints (throw and catch).
4211 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4212 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4213 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4214 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4215 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4216
4217 2006-02-13 Jay Belanger <belanger@truman.edu>
4218
4219 * calc/calc-arith.el (math-check-known-matrixp): Make sure
4220 expression is a symbol before checking that it is bound.
4221
4222 2006-02-13 Richard M. Stallman <rms@gnu.org>
4223
4224 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4225 for the minibuffer too, but not if resize-mini-windows will interfere.
4226
4227 * help.el (describe-key-briefly, describe-key): Do all arg-reading
4228 inside `interactive' spec.
4229 (describe-key-briefly-internal, describe-key-internal):
4230 Functions merged back into their callers.
4231
4232 2006-02-13 Martin Rudalics <rudalics@gmx.at>
4233
4234 * info.el (info-xref-visited): Inherit from info-xref too.
4235 (Info-set-mode-line): Replace occurrences of `%' by `%%'
4236 when propertizing Info-current-file and Info-current-node.
4237
4238 2006-02-13 Juri Linkov <juri@jurta.org>
4239
4240 * tumme.el (tumme-thumbnail-storage): Fix docstring.
4241 (tumme-thumb-name): Fix per-directory format.
4242
4243 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
4244
4245 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4246
4247 2006-02-12 Miles Bader <miles@gnu.org>
4248
4249 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4250
4251 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
4252
4253 * tumme.el: Remove history section. If someone needs the it, it
4254 can always be found in CVS.
4255
4256 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4257
4258 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
4259 about the Thumbnail Managing Standard option.
4260
4261 2006-02-12 Richard M. Stallman <rms@gnu.org>
4262
4263 * subr.el (substitute-key-definition): Doc fix.
4264
4265 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4266
4267 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4268
4269 * info.el (Info-mode): Doc fix.
4270
4271 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4272
4273 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
4274
4275 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4276 because on Solaris a POSIX compatible "id" is needed. Reported by
4277 Magnus Henoch <mange@freemail.hu>.
4278
4279 2006-02-12 Juri Linkov <juri@jurta.org>
4280
4281 * tumme.el: Remove todo item about Thumbnail Managing Standard.
4282 (tumme) <defgroup>: Change :group to `multimedia'.
4283 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4284 Managing Standard.
4285 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4286 Fix dostring.
4287 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4288 and %y. Fix docstring.
4289 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4290 (tumme-cmd-create-standard-thumbnail-command): New user options.
4291 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4292 is `standard'. Fix docstring.
4293 (tumme-thumb-width, tumme-thumb-height): New user options.
4294 (tumme-external-viewer): Try to find various viewers.
4295 (tumme-get-thumbnail-image): Use `create-image' instead of
4296 constructing the `image' structure.
4297 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4298 `standard'.
4299 (tumme-thumb-name): Add file name generation for standard storage.
4300 Simplify code for other storages.
4301 (tumme-thumb-name): Use width %w and height %h instead of size %s.
4302 Add modification time %m and thumbnail-nq8 %q.
4303 Use `tumme-cmd-create-standard-thumbnail-command' if
4304 tumme-thumbnail-storage is `standard'.
4305 (tumme-dired-insert-marked-thumbs): New autoload command.
4306 (tumme-dired-after-readin-hook): New function.
4307 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4308 `tumme-thumb-size'.
4309 (tumme-display-image): Replace size-x %x and size-y %y with
4310 width %w and height %h.
4311
4312 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4313 `tumme-dired-insert-marked-thumbs'.
4314
4315 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4316
4317 * tumme.el (tumme-write-tag): Fix small bug (file name did not
4318 include path).
4319 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4320 matching tag.
4321
4322 2006-02-12 Miles Bader <miles@gnu.org>
4323
4324 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4325 New variables.
4326 (rcirc-abbrev-nick): New function.
4327 (rcirc-format-response-string): Rewrite to use the formats in
4328 `rcirc-response-formats' and expand escape sequences therein.
4329 A text-property `rcirc-text' is added over the actual response
4330 text to make easy to find inside the returned string.
4331 (rcirc-print): When filling, just look for the `rcirc-text'
4332 text-property to find the appropriate fill prefix, instead of
4333 using hardwired patterns.
4334
4335 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4336
4337 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
4338 Managing Standard.
4339
4340 2006-02-11 Kim F. Storm <storm@cua.dk>
4341
4342 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4343 Don't use insert-buffer; do insert-buffer-substring directly.
4344 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
4345
4346 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4347
4348 * files.el (revert-buffer, recover-file): Replace buffer-read-only
4349 with inhibit-read-only. Suggested by Stefan Monnier.
4350 (revert-buffer): Let insert-file-contents discard
4351 buffer-undo-list. Simplify code.
4352 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4353
4354 2006-02-11 Eli Zaretskii <eliz@gnu.org>
4355
4356 * menu-bar.el (menu-bar-select-yank): Add a doc string.
4357
4358 * help.el (describe-key-briefly): Now a wrapper for
4359 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
4360 to t. Populate yank-menu if empty.
4361 (describe-key-briefly-internal): Renamed from describe-key-briefly.
4362 (describe-key): Now a wrapper for describe-key-internal. Bind
4363 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
4364 (describe-key-internal): Renamed from describe-key.
4365
4366 2006-02-11 Milan Zamazal <pdm@zamazal.org>
4367
4368 * progmodes/glasses.el (glasses-separator): Doc fix.
4369 (glasses-original-separator): New defcustom.
4370 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4371
4372 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4373
4374 * mwheel.el (mouse-wheel-up-event): Doc fix.
4375
4376 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4377
4378 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4379 (tumme-dir): New function. Copied from thumbs.el.
4380
4381 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
4382
4383 * desktop.el (desktop-outvar): Fix typo.
4384 (desktop-save-buffer-p): Doc fix.
4385
4386 * subr.el (substitute-key-definition): Fix typo.
4387
4388 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4389
4390 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4391 when window-system is mac.
4392
4393 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4394
4395 2006-02-10 Kim F. Storm <storm@cua.dk>
4396
4397 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4398 indirect-function instead of using condition-case.
4399
4400 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
4401
4402 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4403 less `colloquial'...
4404
4405 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
4406
4407 * tumme.el: Add a couple of todo items.
4408
4409 2006-02-09 Lars Hansen <larsh@soem.dk>
4410
4411 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4412 (highlight-changes-mode): Don't change desktop-locals-to-save.
4413
4414 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
4415
4416 * image-mode.el (image-toggle-display): Clear image cache if using
4417 filename.
4418
4419 2006-02-09 Masatake YAMATO <jet@gyve.org>
4420
4421 * dired-x.el (dired-guess-shell-alist-default): Add .man as
4422 a `dired-man' target.
4423
4424 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4425 boundary of symbols.
4426
4427 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
4428
4429 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4430
4431 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
4432
4433 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4434 `mapcar'; return nil.
4435
4436 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
4437
4438 * mouse.el (mouse-drag-track): Don't change window if we rebind to
4439 some other event.
4440
4441 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
4442
4443 * net/rcirc.el (rcirc-startup-channels-alist):
4444 Add irc.freenode.net and #emacs as defaults.
4445 (rcirc-ignore-all-activity-flag): Remove variable.
4446 (rcirc-authinfo): New variable.
4447 (rcirc-authinfo-filename): Remove variable.
4448 (rcirc-always-use-server-buffer-flag): New flag.
4449 (rcirc): M-x rcirc will automatically connect without prompting.
4450 C-u M-x rcirc will prompt. Use rcirc-connect to create a
4451 connection in lisp.
4452 (rcirc-process-server-response-1): Remove everything but the nick
4453 portion of the sender so it doesn't need to be done everywhere
4454 else. Update related code.
4455 (global-map): Remove global keybindings.
4456 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4457 (rcirc-send-input): Split into several functions.
4458 (rcirc-process-input-line, rcirc-process-message)
4459 (rcirc-process-command): New functions.
4460 (rcirc-target-buffer): New function to determine where to route
4461 messages.
4462 (rcirc-user-nick): Save match data.
4463 (rcirc-toggle-ignore-buffer-activity)
4464 (rcirc-update-activity-string): Remove global ignore functionality,
4465 which can be done now by toggling rcirc-track-minor-mode.
4466 (rcirc-track-minor-mode-map): New keymap.
4467 (rcirc-track-minor-mode): New minor-mode.
4468 (ignore): Make the ignore output nicer. Always print it when
4469 adding or removing nicks.
4470 (rcirc-url-regexp): Improve.
4471 (rcirc-mangle-text): Remove properties before using text in the
4472 modeline.
4473 (rcirc-authenticate): Authentication data comes from
4474 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4475 (rcirc-server-prefix): Inherit from rcirc-server.
4476
4477 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
4478
4479 * Makefile.in (compile): Append "|| true" to the end of the `find'
4480 command, like compile-always does.
4481
4482 2006-02-08 Sam Steingold <sds@gnu.org>
4483
4484 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4485 output from a dead connection.
4486
4487 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4488
4489 * dired.el (dired-mode-map): Add more bindings for tumme.
4490
4491 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * wdired.el (wdired-mode-map): Use remap.
4494 (wdired-get-filename): Massage.
4495 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
4496 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
4497 `keymap' property rather than `local-map'.
4498
4499 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4500
4501 * tumme.el (tumme-get-thumbnail-image): New utility function.
4502 Suggested by from Chong Yidong.
4503 (tumme-dired-with-window-configuration): Rename from
4504 `tumme-dired'. Add code to save window configuration.
4505 (tumme-restore-window-configuration): New command to restore the
4506 window configuration that `tumme-dired-with-window-configuration'
4507 saves before it changes the window configuration.
4508 (tumme-show-all-from-dir): New command to display thumbnails for
4509 all files in a directory entered by the user, like M-x thumbs.
4510 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
4511 have been created.
4512 (tumme-display-thumbnail-original-image): Call `display-buffer'.
4513 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
4514 Remove obsolete test function.
4515
4516 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * vc.el (small-temporary-file-directory): Remove defvar; there's
4519 a defcustom for it in files.el.
4520
4521 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
4522 Fix typo in message.
4523 (tumme-gallery-generate): Fix typo in `error' message.
4524 (tumme-display-window-height-correction)
4525 (tumme-display-window-width-correction, tumme-line-up-dynamic)
4526 (tumme-line-up-interactive): Dox fixes.
4527 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
4528 (tumme-restore-window-configuration, tumme-format-properties-string)
4529 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
4530 Fix typos in docstrings.
4531
4532 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
4533
4534 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
4535
4536 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
4537
4538 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
4539 User should use hook if desired.
4540
4541 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
4542 buffer if necessary.
4543 (gdb-delete-frame-or-window): New function.
4544 (gdb-breakpoints-mode-map): Bind "q" to it.
4545
4546 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 * textmodes/nroff-mode.el: Clean up name space.
4549 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
4550 (nroff-mode): Obey the global setting of nroff-electric-mode.
4551 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
4552
4553 * calendar/calendar.el (calendar-increment-month): Typo in last change.
4554
4555 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
4556
4557 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
4558
4559 2006-02-06 Lars Hansen <larsh@soem.dk>
4560
4561 * generic-x.el (etc-fstab-generic-mode): Add file system types
4562 cifs and usbdevfs. Allow special chars in file names.
4563
4564 2006-02-05 Jay Belanger <belanger@truman.edu>
4565
4566 Update copyright notices of the files in lisp/calc.
4567
4568 2006-02-05 Romain Francoise <romain@orebokech.com>
4569
4570 Update copyright notices of all files in the lisp/play directory.
4571
4572 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
4573
4574 * ldefs-boot.el: Regenerate.
4575
4576 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
4577
4578 2006-02-05 Kim F. Storm <storm@cua.dk>
4579
4580 * files.el (magic-mode-regexp-match-limit): New defvar.
4581 (set-auto-mode): Use it to limit magic-mode-alist matching.
4582
4583 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
4584
4585 * simple.el (display-message-or-buffer): Compare the number of
4586 characters to the frame width when determining whether a 1-line
4587 message string will fit in the echo area. Count screen lines
4588 instead of buffer lines when determining whether a multi-line
4589 message will fit in the echo area/minibuffer window.
4590
4591 2006-02-04 Eli Zaretskii <eliz@gnu.org>
4592
4593 * info.el (Info-index, Info-mode): Improve the description of the
4594 `i' command.
4595
4596 * ldefs-boot.el: Regenerate.
4597
4598 2006-02-03 Werner Lemberg <wl@gnu.org>
4599
4600 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
4601 greedy to find the closing bracket in \*[...] and similar
4602 expressions. This is a first rough fix -- many additional
4603 refinements are necessary to make nroff mode really usable with groff.
4604
4605 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
4606
4607 * international/mule-cmds.el (set-locale-environment):
4608 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
4609 libX11.
4610
4611 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4612
4613 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
4614 archive are created in archive-tmpdir.
4615
4616 2006-02-02 John Paul Wallington <jpw@pobox.com>
4617
4618 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
4619 (ibuffer-fontification-alist): Use it.
4620 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
4621 to "* z" and the Ibuffer Mark menu.
4622
4623 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
4624
4625 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * textmodes/table.el (*table--cell-describe-mode)
4628 (*table--cell-describe-bindings): Undo last change since
4629 print-help-return-message is not obsoleted by anything at all.
4630
4631 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
4632
4633 * emulation/cua-base.el (cua-mode): Doc fix.
4634
4635 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
4636
4637 * dframe.el (dframe-handle-make-frame-visible)
4638 (dframe-handle-iconify-frame, dframe-get-focus)
4639 (dframe-select-attached-frame, dframe-power-click)
4640 (dframe-frame-mode): Fix typos in docstrings.
4641
4642 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
4643 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
4644 Fix typos in docstrings.
4645
4646 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
4647 (hi-lock-face-buffer, hi-lock-font-lock-hook)
4648 (hi-lock-archaic-interface-message-used)
4649 (hi-lock-file-patterns-range): Fix typos in docstrings.
4650
4651 * savehist.el (savehist-loaded, savehist-load, savehist-install)
4652 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
4653
4654 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
4655 Fix typo in docstring.
4656
4657 * net/newsticker.el (newsticker--decode-iso8601-date)
4658 (newsticker--set-customvar, newsticker--buffer-insert-item)
4659 (newsticker--do-run-auto-mark-filter)
4660 (newsticker--parse-generic-feed): Doc fixes.
4661 (newsticker--retrieval-timer-list, newsticker-url-list)
4662 (newsticker-hide-immortal-items-in-echo-area)
4663 (newsticker-hide-obsolete-items-in-echo-area)
4664 (newsticker-new-item-face, newsticker--enclosure)
4665 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
4666 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
4667 (newsticker--parse-generic-feed, newsticker--cache-contains)
4668 (newsticker--stat-num-items, newsticker-download-enclosures):
4669 Fix typos in docstrings.
4670
4671 * net/rcirc.el (rcirc-debug): Doc fix.
4672 (rcirc-fill-column, rcirc-receive-message-hooks)
4673 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
4674 (rcirc-mode, rcirc-generate-new-buffer-name)
4675 (rcirc-startup-channels, rcirc-ignore-update-automatic)
4676 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
4677 Fix typos in docstrings.
4678 (rcirc-print): "?\ " -> "?\s".
4679 (rcirc-cmd-join): Improve argument/docstring consistency.
4680
4681 2006-02-01 Mark A. Hershberger <mah@everybody.org>
4682
4683 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
4684 before narrow-to-region.
4685
4686 2006-02-01 Richard M. Stallman <rms@gnu.org>
4687
4688 * simple.el (move-beginning-of-line): Scan properly for invis change.
4689
4690 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
4691
4692 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
4693
4694 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
4695 change bit only when id-format is 'integer. Reported by Matt
4696 Hodges <M.P.Hodges@rl.ac.uk>.
4697
4698 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
4699
4700 * hilit-chg.el (highlight-changes-initial-state)
4701 (highlight-changes-global-initial-state): Doc fixes.
4702 (highlight-changes-global-modes, global-highlight-changes):
4703 Fix typos in docstrings.
4704
4705 2006-02-01 Kim F. Storm <storm@cua.dk>
4706
4707 * emulation/cua-base.el (cua-mode): Mention that CUA enables
4708 transient-mark-mode in doc string.
4709
4710 2006-01-31 Richard M. Stallman <rms@gnu.org>
4711
4712 * replace.el (multi-occur): Doc fix.
4713 (multi-occur-in-matching-buffers): Rename from
4714 multi-occur-by-filename-regexp. Prefix arg says match
4715 buffer names instead of file names.
4716
4717 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
4718
4719 * bs.el: Allow non-default values of `bs-header-lines-length'.
4720 (bs--running-in-xemacs): Remove (not needed anymore).
4721 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
4722 instead of `shrink-window', thus avoiding having to compute the
4723 height of the window.
4724 (bs--up): Wrap around even when there's no header.
4725 (bs--down): Use `forward-line' instead of `next-line'.
4726
4727 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
4728
4729 * image-mode.el (image-toggle-display): Use file name if possible,
4730 instead of unnecessarily allocating a (possibly huge) lisp string.
4731
4732 2006-01-30 John Paul Wallington <jpw@pobox.com>
4733
4734 * subr.el (toplevel): Define `cl-assertion-failed' condition here
4735 because the `assert' macro signals it at runtime.
4736
4737 * emacs-lisp/cl.el (toplevel): Remove definition of
4738 `cl-assertion-failed' condition.
4739
4740 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
4741
4742 * thumbs.el (thumbs-marked-list): Make buffer-local and
4743 permanent-local.
4744 (thumbs-insert-thumb): Make help-echo non-sticky.
4745 (thumbs-file-alist): Use eolp as check for (non)-image.
4746
4747 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
4748
4749 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
4750 (ediff-before-session-group-setup-hooks)
4751 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
4752 Fix typos in docstrings.
4753
4754 * window.el (bw-dir, bw-eqdir, balance-windows)
4755 (split-window-keep-point): Fix typos in docstrings.
4756
4757 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
4758 (org-quote-string, org-calendar-to-agenda-key)
4759 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
4760 (org-show-following-heading, org-tags-column)
4761 (org-use-tag-inheritance, org, org-allow-space-in-links)
4762 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
4763 (org-enable-table-editor, org-calc-default-modes)
4764 (org-table-allow-automatic-line-recalculation)
4765 (org-export-html-style, org-export-with-fixed-width)
4766 (org-export-with-sub-superscripts, org-special-keyword)
4767 (org-formula, org-time-grid, org-table-may-need-update)
4768 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
4769 (org-goto-quit, org-get-indentation, org-end-of-item)
4770 (org-move-item-down, org-move-item-up)
4771 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
4772 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
4773 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
4774 (org-agenda-log-mode, org-agenda-toggle-diary)
4775 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
4776 (org-agenda-file-to-end, org-agenda-no-heading-message)
4777 (org-agenda-get-closed, org-format-agenda-item)
4778 (org-cmp-priority, org-cmp-category, org-cmp-time)
4779 (org-agenda-change-all-lines, org-agenda-diary-entry)
4780 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
4781 (org-link-search, org-camel-to-words, org-open-file)
4782 (org-remember-handler, org-table-convert-region)
4783 (org-table-move-row-down, org-table-move-row-up)
4784 (org-table-copy-region, org-table-wrap-region)
4785 (org-table-toggle-vline-visibility)
4786 (org-table-get-vertical-vector, org-table-modify-formulas)
4787 (org-table-get-specials, org-recalc-commands)
4788 (org-table-rotate-recalc-marks, org-table-eval-formula)
4789 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
4790 (org-level-color-stars-only, org-insert-heading):
4791 Fix typos in docstrings.
4792 (last-arg): Add defvar.
4793
4794 * makefile.w32-in (WINS): Add erc.
4795 (MH_E_SRC): Update (copied from lisp/Makefile.in).
4796
4797 2006-01-29 Bill Wohler <wohler@newt.com>
4798
4799 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
4800 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
4801 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
4802 (mh-autoloads): Don't use comments on otherwise empty lines.
4803
4804 2006-01-29 Edward O'Connor <ted@oconnor.cx>
4805
4806 * emulation/viper.el (viper-major-mode-modifier-list): Add
4807 insert-state and vi-state entries for erc-mode.
4808 (viper-go-away, viper-set-hooks): Add and remove
4809 viper-comint-mode-hook from erc-mode-hook as appropriate.
4810
4811 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
4812
4813 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
4814
4815 * bs.el (bs--format-aux): Implement `middle' alignment as
4816 described in the docstring for `bs-attributes-list'.
4817 (bs--get-name): Simplify. Don't pad the buffer name.
4818
4819 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
4820
4821 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
4822 English aspell dictionary is installed, use the first entry of
4823 ispell-dictionary-alist-1.
4824
4825 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
4826
4827 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4828 Doc fix.
4829
4830 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
4831
4832 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4833 for `process-file', in order to let it work for older Emacsen too.
4834
4835 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4836
4837 * international/latexenc.el: Add a suitable `coding:' tag.
4838 (latexenc-find-file-coding-system): Undo last change.
4839
4840 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4841
4842 * international/latexenc.el (latexenc-find-file-coding-system):
4843 Make sure latexenc-main-file is a regular file and is readable.
4844
4845 2006-01-27 Andre Spiegel <spiegel@gnu.org>
4846
4847 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
4848 Pass FILE to vc-user-login-name.
4849
4850 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
4851
4852 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
4853
4854 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
4855 there are no more images to display.
4856 (thumbs-mark, thumbs-unmark): Revert change so that they move to
4857 the next image.
4858
4859 2006-01-26 Richard M. Stallman <rms@gnu.org>
4860
4861 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
4862
4863 * wid-edit.el (advertised-widget-backward): New alias.
4864 (widget-keymap): Use advertised-widget-backward for S-TAB.
4865
4866 * tumme.el: Correct the keywords.
4867 (tumme-dir-max-size): Use defvar.
4868 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
4869
4870 * simple.el (move-beginning-of-line): Take account of fields.
4871 (clone-indirect-buffer-other-window): Take args like
4872 clone-indirect-buffer, and work like it.
4873
4874 * help-fns.el (describe-function): Don't pass `nil' as default.
4875
4876 * files.el (risky-local-variable-p): Follow var aliases.
4877
4878 * subr.el (lazy-completion-table): Doc fix.
4879
4880 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
4881 global binding of `line'.
4882
4883 2006-01-25 Andre Spiegel <spiegel@gnu.org>
4884
4885 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
4886 Tramp.
4887
4888 * vc.el (vc-default-dired-state-info): Pass FILE to
4889 vc-user-login-name.
4890 (vc-default-update-changelog): Don't use vc-user-login-name, we
4891 don't need it here.
4892
4893 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
4894 no longer necessary.
4895
4896 2006-01-25 Kenichi Handa <handa@m17n.org>
4897
4898 * international/mule.el (decode-char): Avoid the overhead of
4899 calling utf-lookup-subst-table-for-decode if
4900 utf-translate-cjk-mode is nil.
4901 (encode-char): Avoid the overhead of calling
4902 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
4903 nil.
4904
4905 2006-01-22 Kenichi Handa <handa@m17n.org>
4906
4907 * international/mule.el (make-subsidiary-coding-system): Reset
4908 `coding-system-define-form' property of subsidiaries to nil.
4909 Avoid duplicated entry in coding-system-alist.
4910 (make-coding-system): Avoid duplicated entry in
4911 coding-system-alist.
4912 (define-coding-system-alias): Likewise.
4913
4914 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
4915
4916 * completion.el: Minor fixes in introductory comment.
4917 (completion-def-wrapper): Fix alist.
4918
4919 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
4920
4921 * thumbs.el (thumbs-new-image-size): New function.
4922 (thumbs-increment-image-size-element)
4923 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
4924 (thumbs-decrement-image-size): Delete.
4925 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
4926 temp files and use to resize.
4927 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
4928 Use increment argument to enlarge/shrink. Preserve point.
4929 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
4930 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
4931 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
4932 (thumbs-mark, thumbs-unmark): Preserve point.
4933 (thumbs-modify-image): Keep old temp files and use to modify.
4934 Cleanup old temp files at load time. Preserve point.
4935 (thumbs-view-image-mode-map): Use new command names.
4936
4937 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 * log-view.el (log-view-minor-wrap): First rev is the one at point.
4940
4941 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
4942 the nastiest part of the cyclic dependency.
4943 (cal-menu-update): Use dotimes and calendar-increment-month.
4944
4945 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
4946 (calendar-week-start-day): Add an :initializer.
4947 (calendar-mode-map): Use suppress-keymap, and command remapping.
4948 (describe-calendar-mode): Setup xref-stack info for the back button.
4949 (calendar-star-date): Insert before delete.
4950 (calendar-set-mode-line): Add file-modified info if applicable.
4951 (calendar-increment-month): New function.
4952
4953 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4954
4955 * font-lock.el (lisp-font-lock-keywords-2):
4956 Recognize "& keywords" only at word boundaries.
4957
4958 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
4959
4960 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
4961 and permanent-local.
4962 (thumbs-max-image-number): New variable.
4963 (thumbs-do-thumbs-insertion): Use them.
4964 (thumbs-per-line): Change default to 4.
4965 (thumbs-marked-list): Rename from thumbs-markedL.
4966 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
4967 (thumbs-rename-images): Use -list instead of L for internal variables.
4968 (thumbs-call-convert): Use call-process instead of shell-command.
4969 (thumbs-insert-thumb): Add filename as help-echo to each image.
4970 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
4971 Give dir to thumbs-show-thumbs-list.
4972 (thumbs-show-thumbs-list): Set default-directory to that of images.
4973 (thumbs-dired-show): Rename from thumbs-dired-show-all.
4974 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
4975 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
4976 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
4977
4978 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * ses.el (ses-read-cell): Provide a default value.
4981
4982 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
4983
4984 * term/w32-win.el (image-library-alist): Add additional names for
4985 GIF library.
4986
4987 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4988
4989 * international/latexenc.el (latexenc-find-file-coding-system):
4990 Add file-regular-p check.
4991
4992 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 * simple.el (clone-buffer): Don't show the new buffer in the same
4995 window.
4996
4997 2006-01-23 Juri Linkov <juri@jurta.org>
4998
4999 * faces.el (link, link-visited): New faces based on default values
5000 of `info-xref' and `info-xref-visited'.
5001
5002 * info.el (info-xref): Inherit from `link'.
5003 (info-xref-visited): Inherit from `link-visited'.
5004
5005 * cus-edit.el (custom-buffer-create-internal): Use widget type
5006 `custom-manual' instead of `info-link' and don't set properties
5007 `button-face' and `mouse-face' explicitly.
5008 (custom-browse-group-tag, custom-browse-variable-tag)
5009 (custom-browse-face-tag): Inherit from widget class
5010 `custom-group-link' instead of `push-button'.
5011 (custom-button-unraised): Inherit from `underline' face.
5012 (custom-link): Inherit from `link' face. Fix doc and group.
5013 (custom-add-parent-links, custom-group-value-create): Don't set
5014 properties `button-face' and `mouse-face' explicitly for
5015 `custom-group-link' widget.
5016 (custom-group-link): Add properties `button-face' and `mouse-face'
5017 to widget definition.
5018 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5019 editable-field's :keymap property.
5020 (custom-mode): Fix docstring: substitute keybindings for
5021 `widget-forward' and `widget-backward' from `widget-keymap',
5022 `widget-complete' from `custom-field-keymap', replace old
5023 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5024
5025 * desktop.el (desktop-load-file): Check for `fboundp' before
5026 calling `symbol-function'.
5027
5028 * simple.el (clone-buffer, clone-indirect-buffer)
5029 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5030 `read-string'. Fix prompts.
5031
5032 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5033
5034 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5035
5036 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5037
5038 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5039
5040 * startup.el (inhibit-splash-screen, initial-scratch-message):
5041 Doc fixes.
5042
5043 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5044
5045 Sync with Tramp 2.0.52.
5046
5047 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5048 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5049 `tramp-unload-tramp' for checklist.
5050
5051 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5052 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5053 (tramp-unload-file-name-handler-alist)
5054 (tramp-unload-tramp): New defuns.
5055 (tramp-advice-PC-expand-many-files): New defadvice.
5056 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5057 removed.
5058 (tramp-handle-expand-file-name): Remove double slash.
5059 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5060 It doesn't matter, because it will be converted later on.
5061 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5062 implementation was just heuristic.
5063 (tramp-post-connection): Set uid and gid properties.
5064 (tramp-convert-file-attributes): Set file's gid change bit.
5065 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5066 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5067 in case of su(do)? methods. The home directory of the local user
5068 will be taken else.
5069 (tramp-open-connection-telnet)
5070 (tramp-open-connection-rsh, tramp-open-connection-su)
5071 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5072 local shell prompt could hurt. Reported by Romain Francoise
5073 <romain@orebokech.com>.
5074 (tramp-let-maybe): Add `edebug-form-spec' property.
5075 (tramp-handle-expand-file-name): Bind `default-directory' locally
5076 to "/" in order to avoid problems with UNC shares or Cygwin
5077 mounts.
5078 (tramp-md5-function): Fix typo in error message.
5079
5080 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5081
5082 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5083 for byte-compiler pacification.
5084
5085 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5086
5087 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5088 ID-FORMAT `string'. This allows us to get rid of
5089 `vc-user-login-name UID'.
5090
5091 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5092
5093 2006-01-22 John Paul Wallington <jpw@pobox.com>
5094
5095 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5096
5097 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5098
5099 * emacs-lisp/find-func.el (find-definition-noselect)
5100 (find-variable-noselect): Search variables in C source code too.
5101 (find-function-C-source, find-function-noselect, find-function)
5102 (find-function-other-frame, find-variable-noselect, find-variable)
5103 (find-variable-other-frame, find-variable-at-point):
5104 Fix docstrings.
5105
5106 2006-01-21 Francesco Potorti` <pot@gnu.org>
5107
5108 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5109
5110 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5111
5112 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5113 Default to disabling the "Save affix" question.
5114
5115 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5116
5117 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5118 the first arg to run-python.
5119
5120 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5121
5122 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5123 is not loaded.
5124
5125 2006-01-20 Jay Belanger <belanger@truman.edu>
5126
5127 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5128 limit is 0.
5129
5130 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5131 the correct variable.
5132
5133 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5134
5135 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5136 link. Fixed buggy argument sequence in call to `org-view-tags'.
5137 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5138 (org-prefix-has-tag): New variable.
5139 (org-format-agenda-item): Remove tags from headline if
5140 appropriate.
5141 (org-agenda-remove-tags-when-in-prefix): New option.
5142 (org-get-tags-at): New function.
5143
5144 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5145
5146 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5147 (thumbs-find-image): Move image name and number from buffer name
5148 to mode name. Set thumbs-buffer. Preserve point so that large
5149 images remain visible.
5150 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5151 order.
5152 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5153 mode name.
5154 (thumbs-next-image, thumbs-previous-image): Make them work.
5155
5156 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5157
5158 * cus-edit.el (custom-buffer-create-internal): State in the text above
5159 the whole buffer buttons that they do not operate on hidden items.
5160 (custom-face-menu): Use `custom-face-save' instead of
5161 `custom-face-save-command'.
5162 (custom-face-save-command): Make it an alias for `custom-face-save'
5163 and declare it obsolete.
5164 (custom-face-save): Doc fix.
5165
5166 * dired.el (dired-no-confirm): Add quote.
5167 (dired-subdir-alist-pre-R): Add quote in
5168 `make-variable-buffer-local' form and remove unbalanced parenthesis.
5169
5170 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * textmodes/table.el (table-mode-indicator): Typo in last change.
5173
5174 2006-01-19 Richard M. Stallman <rms@gnu.org>
5175
5176 * outline.el (hide-leaves): Don't call outline-end-of-heading.
5177 Fixes bug reported in Nov 2005.
5178
5179 * isearch.el (isearch-forward): Doc fix.
5180
5181 * dired.el (dired-move-to-filename-regexp): Define as alias.
5182 (dired-no-confirm): Use defcustom.
5183 (dired-subdir-alist-pre-R): Put defvar at top level.
5184
5185 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5186
5187 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5188 Mark as risky.
5189
5190 * simple.el (set-mark-command): Doc fix.
5191 (clone-indirect-buffer-other-window):
5192 Read arg like clone-indirect-buffer.
5193 (move-beginning-of-line): Skip invisible newlines.
5194
5195 2006-01-19 Masatake YAMATO <jet@gyve.org>
5196
5197 * progmodes/cpp.el (cpp-edit-load): Make the order of
5198 listed conditions in a base C code buffer and its associate
5199 CPP Edit buffer the same.
5200
5201 2006-01-19 Kenichi Handa <handa@m17n.org>
5202
5203 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5204 (rmail-mime-feature): Likewise.
5205 (rmail-require-mime-maybe): Use display-warning to show a warning
5206 message.
5207
5208 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5209 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5210
5211 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5212
5213 * array.el: Move defvars out of eval-when-compile.
5214 (array-make-template): Replace undeclared global var with a local one.
5215 (array-mode): Inline initialization functions.
5216 (array-init-local-variables, array-init-max-row)
5217 (array-init-max-column, array-init-columns-per-line)
5218 (array-init-field-width, array-init-rows-numbered)
5219 (array-init-line-length, array-init-lines-per-row): Remove.
5220
5221 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
5222 (doc-mode-map): Define explicitly.
5223 (doctor-txtype): Use mapc.
5224
5225 * textmodes/table.el: Move defvars out of eval-when-compile.
5226 Remove harmful code meant to avoid byte-compiler warnings.
5227 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
5228 specification that checks table-fixed-width-mode directly.
5229 (table-recognize-region, table-recognize-cell):
5230 Use restore-buffer-modified-p.
5231 (table-fixed-width-mode): Remove code that refreshes
5232 table-fixed-mode-indicator.
5233 (*table--cell-describe-bindings, *table--cell-describe-mode):
5234 Avoid obsolete name print-help-return-message.
5235 (table--test-cell-list): Don't use replace-regexp from elisp.
5236 (table--point-entered-cell-function, table--point-left-cell-function):
5237 Don't set table-fixed-mode-indicator, use force-mode-line-update.
5238
5239 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
5240 that was after the end of file. Use buffer-file-name variable.
5241 (org-timestamp-change): Use with-current-buffer.
5242 (org-todo-list): Don't unnecessarily define a new buffer-local var.
5243 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5244 `file'.
5245
5246 * progmodes/fortran.el: Move defvars out of eval-when-compile.
5247 (fortran-break-line): Remove unused var `opoint'.
5248 (fortran-abbrev-start): Obey help-event-list.
5249
5250 2006-01-18 Jesper Harder <harder@phys.au.dk>
5251
5252 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5253
5254 2006-01-18 Masatake YAMATO <jet@gyve.org>
5255
5256 * progmodes/make-mode.el (makefile-imake-mode): New mode
5257 derived from makefile-mode.
5258 (makefile-imake-mode-syntax-table): New syntax table
5259 derived from makefile-mode-syntax-table.
5260 (makefile-mode): Write about makefile-imake-mode in doc string.
5261 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5262 (makefile-imake-font-lock-keywords): New font lock keywords.
5263
5264 * files.el (auto-mode-alist): Add Imakefile.
5265
5266 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
5267
5268 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5269 loading the file rather than when turning on flyspell-mode.
5270
5271 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
5272
5273 * cus-edit.el (customize-rogue): Minor doc fix.
5274
5275 2006-01-17 Juri Linkov <juri@jurta.org>
5276
5277 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5278 instead of the file at the mark as default if the file at the mark
5279 is the same as the file at point or if dired-dwim-target-directory
5280 is not the same as the current directory and the mark is not active.
5281
5282 * log-view.el (log-view-minor-wrap): Use the same logic to get
5283 revisions as `log-view-diff'.
5284
5285 * info.el (Info-revert-find-node): Check for Info-current-file
5286 before preserving new-history.
5287
5288 * man.el (Man-heading-regexp): Add `/'.
5289
5290 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5291 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5292
5293 2006-01-16 Juri Linkov <juri@jurta.org>
5294
5295 * faces.el (mode-line-faces): New defgroup.
5296 (mode-line-highlight): Move definition after new defgroup.
5297 (mode-line, mode-line-inactive, mode-line-highlight):
5298 Replace :group `modeline' with `mode-line-faces'.
5299 (mode-line-buffer-id): New face.
5300 (modeline-buffer-id): New face alias.
5301 (vertical-border): Remove :group `modeline'.
5302
5303 * bindings.el (propertized-buffer-identification): Use face
5304 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5305 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5306 (mode-line-buffer-identification-keymap): For mouse-1 replace
5307 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5308 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5309 mouse-3.
5310
5311 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5312 Buffer-menu-buffer. Doc fix.
5313 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5314 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5315 `Buffer-menu-buffer'.
5316
5317 * info.el (Info-mode-line-node-keymap): New defvar.
5318 (Info-set-mode-line): Use `stringp' to check Info-current-file.
5319 Propertize Info-current-node with `mode-line-buffer-id' and
5320 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5321
5322 * time.el (display-time-mail-face): Replace :group `faces' with
5323 `mode-line-faces'.
5324
5325 2006-01-16 Kenichi Handa <handa@m17n.org>
5326
5327 * international/code-pages.el: Add autoload cookies for cp125[0345678].
5328
5329 * language/european.el (cp1252): New alias for windows-1252.
5330
5331 * international/mule.el (autoload-coding-system): Prepare for EOL
5332 variants.
5333
5334 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
5335
5336 * term.el (term-raw-map): Add mapping for insert.
5337 (term-send-insert): New.
5338 (term-mode): Make variables local here instead of doing it in
5339 `term-emulate-terminal'.
5340 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5341 Scroll reverse needs to take into account the scroll region.
5342 Saving and restoring the cursor should save the color attributes too.
5343 (term-reset-terminal): Reset the scroll region.
5344 (term-handle-ansi-escape): Cursor up and down should take into
5345 account the scroll region.
5346 (term-set-scroll-region): Rename from `term-scroll-region'.
5347 Move to 0,0 after setting the region.
5348 (term-handle-scroll): Handle scroll up.
5349 (term-down): Fix off by one error.
5350 (term-delete-lines): Do not delete outside the scroll region.
5351 (term-insert-lines): Take into account the scroll region.
5352
5353 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * textmodes/ispell.el (ispell-internal-change-dictionary)
5356 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5357 (start, end): Move declaration outside of eval-when-compile.
5358
5359 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5360 (flyspell-mode-on): Use it.
5361
5362 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5363 ispell-kill-ispell-hook.
5364
5365 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
5366
5367 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5368 (Custom-reset-saved): Do not ask for confirmation in single option
5369 buffers.
5370
5371 2006-01-13 Richard M. Stallman <rms@gnu.org>
5372
5373 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
5374
5375 2006-01-13 Romain Francoise <romain@orebokech.com>
5376
5377 * add-log.el (add-change-log-entry, change-log-merge):
5378 Conditionally use `hard-newline'.
5379
5380 2006-01-13 Martin Rudalics <rudalics@gmx.at>
5381
5382 * wid-edit.el (widget-field-end): If the overlay is no longer
5383 associated with a buffer, behave as if the overlay didn't exist.
5384
5385 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5386 Make sure the links use the `custom-link' face.
5387
5388 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5391 (ld-script-mode): Don't set indent-line-function since we don't
5392 have one.
5393
5394 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
5395
5396 * textmodes/org.el (org-open-file): Use mailcap for selecting an
5397 application.
5398 (org-file-apps-defaults-gnu): Use mailcap as the default for
5399 selecting an application on a UNIX system.
5400 (org-agenda-show-tags): New command.
5401 (org-table-insert-hline): Keep cursor in current table line.
5402 (org-table-convert): Offset effect of modifying
5403 `org-table-insert-hline'.
5404 (org-format-agenda-item): New optional argument TAG.
5405 (org-compile-prefix-format): Handle %T format for the tag.
5406 (org-expand-wide-chars): New function.
5407 (org-table-insert-row, org-table-insert-hline):
5408 Use `org-expand-wide-chars'.
5409 (org-open-file): Fix bug in program launch.
5410 (org-get-time-of-day): Fix bug with times before 1am.
5411 (org-agenda-menu): Add tags commands.
5412
5413 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
5414
5415 * textmodes/ispell.el (ispell-init-process): Include the used
5416 dictionary in ispell process start message.
5417 (ispell-internal-change-dictionary): When flyspell-mode is active
5418 and dictionary is changed, make sure ispell process is restarted
5419 and flyspell word cache cleared out for the current buffer.
5420 (ispell-change-dictionary): Make sure flyspell word cache is
5421 cleared out in all buffers with active flyspell mode when
5422 dictionary is globally changed.
5423 Call ispell-internal-change-dictionary after dictionary change.
5424
5425 2006-01-13 Eli Zaretskii <eliz@gnu.org>
5426
5427 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5428
5429 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5430 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5431 years. Fix small differences wrt Makefile.in.
5432 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5433 Makefile.in does.
5434
5435 2006-01-12 Bill Wohler <wohler@newt.com>
5436
5437 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5438 mh-search.el.
5439
5440 2006-01-12 Masatake YAMATO <jet@gyve.org>
5441
5442 * progmodes/ld-script.el: Update copyright year.
5443
5444 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5447 Don't add widget if setting undefined.
5448
5449 2006-01-12 John Paul Wallington <jpw@pobox.com>
5450
5451 * help-fns.el (describe-variable): Remove newlines from void
5452 variable output.
5453
5454 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
5455
5456 * wdired.el (wdired-mode-map): Add help echo for
5457 wdired-abort-changes.
5458
5459 * man.el (Man-file-name-regexp): Adjust for a list of files.
5460
5461 2006-01-12 Masatake YAMATO <jet@gyve.org>
5462
5463 * progmodes/ld-script.el (auto-mode-alist): Support
5464 suffix conventions used in netbsd and eCos.
5465
5466 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5467
5468 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5469 (custom-variable-menu, custom-face-menu, custom-group-menu)
5470 (Custom-mode-menu): Change names of menu items. (As discussed on
5471 emacs-devel.)
5472 (custom-face-menu): Add "Undo Edits" item.
5473
5474 * startup.el (init-file-user): defcustom -> defvar.
5475
5476 * tooltip.el (tooltip-mode): Doc fix.
5477
5478 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * reveal.el (reveal-post-command): window-buffer signals an error on
5481 dead windows rather than returning nil.
5482 (reveal-open-new-overlays): An overlay might die while we open others.
5483
5484 2006-01-11 Bill Wohler <wohler@newt.com>
5485
5486 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
5487 phrasing in docstring.
5488
5489 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
5490 can give some systems gas. Add new file mh-buffers.el.
5491
5492 2006-01-06 Masatake YAMATO <jet@gyve.org>
5493
5494 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
5495 C preprocessor forward ported from GNU Emacs 21.2.
5496
5497 * progmodes/asm-mode.el (asm-font-lock-keywords):
5498 Use `cpp-font-lock-keywords'.
5499
5500 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
5501
5502 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
5503 of $ for "\\.ld[s]?".
5504
5505 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
5508 (tcl-indent-line): Return `noindent' if inside a string.
5509
5510 * progmodes/flymake.el (flymake-split-string): Remove more than one
5511 empty string at beg/end of the result.
5512 (flymake-find-buildfile, flymake-find-possible-master-files):
5513 Use expand-file-name.
5514 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
5515 since expand-file-name does it for us. Use directory-file-name.
5516 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
5517 (flymake-ler-get-type, flymake-ler-get-text)
5518 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
5519 (flymake-current-line-no): Remove spurious interactive spec.
5520 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
5521 (flymake-check-include): Remove arg inc-path merged into inc-name.
5522 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
5523 Arg regexp-list replaced by a simple regexp.
5524 (flymake-master-make-header-init, flymake-master-tex-init):
5525 Correspondingly replace regexp-list with a regexp. Fix regexp.
5526
5527 2006-01-10 Simon Josefsson <jas@extundo.com>
5528
5529 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
5530 describing AUTH PLAIN fix.
5531
5532 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5533
5534 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
5535 (report-emacs-bug): Don't record initial prompt text.
5536 Instead, add text properties to prompting text.
5537 (report-emacs-bug-hook): Delete prompting text.
5538
5539 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
5542 `dirs'. Adjust callers.
5543
5544 2006-01-09 John Paul Wallington <jpw@gnu.org>
5545
5546 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
5547
5548 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5549
5550 * reveal.el (reveal-open-new-overlays): New extracted fun.
5551 (reveal-close-old-overlays): Idem. Check overlays's liveness before
5552 using them. Simplify the code.
5553 (reveal-post-command): Use them. Fix up obsolete windows in
5554 reveal-open-spots.
5555
5556 * progmodes/flymake.el: Use `require' rather than autoload for
5557 XEmacs's overlays.
5558 (flymake-get-common-file-prefix, flymake-build-relative-filename):
5559 Delete. Use file-relative-name instead.
5560 (flymake-get-syntax-check-program-args, flymake-perl-init):
5561 Simplify the resulting code.
5562
5563 * log-view.el (log-view-file-re, log-view-message-re): Add support
5564 for DaRCS output.
5565
5566 2006-01-09 Alex Schroeder <alex@gnu.org>
5567
5568 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
5569 identifiers sometimes added in square brackets at the beginning of
5570 subject lines.
5571
5572 2006-01-07 Richard M. Stallman <rms@gnu.org>
5573
5574 * cus-edit.el (Custom-set, Custom-save): Doc fix.
5575 (Custom-reset-current, Custom-reset-saved): Change question text.
5576 (Custom-reset-standard): Likewise.
5577 (custom-variable-reset-saved): Doc fix.
5578
5579 2006-01-07 Eli Zaretskii <eliz@gnu.org>
5580
5581 * startup.el (init-file-user): Doc fix.
5582
5583 2006-01-07 Alex Schroeder <alex@gnu.org>
5584
5585 * mail/rmail.el (rmail-current-subject): New function.
5586 (rmail-current-subject-regexp): New function.
5587 (rmail-next-same-subject): Use it.
5588
5589 * mail/rmailsum.el (rmail-summary-by-topic):
5590 Use rmail-current-subject and rmail-current-subject-regexp.
5591 (rmail-summary-next-same-subject): Ditto.
5592
5593 * net/rcirc.el (rcirc-send-input): No longer check whether the
5594 process is open, since not all commands need an open process.
5595 (rcirc-send-string): Check whether the process is open before
5596 sending anything.
5597 (rcirc-ignore-list): New option.
5598 (rcirc-ignore-list-automatic): New variable.
5599 (rcirc-print): Take rcirc-ignore-list into account.
5600 (rcirc-cmd-ignore): New command.
5601 (rcirc-ignore-update-automatic): New function.
5602 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
5603 list if ignored nicks.
5604 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
5605
5606 2006-01-06 David Reitter <david.reitter@gmail.com>
5607
5608 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
5609 reflect the address to which the report will be sent.
5610
5611 2006-01-06 Eli Zaretskii <eliz@gnu.org>
5612
5613 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
5614 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
5615
5616 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
5617
5618 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
5619
5620 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
5621 the doc string: "functoin" => "function".
5622 * ldefs-boot.el: Likewise.
5623
5624 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
5625 message text: "Duplicat" => "Duplicate".
5626
5627 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
5628
5629 * files.el (basic-save-buffer-2): If backing-up failed, reset
5630 buffer-backed-up to nil.
5631
5632 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
5633
5634 * progmodes/gud.el (gdb-script-skip-to-head)
5635 (gdb-script-calculate-indentation): Indent for breakpoint command
5636 lists also.
5637
5638 2006-01-05 Bill Wohler <wohler@newt.com>
5639
5640 * Makefile.in (compile-always): Add mh-autoloads dependency.
5641 (bootstrap): Remove mh-autoloads dependency, as compile dependency
5642 provides it.
5643 (updates): Remove mh-autoloads dependency, since it probably has
5644 already run recently (via recompile).
5645
5646 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
5647
5648 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
5649 argument `force' to disable the flyspell-last-buffer optimization.
5650 (flyspell-mode-on): Use it.
5651
5652 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
5653 flymake-simple-cleanup.
5654 (flymake-allowed-file-name-masks): Use this new default.
5655 All the functions are now called in the right buffer rather than
5656 passing the buffer as argument.
5657 (flymake-process-sentinel): Switch to buffer before calling cleanup.
5658 (flymake-parse-err-lines): Remove redundant buffer arg.
5659 (flymake-get-program-dir): Comment out unused function.
5660 (flymake-start-syntax-check, flymake-start-syntax-check-process):
5661 Remove redundant buffer argument.
5662 (flymake-get-real-file-name, flymake-simple-java-cleanup)
5663 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
5664
5665 2006-01-05 Richard M. Stallman <rms@gnu.org>
5666
5667 * info.el (Info-find-node): Don't record previous node if have none.
5668 (info): Go to directory only if history is empty.
5669
5670 * simple.el (mark): Doc fix.
5671
5672 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5673
5674 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
5675 already of desired type.
5676 (mac-ae-list): Coerce parameter to "list" type.
5677 (mac-dispatch-apple-event): Replace cadr part of event with a
5678 dummy position so that event-start returns it.
5679
5680 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
5681
5682 * textmodes/org.el (org-end-of-subtree): New function.
5683 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
5684 Use `org-end-of-subtree'.
5685 (org-agenda, org-agenda-convert-date): Protect calls to
5686 `fit-window-to-buffer'.
5687 (org-tags-view): Force matching of sublevels when doing a
5688 todo-only search. Define the correct redo command, including the
5689 arguments.
5690 (org-agenda-redo): Display message.
5691 (org-check-for-org-mode): New function.
5692 (org-agenda-type): New variable.
5693 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5694 Set `org-agenda-type'.
5695 (org-agenda-check-type): New function.
5696 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5697 (org-agenda-week-view, org-agenda-day-view)
5698 (org-agenda-next-date-line, org-agenda-previous-date-line)
5699 (org-agenda-log-mode, org-agenda-toggle-diary)
5700 (org-agenda-toggle-time-grid, org-agenda-date-later)
5701 (org-agenda-date-prompt, org-agenda-diary-entry)
5702 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
5703 (org-agenda-convert-date, org-agenda-menu):
5704 Use `org-agenda-check-type'.
5705 (org-make-overlay, org-delete-overlay)
5706 (org-detatch-overlay, org-move-overlay, org-overlay-put):
5707 New compatibility functions.
5708 (org-calendar-select-mouse): New command.
5709
5710 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
5711
5712 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
5713 (Custom-reset-standard): Fix y-or-n-p messages.
5714 (custom-link): New face for links.
5715 (custom-buffer-create-internal, custom-manual): Use it.
5716 (custom-face-save): Push to theme-face before setting face spec.
5717
5718 * wid-edit.el (widget-default-mouse-face-get): New function.
5719 (widget-specify-button): Handle mouse-face like button-face.
5720
5721 * custom.el (load-theme): Clear old theme settings if reloading.
5722
5723 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
5724
5725 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
5726 "Erase Customization" button back to same position it occupies in
5727 the individual State menus.
5728
5729 2006-01-04 Kim F. Storm <storm@cua.dk>
5730
5731 * wid-edit.el (key-sequence): Rework widget to read key binding
5732 using `kbd' syntax. Use C-q to insert literal key, event, or code.
5733 (widget-key-sequence-default-value): Default value for empty sequence.
5734 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
5735 (widget-key-sequence-read-event): New command for C-q.
5736 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
5737 (widget-key-sequence-value-to-external): New functions.
5738
5739 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
5742 Use expand-file-name.
5743 (flymake-delete-temp-directory): Use expand-file-name,
5744 file-name-directory, and directory-file-name.
5745 (flymake-strrchr): Delete.
5746 (flymake-start-syntax-check): Don't pass the redundant buffer argument
5747 to the init-f function.
5748 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
5749 (flymake-init-find-buildfile-dir)
5750 (flymake-init-create-temp-source-and-master-buffer-copy)
5751 (flymake-simple-make-init-impl, flymake-simple-make-init)
5752 (flymake-master-make-init, flymake-master-make-header-init)
5753 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
5754 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
5755 (flymake-xml-init): Remove corresponding redundant buffer argument.
5756 (flymake-allowed-file-name-masks): Remove last elems that are equal to
5757 the default anyway. Clean up regexps.
5758
5759 * progmodes/flymake.el (flymake-temp-source-file-name)
5760 (flymake-master-file-name, flymake-temp-master-file-name)
5761 (flymake-base-dir): New buffer-local vars.
5762 (flymake-buffer-data, flymake-get-buffer-value)
5763 (flymake-set-buffer-value): Replace those hash-tables by the new
5764 buffer-local vars. Update callers.
5765
5766 * progmodes/flymake.el (flymake-check-start-time)
5767 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
5768 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
5769 Move definition, so we can remove redundant earlier declaration.
5770 (flymake-replace-regexp-in-string, flymake-split-string)
5771 (flymake-get-temp-dir): Use defalias.
5772 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
5773 (flymake-xemacs-window-edges): Remove unused function.
5774 (flymake-get-point-pixel-pos): Move.
5775 (flymake-pid-to-names, flymake-reg-names)
5776 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
5777 Replace by a simple list flymake-processes and by process-buffer.
5778 Update callers. Other than simplify the code, it uses buffers rather
5779 than buffer-names so it doesn't get confused by uniquify.
5780 (flymake-buffer-data): The global value should just be nil.
5781
5782 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
5783 Optimize the body of a defalias like any other code.
5784
5785 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
5786 Make sure we've setup font-lock's vars. It may influence which
5787 function we then call.
5788 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
5789 here since it's too late anyway.
5790
5791 2006-01-03 Romain Francoise <romain@orebokech.com>
5792
5793 * startup.el (fancy-splash-tail, normal-splash-screen):
5794 Update copyright year.
5795
5796 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
5797
5798 * mouse.el (mouse-drag-track): Rename, from
5799 `mouse-drag-region-1'. Includes optional argument required to
5800 enable post-drag event processing (e.g. delete region keys).
5801 Can be used without this argument to track a mouse region and operate
5802 on it as soon as the drag completes.
5803 (mouse-drag-region): Use `mouse-drag-track'.
5804
5805 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5806
5807 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
5808 Move to `custom-buffer' group.
5809
5810 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
5811 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
5812 (custom-theme-insert-face-marker, custom-theme-variable-menu)
5813 (custom-theme-face-menu): New variables.
5814 (custom-theme-add-variable, custom-theme-variable-action)
5815 (custom-variable-reset-theme, custom-theme-delete-variable)
5816 (custom-face-reset-theme, custom-theme-face-action)
5817 (custom-theme-delete-face, custom-theme-merge-theme)
5818 (custom-theme-add-face, custom-theme-visit-theme): New functions.
5819
5820 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
5821
5822 * custom.el: Move Custom Themes commentary to start of theme code.
5823 (custom-known-themes): Rename `standard' theme to `changed'.
5824 (custom-push-theme): Caller no longer specifies what theme to use
5825 when doing `reset'---the setting is simply removed from the theme.
5826 Delete MODE from `theme-value' and `theme-settings' properties.
5827 (custom-declare-theme): Ignore &rest args since we don't use them.
5828
5829 (custom-loaded-themes): Delete variable.
5830 (custom-theme-load-themes, custom-theme-loaded-p)
5831 (custom-theme-value): Delete functions.
5832
5833 (custom-declare-theme): Signal error on invalid theme names.
5834 (provide-theme): custom-loaded-themes was deleted.
5835 (load-theme): Load the file unconditionally.
5836 (enable-theme): Call `load-theme' if theme is undefined.
5837 (custom-enabled-themes): Only update value for successful loads.
5838 (disable-theme): Complete from enabled themes when interactive.
5839 (custom-variable-theme-value): Calculate theme value directly.
5840
5841 (custom-theme-reset-variables, custom-reset-variables): Mark as
5842 XEmacs compatibility functions. We don't actually use these.
5843
5844 * cus-edit.el (custom-variable-state-set):
5845 Use custom-variable-theme-value instead of custom-theme-value.
5846 (custom-face-state-set): Rename `standard' theme to `changed'.
5847 (custom-save-variables, custom-save-faces): Delete unneeded
5848 references to custom-reset-variables.
5849 (custom-save-resets): Delete function.
5850 (custom-save-variables, custom-save-faces): MODE argument deleted.
5851 (custom-save-variables, custom-save-faces): Ignore theme values.
5852
5853 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
5854 compatibility function.
5855
5856 2006-01-01 Richard M. Stallman <rms@gnu.org>
5857
5858 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
5859 (Custom-reset-current, Custom-reset-saved): Likewise.
5860 (Custom-reset-standard): Show message if aborted.
5861 (custom-mode): Doc fix, describing those commands.
5862
5863 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
5864 put on event-kind property.
5865
5866 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
5867
5868 * custom.el (provide-theme): Ban `user' theme name.
5869 (custom-enabling-themes): New variable.
5870 (enable-theme): Don't enable user if custom-enabling-themes is t.
5871 (custom-enabled-themes): Make it a defcustom.
5872 (custom-theme-recalc-face): No-op if face is undefined.
5873
5874 * cus-edit.el (custom-button-mouse): New variable.
5875 (custom-button-mouse): New face.
5876 (custom-raised-buttons, custom-mode): Use it.
5877
5878 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
5879
5880 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5881
5882 * progmodes/gud.el (gud-display-line): Support hl-line in the
5883 source buffer.
5884
5885 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5886
5887 * mouse.el (mouse-drag-window-above): Verify that the found window
5888 overlaps with the given window in the horizontal dimension.
5889
5890 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5891
5892 * Makefile.in (cvs-update): New target.
5893
5894 * makefile.w32-in (cvs-update): Ditto.
5895
5896 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
5897
5898 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
5899 (custom-new-theme-mode-map): New variable.
5900
5901 2005-12-30 Richard M. Stallman <rms@gnu.org>
5902
5903 * custom.el (custom-load-themes): Function deleted.
5904
5905 * cus-edit.el (custom-save-loaded-themes): Function deleted.
5906 (custom-save-variables): Don't delete or add custom-load-themes call.
5907
5908 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
5909
5910 * cus-start.el: Add `visible-cursor'.
5911
5912 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
5913 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
5914 (flymake-process-filter): Switch to buffer before calling it instead.
5915 (flymake-post-syntax-check, flymake-highlight-err-lines)
5916 (flymake-delete-own-overlays, flymake-parse-err-lines)
5917 (flymake-start-syntax-check, flymake-start-syntax-check-process)
5918 (flymake-count-lines, flymake-parse-residual):
5919 Remove constant buffer argument.
5920 (flymake-start-syntax-check-for-current-buffer): Remove.
5921 Update callers to use flymake-start-syntax-check instead.
5922 (flymake-display-err-menu-for-current-line):
5923 Remove unused var `mouse-pos'.
5924 (flymake-restore-formatting): Comment out unused function.
5925 (flymake-report-status, flymake-report-fatal-status): Remove buffer
5926 argument, use current-buffer instead. Update callers.
5927
5928 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5929
5930 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
5931 buffer-local because choose-completion-delete-max-match requires
5932 that we set completion-ignore-case (i.e., binding via let is not
5933 sufficient).
5934 (bibtex-complete): Always set completion-ignore-case and
5935 choose-completion-string-functions. The latter is needed because
5936 choose-completion-string-functions keeps its value if we quit the
5937 *Completions* buffer without requesting a completion.
5938
5939 2005-12-30 Andreas Schwab <schwab@suse.de>
5940
5941 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
5942
5943 2005-12-30 Eli Zaretskii <eliz@gnu.org>
5944
5945 * jit-lock.el (jit-lock-chunk-size): Doc fix.
5946
5947 2005-12-30 Juri Linkov <juri@jurta.org>
5948
5949 * locate.el (locate-fcodes-file, locate-header-face)
5950 * progmodes/delphi.el (delphi-other-face)
5951 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
5952
5953 * paren.el (show-paren-match, show-paren-mismatch): Use existing
5954 group `paren-showing-faces'.
5955
5956 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
5957 (goto-address): Fix docstring.
5958
5959 * net/webjump.el (webjump-sample-sites): Update URLs.
5960
5961 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
5962
5963 * subr.el (cancel-change-group): Add listp around pending-undo-list.
5964
5965 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * font-lock.el (font-lock-compile-keywords): Signal an error when
5968 font-lock-set-defaults hasn't been called.
5969
5970 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5971
5972 * subr.el (noreturn, 1value): Doc fixes.
5973
5974 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5975
5976 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
5977 that assoc-string returns nil.
5978
5979 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5980
5981 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
5982 (bibtex-entry-type-str, bibtex-empty-field-re)
5983 (bibtex-search-backward-string, bibtex-preamble-prefix)
5984 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
5985 (bibtex-any-valid-entry-type): New variable.
5986 (bibtex-parse-field-name): Simplify.
5987 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
5988 (bibtex-preamble-prefix): Include left delimiter.
5989 (bibtex-search-forward-field, bibtex-search-backward-field):
5990 Allow unbounded search past entry boundaries (required by bibtex-pop).
5991 (bibtex-text-in-field-bounds): Use push.
5992 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
5993 (bibtex-parse-preamble, bibtex-valid-entry)
5994 (bibtex-beginning-first-field): New functions.
5995 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
5996 (bibtex-map-entries): Fix docstring.
5997 (bibtex-flash-head): New arg prompt. Simplify.
5998 (bibtex-enclosing-field): Include code of bibtex-inside-field.
5999 (bibtex-insert-kill): Simplify. Always insert text past the
6000 current field or entry.
6001 (bibtex-format-entry): Use bibtex-parse-field.
6002 (bibtex-pop): Use bibtex-beginning-of-entry and
6003 bibtex-end-of-entry to initiate the search. Insert empty field if
6004 we found ourselves.
6005 (bibtex-print-help-message): New args field and comma.
6006 Handle entry keys.
6007 (bibtex-make-field): Use bibtex-beginning-of-entry.
6008 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6009 invalid entry.
6010 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6011 Handle preambles. Simplify code for thorough test.
6012 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6013 New arg comma. Handle entry heads.
6014 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6015 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6016 New arg comma.
6017 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6018 (bibtex-fill-field): Simplify.
6019 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6020 bibtex-parse-field.
6021 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6022 (bibtex-complete): Use bibtex-parse-preamble.
6023
6024 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6025
6026 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6027 Display name of expression instead of convenience variable.
6028 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6029
6030 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6031 toggle-gud-tooltip-dereference.
6032 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6033 (gud-tooltip-tips): ...here when dereferencing.
6034
6035 2005-12-28 Bill Wohler <wohler@newt.com>
6036
6037 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6038
6039 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6040
6041 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6042 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6043 (vc-annotate-display-autoscale): Adjust call.
6044 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6045 Fix interactive spec.
6046 (vc-annotate-time-span): Remove.
6047 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6048 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6049 (vc-annotate-display-select): Use new name.
6050
6051 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6052 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6053 Correct the construction of span entries. Simplify.
6054 (vc-annotate-display-select): Fix the nil case.
6055 (vc-annotate): Remove obsolete (and now broken) code.
6056 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6057 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6058
6059 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6060
6061 * subr.el (lazy-completion-table): Correct typo in docstring.
6062
6063 * startup.el (command-line): Use `custom-reevaluate-setting' for
6064 `send-mail-function'.
6065
6066 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6067
6068 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6069
6070 * mail/smtpmail.el (smtpmail-try-auth-methods):
6071 Send credentials together with "AUTH PLAIN" command.
6072
6073 2005-12-27 Richard M. Stallman <rms@gnu.org>
6074
6075 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6076 mouse-2, go back to previously selected window, so it's selected
6077 when mouse-2 command runs.
6078
6079 2005-12-27 Juri Linkov <juri@jurta.org>
6080
6081 * descr-text.el (describe-text-sexp): Use square brackets for
6082 button [Show] to distinguish it from the property value `show'.
6083 (describe-property-list): Use `insert-text-button' with
6084 `help-face' type instead of putting face in quotes, because button
6085 is not created automatically for a list of faces.
6086 (describe-text-properties-1): Put button-type value in quotes to
6087 distinguish from plain text "button".
6088 (describe-char): Display code point values in hex. Don't use
6089 `symbol-name' for `current-input-method' because it is a string.
6090 Use `insert-text-button' with `help-face' type instead of putting
6091 hardcoded face in quotes, because button is not created automatically.
6092
6093 2005-12-27 Richard M. Stallman <rms@gnu.org>
6094
6095 * progmodes/glasses.el (glasses-face): More specific custom type.
6096
6097 * files.el (set-visited-file-name): Doc fix.
6098
6099 * textmodes/flyspell.el (flyspell-external-point-words):
6100 Use local var buffer-scan-pos to advance scan for next misspelling.
6101 Advance it only after we find the misspelling.
6102
6103 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6104
6105 * textmodes/flyspell.el (flyspell-external-point-words):
6106 New criteria for finding the misspelling in the buffer.
6107
6108 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6109
6110 * help-mode.el (help-insert-string): Set help-xref-stack-item
6111 rather than call help-setup-xref.
6112
6113 * descr-text.el (describe-char): Revert previous changes for
6114 optional buffer argument.
6115
6116 2005-12-27 Juri Linkov <juri@jurta.org>
6117
6118 * help-mode.el (help-insert-string): New function. Save buffer
6119 contents in cases where it is impossible to recompute the old contents.
6120
6121 * descr-text.el (describe-char): Set help-xref-stack-item
6122 explicitly after buffer has been generated.
6123
6124 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6125
6126 * cus-start.el (all): Add x-gtk-show-hidden-files.
6127
6128 2005-12-26 Richard M. Stallman <rms@gnu.org>
6129
6130 * replace.el (perform-replace): Calculate match-again
6131 before skipping read-only matches.
6132
6133 * paren.el (paren-showing-faces): New group.
6134 (show-paren-match, show-paren-mismatch): Move to that group.
6135
6136 * button.el (button): Put into group `basic-faces'.
6137
6138 * progmodes/make-mode.el: Remove faces from group `faces'.
6139
6140 * apropos.el (apropos, apropos-value): Doc fix.
6141 (apropos-documentation): Doc fix.
6142
6143 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 * subr.el (lazy-completion-table): Remove argument `args'.
6146
6147 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6148 Don't use the `args' argument of lazy-completion-table.
6149
6150 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6151
6152 * descr-text.el (describe-char): Add optional argument for buffer.
6153 Set buffer appropriately. Call help-setup-xref.
6154 Suggested by Stefan Monnier.
6155
6156 2005-12-26 Juri Linkov <juri@jurta.org>
6157
6158 * descr-text.el: Require `help-fns' at runtime. Don't require
6159 `button' for byte compilation.
6160 (describe-text-widget): Add `help-echo' for first button.
6161 Use `help-info' for second.
6162 (describe-property-list): Use `help-argument-name' instead of `italic'.
6163 (describe-text-category): Add prompt to interactive spec.
6164 Call `help-setup-xref'.
6165 (describe-char): Use `help-character-set'. Add `help-echo' for
6166 code point. Use `help-input-method'. Remove superfluous insert.
6167
6168 2005-12-25 Richard M. Stallman <rms@gnu.org>
6169
6170 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6171 at point, in case of narrowing.
6172
6173 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6174
6175 * locate.el (locate-header-face): Allow nil in type.
6176
6177 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6178
6179 2005-12-25 Romain Francoise <romain@orebokech.com>
6180
6181 * battery.el (battery-linux-proc-acpi): Also try
6182 `/proc/acpi/thermal_zone/THM0/temperature'.
6183
6184 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6185
6186 * custom.el (custom-push-theme): Fix docstring.
6187
6188 * cus-edit.el (custom-variable-set, custom-variable-save)
6189 (custom-variable-save): Custom-quote widget values.
6190 (customize-save-variable): Fix custom-push-theme call.
6191
6192 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6193
6194 * w32-fns.el (w32-batch-update-autoloads): New function.
6195
6196 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6197 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6198 from the command line.
6199
6200 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
6201
6202 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
6203 reset means to remove setting from theme entirely. Don't keep
6204 expanding theme-settings list; delete old entries if necessary.
6205
6206 * cus-edit.el (custom-buffer-create-internal): Move "Erase
6207 customization" button one line up.
6208 (custom-themed): New face.
6209 (custom-magic-alist): New value, THEMED, for theme settings.
6210 (custom-variable-state-set, custom-face-state-set):
6211 Check theme-value instead of saved-value.
6212 (custom-variable-reset-standard, custom-face-reset-standard):
6213 Remove theme setting entirely. Recalculate new values.
6214 (custom-variable-set, custom-variable-set)
6215 (custom-variable-reset-saved, custom-variable-reset-backup)
6216 (custom-face-set, custom-face-reset-saved): Update `user' theme.
6217 (custom-variable-save): Fix typos.
6218
6219 2005-12-23 Juri Linkov <juri@jurta.org>
6220
6221 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6222 Add autoload cookies.
6223 (edebug-outside-d-c-i-n-s-w): New variable.
6224 (edebug-display, edebug-outside-excursion): Use it to save the
6225 original value of default-cursor-in-non-selected-windows.
6226 Set default-cursor-in-non-selected-windows to t while Edebug
6227 is active.
6228 (edebug-mode, edebug-eval-mode): Doc fix.
6229
6230 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6231 with `buffer-substring-no-properties' to remove common substring
6232 highlighting.
6233
6234 * info.el (info-other-window, info): Rename function argument
6235 `file' to `file-or-node'.
6236 (Info-complete-menu-item): Use local variable `complete-nodes' to
6237 keep the global value of `Info-complete-nodes' unchanged for
6238 subsequent completions.
6239 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6240
6241 * simple.el (get-next-valid-buffer, last-buffer)
6242 (next-error-buffer-p, next-error-find-buffer)
6243 (minibuffer-history-sexp-flag): Doc fix.
6244
6245 * savehist.el (savehist-mode-hook): Add `:group'.
6246
6247 * log-view.el: Call autoload for vc-find-version.
6248 (log-view-current-file): Adjust subgroup numbers.
6249 (log-view-current-tag): Add `length'.
6250
6251 2005-12-23 Richard M. Stallman <rms@gnu.org>
6252
6253 * vc.el (vc-annotate-car-last-cons): Defn moved up.
6254
6255 2005-12-23 Juri Linkov <juri@jurta.org>
6256
6257 * hi-lock.el (hi-lock-archaic-interface-message-used)
6258 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6259 (hi-lock-mode): Display "Hi" in the mode line only when
6260 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6261 (hi-lock-write-interactive-patterns):
6262 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6263 (hi-lock-set-pattern, hi-lock-set-file-patterns)
6264 (hi-lock-font-lock-hook): Set 3rd arg `how' of
6265 font-lock-add-keywords to t.
6266
6267 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
6268
6269 * hi-lock.el (hi-lock-highlight-range): New variable.
6270 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6271 only if font-lock-fontified is non-nil. Remove overlays.
6272 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6273 font-lock-fontified is non-nil, otherwise use overlays (instead of
6274 text properties).
6275 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6276 New variables.
6277 (hi-lock-string-serialize) New function.
6278
6279 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6280
6281 * menu-bar.el (menu-find-file-existing): New function.
6282 (menu-bar-file-menu): Use menu-find-file-existing for Open.
6283
6284 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6285
6286 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6287
6288 * vc.el: Remove unnecessary leading * in docstrings.
6289 (vc-annotate-mode-map): Move initialization into declaration.
6290 (vc-static-header-alist): Nitpick on the regexp.
6291 (vc-default-init-version): New fun.
6292 (vc-register): Use it.
6293 (vc-insert-headers): Use dolist.
6294 (vc-annotate-get-backend): Remove unused function.
6295 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
6296 (vc-annotate-mode): Remove corresponding call.
6297 (vc-annotate-car-last-cons): Simplify.
6298 (vc-annotate-buffers): Remove var.
6299 (vc-annotate-backend): Make it buffer-local.
6300 (vc-annotate): Move the interaction to the interactive spec.
6301 Add a `buf' argument.
6302 (vc-annotate-warp-version): Use this new `buf' argument to avoid
6303 killing&creating a vc-annotate buffer, which is very disruptive when
6304 the buffers are shown in dedicated frames.
6305
6306 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
6307
6308 * descr-text.el: Add FSF as maintainer.
6309 (describe-text-mode, describe-text-mode-map)
6310 (describe-text-mode-hook, describe-text-done): Delete. Use normal
6311 help-mode.
6312 (describe-text-widget, describe-text-sexp)
6313 (describe-property-list, describe-text-category)
6314 (describe-text-properties, describe-text-properties-1)
6315 (describe-char): Use help buttons instead of widgets.
6316 (describe-char-unicodedata-file): Make URL link in doc string.
6317
6318 2005-12-22 Richard M. Stallman <rms@gnu.org>
6319
6320 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6321 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6322 Don't include buttons that write a file when there's no file.
6323 (custom-variable-menu, custom-face-menu, custom-group-menu):
6324 Don't include commands that write a file when there's no file.
6325 (customize-browse): Reword the top-of-buffer help intro.
6326 (custom-buffer-create-internal): Fix previous change.
6327 (customize-changed-options-previous-release): Prev release is 21.1.
6328 (customize-changed-options): Doc fix.
6329 (customize-changed): New alias.
6330 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6331 Say "standard values".
6332 (Custom-reset-standard): Doc fix.
6333 (custom-face-reset-standard): Doc fix.
6334
6335 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6338 even if font-lock-mode is non-nil since it may be t without having
6339 turned on font-lock-mode-internal.
6340 (font-lock-choose-keywords): Minor optimization.
6341 (font-lock-add-keywords, font-lock-remove-keywords)
6342 (font-lock-set-defaults): Don't call make-local-variable on a variable
6343 that we know to already be local.
6344
6345 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6346
6347 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6348 messages if in the minibuffer.
6349
6350 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6353 (tex-mode-flyspell-verify, flyspell-get-word)
6354 (flyspell-external-point-words): Don't use point-min/max uselessly.
6355
6356 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6357 by Kevin Rodgers. Instead, just hide the completions buffer if we
6358 don't need to show it.
6359
6360 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6361
6362 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6363
6364 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6367 delete-windows-on with an inexistent buffer.
6368
6369 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
6370
6371 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6372 Delete defcustom variable :tag names.
6373
6374 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
6375
6376 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6377 (log-view-font-lock-keywords): Ajust subgroup numbers.
6378 (log-view-current-tag): Don't hard code the number of subgroups.
6379
6380 2005-12-20 Juri Linkov <juri@jurta.org>
6381
6382 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6383 (tooltip-x-offset, tooltip-y-offset): Doc fix.
6384
6385 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6386 (menu-bar-non-minibuffer-window-p): Instead of checking
6387 display-multi-frame-p, use selected-frame when menu-updating-frame
6388 is nil.
6389
6390 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
6391
6392 * align.el (align-rules-list): Use [ \t] instead of \s-
6393 for column separators in text mode.
6394
6395 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
6396
6397 * help-mode.el (help-customize-variable, help-customize-face):
6398 Don't pop help-xref-stack as help-follow no longer pushes
6399 anything on to it.
6400
6401 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
6402
6403 * textmodes/org.el (org-agenda-custom-commands): New option.
6404 (org-agenda): Offer custom commands on splash screen.
6405 (org-make-tags-matcher): Parser for Boolean logic added.
6406 (org-agenda-set-tags): New command.
6407 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6408 (org-set-tags): Efficiency improvements.
6409 (org-auto-align-tags): New option.
6410 (org-todo, org-demote, org-promote): Realign tags.
6411 (org-tags-completion-function): Use also "&" and "|" as separators.
6412 (org-org-menu): Agenda commands simplified.
6413
6414 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6415
6416 * cus-edit.el (customize-apropos, customize-apropos-options):
6417 Docstring changes.
6418
6419 * font-lock.el (font-lock): Add tags to the links in the defgroup.
6420
6421 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
6422
6423 * longlines.el (longlines-mode): Wrap while widened.
6424 (longlines-decode-region, longlines-encode-region): Compute max
6425 just once.
6426
6427 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6428
6429 * cus-edit.el (mac): New group.
6430
6431 * cus-start.el (all): Add user options in macterm.c. Add test for
6432 Mac-related built-ins. Fix test for GTK-related built-ins.
6433
6434 * term/mac-win.el (mac-handle-language-change)
6435 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6436 (mac-services-open-selection, mac-services-mail-selection)
6437 (mac-services-mail-to, mac-services-insert-text)
6438 (mac-dispatch-apple-event): Add docstrings.
6439 (x-get-selection, mac-select-convert-to-string): Select coding
6440 system from `utf-16be' and `utf-16le' using `byteorder'.
6441
6442 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6443
6444 * subr.el (lazy-completion-table): Don't be fooled if the var holds
6445 a "list" (lambda ...) rather than a real completion list.
6446
6447 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6448 lexical-let when encountering ((lambda (...) ...) ...).
6449
6450 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6451
6452 * progmodes/sh-script.el (sh-mode):
6453 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6454 * textmodes/picture.el (picture-mode): Update docstrings.
6455
6456 2005-12-17 Eli Zaretskii <eliz@gnu.org>
6457
6458 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6459 commands enclosed in $(ARGQUOTE)s should not be split between two
6460 lines, as that will break with GNU Make >3.80, when sh.exe is used
6461 and arg quoting is with '..'.
6462 (autoloads): Don't break the quoted --eval expression between
6463 several lines.
6464
6465 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6466
6467 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6468 Capture error from printing circular structures.
6469
6470 2005-12-17 Martin Rudalics <rudalics@gmx.at>
6471
6472 * wid-edit.el (widget-checkbox-action): Clear undo info.
6473
6474 2005-12-16 Bill Wohler <wohler@newt.com>
6475
6476 * menu-bar.el (kill-this-buffer): Set a good example by using menu
6477 bar, not menubar in comment.
6478
6479 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
6482 After-change-functions should not clobber the match data.
6483
6484 2005-12-16 Juri Linkov <juri@jurta.org>
6485
6486 * simple.el (choose-completion): Use `buffer-substring-no-properties'
6487 instead of `buffer-substring'.
6488 (completion-common-substring): Doc fix.
6489 (completion-setup-function): Use minibuffer-completion-contents
6490 instead of minibuffer-contents. Don't set common-string-length
6491 initially. Remove special handling of partial-completion-mode.
6492 Move computation of completion-base-size into one cond.
6493 Call completion-base-size-function in mainbuf. In computation of
6494 completion-base-size for file name completion don't move point to
6495 the end of the minibuffer. Move computation of common-string-length
6496 into one cond. Start putting faces only when common-string-length>=0.
6497 Add condition to put completions-common-part when
6498 common-string-length>0.
6499
6500 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
6501 place point at the first different character in the minibuffer
6502 even if this position is at the beginning of the minibuffer.
6503
6504 * info.el (Info-read-node-name-1): In completion-base-size-function's
6505 lambda return 1 if common-substring or minibuffer-completion-contents
6506 starts with (, and 0 otherwise.
6507
6508 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
6509 Use `crm-current-element' for second arg of `display-completion-list'.
6510
6511 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
6512
6513 * files.el (set-auto-mode): Look for an interpreter specified on
6514 the first line also if search for mode specification succeeded,
6515 but the mode is not known.
6516
6517 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
6518
6519 * textmodes/org.el (org-tags-match-list-sublevels): New option.
6520 (org-open-at-point): Implement tag searches as links.
6521 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
6522 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
6523 (org-tags-sparse-tree, org-tags-view, org-set-tags)
6524 (org-agenda-dispatch): New commands.
6525 (org-use-tag-inheritance, org-tags-column): New options.
6526 (org-tab-follows-link, org-return-follows-link): New options.
6527 (org-tags): New customize group.
6528 (org-start-icalendar-file): Get local time zone.
6529 (org-tags-completion-function): New function.
6530 (org-set-font-lock-defaults): Make sure links will also be
6531 highlighted inside headlines.
6532
6533 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
6534
6535 * term.el (term-emulate-terminal):
6536 Let term-handle-ansi-terminal-messages override what Bash says about
6537 its current directory.
6538
6539 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6540
6541 * bindings.el (last-buffer): Move to simple.el.
6542 * simple.el (last-buffer): Move here.
6543 (get-next-valid-buffer): New function.
6544 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
6545 (prev-buffer): Ditto. Rename to `previous-buffer'.
6546
6547 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
6548 * bindings.el (global-map): Ditto.
6549
6550 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
6551
6552 * cus-edit.el: Introductory comment change.
6553 (custom-magic-alist): Change message string for the `rogue' state.
6554
6555 2005-12-15 Richard M. Stallman <rms@gnu.org>
6556
6557 * tooltip.el: Delete defcustom variable :tag names.
6558
6559 * complete.el (partial-completion-mode): Doc fix.
6560
6561 * textmodes/flyspell.el (flyspell-external-point-words):
6562 Use save-excursion to ensure we don't move backward in the
6563 search loop, not even one character.
6564 (flyspell-delete-all-overlays): Use remove-overlays directly.
6565
6566 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
6567 (ispell-start-process): Set that variable.
6568 Clear ispell-buffer-local-name.
6569 (ispell-internal-change-dictionary):
6570 Set ispell-current-dictionary after killing process.
6571 (ispell-buffer-local-dict):
6572 Don't set spell-personal-dictionary after killing process.
6573 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
6574 (ispell-tex-skip-alists, ispell-html-skip-alists)
6575 (ispell-skip-region-alist): Mark as risky.
6576
6577 * net/newsticker.el (newsticker--retrieval-timer-list)
6578 (newsticker--display-timer, newsticker-running-p)
6579 (newsticker-ticker-running-p): Definitions moved up.
6580
6581 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
6582
6583 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
6584
6585 2005-12-15 David Ponce <david@dponce.com>
6586
6587 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
6588 (recentf-edit-list, recentf-open-files): Signal an error when
6589 there is no recent file.
6590
6591 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6592
6593 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
6594 read-only except for texinfo-format-region evaluation.
6595
6596 2005-12-14 Richard M. Stallman <rms@gnu.org>
6597
6598 * vc.el (vc-default-previous-version, vc-default-next-version)
6599 (vc-do-command): Doc fixes.
6600
6601 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6602
6603 * textmodes/bibtex.el (bibtex-expand-strings)
6604 (bibtex-autokey-expand-string, bibtex-name-part)
6605 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
6606 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
6607 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
6608 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
6609 (bibtex-entry-postfix, bibtex-known-entry-type-re)
6610 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
6611 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
6612 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
6613 (bibtex-beginning-of-last-entry): Remove.
6614 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
6615 message if comma is missing but buffer is read-only.
6616 (bibtex-parse-field-text): Handle whitespaces at the end of field
6617 text. Return 3-element list with beginning and end of field text
6618 and end of field.
6619 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
6620 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
6621 (bibtex-search-forward-field, bibtex-search-backward-field):
6622 Search always delimited by limits of entry. Use more efficient
6623 search algorithms.
6624 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
6625 bibtex-end-of-name-in-field.
6626 (bibtex-text-in-field-bounds): Handle BibTeX strings when
6627 extracting the content of a field.
6628 (bibtex-text-in-field): Use search limits.
6629 (bibtex-parse-string-prefix): Handle empty string keys based on
6630 bibtex-string-empty-key.
6631 (bibtex-parse-string): Fix docstring.
6632 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
6633 (bibtex-preamble-prefix, bibtex-strings): New functions.
6634 (bibtex-skip-to-valid-entry): Include preceding whitespace in
6635 BibTeX entries (consistent with other BibTeX functions).
6636 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
6637 (bibtex-search-entry): Fix docstring. Simplify.
6638 (bibtex-flash-head, bibtex-complete-string-cleanup)
6639 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
6640 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
6641 (bibtex-parse-entry): New optional arg content.
6642 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
6643 Use bibtex-text-in-field-bounds.
6644 (bibtex-print-help-message): Handle BibTeX strings and preambles.
6645 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
6646 bibtex-parse-string-postfix.
6647 (bibtex-find-text-internal): New function.
6648 (bibtex-remove-delimiters): Use it.
6649 (bibtex-find-text): Use it. New optional arg help.
6650 (bibtex-complete): Handle BibTeX string and preamble entries.
6651 (bibtex-Preamble): Fix order of closing delimiters.
6652
6653 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * vc.el (vc-default-revert): New fun.
6656
6657 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
6658
6659 2005-12-14 Romain Francoise <romain@orebokech.com>
6660
6661 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
6662 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
6663 (font-lock-remove-keywords): Likewise.
6664
6665 2005-12-14 Juri Linkov <juri@jurta.org>
6666
6667 * log-view.el (log-view-diff): Doc fix.
6668
6669 * isearch.el (isearch-query-replace): Use (mark) instead of
6670 isearch-opoint if mark is active in transient-mark-mode.
6671
6672 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6673
6674 * isearch.el (isearch-query-replace): Check for isearch-other-end.
6675
6676 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
6677
6678 * progmodes/cpp.el (cpp-face): New widget.
6679 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
6680
6681 2005-12-14 Juri Linkov <juri@jurta.org>
6682
6683 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
6684 around `erase-buffer' and `insert'.
6685
6686 * descr-text.el (describe-text-properties): Replace buffer name
6687 "*Help-2*" with "*Help*<2>".
6688 (describe-char): Add functions print-help-return-message,
6689 toggle-read-only. Use help-setup-xref with nil to not store
6690 describe-char in help-xref-stack. Use help-make-xrefs to
6691 make [back] button.
6692
6693 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
6694
6695 * wdired.el (wdired-old-point): New internal variable.
6696 (wdired-change-to-wdired-mode): Set it buffer-locally.
6697 (wdired-abort-changes): Restore point after aborting changes.
6698
6699 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * vc.el (vc-do-command): Add a new value t for okstatus.
6702
6703 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
6704 frame in case of errors.
6705
6706 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6707
6708 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
6709 so it comes after "On the Left" in the menu.
6710
6711 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
6712
6713 * cus-edit.el (customize-apropos, customize-apropos-options)
6714 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
6715
6716 2005-12-12 Bill Wohler <wohler@newt.com>
6717
6718 * vc-svn.el (vc-svn-registered): Fix problem of visiting
6719 non-writable Subversion-controlled files by saving window
6720 configuration before calling vc-do-command. vc-do-command calls
6721 pop-to-buffer on error which is unexpected during registration.
6722
6723 2005-12-12 Jay Belanger <belanger@truman.edu>
6724
6725 * calc/README: Update the summary of changes.
6726
6727 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * descr-text.el (describe-char): Rework last fix to solve the problem
6730 is the same way it's solved for everything else in that function
6731 (i.e. by extracting the info before setting up the *Help* buffer).
6732
6733 2005-12-12 Kim F. Storm <storm@cua.dk>
6734
6735 * subr.el (version-regexp-alist): Allow space as separator before
6736 non-numeric part, e.g. "1.0 alpha".
6737 (version-to-list): Interpret .X.Y version as 0.X.Y version.
6738
6739 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
6740
6741 * textmodes/org.el (org-agenda, org-timeline, org-todo):
6742 Implement Logging and the keep-modes setting.
6743 (org-get-category): Make sure a string is returned.
6744 (org-log-done): New function.
6745 (org-log-done, org-closed-string): New options.
6746
6747 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6748
6749 * tooltip.el (tooltip-y-offset): Change default to 20.
6750
6751 2005-12-12 Richard M. Stallman <rms@gnu.org>
6752
6753 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
6754
6755 * frame.el (display-hourglass): Doc fix.
6756
6757 * help.el (help-for-help-internal): Simplify entry for `a'.
6758
6759 * info.el (Info-on-current-buffer): Doc fix.
6760 (info-insert-file-contents): Don't test (featurep 'jka-compr).
6761
6762 * startup.el (inhibit-splash-screen): Make this the real name.
6763 (inhibit-startup-message): Make this the alias.
6764 (command-line): Find only simple.el, and use its directory
6765 to fill in other preloaded files' names.
6766 (command-line): Deactivate the mark if deactivate-mark is set.
6767
6768 * international/mule.el (load-with-code-conversion):
6769 Bind deactivate-mark.
6770
6771 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6772
6773 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
6774
6775 * cus-edit.el (customize-apropos): Avoid listing an option more
6776 than once under different aliases. No longer list user options
6777 that are not defined with defcustom (unless a prefix arg is given).
6778 Doc fix.
6779 (customize-apropos-options): Doc fix.
6780
6781 2005-12-11 Juri Linkov <juri@jurta.org>
6782
6783 * frame.el (set-background-color, set-foreground-color)
6784 (set-cursor-color, set-mouse-color, set-border-color):
6785 Add explicit prompts to read colors by `facemenu-read-color'.
6786 (show-trailing-whitespace, blink-cursor-delay)
6787 (blink-cursor-interval, display-hourglass, hourglass-delay):
6788 Remove tags.
6789 (display-hourglass, hourglass-delay): Doc fix.
6790 (cursor-in-non-selected-windows): Capitalize words in tag.
6791
6792 * faces.el (frame-background-mode): Replace `choice-item' keywords
6793 with `const' to not make [default] button. Change default value tag
6794 from `default' to `automatic'. Doc fix.
6795 (trailing-whitespace) <defface>: Change group `whitespace' to
6796 `whitespace-faces'.
6797
6798 2005-12-11 Richard M. Stallman <rms@gnu.org>
6799
6800 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
6801
6802 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6803
6804 * term/mac-win.el: Create keymap for mac-apple-event-map.
6805
6806 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
6807
6808 * tooltip.el (tooltip-mode): Move to start of file so that it
6809 appears at top of customize buffer.
6810
6811 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6812 Add the gud groupname.
6813 (gud-tooltip-mode): Add the tooltip groupname.
6814 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
6815 avoid conflict with tooltip-use-echo-area.
6816
6817 2005-12-10 Romain Francoise <romain@orebokech.com>
6818
6819 * help.el (help-for-help-internal): Add `r' in doc string.
6820
6821 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6822
6823 * align.el (align-regexp, align-highlight-rule):
6824 Use region-beginning and region-end instead of point and mark, so that
6825 repetition (with `repeat-complex-command') recomputes the region
6826 bounds.
6827
6828 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
6829
6830 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6831 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6832 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
6833 (balance-windows): Rewrite using the above new functions.
6834
6835 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
6836
6837 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
6838 react if global-hi-lock-mode seems intended.
6839 (global-hi-lock-mode) Renamed from hi-lock-mode.
6840 (hi-lock-archaic-interface-message-used)
6841 (hi-lock-archaic-interface-deduce): New variables.
6842 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
6843 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
6844 (hi-lock-find-patterns, hi-lock-font-lock-hook):
6845 Replace hi-lock-buffer-mode with hi-lock-mode.
6846
6847 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
6848
6849 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
6850 completion list, even after a partial completion has been
6851 inserted in the current buffer. If there are more than 1
6852 completion, redisplay the *Completions* buffer; if the
6853 completion is unique, delete the *Completions* window.
6854
6855 2005-12-10 Eli Zaretskii <eliz@gnu.org>
6856
6857 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
6858 strings and long subject lines that were broken into multiple
6859 lines at arbitrary places. Handle subjects that have "Re: " in
6860 the middle.
6861
6862 2005-12-10 John W. Eaton <jwe@octave.org>
6863
6864 * emacs/octave-mod.el (octave-electric-space): Don't indent
6865 comments or strings if octave-auto-indent is nil.
6866
6867 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6868
6869 * term/mac-win.el: Require url when compiling.
6870 Call mac-process-deferred-apple-events after loading init files.
6871 (mac-apple-event-map): New defvar. Define event handlers in it.
6872 (core-event, internet-event): New Apple event class symbols.
6873 (open-application, reopen-application, open-documents)
6874 (print-documents, open-contents, quit-application)
6875 (application-died, show-preferences, autosave-now, get-url):
6876 New Apple event ID symbols.
6877 (about): New HICommand ID symbol.
6878 (mac-event-spec, mac-event-ae): New macros.
6879 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
6880 (mac-ae-selection-range, mac-ae-text-for-search)
6881 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
6882 (mac-application-menu-map): Remove keymap. Handlers for HICommand
6883 and Services menu events are now defined in mac-apple-event-map.
6884 (mac-drag-n-drop): Remove selection range handling.
6885
6886 2005-12-10 Kenichi Handa <handa@m17n.org>
6887
6888 * simple.el (zap-to-char):
6889 * isearch.el (isearch-process-search-char): Translate CHAR by
6890 translation-table-for-input.
6891
6892 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * foldout.el (foldout-exit-fold): Properly hide subtree.
6895
6896 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6897
6898 * files.el (save-buffer):
6899 * international/ucs-tables.el (ucs-set-table-for-input):
6900 * mail/mail-extr.el (mail-extract-address-components):
6901 * mail/sendmail.el (mail-mode): Reformat doc string.
6902
6903 2005-12-09 Juri Linkov <juri@jurta.org>
6904
6905 * isearch.el (isearch-highlight): Change main overlay priority
6906 from 1 to 1001. Simplify.
6907 (isearch-lazy-highlight-update): Change lazy overlay priority
6908 from 0 to 1000.
6909
6910 * replace.el (replace-highlight): Change overlay priority from
6911 1 to 1001.
6912
6913 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
6914 Change overlay priority from 1 to 1001. Reuse existing overlay.
6915
6916 * compare-w.el (compare-windows-highlight): Change overlay
6917 priority from 1 to 1000.
6918
6919 * menu-bar.el (menu-bar-edit-menu): Add listp around
6920 pending-undo-list to disable menu item "undo" when pending
6921 undo list is empty.
6922
6923 * locate.el (locate): Disable undo in *Locate* buffer.
6924
6925 2005-12-09 Kim F. Storm <storm@cua.dk>
6926
6927 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
6928
6929 2005-12-09 David Ponce <david@dponce.com>
6930
6931 * recentf.el: Improvement of the menu code.
6932 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
6933 instead of menu hook.
6934 (recentf-show-menu, recentf-hide-menu): New functions.
6935 (recentf-menu-customization-changed, recentf-mode): Use them.
6936 (recentf-menu-action, recentf-max-menu-items)
6937 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
6938 (recentf-arrange-by-rule-others)
6939 (recentf-arrange-by-rules-min-items)
6940 (recentf-arrange-by-rule-subfilter) : Don't use
6941 `recentf-menu-customization-changed'.
6942 (recentf-arrange-rules): Likewise. Accept functions to compute
6943 sub-menu titles.
6944 (recentf-menu-filter): Likewise. Doc fix.
6945 (recentf-menu-value-shortcut): Doc fix.
6946 (recentf-dump-variable): Quote atom value.
6947 (recentf-make-menu-items): Update to use it as a menu filter.
6948 (recentf-match-rule): New function.
6949 (recentf-arrange-by-rule): Use it.
6950 (recentf-indirect-mode-rule): New function.
6951 (recentf-build-mode-rules): Use it.
6952 (recentf-dir-rule): New function.
6953 (recentf-arrange-by-dir): Use it.
6954 (recentf-filter-changer-current): Rename from
6955 `recentf-filter-changer-state'. All references updated.
6956 (recentf-filter-changer-alist): Update filter names.
6957 (recentf-filter-changer-select): New function.
6958 (recentf-filter-changer): Use it. Make a sub-menu from filters
6959 available in `recentf-filter-changer-alist'.
6960 (recentf-data-cache, recentf-clear-data)
6961 (recentf-update-menu): Remove. All references updated.
6962 (recentf-match-rule-p, recentf-build-dir-rules)
6963 (recentf-filter-changer-goto-next)
6964 (recentf-filter-changer-get-current)
6965 (recentf-filter-changer-get-next): Remove.
6966
6967 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6968
6969 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
6970 buffer "Reset" button to "Reset to Current" for consistency with
6971 the State buttons.
6972
6973 2005-12-08 John Paul Wallington <jpw@pobox.com>
6974
6975 * ibuf-ext.el (define-ibuffer-filter filename):
6976 If `dired-directory' is a list then really use its car.
6977
6978 2005-12-08 Kim F. Storm <storm@cua.dk>
6979
6980 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6981 Fix indention of text on right side of replaced rectangle.
6982
6983 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
6984
6985 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
6986 No need to check gud-comint-buffer is bound.
6987 (gdb): Prevent multiple debugging when first session uses gdba.
6988
6989 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6990
6991 CC Mode update to 5.31.
6992
6993 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
6994 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
6995 We might do this function properly in the future).
6996
6997 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
6998 New macros c-sentence-end and c-default-value-sentence end, to cope
6999 with Emacs 22's new function `sentence-end'.
7000
7001 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7002
7003 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7004 compat issue using `c-put-overlay' and `c-delete-overlay'.
7005
7006 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7007 New compat macros to handle overlays/extents.
7008
7009 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7010
7011 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7012 (for GNU Emacs 20.4)
7013
7014 * progmodes/cc-defs.el:
7015 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7016
7017 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7018 highlighting mechanism so it will work in XEmacs too.
7019
7020 * progmodes/cc-defs.el: Insert c-int-to-char.
7021
7022 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7023 call to the new macro c-int-to-char. This solves XEmacs's
7024 regarding characters as different from integers.
7025
7026 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7027
7028 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7029 New internal helper.
7030
7031 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7032 construct to make the indirect face lookup work in XEmacs.
7033
7034 (c-cpp-matchers): Append the negation char face to the existing
7035 fontification, so that the cpp face doesn't disappear.
7036 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7037 and strings.
7038
7039 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7040 to map to `font-lock-negation-char-face' in emacsen where it exists.
7041
7042 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7043
7044 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7045
7046 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7047 Rename "c-subword-move-mode" as "c-subword-mode".
7048
7049 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7050 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7051
7052 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7053
7054 * progmodes/cc-mode.el: Added autoload directive for
7055 `c-subword-move-mode' for use in older emacsen.
7056
7057 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7058
7059 * progmodes/cc-mode.el:
7060 (i) Insert a binding for C-c C-backspace into
7061 c-bind-special-erase-keys which works in TTYs.
7062 (ii) Make sure that when file styles are used, any explicitly
7063 given style variables take priority over those in the style.
7064 Do this by calling `hack-local-variables' a second time.
7065
7066 * progmodes/cc-vars.el: Add language specific customization
7067 widgets for AWK to c-doc-comment-style, c-require-final-newline
7068 and c-default-style. Add a defcustom for awk-mode-hook.
7069 Give c-syntactic-element and c-syntactic-context doc-strings by
7070 directly setting their `variable-documentation' propery.
7071 This allows Emacs 22.1 to read these with C-h v.
7072
7073 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7074
7075 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7076
7077 * progmodes/cc-fonts.el, cc-vars.el
7078 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7079 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7080 Masatake YAMATO.
7081
7082 (c-doc-comment-style): Made GtkDoc default in C mode.
7083
7084 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7085 and C-c C-<delete>.
7086
7087 (c-bind-special-erase-keys): New function for use on
7088 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7089
7090 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7091 <delete> key behavior in XEmacs according to `delete-forward-p'.
7092 C.f. `c-electric-delete'.
7093
7094 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7095
7096 * progmodes/cc-mode.el: Give c-hungry-backspace and
7097 c-hungry-delete-forward permanent key bindings.
7098
7099 * progmodes/cc-cmds.el (c-electric-semi&comma):
7100 Bind c-syntactic-context for calls to "criteria functions", for
7101 consistency with other calls to user functions.
7102
7103 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7104 `current-prefix-arg', since this might be the prefix arg to a
7105 command which calls c-indent-command as a function. Change the
7106 interactive spec from "p" to "P".
7107
7108 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7109 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7110 was difficult to understand.
7111
7112 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7113
7114 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7115 first char of an identifier.
7116
7117 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7118 +" syntax in C++.
7119
7120 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7121
7122 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7123 auto-fill doesn't split a c-comment's last word from a hanging
7124 "*/" when a space is typed between them after fill-column.
7125
7126 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7127
7128 * progmodes/cc-styles.el (c-set-style)
7129 (c-setup-paragraph-variables): Abort the command if we're not in a
7130 CC Mode buffer.
7131
7132 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7133 with blank comment-prefix, and a blank line as the comment's
7134 second line.
7135
7136 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7137
7138 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7139 Incorporate the patterns added in the Emacs development branch
7140 for the new Emacs 22 face `font-lock-negation-char-face'.
7141
7142 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7143 of "red" since it stands out better in xterms and DOS terminals.
7144
7145 * progmodes/cc-engine.el (c-literal-faces):
7146 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7147
7148 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7149
7150 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7151 forcibly enable c-electric-flag.
7152
7153 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7154 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7155 after the comment-prefix of a C-style comment will close that comment.
7156
7157 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7158
7159 * progmodes/cc-fonts.el (c-basic-matchers-before)
7160 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7161 in Pike.
7162
7163 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7164 digraphs.
7165
7166 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7167 (c-cpp-message-directives, c-cpp-include-directives)
7168 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7169 (c-cpp-expr-directives): Introduce new language constants to
7170 control cpp syntax in a cleaner way.
7171
7172 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7173
7174 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7175
7176 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7177 (c-multiline-string-start-char): New language constants and
7178 variables to specify how newlines in string literals work.
7179
7180 (c-font-lock-invalid-string): Use them.
7181
7182 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7183 unbalanced close brace is entered. Optimization by avoiding going
7184 back over arbitrarily large blocks. Removed hints that this
7185 function only would be relevant/useful in AWK.
7186
7187 (c-electric-brace): Indent syntactically after the cleanups since
7188 lineup functions might do it differently then.
7189
7190 * progmodes/cc-engine.el, cc-langs.el
7191 (c-opt-op-identifier-prefix): New language constant and variable.
7192
7193 (c-just-after-func-arglist-p, c-after-special-operator-id)
7194 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7195
7196 * progmodes/cc-align.el, cc-engine.el
7197 (c-after-special-operator-id): New helper to handle C++ operator
7198 identifiers.
7199
7200 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7201 (c-guess-basic-syntax): Handle C++ operator identifiers in
7202 declarations.
7203
7204 * progmodes/cc-langs.el (c-assignment-operators): Add the
7205 trigraph version of ^= too.
7206
7207 * progmodes/cc-langs.el (c-assignment-operators): Add the
7208 trigraph version of |= in C++.
7209
7210 * progmodes/cc-fonts.el (c-font-lock-declarators):
7211 Handle `c-decl-hangon-kwds' after the identifier name.
7212
7213 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7214 whether an arglist is "nonempty", ignore a comment after the open
7215 paren if it isn't followed by a non-comment token on the same line.
7216
7217 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7218 Enable heuristics below the point to cope with classes inside special
7219 brace lists in Pike.
7220
7221 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7222
7223 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7224
7225 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7226
7227 * progmodes/cc-guess.el (cc-guess-install): New function to
7228 install an already guessed style in another buffer.
7229
7230 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7231 sets `inhibit-read-only' - `c-save-buffer-state' should be used
7232 anyway if the change always is undone.
7233
7234 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7235
7236 Implement togglable electricity:
7237
7238 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7239 saying when it should be used.
7240
7241 * progmodes/cc-engine.el: Add the new buffer-local variable,
7242 c-electric-flag.
7243
7244 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7245 c-toggle-auto-newline.
7246
7247 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7248 c-toggle-auto-newline. Remove the binding for
7249 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
7250 c-toggle-electric-state.
7251
7252 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7253
7254 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7255 c-\(forward\|backward\)-subword.
7256 (c-update-modeline): Add the new modeline flag `l' for
7257 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
7258 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7259 Make the old name an alias of the new name.
7260 (c-toggle-electric-state): New function.
7261 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7262 Adapt these functions to do electric things only when
7263 c-electric-flag is non-nil.
7264 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7265 new functions from c-electric-brace.
7266 (c-point-syntax): Add a check for "virtual semicolons" in AWK
7267 mode, so that the tentative extra newline doesn't change the
7268 syntax of the following brace.
7269 (c-electric-brace): Restructure by extracting the above functions.
7270 Tidy up the coding somewhat.
7271 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7272 restructure a bit.
7273
7274 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7275
7276 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7277 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
7278
7279 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7280 (c-submode-indicators): Change name from `c-auto-hungry-string'
7281 since it's now used to track another submode.
7282
7283 (c-update-modeline): Convert to function and extended to check
7284 `c-subword-move-mode'.
7285
7286 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7287 Convert to compat aliases for `c-forward-subword' and
7288 `c-backward-subword'.
7289
7290 * progmodes/cc-subword.el: New functions and minor mode to handle
7291 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7292
7293 (c-forward-subword, c-backward-subword, c-mark-subword)
7294 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7295 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7296 Functions corresponding to the standard word handling functions.
7297
7298 (c-subword-move-mode): Minor mode that replaces all the standard
7299 word handling functions with their subword equivalences.
7300
7301 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7302
7303 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7304 entry for one-liner-defun.
7305
7306 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7307 name in its def-edebug-spec.
7308
7309 * progmodes/cc-cmds.el (c-electric-brace): Make the
7310 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
7311 compacts space before a comment, if this will make things fit on
7312 one line.
7313
7314 Introduce an "awk" style, mainly for auto-newline and clean-ups.
7315
7316 * progmodes/cc-align.el: New function c-snug-1line-defun-close
7317
7318 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7319 clean-up one-liner-defun.
7320
7321 * progmodes/cc-styles.el: Add the new "awk" style.
7322
7323 * progmodes/cc-vars.el: Add description of one-liner-defun to
7324 c-cleanup-list's doc-string. New user options,
7325 c-max-one-liner-length. In c-default-style, set the default style
7326 for AWK to "awk".
7327
7328 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7329
7330 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7331 macros inside labels.
7332
7333 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7334 `c-at-statement-start-p' and `c-at-expression-start-p'.
7335
7336 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7337 error if the mark isn't set.
7338
7339 * progmodes/cc-engine.el (c-guess-continued-construct)
7340 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7341 accurately detect functions inside functions.
7342
7343 * progmodes/cc-engine.el (c-at-expression-start-p): New function
7344 like `c-at-statement-start-p' that additionally recognizes commas
7345 and expression parentheses as delimiters.
7346
7347 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7348 to avoid heuristics that doesn't work for unclosed blocks.
7349 (c-at-statement-start-p): New function.
7350
7351 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7352 Objective-C directives, e.g. directives spanning lines should work
7353 reasonably well now.
7354
7355 (c-put-c-type-property, c-clear-c-type-property): New helpers.
7356
7357 (c-forward-objc-directive): New function to move over any ObjC
7358 directive.
7359
7360 (c-just-after-func-arglist-p, c-guess-basic-syntax)
7361 (c-basic-matchers-before): Use it.
7362
7363 (c-font-lock-objc-iip-decl): Remove.
7364
7365 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7366 in the template arglist recognition.
7367
7368 * progmodes/cc-styles.el (c-style-alist): Fix several
7369 inconsistencies in the Whitesmith style.
7370
7371 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7372 New lineup function to get lines after Whitesmith style blocks
7373 correctly indented.
7374
7375 (c-lineup-whitesmith-in-block): Back out the compensation for
7376 opening parens since it's done using `add' lists in the style
7377 definition instead. Don't use the anchor position since it varies
7378 too much between the syntactic symbols. :P
7379
7380 * progmodes/cc-vars.el (c-valid-offset): Update.
7381
7382 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7383 lists where the offsets are combined according to several
7384 different methods: `first', `min', `max', and `add'.
7385 Report offset evaluation errors with `c-benign-error' so that some kind
7386 of reindentation still is done.
7387
7388 * progmodes/cc-engine.el (c-guess-basic-syntax):
7389 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7390 `arglist-close'.
7391
7392 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7393 situations for `arglist-cont-nonempty' and `arglist-close'.
7394
7395 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7396
7397 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7398 cc-bytecomp-boundp' in a number of places.
7399
7400 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7401 macro related issue.
7402
7403 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7404
7405 * progmodes/cc-awk.el: Change the terminology of regexps: A char
7406 list is now [asdf], a char class [:alpha:].
7407 Include code for char classes.
7408 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
7409 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7410
7411 Remove (nearly all of) the cruft associated with AWK Mode's former
7412 concept of "virtual semicolons":
7413
7414 Adapt c-beginning-of-statement, c-end-of-statement (together with
7415 subfunctions) to use the new notion of "virtual semicolon" in
7416 place of the old awkward special handling for AWK. There remains
7417 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7418 * progmodes/cc-cmds.el:
7419 (c-ascertain-adjacent-literal): In the backwards direction, now
7420 recognises AWK regexp delimiters as string delimiters.
7421 (c-after-statement-terminator-p): Adapt for virtual semicolons;
7422 check more rigorously for "end of macro".
7423 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7424 virtual semicolons;
7425 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7426 out the code for forward movement into ...
7427 (c-end-of-statement): Now contains the code for forward movement,
7428 adapted for virtual semicolons.
7429
7430 * progmodes/cc-engine.el:
7431 (c-ws*-string-limit-regexp): New regexp.
7432 (c-forward-single-comment, c-backward-single-comment): Comment out
7433 the (now redundant) "special" AWK stuff.
7434
7435 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7436 c-string-par-start, c-string-par-separate to be more like Text
7437 Mode than Fundamental Mode.
7438
7439 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7440
7441 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7442 to the fontified region so that fontification doesn't occur
7443 outside it (could happen e.g. when fontifying a line with an
7444 unfinished declaration).
7445
7446 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7447
7448 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7449 start of the file. ^L now separate sections of the file.
7450 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
7451 (c-awk-one-line-possibly-open-string-re)
7452 (c-awk-regexp-one-line-possibly-open-char-class-re)
7453 (c-awk-one-line-possibly-open-regexp-re)
7454 (c-awk-one-line-non-syn-ws*-re): New defonsts.
7455 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7456
7457 Amend the concept of "virtual semicolons" (in the indentation
7458 engine) for languages like AWK, such that they are now
7459 conceptually attached to end of the last token of a statement, not
7460 the end of the line. (In AWK Mode, however, the pertinent text
7461 property is still physically set on the EOL.) Remove the specific
7462 tests for awk-mode, thus facilitating the introduction of other
7463 language modes where EOLs can end statements.
7464 (Note: The funtionality in cc-cmds.el, specifically
7465 c-beginning/end-of-statement has yet to be amended.)
7466
7467 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7468 New macros.
7469
7470 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7471 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
7472 c-vsemi-status-unknown-p-fn (in a new page).
7473
7474 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7475 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
7476 numerous awkward forms like
7477 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
7478 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
7479 variable before-ws-ip, the place just after char-before-ip appears.
7480
7481 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
7482 a comment.
7483
7484 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7485
7486 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
7487 `c-tentative-buffer-changes'.
7488
7489 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
7490 convert to macro to choose between Emacs and XEmacs at compile time.
7491
7492 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
7493
7494 (c-tentative-buffer-changes): New macro to handle temporary buffer
7495 changes in a convenient way.
7496
7497 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
7498 for `c-tentative-buffer-changes'.
7499
7500 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
7501 the checks for paren sexps between the point and the keyword, to
7502 avoid some false alarms.
7503
7504 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
7505 Fixed a situation where an error could be thrown for unbalanced
7506 parens. Changed to make use of c-keyword-member' to avoid some
7507 repeated regexp matches.
7508
7509 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
7510 These language variable are no longer necessary.
7511
7512 (c-block-stmt-kwds): New language constant used by
7513 c-looking-at-inexpr-block'.
7514
7515 (c-guess-basic-syntax): Remove an optional check that looked at
7516 the existence of the now removed language variables.
7517
7518 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
7519 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
7520 object instantiation expressions as declarations in some contexts.
7521 This bug only affected languages where the declarator can't be
7522 enclosed in parentheses.
7523
7524 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
7525 insert newlines before and after substatement braces.
7526
7527 * progmodes/cc-engine.el: Improved the heuristics for recognizing
7528 function declaration headers and the handling of C++ style member
7529 init lists.
7530
7531 (c-just-after-func-arglist-p): Rewritten to use
7532 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
7533
7534 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
7535
7536 (c-guess-basic-syntax): Adapt case 5B for the new
7537 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
7538 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
7539 covers all cases now).
7540
7541 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
7542
7543 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7544
7545 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
7546 c-string-par-start/separate c-sentence-end-with-esc-eol,
7547 initialised in c-setup-paragraph-variables, used in string
7548 scanning subroutines of c-beginning-of-statement.
7549
7550 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
7551 which precedes the newly inserted `{'.
7552
7553 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7554
7555 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
7556 function for declaration level blocks. It should now cope with
7557 templates better and also be a lot more comprehensible.
7558
7559 (c-looking-at-decl-block): The new function.
7560
7561 (c-search-uplist-for-classkey): The old one. It's now a wrapper
7562 for compatibility.
7563
7564 (c-add-class-syntax, c-guess-continued-construct)
7565 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
7566
7567 (c-decl-block-key): Change to tell apart ambiguous and
7568 unambiguous keywords. Pike specials are now handled directly in
7569 the code instead.
7570
7571 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
7572 New language constants and variables to make the backward skip in
7573 `c-looking-at-decl-block' as tight as possible.
7574
7575 (c-nonsymbol-token-char-list): New language constant.
7576
7577 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
7578 find balanced template arglists backwards.
7579
7580 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
7581 making char classes for `c-syntactic-skip-backward'.
7582
7583 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
7584 16D - can't be a class-close at that point.
7585
7586 * progmodes/cc-engine.el (c-guess-basic-syntax)
7587 (c-add-class-syntax): Don't narrow out the enclosing declaration
7588 level. This makes everything a lot easier, and it was actually
7589 only four small places that needed it to work. Some places that
7590 previously did `widen' are removed now, which has the effect that
7591 `c-guess-basic-syntax' never will look at things outside the
7592 current narrowment now. The anchor position for `topmost-intro'
7593 is affected by this, but it was so bogus it was basically useless
7594 before, and now it's equally bogus but in a slightly different way.
7595
7596 (c-narrow-out-enclosing-class): Gone.
7597
7598 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
7599 the narrowed region.
7600
7601 (c-least-enclosing-brace): Remove silly optional argument.
7602
7603 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7604 the point could be left directly after an open paren when finding
7605 the beginning of the first decl in the block.
7606
7607 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
7608 Specify which submatch to use.
7609
7610 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
7611
7612 (c-decl-start-re): No longer any need for special treatment of
7613 ObjC due to the above.
7614
7615 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
7616 presumably follows C in that regard.
7617
7618 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
7619 New language constants to specify operator tokens inside
7620 identifiers in a more high level way.
7621
7622 (c-opt-identifier-prefix-key): New internal language constant.
7623
7624 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
7625 (c-identifier-start, c-identifier-key): Now completely calculated
7626 from other constants.
7627
7628 (c-identifier-last-sym-match): Decommission since it's no longer used.
7629
7630 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
7631
7632 * progmodes/cc-engine.el (c-forward-name): Remove the
7633 optimization when c-identifier-key is equal to c-symbol-key since
7634 it doesn't work in byte compiled files. Don't record empty
7635 regions as identifiers.
7636
7637 * progmodes/cc-langs.el (c-filter-ops): New helper function to
7638 simplify access to `c-operators' and its likes.
7639
7640 (c-operator-list, c-all-op-syntax-tokens)
7641 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
7642 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
7643 (c-primary-expr-regexp, c-cast-parens): Use it.
7644
7645 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
7646 an explicit language in functions.
7647
7648 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
7649 variant of adornment.
7650
7651 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
7652 variable.
7653
7654 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
7655 the Pike value.
7656
7657 * progmodes/cc-engine.el (c-on-identifier)
7658 (c-simple-skip-symbol-backward): Small fix for handling "-"
7659 correctly in `skip-chars-backward'. Affected the operator lfun
7660 syntax in Pike.
7661
7662 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
7663 diagnostic message about precompiled language vars not being used.
7664
7665 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
7666 "__attribute__" is followed by a parenthesis.
7667
7668 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
7669 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
7670 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
7671
7672 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
7673 Internal cleanups to properly detect the declared identifiers in
7674 various declarations.
7675
7676 (c-decl-start-kwds): New language constant to recognize
7677 declarations that can start anywhere. Used for class declarations
7678 in Pike.
7679
7680 (c-specifier-key, c-not-decl-init-keywords)
7681 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
7682 (c-find-decl-spots): Implement `c-decl-start-kwds'.
7683
7684 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
7685 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
7686 handling of the compiler specific extension keywords into a new
7687 language constant `c-decl-hangon-kwds' that defines keyword
7688 clauses to be ignored in declarations.
7689
7690 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
7691 past unrecognized tokens when handling `c-colon-type-list-kwds'.
7692 Necessary to stop at the declared identifier in e.g. IDL valuetype
7693 declarations.
7694
7695 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
7696 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
7697 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
7698 (c-forward-decl-or-cast-1): Recognize the declared identifier in
7699 class and enum declarations as such and not as part of the type.
7700
7701 (c-forward-decl-or-cast-1, c-forward-label): Relax the
7702 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
7703
7704 (c-forward-decl-or-cast-1): Don't disregard sure signs of
7705 declarations when there's some syntax error later on.
7706
7707 (c-complex-decl-matchers): Did away with a reference to
7708 `c-specifier-key'.
7709
7710 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
7711 value - this variable is always dynamically bound.
7712
7713 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
7714 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
7715 * cc-cmds.el, cc-defs.el: Change the policy for marking up
7716 functions that might do hidden buffer changes: All such internal
7717 functions are now marked instead of those that don't.
7718
7719 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
7720 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
7721 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
7722 (c-literal-type): Allow these functions to make hidden buffer changes,
7723 so that they are free to use text property caching later on.
7724
7725 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
7726 (c-electric-brace, c-electric-slash, c-electric-star)
7727 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
7728 (c-electric-paren, c-electric-continued-statement, c-indent-command)
7729 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
7730 (c-context-line-break): Add `c-save-buffer-state' calls to comply
7731 with the changed semantics of the functions above.
7732
7733 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
7734 when macros occur in obscure places. Optimized the sexp movement
7735 a bit.
7736
7737 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7738
7739 Enhancements for c-beginning-of-statement to work in AWK Mode:
7740
7741 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
7742 (completed statement) with `}' (statement completed by closing
7743 brace or semicolon) and `$' (statement completed by EOL).
7744
7745 (c-awk-virtual-semicolon-ends-prev-line-p)
7746 (c-awk-virtual-semicolon-ends-line-p)
7747 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
7748 (c-awk-at-statement-end-p): New functions.
7749
7750 * progmodes/cc-cmds.el: Simplify the structure of functions
7751 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
7752 two functions and c-beginning-of-statement to handle AWK Mode.
7753
7754 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
7755 c-backward-single-comment for AWK mode. Attempt to clarify their
7756 doc-strings.
7757
7758 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
7759
7760 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7761
7762 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
7763 label handling. Labels are now recognized in a uniform and more
7764 robust way, regardless of context. Text properties are put on all
7765 labels to recognize the following declarations better.
7766 Multiword labels are handled both in indentation and fontification for
7767 the benefit of language extensions like Qt. For consistency, keywords
7768 in labels are now fontified with the label face instead.
7769 That also applies to "case" and "default".
7770
7771 (c-beginning-of-statement-1): Fix some bugs in the label
7772 handling. Disregard `c-nonlabel-token-key' in labels that begin
7773 with `c-label-kwds'.
7774
7775 (c-find-decl-spots): Support that the callback adds more
7776 `c-decl-end' spots to find.
7777
7778 (c-forward-decl-or-cast-1): Don't treat a list of plain
7779 identifiers followed by a colon as a declaration.
7780
7781 (c-forward-label): New function to recognize labels.
7782
7783 (c-guess-basic-syntax): Replace uses of `c-label-key' with
7784 `c-forward-label'. Moved the label recognition cases (14 and 15)
7785 earlier since they aren't so context sensitive now. Handle labels
7786 on the top level gracefully. Moved access label recognition to
7787 the generic label case (CASE 15) - removed CASE 5E.
7788
7789 (c-font-lock-declarations): Add recognition of labels in the
7790 same round since we need to handle labels in parallell with other
7791 declarations to recognize both accurately. It should also improve
7792 speed.
7793
7794 (c-simple-decl-matchers, c-basic-matchers-after):
7795 Move `c-font-lock-labels' so that it only is used on decoration level 2
7796 since `c-font-lock-declarations' handles it otherwise.
7797
7798 (c-complex-decl-matchers): Remove the simplistic recognition of
7799 access labels.
7800
7801 (c-decl-prefix-re): Remove the kludges that was necessary to cope
7802 with labels earlier.
7803
7804 (c-decl-start-re): New language variable to make
7805 `c-font-lock-declarations' stop for the special protection labels
7806 in Objective-C that start with `@'.
7807
7808 (c-label-key): Remove since it's no longer used.
7809
7810 (c-recognize-colon-labels, c-label-prefix-re): New language
7811 constants to support recognition of generic colon-terminated labels.
7812
7813 (c-type-decl-end-used): `c-decl-end' is now used whenever there
7814 are colon terminated labels.
7815
7816 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7817 first argument starts with a special brace list.
7818
7819 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
7820 (c-font-lock-declarations): Break out the declaration and cast
7821 recognition from `c-font-lock-declarations' to a new function, so
7822 that it can be used in the indentation engine.
7823
7824 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
7825 up to the start of the literal. Fixed bug with the point on the
7826 wrong side of the search limit that could happen when the start
7827 position is inside a literal.
7828
7829 * progmodes/cc-engine.el (c-parse-state)
7830 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
7831 so that it's kept a little bit back to increase the hit rate.
7832
7833 (c-parse-state): Change the macro handling and fixed some
7834 glitches. Macro context is checked more often than necessary now,
7835 but otoh less garbage conses are generated.
7836
7837 * progmodes/cc-engine.el (c-parse-state)
7838 (c-invalidate-state-cache): Cache the last position where
7839 `c-state-cache' applies. This can speed up refontification quite
7840 a bit in blocks where there are many non-brace parens before the point.
7841
7842 (c-state-cache-end): New variable for this.
7843
7844 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
7845 cache variable.
7846
7847 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
7848 get close initial continue positions when the start position is
7849 inside a literal or macro. Do not call the callback for spots
7850 before the start position (which can happen e.g. for `c-decl-end'
7851 spots inside comments). Optimize better in special cases when the
7852 region is a single line inside a literal or macro (typically when
7853 the current line is refontified).
7854
7855 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
7856 to `c-add-stmt-syntax' - there's no need to explicitly whack off
7857 entries from the paren state.
7858
7859 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
7860 special case for "else if" clauses.
7861
7862 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
7863 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
7864
7865 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
7866 New language variable to recognize the gcc extension with statement
7867 blocks inside expressions.
7868
7869 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
7870 it somewhat more comprehensible. The argument AT-BLOCK-START is
7871 no longer used and hence removed.
7872
7873 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
7874 to `c-add-stmt-syntax'.
7875
7876 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7877 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
7878 This fixes bogus label recognition.
7879
7880 * progmodes/cc-engine.el (c-add-type, c-check-type)
7881 (c-forward-name, c-forward-type): Improve storage of template
7882 types in `c-found-types' so that they can be recognized better.
7883
7884 (c-syntactic-content): Add option to skip past nested parens.
7885
7886 * progmodes/cc-engine.el (c-forward-name):
7887 Set `c-last-identifier-range' all the time. It's less work that way.
7888 Handle that there might not be an identifier to store in
7889 `c-last-identifier-range'.
7890
7891 (c-forward-type): Handle that `c-last-identifier-range' might be
7892 nil from `c-forward-name'.
7893
7894 * progmodes/cc-defs.el (c-safe-scan-lists)
7895 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
7896
7897 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
7898 to work even if the form fails.
7899
7900 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
7901 down in a large file in one go.
7902
7903 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
7904
7905 * progmodes/cc-align.el (c-lineup-assignments): New lineup
7906 function which is like `c-lineup-math' but returns nil instead of
7907 `c-basic-offset' when it doesn't match.
7908
7909 (c-lineup-math): Change to use `c-lineup-assignments'.
7910
7911 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7912
7913 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
7914 c-beginning-of-statement. New subfunctions
7915 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
7916
7917 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7918
7919 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
7920 hardcoded char classes whereever possible. Changed a couple of
7921 places to use skip by syntax instead of skip by char class.
7922
7923 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
7924 Fix a bug in the regexp that caused extreme backtracking.
7925
7926 * progmodes/cc-langs.el (c-block-comment-starter)
7927 (c-block-comment-ender): New language constants to specify in a
7928 single place how block comments look.
7929
7930 (c-comment-start-regexp, c-block-comment-start-regexp)
7931 (comment-start, comment-end, comment-start-skip)
7932 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
7933 (c-syntactic-ws, c-nonempty-syntactic-ws)
7934 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
7935 `c-line-comment-starter', `c-block-comment-starter' and
7936 `c-block-comment-ender'.
7937
7938 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
7939 New language constants to break up things a bit.
7940
7941 (c-simple-ws): New language constant for simple whitespace.
7942
7943 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
7944
7945 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
7946 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
7947 newlines. Allow and ignore nil elements in the list.
7948
7949 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7950
7951 * progmodes/cc-cmds.el: Comment out a (n almost certainly
7952 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
7953
7954 * progmodes/cc-cmds.el: Tidy up the comments in
7955 c-beginning-of-statement and subfunctions.
7956
7957 * progmodes/cc-awk.el: Replace calls to put-text-property to the
7958 more flexible c-put-char-property and c-clear-char-properties.
7959 Add the author's email address.
7960
7961 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
7962
7963 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
7964 closing "*/" of a block comment.
7965
7966 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
7967 subfunctions) so that it works at BOB and EOB.
7968
7969 * progmodes/cc-cmds.el, cc-vars.el: More updating of
7970 c-beginning-of-statement, including new variable
7971 c-block-comment-start-regexp.
7972
7973 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7974
7975 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
7976 symbols from `*-font-lock-extra-types' so that there's no need to
7977 use `regexp-opt' on those lists.
7978
7979 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
7980 `c-type-modifier-kwds' is empty.
7981
7982 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
7983 there are several strings on the same line.
7984
7985 * progmodes/cc-engine.el (c-literal-limits): Remove the
7986 compatibility function for older emacsen. `c-literal-limits-fast'
7987 has now taken the place of this function.
7988
7989 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
7990 with older emacsen: We now require `pps-extended-state'.
7991
7992 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7993
7994 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
7995 which obviates the need to hack sentence-end. This now handles
7996 escaped newlines in strings correctly. Correct minor bugs in
7997 c-move-over-sentence and in c-beginning-of-statement.
7998
7999 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8000 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8001 that movement over macros and code are rigorously separated from
8002 eachother. Correct a few incidental bugs.
8003
8004 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8005 Improve its doc-string. Improve the handling of certain specific cases.
8006
8007 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8008
8009 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8010 (c-guess-basic-syntax): Change the way class-level labels are
8011 recognized; they can now contain essentially any symbols.
8012
8013 (c-opt-extra-label-key): New language variable to cope with the
8014 special protection label syntax in Objective-C.
8015
8016 (c-opt-access-key): Remove; this is now handled better by
8017 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8018
8019 (c-complex-decl-matchers): Update to handle that
8020 `c-opt-access-key' no longer exists.
8021
8022 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8023 improved label recognition in `c-beginning-of-statement-1'.
8024
8025 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8026 Recognize bitfields better.
8027
8028 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8029 Remove some cruft and fixed a bug that could cause it to go to a
8030 position further down.
8031
8032 * progmodes/cc-langs.el, cc-engine.el
8033 (c-beginning-of-statement-1): Improve detection of labels in
8034 declaration contexts.
8035
8036 (c-beginning-of-decl-1): Use it.
8037
8038 (c-nonlabel-token-key): New language constant and variable needed
8039 by `c-beginning-of-statement-1'.
8040
8041 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8042 manifested itself due to the correction in `c-forward-sexp'.
8043
8044 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8045 Make these behave as documented when used at the buffer limits.
8046
8047 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8048 (c-type-decl-end-used): Made this a language variable.
8049
8050 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8051 correctly when `combine-after-change-calls' is used together with
8052 temporary narrowings.
8053
8054 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8055 Report labels correctly when the start point is immediately after the
8056 colon.
8057
8058 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8059 Remove since it isn't used anymore.
8060
8061 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8062 bracket arglists such as template parens in C++.
8063
8064 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8065 in the last check-in. Some optimization.
8066
8067 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8068 where it could stop at the same level in a preceding sexp when
8069 PAREN-LEVEL is set.
8070
8071 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8072 text property lookup only when it's needed.
8073
8074 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8075 Change the policy for paren marked angle brackets to be more
8076 persistent; once marked they remain marked even when they're found
8077 to be unbalanced in the searched region. This should keep the
8078 paren syntax around even when individual lines are refontified in
8079 multiline template arglists.
8080
8081 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8082 to control markup so that incorrect angle bracket arglists aren't
8083 marked in contexts where the correct value for
8084 `c-disallow-comma-in-<>-arglists' isn't known.
8085
8086 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8087 argument has become `c-parse-and-markup-<>-arglists'.
8088
8089 (c-remove-<>-arglist-properties): Remove - no longer used.
8090
8091 (c-after-change-check-<>-operators): New function used on
8092 `after-change-functions' to avoid that "<" and ">" characters that
8093 are part of longer operators have paren syntax.
8094
8095 (c-<>-multichar-token-regexp): New language variable used by
8096 `c-after-change-check-<>-operators'.
8097
8098 (c-after-change): Call `c-after-change-check-<>-operators'.
8099
8100 (c-font-lock-<>-arglists): Use the context properties set by
8101 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8102 correctly to avoid doing invalid markup.
8103
8104 (c-font-lock-declarations): Remove code that undoes the invalid
8105 markup done by `c-font-lock-<>-arglists'.
8106
8107 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8108 after `c-font-lock-declarations'.
8109
8110 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8111 Add paren-level feature.
8112
8113 (c-guess-basic-syntax): Improve the anchor position for
8114 `template-args-cont' in nested template arglists. There's still
8115 much to be desired in this area, though.
8116
8117 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8118
8119 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8120 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8121
8122 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8123
8124 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8125 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8126
8127 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8128 it doesn't work no longer are supported.
8129
8130 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8131 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8132 requires support for the syntax-table' text property, which rules
8133 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8134 cruft associated with those versions.
8135
8136 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8137 for the `syntax-table' text property, which rules out Emacs 19 and
8138 XEmacs < 21.4. Removed various compatibility cruft associated
8139 with those versions.
8140
8141 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8142 support for the `syntax-table' text property.
8143
8144 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8145 variable and use an extra quoted face name instead. All the
8146 emacsen flavors handle that correctly.
8147
8148 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8149 (c-font-lock-declarators, c-font-lock-declarations)
8150 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8151 property to mark the items in in declarator lists to handle
8152 refontification inside multiline declarations better.
8153
8154 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8155 construct like "a * b = c;" as a declaration.
8156
8157 2005-12-08 Kim F. Storm <storm@cua.dk>
8158
8159 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8160 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8161 select either meta, hyper, or super modifier for rectangle commands.
8162 (cua--rectangle-modifier-key): New defvar.
8163 (cua--M/H-key): Use it. Remove special case for `space'.
8164 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8165 on X, to meta otherwise. Always bind C-return to toggle
8166 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
8167
8168 * emulation/cua-rect.el (cua-help-for-rectangle):
8169 Use cua--rectangle-modifier-key. Handle super modifier too.
8170 (cua--init-rectangles): Always bind C-return to toggle rectangle.
8171 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8172
8173 * ido.el: Move Acknowledgements and History after Commentary.
8174 Minor changes to Commentary.
8175
8176 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8177 keymap if cua--prefix-override-timer is `shift'.
8178 (cua--shift-control-prefix): New function; emulate "type prefix
8179 key twice" functionality to handle shifted prefix key override.
8180 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8181 New commands.
8182 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8183
8184 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8185
8186 * textmodes/org.el (org-insert-heading): Try to do items before
8187 headings.
8188 (org-agenda-mode): Quote `org-agenda-mode-hook'.
8189 (org-insert-item): New function.
8190 (org-renumber-ordered-list): Don't skip to higher level lists.
8191
8192 2005-12-08 Juri Linkov <juri@jurta.org>
8193
8194 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8195
8196 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8197
8198 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8199
8200 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8201 the constructed function name fun-1.
8202
8203 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8204 because such links don't lead to parent documentation.
8205
8206 2005-12-08 Kenichi Handa <handa@m17n.org>
8207
8208 * descr-text.el (describe-char): Use *Help-2* buffer if the
8209 current buffer is *Help*. Call describe-text-properties while
8210 setting the original buffer.
8211
8212 2005-12-07 Bill Wohler <wohler@newt.com>
8213
8214 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
8215 and causes problems with non-MH users (such as Gnus users).
8216
8217 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
8218
8219 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8220 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8221 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8222 command "info sources". Move calls to GDB command "list".
8223 (gdb-find-file-hook): Just use gdb-source-file-list.
8224 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8225 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8226 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8227 (gdb-data-list-register-values-handler): Use correct trigger name.
8228
8229 2005-12-07 Kim F. Storm <storm@cua.dk>
8230
8231 * ido.el (ido-completion-map): Rename from ido-mode-map.
8232 (ido-common-completion-map, ido-file-completion-map)
8233 (ido-file-dir-completion-map, ido-buffer-completion-map):
8234 Rename from ido-mode-....-map.
8235 (ido-init-completion-maps): Rename from ido-init-mode-maps.
8236 (ido-setup-completion-map): Rename from ido-define-mode-map.
8237 (ido-read-internal): Bind minibuffer-local-filename-completion-map
8238 to ido-completion-map.
8239
8240 2005-12-07 Kenichi Handa <handa@m17n.org>
8241
8242 * international/mule-cmds.el
8243 (set-display-table-and-terminal-coding-system): If the coding
8244 system specified in `unibyte-display' property is different from
8245 the arg coding-system, don't setup standard-display-table.
8246
8247 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8250 that comments end at \n, regardless of selective-display.
8251
8252 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
8253
8254 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8255 (gdb-version): New variables.
8256 (gdb-source-file-list, gdb-register-names)
8257 (gdb-changed-registers): New variables for use with GDB 6.4+.
8258 (gdb-ann3): Replace with...
8259 (gdb-init-1, gdb-init-2): ...two new functions.
8260 (gdba, gdb-prompt): Call gdb-init-1.
8261 (gdb-get-version): New function. Call gdb-init-2 from here.
8262 (gud-watch): Make it work with mouse events too.
8263 (gdb-post-prompt): Don't add to queue until GDB version is known.
8264 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8265 (gdb-locals-mode): Use gdb-version.
8266 (gdb-memory-format-map, gdb-memory-unit-map)
8267 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8268 (gdb-locals-font-lock-keywords-1)
8269 (gdb-locals-font-lock-keywords-2): New variables.
8270 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8271 (gdb-set-gud-minor-mode-existing-buffers-1)
8272 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8273 (gdb-var-update-1, gdb-var-update-handler-1)
8274 (gdb-data-list-register-values-handler)
8275 (gdb-data-list-register-values-custom)
8276 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8277 (gdb-stack-list-locals-handler, gdb-get-register-names):
8278 New functions for use with GDB 6.4+.
8279 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8280 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8281 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8282 (gdb-stack-list-locals-regexp)
8283 (gdb-data-list-register-names-regexp): New regexps for use with
8284 GDB 6.4+.
8285
8286 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8289
8290 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
8291
8292 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8293 prompts work for AUTH PLAIN. Also reported by Steve Allan
8294 <seallan@verizon.net>.
8295
8296 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8297
8298 * frame.el (set-frame-parameter): Add doc string.
8299
8300 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8301
8302 * textmodes/org.el (org-occur-highlights): New variable.
8303 (org-highlight-new-match, org-remove-occur-highlights): New functions.
8304 (org-highlight-sparse-tree-matches): New option.
8305 (org-do-occur): New function.
8306 (org-get-heading): Make it work also at beginning of line.
8307 (org-category-table): New variable.
8308 (org-get-category-table, org-get-category)
8309 (org-camel-to-words, org-link-search): New functions.
8310 (org-select-this-todo-keyword): New variable.
8311 (org-todo-list): New command.
8312 (org-shiftright, org-shiftleft): New commands.
8313 (org-agenda-todo): Add prefix argument.
8314 (org-show-hierarchy-above): New option.
8315 (org-show-todo-tree): Numerical prefix creates tree for specific
8316 TODO keyword.
8317 (org-outline-level): New function, to assign a level to plain
8318 lists items.
8319 (org-cycle-include-plain-lists): New option.
8320 (org-mode): Use `org-outline-level' as value of `outline-level'.
8321 (org-cycle): Temporarily switch `outline-regexp' if
8322 `org-cycle-include-plain-lists' is non-nil.
8323 (org-start-icalendar-file): Fix format bug.
8324 (org-agenda-get-day-entries): Create category table.
8325 (org-agenda-get-todos, org-agenda-get-timestamps)
8326 (org-agenda-get-deadlines, org-agenda-get-scheduled)
8327 (org-agenda-get-blocks): Use `org-get-category'.
8328 (org-context-in-file-links): Rename from
8329 `org-line-numbers-in-file-links'.
8330
8331 2005-12-06 Romain Francoise <romain@orebokech.com>
8332
8333 * window.el (balance-windows): Delete extraneous third arg in call
8334 to `enlarge-window'.
8335
8336 2005-12-06 Kenichi Handa <handa@m17n.org>
8337
8338 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8339
8340 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
8341
8342 * progmodes/gdb-ui.el (gdb-var-create-handler)
8343 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8344 (gdb-var-list-children-handler, gdb-var-update-handler):
8345 Current buffer is already gdb-partial-output-buffer, don't
8346 make it current again.
8347
8348 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
8349
8350 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8351 (list-buffers-noselect): Use it.
8352
8353 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8356 (mail-yank-ignored-headers): Use regexp-opt.
8357 (mail-mode-map): Move initialization into declaration.
8358 (mail-sent-via): Remove unused shadowed var `to-line'.
8359 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8360 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8361 (mail-do-fcc): Use dolist and push.
8362 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8363 (mail-yank-ignored-headers): Don't autoload.
8364
8365 2005-12-05 Kenichi Handa <handa@m17n.org>
8366
8367 * international/mule-cmds.el (set-language-info-internal): New fun.
8368 (set-language-info): Call set-language-info-internal to update
8369 language-info-alist. If LANG-ENV is the current one, call
8370 set-language-environment to make INFO effective now.
8371 (set-language-info-alist): Likewise.
8372 (locale-language-names): With locale "en", use English
8373 lang. env. but set the default codings to iso-8859-1.
8374
8375 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
8376
8377 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8378 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8379 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8380 for plain strings.
8381 (gdb-frames-mode): Remove redundant call to font-lock-mode.
8382 (gdb-all-registers): Rename from toggle-gdb-all-registers.
8383 Create registers buffer if necessary. Echo new state in minibuffer.
8384 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8385
8386 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
8387
8388 * info.el (Info-fontify-node): Match external links using
8389 non-directory part of filename.
8390
8391 2005-12-04 Juri Linkov <juri@jurta.org>
8392
8393 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8394 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
8395 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8396 because there is no customization option for it.
8397
8398 * font-lock.el (lisp-font-lock-keywords-1):
8399 Add define-global-minor-mode.
8400
8401 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8402
8403 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8404 properties on the constructed variable names.
8405
8406 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8407 Put `definition-name' properties on the constructed function names
8408 next-sym and prev-sym.
8409
8410 * emacs-lisp/find-func.el (find-function-regexp):
8411 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
8412 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
8413 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8414 and easy-menu-define.
8415
8416 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8417 easy-mmode-define-global-mode and define-global-minor-mode.
8418 (lisp-imenu-generic-expression): Add define-global-minor-mode.
8419
8420 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8421 instead of easy-mmode-define-global-mode.
8422
8423 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8424 Use define-minor-mode instead of easy-mmode-define-minor-mode.
8425
8426 * cus-edit.el (customize-group, customize-group-other-window):
8427 Filter out autoloaded options from the group completion list by
8428 using heuristics that autoloaded groups don't have `custom-autoload'
8429 property on their symbols (they have only `custom-loads').
8430
8431 * simple.el (completion-setup-function): Put completions-common-part
8432 face on complete completion string too (i.e. completion string
8433 without completions-first-difference face).
8434
8435 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8436
8437 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8438
8439 * view.el (view-mode): Doc fix.
8440
8441 * disp-table.el (standard-display-european): Add to the warning
8442 message a reference to the doc string.
8443
8444 * play/yow.el (apropos-zippy): Call print-help-return-message,
8445 similar to other Help and Apropos commands.
8446
8447 * help.el (print-help-return-message): If pop-up-frames is
8448 non-nil, set up help-return-method to delete the help window and,
8449 possibly, its frame as well, and don't display message about
8450 scrolling the help window. Doc fix.
8451 (help-return-method): Doc fix.
8452
8453 2005-12-03 Martin Rudalics <rudalics@gmx.at>
8454
8455 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8456 whereby names of length one or names starting with a
8457 symbol-constituent character would not be returned.
8458
8459 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8460
8461 * subr.el (atomic-change-group): Add edebug and indentation spec.
8462
8463 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8464
8465 * completion.el (save-completions-file-name): Fix typo in last change.
8466
8467 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8468
8469 * info.el: Move back/forward history to the beginning of the tool bar.
8470
8471 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
8472
8473 * allout.el (eval-when-compile): Remove unnecessary load of cl.
8474 Add fset of allout-real-isearch-abort during compile to fix
8475 byte-compilation warnings.
8476 (allout-mode-p): Move definition of this macro above all uses, or
8477 byte compilation in barren emacs (eg, during emacs build) will
8478 lack the definition.
8479 (allout-mode): Move this variable above any uses, or byte
8480 compilation will fail.
8481 (allout-resolve-xref): Remove use of personal file-reference function.
8482 (allout-toggle-current-subtree-encryption): Do the current (ie,
8483 visible containing) topic, rather than nearest around point. Doc fix.
8484 (allout-toggle-subtree-encryption): New function, workhorse that
8485 works on nearest topic containing point.
8486 (allout-encrypt-string): Signal requirement for newer version of pgg.
8487 (allout-resumptions): Doc fix.
8488
8489 2005-12-02 Eli Zaretskii <eliz@gnu.org>
8490
8491 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
8492
8493 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
8494
8495 * textmodes/flyspell.el (flyspell-external-point-words):
8496 Consider a misspelling as found in the string search if: (a) misspelling
8497 and found string lengths match, or (b) misspelling is found as
8498 element in a boundary-chars separated longer string, or (c)
8499 ispell-program-name is really ispell and misspelling is found as
8500 part of a TeX string. After successful match move beginning of
8501 search region to end of match. Warn about not found misspellings
8502 once the process is done.
8503 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
8504
8505 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
8506
8507 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
8508 tool bar (removed inadvertently).
8509
8510 2005-12-02 Juri Linkov <juri@jurta.org>
8511
8512 * log-view.el (log-view-diff): Clarify doc string.
8513
8514 2005-12-01 Bill Wohler <wohler@newt.com>
8515
8516 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
8517 triggers lm-verify errors.
8518
8519 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
8520
8521 * simple.el (transient-mark-mode, line-number-mode)
8522 (column-number-mode, size-indication-mode): Remove `:require nil'.
8523
8524 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
8525
8526 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
8527 in the margin also.
8528 (gdb-breakpoints-mode-map): Use D instead of d for
8529 gdb-delete-breakpoint.
8530 (gdb-get-frame-number): Require a number to match on.
8531 (gdb-threads-mode-map): Add follow-link binding.
8532
8533 2005-11-30 Jason Rumney <jasonr@gnu.org>
8534
8535 * isearch.el (isearch-mode-map): Avoid exiting search on
8536 language-change event.
8537
8538 2005-11-30 Romain Francoise <romain@orebokech.com>
8539
8540 * speedbar.el (speedbar-default-position): New defcustom.
8541 (speedbar-frame-reposition-smartly): Use it.
8542
8543 * dframe.el (dframe-reposition-frame-emacs): Fix position
8544 computation for `left' location.
8545 Update copyright year.
8546
8547 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8548
8549 * help.el (help-map): Move initialization into declaration.
8550
8551 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
8552
8553 * help-fns.el (help-argument-name): Don't autoload.
8554 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
8555 to be re-loaded when customizing the `help' group.
8556
8557 2005-11-30 John Paul Wallington <jpw@gnu.org>
8558
8559 * help-fns.el (describe-function-1): Fill arglist output.
8560
8561 2005-11-30 Kim F. Storm <storm@cua.dk>
8562
8563 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
8564 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
8565 after revert-buffer (or anything else which kills all local variables).
8566
8567 * apropos.el (apropos-parse-pattern): Doc fix.
8568 Set apropos-regexp directly, rather than expecting callers to do so.
8569 (apropos-command, apropos, apropos-value, apropos-documentation):
8570 Simplify calls to apropos-parse-pattern.
8571
8572 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8573
8574 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8575 (hi-lock-face-phrase-buffer): Use hi-yellow face.
8576 (hi-lock-write-interactive-patterns): Use comment-region.
8577
8578 * longlines.el (longlines-mode): Add mail-setup-hook.
8579
8580 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
8581
8582 * simple.el (sendmail-user-agent-compose, next-line):
8583 Conditionally use hard-newline.
8584
8585 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8586
8587 * international/latexenc.el (latex-inputenc-coding-alist):
8588 Reword doc string.
8589
8590 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8591
8592 * help.el (describe-key-briefly, describe-key): Recognize default
8593 bindings.
8594
8595 2005-11-29 Romain Francoise <romain@orebokech.com>
8596
8597 * view.el (view-inhibit-help-message): New defcustom.
8598 (view-mode-enter): Use it.
8599
8600 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
8601
8602 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
8603 Preserve user position.
8604
8605 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
8606
8607 * font-lock.el: Throw error if facemenu is not loaded to prevent
8608 accidental change of loading order in loadup.el. (Suggested by RMS.)
8609
8610 * loadup.el: Add comment explaining why facemenu must be loaded
8611 before font-lock.
8612
8613 2005-11-28 Jay Belanger <belanger@truman.edu>
8614
8615 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
8616 (calc-dispatch-map): Add more keys for `calc-same-interface'.
8617
8618 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
8619
8620 * calc/calc-embed.el (calc-do-embedded): Update help message.
8621
8622 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
8623
8624 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8625
8626 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
8627
8628 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
8629 called-interactively-p.
8630 (elp-profilable-p): Rename from elp-not-profilable-p.
8631 Invert result and take into account macros and autoloaded functions.
8632 (elp-instrument-function): Update call.
8633 (elp-instrument-package): Update call. Add completion.
8634 (elp-pack-number): Use match-string.
8635 (elp-results-jump-to-definition-by-mouse): Merge into
8636 elp-results-jump-to-definition and then remove.
8637 (elp-output-insert-symname): Make help echo text single-line.
8638
8639 * replace.el (query-replace-map): Move initialization into declaration.
8640 (occur-engine): Use with-current-buffer.
8641 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
8642 (occur-mode-mouse-goto): Replace with an alias.
8643
8644 2005-11-28 Juri Linkov <juri@jurta.org>
8645
8646 * simple.el (quoted-insert): Let-bind input-method-function to nil.
8647
8648 * term/w32-win.el: Bind [S-tab] to [backtab].
8649
8650 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
8651 `Info-find-file' to t.
8652
8653 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
8654 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
8655 and same-window-regexps.
8656 (occur-next-error): Don't move point for arg 0.
8657
8658 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
8659
8660 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
8661
8662 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8663
8664 * log-edit.el (log-edit-changelog-use-first): New var.
8665 (log-edit-changelog-ours-p): Use it.
8666 (log-edit-insert-changelog): Set it with new arg `use-first'.
8667 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
8668 (log-edit-hook): Add them to the list of suggested options.
8669
8670 * textmodes/flyspell.el (flyspell-last-buffer): New var.
8671 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
8672 redundant work.
8673 (flyspell-mode-on): Use add-hook for after-change-functions.
8674 (flyspell-mode-off): Use remove-hook for after-change-functions.
8675 (flyspell-changes): Make it buffer-local.
8676 (flyspell-after-change-function): Make it non-interactive. Use push.
8677 (flyspell-post-command-hook): Check input-pending-p while processing
8678 the potentially long list of buffer changes.
8679
8680 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8681
8682 * buff-menu.el (list-buffers-noselect): Display the selected
8683 frame's buffer list, not the global one.
8684
8685 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8686
8687 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
8688 that (list last-input-event) works as in interactive spec.
8689
8690 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8691
8692 * loadup.el ("facemenu"): Load facemenu before font-lock, because
8693 `facemenu-keymap' needs to be defined when font-lock is loaded.
8694 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
8695
8696 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * completion.el: Remove useless leading * in defcustom docstrings.
8699 (save-completions-file-name): Use ~/.emacs.d if available.
8700 (completion-standard-syntax-table): Rename from
8701 cmpl-standard-syntax-table and fold initialization into declaration,
8702 thus removing cmpl-make-standard-completion-syntax-table.
8703 (completion-lisp-syntax-table, completion-c-syntax-table)
8704 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
8705 (cmpl-saved-syntax, cmpl-saved-point): Remove.
8706 (symbol-under-point, symbol-before-point)
8707 (symbol-under-or-before-point, symbol-before-point-for-complete)
8708 (add-completions-from-c-buffer): Use with-syntax-table.
8709 (make-completion): Don't return a list of completion entries.
8710 Update callers.
8711 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
8712 (completion-initialize): Rename from initialize-completions.
8713 (completion-find-file-hook): Rename from cmpl-find-file-hook.
8714 (kill-emacs-save-completions): Collect stats here.
8715 (save-completions-to-file, load-completions-from-file):
8716 Use with-current-buffer.
8717 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
8718 into a function. Move all calls to toplevel.
8719 (completion-lisp-mode-hook): New fun.
8720 (completion-c-mode-hook, completion-setup-fortran-mode):
8721 Set the syntax-table here. Use local-set-key.
8722 (completion-saved-bindings): New var.
8723 (dynamic-completion-mode): Make it into a proper minor mode.
8724 (load-completions-from-file): Remove unused var `num-uses'.
8725
8726 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
8727 constructor if it is explicitly overridden.
8728
8729 * complete.el (PC-completion-as-file-name-predicate):
8730 Use minibuffer-completing-file-name.
8731 (partial-completion-mode): Use find-file-not-found-functions.
8732 (PC-lisp-complete-symbol): Use with-syntax-table.
8733 (PC-look-for-include-file): Remove dead setq.
8734 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
8735 (PC-complete): Use with-current-buffer.
8736
8737 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
8738 escape single quotes.
8739
8740 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8741
8742 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
8743 of `if' whose condition always returned nil. Doc fix.
8744
8745 * buff-menu.el (Buffer-menu-revert-function): Make the selected
8746 window's buffer the current buffer around the call to
8747 `list-buffers-noselect'. This is necessary to mark that buffer
8748 with a `.' in the Buffer Menu when called from Lisp, for instance
8749 by Auto Revert Mode.
8750
8751 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8752
8753 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
8754 attaching to it.
8755 (gdb-pre-prompt): Make sure gdb-error is reset.
8756
8757 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
8758 with a child process, detect it.
8759 (gud-speedbar-buttons): Match regexp more carefully.
8760
8761 2005-11-27 Richard M. Stallman <rms@gnu.org>
8762
8763 * mouse.el (mouse-drag-move-window-bottom):
8764 Use adjust-window-trailing-edge.
8765
8766 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8767
8768 * simple.el (blink-matching-open): Ignore
8769 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
8770 (blink-matching-paren-on-screen): Update docstring.
8771
8772 * paren.el (show-paren-mode): No longer change
8773 `blink-matching-paren-on-screen'.
8774
8775 2005-11-27 John Paul Wallington <jpw@pobox.com>
8776
8777 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8778 (gdb-threads-select, gdb-edit-register-value):
8779 Use `posn-set-point' instead of `mouse-set-point' because the
8780 latter is not fbound when configured without X.
8781
8782 2005-11-27 Kim F. Storm <storm@cua.dk>
8783
8784 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
8785 existing face when partially highlighting a TAB in a rectangle.
8786
8787 2005-11-26 Kim F. Storm <storm@cua.dk>
8788
8789 * ido.el (ido-mode-map): Doc fix.
8790 (ido-mode-common-map, ido-mode-file-map)
8791 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
8792 (ido-define-mode-map): Rewrite. Select one of the new maps as
8793 parent for ido-mode-map instead of building from scratch.
8794 (ido-init-mode-maps): New defun to initialize new maps.
8795 (ido-mode): Call it.
8796 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
8797 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
8798
8799 2005-11-26 John Paul Wallington <jpw@pobox.com>
8800
8801 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
8802 `mouse-set-point' because the latter is not fbound when configured
8803 without X.
8804
8805 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8806
8807 * files.el (file-relative-name): Doc fix.
8808
8809 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8810
8811 * progmodes/octave-inf.el (inferior-octave-startup): Force a
8812 non-empty string for secondary prompt PS2.
8813
8814 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8815
8816 * progmodes/compile.el (compilation-setup): Fix last change.
8817
8818 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
8819
8820 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8821 (gdb-mouse-toggle-breakpoint-margin)
8822 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
8823 Add gdb-server-prefix to keep out of command history.
8824 (gdb-edit-register-value): New function.
8825 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
8826 (gdb-info-registers-custom): Use above map.
8827
8828 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8829
8830 * custom.el (enable-theme): Signal error if argument is not a
8831 theme. Don't recalculate a face if it's not loaded yet.
8832
8833 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
8834 the `user' theme is in effect.
8835
8836 * info.el (Info-on-current-buffer): Record actual filename in
8837 Info-current-file, instead of t, or a fake filename if a non-file
8838 buffer. Make autoload.
8839 (Info-find-node, Info-revert-find-node): No need to check for
8840 Info-current-file nil.
8841 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
8842 Info-current-file is now never `t'.
8843 (Info-fontify-node): Many simplifications due to Info-current-file
8844 always being valid. Use Info-find-file to find node filename.
8845
8846 2005-11-25 David Kastrup <dak@gnu.org>
8847
8848 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
8849 new character, then delete" in order to preserve markers.
8850
8851 2005-11-25 David Ponce <david@dponce.com>
8852
8853 * recentf.el (recentf-arrange-by-rule): Handle a special
8854 `auto-mode-alist'-like "strip suffix" rule.
8855 (recentf-build-mode-rules): Handle second level auto-mode entries.
8856
8857 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
8858
8859 * viper-keym.el (viper-ESC-key): Use different values in terminal and
8860 window modes.
8861
8862 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
8863 jde-javadoc-checker-report-mode.
8864
8865 * ediff-wind (ediff-make-wide-display): Slight simplification.
8866
8867 * ediff.el (ediff-date): Change the date of last update.
8868
8869 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
8870
8871 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
8872 Use define-minor-mode, and make it a local mode. Turn on font-lock.
8873 (hi-lock-mode): New global minor mode.
8874 (turn-on-hi-lock-if-enabled): New function.
8875 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
8876 Change arguments to regexp and face instead of a font-lock pattern.
8877 Directly set face property, instead of refontifying.
8878 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
8879 (hi-lock-find-patterns): Use line-number-at-pos.
8880
8881 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
8882 arguments for hi-lock-set-pattern.
8883 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
8884 Call font-lock-fontify-buffer.
8885 (hi-lock-find-file-hook, hi-lock-current-line)
8886 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
8887
8888 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
8889 turned off.
8890
8891 * progmodes/compile.el (compilation-setup): Don't fiddle with
8892 font-lock-defaults.
8893
8894 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
8895
8896 * progmodes/gdb-ui.el (gdb-var-create-handler)
8897 (gdb-var-list-children-handler): Find values for all variable
8898 objects. gud-speedbar-buttons decides whether to display them.
8899
8900 2005-11-24 Romain Francoise <romain@orebokech.com>
8901
8902 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
8903 buffer name with a space.
8904
8905 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
8906
8907 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
8908 `org-export-local-list-max-depth'. Change default value to 3.
8909 (org-auto-renumber-ordered-lists)
8910 (org-plain-list-ordered-item-terminator): New options.
8911 (org-at-item-p, org-beginning-of-item, org-end-of-item)
8912 (org-get-indentation, org-get-string-indentation)
8913 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
8914 New functions.
8915 (org-move-item-down, org-move-item-up): New commands.
8916 (org-export-as-html): New classes for CSS support. Bug fix in
8917 regular expression detecting fixed-width regions. Respect
8918 `org-local-list-ordered-item-terminator'.
8919 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
8920 also a list item.
8921 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
8922 New item moving functions.
8923
8924 2005-11-24 Juri Linkov <juri@jurta.org>
8925
8926 * isearch.el (isearch-repeat): With empty search ring set
8927 `isearch-error' to the error string instead of signaling error
8928 with the function `error'.
8929
8930 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8931
8932 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
8933
8934 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
8935
8936 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
8937 and variable.
8938 (gdb-var-create-handler, gdb-var-list-children-handler):
8939 Don't match on "char **...".
8940 (gdb-var-update-handler): Find values for all variable objects.
8941 (gdb-info-frames-custom): Identify frames by leading "#".
8942
8943 * progmodes/gud.el (gud-speedbar-menu-items): Add
8944 gdb-speedbar-auto-raise as radio button.
8945 (gud-speedbar-buttons): Raise speedbar if requested.
8946 Don't match on "char **...".
8947 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
8948 Make it editable.
8949
8950 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
8951
8952 * info.el (Info-fontify-node): Handle the case where
8953 Info-current-file is t.
8954
8955 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8956
8957 * simple.el (blink-matching-open): Fix off-by-one in last change.
8958
8959 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8960
8961 * term/mac-win.el: Don't change default directory.
8962
8963 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
8964
8965 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
8966 buffers correctly. (It used to throw an error in such buffers.)
8967 Make it ask for confirmation in group buffers and other Custom
8968 buffers containing more than one customization item.
8969
8970 2005-11-22 John Paul Wallington <jpw@gnu.org>
8971
8972 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
8973 property on mail and url overlays.
8974 (goto-address-at-point): Use `posn-set-point' instead of
8975 `mouse-set-point' because the latter is not fbound when configured
8976 without X.
8977
8978 2005-11-22 Lars Hansen <larsh@soem.dk>
8979
8980 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
8981 (ls-lisp-classify, ls-lisp-format): Delete call to
8982 ls-lisp-parse-symlink.
8983 (ls-lisp-handle-switches): Handle symlinks to directories as
8984 directories when ls-lisp-dirs-first in non-nil.
8985
8986 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
8987
8988 * startup.el (command-line): Make sure that loaddefs.el is handled
8989 correctly in load-history.
8990
8991 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
8992
8993 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
8994 (gdb-struct-string, gdb-array-string): New constants.
8995 (gdb-info-locals-handler): Use them.
8996 (gdb-reset): Reset gdb-var-list to nil.
8997
8998 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9001 in patterns.
9002
9003 2005-11-21 Juri Linkov <juri@jurta.org>
9004
9005 * custom.el (defcustom): Update link types in docstring.
9006
9007 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9008
9009 * custom.el (defgroup): Add doc-string-elt info.
9010
9011 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9012
9013 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9014
9015 * newcomment.el (comment-enter-backward): Fix last fix.
9016
9017 * simple.el (blink-matching-open):
9018 * paren.el (show-paren-function): Allow new paren-class info.
9019
9020 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9021
9022 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9023 handled automagically.
9024
9025 2005-11-20 Andreas Schwab <schwab@suse.de>
9026
9027 * descr-text.el (describe-char): When copying overlays put them
9028 over the full char description instead of just the first character
9029 of it.
9030
9031 2005-11-20 Juri Linkov <juri@jurta.org>
9032
9033 * simple.el (what-cursor-position):
9034 * descr-text.el (describe-char): Use Lisp-readable syntax
9035 for octal and hex. Reorder decimal, octal and hex values.
9036 Remove excess whitespace in the output. Use `=' in `column='
9037 like in `point=' and `Hscroll='.
9038
9039 * international/mule-cmds.el (encoded-string-description):
9040 Use Lisp-readable syntax for hex.
9041
9042 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * newcomment.el (comment-enter-backward): Handle the case where the
9045 comment is closed by EOB.
9046
9047 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9048
9049 * longlines.el (longlines-before-revert-hook)
9050 (longlines-after-revert-hook): New functions.
9051 (longlines-mode): Turn off longlines temporarily when reverting.
9052 Add a message-setup-hook.
9053 (longlines-decode-buffer): New function.
9054 (longlines-wrap-line): Preserve marker positions.
9055
9056 2005-11-19 Andreas Schwab <schwab@suse.de>
9057
9058 * emacs-lisp/shadow.el: Handle compressed files.
9059
9060 2005-11-19 Romain Francoise <romain@orebokech.com>
9061
9062 * net/browse-url.el (browse-url-default-browser): Signal an error
9063 if no usable browser can be found, rather than try to load w3.
9064
9065 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9066
9067 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9068 replacing existing properties.
9069 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9070 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9071 tty specs.
9072 (rcirc-server-prefix, rcirc-server): New faces.
9073 (rcirc-url-regexp): Generate with rx macro.
9074 (rcirc-last-server-message-time): New variable.
9075 (rcirc-filter): Record time of last message.
9076 (rcirc-keepalive): Kill processes that did not send a message
9077 since the last ping.
9078 (rcirc-mode): Give rcirc-topic a local binding here.
9079
9080 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9081
9082 * subr.el (read-passwd): Fontify the prompt as we do with other
9083 prompts.
9084
9085 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9086
9087 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9088 binding buffer-read-only to nil.
9089
9090 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9091
9092 * complete.el (partial-completion-mode):
9093 Mention completion-auto-help in the doc string.
9094
9095 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9096 more Lisp-ish way.
9097
9098 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9099
9100 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9101 digits, not 8, to avoid misalignment for files larger than 100MB.
9102
9103 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9104
9105 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9106 Mention "keyboard shortcuts" in the help text.
9107
9108 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9109
9110 * startup.el (fancy-splash-default-action): Discard only
9111 mouse-down and succeeding mouse-up events in the splash screen
9112 window so that drag-n-drop event can be processed.
9113
9114 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9115
9116 * longlines.el (longlines-mode): Add hacks for mail-mode and
9117 message-mode.
9118
9119 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9120
9121 * textmodes/org.el (org-table-sort-lines): New command.
9122 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9123 (org-add-file): Command removed, use `org-agenda-file-to-front'
9124 instead.
9125 (org-export-icalendar): Use `org-icalendar-combined-name'.
9126 (org-cycle-agenda-files, org-agenda-file-to-end)
9127 (org-agenda-file-to-front): New commands.
9128 (org-table-tab-jumps-over-hlines, org-export-html-style):
9129 New options.
9130 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9131 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9132 New functions.
9133 (org-fill-paragraph): Call `org-table-align' in tables.
9134 (org-mode): Call `org-set-autofill-regexps'.
9135 (org-export-as-html): Support for local handformatted lists.
9136 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9137 (org-export-local-list-max-depth): New option.
9138 (org-html-expand): Use `org-html-protect'.
9139
9140 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9141
9142 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9143 to "p".
9144 (gdb): Move definition of gud-pp to...
9145
9146 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9147 speedbar.
9148 (gdb-find-watch-expression): New function.
9149
9150 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9151
9152 * faces.el (face-attribute, set-face-attribute): Mention existence
9153 of `:ignore-defface' setting in docstring.
9154
9155 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * simple.el (completion-setup-function): Fix last change.
9158
9159 2005-11-17 John Paul Wallington <jpw@pobox.com>
9160
9161 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9162 Use `posn-set-point' instead of `mouse-set-point' because the
9163 latter is not fbound when configured without X.
9164
9165 * comint.el (comint-insert-input): Likewise.
9166
9167 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9168
9169 * simple.el (hard-newline): New variable.
9170 (sendmail-user-agent-compose, next-line): Use it.
9171
9172 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9173 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9174 (mail-mail-reply-to, mail-mail-followup-to)
9175 (mail-position-on-field, mail-signature, mail-yank-original)
9176 (mail-attach-file): Likewise.
9177
9178 * mail/mailheader.el (mail-header-format)
9179 (mail-header-format-function): Likewise.
9180
9181 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9182
9183 2005-11-17 Juri Linkov <juri@jurta.org>
9184
9185 * font-lock.el (font-lock-faces): Rename this defgroup from
9186 `font-lock-highlighting-faces'.
9187 (font-lock-comment-face, font-lock-comment-delimiter-face)
9188 (font-lock-string-face, font-lock-doc-face)
9189 (font-lock-keyword-face, font-lock-builtin-face)
9190 (font-lock-function-name-face, font-lock-variable-name-face)
9191 (font-lock-type-face, font-lock-constant-face)
9192 (font-lock-warning-face, font-lock-negation-char-face)
9193 (font-lock-preprocessor-face)
9194 (font-lock-regexp-grouping-backslash)
9195 (font-lock-regexp-grouping-construct): Rename :group from
9196 `font-lock-highlighting-faces' to `font-lock-faces'.
9197
9198 * cus-edit.el (lisp, c, tex):
9199 * progmodes/ada-mode.el (ada):
9200 * progmodes/asm-mode.el (asm):
9201 * progmodes/cperl-mode.el (cperl-faces):
9202 * progmodes/cpp.el (cpp):
9203 * progmodes/dcl-mode.el (dcl):
9204 * progmodes/f90.el (f90):
9205 * progmodes/fortran.el (fortran):
9206 * progmodes/icon.el (icon):
9207 * progmodes/idlwave.el (idlwave-misc):
9208 * progmodes/m4-mode.el (m4):
9209 * progmodes/make-mode.el (makefile):
9210 * progmodes/meta-mode.el (meta-font):
9211 * progmodes/modula2.el (modula2):
9212 * progmodes/octave-mod.el (octave):
9213 * progmodes/pascal.el (pascal):
9214 * progmodes/perl-mode.el (perl):
9215 * progmodes/prolog.el (prolog):
9216 * progmodes/ps-mode.el (PostScript-edit):
9217 * progmodes/scheme.el (scheme):
9218 * progmodes/sh-script.el (sh-script):
9219 * progmodes/simula.el (simula):
9220 * progmodes/tcl.el (tcl):
9221 * textmodes/nroff-mode.el (nroff):
9222 * textmodes/reftex-vars.el (reftex-fontification-configurations):
9223 * textmodes/sgml-mode.el (sgml):
9224 * textmodes/texinfo.el (texinfo):
9225 Add :link (custom-group-link font-lock-faces) to defgroup.
9226
9227 * hi-lock.el (hi-lock): Rename this defgroup from
9228 `hi-lock-interactive-text-highlighting'. Change parent group from
9229 `faces' to `font-lock'. Add link to the manual.
9230 (hi-lock-mode, hi-lock-file-patterns-range)
9231 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9232 `hi-lock-interactive-text-highlighting' to `hi-lock'.
9233 (hi-lock-faces): Add :group `faces'.
9234
9235 * cus-edit.el (custom-variable-prompt): Clarify the code.
9236
9237 * faces.el (face-read-string): Set the default value arg of
9238 completing-read.
9239
9240 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
9241
9242 * rfn-eshadow.el (file-name-shadow-properties)
9243 (file-name-shadow-tty-properties, file-name-shadow-mode):
9244 Remove autoloads, because the file is now preloaded.
9245
9246 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9247
9248 * printing.el (easy-menu-intern): Don't define.
9249 (pr-get-symbol): Use easy-menu-intern only if defined.
9250
9251 * simple.el (blink-matching-open): Simplify a bit.
9252 (completion-setup-function): Fix the case of partial-completion-mode
9253 when the minibuffer's contents start with "-".
9254 Obey completion-base-size-function even when
9255 minibuffer-completing-file-name is non-nil.
9256
9257 2005-11-16 Richard M. Stallman <rms@gnu.org>
9258
9259 * net/eudcb-ph.el (eudc-ph-open-session):
9260 Use set-process-query-on-exit-flag.
9261
9262 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9263
9264 * international/ucs-tables.el (ucs-set-table-for-input):
9265 Use make-local-variable, not make-variable-buffer-local.
9266
9267 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9268 Improve warning message text.
9269
9270 * savehist.el (savehist-save-hook): Add :group.
9271
9272 * menu-bar.el (menu-bar-help-menu):
9273 Rename Find Extra Packages to External Packages.
9274
9275 * cus-edit.el (Custom-reset-standard): Verify that
9276 :custom-standard-value prop exists before calling it.
9277
9278 * apropos.el (apropos-calc-scores): Use apropos-pattern.
9279
9280 2005-11-16 Martin Rudalics <rudalics@gmx.at>
9281
9282 * wid-edit.el (color): Enclose %t in %{...%}.
9283
9284 * cus-edit.el (face): Enclose %t in %{...%}.
9285
9286 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
9287
9288 * savehist.el (savehist-mode-hook): Re-add the var.
9289 (savehist-mode): Use it.
9290
9291 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9292
9293 * textmodes/flyspell.el: Fix commenting convention.
9294 Remove unnecessary leading * in custom docstrings.
9295 (flyspell-emacs): Remove unused var.
9296 (flyspell-delete-region-overlays): Use remove-overlays.
9297 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9298 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9299 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9300 (flyspell-debug-signal-word-checked): Use with-current-buffer.
9301 (make-flyspell-overlay): Don't locally reuse a global name.
9302 (flyspell-highlight-incorrect-region)
9303 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9304 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9305 (flyspell-notify-misspell): Remove unused args `start' and `end'.
9306 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
9307 Wrap calls to accept-process-output inside with-local-quit since it's
9308 often called from a post-command-hook.
9309 (flyspell-correct-word, flyspell-auto-correct-word):
9310 Use ispell-send-string.
9311 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
9312
9313 * calendar/diary-lib.el (diary-list-entries): Also hide the
9314 terminating newline.
9315
9316 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
9317
9318 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9319 window-system, to allow fonts on tty.
9320
9321 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
9322
9323 * progmodes/gud.el (gud-speedbar-item-info): New function.
9324 (gud-install-speedbar-variables): Use it to display data type
9325 of watch expression as a tooltip in speedbar.
9326
9327 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
9328
9329 * font-core.el (global-font-lock-mode): Add :version keyword,
9330 because default was changed.
9331
9332 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9333
9334 * startup.el (command-line): Use `custom-reevaluate-setting' for
9335 `file-name-shadow-mode'.
9336
9337 * loadup.el: Preload rfn-eshadow.
9338
9339 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9340 Add :version keyword.
9341 (file-name-shadow-properties, file-name-shadow-tty-properties)
9342 (file-name-shadow): Add :version keyword.
9343
9344 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9345 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9346 in the custom-group property of the symbol frames and the fringe
9347 group got no link to its parent group frames.
9348 Doc fix.
9349
9350 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9351
9352 * progmodes/gud.el (gud-stop-subjob): New function.
9353 (gud-menu-map, gud-tool-bar-map): Use it.
9354
9355 2005-11-16 Kim F. Storm <storm@cua.dk>
9356
9357 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9358 than kill it.
9359 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
9360 to a more useful/logical place.
9361
9362 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9363
9364 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9365 go buttons complementary.
9366
9367 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9370 (rfn-eshadow-sifn-equal): New function.
9371 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9372
9373 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
9374
9375 * viper-utils.el (viper-non-word-characters-reformed-vi):
9376 Quote `-' in string.
9377
9378 * viper.el (viper-emacs-state-mode-list): Ensure that
9379 rcirc-mode buffers come up in Emacs state.
9380
9381 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9382 operation.
9383
9384 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9385
9386 * term.el (term-termcap-format): Fix typos.
9387 (term-down): Fix the negative argument case.
9388
9389 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9390
9391 * progmodes/gdb-ui.el: Remove face-alias left over from change on
9392 2005-08-15.
9393 (gdb-ann3): New command gud-go.
9394 (menu): Accomodate gdb-mi.el.
9395 (gdb-assembler-custom): Make buffer of selected window current
9396 so that set-window-point works.
9397
9398 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9399 buttons and include new ones.
9400
9401 2005-11-16 Kim F. Storm <storm@cua.dk>
9402
9403 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9404 (gud-menu-map): Use it.
9405
9406 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
9407
9408 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9409 that works correctly for Custom and that does not override a user
9410 who disables it.
9411
9412 * help-mode.el (help-make-xrefs, help-xref-on-pp)
9413 (help-xref-interned, help-follow): Make hyperlinks for variables
9414 that are unbound, but have a non-nil variable-documentation property.
9415
9416 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9417 mode hook. (It conflicted with defcustoms for some mode hooks.)
9418 Use the `variable-documentation' property to give the mode hook a
9419 docstring and expand that docstring.
9420
9421 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
9422
9423 * savehist.el (savehist-mode): Don't bother with
9424 `custom-set-minor-mode'.
9425 (savehist-coding-system): Check XEmacs version.
9426 (history-length): Declare also at run time.
9427 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
9428 Don't set the customize state.
9429 (savehist-minibuffer-hook): Special case for when
9430 minibuffer-history-variable is equal to t.
9431
9432 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9433
9434 * files.el (write-file): Refresh VC status.
9435
9436 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9437 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9438 than fundamental-mode to see if the mode was set.
9439
9440 2005-11-14 Romain Francoise <romain@orebokech.com>
9441
9442 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9443 dummy function in `eval-when-compile' to avoid compiler warning.
9444 Require `man' at compile time.
9445
9446 2005-11-14 Jay Belanger <belanger@truman.edu>
9447
9448 * calc-alg.el (calcFunc-write-out-power): Rename it to
9449 calcFunc-powerexpand.
9450 (math-write-out-power): Rename it to math-powerexpand; have it
9451 handle negative exponents.
9452 (calc-writeoutpower): Rename it to calc-powerexpand.
9453
9454 * calc-ext.el: Change calcFunc-writeoutpower and
9455 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9456 autoloads.
9457 Add calcFunc-ldiv to autoloads.
9458
9459 * calc-arith.el (calcFunc-ldiv): New function.
9460
9461 * calc.el (calc-left-divide): New function.
9462
9463 2005-11-14 Juri Linkov <juri@jurta.org>
9464
9465 * cus-edit.el (custom-variable-prompt): Set the default value arg
9466 of completing-read.
9467
9468 * cus-dep.el (custom-make-dependencies): Reverse the list of
9469 found dependencies.
9470
9471 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9472
9473 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9474 Highlighting" entry, it is on by default now.
9475 (menu-bar-options-save): Do not save global-font-lock-mode.
9476
9477 2005-11-13 Richard M. Stallman <rms@gnu.org>
9478
9479 * textmodes/flyspell.el (flyspell-large-region):
9480 Call flyspell-accept-buffer-local-defs.
9481
9482 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
9483
9484 * textmodes/flyspell.el (flyspell-notify-misspell):
9485 Fix misspelling of "Misspelling".
9486 (flyspell-process-localwords): New function.
9487 (flyspell-large-region): Call flyspell-process-localwords and
9488 flyspell-delete-region-overlays.
9489 (flyspell-delete-region-overlays): New function.
9490 (flyspell-delete-all-overlays): Call that.
9491
9492 2005-11-13 Richard M. Stallman <rms@gnu.org>
9493
9494 * help.el (help-for-help-internal): Improve doc of C-h a.
9495 (describe-key): Improve prompt; doc fix.
9496
9497 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9498
9499 * vc-svn.el (vc-svn-registered): Catch all errors.
9500
9501 * cus-dep.el (custom-make-dependencies): Typo.
9502
9503 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
9504
9505 * net/tramp-util.el (top): Fix compilation warning.
9506
9507 2005-11-13 Kim F. Storm <storm@cua.dk>
9508
9509 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
9510
9511 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9512
9513 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9514 (gud-speedbar-buttons): Match on "const char *" too.
9515
9516 * progmodes/gdb-ui.el (gdb-var-create-handler)
9517 (gdb-var-list-children-handler): Match on "const char *" too.
9518 (gdb-var-evaluate-expression-handler): Match on empty string.
9519 (gdb-var-update-handler): Only call
9520 gdb-var-evaluate-expression-handler when required.
9521
9522 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9523
9524 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
9525 selected window. This still doesn't work for speedbar.
9526 (gud-speedbar-buttons): Handle string expressions properly.
9527
9528 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9529 (gdb-var-create-handler): Handle string expressions properly.
9530 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
9531 Handle string expressions properly. Move "type" field into regexp.
9532
9533 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9534
9535 * bookmark.el (bookmark-maybe-message): New function to reduce
9536 code duplication: invokes `message' iff baud-rate is high enough.
9537 (bookmark-write-file): Use above instead of an inline conditional.
9538 (bookmark-load): Same.
9539
9540 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9541
9542 * bookmark.el (bookmark-write-file): Don't visit the destination
9543 file, just write the data to it using write-region. This is
9544 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
9545 change to avoid visiting the file in the first place.
9546
9547 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
9548
9549 * hi-lock.el (hi-lock-mode): Set the default value of
9550 font-lock-defaults.
9551
9552 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
9553
9554 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
9555 arg to `file-attributes'.
9556 (find-lisp-format): The UID and GID can now be strings.
9557
9558 2005-11-12 Kim F. Storm <storm@cua.dk>
9559
9560 * help.el (help-map): Bind C-h d to apropos-documentation.
9561
9562 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
9563 when point is at end-of-buffer.
9564
9565 * apropos.el (apropos-match-face): Doc fix.
9566 (apropos-sort-by-scores): Add new choice `verbose'.
9567 (apropos-documentation-sort-by-scores): New defcustom.
9568 (apropos-pattern): Now contains the pattern entered by the user.
9569 (apropos-pattern-quoted): New defvar.
9570 (apropos-regexp): New defvar, containing the regexp corresponding
9571 to apropos-pattern.
9572 (apropos-all-words-regexp): Rename from apropos-all-regexp.
9573 (apropos-read-pattern): New defun. Use it to read pattern arg in
9574 interactive calls; returns list of words for a word list, and
9575 string for a regexp.
9576 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
9577 parses a list of words or regexp as returned by apropos-read-pattern.
9578 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
9579 (apropos-score-doc): Return a very high score if the string
9580 entered by the user matches literally.
9581 (apropos-variable): Doc fix. Use apropos-read-pattern.
9582 (apropos-command): Doc fix. Use apropos-read-pattern and
9583 apropos-parse-pattern. Call apropos-print with nosubst=t.
9584 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
9585 apropos-parse-pattern.
9586 (apropos-documentation): Doc fix. Use apropos-read-pattern and
9587 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
9588 apropos-documentation-sort-by-scores. Call apropos-print with
9589 nosubst=t.
9590 (apropos-documentation-internal): Pass doc string through
9591 substitute-key-definition before adding text properties.
9592 Highlight substring matching literal user input if possible.
9593 (apropos-documentation-check-doc-file): Remove locals beg and end.
9594 Fix calculation of score (as added twice). Pass doc string through
9595 substitute-key-definition before adding text properties.
9596 (apropos-documentation-check-elc-file): Pass doc string through
9597 substitute-key-definition before adding text properties.
9598 Highlight substring matching literal user input if possible.
9599 (apropos-print): Add new arg NOSUBST; if set, command and variable
9600 doc strings have already been passed through substitute-key-definition.
9601 Add code to handle apropos-accumulator items without score element
9602 for backwards compatibility (e.g. with woman package).
9603 Only show scores if apropos-sort-by-scores is `verbose'.
9604
9605 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
9608 Add jka-compr-load-suffixes to load-suffixes.
9609
9610 * jka-compr.el: Require jka-cmpr-hook.
9611 (jka-compr-info-compress-message, jka-compr-info-compress-program)
9612 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
9613 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
9614 (jka-compr-info-can-append, jka-compr-info-strip-extension)
9615 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
9616 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
9617 (jka-compr-uninstall): Remove entries from
9618 jka-compr-added-to-file-coding-system-alist after they are used.
9619 (jka-compr-error): Remove unused var `curbuf'.
9620 (jka-compr-file-local-copy): Remove unused var `notfound'.
9621
9622 2005-11-10 Romain Francoise <romain@orebokech.com>
9623
9624 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
9625
9626 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
9627
9628 * progmodes/gud.el (gud-menu-map): Move parentheses.
9629 (gdb): New command gud-pv.
9630
9631 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9632
9633 * tar-mode.el: Remove spurious or unnecessary leading stars
9634 in docstrings.
9635 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
9636 (tar-parse-octal-integer-safe): Use mapc.
9637 (tar-header-block-summarize): Remove unused var `ck'.
9638 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
9639 cleared before. Obey default-enable-multibyte-characters.
9640 Use mapconcat. Simplify setting of tar-header-offset.
9641 (tar-mode-map): Move initialization inside delcaration.
9642 (tar-flag-deleted): Use `abs'.
9643 (tar-expunge-internal): Remove unused var `line'.
9644 (tar-expunge-internal): Don't hardcode point-min==1.
9645 (tar-expunge): Widen while doing set-buffer-multibyte.
9646 (tar-rename-entry): Use file-name-coding-system.
9647 (tar-alter-one-field): Don't hardcode point-min==1.
9648 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
9649 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
9650
9651 2005-11-10 Masatake YAMATO <jet@gyve.org>
9652
9653 * add-log.el (add-log-current-defun): Handle class::method
9654 notation of c++. Fix incorrect comment.
9655
9656 2005-11-10 Alan Mackenzie <acm@muc.de>
9657
9658 * help-fns.el (describe-variable): Make C-h v work when a variable
9659 has variable documentation yet is unbound.
9660
9661 2005-11-10 Masatake YAMATO <jet@gyve.org>
9662
9663 * man.el (Man-highlight-references): Set an empty
9664 string to `Man-arguments' if it is nil.
9665 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
9666
9667 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
9670 commenting conventions.
9671
9672 * cus-dep.el (custom-make-dependencies): Simplify.
9673 Better follow the commenting conventions.
9674
9675 2005-11-09 Richard M. Stallman <rms@gnu.org>
9676
9677 * apropos.el (apropos-pattern): Rename from apropos-regexp.
9678 (apropos-orig-pattern): Rename from apropos-orig-regexp.
9679 All uses changed.
9680 (apropos-rewrite-regexp): Doc fix.
9681 (apropos-variable, apropos-command, apropos, apropos-value):
9682 Change prompt; carry through the argument renaming.
9683
9684 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
9685
9686 * find-lisp.el: Require dired.
9687 (find-lisp-find-dired-internal): Do not call
9688 `abbreviate-file-name' on DIR.
9689
9690 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
9691
9692 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
9693
9694 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
9695
9696 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
9697 when using the speedbar.
9698 (gdb): New command gud-pp.
9699 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
9700
9701 2005-11-09 Juri Linkov <juri@jurta.org>
9702
9703 * replace.el (occur-excluded-properties): New defcustom.
9704 (occur-1, occur-engine, occur-accumulate-lines): Use it.
9705
9706 2005-11-08 Jay Belanger <belanger@truman.edu>
9707
9708 * calc/calc-units.el (math-convert-units): Replace any composite
9709 unit by its definition.
9710
9711 2005-11-08 Lars Hansen <larsh@soem.dk>
9712
9713 * emacs-lisp/autoload.el (update-directory-autoloads):
9714 Add obsolete function alias.
9715
9716 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9719 comment-indent-function.
9720 (lisp-comment-indent): Replace by an alias for comment-indent-default.
9721
9722 * reveal.el (reveal-post-command): Rework the handling of
9723 reveal-open-spots, so as to be more reliable. There were several
9724 tricky corner cases where an open spot might be lost, or where
9725 a closed spot might end up on the list of open spots.
9726 Only reveal text that's ellipsised.
9727
9728 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
9729
9730 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
9731
9732 2005-11-07 John Paul Wallington <jpw@gnu.org>
9733
9734 * ibuffer.el (ibuffer): Search iconified frames too when
9735 getting Ibuffer buffer's window.
9736
9737 2005-11-06 Richard M. Stallman <rms@gnu.org>
9738
9739 * progmodes/compile.el (compilation-internal-error-properties):
9740 save-excursion around the computation of MARKER.
9741
9742 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
9743
9744 * textmodes/flyspell.el (flyspell-external-point-words):
9745 flyspell-get-word returns a list, not just a string.
9746
9747 2005-11-06 John Paul Wallington <jpw@pobox.com>
9748
9749 * ibuffer.el (ibuffer): Search all visible frames when getting
9750 Ibuffer buffer's window.
9751
9752 2005-11-07 Masatake YAMATO <jet@gyve.org>
9753
9754 * man.el (Man-reference-regexp): Accept spaces between
9755 `Man-name-regexp' and `Man-section-regexp'.
9756 (Man-apropos-regexp): New variable.
9757 (Man-abstract-xref-man-page): Use value for `Man-target-string'
9758 if available.
9759 (Man-highlight-references, Man-highlight-references0):
9760 Handle the case when `Man-arguments' includes "-k".
9761 (Man-highlight-references0): Rename the argument `TARGET-POS' to
9762 `TARGET'. `TARGET' can be a number, function or nil.
9763
9764 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
9765
9766 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
9767 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
9768 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
9769 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
9770 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
9771 (gdb-send-item): Use buffer-local-value and simplify.
9772
9773 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
9774
9775 * startup.el (command-line): Use `custom-reevaluate-setting' for
9776 `global-font-lock-mode'.
9777
9778 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
9779 by default, except in batch mode or when the -D option is given.
9780
9781 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
9782 specified keyword args on to `define-minor-mode'. Update docstring.
9783
9784 2005-11-05 Romain Francoise <romain@orebokech.com>
9785
9786 * replace.el (occur-engine): Add marker at end of line, too.
9787
9788 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9789
9790 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9791 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9792 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9793 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9794 argument to all these routines, so the passphrase can be managed
9795 externally and passed in to the system.
9796 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9797 pgg-add-passphrase-to-cache function.
9798
9799 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9800 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9801 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9802 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9803 argument to all these routines, so the passphrase can be managed
9804 externally and passed in to the system.
9805 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9806 function.
9807
9808 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9809
9810 * font-lock.el: Don't deal with font-lock-face-attributes here,
9811 move the code ...
9812
9813 * startup.el (command-line): ... here. Use face-spec-set instead
9814 of custom-declare-face.
9815
9816 * faces.el (face-spec-set): Reset the face if spec is not nil.
9817
9818 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9819
9820 * newcomment.el (comment-region-internal): Box more tightly in the
9821 common case where there's no TAB in the boxed text.
9822
9823 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9824
9825 * info.el (info-tool-bar-map): Use images prev-node, next-node and
9826 up-node.
9827
9828 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9829
9830 * newsticker.el: Commentary updated. Code formatting changed.
9831 (newsticker-version): Change to "1.9".
9832 (newsticker, newsticker-feed): Doc fix.
9833 (newsticker-url-list): Doc fix. Add option "Weekly".
9834 (newsticker-retrieval-interval): Add option "Weekly".
9835 (newsticker-headline-processing): Doc fix.
9836 (newsticker-auto-mark-filter): Remove.
9837 (newsticker-auto-mark-filter-list): New.
9838 (newsticker-layout, newsticker-sort-method): Doc fix.
9839 (newsticker-hide-old-items-in-newsticker-buffer)
9840 (newsticker-heading-format, newsticker-item-format)
9841 (newsticker-desc-format): Doc fix.
9842 (newsticker-show-all-rss-elements): Remove.
9843 (newsticker-show-all-news-elements): New.
9844 (newsticker-faces, newsticker-ticker): Doc fix.
9845 (remove-from-invisibility-spec): Code formatting.
9846 (newsticker--process-ids): New.
9847 (newsticker-mode): Doc fix.
9848 (newsticker-mode): Change mode-line-format.
9849 (newsticker-start): Remove debug output.
9850 (newsticker-start-ticker): Doc fix. Add autoload cookie.
9851 (newsticker-w3m-show-inline-images): Code formatting.
9852 (newsticker-next-item): Call `force-mode-line-update'.
9853 (newsticker-previous-item): Call `force-mode-line-update'.
9854 (newsticker-next-feed): Call `force-mode-line-update'.
9855 (newsticker-previous-feed): Call `force-mode-line-update'.
9856 (newsticker-mark-all-items-at-point-as-read): Code formatting.
9857 (newsticker-show-old-items): Do not show descs.
9858 (newsticker-hide-entry): Hide too much.
9859 (newsticker-hide-entry, newsticker-show-entry)
9860 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
9861 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
9862 (newsticker-toggle-auto-narrow-to-item): Code formatting.
9863 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
9864 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
9865 (newsticker-get-news): Call `force-mode-line-update'.
9866 Collect process ids.
9867 (newsticker--sentinel): Change coding system handling.
9868 Move image retrieval to new functions newsticker--get-logo-url-*.
9869 Move feed parsing to new functions newsticker--parse-*.
9870 Update list of process ids.
9871 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
9872 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
9873 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
9874 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
9875 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9876 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
9877 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
9878 (newsticker--decode-coding-string): Remove.
9879 (newsticker--decode-numeric-entities): Check input. Format code.
9880 (newsticker--remove-whitespace): Check input.
9881 (newsticker--do-forget-preformatted): Doc fix.
9882 (newsticker--decode-rfc822-date): Allow for missing time.
9883 (newsticker--update-process-ids): New.
9884 (newsticker--image-sentinel): Change comment.
9885 (newsticker--image-read): Change error message.
9886 (newsticker--imenu-goto): Doc fix. Show headline title.
9887 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
9888 (newsticker--buffer-do-insert-text): Clean whitespace in
9889 html-rendered headline title. Code formatting.
9890 Call `newsticker--buffer-print-extra-elements'.
9891 (newsticker--buffer-print-extra-element): Remove.
9892 (newsticker--buffer-print-extra-elements): New.
9893 (newsticker--buffer-do-print-extra-element): New.
9894 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
9895 large sizes.
9896 (newsticker--run-auto-mark-filter)
9897 (newsticker--do-run-auto-mark-filter):
9898 Use `newsticker-auto-mark-filter-list'.
9899
9900 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
9901
9902 * net/rcirc.el: Use split-string OMIT-NULLS argument.
9903 (rcirc-print): Force redisplay before running hooks. Do long
9904 buffer truncation after making new text read-only. Deal with nil
9905 text when decoding strings. If TARGET is nil, use either the
9906 currently selected buffer, if it is an rcirc buffer and of the
9907 same process or the process buffer.
9908 (rcirc-mode): Remove header-line. Recompute short buffer names.
9909 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
9910 (rcirc-short-buffer-name): Add variable.
9911 (rcirc-kill-buffer-hook): Recompute short buffer names.
9912 Remove nick from private channel.
9913 (rcirc-send-input): Send command text to current-buffer.
9914 Don't clear overlay arrow here.
9915 (rcirc-short-buffer-name): Return a short buffer name.
9916 (rcirc-update-short-buffer-names, rcirc-abbreviate)
9917 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
9918 buffer-name abbreviations.
9919 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
9920 Do not touch nick-table when killing a parted channel.
9921 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
9922 Clear arrow from current buffer if it is now hidden.
9923 (rcirc-current-buffer): Add variable.
9924 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9925 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
9926 Remove -face from names.
9927 (rcirc-update-activity-string): Print "DND" when globally ignoring
9928 activity.
9929 (rcirc-ignore-buffer-activity-flag): Rename from
9930 rcirc-ignore-channel-activity.
9931 (rcirc-ignore-all-activity-flag): Doc fix.
9932 (rcirc-channels): Remove variable.
9933 (rcirc-kill-buffer-hook):
9934 (rcirc-get-buffer-create): Add nick to private channel.
9935 (rcirc-multiline-edit-submit): Remove tabs.
9936 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
9937 folded.
9938 (rcirc-remove-nick-channel): Bug fix.
9939 (rcirc-toggle-ignore-buffer-activity): Rename from
9940 rcirc-toggle-ignore-channel-activity.
9941 (rcirc-record-activity): Add buffers to the front of the list.
9942 (rcirc-update-activity): Remove killed buffers from list.
9943 (rcirc-process-server-response-1): Remove last argument if it is
9944 null before calling handler.
9945 (rcirc): Add "rcirc" defcustom prefix.
9946 (rcirc-prompt): Simplify default prompt.
9947 Use custom-initialize-default.
9948 (rcirc-private-chats): Remove variable.
9949 (rcirc-prompt): Change initialization.
9950 (rcirc-version): Remove function.
9951 (rcirc-id-string): Add constant.
9952 (rcirc-last-buffer): Remove variable.
9953 (rcirc-buffer-alist): Add variable.
9954 (rcirc-connect): Update variable setup.
9955 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
9956 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
9957 default.
9958 (rcirc-handler-generic): Trigger activity.
9959 (rcirc-send-message): Create the buffor of the target.
9960 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
9961 (rcirc-get-buffer): Just return nil if there is no matching buffer.
9962 (rcirc-multiline-edit-cancel): Remove function.
9963 (rcirc-set-last-buffer): Remove function.
9964 (rcirc-get-any-buffer): Add function.
9965 (rcirc-join-channels): Don't print /join text.
9966 (rcirc-toggle-ignore-channel-activity): Add and update echo area
9967 messages.
9968 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
9969 (rcirc-handler-NOTICE): Recognize CTCP responses.
9970 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
9971 constructing TOPIC string for buffers we are not JOINed.
9972 (rcirc-handler-CTCP-response): Add handler.
9973 (rcirc-multiline-edit-submit): Restore the window-configuration
9974 before adjusting point.
9975 (rcirc): Add customization group.
9976 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
9977 (rcirc-user-full-name, rcirc-startup-channels-alist)
9978 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
9979 (rcirc-ignore-all-activity-flag, rcirc-time-format)
9980 (rcirc-input-ring-size, rcirc-read-only-flag)
9981 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
9982 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
9983 Change defvar to defcustom.
9984 (rcirc-update-prompt): Add optional ALL arg, which will update
9985 prompts in all rcirc buffers. Regexp quote replacement text.
9986 (rcirc-fill-column): Accept frame-width as a value.
9987 (rcirc-set-changed): Add function.
9988 (rcirc-next-active-buffer): Write more meaningful messages.
9989 (rcirc-faces): Add customization group.
9990 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
9991 (rcirc-nick-in-message-face, rcirc-prompt-face)
9992 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
9993 (with-rcirc-process-buffer): Move before first usage.
9994 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
9995 (rcirc-debug-flag): Rename from `rcirc-log-p'.
9996 (rcirc-debug): Rename from `rcirc-log'.
9997 (rcirc-format-response-string): Do not print `-' chars for a
9998 NOTICE with no sender. Simplify output of server responses.
9999
10000 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10001
10002 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10003 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10004 Make urls mouse and RET clickable.
10005
10006 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10007
10008 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10009
10010 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10011
10012 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10013 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10014 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10015 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10016 argument to all these routines, so the passphrase can be managed
10017 externally and passed in to the system.
10018 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10019 pgg-add-passphrase-to-cache function.
10020
10021 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10022 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10023 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10024 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10025 argument to all these routines, so the passphrase can be managed
10026 externally and passed in to the system.
10027 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10028 function.
10029
10030 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10031
10032 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10033 from goto-address-url-regexp.
10034
10035 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10036
10037 * textmodes/org.el (org-read-date, org-goto-calendar)
10038 (org-recenter-calendar, org-agenda-goto-calendar):
10039 Temporarily clear `calendar-move-hook'.
10040
10041 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10042
10043 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10044 merging.
10045
10046 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10047 have merge clashes.
10048
10049 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10050
10051 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10052 Undo previous change.
10053
10054 * startup.el (command-line): Use `custom-reevaluate-setting' for
10055 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10056 tty-register-default-colors on Mac.
10057
10058 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10059
10060 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10061 (gdb-buffer-type): Make it automatically buffer local...
10062 (gdb-get-create-buffer): ...and set it accordingly.
10063 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10064 actually work.
10065
10066 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10067
10068 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10069 not red.
10070
10071 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10072
10073 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10074 case GUD buffer is not visible.
10075 (gdb-goto-breakpoint): Try to force display in source buffer.
10076 (gdb-frame-gdb-buffer): Copy other similar functions.
10077 (gdb-restore-windows): Don't display source if not asked for.
10078 (gdb-assembler-buffer-name): Don't capitalise.
10079
10080 2005-11-03 Richard M. Stallman <rms@gnu.org>
10081
10082 * wid-edit.el (key-sequence): New widget type.
10083
10084 * simple.el (set-mark-command-repeat-pop): New variable.
10085 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10086 if set-mark-command-repeat-pop is true.
10087
10088 * info.el (Info-fontify-node): Don't display extra "see" if there
10089 already is one here.
10090
10091 * mouse.el: Fix special handling of DEL after dragging a region:
10092 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10093 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10094
10095 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10096
10097 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10098 not to assume it pertains to an affix.
10099
10100 * textmodes/flyspell.el (flyspell-post-command-hook):
10101 Bind deactivate-mark to prevent deactivation.
10102
10103 2005-11-03 Lars Hansen <larsh@soem.dk>
10104
10105 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10106 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10107 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10108
10109 2005-11-03 Romain Francoise <romain@orebokech.com>
10110
10111 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10112 Update copyright years.
10113
10114 2005-11-03 Sam Steingold <sds@gnu.org>
10115
10116 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10117 Use system-type instead of window-system because window-system is not
10118 correctly defined during loadup.
10119
10120 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10121
10122 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10123 (xml-parse-tag): Join strings separated by a comment properly.
10124
10125 2005-11-02 Andreas Schwab <schwab@suse.de>
10126
10127 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10128
10129 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10130
10131 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10132 (byte-optimize-pure-func): Quote the eval'd value.
10133
10134 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10135 Rename from perl-font-lock-syntactic-face-function.
10136 Change the calling convention so it can be used as a font-lock MATCHER.
10137 Do the parse-partial-sexp loop outselves.
10138 (perl-font-lock-syntactic-keywords): Use it.
10139 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10140
10141 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10142
10143 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10144 disassembly buffer too.
10145 (gdb-exited): Remove overlay arrows when execution has finished.
10146 (gdb-info-frames-custom, gdb-info-threads-custom)
10147 (gdb-info-registers-custom): Don't add inappropriate text
10148 properties if inferior is not active.
10149
10150 2005-11-02 Glenn Morris <rgm@gnu.org>
10151
10152 * progmodes/fortran.el (fortran-blink-match):
10153 Use `blink-matching-delay'.
10154
10155 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10156
10157 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10158
10159 2005-11-02 Lars Hansen <larsh@soem.dk>
10160
10161 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10162 "Permission denied".
10163
10164 2005-11-01 Richard M. Stallman <rms@gnu.org>
10165
10166 * textmodes/flyspell.el (flyspell-external-point-words):
10167 Pass nil to flyspell-get-word.
10168
10169 2005-11-02 Kim F. Storm <storm@cua.dk>
10170
10171 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10172 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10173
10174 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10177 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10178 (calendar-mouse-print-dates): Add optional `event' argument.
10179 Update interactive-spec.
10180 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10181 Use `calendar-event-to-date' instead of `event'.
10182
10183 2005-11-02 Masatake YAMATO <jet@gyve.org>
10184
10185 * progmodes/ld-script.el (ld-script-builtins):
10186 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10187 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10188 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10189
10190 2005-11-01 Romain Francoise <romain@orebokech.com>
10191
10192 * vc-sccs.el: Update copyright year.
10193 * ezimage.el: Likewise.
10194
10195 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
10196
10197 * info.el (Info-fontify-node): Use `string-width' for fontifying
10198 underlined titles.
10199
10200 2005-11-01 Juri Linkov <juri@jurta.org>
10201
10202 * info.el (Info-fontify-node): Downcase node header keywords Node,
10203 Prev, Next, Up before comparison.
10204 (Info-history): Insert absolute directory name, and put invisible
10205 property on it.
10206
10207 2005-11-01 Juri Linkov <juri@jurta.org>
10208
10209 * info.el (Info-file-supports-index-cookies): New variable.
10210 (Info-find-node-2): Check makeinfo version for index cookie support.
10211 (Info-index-nodes): Search for nodes with index cookies only when
10212 Info-file-supports-index-cookies is t. Otherwise, search nodes
10213 with "Index" in the node name.
10214 (Info-index-node): Search index cookie in the current node only when
10215 Info-file-supports-index-cookies is t. Otherwise, check the word
10216 "Index" in the node name.
10217 (Info-find-emacs-command-nodes): Remove code that searches nodes
10218 with "Index" node name in the top menu.
10219
10220 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10221
10222 * progmodes/scheme.el (scheme-mode-variables): Use the default
10223 comment-indent-function.
10224
10225 * faces.el (face-attribute): Handle the case where a face inherits from
10226 a non-existent face.
10227
10228 * simple.el (eval-expression-print-format): Use lisp-readable syntax
10229 for octal and hexa output, and merge the char into the paren.
10230 (kill-new): Use push.
10231 (copy-to-buffer): Use with-current-buffer.
10232 (completion-setup-function): Move code in loop to remove redundancy.
10233 (minibuffer-local-must-match-map): Don't add bindings that duplicate
10234 those inherited from minibuffer-local-completion-map.
10235
10236 * savehist.el (savehist-mode) <defcustom>:
10237 Use custom-set-minor-mode if available.
10238 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10239 and emit a message if applicable.
10240
10241 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
10242
10243 * savehist.el: Sync up to version 19.
10244 (savehist-mode): New minor mode.
10245 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10246 (savehist-length): Remove (use history-length instead).
10247 (savehist-file-modes): Rename from savehist-modes.
10248 (savehist-save-hook, savehist-loaded): New vars.
10249 (savehist-load): Use savehist-mode. Try to smooth up transition from
10250 old format to new format.
10251 (savehist-install): Allow savehist-autosave-interval to be nil.
10252 (savehist-save): Run the new hook. Be more careful to only trim the
10253 history variables.
10254 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
10255 (savehist-printable): Print into a buffer rather than char-by-char.
10256
10257 2005-11-01 John Wiegley <johnw@newartisans.com>
10258
10259 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10260 toggle-ignore keybinding (C-a). The author said it had been
10261 disabled much earlier due to a possible incompatibility, but after
10262 many months of usage I have encountered no problems (and it is a
10263 rather useful option, especially for switching to " *temp*").
10264
10265 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10266 support for OS/X's AddressBook, by calling out to the open source
10267 program "contacts" (installable through Fink).
10268
10269 * net/eudc.el (eudc-expand-inline): If the
10270 `eudc-multiple-match-handling-method' is set to `all', delete the
10271 query string before inserting the query result.
10272
10273 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10274 flag, to prevent Eshell from using the system ls when
10275 `eshell-ls-insert-directory' is in used.
10276 (eshell-ls-insert-directory): Disable font-lock in directory
10277 buffer so that Eshell's own fontification is seen. This broke
10278 recently due to changes in font-lock, so this goes back to version
10279 21 behavior.
10280
10281 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
10282
10283 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10284 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10285 (gdb-many-windows): Doc fix.
10286
10287 2005-10-31 Romain Francoise <romain@orebokech.com>
10288
10289 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10290
10291 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10292
10293 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10294 that global-font-lock-mode can be enabled by default.
10295
10296 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10297 (font-lock-add-keywords, font-lock-remove-keywords)
10298 (font-lock-fontify-buffer): Remove autoload cookies.
10299
10300 * jit-lock.el (jit-lock-register): Likewise.
10301
10302 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10303
10304 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10305
10306 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10307 intact if there is no gud-comint-buffer.
10308
10309 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
10310
10311 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10312 old prompt comint-prompt-read-only is t and GDB commands are
10313 issued from tool bar etc.
10314
10315 2005-10-31 Masatake YAMATO <jet@gyve.org>
10316
10317 * vc.el (vc-directory-exclusion-list): Add "{arch}".
10318
10319 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10320
10321 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10322 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10323
10324 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
10325
10326 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10327 starting at beginning of line. Fontification is messed up when
10328 `open-paren-in-column-0-is-defun-start' set to t.
10329 Reported by John Paul Wallington <jpw@pobox.com>.
10330
10331 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
10332
10333 * comint.el (comint-send-input): Call `comint-update-fence' when
10334 `comint-process-echoes' and `comint-prompt-read-only' are both
10335 non-nil, to avoid leftover read-only newline.
10336
10337 2005-10-30 Richard M. Stallman <rms@gnu.org>
10338
10339 * textmodes/flyspell.el (flyspell-external-point-words):
10340 Detect when WORD can't be checked properly because
10341 flyspell-get-word finds just part of it, and move on.
10342
10343 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10344 boundarychar for Polish.
10345 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10346 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10347
10348 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10349
10350 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10351 (gdb-registers-font-lock-keywords): Delete.
10352 (gdb-registers-mode): Don't fontify.
10353 (gdb-info-registers-custom): Use text properties instead as, in
10354 future, changed register values will use font-lock-warning-face.
10355 (gdb-local-font-lock-keywords): Rename to...
10356 (gdb-locals-font-lock-keywords): ...for consistency.
10357
10358 2005-10-30 Andre Spiegel <spiegel@gnu.org>
10359
10360 * vc.el (vc-switch-backend): Better error message if the buffer is
10361 not visiting a file under version control.
10362
10363 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10364
10365 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
10366
10367 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10368 ~/.emacs.d/.emacs.
10369
10370 2005-10-29 Richard M. Stallman <rms@gnu.org>
10371
10372 * replace.el (occur-mode-mouse-goto): Always go to other window.
10373 (occur-mode-goto-occurrence): Always switch in same window.
10374
10375 * simple.el (undo): Display message at end, not at start.
10376
10377 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10378 New arg REUSE-CELL.
10379 (cancel-timer-internal): New function.
10380 (timer-event-handler): Use cancel-timer-internal,
10381 and pass the cell it returns to timer-activate...
10382
10383 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10384 (jit-lock-deferred-fontify, jit-lock-context-fontify)
10385 (jit-lock-after-change): Test memory-full.
10386
10387 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10388
10389 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10390 part of the decoded armor to find the key-identifier.
10391 (pgg-gpg-lookup-key-owner): New function to return the
10392 human-readable identifier of a key owner.
10393 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10394 key itself.
10395 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10396 the key value) if we have a key and can match it against a secret
10397 key. Also, added a note pointing out fact that the prompt only
10398 indicates the first matching key.
10399
10400 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10401 pgg-decrypt-region.
10402 (pgg-pending-timers): A new hash for tracking the passphrase cache
10403 timers, so that new ones supercede old ones.
10404 (pgg-add-passphrase-to-cache): Rename from
10405 `pgg-add-passphrase-cache' to reduce confusion (all callers
10406 changed). Modified to cancel old timers when new ones are added.
10407 (pgg-remove-passphrase-from-cache): Rename from
10408 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10409 changed). Modified to cancel old timers when their keys are
10410 removed from the cache.
10411 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10412 XEmacs, an indirection to delete-itimer.
10413 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10414 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10415 users can only check cache without risk of prompting. Correct bug in
10416 notruncate behavior.
10417 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10418 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10419 Add informative docstrings.
10420 (pgg-decrypt): Convey provided passphrase in subordinate call to
10421 pgg-decrypt-region.
10422
10423 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10424 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10425 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10426 `passphrase' argument, so the passphrase can be managed externally
10427 and then passed in to the system.
10428
10429 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10430 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10431 so the passphrase cache can be used reliably with identifiers
10432 besides a pgp packet's key id.
10433
10434 * pgg-gpg.el (pgg-pgp-encrypt-region)
10435 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10436 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10437 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10438 argument to all these routines, so the passphrase can be managed
10439 externally and passed in to the system.
10440
10441 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10442 `notruncate' argument, so the passphrase cache can be used
10443 reliably with identifiers besides a pgp packet's key id.
10444
10445 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10446
10447 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10448 symmetric encryption.
10449 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10450 encrypted session key.
10451 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10452 message ask for the passphrase in a proper way.
10453
10454 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10455 New user commands for symmetric encryption.
10456
10457 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
10458
10459 * textmodes/conf-mode.el (conf-assignment-sign)
10460 (conf-assignment-regexp): Fix docstrings.
10461 (conf-mode-initialize): New function.
10462 (conf-mode): Remove optional args. Use delay-mode-hooks to
10463 recognize recursive calls.
10464 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10465 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10466 (conf-xdefaults-mode): Use define-derived-mode and
10467 conf-mode-initialize.
10468
10469 2005-10-29 Romain Francoise <romain@orebokech.com>
10470
10471 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10472
10473 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10474
10475 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10476 part of the decoded armor to find the key-identifier.
10477 (pgg-gpg-lookup-key-owner): New function to return the
10478 human-readable identifier of a key owner.
10479 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10480 key itself.
10481 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10482 the key value) if we have a key and can match it against a secret
10483 key. Also, added a note pointing out fact that the prompt only
10484 indicates the first matching key.
10485
10486 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10487 pgg-decrypt-region.
10488 (pgg-pending-timers): A new hash for tracking the passphrase cache
10489 timers, so that new ones supercede old ones.
10490 (pgg-add-passphrase-to-cache): Rename from
10491 `pgg-add-passphrase-cache' to reduce confusion (all callers
10492 changed). Modified to cancel old timers when new ones are added.
10493 (pgg-remove-passphrase-from-cache): Rename from
10494 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10495 changed). Modified to cancel old timers when their keys are
10496 removed from the cache.
10497 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10498 XEmacs, an indirection to delete-itimer.
10499 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10500 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10501 users can only check cache without risk of prompting. Correct bug in
10502 notruncate behavior.
10503 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10504 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10505 Add informative docstrings.
10506 (pgg-decrypt): Convey provided passphrase in subordinate call to
10507 pgg-decrypt-region.
10508
10509 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
10510
10511 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10512 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10513 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10514 `passphrase' argument, so the passphrase can be managed externally
10515 and then passed in to the system.
10516
10517 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10518 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10519 so the passphrase cache can be used reliably with identifiers
10520 besides a pgp packet's key id.
10521
10522 * pgg-gpg.el (pgg-pgp-encrypt-region)
10523 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10524 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10525 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10526 argument to all these routines, so the passphrase can be managed
10527 externally and passed in to the system.
10528
10529 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10530 `notruncate' argument, so the passphrase cache can be used
10531 reliably with identifiers besides a pgp packet's key id.
10532
10533 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10534
10535 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10536 symmetric encryption.
10537 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10538 encrypted session key.
10539 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10540 message ask for the passphrase in a proper way.
10541
10542 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10543 New user commands for symmetric encryption.
10544
10545 2005-10-28 Bill Wohler <wohler@newt.com>
10546
10547 * help-mode.el (help-url): New button type. Calls browse-url.
10548 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
10549 Similar to Info nodes: URL `url'.
10550 (help-make-xrefs): Create help-url buttons for
10551 help-xref-url-regexp matches.
10552
10553 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
10554
10555 * tool-bar.el (tool-bar-add-item-from-menu)
10556 (tool-bar-local-item-from-menu): Fix doc strings.
10557
10558 2005-10-28 Romain Francoise <romain@orebokech.com>
10559
10560 * ldefs-boot.el: Update.
10561
10562 * subr.el (locate-library): Move from help-fns.el.
10563 * help-fns.el (locate-library): Move to subr.el.
10564
10565 2005-10-28 Richard M. Stallman <rms@gnu.org>
10566
10567 * net/tramp.el (tramp-completion-mode): defvar moved up.
10568
10569 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
10570
10571 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
10572
10573 * files.el (find-file-noselect): Use %d to format large file size.
10574
10575 * bindings.el (mode-line-format): Add %e.
10576
10577 * loadup.el ("facemenu"): Load unconditionally.
10578 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
10579 ("x-dnd"): Load, when appropriate.
10580
10581 * startup.el (command-line): Call before-init-hook earlier.
10582 Warn about some bad characters in -u user name.
10583
10584 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
10585 (flyspell-external-point-words): Error if misspelled word is not found.
10586 Set flyspell-large-region-beg at end of word.
10587
10588 2005-10-28 Andreas Schwab <schwab@suse.de>
10589
10590 * view.el (View-revert-buffer-scroll-page-forward):
10591 Use view-page-size-default.
10592
10593 2005-10-28 Juri Linkov <juri@jurta.org>
10594
10595 * international/quail.el (quail-get-current-str): Translate last
10596 raw character for deterministic input methods.
10597
10598 2005-10-27 Jay Belanger <belanger@truman.edu>
10599
10600 * calc/calc-ext.el: Add functions to autoloads.
10601 (math-identity-matrix-p, math-ident-row-p): New functions.
10602
10603 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
10604 multiplication by an identity matrix; don't turn multiplication by
10605 an inverse matrix into division.
10606 (math-div-symbol-fancy): Replace division by matrices with
10607 multiplication by inverse.
10608
10609 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
10610
10611 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
10612 (calc-writeoutpower): New functions.
10613
10614 2005-10-27 Romain Francoise <romain@orebokech.com>
10615
10616 * replace.el (occur-engine): Include colon in mouse-face highlight.
10617
10618 * dired-x.el: Change Maintainer field.
10619
10620 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
10621
10622 * longlines.el (longlines-mode): Bind after-change-functions to
10623 nil during initial decoding and final encoding.
10624
10625 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10626
10627 * term.el (term-emulate-terminal, term-handle-colors-array)
10628 (term-handle-ansi-escape): Specify the terminfo capabilities
10629 implemented.
10630
10631 2005-10-26 Richard M. Stallman <rms@gnu.org>
10632
10633 * info.el (Info-fontify-node): Fix detection of sentence-break
10634 before *Note.
10635
10636 2005-10-26 Romain Francoise <romain@orebokech.com>
10637
10638 * smerge-mode.el: Add `tools' to file keywords.
10639
10640 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
10641
10642 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
10643 when the fringe is not available.
10644
10645 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
10646 (def-gdb-auto-update-trigger): Simplify construction.
10647 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
10648 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
10649 defined explicitly.
10650 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
10651 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
10652 defined explicitly.
10653 (gdb-info-locals-custom): Remove as it's a no-op.
10654
10655 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
10656
10657 * longlines.el (longlines-mode): Remove narrowing before
10658 performing the initial decoding or final encoding.
10659
10660 2005-10-25 Romain Francoise <romain@orebokech.com>
10661
10662 * emacs-lisp/find-func.el (find-library-name): Also strip
10663 extension if library name ends in .el, to take advantage of
10664 `find-library-suffixes'.
10665
10666 2005-10-25 Richard M. Stallman <rms@gnu.org>
10667
10668 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
10669
10670 2005-10-25 Juri Linkov <juri@jurta.org>
10671
10672 * textmodes/texinfo.el (texinfo-mode): Change charset of one
10673 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
10674
10675 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
10678 (blackbox-redefine-key): Add argument `map'.
10679
10680 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
10681 regions when moving the jit-lock-context-unfontify-pos boundary.
10682
10683 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10684
10685 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
10686
10687 2005-10-25 Masatake YAMATO <jet@gyve.org>
10688
10689 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
10690
10691 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
10692
10693 * play/blackbox.el (blackbox-redefine-key): New function.
10694 (blackbox-mode-map): Use it to remap existing bindings for cursor
10695 motion instead of binding literal keys.
10696
10697 2005-10-25 Glenn Morris <rgm@gnu.org>
10698
10699 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
10700 diary does not end in a newline. Do not assume a blank line at
10701 the start of the diary file.
10702
10703 2005-10-25 Kenichi Handa <handa@m17n.org>
10704
10705 * international/quail.el (quail-translate-key): If the input
10706 method is deterministic and failed to handle the last key, restart
10707 the key handling loop from an appropriate key.
10708
10709 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
10710
10711 * vc.el (vc-dired-mode): Extend comment for binding of
10712 `directory-listing-before-filename-regexp'.
10713
10714 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10715
10716 * textmodes/texinfo.el (texinfo-mode):
10717 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
10718 not to unnecessarily expose emacs-mule's internal char codes.
10719
10720 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
10721
10722 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
10723 Display hand pointer and help-echo on disabled icon too.
10724 (gdb-mouse-until): New function.
10725 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
10726
10727 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
10728
10729 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
10730 with 2005-10-23 change to doctor.el.
10731
10732 * finder.el (finder-mode-map): Add follow-link binding.
10733
10734 2005-10-25 Kim F. Storm <storm@cua.dk>
10735
10736 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
10737 to gdb-mouse-toggle-breakpoint-fringe.
10738 (gdb-mouse-toggle-breakpoint-margin): Rename from
10739 gdb-mouse-toggle-breakpoint. Fix doc.
10740 (gdb-mouse-toggle-breakpoint-fringe): New defun.
10741 (gdb-put-string): Add optional SPROPS arg. Add props to string.
10742 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
10743 string properties also for fringe breakpoint bitmaps.
10744
10745 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
10746
10747 * textmodes/org.el (org-start-icalendar-file): Fix format form.
10748
10749 2005-10-25 Masatake YAMATO <jet@gyve.org>
10750
10751 * simple.el (completion-common-substring):
10752 Use `completion-common-substring' prior to `completion-base-size'.
10753
10754 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
10755
10756 * savehist.el: Require CL while compiling.
10757 (savehist-history-variables): Remove.
10758 (savehist-save-minibuffer-history, savehist-additional-variables)
10759 (savehist-minibuffer-history-variables): New vars.
10760 (savehist-save): Use them.
10761 (savehist-uninstall, savehist-minibuffer-hook): New funs.
10762 (savehist-install): New fun, extracted from savehist-load.
10763 (savehist-load): Use them.
10764
10765 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10766
10767 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
10768 a dummy doc-string-elt property.
10769 (defalias, defvaralias, define-category): Add a docstring property.
10770
10771 * image.el (defimage):
10772 * widget.el (define-widget):
10773 * custom.el (defface, defcustom): Add `doc-string' declaration.
10774
10775 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
10776 (defadvice): Add `doc-string' declaration.
10777
10778 * emacs-lisp/byte-run.el (macro-declaration-function):
10779 Handle `doc-string' declarations.
10780 (define-obsolete-function-alias, define-obsolete-variable-alias):
10781 Add `doc-string' declaration.
10782
10783 2005-10-24 Kenichi Handa <handa@m17n.org>
10784
10785 * international/utf-7.el (utf-7): Add autoload cookie.
10786
10787 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
10788
10789 2005-10-24 Eli Zaretskii <eliz@gnu.org>
10790
10791 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
10792 list of directories passed to batch-update-autoloads. Add "." to
10793 the list of the echoed directories.
10794
10795 * pgg-def.el:
10796 * pgg-gpg.el:
10797 * pgg-parse.el:
10798 * pgg-pgp.el:
10799 * pgg-pgp5.el:
10800 * pgg.el: Moved here from the gnus subdirectory.
10801
10802 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
10803
10804 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
10805 in case comint-prompt-read-only is set to t.
10806
10807 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
10808 in case comint-prompt-read-only is set to t.
10809
10810 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
10811
10812 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
10813 Now a string.
10814 (icalendar-import-format): Handle CLASS, STATUS, URL.
10815 Rename `subject' to `summary'.
10816 (icalendar-import-format-summary): Rename from
10817 `icalendar-import-format-subject'.
10818 (icalendar-import-format-url, icalendar-import-format-status)
10819 (icalendar-import-format-class): New variables.
10820 (icalendar--rris): Take variable argument list.
10821 (icalendar--datestring-to-isodate): Remove unnecessary
10822 calendar-style check when converting dates with explicit month names.
10823 (icalendar-export-region): Change return type of conversion
10824 subroutines. Bury current buffer unless error occurred.
10825 (icalendar--convert-to-ical)
10826 (icalendar--parse-summary-and-rest): New functions.
10827 (icalendar--convert-ordinary-to-ical)
10828 (icalendar--convert-weekly-to-ical)
10829 (icalendar--convert-yearly-to-ical)
10830 (icalendar--convert-block-to-ical)
10831 (icalendar--convert-cyclic-to-ical)
10832 (icalendar--convert-anniversary-to-ical): Change return type.
10833 Strip trailing blanks from subject.
10834 (icalendar--convert-sexp-to-ical): Change return type.
10835 Strip trailing blanks from subject. Handle simple sexp
10836 entries as generated by icalendar.el.
10837 (icalendar--convert-float-to-ical)
10838 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
10839 (icalendar-import-file): Doc fix.
10840 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
10841 Correct call to icalendar--rris.
10842 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
10843 `summary'.
10844 (icalendar--add-diary-entry): Rename `subject' to `summary'.
10845
10846 2005-10-24 Romain Francoise <romain@orebokech.com>
10847
10848 * server.el (server-sentinel): Set query-on-exit flag to nil on
10849 new client processes (it isn't inherited from the server process).
10850
10851 * replace.el (occur-engine): Rearrange text properties.
10852
10853 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10854
10855 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
10856 case-fold-search is nil.
10857 (debug-help-follow): Use help-xref-interned directly.
10858
10859 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10860
10861 * thumbs.el (thumbs-image-type): Add .pbm.
10862
10863 2005-10-23 Richard M. Stallman <rms@gnu.org>
10864
10865 * faces.el (inhibit-face-set-after-frame-default): New variable.
10866 (set-face-attribute): Bind it.
10867 (face-set-after-frame-default): Test it.
10868
10869 * help-fns.el (describe-simplify-lib-file-name): New function.
10870 (describe-function-1, describe-variable): Use it.
10871
10872 * faces.el (describe-face): Use describe-simplify-lib-file-name.
10873
10874 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
10875 Eliminate nil as possible value.
10876 (tooltip-hide-delay): Reduce internal-border-width.
10877
10878 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
10879 (menu-bar-file-menu) <new-file>: Likewise.
10880
10881 * simple.el (line-move-finish): Ignore fields computing LINE-END.
10882
10883 * international/mule.el (load-with-code-conversion):
10884 Pass full file name to `eval-buffer' unless preloading.
10885
10886 * textmodes/flyspell.el (flyspell-large-region):
10887 Call ispell-check-version.
10888
10889 * textmodes/ispell.el (ispell-local-dictionary-overridden):
10890 Fix the make-variable-buffer-local call that was supposed
10891 to be for this variable.
10892 (ispell-aspell-supports-utf8): Doc fix.
10893 (ispell-find-aspell-dictionaries): Preserve elements of
10894 ispell-dictionary-alist for dictionaries that aspell doesn't report.
10895 (ispell-aspell-find-dictionary): Return nil on error.
10896
10897 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
10898 (doctor-symptoms): Likewise.
10899
10900 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
10901
10902 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10903
10904 * cus-edit.el (custom-button, custom-button-pressed): New vars.
10905 (custom-raised-buttons): Add :set spec.
10906 (custom-button-unraised, custom-button-pressed-unraised):
10907 New faces, so that custom-raised-buttons actually does something.
10908 (custom-mode): Use custom-button and custom-button-pressed.
10909
10910 * wid-edit.el (widget-specify-button): Don't ignore
10911 widget-mouse-face on graphic terminals.
10912 (widget-move-and-invoke): Cleanup.
10913
10914 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
10915
10916 * whitespace.el (whitespace-cleanup): Doc fix.
10917
10918 2005-10-23 Romain Francoise <romain@orebokech.com>
10919
10920 * emulation/viper.el (viper-set-hooks): Quote forms passed to
10921 `eval-after-load' to avoid evaluating their result.
10922
10923 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
10924
10925 * files.el (directory-listing-before-filename-regexp):
10926 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
10927
10928 * dired.el (dired-move-to-filename-regexp): Remove.
10929 All occurences replaced by `directory-listing-before-filename-regexp'.
10930
10931 * dired-x.el, locate.el, vc.el:
10932 Replace `dired-move-to-filename-regexp' by
10933 `directory-listing-before-filename-regexp'. In vc.el it is
10934 overwritten locally; maybe this can be handled in files.el too.
10935
10936 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
10937 replaced by `directory-listing-before-filename-regexp'.
10938
10939 2005-10-23 Andreas Schwab <schwab@suse.de>
10940
10941 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
10942 and eval-next-after-load.
10943
10944 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
10945
10946 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
10947 exist, create it.
10948
10949 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
10950
10951 * allout.el: Remove autoloads for mailcrypt and crypt++.
10952 Require pgg, pgg-gpg during compilation.
10953 (allout-version): Increment version number to 2.1, and use a literal
10954 rather than RCS Id.
10955 (allout-default-encryption-scheme): Remove.
10956 (allout-passphrase-verifier-handling)
10957 (allout-passphrase-verifier-string)
10958 (allout-file-passphrase-verifier-string)
10959 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
10960 (allout-passphrase-hint-handling): Rename and simplify.
10961 (allout-init): Use `find-file-hook' if available, otherwise
10962 `find-file-hooks'.
10963 (allout-mode): Use `write-file-functions' if available, otherwise
10964 `local-write-file-hooks' and, instead of making auto-save-hook
10965 buffer local, make the write-file-hook activity contingent to
10966 allout-mode.
10967 (allout-mode): Use key-binding substitution in the docstring.
10968 (allout-kill-line): Spell-out kill ring data structure mutation
10969 instead of using byte-compiler-complaint-provoking `pop'.
10970 (allout-insert-listified): Use `insert' rather than `insert-string'
10971 (allout-toggle-current-subtree-encryption): Update docstring, adjust
10972 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
10973 (allout-encrypt-string): Totally revamped vis new underlying
10974 encryption facilities.
10975 (allout-mc-activate-passwd): Remove.
10976 (allout-obtain-passphrase): New, more or less replaces
10977 allout-mc-activate-passwd.
10978 (allout-encrypted-key-info): More or less replaces
10979 allout-encrypted-text-type.
10980 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
10981 (my-mark-marker): Use `(featurep 'xemacs)'.
10982
10983 2005-10-23 Lars Hansen <larsh@soem.dk>
10984
10985 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
10986 (byte-compile-file-form-defmumble, byte-compile-defun)
10987 (byte-compile-defmacro): Use it.
10988 (byte-compile-form): Don't call byte-compile-set-symbol-position
10989 when a byte-compile handler is called.
10990
10991 2005-10-22 Romain Francoise <romain@orebokech.com>
10992
10993 * savehist.el (savehist-history-variables): Add `grep-find-history'.
10994
10995 * subr.el (eval-after-load): Convert library name to an absolute
10996 file name using locate-library, since load-history no longer has
10997 library names in it.
10998
10999 2005-10-22 Richard M. Stallman <rms@gnu.org>
11000
11001 * files.el (make-temp-file): Move from subr.el.
11002 * subr.el (make-temp-file): Move to files.el.
11003
11004 * window.el (get-buffer-window-list): Move from subr.el.
11005 * subr.el (get-buffer-window-list): Move to window.el.
11006
11007 * image.el (image-load-path): Use eval-at-startup to initialize.
11008
11009 * subr.el (eval-at-startup): New macro.
11010
11011 * subr.el: Much rearrangement of functions and division
11012 into pages. No code changes.
11013
11014 2005-10-22 Kenichi Handa <handa@m17n.org>
11015
11016 * tar-mode.el (tar-extract): Be sure to call
11017 find-operation-coding-system if set-auto-coding doesn't find a
11018 coding system.
11019
11020 2005-10-22 Kim F. Storm <storm@cua.dk>
11021
11022 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11023 Change users.
11024 (image-type-file-name-regexps): New defconst.
11025 (image-type-from-data): Simplify loop.
11026 (image-type-from-buffer): New defun.
11027 (image-type-from-file-header): Use it instead of image-type-from-data.
11028 Use image-search-load-path instead of only looking in data-directory.
11029 (image-type-from-file-name): New defun.
11030 (image-search-load-path): Change `pathname' to `filename'.
11031 Make PATH arg optional, default to image-load-path.
11032
11033 2005-10-21 Richard M. Stallman <rms@gnu.org>
11034
11035 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11036
11037 * textmodes/paragraphs.el (sentence-end-base): New variable.
11038 (sentence-end): Use sentence-end-base.
11039
11040 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11041
11042 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11043 property independently from the font-lock-multiline variable.
11044
11045 2005-10-21 Richard M. Stallman <rms@gnu.org>
11046
11047 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11048
11049 * startup.el (command-line): Convert library names
11050 in `load-history' to absolute file names.
11051
11052 * subr.el (symbol-file): Doc fix.
11053
11054 * loadhist.el (file-loadhist-lookup): Call locate-library
11055 instead of find-library-name. Don't try converting
11056 abs file names to library names, since load-history no longer
11057 has library names in it.
11058 (file-dependents, file-provides, file-requires): Doc fixes.
11059
11060 2005-10-21 Juri Linkov <juri@jurta.org>
11061
11062 * progmodes/etags.el (tags-table-mode): New function.
11063 (tags-verify-table): Replace initialize-new-tags-table with
11064 tags-table-mode.
11065
11066 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11067 default value.
11068 (desktop-modes-not-to-save): Add tags-table-mode to the
11069 default value.
11070
11071 * info.el (Info-index-next): Add total number of index
11072 alternatives to the message.
11073
11074 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11075 backward only space (instead of space and period) before looking
11076 at sentence end.
11077
11078 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11079 Add the old variable value as 4th default-value arg of read-string.
11080
11081 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11082
11083 * cus-face.el (custom-declare-face): Make face from X resources
11084 also on Mac.
11085
11086 * disp-table.el (standard-display-g1, standard-display-graphic):
11087 Refuse to use string glyphs also on Mac.
11088 (standard-display-european): Don't set terminal coding system also
11089 on Mac.
11090
11091 * frame.el (display-screens): Use x-display-screens also on Mac.
11092
11093 2005-10-21 Romain Francoise <romain@orebokech.com>
11094
11095 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11096
11097 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11100 and $? into sexps.
11101
11102 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11103 warning face on open-paren-in-column-0.
11104
11105 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11106 boundary case. Fix typo.
11107 Suggested by Martin Rudalics <rudalics@gmx.at>.
11108
11109 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11110
11111 * textmodes/org.el (org-combined-agenda-icalendar-file)
11112 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11113 (org-export-icalendar-this-file)
11114 (org-export-icalendar-all-agenda-files)
11115 (org-export-icalendar-combine-agenda-files): New commands.
11116 (org-export-icalendar, org-print-icalendar-entries)
11117 (org-start-icalendar-file, org-finish-icalendar-file)
11118 (org-ical-ts-to-string): New functions.
11119 (org-read-date, org-goto-calendar)
11120 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11121 call to `calendar'.
11122 (orgtbl-setup): Remove the :keys arguments from the menu description.
11123 (org-after-save-iCalendar-file-hook): New variable.
11124
11125 2005-10-21 Kenichi Handa <handa@m17n.org>
11126
11127 * language/vietnamese.el (tcvn-5712): Make it an alias of
11128 vietnamese-tcvn coding-system.
11129
11130 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11131
11132 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11133 group id is given.
11134
11135 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11136
11137 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11138 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11139 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11140 whose line is either continued or ends with a comment.
11141
11142 2005-10-20 Romain Francoise <romain@orebokech.com>
11143
11144 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11145
11146 * replace.el (occur-engine): Add follow-link property.
11147
11148 * font-core.el (font-lock-mode): Doc fix.
11149
11150 2005-10-20 Richard M. Stallman <rms@gnu.org>
11151
11152 * net/rcirc.el: New file.
11153
11154 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11155
11156 * term.el (term-term-name): Initialize to "eterm-color".
11157
11158 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11159
11160 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11161 for encryption functionality.
11162 Move allout customization subgroup from `editing' to `outlines' group.
11163 Fix commentary keywords to legitimate ones.
11164 Update author info (using my current email address, obscurified).
11165 (allout-encrypt-string, allout-encryption-produce-work-buffer)
11166 (allout-encrypted-topic-p, allout-encrypted-text-type)
11167 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11168 (allout-situate-encryption-key-verifier)
11169 (allout-get-encryption-key-verifier, allout-verify-key)
11170 (allout-next-topic-pending-encryption)
11171 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11172 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11173 (outline-key-verifier-handling, outline-key-hint-handling)
11174 (outline-encrypt-unencrypted-on-saves): New defcustoms.
11175 (allout-file-key-verifier-string, allout-encryption-scheme)
11176 (allout-key-verifier-string, allout-key-hint-string)
11177 (allout-after-save-decrypt): New variables.
11178 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11179 (allout-after-saves-handler): New hook functions.
11180 (allout-post-command-business): Do allout-after-save-decrypt.
11181 (allout-enable-file-variable-adjustment): Custom var to enable
11182 mechanism for adding and adjusting settings of Emacs file variables.
11183 (allout-adjust-file-variable, allout-file-vars-section-data):
11184 New functions, implement the mechanism.
11185 (outlineify-sticky): Use the file vars mechanism.
11186 (allout-inhibit-protection, allout-during-write-cue)
11187 (allout-override-protect, allout-before-change-protect): Remove.
11188 (allout-flag-region, allout-open-topic): Adjust read-only text.
11189 (allout-open-line-not-read-only): Add to facilitate read-only
11190 text based protection.
11191 (allout-kill-line): Revise to adjust read-only text, clue the
11192 user about the inhibition.
11193 (allout-unprotected): Use unwind-protect.
11194 (allout-shift-in, allout-shift-out): Disallow manually shifting a
11195 topic deeper than the offspring depth of the previous topic -
11196 avoiding confusing "containment discontinuities".
11197 (allout-reindent-bodies): Fix retention of body relative hanging
11198 indent during promotion of collapsed bodies.
11199 (allout-open-topic): Make it easy to open new topic with same
11200 bullet as current topic - topic creation functions provided with
11201 any universal argument provokes now prompt for bullet, defaulting
11202 to the bullet of the previous topic.
11203 (allout-plain-bullets-string, allout-distinctive-bullets-string):
11204 Plain bullet alternates `.' period and `,' comma only. All other
11205 bullets are relegated to special status (but customizable).
11206 (allout-end-of-entry): Rename from allout-end-of-current-entry
11207 since it actually operates w.r.t. most immediately containing
11208 entry, visible or not.
11209 (allout-hide-current-entry, allout-show-current-entry): Use the
11210 revised version.
11211 (allout-old-expose-topic): Solidify deprecation.
11212 (allout-end-of-subtree): Add so we can span concealed as well
11213 as visible topics.
11214 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11215 (allout-end-of-current-heading): Tweak to just respect the first line.
11216 (allout-get-body-text): Add.
11217 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11218 when invoked interactively.
11219 (allout-up-current-level): Use `interactive-p'.
11220 (allout-mode, allout-init): Miscellaneous docstring and
11221 operational refinements, as well as hookups of new encryption stuff.
11222 (allout-beginning-of-current-entry): Now works as advertised.
11223 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11224 (allout-isearch-rectification): Refine condition for isearching.
11225 (allout-isearch-abort, allout-enwrap-isearch)
11226 (allout-flag-region, my-region-active-p): Relocate some macros.
11227 (allout-title): Fallback title is (buffer-name), not
11228 non-existing (current-buffer-name).
11229 (subst-char-in-string): Define if absent (for some XEmacs versions).
11230
11231 2005-10-20 Jari Aalto <jari.aalto@cante.net>
11232
11233 * mail/sendmail.el (mail-setup-hook, mail-aliases)
11234 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11235 (mail-citation-prefix-regexp, mail-signature-file)
11236 (mail-default-headers, mail-bury-selects-summary)
11237 (mail-send-nonascii): Add autoload cookies.
11238
11239 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11240
11241 * frame.el (blink-cursor-mode): Add `mac' to the list of
11242 window-system's that support blinking cursor.
11243
11244 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11245
11246 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11247
11248 2005-10-20 Eli Zaretskii <eliz@gnu.org>
11249
11250 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11251 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11252 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11253
11254 2005-10-20 Kim F. Storm <storm@cua.dk>
11255
11256 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11257 (ido-set-current-directory): Don't add / after final @.
11258 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11259 Explicitly handle ange-ftp completion oddities.
11260 (ido-make-file-list): Don't rotate list at tramp root to avoid
11261 triggering tramp file handler for expand-file-name via get-file-buffer.
11262
11263 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11264
11265 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11266
11267 2005-10-19 Jay Belanger <belanger@truman.edu>
11268
11269 * calc/calc-units.el (math-standard-units): Add units, adjust
11270 symbols and update values.
11271 (math-unit-prefixes): Add more prefixes.
11272
11273 2005-10-19 Romain Francoise <romain@orebokech.com>
11274
11275 * bookmark.el (bookmark-menu-heading): New face.
11276 (bookmark-bmenu-list): Use it.
11277 Don't fiddle with `baud-rate' at top-level.
11278
11279 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
11280
11281 * image.el (create-image, find-image): Mention max-image-size in
11282 docstring.
11283
11284 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * savehist.el (savehist-load): Revert to checking XEmacs.
11287
11288 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11289 Various docstring and line-width fixups.
11290 (conf-mode): Use cond.
11291 Set font-lock-defaults. Don't set comment-use-syntax.
11292
11293 2005-10-18 David Ponce <david@dponce.com>
11294
11295 * tree-widget.el (tree-widget-button-click): New function.
11296 (tree-widget-button-keymap): Use it.
11297
11298 2005-10-18 Romain Francoise <romain@orebokech.com>
11299
11300 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11301 (bookmark-bmenu-hide-filenames): Add follow-link property.
11302 Improve help-echo text.
11303
11304 * ffap.el (find-file-at-point): Doc fix.
11305
11306 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11307
11308 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11309
11310 2005-10-18 Masatake YAMATO <jet@gyve.org>
11311
11312 Install to the CVS repository what I forgot to install in my
11313 2005-10-16 changes.
11314
11315 * progmodes/python.el (python-complete-symbol): Pass the common
11316 prefix substring of completion to `display-completion-list'.
11317
11318 * textmodes/org.el (org-complete): Ditto.
11319
11320 2005-10-18 Masatake YAMATO <jet@gyve.org>
11321
11322 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11323
11324 * woman.el (WoMan-xref-man-page): New button type derived
11325 from `Man-abstract-xref-man-page'.
11326 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11327
11328 * man.el (Man-abstract-xref-man-page): New button type.
11329 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11330 (Man-highlight-references): Add new optional argument `xref-man-type'.
11331
11332 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11333
11334 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11335
11336 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11337
11338 * cus-edit.el (Custom-move-and-invoke): Delete.
11339 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11340
11341 * wid-edit.el (widget-move-and-invoke): New function, from
11342 Custom-move-and-invoke.
11343
11344 2005-10-17 Bill Wohler <wohler@newt.com>
11345
11346 Move all remaining images from lisp/toolbar to etc/images, move
11347 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
11348 the low resolution images in their own directory (low-color).
11349
11350 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11351 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11352 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11353 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11354 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11355 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11356 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11357
11358 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11359 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11360 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11361 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11362 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11363 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11364 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11365 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11366 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11367 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11368 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11369 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11370 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11371 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11372 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11373
11374 To conform with convention, replace the underscore (_) in the
11375 following image names with dash (-) or (/) as appropriate.
11376
11377 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11378 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11379 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11380 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11381 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11382 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11383 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11384 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11385 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11386 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11387 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11388 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11389 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11390 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11391 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11392
11393 * info.el (info-tool-bar-map): Replace underscores in image names
11394 with dashes.
11395
11396 * makefile.w32-in (WINS): Remove toolbar.
11397
11398 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11399
11400 * tool-bar.el: Move to lisp from toolbar. Now that
11401 toolbar is empty, it should be deleted when folks run "cvs up -P".
11402
11403 2005-10-18 Jay Belanger <belanger@truman.edu>
11404
11405 * calc/calc-store.el (calc-store-into): Get the proper variable name
11406 to display in message.
11407
11408 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11409
11410 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11411 expressions display in speedbar for all buffers when debugging.
11412 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11413
11414 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11415 (speedbar-insert-button, speedbar-make-button):
11416 Use add-text-properties.
11417 (speedbar-update-localized-contents)
11418 (speedbar-update-directory-contents)
11419 (speedbar-update-special-contents): Use dolist.
11420 (speedbar-buffer-easymenu-definition): Add a menu separator.
11421
11422 2005-10-17 Jason Rumney <jasonr@gnu.org>
11423
11424 * makefile.w32-in: Use $(lisp) consistently.
11425 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11426 for shell specific generation of mh-autoloads.
11427
11428 2005-10-17 Richard M. Stallman <rms@gnu.org>
11429
11430 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11431
11432 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11433
11434 * jit-lock.el (jit-lock-fontify-now):
11435 Move jit-lock-context-unfontify-pos to avoid wasted work.
11436
11437 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
11438
11439 * net/tramp.el (tramp-completion-mode): New defvar. Used in
11440 `tramp-completion-mode' for checking if we are in completion mode.
11441 (tramp-completion-handle-file-name-all-completions): Reorder code
11442 in order to complete for file names only in case there are no
11443 method/user/host completions. This is necessary for cooperation
11444 with ido. Reported by Kim F. Storm <storm@cua.dk>.
11445
11446 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
11447
11448 * longlines.el (longlines-search-forward)
11449 (longlines-search-backward): Match any number of spaces.
11450
11451 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
11452
11453 * diff-mode.el (diff-mode): Doc fix.
11454
11455 2005-10-16 David Reitter <david.reitter@gmail.com>
11456
11457 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11458 as default on darwin and windows systems.
11459
11460 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
11461
11462 * arc-mode.el (archive-zip-extract): Doc fix.
11463
11464 2005-10-16 Romain Francoise <romain@orebokech.com>
11465
11466 * mouse.el (mouse-1-click-follows-link): Doc fix.
11467
11468 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * savehist.el: Don't require CL at runtime.
11471 (savehist-xemacs): Remove.
11472 (savehist-coding-system): Use utf-8 if present, regardless of religion.
11473 (savehist-no-conversion): Use (featurep 'xemacs).
11474 (savehist-load): Check existence of start-itimer rather than XEmacs.
11475 Use an idle timer.
11476 (savehist-process-for-saving): Replace use of CL funs `subseq' and
11477 `delete-if-not'.
11478
11479 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
11480
11481 * savehist.el: Newer version.
11482 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
11483 (savehist-last-checksum, savehist-no-conversion): New vars.
11484 (savehist-autosave, savehist-process-for-saving, savehist-printable):
11485 New functions.
11486 (savehist-load, savehist-save): Use them.
11487 (savehist-delimit): Remove.
11488
11489 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11490
11491 * progmodes/compile.el (compilation-goto-locus): Display the
11492 compilation buffer first and the source buffer second, in case they're
11493 in overlapping frames. Don't raise the compilation frame if it was the
11494 selected window upon entry. Pass the `other-window' arg to
11495 pop-to-buffer.
11496
11497 * info.el (Info-fontify-node): Use dolist.
11498 Change add-text-properties to put-text-property.
11499
11500 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11501
11502 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
11503 bound of search.
11504
11505 2005-10-16 Masatake YAMATO <jet@gyve.org>
11506
11507 * dabbrev.el (dabbrev-completion): Pass the common
11508 prefix substring of completion to `display-completion-list'.
11509
11510 * filecache.el (file-cache-minibuffer-complete)
11511 (file-cache-complete): Ditto.
11512
11513 * tempo.el (tempo-display-completions): Ditto.
11514
11515 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
11516
11517 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
11518
11519 * eshell/em-hist.el (eshell-list-history): Ditto.
11520
11521 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
11522
11523 * mail/mailalias.el (mail-complete): Ditto.
11524
11525 * progmodes/etags.el (complete-tag): Ditto.
11526
11527 * progmodes/make-mode.el (makefile-complete): Ditto.
11528
11529 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
11530
11531 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
11532
11533 * progmodes/pascal.el (pascal-complete-word)
11534 (pascal-show-completions): Ditto.
11535
11536 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
11537
11538 * simple.el (completion-common-substring): New variable.
11539 (completion-setup-function): Use `completion-common-substring'
11540 to put faces.
11541
11542 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11543
11544 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
11545 (x-get-selection, mac-select-convert-to-string): Convert from/to
11546 UTF-16 clipboard data as in native byte order, no BOM.
11547
11548 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
11549
11550 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11551 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
11552 (gud-sentinel): Use speedbar-frame to check for speedbar.
11553
11554 2005-10-15 Richard M. Stallman <rms@gnu.org>
11555
11556 * savehist.el: New file.
11557
11558 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
11559
11560 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
11561 Fix bug in \bf fontification.
11562
11563 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11564
11565 * pcvs.el (cvs-edit-log-files): New var.
11566 (cvs-mode-edit-log): New arg `file'.
11567 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
11568 Instead force the use of the original file and nothing else.
11569 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
11570 the cvs-minor-wrap-function is set.
11571 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
11572
11573 2005-10-14 Bill Wohler <wohler@newt.com>
11574
11575 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
11576 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
11577 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
11578 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
11579 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
11580 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
11581 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
11582 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
11583 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
11584 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
11585 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
11586 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
11587 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
11588 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
11589 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
11590
11591 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11592 appropriately (for example, gud-break to gud/break).
11593
11594 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
11595
11596 * longlines.el (longlinges-search-function)
11597 (longlines-search-forward, longlines-search-backward): New functions.
11598 (longlines-mode): Set isearch-search-fun-function to
11599 longlinges-search-function.
11600
11601 * mouse.el (mouse-drag-region-1): Handle the case where a
11602 double-click event is bound to an arbitrary function.
11603
11604 2005-10-14 David Ponce <david@dponce.com>
11605
11606 * recentf.el (recentf-track-opened-file)
11607 (recentf-track-closed-file, recentf-update-menu)
11608 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
11609 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
11610 mouse-1-click-follows-link.
11611
11612 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11613
11614 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
11615 Gnome file-manager.png. Suggested by
11616 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
11617
11618 * toolbar/README: Add diropen.xpm.
11619
11620 2005-10-13 Bill Wohler <wohler@newt.com>
11621
11622 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
11623 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
11624
11625 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11626
11627 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11628 Don't waste the byte-compiler's time on constant data.
11629
11630 2005-10-13 Kenichi Handa <handa@m17n.org>
11631
11632 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
11633 byte with `escape-glyph' face.
11634
11635 * international/fontset.el (ccl-encode-unicode-font):
11636 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
11637 Handle the case that ucs-mule-to-mule-unicode translates a character to
11638 ASCII (usually for IPA characters).
11639
11640 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11641
11642 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
11643 Don't hide the underline of titles if font-lock-mode is disabled.
11644
11645 2005-10-12 Bill Wohler <wohler@newt.com>
11646
11647 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
11648 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11649 files in MH-E-SRC have been updated.
11650 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
11651
11652 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11653
11654 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
11655 (mixal-mode-syntax-table): Add \n as end-comment.
11656 (mixal-operation-codes-alist): Immediately initialize to full value.
11657 (mixal-add-operation-code): Remove.
11658 (mixal-describe-operation-code): Make the arg non-optional.
11659 Use the interactive spec instead.
11660 Use mixal-operation-codes-alist rather than mixal-operation-codes.
11661 (mixal-font-lock-keywords): Don't highlight comments here any more.
11662 (mixal-font-lock-syntactic-keywords): New var.
11663 (mixal-mode): Use it. Fix comment-start-skip.
11664
11665 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11666
11667 * startup.el (command-line-x-option-alist): -nb => -nbi
11668
11669 2005-10-12 Kim F. Storm <storm@cua.dk>
11670
11671 * startup.el (fancy-splash-default-action): Discard mouse click in
11672 the splash screen window, as it has no sensible meaning in the
11673 next window to be selected. Fixes error reported by Jan D.
11674
11675 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11676
11677 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
11678
11679 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
11682 Try to fix up minor layout issues like indentation, line break, etc...
11683 (mixal-mode-syntax-table): Don't try to specify comment syntax,
11684 because it doesn't work.
11685 (mixal-operation-codes): Add some more codes.
11686 (mixal-font-lock-keywords): Process comments here.
11687 (mixal-mode): mixasm no longer needs -g option.
11688
11689 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
11690
11691 * progmodes/sh-script.el (sh-tmp-file):
11692 Use mktemp -t. Finish support for es and rc shells.
11693
11694 2005-10-11 Jay Belanger <belanger@truman.edu>
11695
11696 * calc/calcalg2.el (calc-integral): With an argument, compute the
11697 definite integral.
11698
11699 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
11700
11701 * mouse.el (mouse-drag-region-1): Don't try to catch a
11702 double-click when doing follow-link (it's overridden anyway).
11703
11704 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
11705
11706 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
11707 (autoload-print-form-outbuf): Add docstring.
11708
11709 2005-10-11 Juri Linkov <juri@jurta.org>
11710
11711 * info.el (Info-mode-menu): Delete menu item "Edit".
11712 (Info-mode): Delete description of Info-edit from docstring,
11713 and rearrange descriptions of Info commands in the order
11714 they are documented in the Info manual.
11715
11716 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11717
11718 * calendar/appt.el (appt-check): Use diary-selective-display var.
11719
11720 2005-10-10 Richard M. Stallman <rms@gnu.org>
11721
11722 * net/newsticker.el (newsticker-start, newsticker-show-news):
11723 Add autoload cookies.
11724
11725 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
11726
11727 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
11728
11729 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
11730
11731 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
11732
11733 2005-10-10 Jay Belanger <belanger@truman.edu>
11734
11735 * calc/calc-arith.el (math-check-known-scalarp)
11736 (math-check-known-matrixp): Check the values of arguments that are
11737 variables.
11738 (math-check-known-square-matrixp): New function.
11739 (math-known-square-matrixp): Use math-check-known-square-matrixp.
11740 (math-super-types): Add sqmatrix type.
11741
11742 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
11743 mode name `square' to `sqmatrix'.
11744
11745 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
11746 mode name `square' to `sqmatrix'.
11747
11748 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11749
11750 * progmodes/etags.el (select-tags-table-mode): Don't use
11751 selective-display.
11752 (tags-select-tags-table): Pass `button' to the action function.
11753 (select-tags-table): Place the side-info on button properties rather
11754 than in hidden text. Abbreviate file names.
11755 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
11756 (select-tags-table-select): Add `button' argument.
11757 Get side-info from the button property rather than from hidden text.
11758
11759 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
11760
11761 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
11762 (gud-speedbar-buttons): Preserve point if possible.
11763 (gud-sentinel): Restore previous speedbar display type.
11764
11765 * progmodes/gdb-ui.el (gdba): Improve diagram.
11766 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11767 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
11768 Call get-buffer-window once.
11769
11770 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11771
11772 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
11773 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
11774 (pascal-indent-command): Remove unused var `ind'.
11775 (pascal-indent-case): Remove unused var `oldpos'.
11776 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
11777 since it's now used as a proper minor mode map.
11778 (pascal-outline): Rename to pascal-outline-mode.
11779 (pascal-outline-mode): Use define-minor-mode.
11780 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
11781 selective-display.
11782
11783 2005-10-10 Andreas Schwab <schwab@suse.de>
11784
11785 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
11786 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
11787
11788 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
11789 outside source directory.
11790
11791 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
11792
11793 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
11794 C-x' as a prefix.
11795 (orgtbl-mode-map): Full keymap instead of sparse, because all
11796 `self-insert-command' keys are redefined in this map.
11797 (org-export-as-html): Specify charset for HTML file, by taking it
11798 from the coding system.
11799
11800 2005-10-10 Kenichi Handa <handa@m17n.org>
11801
11802 * textmodes/flyspell.el (flyspell-check-word-p):
11803 If unread-command-events is non-empty, don't call sit-for.
11804
11805 2005-10-09 Richard M. Stallman <rms@gnu.org>
11806
11807 * font-lock.el (font-lock-syntactic-keywords)
11808 (font-lock-keywords): Doc fixes.
11809
11810 * textmodes/flyspell.el (flyspell-external-point-words):
11811 Simplify logic, and don't try to check for consecutive appearances
11812 of one incorrect word.
11813
11814 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
11815
11816 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
11817 separator.
11818
11819 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
11820 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
11821 (gud-expansion-speedbar-buttons): New function.
11822 (gud-speedbar-buttons): Check for gud-comint-buffer.
11823
11824 2005-10-09 Bill Wohler <wohler@newt.com>
11825
11826 * Makefile.in (updates): Add mh-loaddefs dependency.
11827
11828 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
11829
11830 * speedbar.el (speedbar-file-key-map): Fix typo.
11831
11832 2005-10-09 Daniel Brockman <daniel@brockman.se>
11833
11834 * cus-start.el (line-spacing): Add custom spec.
11835
11836 2005-10-09 Romain Francoise <romain@orebokech.com>
11837
11838 * textmodes/ispell.el (ispell-check-version): Fix last change.
11839
11840 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11841
11842 * term/x-win.el: Remove -i, --icon-type from comment.
11843
11844 * startup.el (command-line-x-option-alist): Remove options -i,
11845 -itype, --icon-type, added -nb, --no-bitmap-icon
11846
11847 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
11848
11849 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
11850 instead of :active.
11851
11852 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
11853
11854 * textmodes/ispell.el (ispell-check-version):
11855 Ignore hyphen, and all that follows, in aspell's version text.
11856
11857 2005-10-08 Jay Belanger <belanger@truman.edu>
11858
11859 * calc/calc-arith.el (math-known-square-matrixp): New function.
11860 (math-pow-fancy): Check for matrices before distributing exponent
11861 across products.
11862
11863 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
11864 fullscreen keypad. Suggested by Luc Teirlinck.
11865 (calc-keypad-show-input): Add space for formatting.
11866
11867 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
11868 Add square matrix option.
11869
11870 * calc/calc-poly.el (math-expand-term): Check for matrices instead
11871 of checking calc-matrix-mode when deciding how to expand.
11872
11873 * calc/calc.el (calc-set-mode-line): Add square matrix option.
11874
11875 2005-10-08 Lars Hansen <larsh@soem.dk>
11876
11877 * net/tramp.el (tramp-perl-directory-files-and-attributes):
11878 Add error handling.
11879 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
11880
11881 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
11882
11883 Sync with Tramp 2.0.51.
11884
11885 * net/tramp.el (tramp-handle-set-visited-file-modtime)
11886 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11887 Insert special handling for `last-coding-system-used', again
11888 it still seems to be necessary (unlike stated before).
11889 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11890 (tramp-password-prompt-regexp): There might be other words before
11891 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
11892 (tramp-chunksize): Improve docstring.
11893 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
11894 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
11895 Christian Joergensen <bugs@razor.dk>.
11896
11897 2005-10-07 Glenn Morris <rgm@gnu.org>
11898
11899 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
11900 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
11901 precision'.
11902
11903 2005-10-07 Romain Francoise <romain@orebokech.com>
11904
11905 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
11906 (ibuffer-do-shell-command-pipe-replace)
11907 (ibuffer-do-shell-command-file, ibuffer-do-eval)
11908 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
11909 (ibuffer-do-revert, ibuffer-do-replace-regexp)
11910 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
11911 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11912 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
11913 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
11914 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
11915 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
11916 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
11917 Autoload file sans suffix.
11918
11919 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
11920
11921 2005-10-07 David Ponce <david@dponce.com>
11922
11923 * recentf.el (recentf-menu-open-all-flag): New option.
11924 (recentf-digit-shortcut-command-name): New function.
11925 (recentf--shortcuts-keymap): New variable.
11926 (recentf-menu-shortcuts): New variable.
11927 (recentf-make-menu-items): Initialize it. Replace the "More..."
11928 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
11929 (recentf-menu-value-shortcut): New function.
11930 (recentf-make-menu-item): Use it. No more in-lined.
11931 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
11932 (recentf-open-most-recent-file): Rename from
11933 `recentf-open-file-with-key'. Don't depend on key binding.
11934 (recentf-mode-map): New variable.
11935 (recentf-mode): Use it.
11936
11937 2005-10-06 Bill Wohler <wohler@newt.com>
11938
11939 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
11940
11941 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
11942 (MH-E-SRC): New. Used by mh-autoloads.
11943 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11944 files in MH-E-SRC have been updated.
11945 (compile, recompile, bootstrap): Depend on mh-autoloads.
11946
11947 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
11948
11949 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
11950 gud-break and gud-remove icons when the fringe is not available.
11951
11952 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
11953 Typo.
11954
11955 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11956
11957 * play/zone.el (zone): Wrap body with save-window-excursion.
11958
11959 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
11960
11961 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11962 Use the new `list-only' arg to diary-list-entries.
11963
11964 * calendar/diary-lib.el: Use overlays rather than selective-display.
11965 (diary-selective-display): New var.
11966 (diary-header-line-format): Use it.
11967 (diary-list-entries): Add argument `list-only'.
11968 Put the buffer in diary-mode. Don't add \^M at beg and end.
11969 Replace \^M by invisible overlays.
11970 (diary-unhide-everything): Replace \^M by invisible overlays.
11971 (print-diary-entries): Look for overlays rather than \^M.
11972 Add a space to the temp buffer name.
11973 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
11974 Put the buffer in diary-mode.
11975 (list-sexp-diary-entries): Replace \^M by invisible overlays.
11976 (diary-anniversary): Make the year arg optional.
11977 (diary-time-regexp): New const.
11978 (diary-font-lock-keywords): Use it to accept a few more time formats.
11979
11980 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
11981
11982 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
11983
11984 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
11985 Fix bug introduced 2005-07-03: Use (car (last ...))
11986 to faithfully reproduce replaced artist-last.
11987 (artist-set-arrow-points-for-poly): Likewise.
11988 Suggested by Johan Bockg\e,Ae\e(Brd.
11989
11990 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
11991
11992 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
11993 * wid-edit.el (widget):
11994 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
11995 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
11996
11997 2005-10-06 Kenichi Handa <handa@m17n.org>
11998
11999 * international/mule-cmds.el (set-language-environment):
12000 Fix setting up of case-table for unibyte mode.
12001
12002 * simple.el (what-cursor-position): If the character is displayed
12003 by some `display' text property, show that. Don't use
12004 single-key-description for eight-bit characters in multibyte mode.
12005
12006 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12007
12008 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12009 (gdb-ann3): Set it.
12010 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12011 (gdb-info-frames-custom): Use inverse-video for first five
12012 characters of selected frame only.
12013 (gdb-get-frame-number): Select frame even when point is on frame
12014 number.
12015
12016 2005-10-06 Masatake YAMATO <jet@gyve.org>
12017
12018 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12019 Put `font-lock-function-name-face'.
12020 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12021 and `font-lock-variable-name-face'
12022 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12023 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12024 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12025 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12026 (gdb-local-font-lock-keywords): New font lock keywords definition.
12027 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12028 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12029 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12030
12031 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12032
12033 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12034 (ediff-merge-region-is-non-clash-to-skip): Previously called
12035 ediff-merge-region-is-non-clash.
12036
12037 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12038 Use insert-buffer-substring.
12039
12040 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12041 selecting files to patch. Also bug fixes.
12042
12043 * ediff-util.el (ediff-setup): Bug fix.
12044 (ediff-next-difference): Never skip clashes that differ in white
12045 space only.
12046
12047 * ediff-wind.el (ediff-setup-control-frame)
12048 (ediff-destroy-control-frame): Check the menubar feature.
12049
12050 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12051 (viper-refresh-mode-line): Use make-local-variable to localize
12052 some vars instead of make-variable-buffer-local. Suggested by
12053 Stefan Monnier.
12054
12055 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12056 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12057 Use make-local-variable instead of make-variable-buffer-local.
12058 Suggested by Stefan Monnier.
12059
12060 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12061 (viper-comint-mode-hook): Use make-local-variable on
12062 require-final-newline.
12063 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12064
12065 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12066
12067 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12068 also the second char of a comment-start sequence.
12069 (scheme-sexp-comment-syntax-table): New var.
12070 (lambda, define): Set their scheme-doc-string-elt property.
12071 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12072 Use lisp-font-lock-syntactic-face-function now that it properly
12073 handles |...| symbols.
12074 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12075 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12076
12077 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12078 bit from # to |.
12079 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12080
12081 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12082 (lisp-doc-string-elt-property): New var.
12083 (lisp-font-lock-syntactic-face-function): Use it.
12084 Rewrite to recognize docstrings even for forms not at toplevel.
12085
12086 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12087 annotation on the | part of #| rather than on the # part.
12088 (scheme-font-lock-syntactic-face-function): New function, to
12089 distinguish strings from |...| symbols.
12090 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12091 syntax-table so that #|...|# is properly highlighted.
12092
12093 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12094 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12095
12096 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12097
12098 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12099 and C-e.
12100
12101 * emacs-lisp/eldoc.el: Move comments into docstrings.
12102 (eldoc-message-commands): Initialize in its declaration.
12103 Add move-beginning-of-line and move-end-of-line.
12104 (eldoc-add-command, eldoc-add-command-completions)
12105 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12106
12107 * outline.el (outline-mark-subtree): Activate the mark.
12108
12109 * calendar/appt.el (appt-time-regexp): New var.
12110 (appt-add, appt-make-list): Use it.
12111 (appt-convert-time): Clean up.
12112
12113 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12114 Don't set any syntax-table property here.
12115 (tex-font-lock-verb): New function. Do it here.
12116 (tex-font-lock-syntactic-keywords): Use it.
12117
12118 2005-10-04 Richard M. Stallman <rms@gnu.org>
12119
12120 * wid-edit.el (widget-file-complete): Get the widget start point
12121 the right way. Default directory to `/' if file has none.
12122
12123 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12124
12125 * textmodes/flyspell.el (flyspell-mode-on):
12126 Call ispell-maybe-find-aspell-dictionaries.
12127
12128 * textmodes/ispell.el (ispell-word, ispell-region):
12129 Call ispell-maybe-find-aspell-dictionaries.
12130 (ispell-accept-buffer-local-defs):
12131 Don't call ispell-maybe-find-aspell-dictionaries
12132
12133 2005-10-04 Richard M. Stallman <rms@gnu.org>
12134
12135 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12136
12137 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12138
12139 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12140 instead of `fboundp' in order to allow for anonymous functions.
12141
12142 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12143
12144 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12145 case the user clicks on the link while another window is selected.
12146 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12147
12148 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12149 functionality.
12150 (dframe-help-echo): Save point in case mouse tracking is off.
12151
12152 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12153
12154 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12155
12156 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12157
12158 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12159 not change the global value of those vars.
12160
12161 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12162 make-local-variable which we do not need any more.
12163
12164 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
12165
12166 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12167 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12168 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12169 (speedbar-path-line): Define obsolete aliases.
12170 (speedbar-line-directory): Doc fix.
12171
12172 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12173 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12174 instead of speedbar-line-path.
12175
12176 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12177
12178 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12179 to nil if dropping on a window. Handle dropping on a minibuffer window
12180 like dropping on a non-window part of Emacs.
12181
12182 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12183
12184 * net/ange-ftp.el: Use with-current-buffer.
12185 (ange-ftp-insert-directory): Do not follow symlinks any more.
12186
12187 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12188 Remove interactive spec.
12189
12190 2005-10-03 Kim F. Storm <storm@cua.dk>
12191
12192 * ido.el (ido-mode): Use custom-initialize-set.
12193
12194 2005-10-02 Richard M. Stallman <rms@gnu.org>
12195
12196 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12197 Use insert-buffer-substring.
12198
12199 * net/tramp.el: Pacify byte compiler warnings in pacification code.
12200 (tramp-handle-file-local-copy): Use insert-buffer-substring.
12201
12202 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12203
12204 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12205 in last change.
12206 (ange-ftp-insert-directory): Fix up the search for the case where
12207 `file' is absolute.
12208
12209 2005-10-02 Romain Francoise <romain@orebokech.com>
12210
12211 * progmodes/compile.el (compile-goto-error): Delete extra paren.
12212
12213 2005-10-02 Andreas Schwab <schwab@suse.de>
12214
12215 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12216 directory component in the session info.
12217
12218 2005-10-01 Richard M. Stallman <rms@gnu.org>
12219
12220 * comint.el (comint-redirect-subvert-readonly): Doc fix.
12221
12222 * simple.el (next-error-internal): New function.
12223
12224 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12225 (compilation-start): Pass new arg to compilation-buffer-name.
12226 (compile-goto-error): Use next-error-internal.
12227
12228 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12229
12230 * speedbar.el: Remove RCS tag.
12231 (speedbar-check-read-only): Handle non-existent files.
12232
12233 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12234
12235 * info.el (Info-speedbar-hierarchy-buttons)
12236 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12237
12238 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12239
12240 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12241 Do not match newline.
12242 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12243 (bibtex-summary): Remove unnecessary save-excursion.
12244 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12245
12246 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12247
12248 * term/mac-win.el: Add charset info for "iso10646-1".
12249 Modify default fontset to use ATSUI-compatible fonts for some charsets
12250 if available.
12251
12252 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12253
12254 * speedbar.el: Re-apply arch tag.
12255 (speedbar-version): Rename to version 1.0. Suggested by Eric
12256 M. Ludlam.
12257 Reapply two changes from Emacs CVS' version of speedbar lost
12258 during the merge:
12259 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12260 (speedbar-frame-parameters): Improve customize type.
12261
12262 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12265 (ange-ftp-file-directory-p): Fix the symlink case.
12266 (ange-ftp-insert-directory): When listing a single file, get a list of
12267 the parent buffer and extract the relevant line. Inspired from a patch
12268 by Katsumi Yamaoka <yamaoka@jpl.org>.
12269 (ange-ftp-file-name-sans-versions): Simplify.
12270
12271 2005-09-30 Bill Wohler <wohler@newt.com>
12272
12273 Move MH-E image files from toolbar and mail directories into
12274 etc/images.
12275
12276 * mail/reply2.*: Move to etc/images/mail/reply*.
12277
12278 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12279 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12280 etc/images.
12281
12282 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12283 * toolbar/reply*: Move to etc/images/mail.
12284
12285 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12286
12287 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
12288
12289 * speedbar.el: New version 1.0pre3.
12290
12291 Frame management code (including timer, and mouse click specifics)
12292 moved to dframe.el:
12293 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
12294 (speedbar-timer): Removed. Use dframe-timer.
12295 (speedbar-close-frame): Removed. Use dframe-close-frame.
12296 (speedbar-activity-change-focus-flag): Removed. Use
12297 dframe-activity-change-focus-flag.
12298 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
12299 dframe-update-speed.
12300
12301 (speedbar-current-frame): New macro. Use this instead of the
12302 variable speedbar-frame.
12303
12304 (speedbar-use-images, speedbar-expand-image-button-alist)
12305 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12306
12307 (speedbar-find-image-on-load-path): Removed. Replaced by
12308 defezimage in ezimage.el.
12309 (speedbar-expand-image-button-alist): Removed. Replaced by
12310 ezimage-expand-image-button-alist in ezimage.el.
12311
12312 (speedbar-ignored-directory-regexp)
12313 (speedbar-add-ignored-directory-regexp)
12314 (speedbar-ignored-directory-expressions)
12315 (speedbar-line-directory, speedbar-buffers-line-directory)
12316 (speedbar-directory-line, speedbar-buffers-line-directory):
12317 Renamed, replacing `path' with `directory'.
12318
12319 (speedbar-create-directory, speedbar-expand-line-descendants)
12320 (speedbar-toggle-line-expansion)
12321 (speedbar-contract-line-descendants): New commands.
12322
12323 (speedbar-query-confirmation-method, speedbar-select-frame-method)
12324 (speedbar-use-tool-tips-flag): New options.
12325
12326 (speedbar-check-read-only, speedbar-require-version)
12327 (speedbar-insert-separator, speedbar-buffers-tail-notes)
12328 (speedbar-handle-delete-frame, speedbar-try-completion)
12329 (speedbar-update-localized-contents): New functions.
12330
12331 (speedbar-incompatible-version, speedbar-ro-to-do-point)
12332 (speedbar-object-read-only-indicator): New variables.
12333
12334 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12335 New hooks.
12336
12337 (speedbar-separator-face): New face.
12338
12339 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12340 (speedbar-ignored-modes): Add fundamental-mode.
12341 (speedbar-directory-unshown-regexp): Add . directories.
12342
12343 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12344 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12345 `]' for full expand/close.
12346 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12347
12348 (speedbar-check-vc): Support hidden files.
12349 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12350 (speedbar-this-file-in-vc): Use vc-state if available. If VC
12351 state is nil, it is not checked out.
12352
12353 (speedbar-line-text, speedbar-line-token): Support expand buttons
12354 with no text.
12355 (speedbar-refresh): Universal argument acts as power-click.
12356 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12357 that buffer to get variable values.
12358
12359 And many other bugfixes.
12360
12361 * dframe.el, ezimage.el, sb-image.el: New files.
12362
12363 * sb-*.xpm: Remove files. New image files installed into
12364 etc/images/ezimage.
12365
12366 2005-09-30 Kenichi Handa <handa@m17n.org>
12367
12368 * ps-mule.el (ps-mule-show-warning): If a character is in
12369 ps-print-translation-table, don't treat it as non-printable.
12370
12371 2005-09-30 David Ponce <david@dponce.com>
12372
12373 * tree-widget.el (tree-widget-themes-load-path): New variable.
12374 (tree-widget-themes-directory): Doc fix.
12375 (tree-widget-image-formats) [Emacs]: Doc fix.
12376 (tree-widget--locate-sub-directory): New function.
12377 (tree-widget-themes-directory): Use it.
12378
12379 * recentf.el (recentf-filename-handlers): Rename from
12380 `recentf-filename-handler'. Allow a list of functions.
12381 (recentf-menu-items-for-commands): Fix :help strings.
12382 (recentf-apply-filename-handlers): New function.
12383 (recentf-expand-file-name): Use it.
12384 (recentf-cleanup): Remove duplicates too.
12385
12386 2005-09-29 Juri Linkov <juri@jurta.org>
12387
12388 * faces.el: Rearrange face definitions to be in the same order as
12389 their face descriptions in "(emacs)Standard Faces".
12390
12391 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12392
12393 * tooltip.el (tooltip): Add group `basic-faces'.
12394
12395 * buff-menu.el (Buffer-menu-buffer): Remove group
12396 `font-lock-highlighting-faces'.
12397
12398 * progmodes/compile.el (compilation-error, compilation-warning)
12399 (compilation-info, compilation-line-number, compilation-column-number):
12400 Change group from `font-lock-highlighting-faces' to `compilation'.
12401
12402 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12403 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12404 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12405 (vhdl-font-lock-reserved-words-face)
12406 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12407 `font-lock-highlighting-faces'.
12408
12409 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12410
12411 2005-09-28 Kim F. Storm <storm@cua.dk>
12412
12413 * emulation/cua-base.el: Set CUA move property on additional commands:
12414 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12415 forward-sexp, backward-sexp, forward-list, backward-list.
12416
12417 2005-09-28 Romain Francoise <romain@orebokech.com>
12418
12419 * comint.el (comint-show-output): Really set point at the
12420 beginning of the output when not using `comint-use-prompt-regexp'.
12421
12422 2005-09-27 Jay Belanger <belanger@truman.edu>
12423
12424 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12425 in TeX mode.
12426
12427 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
12428
12429 * textmodes/org.el (org-table-sum): Fix format string.
12430
12431 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12432 Quote face names.
12433
12434 2005-09-26 Romain Francoise <romain@orebokech.com>
12435
12436 * isearch.el (isearch-forward-regexp): Close doc string.
12437
12438 2005-09-25 Richard M. Stallman <rms@gnu.org>
12439
12440 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12441
12442 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12443
12444 * progmodes/compile.el (compilation-error-properties):
12445 When getting the file from the previous error message,
12446 correctly decode the new data format.
12447
12448 * progmodes/cc-cmds.el (c-electric-paren):
12449 Call old-blink-paren only for close-paren.
12450
12451 2005-09-24 Andreas Schwab <schwab@suse.de>
12452
12453 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12454 condition.
12455
12456 2005-09-25 Romain Francoise <romain@orebokech.com>
12457
12458 * dired-aux.el (dired-copy-file-recursive):
12459 * dired.el (dired-delete-file):
12460 * ediff-mult.el (ediff-dir-diff-copy-file):
12461 * ediff-util.el (ediff-test-save-region):
12462 * forms.el (forms-mode):
12463 * ido.el (ido-file-internal, ido-delete-file-at-head):
12464 * log-edit.el (log-edit-done):
12465 * ses.el (ses-yank-resize):
12466 * play/gomoku.el (gomoku-human-plays, gomoku)
12467 (gomoku-human-resigns, gomoku-prompt-for-other-game)
12468 (gomoku-offer-a-draw):
12469 * play/landmark.el (lm-human-resigns, lm):
12470 * net/eudcb-ldap.el (eudc-ldap-check-base):
12471 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12472 * progmodes/ebrowse.el (ebrowse-find-pattern):
12473 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12474 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12475 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
12476
12477 * vc.el (vc-delete-file):
12478 * play/gomoku.el (gomoku-terminate-game, gomoku)
12479 (gomoku-prompt-for-move, gomoku-human-takes-back):
12480 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
12481 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
12482
12483 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12484
12485 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
12486 color rxvt terminals by using the code xterm.el used to use before
12487 2005-04-09 in order to match the colors used by rxvt.
12488
12489 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12490
12491 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
12492 colors rxvt-unicode terminals by using the same code as xterm.el.
12493
12494 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12495
12496 * textmodes/tex-mode.el (tex-font-lock-append-prop)
12497 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
12498 new symbol used for the tex-verbatim face.
12499
12500 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12501
12502 * woman.el (woman-file-name):
12503 * wid-edit.el (widget-file-prompt-value)
12504 (widget-coding-system-prompt-value):
12505 * w32-fns.el (set-w32-system-coding-system):
12506 * vc.el (vc-version-diff, vc-annotate):
12507 * textmodes/reftex-auc.el (reftex-arg-cite)
12508 (reftex-arg-index-tag):
12509 * textmodes/refer.el (refer-get-bib-files):
12510 * textmodes/artist.el (artist-figlet-choose-font):
12511 * terminal.el (terminal-emulator):
12512 * replace.el (occur-read-primary-args):
12513 * rect.el (string-rectangle, string-insert-rectangle):
12514 * ps-print.el (ps-print-preprint):
12515 * progmodes/pascal.el (pascal-goto-defun):
12516 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
12517 * progmodes/compile.el (compilation-find-file):
12518 * printing.el (pr-interactive-n-up):
12519 * play/animate.el (animate-birthday-present):
12520 * net/rcompile.el (remote-compile):
12521 * man.el (man, Man-goto-section, Man-follow-manual-reference):
12522 * mail/rmailsum.el (rmail-summary-search-backward)
12523 (rmail-summary-search):
12524 * mail/rmailout.el (rmail-output-read-rmail-file-name)
12525 (rmail-output-read-file-name):
12526 * mail/rmail.el (rmail-search, rmail-search-backwards):
12527 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
12528 * locate.el (locate):
12529 * international/quail.el (quail-show-keyboard-layout):
12530 * international/mule.el (set-buffer-file-coding-system)
12531 (revert-buffer-with-coding-system, set-file-name-coding-system)
12532 (set-terminal-coding-system, set-keyboard-coding-system)
12533 (set-next-selection-coding-system):
12534 * international/mule-diag.el (describe-coding-system)
12535 (describe-font, describe-fontset):
12536 * international/mule-cmds.el (universal-coding-system-argument)
12537 (search-unencodable-char, describe-input-method)
12538 (set-language-environment, describe-language-environment):
12539 * international/codepage.el (codepage-setup):
12540 * international/code-pages.el (codepage-setup):
12541 * info.el (Info-search, Info-follow-reference)
12542 (Info-search-backward):
12543 * emacs-lisp/advice.el (ad-read-advised-function)
12544 (ad-read-advice-class, ad-clear-cache, ad-activate)
12545 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
12546 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
12547 (ad-read-regexp):
12548 * ediff-util.el (ediff-toggle-regexp-match):
12549 * ediff-ptch.el (ediff-prompt-for-patch-file):
12550 * dired-aux.el (dired-diff):
12551 * diff.el (diff):
12552 * cus-edit.el (custom-variable-prompt):
12553 * calendar/timeclock.el (timeclock-ask-for-project):
12554 * calc/calcalg3.el (calc-get-fit-variables):
12555 * calc/calc-store.el (calc-edit-variable)
12556 (calc-permanent-variable):
12557 * vc-mcvs.el (vc-mcvs-register):
12558 * shadowfile.el (shadow-define-literal-group):
12559 * woman.el (woman-file-name):
12560 * vc.el (vc-version-diff, vc-merge):
12561 * textmodes/reftex-index.el (reftex-index-complete-tag):
12562 * format.el (format-decode-buffer, format-decode-region):
12563 * emulation/viper-cmd.el (viper-read-string-with-history):
12564 * emacs-lisp/debug.el (cancel-debug-on-entry):
12565 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12566 * ediff.el (ediff-merge-revisions)
12567 (ediff-merge-revisions-with-ancestor, ediff-revision):
12568 * completion.el (interactive-completion-string-reader):
12569 * calc/calc-prog.el (calc-user-define-formula):
12570 Follow convention for reading with the minibuffer.
12571
12572 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
12573
12574 * progmodes/python.el (python-describe-symbol): Add globals() and
12575 locals() to the arguments of emacs.ehelp.
12576
12577 2005-09-24 Magnus Henoch <mange@freemail.hu>
12578
12579 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
12580 New function, code extracted from ispell-valid-dictionary-list.
12581 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
12582 Call it.
12583
12584 2005-09-24 Eli Zaretskii <eliz@gnu.org>
12585
12586 * subr.el (version-regexp-alist): Extend valid syntax for version
12587 strings: allow any of the characters -,_,+ to separate the
12588 alpha/beta/rc part from the version part. Doc fix.
12589 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
12590
12591 2005-09-23 David Reitter <david.reitter@gmail.com>
12592
12593 * mail/mailclient.el: New file.
12594
12595 2005-09-23 Richard M. Stallman <rms@gnu.org>
12596
12597 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
12598 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
12599 Doc fixes.
12600
12601 * progmodes/cc-mode.el (c-font-lock-init):
12602 Specify font-lock-lines-before.
12603
12604 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12605
12606 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
12607 whole conflict.
12608
12609 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
12610
12611 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
12612 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
12613 of `remap' feature when available. Additional key bindings for
12614 better tty support.
12615 (org-mode-restart, org-force-self-insert): New commands.
12616 (org-time-stamp-inactive): New command.
12617 (org-remap): New function.
12618 (org-table-auto-blank-field, org-level-color-stars-only): New options.
12619 (org-enable-fixed-width-editor): Move to `org-structure'
12620 customization group.
12621 (org-self-insert-command, orgtbl-self-insert-command): Modify to
12622 blank field after field motion commands.
12623
12624 2005-09-23 Kenichi Handa <handa@m17n.org>
12625
12626 * international/mule-cmds.el (set-language-environment):
12627 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
12628 have to call utf-translate-cjk-load-tables.
12629
12630 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12631
12632 * mouse.el (mouse-move-drag-overlay): Fix last change.
12633
12634 2005-09-22 David Ponce <david@dponce.com>
12635
12636 * tree-widget.el (tree-widget-value-create): Fix previous change.
12637
12638 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12639
12640 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
12641
12642 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12643
12644 * mouse.el (mouse-move-drag-overlay): New function.
12645 (mouse-drag-region-1): Use it.
12646 Try to simplify a bit the state handling. Handle clicks on links
12647 inside intangible areas.
12648 (mouse-save-then-kill): Minor simplification.
12649 (mouse-secondary-overlay): Make it always non-nil instead of
12650 recreating it each time.
12651 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
12652 (mouse-kill-secondary, mouse-secondary-save-then-kill):
12653 Simplify accordingly.
12654
12655 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12656
12657 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
12658
12659 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
12660
12661 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
12662 (ediff-file-name-sans-prefix): Treat nil as an empty string.
12663 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
12664 to patch.
12665
12666 * ediff-util.el: Use insert-buffer-substring.
12667
12668 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
12669
12670 * emulation/viper-cmd.el (viper-change-state): Don't move over the
12671 field boundaries in the minibuffer.
12672 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
12673 (viper-minibuffer-post-command-hook): New hook.
12674 (viper-line): Don't move cursor at bolp.
12675
12676 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
12677
12678 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
12679 avoid compiler warnings.
12680
12681 * emulation/viper-macs.el (ex-map): Better messages.
12682
12683 * emulation/viper-utils.el (viper-beginning-of-field): New function.
12684
12685 * emulation/viper.el: Replace make-variable-buffer-local with
12686 viper-make-variable-buffer-local everywhere, to avoid warnings.
12687
12688 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12689
12690 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
12691 Delete unused var `old-selected-window'.
12692 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
12693 (mouse-drag-secondary): Delete unused var `start-frame'.
12694
12695 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12696
12697 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
12698
12699 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12700
12701 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
12702 Re-indent within 80 columns. Use inhibit-read-only.
12703
12704 2005-09-19 Romain Francoise <romain@orebokech.com>
12705
12706 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
12707
12708 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12709
12710 * font-lock.el (font-lock-default-fontify-region): Don't add a line
12711 unconditionally, since the after-change-function already did it.
12712
12713 2005-09-19 Miles Bader <miles@gnu.org>
12714
12715 * net/newsticker.el: Get rid of CVS keyword.
12716
12717 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
12718
12719 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
12720 The prompt is formatted later.
12721
12722 2005-09-19 David Ponce <david@dponce.com>
12723
12724 * tree-widget.el (tree-widget-value-create): Save the converted
12725 tree :node widget.
12726
12727 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
12728
12729 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
12730 variable `message'.
12731
12732 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
12733
12734 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
12735 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
12736 <slawomir.nowaczyk.847@student.lu.se>.
12737
12738 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
12739
12740 * image.el (image-load-path): Use symbol `data-directory' instead
12741 of its value, for backward compatibility with packages that bind
12742 it during `find-image'. Suggested by Katsumi Yamaoka.
12743 (image-search-load-path): Handle symbols whose values are strings.
12744
12745 2005-09-18 Romain Francoise <romain@orebokech.com>
12746
12747 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
12748 with-current-buffer form in save-excursion.
12749
12750 2005-09-18 Deepak Goel <deego@gnufans.org>
12751
12752 * apropos.el (apropos-command): Fix `message' call: first arg
12753 should be a format spec. In this and all other cases that appear
12754 below and elsewhere in the source code, I made a change only when
12755 two conditions were satisfied: [1] I can think of a possibility
12756 that the arguments would cause an error, for example, the code in
12757 question relies on external variables such as filenames. [2] I
12758 was sure that the arg to `message' could not have been nil in the code.
12759
12760 * textmodes/tildify.el (tildify-region): Ditto.
12761
12762 * textmodes/reftex-index.el (reftex-index-change-entry)
12763 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
12764 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
12765 * textmodes/org.el (org-complete, org-deadline, org-schedule)
12766 (org-priority, org-table-sum):
12767 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
12768 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
12769 (flyspell-word, flyspell-display-next-corrections):
12770 * textmodes/bibtex.el (bibtex-print-help-message):
12771 * textmodes/artist.el (artist-key-set-point-poly):
12772 * term/mac-win.el (mac-services-insert-text):
12773 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
12774 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
12775 (vhdl-port-paste-testbench, vhdl-compose-new-component)
12776 (vhdl-compose-configuration):
12777 * progmodes/sh-script.el (sh-blink, sh-show-indent)
12778 (sh-set-indent, sh-learn-line-indent):
12779 * progmodes/ps-mode.el (ps-mode-target-column):
12780 * progmodes/idlwave.el (idlwave-make-tags)
12781 (idlwave-scan-library-catalogs):
12782 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
12783 * progmodes/gud.el (gud-jdb-analyze-source):
12784 * progmodes/flymake.el (flymake-log):
12785 * progmodes/ebnf2ps.el (ebnf-generate-region):
12786 * progmodes/cmacexp.el (c-macro-expansion):
12787 * progmodes/ada-xref.el (ada-treat-cmd-string):
12788 * progmodes/ada-mode.el (ada-create-case-exception-substring)
12789 (ada-justified-indent-current, ada-batch-reformat):
12790 * play/zone.el (zone):
12791 * play/landmark.el (lm-move):
12792 * play/decipher.el (decipher-show-alphabet):
12793 * net/newsticker.el (newsticker--display-jump)
12794 (newsticker--display-scroll):
12795 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
12796 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
12797 * mail/feedmail.el (feedmail-dump-message-to-queue):
12798 * eshell/esh-proc.el (eshell-remove-process-entry):
12799 * emulation/ws-mode.el (ws-last-error):
12800 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
12801 (viper-record-kbd-macro):
12802 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
12803 * emacs-lisp/lisp-mnt.el (lm-report-bug):
12804 * emacs-lisp/find-func.el (find-function-noselect):
12805 * calendar/timeclock.el (timeclock-status-string)
12806 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
12807 (timeclock-when-to-leave-string):
12808 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
12809 * calc/calc-units.el (calc-enter-units-table):
12810 * calc/calc-mode.el (calc-mode-record-mode):
12811 * woman.el (woman-mini-help):
12812 * wdired.el (wdired-change-to-wdired-mode):
12813 * vc.el (vc-retrieve-snapshot):
12814 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
12815 * startup.el (display-startup-echo-area-message):
12816 * simple.el (set-goal-column):
12817 * ses.el (ses-command-hook, ses-recalculate-cell):
12818 * server.el (server-process-filter):
12819 * printing.el (pr-interface-txt-print, pr-interface-printify)
12820 (pr-interface-ps):
12821 * pcvs.el (cvs-help):
12822 * log-edit.el (log-edit, log-edit-mode-help):
12823 * iswitchb.el (iswitchb-possible-new-buffer):
12824 * isearch.el (isearch-edit-string):
12825 * image-mode.el (image-mode, image-minor-mode):
12826 * ibuf-macs.el (define-ibuffer-filter):
12827 * hi-lock.el (hi-lock-find-patterns):
12828 * files.el (toggle-read-only):
12829 * ediff-util.el (ediff-copy-diff)
12830 (ediff-write-merge-buffer-and-maybe-kill):
12831 * echistory.el (Electric-history-undefined):
12832 * dnd.el (dnd-insert-text):
12833 * dired-aux.el (dired-query):
12834 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
12835 * bookmark.el (bookmark-bmenu-locate):
12836 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
12837 Fix `message' calls to ensure first arg is a format string.
12838 The change was made only when these two conditions were satisfied:
12839 [1] when there is a possibility that the arguments would cause an error
12840 for example, if the code in question relies on external variables
12841 such as filenames, and
12842 [2] if the arg to `message' could not have been nil in the code.
12843
12844 * pcomplete.el (pcomplete--help): Fix `message' format spec.
12845 Not having a %s would be weird, though not technically wrong.
12846
12847 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12848
12849 * term/mac-win.el (mac-add-charset-info): Doc fix.
12850
12851 2005-09-17 Romain Francoise <romain@orebokech.com>
12852
12853 * shell.el (shell-resync-dirs): Handle echoing processes more
12854 reliably. Don't insert resync command if `comint-process-echoes'
12855 is non-nil.
12856
12857 2005-09-17 Magnus Henoch <mange@freemail.hu>
12858
12859 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
12860 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
12861 aspell versions >= 0.60.
12862 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
12863 only if ispell-aspell-supports-utf8 is non-nil.
12864
12865 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12866
12867 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
12868 buffer-local value to lisp-indent-function.
12869
12870 2005-09-17 Milan Zamazal <pdm@zamazal.org>
12871
12872 * progmodes/glasses.el (glasses-make-readable): If
12873 glasses-separator differs from underscore, put appropriate
12874 overlays over underscore characters.
12875 (glasses-convert-to-unreadable): If glasses-separator differs from
12876 underscore, try to convert glasses-separator characters to
12877 underscores.
12878
12879 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12880
12881 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
12882 Use with-syntax-table and dolist.
12883
12884 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
12885
12886 * textmodes/reftex-auc.el:
12887 * textmodes/reftex-cite.el:
12888 * textmodes/reftex-dcr.el:
12889 * textmodes/reftex-global.el:
12890 * textmodes/reftex-parse.el:
12891 * textmodes/reftex-ref.el:
12892 * textmodes/reftex-sel.el:
12893 * textmodes/reftex-toc.el:
12894 * textmodes/reftex-vars.el:
12895 * textmodes/reftex.el: Small changes to remove compiler warnings.
12896
12897 * textmodes/reftex-index.el: Likewise.
12898 (reftex-query-index-phrase): More efficient use of markers.
12899
12900 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12901
12902 * image.el (image-load-path): New variable.
12903 (image-search-load-path): New function.
12904 (find-image): Search for images in `image-load-path'.
12905
12906 2005-09-15 Richard M. Stallman <rms@gnu.org>
12907
12908 * follow.el: Change Maintainer field.
12909
12910 2005-09-15 David Ponce <david@dponce.com>
12911
12912 * recentf.el (recentf-save-file-modes): New option.
12913 (recentf-save-list): Use it.
12914
12915 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
12916
12917 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
12918 (mode-line-mule-info, mode-line-modified): Move bindings from
12919 mouse-3 to mouse-1.
12920
12921 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12922
12923 * simple.el (sendmail-user-agent-compose): Revert last change.
12924
12925 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12926
12927 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
12928 Use with-current-buffer.
12929 (ange-ftp-gwp-start): Remove unused var `gw-user'.
12930 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
12931 (ange-ftp-insert-directory): Remove unused var `short'.
12932 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
12933
12934 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
12935 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
12936
12937 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
12938 (check-calendar-holidays, diary-list-entries): Autoload.
12939 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
12940 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
12941
12942 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
12943 which mistakenly removed a call to display-buffer.
12944
12945 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
12946
12947 * obsolete/iso-insert.el: Move to obsolete/ from international/.
12948
12949 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
12950
12951 * progmodes/hideshow.el
12952 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
12953 (hs-allow-nesting): New user var.
12954 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
12955 (hs-hide-block-at-point): When nesting allowed,
12956 if there is already an overlay in place, delete it.
12957 (hs-safety-is-job-n): Delete func; remove call sites.
12958 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
12959 (hs-overlay-at): New func.
12960 (hs-already-hidden-p, hs-show-block): Use it.
12961 (hs-hide-all): Don't pre-clean if nesting allowed.
12962 (hs-show-all): Temporarily disallow
12963 nesting around call to `hs-discard-overlays'.
12964
12965 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
12966
12967 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
12968 Delete unused local var.
12969
12970 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
12971
12972 * help-fns.el (describe-categories): "?\ " -> "?\s".
12973 (help-do-arg-highlight): Recognize also ARG-n, as in
12974 `move-to-left-margin' (ARG+n is already recognized). Simplify.
12975
12976 * international/codepage.el (dos-unsupported-char-glyph):
12977 * net/newsticker.el (tool-bar-map, w3-mode-map)
12978 (w3m-minor-mode-map):
12979 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
12980 (ent-alist):
12981 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
12982
12983 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
12984
12985 * custom.el (custom-push-theme): Handle the case where a symbol is
12986 bound but face properties have not yet been assigned.
12987
12988 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
12989 Fix behavior if noerase is `t' and there is no mail buffer.
12990
12991 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
12992 if `continue' is nil, rather than signal an error.
12993
12994 2005-09-12 Richard M. Stallman <rms@gnu.org>
12995
12996 * font-lock.el (font-lock-keywords): Add autoload.
12997
12998 * help-fns.el (describe-variable): Rearrange to put source link
12999 in a predictable place.
13000
13001 * net/newsticker.el: New file.
13002
13003 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13004
13005 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13006 (calendar-basic-setup): Use the new nil arg.
13007 (number-of-diary-entries): Move to diary-lib.el.
13008
13009 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13010 (diary-list-entries): Use with-syntax-table and dolist.
13011 Rename from list-diary-entries.
13012 Use number-of-diary-entries if `number' is nil.
13013 (diary, diary-view-entries): Use this new name and new nil arg value.
13014 (number-of-diary-entries): Move from calendar.el.
13015 (diary-unhide-everything): New function.
13016 (include-other-diary-files, fancy-diary-display)
13017 (diary-show-all-entries, make-diary-entry): Use it.
13018 (diary-mail-entries): Use buffer-string.
13019 (mark-diary-entries): Fix long standing paren typo.
13020 (diary-sexp-entry): Use count-lines.
13021 (make-diary-entry): Avoid `previous-line'.
13022 (diary-mode-map): New var.
13023 (diary-mode): Redraw cal after saving. Setup header-line.
13024 (fancy-diary-display-mode): Use local-set-key.
13025
13026 * startup.el (command-line): Try calling various terminal-init-foo-bar
13027 functions by stripping hyphenated suffixes from $TERM.
13028
13029 * files.el (normal-mode): Check boundness of font-lock-keywords.
13030
13031 2005-09-12 Richard M. Stallman <rms@gnu.org>
13032
13033 * progmodes/compile.el: Don't decide a file's directory
13034 until the user actually tries to go there.
13035 (compilation-next-error-function):
13036 Pass compilation-find-file the directory from the file-struct.
13037 (compilation-internal-error-properties): Separate local FILE-STRUCT
13038 from FILE. Doc the args better. Rename arg FMT to FMTS.
13039 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13040 Expand it, and if nil, use default-directory.
13041 (compilation-get-file-structure): Don't mix specified directory
13042 with default directory. Put specified directory into
13043 file-struct. Don't make the file name absolute.
13044
13045 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13046 (compile-command): Add autoload.
13047 (compilation-disable-input): Add autoload.
13048
13049 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13050
13051 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13052 strings of the variables it can override.
13053 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13054 %Q and %q, for fully-qualified domain name and unqualified host name.
13055
13056 2005-09-11 Kim F. Storm <storm@cua.dk>
13057
13058 * emacs-lisp/authors.el (authors-aliases): Update list.
13059 (authors-fixed-entries): Update mldrag.el entry.
13060
13061 2005-09-10 Alan Mackenzie <acm@muc.de>
13062
13063 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13064 from the region narrowed to.
13065
13066 2005-09-10 Magnus Henoch <mange@freemail.hu>
13067
13068 * textmodes/ispell.el (ispell-check-version): Signal an error if
13069 aspell version is less than 0.60.
13070
13071 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13072
13073 * progmodes/octave-inf.el (inferior-octave-startup):
13074 Resync current dir at the end.
13075
13076 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13077
13078 * woman.el (woman-topic-at-point-default):
13079 Rename to woman-use-topic-at-point-default.
13080 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13081 (woman-file-name): Reflect renames above. Automatically use the
13082 word at point as topic if woman-use-topic-at-point is non-nil.
13083 Otherwise offer it as default but don't insert it in the
13084 minibuffer. Also use `test-completion' instead of `assoc' as
13085 suggested by Stefan Monnier.
13086
13087 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13088
13089 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13090 the attempt to do it over Tramp. This is not yet supported.
13091
13092 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13093
13094 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13095 (menu-bar-non-minibuffer-window-p): New functions.
13096 ("Split Window", "Save As..."): Use them.
13097 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13098 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13099 Use menu-bar-menu-frame-live-and-visible-p.
13100 ("Save Buffer", "Insert File", "Open Directory...")
13101 ("Open File...", "Visit New File..."):
13102 Use menu-bar-non-minibuffer-window-p.
13103 (kill-this-buffer-enabled-p, dired <menu-enable>):
13104 Use menu-bar-non-minibuffer-window-p.
13105
13106 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13107
13108 * cus-start.el (all): Don't complain about fringe-related
13109 built-ins if fringes are not supported. Ditto about
13110 selection-related built-ins. Fix the test for GTK-related built-ins.
13111
13112 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13113 ("Postscript Print Buffer", "Print Region", "Save As...")
13114 ("Save", "Insert File...", "Open Directory...")
13115 ("Open File...", "Visit New File..."")
13116 ("Truncate Long Lines in this Buffer"): Don't look at
13117 menu-updating-frame if this display does not support multiple frames.
13118
13119 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13120
13121 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13122
13123 2005-09-09 Emilio Lopes <eclig@gmx.net>
13124
13125 * woman.el: Format- and whitespace-related changes.
13126
13127 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13128
13129 * woman.el: Fix my email address.
13130
13131 2005-09-08 Richard M. Stallman <rms@gnu.org>
13132
13133 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13134 (sh-mode): Locally set skeleton-pair-default-alist.
13135
13136 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13137
13138 * progmodes/flymake.el: Require `compile' unconditionally.
13139
13140 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13141
13142 * woman.el (woman-file-name): Provide a default, not initial input.
13143
13144 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13145
13146 * font-lock.el (font-lock-support-mode): Doc fix.
13147
13148 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13149
13150 2005-09-08 Richard M. Stallman <rms@gnu.org>
13151
13152 * simple.el (blink-matching-open): Get rid of text props from
13153 the string shown in echo area. Don't permanently set point.
13154 Some rearrangements.
13155
13156 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13157
13158 * recentf.el (recentf-filename-handler): Add custom choice
13159 `abbreviate-file-name'.
13160
13161 * msb.el (msb--very-many-menus): Fix typo.
13162
13163 * disp-table.el (standard-display-european): Don't set
13164 enable-multibyte-characters to nil.
13165
13166 2005-09-08 David Ponce <david@dponce.com>
13167
13168 * recentf.el (recentf-show-file-shortcuts-flag): New option.
13169 (recentf-expand-file-name): Doc fix.
13170 (recentf-dialog-mode-map): Define digit shortcuts.
13171 (recentf--files-with-key): New variable.
13172 (recentf-show-digit-shortcut-filter): New function.
13173 (recentf-open-files-items): New function.
13174 (recentf-open-files): Use it.
13175 (recentf-open-file-with-key): New command.
13176
13177 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
13178
13179 * buff-menu.el (Buffer-menu-sort-by-column): New function.
13180 Suggested by Kim F. Storm.
13181 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13182 (Buffer-menu-make-sort-button): Use global keymap.
13183
13184 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
13185
13186 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13187 (Man-getpage-in-background-advice): Remove defadvice; it isn't
13188 necessary any longer with the remapped command.
13189 (Man-bgproc-sentinel-advice): Remove defadvice which counts
13190 formatting time only.
13191
13192 * net/tramp.el (tramp-action-password)
13193 (tramp-multi-action-password): Compile the password prompt from
13194 `method', `user' and `host'. Sometimes it isn't obvious which
13195 password to enter, for example with remote files offered by
13196 recentf.el, or with multiple steps. Suggested by Robert Marshall
13197 <robert@chezmarshall.freeserve.co.uk>.
13198
13199 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13200
13201 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13202 Fix regexp for when "s///" is at the beginning of line.
13203
13204 2005-09-07 Jay Belanger <belanger@truman.edu>
13205
13206 * calc/calc-poly.el (math-expand-term): Multiply out any powers
13207 when in matrix mode.
13208
13209 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13210
13211 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13212 non-anonymous functions.
13213
13214 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
13215
13216 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13217 when using a header line. Otherwise, use mouse-1-click-follows-link.
13218
13219 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13220 can't be moved; don't signal an error.
13221
13222 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
13223
13224 * cus-theme.el (custom-theme-write-faces): Save the current face
13225 spec, not the defface spec.
13226
13227 * custom.el (custom-known-themes): Clarify meaning of "standard".
13228 (custom-push-theme): Save old values in the standard theme.
13229 (disable-theme): Correct typo.
13230 (custom-face-theme-value) Deleted unused function.
13231 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13232
13233 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * progmodes/compile.el (compilation-goto-locus): Take into account
13236 iconified frames when determining whether the buffer is
13237 already visible.
13238 Don't reset window height if the window already existed.
13239
13240 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
13241
13242 * custom.el (load-theme): Rename from require-theme.
13243 Add interactive spec.
13244 (enable-theme): Rename from custom-enable-theme.
13245 Add interactive spec.
13246 (disable-theme): Rename from custom-disable-theme.
13247 Add interactive spec.
13248 (custom-make-theme-feature): Doc fix.
13249 (custom-theme-directory): Doc fix.
13250 (provide-theme): Call enable-theme.
13251
13252 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 * obsolete/lazy-lock.el (lazy-lock-mode):
13255 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13256 font-lock-mode if it's off. Print a warning instead.
13257
13258 * progmodes/compile.el (compilation-start): Ignore errors if the
13259 process died before we get to send-eof.
13260
13261 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13262 Undo last change. Enclosing the result in quotes broke things on Unix
13263 since tex-send-command passes it through shell-quote-argument.
13264 (tex-send-command): Pass `file' through convert-standard-filename
13265 when possible.
13266 (tex-uptodate-p): Handle the case where TeX hasn't put additional
13267 info in a transcript.
13268
13269 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13270
13271 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13272 fix compilation warning. Reorder the key definitions to group
13273 together keys emitted by the current version of xterm.
13274
13275 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13276 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13277 Reorder predicates to correct min-color usage.
13278
13279 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
13280
13281 * longlines.el (longlines-mode): Inhibit read-only when encoding.
13282 Kill local variables when longlines-mode is turned off.
13283
13284 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13285
13286 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13287
13288 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13289
13290 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13291
13292 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13293 (font-lock-lines-before): Change default to being inactive.
13294 (font-lock-default-fontify-region): Obey font-lock-lines-before.
13295 (font-lock-after-change-function): Don't handle f-l-lines-before here.
13296
13297 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13298
13299 * net/tramp.el (tramp-handle-make-auto-save-file-name):
13300 Deactivate temporarily advice if active (not needed for Emacs 22,
13301 but for backwards compatibility).
13302 (tramp-exists-file-name-handler): Rewrite. First implementation
13303 was too simple.
13304 (tramp-advice-make-auto-save-file-name):
13305 Call `tramp-handle-make-auto-save-file-name' (again, just for
13306 backwards compatibility).
13307
13308 2005-08-31 Reto Zimmermann <reto@gnu.org>
13309
13310 * progmodes/vhdl-mode.el
13311 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13312 (vhdl-end-p): Fix indentation bug "else" after "-- when".
13313 (vhdl-set-default-project): New function (easier setting of default).
13314 (vhdl-port-copy): Handle extended identifiers for generics.
13315 (vhdl-compiler-alist): Better description for error message regexp.
13316 (vhdl-make): Query for target, use previous as default.
13317 (vhdl-port-copy): Fix port copy for port names starting with "signal".
13318 (vhdl-font-lock-keywords-2): Fix fontification for record
13319 el. assign.
13320 (vhdl-speedbar-make-subpack-line): Add package body link.
13321 (vhdl-generate-makefile-1): Not include itself as dependency.
13322 (vhdl-font-lock-init): Highlight c-preprocessor directives.
13323 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13324 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13325 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13326 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13327 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13328 (vhdl-import-project): Add string argument for `error'.
13329 (vhdl-compose-configuration)
13330 (vhdl-compose-configuration-architecture): Add configuration
13331 declaration generation.
13332 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13333 (vhdl-trailer-re): Add "record" keyword (better indentation).
13334 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13335 "[^ \t-\"]+".
13336 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13337 (vhdl-testbench-entity-file-name)
13338 (vhdl-testbench-architecture-file-name): Allow separate
13339 customization of testbench file names.
13340 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13341 (vhdl-get-visible-signals): Allow newline within alias declaration.
13342 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13343 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13344 (member-ignore-case): Alias for missing function in XEmacs.
13345 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13346 (vhdl-update-sensitivity-list): Ignore case on read signals.
13347 (vhdl-replace-string): Adjust case only for file names.
13348 (vhdl-update-sensitivity-list): Fix search for read signals.
13349 (vhdl-update-sensitivity-list): Exclude formal parameters.
13350 (vhdl-get-visible-signals): Include aliases of signals.
13351 (vhdl-get-visible-signals): Fix signal name searching.
13352 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13353 (vhdl-fixup-whitespace-region): Fix for character
13354 literals (e.g. `:').
13355
13356 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13357
13358 * ansi-color.el (comint-last-output-start):
13359 * bs.el (font-lock-verbose):
13360 * diff-mode.el (add-log-buffer-file-name-function):
13361 * dired-x.el (vm-folder-directory):
13362 * faces.el (help-xref-stack-item):
13363 * files.el (font-lock-keywords):
13364 * find-lisp.el (dired-buffers, dired-subdir-alist):
13365 * ido.el (cua-inhibit-cua-keys):
13366 * log-view.el (cvs-minor-wrap-function):
13367 * outline.el (font-lock-warning-face):
13368 * simple.el (compilation-current-error):
13369 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13370 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13371 * tooltip.el (comint-prompt-regexp):
13372 * w32-fns.el (explicit-shell-file-name):
13373 * term/mac-win.el (mac-charset-info-alist)
13374 (mac-services-selection, mac-system-script-code):
13375 * term/tty-colors.el (msdos-color-values):
13376 * term/w32-win.el (xlfd-regexp-registry-subnum):
13377 * term/x-win.el (x-keysym-table, x-selection-timeout)
13378 (x-session-id, x-session-previous-id):
13379 * textmodes/ispell.el (mail-yank-prefix):
13380 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13381 * textmodes/org.el (calc-embedded-close-formula)
13382 (calc-embedded-open-formula)
13383 (font-lock-unfontify-region-function):
13384 * textmodes/reftex-global.el (isearch-next-buffer-function)
13385 (TeX-master):
13386 * textmodes/reftex.el (font-lock-keywords):
13387 * textmodes/tex-mode.el (font-lock-comment-face)
13388 (font-lock-doc-face):
13389 * textmodes/texinfo.el (outline-heading-alist):
13390 Add defvars.
13391
13392 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13393 (artist-spray-chars, artist-mode-init, artist-replace-string)
13394 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13395 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13396 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13397
13398 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13399 (conf-align-assignments): "?\ " -> "?\s".
13400
13401 * textmodes/reftex-index.el (TeX-master): Add defvar.
13402 (reftex-index-phrases-marker): Move up defvar.
13403
13404 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13405 (reftex-toc-include-labels-indicator)
13406 (reftex-toc-include-index-indicator)
13407 (reftex-toc-max-level-indicator): Move up declarations.
13408
13409 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13410 of args to `tramp-run-real-handler', even if it's empty in this case.
13411
13412 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13413
13414 * dired.el (dired-move-to-filename-regexp): Add date format for
13415 Mac OS X 10.3 in East Asian locales.
13416
13417 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13418
13419 * files.el (make-auto-save-file-name): Add file name handler call
13420 if applicable.
13421
13422 * net/tramp.el (tramp-file-name-handler-alist)
13423 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13424 (tramp-handle-make-auto-save-file-name): Rename from
13425 `tramp-make-auto-save-file-name'.
13426 (tramp-exists-file-name-handler): New defun.
13427 (tramp-advice-make-auto-save-file-name): Make defadvice only when
13428 `make-auto-save-file-name' is not a magic file name operation.
13429
13430 2005-08-30 Richard M. Stallman <rms@gnu.org>
13431
13432 * files.el (risky-local-variable-p):
13433 Match `-predicates' and `-commands.
13434
13435 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13436 (custom-save-all): Visit the file if necessary;
13437 kill the buffer if we created it.
13438 (custom-save-delete): Don't visit file or kill buffer here.
13439
13440 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
13441
13442 * textmodes/org.el (org-special-keyword): New face.
13443 (org-table-copy-down, org-table-eval-formula)
13444 (org-table-recalculate, org-init-section-numbers):
13445 Use `string-to-number' instead of `string-to-int'.
13446 (org-get-location): Use `insert-buffer-substring' instead of
13447 `insert-buffer'.
13448 (org-modify-diary-entry-string): New function.
13449 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13450 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13451 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13452 active region.
13453 (org-export-as-html): Handle QUOTE keyword.
13454 (org-quote-string): New option.
13455 (org-bookmark-jump-unhide): New function, used for
13456 `bookmark-after-jump-hook'.
13457 (org-diary-default-entry): Apply only when not called through
13458 `org-agenda'.
13459
13460 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
13461
13462 * net/eudc.el (mode-popup-menu):
13463 * play/handwrite.el (ps-printer-name, ps-lpr-command):
13464 * progmodes/ada-mode.el (compile-auto-highlight)
13465 (skeleton-further-elements):
13466 * progmodes/autoconf.el (font-lock-syntactic-keywords):
13467 * progmodes/cmacexp.el (msdos-shells):
13468 * progmodes/compile.el (font-lock-extra-managed-props)
13469 (font-lock-keywords, font-lock-maximum-size)
13470 (font-lock-support-mode):
13471 * progmodes/grep.el (font-lock-lines-before):
13472 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13473 * progmodes/mixal-mode.el (compile-command):
13474 * progmodes/perl-mode.el (font-lock-comment-face)
13475 (font-lock-doc-face, font-lock-string-face):
13476 * progmodes/prolog.el (comint-prompt-regexp):
13477 * progmodes/sh-script.el (font-lock-comment-face)
13478 (font-lock-set-defaults, font-lock-string-face):
13479 * progmodes/sql.el (font-lock-keyword-face)
13480 (font-lock-set-defaults, font-lock-string-face):
13481 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
13482 (itimer-version, lazy-lock-defer-contextually)
13483 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
13484 Add defvars.
13485
13486 * progmodes/cperl-mode.el (cperl-electric-lbrace)
13487 (cperl-electric-keyword, cperl-electric-pod)
13488 (cperl-electric-backspace, cperl-forward-re)
13489 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
13490 (vc-rcs-header, vc-sccs-header): Add defvars.
13491
13492 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
13493 (font-lock-syntactic-keywords, gud-find-expr-function):
13494 Add defvars.
13495
13496 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
13497 (gdb-frame-parameters): Declare before use.
13498
13499 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
13500 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
13501 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
13502 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
13503
13504 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
13505 (idlwave-help-with-source): Use `insert-buffer-substring', not
13506 `insert-buffer'.
13507
13508 2005-08-29 Juri Linkov <juri@jurta.org>
13509
13510 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
13511 Put outline-back-to-heading function call inside save-excursion.
13512
13513 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
13514
13515 * man.el (Man-init-defvars, Man-translate-references)
13516 (Man-support-local-filenames, Man-highlight-references):
13517 * progmodes/sql.el (sql-interactive-mode):
13518 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
13519
13520 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
13521 (compilation-mode-font-lock-keywords): Add defvars.
13522 (checkdoc-interactive-loop): "?\ " -> "?\s".
13523
13524 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
13525 (font-lock-doc-face, font-lock-string-face)
13526 (font-lock-keywords-case-fold-search): Add defvars.
13527 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
13528
13529 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
13530 Don't pass X and Y (they are ignored anyway).
13531 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
13532 (mouse-delete-window): Make arguments optional.
13533
13534 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
13535 (caesar-translate-table, minor-modes, news-buffer-save)
13536 (news-group-name, news-minor-modes): Add defvars.
13537
13538 * emacs-lisp/lselect.el (mouse-highlight-priority)
13539 (x-lost-selection-functions, zmacs-regions):
13540 * emacs-lisp/pp.el (font-lock-verbose):
13541 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
13542 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
13543 (ses-mode-map):
13544 * emacs-lisp/tcover-unsafep.el (safe-functions):
13545 * international/mule-cmds.el (mac-system-coding-system)
13546 (mac-system-locale):
13547 * language/ethio-util.el (rmail-current-message)
13548 (rmail-message-vector):
13549 * language/thai-util.el (thai-auto-composition-mode):
13550 * mail/metamail.el (rmail-current-message, rmail-message-vector):
13551 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
13552 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
13553 (vm-primary-inbox, vm-spool-files):
13554 * mail/rmail.el (deleted-head, font-lock-fontified)
13555 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
13556 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
13557 (total-messages):
13558 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
13559 (rmail-summary-mode-map):
13560 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
13561 (rmail-last-label, rmail-last-multi-labels)
13562 (rmail-summary-vector, rmail-total-messages):
13563 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
13564 * mail/rmailsum.el (msgnum):
13565 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
13566 (rmail-current-message):
13567 * obsolete/fast-lock.el (font-lock-face-list):
13568 * obsolete/rnewspost.el (mail-reply-buffer):
13569 * obsolete/scribe.el (compile-command):
13570 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
13571
13572 2005-08-28 John Paul Wallington <jpw@gnu.org>
13573
13574 * ibuf-ext.el (ibuffer-auto-update-changed):
13575 Use `frame-or-buffer-changed-p' to check whether we need to update.
13576 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
13577 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
13578 as a `frame-or-buffer-changed-p' state vector instead.
13579
13580 2005-08-27 Romain Francoise <romain@orebokech.com>
13581
13582 * textmodes/makeinfo.el (makeinfo-compile):
13583 Use `compilation-start'. Set `next-error-function' according to
13584 `disable-errors'.
13585 (makeinfo-next-error): New function.
13586 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
13587 (makeinfo-buffer): Likewise.
13588
13589 * progmodes/compile.el (compilation-start): Add autoload cookie.
13590
13591 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
13592 * textmodes/sgml-mode.el: Likewise.
13593 * progmodes/python.el: Likewise.
13594
13595 2005-08-27 Eli Zaretskii <eliz@gnu.org>
13596
13597 * simple.el (blink-matching-paren-distance): Document the meaning
13598 of nil value, and allow to customize to nil.
13599
13600 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
13601 command.com, not command.exe.
13602
13603 2005-08-26 John Wiegley <johnw@newartisans.com>
13604
13605 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
13606 code around a bit so that an extraneous nil argument is not added
13607 to a command when no args are given.
13608
13609 * eshell/esh-arg.el (eshell-parse-double-quote): If a
13610 double-quoted argument resolves to nil, return it as an empty
13611 string rather than as nil. This made it impossible to pass "" to
13612 a shell script as a null string argument.
13613
13614 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13615
13616 * outline.el (outline-invent-heading): New fun.
13617 (outline-promote, outline-demote): Use it.
13618 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
13619 (outline-end-of-subtree): Remove unused var `opoint'.
13620
13621 2005-08-26 David Reitter <david.reitter@gmail.com>
13622
13623 * menu-bar.el (truncate-lines, write-file, print-buffer)
13624 (ps-print-buffer-faces, ps-print-buffer, split-window):
13625 Disable menu items when the frame they refer to is invisible, or when
13626 they refer to a buffer and the minibuffer is selected.
13627
13628 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13629
13630 * progmodes/flymake.el (flymake-highlight-err-lines):
13631 Use save-excursion around flymake-highlight-line to preserve point.
13632
13633 2005-08-26 Eli Zaretskii <eliz@gnu.org>
13634
13635 * progmodes/octave-mod.el: Change Author and Maintainer address.
13636 (octave-maintainer-address): Change Kurt's email address.
13637 * progmodes/octave-inf.el: Change Author and Maintainer address.
13638 * progmodes/octave-hlp.el: Change Author and Maintainer address.
13639
13640 2005-08-26 Kim F. Storm <storm@cua.dk>
13641
13642 * subr.el (version-list-<, version-list-<=, version-list-=):
13643 Rename from integer-list-*.
13644 (version-list-not-zero): Likewise. Fix while loop.
13645 (version=): Use version-list-= instead of string-equal.
13646
13647 2005-08-26 Richard M. Stallman <rms@gnu.org>
13648
13649 * outline.el (outline-promote): Try shortening the heading.
13650 As last resort, read the heading to use.
13651 (outline-demote): As last resort, read the heading to use.
13652
13653 2005-08-26 Romain Francoise <romain@orebokech.com>
13654
13655 * progmodes/compile.el (compilation-start): Doc fix.
13656
13657 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
13658 (antlr-font-lock-additional-keywords): Fix reference to
13659 `antlr-font-lock-literal-regexp' erroneously changed during the
13660 mass face rename.
13661 (antlr-run-tool): Use `compilation-start'.
13662
13663 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
13664 instead of the obsolete `compile-internal'.
13665
13666 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
13667
13668 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
13669 (number, original-date):
13670 * calendar/cal-china.el (date):
13671 * calendar/cal-coptic.el (date):
13672 * calendar/cal-french.el (date):
13673 * calendar/cal-hebrew.el (date, entry, number, original-date):
13674 * calendar/cal-islam.el (date, number, original-date):
13675 * calendar/cal-iso.el (date):
13676 * calendar/cal-julian.el (date):
13677 * calendar/cal-mayan.el (date):
13678 * calendar/cal-menu.el (date, event):
13679 * calendar/cal-persia.el (date):
13680 * calendar/lunar.el (date):
13681 * calendar/solar.el (date): Add defvars.
13682
13683 * emerge.el:
13684 * ibuffer.el:
13685 * info-xref.el:
13686 * obsolete/bg-mouse.el:
13687 * obsolete/sun-curs.el:
13688 * obsolete/swedish.el: Move the `defvar's to the top level.
13689
13690 * smerge-mode.el (smerge-refined-change): Add :group.
13691
13692 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
13693
13694 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
13695 (smerge-keep-n): Remove props.
13696 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13697 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
13698 now that it's done in smerge-keep-n.
13699 (smerge-refined-change): New face.
13700 (smerge-refine-chopup-region, smerge-refine-highlight-change)
13701 (smerge-refine): New funs.
13702 (smerge-basic-map): Bind smerge-refine.
13703
13704 2005-08-25 Juri Linkov <juri@jurta.org>
13705
13706 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
13707 compilation-process-setup-function and compilation-disable-input
13708 in grep-mode instead of let-bindings in grep.
13709
13710 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
13711 Delete "Automatic File De/compression" (auto-compression-mode).
13712
13713 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
13714
13715 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
13716 Silence warning about non-existent variable.
13717
13718 2005-08-25 Richard M. Stallman <rms@gnu.org>
13719
13720 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
13721 Rename "Describe Key" to "Describe Key or Mouse Operation".
13722
13723 * mail/mailalias.el (build-mail-aliases): Delete comments
13724 from the contents before processing them.
13725
13726 * isearch.el (isearch-edit-string): Erase the Search prompt
13727 if user enters an empty string and there is no default.
13728
13729 * comint.el (comint-file-name-prefix): Add autoload.
13730
13731 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
13732
13733 * subr.el (play-sound): Rearrange to avoid warning.
13734
13735 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
13736
13737 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
13738 New hook.
13739 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
13740
13741 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13742
13743 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
13744
13745 * custom.el (custom-theme-set-variables): Sort minor modes last.
13746
13747 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13748
13749 * subr.el (version-separator, version-regexp-alist): New vars used by
13750 version comparison funs.
13751 (integer-list-<, integer-list-=, integer-list-<=)
13752 (integer-list-not-zero): New funs for integer list comparison.
13753 (version-to-list, version=, version<, version<=): New funs for version
13754 comparison.
13755
13756 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
13757
13758 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
13759 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
13760 time to silence the byte-compiler.
13761
13762 * ibuffer.el (ibuffer-compile-make-eliding-form)
13763 (ibuffer-check-formats): Use `with-no-warnings' to hide references
13764 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
13765 so it's silly to get warnings for it).
13766 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
13767 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
13768 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
13769 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
13770 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
13771 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
13772 Defvar at compile time.
13773 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
13774 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
13775 Declare them before use.
13776
13777 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
13778 (info-xref-good, info-xref-bad): Defvar at compile time.
13779
13780 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
13781 Use `let*' instead of `let'.
13782
13783 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
13784 (*mouse-y*, menu, char): Defvar at compile time.
13785 (sc::menu): Declare it before use.
13786 (sc::pack-one-line): Use `let', not `let*'.
13787
13788 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
13789 (mail-send-hook): Defvar at compile time.
13790
13791 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
13792 Defvar at compile time.
13793
13794 * term/sun-mouse.el (current-global-mousemap)
13795 (current-local-mousemap): Declare them before use.
13796
13797 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
13798
13799 * bookmark.el (bookmark-after-jump-hook): New hook.
13800 (bookmark-jump): Run `bookmark-after-jump-hook'.
13801
13802 2005-08-23 Juri Linkov <juri@jurta.org>
13803
13804 * faces.el (minibuffer-prompt): Doc fix.
13805
13806 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
13807
13808 * progmodes/xscheme.el: Trivial changes to silence warnings.
13809 (xscheme-previous-mode, xscheme-previous-process-state):
13810 Add defvars.
13811 (xscheme-last-input-end, xscheme-process-command-line)
13812 (xscheme-process-name, xscheme-buffer-name)
13813 (xscheme-expressions-ring-max, xscheme-expressions-ring)
13814 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
13815 (xscheme-control-g-synchronization-p)
13816 (xscheme-control-g-disabled-p, xscheme-string-receiver)
13817 (default-xscheme-runlight, xscheme-runlight)
13818 (xscheme-runlight-string, xscheme-process-filter-state)
13819 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
13820 Move to beginning of file.
13821 (scheme-interaction-mode-commands-alist)
13822 (scheme-interaction-mode-map, scheme-debugger-mode-map):
13823 Declare them before use. Note: the initialization code for the variables
13824 has not been moved because it uses functions that reference the variables.
13825 (xscheme-control-g-message-string, xscheme-process-filter-alist)
13826 (xscheme-prompt-for-expression-map): Declare them before use.
13827 (scheme-debugger-mode-commands): "?\ " -> "?\s".
13828
13829 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
13830
13831 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
13832
13833 2005-08-22 Juri Linkov <juri@jurta.org>
13834
13835 * faces.el (set-face-underline): Delete this duplicate function
13836 and make an obsolete alias to set-face-underline-p.
13837 (set-face-underline-p): Use docstring of set-face-underline.
13838 (describe-face): Create hyperlink to parent face.
13839
13840 * info.el (Info-insert-dir): Use save-excursion around
13841 insert-buffer-substring.
13842 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
13843 (Info-escape-percent): Delete function.
13844 (Info-fontify-node): Replace Info-escape-percent by
13845 replace-regexp-in-string with REP arg set to lambda that
13846 duplicates `%' and preserves text properties.
13847
13848 * progmodes/compile.el (compilation-disable-input): Doc fix.
13849 (define-compilation-mode): Doc fix and refill.
13850 (kill-compilation): Use `mode-name' in the error message.
13851 (compilation-find-file): Use `compilation-error' in the
13852 read-file-name's prompt.
13853
13854 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13855
13856 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
13857 (smerge-auto-leave): Make undo re-enable the mode.
13858 (debug-ignored-errors): Add the user-error of impossible resolution.
13859 (smerge-resolve): Move things around a bit, in preparation for later.
13860 (smerge-diff): Don't fail if the buffer has no associated file.
13861 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
13862 (smerge-conflict-overlay): New function.
13863 (smerge-match-conflict): Don't add text properties here.
13864 (smerge-find-conflict): Instead, add an overlay here.
13865 Also check for the case where we're inside a conflict already, so as to
13866 obviate the need for font-lock-multiline, which is unbearably slow with
13867 large conflicts and ciomplex font-lock patterns.
13868 (smerge-remove-props): Remove overlay rather than text-properties.
13869 (smerge-mode): Don't set font-lock-multiline.
13870 Remove overlays when turned off.
13871
13872 2005-08-21 Kim F. Storm <storm@cua.dk>
13873
13874 * ido.el (ido-ignore-item-p): Use save-match-data.
13875 Bind case-fold-search to ido-case-fold locally.
13876
13877 2005-08-20 Richard M. Stallman <rms@gnu.org>
13878
13879 * files.el (normal-mode): If font lock is on, turn it off and on.
13880
13881 * subr.el (replace-regexp-in-string): Doc fix.
13882
13883 * startup.el (command-line-1): Don't suppress startup screen
13884 due to existing processes.
13885
13886 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
13887
13888 * progmodes/compile.el (compilation-disable-input): Default to nil.
13889
13890 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13891
13892 * progmodes/compile.el (compilation-disable-input): New defcustom.
13893 (compilation-start): If compilation-disable-input is non-nil, send
13894 EOF to the compilation process.
13895
13896 2005-08-20 Eli Zaretskii <eliz@gnu.org>
13897
13898 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
13899 Run the argument of tex-shell-cd-command through
13900 convert-standard-filename, to get the correct style of slashes on
13901 Windows, and enclose the result in quotes, in case the file name
13902 includes whitespace or other special characters.
13903
13904 2005-08-19 Andreas Schwab <schwab@suse.de>
13905
13906 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
13907 process.
13908
13909 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
13910
13911 * cus-start.el (minibuffer-prompt-properties): Correct typo.
13912
13913 2005-08-18 Kim F. Storm <storm@cua.dk>
13914
13915 * scroll-lock.el: Fix errors due to incorrect line wrapping.
13916
13917 2005-08-18 Richard M. Stallman <rms@gnu.org>
13918
13919 * scroll-lock.el: New file.
13920
13921 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
13922
13923 * dired.el (dired-move-to-end-of-filename):
13924 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
13925
13926 2005-08-18 Kim F. Storm <storm@cua.dk>
13927
13928 * ido.el (ido-everywhere): Fix defcustom :set function to disable
13929 rather than toggle mode when custom value is nil.
13930 (ido-everywhere): Fix defun doc string.
13931
13932 2005-08-17 Richard M. Stallman <rms@gnu.org>
13933
13934 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
13935 as tag instead of "Inviolable".
13936
13937 2005-08-17 Kim F. Storm <storm@cua.dk>
13938
13939 * windmove.el (windmove-coordinates-of-position): Remove.
13940 (windmove-coordinates-of-window-position): Remove.
13941 (windmove-reference-loc): Use posn-at-point instead.
13942
13943 * subr.el (insert-for-yank-1): Doc fix.
13944
13945 * ido.el (ido-enter-matching-directory): Rename from
13946 ido-enter-single-matching-directory. Change `slash' choice to
13947 `only'. Add `first' choice.
13948 (ido-exhibit): Adapt to above changes.
13949
13950 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
13951
13952 * Makefile.in: Expand comment about building loaddefs.el.
13953
13954 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
13955
13956 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
13957 Comment use of defadvice.
13958
13959 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
13960
13961 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
13962
13963 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
13964 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
13965 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
13966 * progmodes/idlw-shell.el, progmodes/ld-script.el,
13967 * progmodes/which-func.el, ruler-mode.el, strokes.el,
13968 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
13969 for backward compatibility for faces that did not appear in the
13970 previous Emacs release.
13971
13972 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
13973
13974 2005-08-15 Kim F. Storm <storm@cua.dk>
13975
13976 * emulation/cua-base.el (cua-delete-region): Return t if
13977 deleted region was non-empty.
13978 (cua-replace-region): Inhibit overwrite-mode for
13979 self-insert-command if replaced region was non-empty.
13980 (cua--explicit-region-start, cua--status-string): Make them
13981 buffer-local at top-level...
13982 (cua-mode): ...rather than when mode is enabled.
13983
13984 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
13985
13986 * progmodes/vhdl-mode.el (vhdl-emacs-21):
13987 Set t for Emacs 21, 22, and so on.
13988
13989 2005-08-15 David Ponce <david@dponce.com>
13990
13991 * tree-widget.el: Update Commentary header.
13992 (tree-widget-theme): Doc fix.
13993 (tree-widget-space-width): New option.
13994 (tree-widget-image-properties): Look up in the default theme too.
13995 (tree-widget--cursors): Only for images with arrow pointer shape.
13996 (tree-widget-lookup-image): Pointer shape is hand by default.
13997 (tree-widget-icon): Rename generic icon widget from
13998 `tree-widget-control'.
13999 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14000 derive from `tree-widget-icon'.
14001 (tree-widget-handle): Improve default look and feel of the text
14002 representation.
14003 (tree-widget): Rename :*-control properties to :*-icon properties.
14004 Add :action and :help-echo properties.
14005 (tree-widget-after-toggle-functions): Move.
14006 (tree-widget-close-node, tree-widget-open-node): Remove.
14007 (tree-widget-before-create-icon-functions): New hook.
14008 (tree-widget-value-create): Update to allow customization of icons
14009 and nodes at run-time via that new hook.
14010 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14011 (tree-widget-icon-action, tree-widget-icon-help-echo)
14012 (tree-widget-action, tree-widget-help-echo): New functions.
14013
14014 2005-08-15 Kim F. Storm <storm@cua.dk>
14015
14016 * ido.el (ido-buffer-internal): Use with-no-warnings.
14017 (ido-make-merged-file-list): Use while-no-input.
14018
14019 2005-08-15 Richard M. Stallman <rms@gnu.org>
14020
14021 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14022 (flyspell-large-region): Fix doc and custom type.
14023
14024 2005-08-14 Richard M. Stallman <rms@gnu.org>
14025
14026 * files.el (interpreter-mode-alist): Doc fix.
14027
14028 * mail/rmail.el (rmail-nonignored-headers): New variable.
14029 (rmail-clear-headers): Use it.
14030 (rmail-reply): Better handling of mail-followup-to header.
14031
14032 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14033 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14034 don't try to refer to executable-font-lock-keywords.
14035 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14036 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14037 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14038 (sh-mode): Set comment-start-skip, local-abbrev-table,
14039 imenu-case-fold-search.
14040 (sh-set-shell): Don't set them here.
14041 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14042 Don't cache the results in the original alist; don't ever modify
14043 that alist.
14044
14045 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14046
14047 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14048 empty.
14049
14050 2005-08-15 Andreas Schwab <schwab@suse.de>
14051
14052 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14053
14054 * dired.el, info.el, mail/rmail.el: Revert last change.
14055
14056 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14057
14058 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14059 modification in `eval-after-load' form.
14060 * info.el: Likewise.
14061 * mail/rmail.el: Likewise.
14062
14063 2005-08-14 Juri Linkov <juri@jurta.org>
14064
14065 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14066 Remove highlighting of "Compilation started". Highlight only
14067 the word "finished" in "Compilation finished". Add highlighting
14068 of "interrupt", "killed", "terminated" and the exit code.
14069 (compilation-start): Add newline after header. Use exactly the
14070 same time stamp format as the finishing message.
14071 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14072
14073 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14074 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14075 Add highlighting of "interrupt", "killed", "terminated".
14076
14077 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14078 enabled and the current command is self-insert-command, call it
14079 explicitly with overwrite-mode bound to nil, to not allow it
14080 to delete the character after the selected region.
14081
14082 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14083
14084 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14085 move-end-of-line, end-of-line, and beginning-of-line to the list
14086 of commands after which the echo area is updated.
14087
14088 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14089
14090 * cus-edit.el (custom-save-all, custom-save-delete):
14091 Bind recentf-exclude to exclude custom-file.
14092
14093 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14094
14095 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14096 to go to the bottom of the mail message. Added to
14097 `rmail-summary-mode-map' with key "/".
14098 (rmail-summary-show-message): New (internal) function for use by
14099 both `rmail-summary-beginning/end-of-message'.
14100 (rmail-summary-beginning-of-message): Change to use
14101 rmail-summary-show-message.
14102
14103 * mail/rmail.el (rmail-end-of-message): New command to go to the
14104 end of the current message. Added to `rmail-mode-map' with key "/".
14105 (rmail-beginning-of-message): Fix to work as documented.
14106 (rmail-mode): Change documentation.
14107
14108 * progmodes/compile.el (compilation-start): Add the line
14109 "Compilation started" with compilation start time.
14110 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14111
14112 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14113
14114 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14115 of menu items.
14116
14117 2005-08-11 Richard M. Stallman <rms@gnu.org>
14118
14119 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14120
14121 * battery.el (battery-status-function): Don't use ignore-errors.
14122
14123 2005-08-11 Lute Kamstra <lute@gnu.org>
14124
14125 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14126 define-obsolete-variable-alias.
14127
14128 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14129
14130 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14131 (ange-ftp-send-cmd): Revert last change, and expand
14132 the comment explaining the problem.
14133
14134 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14135
14136 * ldefs-boot.el: Update.
14137
14138 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14139 item to "Time, Load and Mail". Change help echo text.
14140
14141 * time.el (display-time-use-mail-icon, display-time-format)
14142 (display-time-string-forms): Shorten first line of docstrings.
14143
14144 2005-08-10 Lars Hansen <larsh@soem.dk>
14145
14146 * desktop.el (desktop-buffer-mode-handlers):
14147 Make non-customizable. Add autoload cookie. Change initial value to
14148 nil; add elements in respective modules instead. Fix doc string.
14149 (desktop-load-file): New function.
14150 (desktop-minor-mode-handlers): New autoloaded variable.
14151 (desktop-create-buffer): Call minor mode handlers.
14152 Use desktop-load-file to load major and minor mode modules prior to
14153 checking for a handler.
14154 (desktop-save): Don't add nil to desktop-minor-modes for minor
14155 modes with nil function in desktop-minor-mode-table. Don't delete
14156 desktop file before rewriting it.
14157 (desktop-locals-to-save): Add autoload cookie. Don't make
14158 automatically buffer-local. Add variables column-number-mode,
14159 size-indication-mode, indent-tabs-mode,
14160 indicate-buffer-boundaries, indicate-empty-lines and
14161 show-trailing-whitespace.
14162 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14163 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14164 (desktop-clear-preserve-buffers-regexp): Delete.
14165 (desktop-clear-preserve-buffers): Update initial value and docstring.
14166 (desktop-save-buffer): Fix doc string.
14167
14168 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14169 (hilit-chg-desktop-restore): New function.
14170 (highlight-changes-mode): Add highlight-changes-mode to
14171 desktop-locals-to-save.
14172
14173 * dired.el: Add handler to desktop-buffer-mode-handlers.
14174 (dired-restore-desktop-buffer): Remove autoload cookie.
14175 (dired-mode): Add autoload cookie.
14176
14177 * info.el: Add handler to desktop-buffer-mode-handlers.
14178 (Info-restore-desktop-buffer): Remove autoload cookie.
14179 (Info-mode): Add autoload cookie.
14180
14181 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14182 (mh-restore-desktop-buffer): Remove autoload cookie.
14183 (mh-folder-mode): Add autoload cookie.
14184
14185 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14186 (rmail-restore-desktop-buffer): Remove autoload cookie.
14187
14188 2005-08-11 Masatake YAMATO <jet@gyve.org>
14189
14190 * hexl.el (hexl-address-region):
14191 (hexl-ascii-region, hexl-font-lock-keywords):
14192 (hexl-highlight-line-range): Use the term "region"
14193 instead of "area" for consistency with the other symbols
14194 defined in hexl.el.
14195
14196 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
14197
14198 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14199 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14200 out by Juri Linkov). Add `display-battery-mode'.
14201
14202 2005-08-09 Juri Linkov <juri@jurta.org>
14203
14204 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14205 Remove `-text' from face variable names.
14206 (compilation-error-file-name, compilation-warning-file-name)
14207 (compilation-info-file-name): Delete faces.
14208 (compilation-line-number, compilation-column-number):
14209 Remove face underlining.
14210 (compilation-message-face): Set to `underline' value by default.
14211 (compilation-error-face, compilation-warning-face)
14212 (compilation-info-face): Remove `-file-name' from face names.
14213 (compilation-error-text-face, compilation-warning-text-face)
14214 (compilation-info-text-face): Delete face variables.
14215 (compilation-text-face): Delete function.
14216
14217 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14218 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14219 (grep-error-face): Set to `compilation-error' instead of
14220 `compilation-error-face' (which is redefined to `grep-hit-face' in
14221 grep buffers).
14222 (grep-mode-font-lock-keywords): Remove `-text' from face variable
14223 names. Use `grep-error-face' instead of `compilation-error-text-face'.
14224
14225 * dired-aux.el (dired-do-query-replace-regexp):
14226 Use `query-replace-read-args'.
14227
14228 * replace.el (query-replace-read-from, query-replace-read-to)
14229 (query-replace-read-args): Rename arg `string' to `prompt'.
14230
14231 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14232
14233 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14234
14235 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14236 uploading files.
14237 (ange-ftp-canonize-filename): Handle file names beginning with ~
14238 correctly.
14239
14240 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14241
14242 * textmodes/fill.el (canonically-space-region)
14243 (fill-context-prefix, fill-french-nobreak-p)
14244 (fill-delete-newlines, fill-comment-paragraph)
14245 (justify-current-line): "?\ " -> "?\s".
14246
14247 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
14248
14249 * textmodes/fill.el (fill-nonuniform-paragraphs):
14250 Improve argument/docstring consistency.
14251
14252 2005-08-09 Richard M. Stallman <rms@gnu.org>
14253
14254 * textmodes/ispell.el (ispell-word): More fboundp checks.
14255
14256 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14257 (find-file-noselect-1): Call it here, only if RAWFILE.
14258 (normal-mode): Always set some major mode.
14259 (save-some-buffers-action-alist): Change some explanation strings.
14260 (file-name-non-special): In the `quote' method, use unwind-protect.
14261
14262 2005-08-09 Magnus Henoch <mange@freemail.hu>
14263
14264 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14265 (ispell-have-aspell-dictionaries): New variable.
14266 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14267 (ispell-get-aspell-config-value): New function.
14268 (ispell-aspell-find-dictionary): New function.
14269 (ispell-aspell-add-aliases): New function.
14270 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14271 appropriate. Don't look for ispell dictionaries if we use aspell.
14272 (ispell-menu-map): Don't build a submenu of dictionaries.
14273
14274 2005-08-09 Richard M. Stallman <rms@gnu.org>
14275
14276 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14277 (sql-read-passwd): Use read-passwd.
14278
14279 * progmodes/idlw-toolbar.el (idlwave-toolbar)
14280 (idlwave-toolbar-is-possible): Add defvars.
14281
14282 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14283 Avoid warnings.
14284
14285 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14286 (idlwave-system-class-info, idlwave-executive-commands-alist):
14287 Use defvar.
14288
14289 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14290
14291 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14292 Avoid warnings.
14293
14294 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14295 and content-type: headers.
14296
14297 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14298
14299 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14300 and rename some of them to be more self-explanatory.
14301
14302 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14303
14304 * startup.el (command-line-1): Implement -scriptload.
14305
14306 * replace.el (occur-engine): Initial *Occur* output not undoable.
14307
14308 * menu-bar.el (menu-bar-file-menu): Rename some menu items
14309 and improve help strings.
14310
14311 * isearch.el (isearch-repeat): When changing direction,
14312 mark search successful.
14313
14314 * ediff-init.el: Use (featurep 'xemacs).
14315
14316 * comint.el (send-invisible): Identify buffer, if not selected.
14317
14318 * align.el: Delete autoload for c-guess-basic-syntax.
14319
14320 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14321
14322 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14323 Improve argument/docstring consistency. Doc fixes.
14324 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14325 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14326 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14327 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14328 (r2bv-organization, r2bv-pages, r2bv-primary-author)
14329 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14330 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14331 Defvar at compile time.
14332
14333 2005-08-09 Juri Linkov <juri@jurta.org>
14334
14335 * info.el: Replace `info' with upper-case `Info' where appropriate.
14336 (info-title-1, info-title-2, info-title-3, info-title-4)
14337 (info-menu-header): Move up face definitions.
14338 (info-menu-star): Rename from `info-menu-5'.
14339 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14340 (Info-fontify-visited-nodes): Fix docstring.
14341 (Info-hide-note-references): Fix docstring.
14342 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14343 menu items in the same way as on cross-references.
14344 (info-apropos): Fix sorting order and formatting to be like in the
14345 stand-alone Info browser. Display error messages for 1 sec.
14346 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
14347 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14348 from the menu bar.
14349 (Info-insert-dir): Restore point after calling
14350 `insert-buffer-substring'.
14351
14352 2005-08-08 Richard M. Stallman <rms@gnu.org>
14353
14354 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14355 (recompute-lucid-menubar): Add defvars.
14356
14357 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14358
14359 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14360
14361 * net/net-utils.el (run-dig): Rename from `dig'.
14362
14363 * play/gametree.el (gametree-mode): Use make-local-variable,
14364 not make-variable-buffer-local.
14365
14366 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14367
14368 * ansi-color.el (ansi-color-make-extent)
14369 (ansi-color-set-extent-face): Use fboundp, not functionp.
14370
14371 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14372 not make-variable-buffer-local.
14373
14374 * bookmark.el (Info-current-file): Add defvar.
14375 (bookmark-jump-noselect): Use with-no-warnings.
14376
14377 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14378
14379 * ebuff-menu.el (Helper-return-blurb): Add defvar.
14380
14381 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14382
14383 * find-file.el (ada-procedure-start-regexp)
14384 (ada-package-start-regexp): Add defvars.
14385
14386 * info.el (Info-insert-dir): Use insert-buffer-substring.
14387
14388 * xml.el (xml-att-def-re): Add defvar.
14389
14390 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14391 calling convention.
14392
14393 * subr.el (while-no-input): Return t if there is input.
14394
14395 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
14396
14397 * cus-start.el (all): Add `overflow-newline-into-fringe'.
14398
14399 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
14400
14401 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14402 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14403
14404 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
14405
14406 * cmuscheme.el (scheme-start-file): Replace reference to
14407 `user-emacs-directory' by "~/.emacs.d/".
14408
14409 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
14410
14411 * info.el (Info-dir-remove-duplicates): Avoid case folding
14412 in loop; instead, keep downcased strings for comparison.
14413 Suggested by Helmut Eller.
14414
14415 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
14416
14417 Sync with Tramp 2.0.50.
14418
14419 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14420 XEmacs case; not necessary anymore.
14421 (tramp-user-regexp): Allow "@" as part of user name.
14422 (tramp-handle-set-visited-file-modtime)
14423 (tramp-handle-insert-file-contents)
14424 (tramp-handle-write-region): No special handling for
14425 `last-coding-system-used, because this is done in
14426 `tramp-accept-process-output' now.
14427 (tramp-accept-process-output): New defun.
14428 (tramp-process-one-action, tramp-process-one-multi-action)
14429 (tramp-wait-for-regexp, tramp-wait-for-output)
14430 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
14431 Howells <dhowells@redhat.com>.
14432 (clear-visited-file-modtime): Defadvice removed. The check for
14433 unset buffer's modtime does not need to be based on
14434 `tramp-buffer-file-attributes'. Suggested by RMS.
14435 (tramp-message): Insert "\n" if not being at beginning of line.
14436 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14437 sequence with same logic.
14438 (tramp-completion-handle-expand-file-name): Discard call of
14439 `tramp-drop-volume-letter'. It is not necessary, and there have
14440 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14441 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14442 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14443 should always be visible.
14444 (tramp-handle-insert-directory, tramp-setup-complete)
14445 (tramp-set-process-query-on-exit-flag)
14446 (tramp-append-tramp-buffers): Pacify byte-compiler.
14447 (tramp-bug): Delete non-existing variables from list.
14448 Apply `tramp-load-report-modules' as pre-hook.
14449 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14450 `shell-prompt-pattern' because of non-7bit characters.
14451 Reported by Sebastian Luque <sluque@mun.ca>.
14452 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14453 (tramp-match-string-list): Remove function.
14454 (tramp-wait-for-regexp): Remove call of that function.
14455 Suggested by Kim F. Storm <storm@cua.dk>.
14456 (tramp-set-auto-save-file-modes): Use octal integer code #o600
14457 instead of octal character code ?\600. The latter resulted in a
14458 syntax error with XEmacs.
14459
14460 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14461 XEmacs case; not necessary anymore.
14462 (tramp-smb-handle-write-region): No special handling for
14463 `last-coding-system-used, because this is done in
14464 `tramp-accept-process-output' now.
14465 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14466
14467 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
14468
14469 * wid-edit.el (widget-choice-value-create):
14470 Unconditionally respect user choice. Set :explicit-choice back to nil
14471 when no longer needed.
14472 (widget-choice-action): Unconditionally respect user choice.
14473 Eliminate :explicit-choice-value.
14474
14475 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
14476
14477 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
14478 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
14479 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
14480 running new function `toggle-indicate-empty-lines'.
14481 Rename "Customize" item to "Customize fringe".
14482 Rename "Indicators" item to "Buffer boundaries" and change help echo.
14483 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
14484 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
14485 Delete "Empty lines only" item.
14486 (menu-bar-showhide-fringe-ind-customize): New function.
14487 (menu-bar-showhide-fringe-ind-mixed)
14488 (menu-bar-showhide-fringe-ind-box)
14489 (menu-bar-showhide-fringe-ind-right)
14490 (menu-bar-showhide-fringe-ind-left)
14491 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
14492 instead of `fringe-indicators'.
14493
14494 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14495
14496 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
14497 Change the date of last update.
14498
14499 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14500
14501 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
14502 (viper-exec-yank, viper-put-back): Don't display modification msg
14503 if in the minibuffer.
14504
14505 * viper-init.el (viper-replace-overlay-cursor-color)
14506 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
14507 Make variables frame local.
14508
14509 * viper-util.el (viper-append-filter-alist): Use append instead of
14510 nconc.
14511
14512 * viper.el (viper-vi-state-mode-list)
14513 (viper-emacs-state-mode-list): Move help-mode and
14514 completion-list-mode from the first list to the second.
14515 (viper-mode): Docstring.
14516 (viper-go-away, viper-non-hook-settings): Don't localize
14517 minor-mode-alist in newer Emacsen. Add advice to
14518 set-cursor-color. Don't bind "\C-c\\".
14519
14520 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
14521
14522 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
14523 (scheme-macro-expand-command): New user options.
14524 (scheme-trace-procedure, scheme-expand-current-form): New commands.
14525 (scheme-form-at-point, scheme-start-file)
14526 (scheme-interactively-start-process): New functions.
14527 (scheme-get-process): New function, extracted from `scheme-proc'.
14528 (run-scheme): Call `scheme-start-file' to get start file, and pass
14529 it to `make-comint'.
14530 (switch-to-scheme, scheme-proc):
14531 Call `scheme-interactively-start-process' if no Scheme buffer/process
14532 is available.
14533
14534 2005-08-06 Juri Linkov <juri@jurta.org>
14535
14536 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14537 Use `compilation-text-face', `compilation-info-text-face' and
14538 `compilation-error-text-face' instead of `font-lock-keyword-face'.
14539 (compilation-error): New face.
14540 (compilation-error-file-name): Inherit from
14541 `compilation-error' instead of `font-lock-warning-face'.
14542 (compilation-warning-file-name): Inherit from
14543 `compilation-warning' instead of `font-lock-warning-face'.
14544 (compilation-info, compilation-error-file-name)
14545 (compilation-warning-file-name, compilation-info-file-name)
14546 (compilation-line-number, compilation-column-number): Doc fix.
14547 (compilation-error-text-face, compilation-warning-text-face)
14548 (compilation-info-text-face): New face variables.
14549 (compilation-line-face, compilation-column-face)
14550 (compilation-enter-directory-face)
14551 (compilation-leave-directory-face): Doc fix.
14552 (compilation-text-face): New function.
14553
14554 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
14555 instead of 1 to display binary file names as info file links.
14556 (grep-error-face): Use `compilation-error-face' instead of
14557 `font-lock-keyword-face'.
14558 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
14559 and `compilation-warning-text-face' instead of
14560 `font-lock-keyword-face'. Use `compilation-error-text-face'
14561 instead of `grep-error-face'.
14562
14563 2005-08-05 Kenichi Handa <handa@m17n.org>
14564
14565 * international/code-pages.el: Add autoload cookies for all coding
14566 systems.
14567
14568 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
14569
14570 * cus-start.el (all): Put undo.c where it alphabetically belongs.
14571
14572 2005-08-04 Juri Linkov <juri@jurta.org>
14573
14574 * progmodes/compile.el (compilation-mode-map):
14575 * progmodes/grep.el (grep-mode-map):
14576 Bind TAB to `compilation-next-error' and [backtab] to
14577 `compilation-previous-error'.
14578
14579 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
14580 matching line numbers, column numbers and their ranges with regexp
14581 matching only line numbers.
14582 (grep-context-face): New face variable.
14583 (grep-mode-font-lock-keywords): Use it.
14584
14585 * faces.el (read-face-name): Delete duplicate faces.
14586
14587 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
14588
14589 * thumbs.el (thumbs-find-image): Don't make variables
14590 automatically buffer local.
14591 (thumbs-current-tmp-filename, thumbs-current-image-filename)
14592 (thumbs-image-num): Make automatically buffer local.
14593 (thumbs-show-thumbs-list): Use `make-local-variable', not
14594 `make-variable-buffer-local'.
14595 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
14596
14597 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
14598 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
14599 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
14600 (bother, bye, canyou, chatlst, continue, deathlst, describe)
14601 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
14602 (feelings-about, foullst, found, hello, history, howareyoulst)
14603 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
14604 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
14605 (neglst, obj, object, owner, please, problems, qlist)
14606 (random-adjective, relation, remlst, repetitive-shortness)
14607 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
14608 (shortlst, something, sportslst, stallmanlst, states, subj)
14609 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
14610 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
14611 Defvar at compile time.
14612
14613 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
14614 not `make-variable-buffer-local'.
14615
14616 2005-08-02 Kim F. Storm <storm@cua.dk>
14617
14618 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
14619 rectangle overlay in selected window.
14620
14621 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
14622
14623 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
14624 instead of display group. Make `indicate-buffer-boundaries'
14625 customizable through Custom.
14626
14627 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
14628
14629 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
14630 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
14631 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
14632 (gdb-put-string): Fix typos in docstrings.
14633
14634 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
14635
14636 Update copyright notices of files in progmodes directory for
14637 release of Emacs 22.1.
14638
14639 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
14640
14641 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
14642 Don't barf if the GUD buffer has been killed.
14643
14644 2005-08-01 Kim F. Storm <storm@cua.dk>
14645
14646 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
14647
14648 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
14649
14650 * simple.el (next-error-follow-minor-mode):
14651 make-variable-buffer-local -> make-local-variable.
14652
14653 * emacs-lisp/cl-extra.el: Require CL also when compiling.
14654
14655 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
14656 (byte-compile-form-make-variable-buffer-local): New functions to warn
14657 about misuses of make-variable-buffer-local where make-local-variable
14658 was meant.
14659
14660 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
14661
14662 * bs.el (bs-attributes-list): Doc fix.
14663 (bs): Update url-link.
14664
14665 * desktop.el (desktop-save-buffer): Fix typos in docstring.
14666 (desktop-load-default): Simplify.
14667
14668 * ibuffer.el (ibuffer-columnize-and-insert-list)
14669 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
14670 (ibuffer-unmark-all, ibuffer-toggle-marks)
14671 (ibuffer-unmark-forward, ibuffer-unmark-backward)
14672 (ibuffer-compile-make-format-form, ibuffer-format-column)
14673 (ibuffer-current-buffers-with-marks)
14674 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
14675 (ibuffer): Doc fix.
14676 (ibuffer-mode): Fix typo in docstring.
14677 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
14678 with `define-obsolete-variable-alias'.
14679 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
14680
14681 2005-07-29 Kenichi Handa <handa@m17n.org>
14682
14683 * international/mule-cmds.el (select-message-coding-system):
14684 Be sure to use LF for end-of-line. If no coding system is decided,
14685 return iso-8859-1-unix.
14686
14687 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
14688
14689 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
14690 (ange-ftp-pending-error-line): New vars.
14691 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
14692 to handle the non-fatal no-route-to-host messages.
14693 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
14694
14695 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
14696
14697 * isearch.el (isearch-mode-map, isearch-other-meta-char)
14698 (isearch-quote-char, isearch-printing-char)
14699 (isearch-text-char-description): "?\ " -> "?\s".
14700 (isearch-lazy-highlight-cleanup)
14701 (isearch-lazy-highlight-initial-delay)
14702 (isearch-lazy-highlight-interval)
14703 (isearch-lazy-highlight-max-at-a-time)
14704 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
14705 Declare with define-obsolete-*-alias macros.
14706 (isearch-forward): Fix typo in docstring.
14707 (search-invisible, search-ring-yank-pointer)
14708 (regexp-search-ring-yank-pointer): Doc fixes.
14709
14710 * recentf.el (recentf-menu-append-commands-p): Declare with
14711 `define-obsolete-variable-alias'.
14712 (recentf-max-saved-items, recentf-menu-filter)
14713 (recentf-arrange-by-rule-subfilter): Doc fixes.
14714 (recentf-menu-append-commands-flag)
14715 (recentf-initialize-file-name-history, recentf-expand-file-name)
14716 (recentf-clear-data): Fix typos in docstrings.
14717
14718 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
14719
14720 * progmodes/gdb-ui.el: Smarten comments.
14721 (gdb-info-breakpoints-custom): Use nowarn when finding file.
14722
14723 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14724
14725 * term/apollo.el (terminal-init-apollo): New function containing
14726 all former top level forms in the file.
14727 * term/bobcat.el (terminal-init-bobcat):
14728 * term/cygwin.el (terminal-init-cygwin):
14729 * term/iris-ansi.el (terminal-init-iris-ansi):
14730 * term/linux.el (terminal-init-linux):
14731 * term/news.el (terminal-init-news):
14732 * term/rxvt.el (terminal-init-rxvt):
14733 * term/sun.el (terminal-init-sun):
14734 * term/tvi970.el (terminal-init-tvi970):
14735 * term/vt100.el (terminal-init-vt100):
14736 * term/vt102.el (terminal-init-vt102):
14737 * term/vt125.el (terminal-init-vt125):
14738 * term/vt200.el (terminal-init-vt200):
14739 * term/vt201.el (terminal-init-vt201):
14740 * term/vt220.el (terminal-init-vt220):
14741 * term/vt240.el (terminal-init-vt240):
14742 * term/vt300.el (terminal-init-vt300):
14743 * term/vt320.el (terminal-init-vt320):
14744 * term/vt400.el (terminal-init-vt400):
14745 * term/vt420.el (terminal-init-vt420):
14746 * term/wyse50.el (terminal-init-wyse50):
14747 * term/xterm.el (terminal-init-xterm): Likewise.
14748
14749 * term/README: Describe the terminal-init-* functionality.
14750
14751 * startup.el (command-line): After loading the terminal initialization
14752 file call the corresponding terminal initialization function.
14753
14754 2005-07-27 Kenichi Handa <handa@m17n.org>
14755
14756 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
14757 negative.
14758
14759 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
14760 (ps-mule-composition-prologue): Fix for the case that
14761 RelativeCompose is false.
14762
14763 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14764
14765 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
14766
14767 * descr-text.el (describe-char): Handle the case where the list of
14768 chars is displayed in a separate frame.
14769 Be a bit more discriminating when looking for the char.
14770
14771 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
14772
14773 * bookmark.el (bookmark-automatically-show-annotations)
14774 (bookmark-read-annotation-text-func): Doc fixes.
14775 (bookmark-save): Improve argument/docstring consistency.
14776 (bookmark-get-bookmark, bookmark-get-bookmark-record)
14777 (bookmark-alist-from-buffer)
14778 (bookmark-upgrade-file-format-from-0)
14779 (bookmark-grok-file-format-version)
14780 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
14781 (bookmark-read-annotation-mode)
14782 (bookmark-insert-current-bookmark, bookmark-jump)
14783 (bookmark-exit-hook): Fix typos in docstrings.
14784 (bookmark-exit-hooks): Define as obsolete alias.
14785 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
14786 not `bookmark-exit-hooks'. Fix docstring.
14787 (bookmark-bmenu-select): "?\ " -> "?\s".
14788
14789 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
14790
14791 * startup.el (command-line): Fix typo.
14792
14793 2005-07-24 Richard M. Stallman <rms@gnu.org>
14794
14795 * tooltip.el (tooltip-mode): Test emacs-basic-display,
14796 not emacs-quick-startup.
14797
14798 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
14799
14800 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
14801 (reb-next-match, reb-show-subexp): Use `with-selected-window'
14802 instead of `reb-with-current-window'.
14803 (reb-prev-match): Likewise. Also, don't move left if the search
14804 was unsuccessful.
14805 (reb-initialize-buffer): New function.
14806 (re-builder, reb-change-syntax): Use it.
14807
14808 * man.el (Man-goto-page): Make second argument NOERROR optional.
14809
14810 2005-07-23 Richard M. Stallman <rms@gnu.org>
14811
14812 * man.el (Man-bgproc-sentinel): Check here for failure to find
14813 any man page in the output, and report the error here.
14814 (Man-arguments): Make it permanent local.
14815 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
14816 (Man-mode): Pass t for NOERROR.
14817
14818 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
14819 (grep-mode-font-lock-keywords):
14820 Don't use compilation-...-face for messages that are not file names.
14821
14822 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14823 Don't use compilation-...-face for messages that are not file names.
14824
14825 2005-07-22 Juri Linkov <juri@jurta.org>
14826
14827 * startup.el (normal-splash-screen): Update menu name.
14828
14829 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
14830
14831 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14832
14833 * term/xterm.el: Load term/rxvt if the terminal is actually an
14834 rxvt terminal.
14835 (xterm-rxvt-set-background-mode): Remove, not used anymore.
14836
14837 * term/rxvt.el (function-key-map): Use substitute-key-definition
14838 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
14839
14840 * term/cygwin.el: New file.
14841
14842 2005-07-22 Kim F. Storm <storm@cua.dk>
14843
14844 * image-file.el (insert-image-file, image-file-yank-handler):
14845 Fix last change to maintain a (unique) yank-handler on yanked images.
14846
14847 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
14848
14849 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
14850 of the file size (as in "177B" for 177 bytes). This happens with
14851 "ls -lh" on FreeBSD.
14852
14853 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
14854
14855 * hilit-chg.el (highlight-changes-global-initial-state)
14856 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
14857 (hilit-chg-fixup, highlight-changes-mode):
14858 Fix typos in docstrings.
14859 (highlight-changes-global-modes, highlight-changes-rotate-faces):
14860 Doc fixes.
14861
14862 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
14863
14864 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
14865 mode function using `eval-after-load'.
14866
14867 2005-07-21 Kim F. Storm <storm@cua.dk>
14868
14869 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
14870 included when reporting an emacs crash, and tell about the DEBUG file.
14871
14872 * image-file.el (insert-image-file): Add yank-handler.
14873 (image-file-yank-handler): Yank handler to make unique copies of
14874 images when they are yanked into a buffer next to each other.
14875
14876 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
14877
14878 * comint.el (comint-use-prompt-regexp, comint-send-input)
14879 (comint-source-default, comint-extract-string)
14880 (comint-get-source, comint-word, comint-completion)
14881 (comint-source, comint-prompt-read-only, comint-update-fence):
14882 Fix typos in docstrings.
14883 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
14884 Declare with define-obsolete-*-alias macros.
14885 (comint-previous-matching-input-from-input)
14886 (comint-next-matching-input-from-input)
14887 (comint-previous-matching-input, comint-next-matching-input)
14888 (comint-forward-matching-input):
14889 Improve argument/docstring consistency.
14890
14891 * desktop.el (desktop-clear-preserve-buffers-regexp):
14892 Also preserve the *server* buffer.
14893
14894 * simple.el (clone-indirect-buffer): Doc fix.
14895 (fixup-whitespace, just-one-space)
14896 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
14897 (next-error, next-error-highlight)
14898 (next-error-highlight-no-select, next-error-last-buffer)
14899 (next-error-buffer-p, next-error-find-buffer, next-error)
14900 (previous-error, next-error-no-select, previous-error-no-select)
14901 (open-line, split-line, minibuffer-prompt-width, kill-new)
14902 (binary-overwrite-mode): Fix typos in docstrings.
14903 (set-fill-column): Fix typo in message.
14904
14905 * skeleton.el (skeleton-proxy-new): Doc fix.
14906
14907 * strokes.el (strokes-load-hook): Doc fix.
14908 (strokes-grid-resolution, strokes-get-grid-position)
14909 (strokes-renormalize-to-grid, strokes-read-stroke)
14910 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
14911 (strokes-global-map): Fix typos in docstrings.
14912 (strokes-help): Doc fix. Fix help message and pass it through
14913 `substitute-command-keys'.
14914
14915 * tempo.el (tempo-insert-prompt, tempo-interactive)
14916 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
14917 (tempo-insert-string-functions, tempo-local-tags)
14918 (tempo-define-template, tempo-insert-template)
14919 (tempo-insert-prompt-compat, tempo-is-user-element)
14920 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
14921 Fix typos in docstrings.
14922
14923 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
14924 (vcursor-key-bindings, vcursor-use-vcursor-map)
14925 (vcursor-find-window, vcursor-scroll-down)
14926 (vcursor-disable, vcursor-beginning-of-buffer)
14927 (vcursor-end-of-buffer): Fix typos in docstrings.
14928 (vcursor-relative-move, vcursor-get-char-count):
14929 Improve argument/docstring consistency.
14930
14931 * version.el: "?\ " -> "?\s".
14932
14933 * wid-edit.el (widget-default-create, widget-after-change)
14934 (widget-default-format-handler, widget-checklist-add-item)
14935 (widget-radio-add-item, widget-choose, widget-specify-secret)
14936 (widget-field-value-create, widget-field-value-get)
14937 (widget-editable-list-format-handler)
14938 (widget-editable-list-entry-create, widget-group-value-create)
14939 (widget-documentation-link-add)
14940 (widget-documentation-string-value-create): "?\ " -> "?\s".
14941 (widget-convert-text): Doc fix.
14942 (widget-narrow-to-field, widget-field-find)
14943 (widget-url-link-action, widget-emacs-library-link-action)
14944 (widget-color-notify): Fix typos in docstrings.
14945
14946 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
14947 (x-select-text, set-w32-system-coding-system)
14948 (w32-add-charset-info): Fix typos in docstrings.
14949
14950 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
14951 (cua-enable-cua-keys, cua-use-hyper-key)
14952 (cua-virtual-rectangle-edges): Fix typos in docstrings.
14953 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
14954
14955 * net/tramp.el (tramp-handle-load): Fix typo in error message.
14956
14957 * emacs-lisp/re-builder.el (regexp-builder): Declare with
14958 `defalias' instead of faking it.
14959
14960 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
14961 (eshell-ls-missing, eshell-ls-dired-initial-args)
14962 (eshell-ls-use-in-dired): Fix typos in docstrings.
14963
14964 2005-07-20 Kim F. Storm <storm@cua.dk>
14965
14966 * emulation/cua-base.el (cua-mode): Improve doc string.
14967
14968 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
14969
14970 * abbrev.el (expand-region-abbrevs): Doc fix.
14971 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
14972 Improve argument/docstring consistency.
14973
14974 * arc-mode.el (archive-get-descr, archive-alternate-display):
14975 Doc fixes.
14976 (archive-l-e): Improve argument/docstring consistency.
14977 (archive-tmpdir, archive-unixdate, archive-unixtime)
14978 (archive-chmod-entry): Fix typos in docstrings.
14979 (archive-unflag, archive-unflag-backwards)
14980 (archive-unmark-all-files): "?\ " -> "?\s".
14981
14982 * buff-menu.el (Buffer-menu-unmark): Doc fix.
14983 (Buffer-menu-not-modified, Buffer-menu-execute)
14984 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
14985 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
14986
14987 * composite.el (compose-string, encode-composition-rule)
14988 (compose-last-chars): Fix typos in docstrings.
14989
14990 * desktop.el (desktop-enable, desktop-basefilename):
14991 Declare with `define-obsolete-variable-alias'.
14992 (desktop-internal-v2s): Don't quote keywords.
14993 (desktop-clear): "?\ " -> "?\s".
14994
14995 * dired.el (dired-align-file, dired-flag-backup-files)
14996 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
14997 (dired-listing-switches, dired-ls-F-marks-symlinks)
14998 (dired-dwim-target, dired-load-hook, dired-mode-hook)
14999 (dired-directory, dired-faces, dired, dired-revert)
15000 (dired-mode, dired-summary, dired-view-file)
15001 (dired-copy-filename-as-kill, dired-delete-file)
15002 (dired-no-confirm, dired-unmark-all-marks)
15003 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15004 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15005 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15006 Fix typos in message strings.
15007
15008 * dired-x.el (virtual-dired): Declare with `defalias'.
15009 (dired-mark-unmarked-files, dired-local-variables-file)
15010 (dired-omit-here-always): Doc fix.
15011 (dired-omit-mode, dired-find-subdir)
15012 (dired-enable-local-variables, dired-clean-up-buffers-too)
15013 (dired-extra-startup, dired-mark-extension, dired-jump)
15014 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15015 (dired-smart-shell-command, dired-guess-shell-alist-user)
15016 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15017 (dired-x-bind-find-file, dired-x-submit-report):
15018 Fix typos in docstrings.
15019 (dired-mark-unmarked-files): "?\ " -> "?\s".
15020
15021 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15022
15023 * faces.el (describe-face): "?\ " -> "?\s".
15024 (read-all-face-attributes, read-face-font, modify-face)
15025 (face-attr-construct, italic): Fix typos in docstrings.
15026 (frame-update-face-colors): Declare with
15027 `define-obsolete-function-alias'.
15028
15029 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15030 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15031 (magic-mode-alist, buffer-file-numbers-unique)
15032 (write-file-functions, get-free-disk-space):
15033 Fix typos in docstrings.
15034 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15035 (write-contents-hooks, write-file-hooks):
15036 Declare with `define-obsolete-variable-alias'.
15037
15038 * forms-d2.el (arch-rj): Fix typo in docstrings.
15039 (arch-tocol): Likewise. "?\ " -> "?\s".
15040
15041 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15042 Fix typo in docstring.
15043 (set-screen-width, set-screen-height): Delete redundant info in
15044 doctrings.
15045 (new-frame, screen-height, screen-width): Declare with
15046 `define-obsolete-function-alias'.
15047 (delete-frame-hook, blink-cursor): Declare with
15048 `define-obsolete-variable-alias'.
15049
15050 * paths.el (prune-directory-list): Fix typos in docstring.
15051
15052 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15053 (cvs-prefix-get): Fix typos in docstrings.
15054
15055 * ps-print.el (ps-extend-face-list, ps-extend-face)
15056 (ps-print-background-image): Fix typos in docstrings.
15057 (ps-default-fg, ps-default-bg): Doc fixes.
15058
15059 * s-region.el (s-region-bind): Doc fix.
15060 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15061
15062 * textmodes/org.el (org-table-formula-substitute-names)
15063 (org-table-get-vertical-vector): Doc fixes.
15064 (org-table-recalculate): Remove unused argument to `message'.
15065
15066 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15067
15068 * textmodes/org.el (org-table-column-names)
15069 (org-table-column-name-regexp)
15070 (org-table-named-field-locations): New variables.
15071 (org-archive-subtree): Protect `this-command' when calling
15072 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15073 the kill buffer.
15074 (org-complete): Remove fixed-formula completion.
15075 (org-edit-formulas-map): New variable.
15076 (org-table-edit-formulas): New command.
15077 (org-finish-edit-formulas, org-abort-edit-formulas)
15078 (org-show-variable, org-table-get-vertical-vector): New functions.
15079 (org-table-maybe-eval-formula): Handle `:=' fields.
15080 (org-table-get-stored-formulas, org-table-store-formulas)
15081 (org-table-get-formula, org-table-modify-formulas)
15082 (org-table-replace-in-formulas): Handle named field formulas.
15083 (org-table-get-specials): Store locations of named fields.
15084
15085 2005-07-19 Juri Linkov <juri@jurta.org>
15086
15087 * progmodes/grep.el (grep-regexp-alist)
15088 (grep-mode-font-lock-keywords, grep-process-setup):
15089 Use default GNU grep match color "01;31m" instead of "01;41m".
15090 (grep-regexp-alist, grep-mode-font-lock-keywords):
15091 Use `\\[[0-9]*m' instead of `\\[00m'.
15092 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15093 sgr_start where its handling is more important. Use the real
15094 length of sgr_start instead of constant 8.
15095 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15096 specially. Delete all remaining escape sequences.
15097 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15098 (grep-regexp-alist): Make hyperlink only for binary file name
15099 instead of the whole line.
15100 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15101 (grep-mode): Add autoload.
15102
15103 * emacs-lisp/find-func.el (find-function-regexp):
15104 Add `define-compilation-mode'.
15105
15106 2005-07-19 Juri Linkov <juri@jurta.org>
15107
15108 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15109 (compare-windows-sync-string-size, compare-windows-recenter)
15110 (compare-windows-highlight, compare-windows): Add version 22.1.
15111 (compare-windows) <defface>: Inherit from lazy-highlight instead
15112 of duplicating its default value.
15113
15114 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15115 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15116
15117 * descr-text.el (describe-char): Create link buttons for `charset'
15118 and `code point'. Add the current input method name with a link
15119 button to `to input' field. Print face names of display table
15120 characters in `The display table entry is displayed by' section
15121 instead of printing face-id in the `display' field.
15122 Guess hardcoded faces and create a link button for them.
15123 Skip empty fields when calculating max-width.
15124 Treat `widget-create' specially while inserting strings from the
15125 collected field list.
15126 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15127
15128 * diff-mode.el (diff-file-header): Change foreground color from
15129 yellow to green on light backgrounds.
15130 (diff-context): Inherit from `shadow' only for color/grayscale
15131 with more than 88 colors.
15132 (diff-indicator-removed, diff-indicator-added)
15133 (diff-indicator-changed): New faces.
15134 (diff-font-lock-keywords): Use new faces. Regroup rules.
15135 Add "^---$" for `normal' diff format. Fontify `#' lines with
15136 font-lock-comment-delimiter-face and font-lock-comment-face.
15137 Add `#' to ^[^...] in the rule for `diff-context-face'.
15138
15139 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15140 a button-like box. Inherit from `highlight' on low colors.
15141 (shadow): Use shades of gray only for color/grayscale with
15142 more than 88 colors. Use green for light backgrounds with
15143 8 colors, and yellow for dark backgrounds with 8 colors.
15144
15145 * font-lock.el (font-lock-regexp-grouping-backslash):
15146 Don't inherit from escape-glyph (use bold for all cases).
15147
15148 * info.el (info-xref-visited): Use light foreground color `violet'
15149 for dark backgrounds instead of dark color `magenta3'.
15150 (info-title-1): Use `yellow' color for dark backgrounds.
15151
15152 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15153 too-light magenta2.
15154
15155 * replace.el (match): Use slightly more light RoyalBlue3 instead
15156 of dark RoyalBlue4.
15157
15158 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15159
15160 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15161
15162 * novice.el (disabled-command-hook): Declare it with
15163 `define-obsolete-variable-alias'.
15164
15165 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15166 (desktop-buffer-misc-functions, desktop-buffer-handlers)
15167 (desktop-load-default): Add release to obsolescence info.
15168 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15169 (desktop-append-buffer-args, desktop-read):
15170 Fix typos in docstrings.
15171 (desktop-kill): Fix typo in message.
15172 (desktop-save): Doc fix.
15173
15174 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
15175
15176 * viper-cmd.el (viper-escape-to-state): Bug fix.
15177 (viper-envelop-ESC-key): Change the definition of fast
15178 keysequence so it'll work with keyboard macros.
15179
15180 * ediff.el (ediff-patch-buffer): Change the docstring.
15181
15182 2005-07-19 Kenichi Handa <handa@m17n.org>
15183
15184 * international/mule-cmds.el (select-safe-coding-system): Try to
15185 use an auto-coding (if any) before anything else. If the found
15186 auto-coding is invalid, show a warning message.
15187
15188 * international/mule.el (find-auto-coding): New function created
15189 by modifying the body of set-auto-coding.
15190 (set-auto-coding): Use find-auto-coding to find a coding.
15191
15192 2005-07-18 Richard M. Stallman <rms@gnu.org>
15193
15194 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15195 not isearch-mode-end-hook-error.
15196 (allout-before-change-protect): Fix error message.
15197
15198 2005-07-18 Juri Linkov <juri@jurta.org>
15199
15200 * allout.el (allout-mode):
15201 * calculator.el (calculator-copy):
15202 * custom.el (custom-known-themes):
15203 * dired.el (dired-desktop-buffer-misc-data)
15204 (dired-restore-desktop-buffer):
15205 * dired-x.el (dired-omit-marker-char):
15206 * files.el (basic-save-buffer):
15207 * font-core.el (font-lock-mode):
15208 * calendar/calendar.el (calendar-goto-hebrew-date)
15209 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15210 (calendar-goto-persian-date):
15211 * language/ethio-util.el (ethio-sera-to-fidel-region):
15212 * textmodes/picture.el (picture-mode):
15213 Delete duplicate duplicate words.
15214
15215 2005-07-18 Juri Linkov <juri@jurta.org>
15216
15217 * isearch.el (isearch-mode-map): Remove key bindings for regexp
15218 chars * ? } |.
15219 (isearch-fallback): Don't call `isearch-process-search-char'.
15220 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15221 (isearch-process-search-char): Call `isearch-fallback' for regexp
15222 chars * ? } |.
15223 (isearch-return-char): Make obsolete with `make-obsolete' instead
15224 of simply documenting it as obsolete in the docstring.
15225 (isearch-fallback): Refill docstring.
15226
15227 * international/isearch-x.el
15228 (isearch-process-search-multibyte-characters): Remove unneeded
15229 `concat'. Add intermediate values to `junk-hist' instead of
15230 `minibuffer-history'. Test the length of `str'.
15231
15232 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
15233
15234 * allout.el (allout-resolve-xref): Fix typos in error strings.
15235 (allout-before-change-protect): Remove unneeded `concat'.
15236
15237 * array.el (array-mode, array-reconfigure-rows)
15238 (untabify-backward): Fix typos in docstrings.
15239 (array-reconfigure-rows): Use `insert-buffer-substring', not
15240 `insert-buffer'.
15241
15242 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15243 * progmodes/ada-mode.el (ada-make-body):
15244 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15245
15246 * dired.el (dired-log):
15247 * tar-mode.el (tar-subfile-save-buffer):
15248 * play/zone.el (zone-pgm-stress-destress):
15249 Use `insert-buffer-substring', not `insert-buffer'.
15250
15251 2005-07-17 Simon Josefsson <jas@extundo.com>
15252
15253 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15254
15255 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
15256
15257 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15258 Add plain auth method.
15259 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15260
15261 2005-07-17 Kim F. Storm <storm@cua.dk>
15262
15263 * ido.el (dired-other-window): Add ido property.
15264
15265 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
15266
15267 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15268 Fix typo in docstring.
15269 (byte-compile-interactive-only-functions): Add `insert-buffer' and
15270 `insert-file-literally'.
15271
15272 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15273 info and delete redundant message. Doc fix.
15274 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15275 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15276
15277 2005-07-16 Richard M. Stallman <rms@gnu.org>
15278
15279 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15280 (byte-compile-and): Use byte-compile-and-recursion.
15281 (byte-compile-or-recursion): New function.
15282 (byte-compile-or): Use that.
15283 (byte-compile-if): Guard the else-clause too.
15284 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15285
15286 * isearch.el (isearch-mode-end-hook-quit): New variable.
15287 (isearch-done): Bind it.
15288 (isearch-mode-end-hook): Doc fix.
15289
15290 * allout.el (allout-isearch-did-quit): Variable deleted.
15291 (allout-real-isearch-abort): Function name no longer used.
15292 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15293 (allout-isearch-rectification): isearch-mode always exists.
15294 Don't set allout-isearch-did-quit.
15295 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15296 allout-isearch-did-quit.
15297 (allout-enwrap-isearch): Just add the hook.
15298 (allout-isearch-abort): Function deleted.
15299 (allout-pre-command-business): Avoid warning.
15300
15301 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15302 Correctly avoid warnings.
15303 (pascal-outline): Likewise.
15304
15305 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15306
15307 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15308
15309 * play/tetris.el (tetris-mode): Avoid warning.
15310
15311 * play/snake.el (snake-mode): Avoid warning.
15312
15313 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15314 (gamegrid-set-display-table): Avoid warning.
15315 (gamegrid-set-timer): Likewise.
15316 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15317 (gamegrid-add-score-with-update-game-score-1): Take FILE
15318 as argument.
15319 (gamegrid-add-score-with-update-game-score): Pass that argument.
15320 Rename have-shared-game-dir to gamegrid-shared-game-dir.
15321
15322 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15323
15324 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15325 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15326
15327 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15328 and insert-file.
15329
15330 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15331 (sc-ask): Avoid warnings.
15332
15333 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15334 (eshell-hist-initialize): Use that var the natural way.
15335
15336 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15337
15338 * emacs-lisp/re-builder.el (reb-cook-regexp):
15339 Avoid warning calling lre-compile-string.
15340 (reb-color-display-p): Avoid warning.
15341
15342 * calculator.el (calculator-last-input): Guard uses
15343 of event-key and key-press-event-p.
15344 (event-key, key-press-event-p): Delete definitions.
15345
15346 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15347 (find-gc-source-directory, find-gc-subrs-callers)
15348 (find-gc-noreturn-list, find-gc-source-files)
15349 (find-gc-subrs-called): Vars renamed and defvar'd.
15350
15351 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15352 (checkdoc-overlay-put, checkdoc-delete-overlay)
15353 (checkdoc-overlay-start, checkdoc-overlay-end)
15354 (checkdoc-mode-line-update, checkdoc-char=):
15355 Define such that compiler knows they are defined.
15356 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
15357 (checkdoc-read-event): Delete. Use read-event directly.
15358
15359 * whitespace.el (whitespace-make-overlay)
15360 (whitespace-overlay-put, whitespace-delete-overlay)
15361 (whitespace-overlay-start, whitespace-overlay-end):
15362 Define such that compiler knows they are defined.
15363 (whitespace): Move conditional inside.
15364
15365 * tempo.el (tempo-insert-template): Suppress warning.
15366
15367 * ediff-diff.el (longlines-mode): Add defvar.
15368
15369 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
15370
15371 * server.el: Bind "C-x #" in a way that works even if C-x is
15372 redefined to a command key, not a prefix key.
15373
15374 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15375
15376 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15377 cl-make-type-test till execution time.
15378
15379 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
15380
15381 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15382 arg ARG and use it.
15383
15384 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15385
15386 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15387
15388 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
15389
15390 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15391 a defcustom with two :set or :type keywords.
15392
15393 2005-07-15 Richard M. Stallman <rms@gnu.org>
15394
15395 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15396 Don't give ^M comment-end syntax.
15397
15398 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
15399
15400 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15401 Don't consider gdbmi (gdb-mi.el has its own update functions).
15402 (gdb-var-delete): Make it work for gdbmi as well.
15403 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15404
15405 * progmodes/gud.el (etags, sdb): Only require etags when needed.
15406 (gud-speedbar-menu-items): Correct logic for enabling items.
15407
15408 2005-07-15 Kim F. Storm <storm@cua.dk>
15409
15410 * ido.el: Fix commentary.
15411 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15412 Use with-no-warnings around ffap-guesser.
15413 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15414 Let bind minibuffer-completing-file-name to t.
15415
15416 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
15417
15418 * startup.el (site-run-file, keyboard-type): Doc fixes.
15419 (command-line): Check for "--basic-display" argument; also for
15420 "--quick", not "--bare-bones" (which was renamed).
15421 (fancy-splash-text): Add missing item "Getting New Versions".
15422 (normal-splash-screen): Fix typos and improve consistency with
15423 `fancy-splash-text'. Update copyright year.
15424
15425 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15426 valid binding for `help-char'.
15427
15428 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15429
15430 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
15431
15432 * term.el (term-mode): Disable cua-mode for term buffers.
15433
15434 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
15435
15436 * add-log.el (add-log-mailing-address, change-log-merge):
15437 Doc fixes.
15438 (change-log-get-method-definition): Fix typo in docstring.
15439
15440 2005-07-14 Kim F. Storm <storm@cua.dk>
15441
15442 * emulation/cua-base.el:
15443 (cua--pre-command-handler-1, cua--pre-command-handler)
15444 (cua--post-command-handler-1, cua--post-command-handler):
15445 Split in two. Check (buffer local) value of cua-mode.
15446 (cua-selection-mode): New command.
15447
15448 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
15449
15450 * custom.el (custom-initialize-safe-set)
15451 (custom-initialize-safe-default): Doc fixes.
15452
15453 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15454 and simplify :init-value again.
15455
15456 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15457 and simplify :init-value again. Delete autoload.
15458
15459 * startup.el (command-line): Use `custom-reevaluate-setting' again
15460 for tooltip-mode.
15461
15462 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15463 a defcustom with two :initialize keywords.
15464
15465 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
15466
15467 * allout.el (my-mark-marker, allout-isearch-prior-pos)
15468 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15469 (allout-post-command-business, allout-flag-region)
15470 (isearch-reenable-font-lock, allout-yank)
15471 (allout-insert-latex-header, allout-insert-latex-trailer)
15472 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15473 (allout-latex-verb-quote): Fix typos in docstrings.
15474 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15475 (allout-unprotected, allout-prefix-data):
15476 Improve argument/docstring consistency.
15477 (allout-chart-subtree): Fix argument spec.
15478 (allout-open-topic): Rename `use_sib_bullet' argument to
15479 `use-sib-bullet'. Doc fix.
15480
15481 * whitespace.el (whitespace-check-buffer-leading)
15482 (whitespace-check-buffer-trailing)
15483 (whitespace-check-buffer-indent)
15484 (whitespace-check-buffer-spacetab)
15485 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
15486 (whitespace-check-leading-whitespace)
15487 (whitespace-check-trailing-whitespace)
15488 (whitespace-check-spacetab-whitespace)
15489 (whitespace-check-indent-whitespace)
15490 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
15491 (whitespace-modes): Fix typos in docstrings.
15492 (defgroup, defcustom): Doc fixes.
15493
15494 * winner.el (winner-mode, winner-boring-buffers)
15495 (winner-pending-undo-ring): Doc fixes.
15496 (winner-ring): Remove unneeded `progn'.
15497 (winner-equal): `defsubst' it.
15498 (winner-redo): Fix message.
15499
15500 2005-07-13 Kim F. Storm <storm@cua.dk>
15501
15502 * simple.el (line-move-1): Always use vertical-motion to
15503 do the last (or only) line move to ensure some movement.
15504 Undo 2005-06-23 change--don't check for overlays.
15505
15506 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15507
15508 * term/mac-win.el (ccl-encode-mac-roman-font)
15509 (ccl-encode-mac-centraleurroman-font)
15510 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
15511 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
15512 Change charset-id boundary of dimension to ?\xef.
15513 (mac-char-fontspec-list): New constant.
15514 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
15515 argument. Nil uses itself as family in font-spec. Previous
15516 behavior for nil is now provided by non-nil non-string argument.
15517 All callers changed. Add font-specs for Mac fonts to
15518 "fontset-default" unless iso8859-1 fonts are installed.
15519
15520 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
15521
15522 * progmodes/sh-script.el (sh-get-indent-info): Only indent
15523 a continuation line if the \ is preceded by SPC or TAB.
15524 (sh-get-indent-info): Simplify.
15525 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
15526 Use with-current-buffer.
15527
15528 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
15529 when the matched text is empty.
15530
15531 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
15532
15533 * startup.el (command-line): Revert to previous handling of
15534 tooltip-mode. Explain in comment why the complexity is needed.
15535
15536 * tooltip.el (tooltip-mode): Revert to previous implementation of
15537 its defcustom.
15538
15539 * frame.el (blink-cursor-mode): Revert to previous implementation
15540 of its defcustom. Update comment.
15541
15542 2005-07-12 Lars Hansen <larsh@soem.dk>
15543
15544 * desktop.el: Update e-mail address.
15545
15546 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15547
15548 * term/mac-win.el (mac-services-mail-selection)
15549 (mac-services-mail-to): New functions.
15550 (mac-application-menu-map): Bind them.
15551
15552 2005-07-12 wulei <milton@wulei.net> (tiny change)
15553
15554 * progmodes/gdb-ui.el: Add note about buffering with Windows.
15555
15556 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
15557
15558 * custom.el (custom-reevaluate-setting): Doc fix.
15559
15560 2005-07-11 Jay Belanger <belanger@truman.edu>
15561
15562 * calc/calc.el (calc-embedded-announce-formula-alist)
15563 (calc-embedded-open-close-plain-alist)
15564 (calc-embedded-open-close-mode-alist): Add checks for additional
15565 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
15566
15567 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
15568
15569 * custom.el (custom-enable-theme): Don't add theme to
15570 `custom-enabled-themes' with `push' because there is no
15571 setf-method for `delq'.
15572
15573 2005-07-11 Richard M. Stallman <rms@gnu.org>
15574
15575 * custom.el (custom-declare-variable): Doc fix.
15576
15577 * dired-aux.el (dired-compare-directories): Remove "." and ".."
15578 from the alists.
15579
15580 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
15581 Do nothing if edebug-active.
15582
15583 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
15584 (edebug-display): Do it here instead.
15585
15586 2005-07-10 Richard M. Stallman <rms@gnu.org>
15587
15588 * cus-face.el (custom-theme-set-faces): Make it work.
15589 (custom-reset-faces): Doc fix.
15590 (custom-theme-reset-internal-face, custom-theme-face-value):
15591 Functions deleted.
15592
15593 * custom.el (custom-push-theme): Maintain list of the settings
15594 of a given theme in its theme-settings property.
15595 Maintain position of old settings in the theme-value
15596 or theme-face property.
15597 (custom-enabled-themes): New variable.
15598 (custom-theme-enabled-p): New function.
15599 (provide-theme): Update custom-enabled-themes.
15600 Disable and reenable the `user' theme.
15601 (require-theme): Doc fix.
15602 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
15603 (custom-theme-value, custom-theme-variable-value): Likewise.
15604 (custom-theme-reset-internal): Likewise.
15605 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
15606 (custom-enable-theme, custom-disable-theme): New functions.
15607 (custom-variable-theme-value, custom-face-theme-value): Likewise.
15608 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
15609 (custom-theme-reset-variables): Simplify.
15610 (deftheme, custom-declare-theme, custom-make-theme-feature):
15611 Definitions moved.
15612
15613 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
15614
15615 * longlines.el (longlines-show-region)
15616 (longlines-unshow-hard-newlines): Recognize hard newlines by
15617 non-nil hard property, instead of t.
15618
15619 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
15620
15621 * viper-cmd.el (viper--key-maps): New variable.
15622 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
15623 emulation-mode-map-alists.
15624 (viper-envelop-ESC-key): Use viper-subseq.
15625 (viper-search-forward/backward/next): Disable debug-on-error.
15626
15627 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15628 (viper-ESC-key): New defcustoms.
15629
15630 * viper-macs.el (ex-map-read-args): Use viper-subseq.
15631
15632 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
15633 (viper-subseq): Copy of subseq from cl.el.
15634
15635 * viper.el (viper-go-away, viper-set-hooks): Use
15636 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
15637
15638 * viper-mous.el (viper-current-frame-saved): Use defvar.
15639
15640 * viper-init.el: Get rid of -face in face names.
15641
15642 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
15643 Make it work with longlines mode
15644
15645 * ediff-mult.el (ediff-meta-mode-hook): New variable.
15646
15647 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
15648
15649 * ediff-init.el: Get rid of -face in face names.
15650
15651 2005-07-10 Richard M. Stallman <rms@gnu.org>
15652
15653 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
15654 and with-timeout-unsuspend.
15655
15656 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
15657 and with-timeout-unsuspend.
15658
15659 * emacs-lisp/timer.el (with-timeout-timers): New variable.
15660 (with-timeout): Bind that variable to record timers.
15661 (with-timeout-suspend, with-timeout-unsuspend): New functions.
15662
15663 * emacs-lisp/debug.el (debug-help-follow): New function.
15664 (debugger-mode-map): Use that instead of help-follow.
15665 (debugger-setup-buffer): Use eval-buffer-list
15666 to handle eval-buffer frames.
15667
15668 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
15669
15670 * timezone.el (timezone-parse-date): Change first regexp
15671 so it will not mistakenly match dates with no time zone.
15672
15673 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
15674
15675 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
15676
15677 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
15678
15679 * custom.el (custom-initialize-safe-set)
15680 (custom-initialize-safe-default): New functions.
15681
15682 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15683 and simplify :init-value.
15684
15685 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15686 and simplify :init-value. Delete obsolete comment.
15687
15688 * startup.el (command-line): Use `custom-reevaluate-setting' to
15689 handle `tooltip-mode'. Delete obsolete comment.
15690
15691 * files.el (set-visited-file-name): Avoid calling
15692 `file-name-nondirectory' with a nil argument.
15693
15694 2005-07-09 Richard M. Stallman <rms@gnu.org>
15695
15696 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
15697 was called with nil for the buffer, handle the read position right.
15698 Handle read position for eval-region, too.
15699
15700 2005-07-09 Juri Linkov <juri@jurta.org>
15701
15702 * fringe.el (fringe-mode): Add period in docstring.
15703 (fringe-query-style): Build prompt depending on `all-frames' arg.
15704
15705 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
15706 to not create links to unrelated functions in the Help buffer.
15707
15708 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
15709 Doc fix.
15710
15711 * simple.el (next-error-hook): New variable.
15712 (next-error): Use it. Doc fix.
15713
15714 * textmodes/ispell.el (ispell-command-loop): Add current
15715 dictionary name and program name to mode-line-format.
15716 (ispell-region, ispell-process-line): Add current dictionary name
15717 and program name to messages.
15718
15719 2005-07-08 Jay Belanger <belanger@truman.edu>
15720
15721 * calc/calc.el (calc-embedded-announce-formula-alist)
15722 (calc-embedded-open-close-formula-alist)
15723 (calc-embedded-open-close-word-alist)
15724 (calc-embedded-open-close-plain-alist)
15725 (calc-embedded-open-close-new-formula-alist)
15726 (calc-embedded-open-close-mode-alist)
15727 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
15728 (calc-embedded-mode-hook): New variables.
15729
15730 * calc/calc-embed.el (calc-embedded-firsttime)
15731 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
15732 New variables.
15733 (calc-do-embedded): Use calc-embedded-firsttime,
15734 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
15735 determine whether or not to run hooks.
15736 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
15737 calc-embedded-firsttime-formula appropriately.
15738 Set calc-embedded delimiter variables according to mode.
15739
15740 2005-07-08 Richard M. Stallman <rms@gnu.org>
15741
15742 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
15743 Check for "emacs", etc., as entire symbol, not just as word.
15744 (checkdoc-file-comments-engine): Use regexp-quote on FN.
15745
15746 * files.el (set-visited-file-name): Report the error
15747 for "empty filename" earlier.
15748 (kill-some-buffers): Ignore buffers already dead.
15749
15750 * fringe.el (fringe-mode): Doc fix.
15751
15752 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15753 Check for (featurep 'xemacs) and turn off warnings in what it guards.
15754 Use unwind-protect to ensure byte-compile-unresolved-functions
15755 is updated.
15756
15757 * whitespace.el (whitespace-buffer-leading-cleanup):
15758 Simplify w/ skip-chars-forward.
15759 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
15760
15761 * mail/rmail.el (rmail-only-expunge): Fix paren error.
15762 Unconditionally try to leave point at the same old place.
15763
15764 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
15765
15766 * comint.el (comint-postoutput-scroll-to-bottom)
15767 (comint-show-maximum-output): Take scroll-margin into consideration.
15768
15769 2005-07-08 Kim F. Storm <storm@cua.dk>
15770
15771 * ido.el (ido-use-filename-at-point): New choice `guess'.
15772 (ido-file-internal): Try ffap-guesser if selected.
15773
15774 * ido.el (ido-before-fallback-functions): New hook.
15775 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
15776 (ido-read-file-name): Run it.
15777
15778 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
15779
15780 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
15781 strings rather than a list of symbols to the completion function.
15782
15783 2005-07-07 Jay Belanger <belanger@truman.edu>
15784
15785 * calc/calc-units.el (math-apply-units): Change the places in
15786 which units are simplified.
15787
15788 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
15789
15790 * cus-edit.el (customize-option, customize-option-other-window):
15791 Make them handle aliases.
15792
15793 * custom.el (custom-variable-p): Make it recursively follow
15794 aliases. Mention that in the docstring.
15795
15796 2005-07-07 Richard M. Stallman <rms@gnu.org>
15797
15798 * cus-start.el (exec-path): Use `directory' instead of `file'.
15799 Fix tag for nil.
15800
15801 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15802
15803 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
15804 when called non-interactively. Doc fix.
15805
15806 2005-07-07 Lute Kamstra <lute@gnu.org>
15807
15808 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
15809 new address as well.
15810
15811 2005-07-07 Kenichi Handa <handa@m17n.org>
15812
15813 * international/mule.el (make-coding-system):
15814 Describe `ascii-incompatible' property in the docstring.
15815 (set-file-name-coding-system): Signal an error if coding-system is
15816 ascii-incompatible.
15817 (set-keyboard-coding-system): Likewise.
15818
15819 * international/mule-cmds.el (set-default-coding-systems):
15820 Don't set default-file-name-coding-system and
15821 default-keyboard-coding-system if coding-system is ASCII-incompatible.
15822
15823 * international/utf-16.el: Declare that all UTF-16-based coding
15824 systems are ASCII-incompatible.
15825
15826 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
15827
15828 * progmodes/gud.el: Require font-lock for displaying errors.
15829 Used by gdb-ui.el.
15830
15831 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15832
15833 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
15834 values for the pattern lists which are `read'able but not
15835 `append'able (like symbols).
15836
15837 2005-07-06 Richard M. Stallman <rms@gnu.org>
15838
15839 * progmodes/flymake.el (flymake-float-time): Instead of
15840 with-no-warnings, test for xemacs.
15841 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
15842 to avoid warning.
15843
15844 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
15845
15846 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
15847
15848 2005-07-05 Lute Kamstra <lute@gnu.org>
15849
15850 * battery.el: Add support for Darwin (with much debugging help
15851 from Samuel Lauber <sam124@operamail.com>).
15852 (battery-status-function, battery-echo-area-format)
15853 (battery-mode-line-format): Add support for pmset on Darwin.
15854 (battery-load-low, battery-load-critical): New user options.
15855 (battery-pmset): New function.
15856
15857 2005-07-05 Lute Kamstra <lute@gnu.org>
15858
15859 Update FSF's address in GPL notices.
15860
15861 * textmodes/page-ext.el: Update FSF's address.
15862
15863 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15864
15865 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
15866 filling from using prefix when filling a single-line docstring.
15867
15868 * progmodes/flymake.el: Remove useless eval-when-compile.
15869
15870 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
15871
15872 2005-07-04 Richard M. Stallman <rms@gnu.org>
15873
15874 * textmodes/org.el (org-file-apps-defaults-gnu):
15875 Rename from org-file-apps-defaults-linux.
15876 (org-default-apps): Don't test system-type for `linux'.
15877 (org-file-apps): Doc fix.
15878
15879 2005-07-04 David Ponce <david@dponce.com>
15880
15881 * tree-widget.el: Improve header Commentary section.
15882 (tree-widget) [defgroup]
15883 (tree-widget-image-enable, tree-widget-themes-directory)
15884 (tree-widget-theme, tree-widget-image-properties-emacs)
15885 (tree-widget-image-properties-xemacs, tree-widget-create-image)
15886 (tree-widget-image-formats, tree-widget-control)
15887 (tree-widget-empty-control, tree-widget-leaf-control
15888 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
15889 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
15890 (tree-widget-keep, tree-widget-after-toggle-functions)
15891 (tree-widget-open-node, tree-widget-close-node): Doc fix.
15892 (tree-widget-open-control, tree-widget-close-control): Fix doc and
15893 :help-echo message.
15894 (tree-widget-set-theme): Doc fix. Use `string-equal'.
15895 (tree-widget-image-properties): Doc fix. Clearer implementation.
15896 (tree-widget--cursors): New constant.
15897 (tree-widget-lookup-image): New function split from
15898 `tree-widget-find-image'. Clearer implementation.
15899 (tree-widget-find-image): Use it.
15900 (tree-widget-button-keymap): Use `set-keymap-parent'.
15901 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
15902 Define the sub-widgets here.
15903 (tree-widget-node): Check that :node is not a tree-widget.
15904 (tree-widget-get-super, tree-widget-open-control)
15905 (tree-widget-close-control, tree-widget-empty-control)
15906 (tree-widget-leaf-control, tree-widget-guide)
15907 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
15908 (tree-widget-no-handle, tree-widget-value-delete)
15909 (tree-widget-map): Remove.
15910 (tree-widget-children-value-save): Doc fix. Simplified.
15911 (tree-widget-value-create): Update according to previous changes.
15912
15913 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
15914
15915 * textmodes/org.el: Leading space replaced by TABS.
15916 (org-recalc-marks, org-table-rotate-recalc-marks)
15917 (org-table-get-specials): Treat "^" and "_" marks.
15918 (org-table-justify-field-maybe): Optional argument NEW.
15919 (org-table-eval-formula): Parsing of the format simplified.
15920 New modes C,I. Honor the %= parameter in the current table.
15921 Avoid unnecessary re-align by using the NEW argument to
15922 `org-table-justify-field-maybe'.
15923 (org-calc-default-modes): Default for date-format mimicks org-mode.
15924 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
15925
15926 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
15927
15928 * cus-face.el (custom-theme-set-faces): Make it handle face
15929 aliases whose alias declarations are pre- or autoloaded.
15930
15931 2005-07-04 Juri Linkov <juri@jurta.org>
15932
15933 * faces.el (read-face-name): Put the code for getting a face name
15934 from the buffer before adding the faces from the `face' property.
15935 Use `completing-read-multiple' instead of `completing-read'.
15936 Require `crm'. Add default value and post-process the returned
15937 list of faces.
15938
15939 * emacs-lisp/crm.el (crm-find-current-element)
15940 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
15941
15942 * emacs-lisp/lisp-mode.el (eval-defun-1):
15943 * emacs-lisp/edebug.el (edebug-eval-defun):
15944 Remove unnecessary quotes.
15945
15946 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15947
15948 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
15949 (prolog-indent-level): Fix typo in docstring.
15950
15951 * info.el (Info-history, Info-history-forward)
15952 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
15953
15954 * add-log.el (add-change-log-entry):
15955 * comint.el (comint-dynamic-list-input-ring)
15956 (comint-dynamic-list-completions):
15957 * dabbrev.el (dabbrev-expand):
15958 * delim-col.el (delimit-columns-rectangle-line):
15959 * diff-mode.el (diff-context->unified, diff-reverse-direction)
15960 (diff-unified->context):
15961 * ediff-init.el (ediff-abbrev-jobname):
15962 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
15963 (ediff-replace-session-activity-marker-in-meta-buffer):
15964 * info.el (Info-summary):
15965 * lpr.el (printify-region):
15966 * printing.el (pr-create-interface):
15967 * ps-print.el (ps-print-quote):
15968 * ses.el (ses-column-widths, ses-print-cell)
15969 (ses-adjust-print-width, ses-center):
15970 * shell.el (shell-file-name-quote-list):
15971 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
15972 (strokes-fill-current-buffer-with-whitespace)
15973 (strokes-xpm-for-stroke, strokes-list-strokes)
15974 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
15975 * term.el (term-dynamic-list-input-ring)
15976 (term-dynamic-list-completions):
15977 * calc/calc.el (math-format-stack-value):
15978 * emacs-lisp/edebug.el (edebug-display-freq-count):
15979 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
15980 (delphi-new-comment-line):
15981 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
15982 * progmodes/executable.el (executable-set-magic):
15983 * progmodes/python.el (inferior-python-mode):
15984 * progmodes/scheme.el (scheme-mode-syntax-table):
15985 * progmodes/sh-script.el (sh-maybe-here-document):
15986 * progmodes/sql.el (sql-copy-column):
15987 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
15988 * textmodes/bibtex.el (bibtex-mode):
15989 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
15990 (sgml-auto-attributes):
15991 * textmodes/table.el (table-insert, table-shorten-cell)
15992 (table--generate-source-scan-lines, table-delete-row)
15993 (*table--cell-delete-char, table--spacify-frame)
15994 (table--horizontally-shift-above-and-below)
15995 (table--cell-insert-char, table--cell-blank-str)
15996 (table--fill-region-strictly):
15997 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
15998 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
15999
16000 * add-log.el (change-log):
16001 * apropos.el (apropos):
16002 * comint.el (comint-completion, comint-source):
16003 * dabbrev.el (dabbrev):
16004 * delim-col.el (columns):
16005 * diff-mode.el (diff-mode):
16006 * ediff.el (ediff):
16007 * ediff-diff.el (ediff-diff):
16008 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16009 * ediff-mult.el (ediff-mult):
16010 * ediff-ptch.el (ediff-ptch):
16011 * ediff-wind.el (ediff-window):
16012 * facemenu.el (facemenu):
16013 * indent.el (indent):
16014 * info.el (info):
16015 * jka-cmpr-hook.el (compression, jka-compr):
16016 * lpr.el (lpr):
16017 * outline.el (outlines):
16018 * pcmpl-cvs.el (pcmpl-cvs):
16019 * pcmpl-rpm.el (pcmpl-rpm):
16020 * printing.el (printing):
16021 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16022 (ps-print-vertical, ps-print-headers, ps-print-font)
16023 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16024 (ps-print-background, ps-print-printer, ps-print-page)
16025 (ps-print-miscellany):
16026 * ses.el (ses):
16027 * shell.el (shell, shell-directories, shell-faces):
16028 * startup.el (initialization):
16029 * strokes.el (strokes):
16030 * term.el (term):
16031 * uniquify.el (uniquify):
16032 * w32-vars.el (w32):
16033 * calc/calc.el (calc):
16034 * emacs-lisp/bytecomp.el (bytecomp):
16035 * emacs-lisp/cl-indent.el (lisp-indent):
16036 * emacs-lisp/edebug.el (edebug):
16037 * emacs-lisp/elp.el (elp):
16038 * emacs-lisp/testcover.el (testcover):
16039 * emacs-lisp/trace.el (trace):
16040 * emulation/viper-ex.el (viper-ex):
16041 * emulation/viper-mous.el (viper-mouse):
16042 * mail/mailalias.el (mailalias):
16043 * mail/supercite.el (supercite, supercite-frames)
16044 (supercite-attr, supercite-cite, supercite-hooks):
16045 * net/rcompile.el (remote-compile):
16046 * net/rlogin.el (rlogin):
16047 * obsolete/ooutline.el (outlines):
16048 * progmodes/delphi.el (delphi):
16049 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16050 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16051 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16052 (ebnf-optimization):
16053 * progmodes/etags.el (etags):
16054 * progmodes/executable.el (executable):
16055 * progmodes/idlwave.el (idlwave):
16056 * progmodes/pascal.el (pascal):
16057 * progmodes/prolog.el (prolog):
16058 * progmodes/python.el (python):
16059 * progmodes/scheme.el (scheme):
16060 * progmodes/sh-script.el (sh, sh-script):
16061 * progmodes/sql.el (SQL):
16062 * progmodes/tcl.el (tcl):
16063 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16064 * textmodes/enriched.el (enriched):
16065 * textmodes/makeinfo.el (makeinfo):
16066 * textmodes/sgml-mode.el (sgml):
16067 * textmodes/table.el (table-hooks):
16068 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16069 * textmodes/texinfo.el (texinfo):
16070 * textmodes/two-column.el (two-column):
16071 Finish `defgroup' description with period.
16072
16073 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16074 * eshell/esh-var.el (eshell-var):
16075 * progmodes/vhdl-mode.el (vhdl-testbench):
16076 * textmodes/org.el (org): Fix typos in docstrings.
16077
16078 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16079 consistency.
16080
16081 * progmodes/flymake.el (flymake-find-file): Remove.
16082 (flymake-float-time): Use `with-no-warnings'.
16083 (flymake-check-start-time, flymake-check-was-interrupted)
16084 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16085 (flymake-new-err-info): `defvar' at compile time.
16086
16087 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16088
16089 * replace.el (occur-hook): Doc fix.
16090 (occur-1): Don't call `occur-hook' if there are no matches.
16091
16092 2005-07-03 Richard M. Stallman <rms@gnu.org>
16093
16094 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16095 global-map, save the same map.
16096 (global-map): Don't alter it at top level.
16097 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16098 Then alter it here instead.
16099 (tpu-edt-off): Set global-map to the saved one.
16100
16101 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16102 All references simplified.
16103 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16104 (zmacs-regions): Add defvar.
16105 (repeat-complex-command-map): Everything about that deleted.
16106
16107 * textmodes/artist.el (artist-key-is-drawing)
16108 (artist-key-endpoint1, artist-key-poly-point-list)
16109 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16110 (artist-key-compl-table, artist-rb-save-data)
16111 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16112 Don't put them in eval-when-compile.
16113 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16114
16115 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16116 Use with-no-warnings.
16117
16118 * net/browse-url.el (dos-windows-version): Add defvar.
16119
16120 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16121
16122 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16123 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16124 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16125 Add defvar.
16126 (rmail-summary-beginning-of-message): Use with-no-warnings.
16127 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16128
16129 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16130 Use with-no-warnings.
16131
16132 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16133 (c-mark-function): Add point-moving-unit property.
16134 (vi-goto-line): Use with-no-warnings.
16135
16136 * emulation/edt.el (edt-last-copied-word): Add defvar.
16137 (zmacs-region-stays): Likewise.
16138 (edt-mark-section-wisely): Use c-mark-function for C.
16139 Use makr-defun for Fortran.
16140 (time-string): defvar deleted.
16141 (edt-display-the-time): Don't set time-string.
16142
16143 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16144
16145 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16146 Don't warn when name is not constant
16147 or for defining the group `emacs'.
16148
16149 * tooltip.el (gud-tooltip-mode): Add defvar.
16150
16151 * startup.el (default-frame-background-mode): Add defvar.
16152
16153 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16154
16155 * info.el (tool-bar-map): Add defvar.
16156
16157 * dired.el (dnd-protocol-alist): Add defvar.
16158
16159 * dired-aux.el (dired-query): Display question with answer, when
16160 the user answers.
16161
16162 * custom.el (custom-add-option): Doc fix.
16163
16164 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16165
16166 2005-07-03 Eli Zaretskii <eliz@gnu.org>
16167
16168 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16169 bogus name from the last change.
16170
16171 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
16172
16173 * custom.el (custom-declare-variable): Fix typos in comment.
16174 (custom-known-themes): Doc fix.
16175 (custom-theme-directory): New defcustom.
16176 (require-theme): Make it check `custom-theme-directory'.
16177
16178 * cus-theme.el (custom-new-theme-mode): New function.
16179 (custom-theme-name, custom-theme-variables, custom-theme-faces)
16180 (custom-theme-description): Add compiler defvars.
16181 (customize-create-theme): Add doc to the "*New Custom Theme*"
16182 buffer. Use `custom-new-theme-mode'.
16183 (custom-theme-write): Put the created buffer in emacs-lisp-mode
16184 and save it to the `custom-theme-directory'. Make this the
16185 default directory of the buffer.
16186
16187 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
16188
16189 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16190 Fix unbalanced parentheses.
16191
16192 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16193
16194 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16195 into flymake-mode and delegate to flymake-mode.
16196
16197 * find-file.el (ff-which-function-are-we-in): Clean up.
16198
16199 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
16200
16201 * replace.el (occur-rename-buffer): Fix docstring.
16202
16203 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16204 (edt-last-copied-word, edt-learn-macro-count)
16205 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16206 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16207 (time-string, zmacs-region-stays):
16208 * emulation/edt-mapper.el (edt-save-function-key-map)
16209 (EDT-key-name): `defvar' to silence the byte-compiler.
16210
16211 2005-07-02 Martin Rudalics <rudalics@gmx.at>
16212
16213 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16214 font-lock-regexp-backslash. Doc fix.
16215 (font-lock-regexp-backslash-grouping-construct): Rename from
16216 font-lock-regexp-backslash-construct. Doc fix.
16217 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16218 grouping constructs.
16219
16220 2005-07-02 Eli Zaretskii <eliz@gnu.org>
16221
16222 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16223 updating all the prerequisites.
16224
16225 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
16226
16227 * textmodes/org.el (org-agenda-start-on-weekday)
16228 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16229 (org-agenda-use-time-grid, org-archive-location)
16230 (org-allow-space-in-links, org-usenet-links-prefer-google)
16231 (org-enable-table-editor, org-export-default-language)
16232 (org-export-html-show-new-buffer, org-fill-paragraph)
16233 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16234 (org-goto-quit, org-occur, org-eval-in-calendar)
16235 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16236 (org-agenda-diary-entry, org-remember-help)
16237 (org-table-convert-region, org-at-table-p)
16238 (org-table-move-row-down, org-table-move-row-up)
16239 (org-table-copy-region, org-table-toggle-vline-visibility)
16240 (org-table-get-stored-formulas, org-table-get-specials)
16241 (org-recalc-commands, org-table-eval-formula)
16242 (org-table-formula-substitute-names, orgtbl-make-binding)
16243 (org-format-org-table-html, org-format-table-table-html)
16244 (org-format-table-table-html-using-table-generate-source)
16245 (org-customize): Fix typos in docstrings.
16246 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16247 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16248 (org-back-to-heading): Doc fixes.
16249 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16250 (org-agenda-change-all-lines, org-get-header):
16251 Improve argument/docstring consistency.
16252 (orgtbl-error): Fix error message.
16253
16254 * progmodes/flymake.el (flymake-find-possible-master-files)
16255 (flymake-master-file-compare, flymake-get-line-err-count)
16256 (flymake-highlight-line, flymake-gui-warnings-enabled):
16257 Fix typos in docstrings.
16258 (flymake-parse-line, flymake-get-project-include-dirs-function)
16259 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16260 Doc fixes.
16261 (flymake-get-project-include-dirs-function)
16262 (flymake-make-err-menu-data):
16263 Improve argument/docstring consistency.
16264
16265 2005-07-01 Lute Kamstra <lute@gnu.org>
16266
16267 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16268 Catch errors with ignore-errors. Use temporary buffer.
16269 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
16270
16271 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16272 background color faces.
16273 (facemenu-set-foreground, facemenu-set-background):
16274 Use facemenu-set-face-from-menu.
16275 (facemenu-set-face-from-menu): Treat face names that start with
16276 "fg:" or "bg:" as special.
16277 (facemenu-add-new-color): Don't create faces. Simplify.
16278
16279 2005-06-30 Richard M. Stallman <rms@gnu.org>
16280
16281 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16282 (crm-find-current-element): Likewise.
16283
16284 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
16285
16286 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16287
16288 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16289
16290 * arc-mode.el (archive-extract): Make it work as a mouse binding.
16291 (archive-mouse-extract): Make it an obsolete alias.
16292 (archive-mode-map): Don't use archive-mouse-extract any more.
16293 (archive-mode, archive-extract): write-contents-hooks ->
16294 write-contents-functions.
16295 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16296 first arg.
16297 (archive-rename-entry): Update the call.
16298 (archive-zip-summarize): Remove unused var `method'.
16299 (archive-lzh-summarize): Remove unused var `creator'.
16300
16301 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16302 dedicated frame upon exit.
16303
16304 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16305 (archive-zip-extract, archive-zip-expunge)
16306 (archive-zip-update, archive-zip-update-case): Use executable-find.
16307 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16308 Use restore-buffer-modified-p.
16309 (archive-extract, archive-add-new-member, archive-write-file-member):
16310 Use with-current-buffer.
16311 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16312
16313 2005-06-30 Andreas Schwab <schwab@suse.de>
16314
16315 * progmodes/gud.el (gud-filter): Remove unneeded progn.
16316
16317 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16318
16319 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16320
16321 2005-06-30 Juri Linkov <juri@jurta.org>
16322
16323 * faces.el (vertical-border): Inherit from mode-line-inactive
16324 only on tty.
16325
16326 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
16327
16328 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16329 example, -NLINES in the `occur' docstring).
16330
16331 * replace.el (occur-1): When no matches are found, do not set the
16332 `buffer-read-only' and modified flags for the occur buffer,
16333 because it is deleted.
16334
16335 * emulation/cua-base.el (cua-check-pending-input)
16336 (cua-repeat-replace-region, cua-mode, cua-debug)
16337 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16338 Fix typos in docstrings.
16339
16340 * emulation/cua-gmrk.el (cua-toggle-global-mark)
16341 (cua-cut-region-to-global-mark)
16342 (cua--cut-rectangle-to-global-mark):
16343 Remove period from end of messages.
16344
16345 * emulation/cua-rect.el (cua-do-rectangle-padding):
16346 Remove period from end of messages.
16347 (cua--rectangle-seq-format): Fix typo in docstring.
16348 (cua-sequence-rectangle, cua-fill-char-rectangle):
16349 Improve argument/docstring consistency.
16350
16351 2005-06-29 Juri Linkov <juri@jurta.org>
16352
16353 * faces.el (default-frame-background-mode): New internal variable.
16354 (frame-set-background-mode): Use it.
16355
16356 * startup.el (normal-top-level): Set default-frame-background-mode
16357 instead of frame-background-mode. Before setting it, test for its
16358 nil value. Remove tests for frame-background-mode and frame
16359 parameter `reverse'. Add test for "unspecified-fg".
16360
16361 * term/xterm.el (xterm-rxvt-set-background-mode):
16362 * term/rxvt.el (rxvt-set-background-mode):
16363 Set default-frame-background-mode instead of frame-background-mode.
16364
16365 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
16366
16367 * simple.el (set-variable): Warn about obsolete user variables.
16368
16369 * imenu.el (imenu--completion-buffer):
16370 * mouse.el (mouse-buffer-menu-alist):
16371 * msb.el (msb-invisible-buffer-p):
16372 * calendar/diary-lib.el (diary-header-line-format):
16373 * emacs-lisp/pp.el (pp-buffer):
16374 * progmodes/cperl-mode.el (cperl-do-auto-fill):
16375 * textmodes/picture.el (picture-replace-match):
16376 Change space constants followed by a sexp to "?\s ".
16377
16378 * play/decipher.el (decipher-loop-with-breaks):
16379 * textmodes/texinfo.el (texinfo-insert-@item): Change space
16380 constants "protected" from end of line by a comment to "?\s".
16381
16382 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16383
16384 * font-lock.el (save-buffer-state): Use `declare'.
16385
16386 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16387 reset the syntax-table to cperl-mode-syntax-table.
16388 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16389 "foo_print_bar" is not matched as a reserved keyword.
16390
16391 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
16392
16393 * textmodes/org.el (orgtbl-setup): New function, for delayed
16394 setup for the orgtbl commands.
16395 (org-calc-default-modes): New option.
16396 (orgtbl-make-binding): Use `defun' to get better help display.
16397 (org-diary): Call `org-compile-prefix-format'.
16398 (org-table-formula-substitute-names): New function.
16399 (org-agenda-day-view, org-agenda-week-view): New commands.
16400 (org-agenda-toggle-week-view): Command removed.
16401 (org-tbl-menu): Split off from org-org-menu.
16402 (org-mode): Move removal of outline-mode menus to here.
16403 (org-table-formula-debug): New option.
16404 (org-table-insert-row): Keep first field if just "#" or "*".
16405 (org-mode): Paragraph regexps fixed.
16406 (org-table-recalculate-regexp): New constant.
16407 (org-table-justify-field-maybe): Avoid replace if not necessary.
16408 (org-copy-special, org-cut-special): Use `call-interactively'.
16409 (org-table-copy-region): Take region from `interactive' call.
16410 (org-trim): Return string even if no match.
16411 (org-formula): New face.
16412 (org-set-font-lock-defaults): No longer highlight "FIXME".
16413 But highlight formula-related fields in table.
16414 (org-table-p): Use regexp, not fontification.
16415 (org-table-align): Handle white space at end of line.
16416 (org-table-formula-evaluate-inline): New option.
16417 (org-mode): Auto-wrapping in comment lines turned off.
16418 (org-table-copy-down): Evaluate only in copied field, not in
16419 destination.
16420 (org-table-current-formula): Variable removed.
16421 (org-table-store-formulas, org-table-get-stored-formulas)
16422 (org-table-modify-formulas, org-table-replace-in-formulas)
16423 (org-table-maybe-eval-formula): New functions.
16424 (org-table-get-formula): Modify to use stored formulas.
16425 (org-table-insert-column, org-table-delete-column)
16426 (org-table-move-column): Call `org-table-modify-formulas'.
16427 (org-complete): Add completion for keyword formulas.
16428 (orgtbl-mode): Pull orgtbl-mode-map to start of
16429 minor-mode-map-alist.
16430
16431 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16432
16433 * progmodes/python.el (python-check): Require `compile' before
16434 modifying its variables.
16435
16436 * newcomment.el (comment-indent-default): Don't get fooled by an early
16437 end of buffer.
16438
16439 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16440
16441 * ps-print.el (ps-print-version): Fix version number.
16442
16443 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
16444
16445 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16446
16447 2005-06-28 Richard M. Stallman <rms@gnu.org>
16448
16449 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16450 (flyspell-local-mouse-map): Declaration deleted.
16451 (flyspell-mouse-map): Bind only mouse-2.
16452 (flyspell-mode-map): Don't test flyspell-use-local-map.
16453 (flyspell-overlay-keymap-property-name): Var deleted.
16454 (flyspell-mode-on): Don't make local bindings for
16455 flyspell-mouse-map and flyspell-mode-map.
16456 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16457
16458 * textmodes/ispell.el (ispell-word): Do not ignore short words.
16459
16460 * progmodes/compile.el (compilation-next-error-function):
16461 Don't switch buffers; operate on the current buffer.
16462
16463 * progmodes/compile.el (compilation-error-file-name)
16464 (compilation-warning-file-name, compilation-info-file-name)
16465 (compilation-line-number, compilation-column-number): New faces.
16466 (compilation-error-face, compilation-warning-face)
16467 (compilation-info-face, compilation-line-face)
16468 (compilation-column-face): Use them.
16469
16470 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16471
16472 * comint.el (comint-password-prompt-regexp): Accept ", try again".
16473
16474 * bindings.el (global-map): Bind insertchar and its variants.
16475
16476 2005-06-27 Richard M. Stallman <rms@gnu.org>
16477
16478 * textmodes/artist.el (artist-text-overwrite)
16479 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
16480
16481 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16482
16483 * ps-print.el: It was not working the page selection for printing.
16484 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
16485 (ps-print-version): New version 6.6.7.
16486 (ps-end-sheet): New fun.
16487 (ps-header-sheet, ps-end-job): Call it.
16488
16489 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
16490
16491 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
16492
16493 2005-06-27 Lute Kamstra <lute@gnu.org>
16494
16495 * facemenu.el (facemenu-unlisted-faces): Add foreground and
16496 background color faces.
16497 (facemenu-get-face): Delete function.
16498 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
16499 (facemenu-add-new-color): Make second argument mandatory.
16500 Create the appropriate face and return it. Simplify.
16501 (facemenu-set-foreground, facemenu-set-background): Don't check if
16502 color is defined. Use return value of facemenu-add-new-color.
16503
16504 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
16505
16506 * progmodes/gud.el (gud-filter): Add missing argument to
16507 with-selected-window.
16508
16509 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16510
16511 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
16512 a :require to the defcustom.
16513
16514 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
16515 defcustoms corresponding to minor modes.
16516
16517 2005-06-26 David Ponce <david@dponce.com>
16518
16519 * recentf.el: Require tree-widget instead of wid-edit.
16520 (recentf-filename-handler): Fix widget :type.
16521 (recentf-cancel-dialog, recentf-open-more-files)
16522 (recentf-open-files-action): Doc fix.
16523 (recentf-dialog-goto-first): New function.
16524 (recentf-dialog-mode-map): Set parent keymap first.
16525 (recentf-dialog-mode): Define with define-derived-mode.
16526 Don't display continuation lines in dialogs.
16527 (recentf-edit-list): Rename from recentf-edit-selected-items.
16528 (recentf-edit-list-select): Rename from recentf-edit-list-action.
16529 Simplify.
16530 (recentf-edit-list-validate): New function.
16531 (recentf-edit-list): Update accordingly.
16532 (recentf-open-files-item-shift): Remove.
16533 (recentf-open-files-item): Convert menu elements into tree and
16534 link widgets. Don't create the widgets.
16535 (recentf-open-files): Update accordingly.
16536 (recentf-save-list): Untabify.
16537
16538 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
16539
16540 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
16541 (keep-lines): Add INTERACTIVE arg. Never delete lines only
16542 partially contained in the active region. Do not take active
16543 region into account when called from Lisp, unless INTERACTIVE arg
16544 is 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 (flush-lines): Add INTERACTIVE arg. Do not take active region
16548 into account when called from Lisp, unless INTERACTIVE arg is
16549 non-nil. Use `forward-line' instead of `beginning-of-line' to
16550 avoid trouble with fields. Make marker point nowhere when no
16551 longer used. Always return nil. Doc fix.
16552 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
16553 interchangeable. Do not take active region into account when
16554 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
16555 message in echo area when called from Lisp, unless INTERACTIVE arg
16556 is non-nil. Avoid saying "1 occurrences". Do not use markers.
16557 Return the number of matches. Doc fix.
16558 (occur): Doc fix.
16559 (perform-replace): Make comment follow double space convention for
16560 the sake of `outline-minor-mode'.
16561
16562 * faces.el (facep): Doc fix.
16563
16564 2005-06-25 Richard M. Stallman <rms@gnu.org>
16565
16566 * facemenu.el (facemenu-enable-faces-p): New function.
16567 (facemenu-background-menu, facemenu-foreground-menu)
16568 (facemenu-face-menu): Add menu-enable property.
16569
16570 * jka-compr.el (jka-compr-insert-file-contents):
16571 Special handling if cannot find the uncompression program.
16572
16573 * cus-face.el (custom-face-attributes): Add autoload.
16574
16575 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16576 Bind comment-indent-function locally.
16577
16578 * window.el (save-selected-window): Use save-current-buffer.
16579
16580 * subr.el (with-selected-window): Use save-current-buffer.
16581
16582 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
16583 and with-current-buffer.
16584
16585 2005-06-24 Richard M. Stallman <rms@gnu.org>
16586
16587 * simple.el (line-move-1): Fix previous change.
16588
16589 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16590
16591 * replace.el (occur-1): Set `buffer-read-only' and the
16592 buffer-modified flag before running `occur-hook' to protect
16593 against unintentional buffer switches that can lead to data loss.
16594
16595 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
16596
16597 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
16598 (gud-gdb-marker-filter): Use font-lock-warning-face for any
16599 initial error.
16600
16601 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
16602 after fresh input.
16603 (gdb-var-create-handler): Put name of expression in quotes.
16604
16605 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
16606
16607 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
16608 elements of RING in order, and without bogus nil elements.
16609
16610 2005-06-23 Richard M. Stallman <rms@gnu.org>
16611
16612 * simple.el (set-variable): Args renamed; doc fix.
16613 (line-move-1): When there are overlays around, use vertical-motion.
16614
16615 * faces.el (escape-glyph): Use brown against light background.
16616 (nobreak-space): Rename from no-break-space.
16617 Fix previous change.
16618
16619 * dired-aux.el (dired-do-copy): Fix arg prompt.
16620
16621 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
16622
16623 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16624
16625 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
16626 rather than "Distributor".
16627
16628 2005-06-23 Lute Kamstra <lute@gnu.org>
16629
16630 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
16631 (debug-on-entry): Use it. New interactive declaration that uses
16632 function-called-at-point.
16633
16634 2005-06-23 Kim F. Storm <storm@cua.dk>
16635
16636 * subr.el (save-match-data): Add comment about using evaporate arg
16637 to set-match-data.
16638
16639 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
16640
16641 * cus-edit.el (customize-face)
16642 (customize-face-other-window): Handle face aliases.
16643
16644 * faces.el (face-documentation, set-face-attribute)
16645 (face-spec-set): Handle face aliases.
16646
16647 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
16648
16649 * help-mode.el (help-make-xrefs): If a symbol representing a face
16650 name is not followed by the word "face", it could still be a
16651 function or variable name, so don't bypass other checks.
16652
16653 2005-06-22 Juri Linkov <juri@jurta.org>
16654
16655 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
16656 Replace aliased functions with calls where second arg `inherit' is t.
16657
16658 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
16659
16660 * progmodes/gdb-ui.el (gdb-error): New variable.
16661 (gdb-error): New function.
16662 (gdb-annotation-rules): Act on error-begin and error annotations.
16663 (gdb-concat-output): Use font-lock-warning-face for errors.
16664
16665 2005-06-22 Miles Bader <miles@gnu.org>
16666
16667 * bindings.el (propertized-buffer-identification): Use renamed
16668 `Buffer-menu-buffer' face.
16669
16670 * faces.el (vertical-border): Rename from `vertical-divider'.
16671 (escape-glyph): Change dark-background color back to `cyan'.
16672
16673 2005-06-21 Juri Linkov <juri@jurta.org>
16674
16675 * faces.el (face-user-default-spec): Try getting `customized-face'
16676 prior to `saved-face'.
16677 (frame-background-mode): Refill docstring.
16678
16679 * emacs-lisp/lisp-mode.el (eval-defun-1):
16680 * emacs-lisp/edebug.el (edebug-eval-defun):
16681 Set `saved-face' temporarily to nil before calling form.
16682 Set `customized-face' to the new spec after that.
16683
16684 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16685
16686 * subr.el (1value, lambda, key-substitution-in-progress):
16687 Doc fixes.
16688
16689 * autoinsert.el (auto-insert-alist):
16690 * ses.el (ses-call-printer):
16691 * subr.el (noreturn):
16692 * emacs-lisp/lisp.el (check-parens):
16693 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
16694 * net/browse-url.el (browse-url-mosaic):
16695 * progmodes/cc-defs.el (c-safe-scan-lists):
16696 * progmodes/ebnf-abn.el (ebnf-abn-lex):
16697 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
16698 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
16699 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
16700 * progmodes/ebnf-iso.el (ebnf-iso-lex):
16701 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
16702
16703 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16704
16705 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
16706
16707 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
16708
16709 * calendar/appt.el (appt-make-list): Activate the package, if
16710 not already active (for backwards compatibility).
16711
16712 2005-06-20 Kim F. Storm <storm@cua.dk>
16713
16714 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
16715
16716 2005-06-20 Miles Bader <miles@gnu.org>
16717
16718 * faces.el (vertical-divider): New face.
16719
16720 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
16721
16722 * simple.el (kill-whole-line): Doc fix.
16723 (next-error-buffer-p, next-error-find-buffer)
16724 (clone-indirect-buffer): Fix typos in docstrings.
16725 (comment-line-break-function): Doc fix: don't say variable
16726 is automatically buffer-local (it isn't).
16727
16728 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
16729
16730 * net/tramp-ftp.el (top):
16731 * net/tramp-smb.el (top):
16732 * net/tramp-util.el (top):
16733 * net/tramp-uu.el (top):
16734 * net/tramp-vc.el (top):
16735 * net/tramp.el (top): Revert copyright years back to original
16736 ones. Tramp has a life outside GNU Emacs.
16737
16738 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
16739
16740 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
16741
16742 2005-06-18 Juri Linkov <juri@jurta.org>
16743
16744 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
16745 end of first regexp to limit the match to the position between
16746 line number and source line with same separator character as used
16747 between file name and line number. In the second regexp limit
16748 mouse-face area to file name and line number by adding new group
16749 for them and referring it in HYPERLINK arg.
16750 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
16751 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
16752 previous line where grep markers may be already removed.
16753
16754 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
16755
16756 * progmodes/ps-mode.el: Update version and maintainer's email address.
16757
16758 2005-06-18 Steve Youngs <steve@xemacs.org>
16759
16760 * net/browse-url.el (browse-url-browser-function)
16761 (browse-url-default-browser): Add firefox.
16762 (browse-url-firefox-program, browse-url-firefox-arguments)
16763 (browse-url-firefox-startup-arguments)
16764 (browse-url-firefox-new-window-is-tab): New defcustoms.
16765 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
16766
16767 2005-06-17 Richard M. Stallman <rms@gnu.org>
16768
16769 * startup.el (command-line): Warn if specified user name has
16770 no home directory.
16771
16772 * term.el (term-get-old-input, term-input-filter, term-input-sender)
16773 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
16774
16775 * longlines.el (longlines-mode, longlines-show-hard-newlines):
16776 Doc fixes.
16777
16778 * faces.el (underline): Try bold if terminal doesn't support underline.
16779
16780 * mail/sendmail.el (mail-setup-with-from): New variable.
16781 (mail-insert-from-field): New function.
16782 (sendmail-send-it): Call it.
16783 (mail-setup): Optionally call it here.
16784
16785 * term/linux.el: Call tty-no-underline.
16786
16787 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
16788
16789 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
16790
16791 2005-06-17 Miles Bader <miles@gnu.org>
16792
16793 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
16794 (ediff-current-diff-C, ediff-current-diff-Ancestor)
16795 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
16796 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
16797 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
16798 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
16799 Remove "-face" suffix from face names.
16800 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16801 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16802 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16803 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16804 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16805 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16806 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16807 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16808 New backward-compatibility aliases for renamed faces.
16809 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16810 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16811 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16812 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16813 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16814 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16815 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16816 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16817 Use renamed ediff faces.
16818
16819 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
16820 Remove "-face" suffix from face names.
16821 (eshell-test-ok-face, eshell-test-failed-face):
16822 New backward-compatibility aliases for renamed faces.
16823 (eshell-run-test): Use renamed eshell-test faces.
16824
16825 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
16826 face name.
16827 (eshell-prompt-face): New backward-compatibility alias for renamed
16828 face.
16829 (eshell-emit-prompt): Use renamed eshell-prompt face.
16830
16831 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
16832 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
16833 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
16834 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
16835 Remove "-face" suffix from face names.
16836 (eshell-ls-directory-face, eshell-ls-symlink-face)
16837 (eshell-ls-executable-face, eshell-ls-readonly-face)
16838 (eshell-ls-unreadable-face, eshell-ls-special-face)
16839 (eshell-ls-missing-face, eshell-ls-archive-face)
16840 (eshell-ls-backup-face, eshell-ls-product-face)
16841 (eshell-ls-clutter-face):
16842 New backward-compatibility aliases for renamed faces.
16843 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
16844
16845 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
16846 Remove "-face" suffix from face name.
16847 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
16848 instead of literal face.
16849
16850 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
16851
16852 * emacs-lisp/warnings.el (display-warning, lwarn)
16853 (warning-minimum-log-level): Doc fixes.
16854 (warning-minimum-level, warning-minimum-log-level):
16855 Add :debug to :type choices.
16856
16857 * progmodes/ada-mode.el (ada-format-paramlist)
16858 (ada-get-indent-case, ada-check-matching-start)
16859 (ada-check-defun-name, ada-goto-matching-decl-start)
16860 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
16861 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
16862 (ada-make-subprogram-body): Follow error conventions.
16863 (ada-case-exception-file, ada-indent-comment-as-code)
16864 (ada-indent-handle-comment-special, ada-indent-renames)
16865 (ada-indent-return, ada-search-directories-internal)
16866 (ada-tab-policy, ada-case-exception-substring)
16867 (ada-other-file-alist, ada-matching-start-re)
16868 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
16869 (ada-imenu-generic-expression, ada-compile-goto-error)
16870 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
16871 (ada-popup-menu, ada-add-extensions, ada-mode)
16872 (ada-region-selected, ada-create-case-exception)
16873 (ada-create-case-exception-substring, ada-after-keyword-p)
16874 (ada-activate-keys-for-case, ada-adjust-case-region)
16875 (ada-adjust-case-buffer, ada-format-paramlist)
16876 (ada-scan-paramlist, ada-insert-paramlist)
16877 (ada-indent-newline-indent)
16878 (ada-indent-newline-indent-conditional)
16879 (ada-justified-indent-current, ada-goto-previous-word)
16880 (ada-indent-current, ada-get-indent-open-paren)
16881 (ada-get-indent-paramlist, ada-get-indent-end)
16882 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
16883 (ada-get-indent-block-start, ada-get-indent-subprog)
16884 (ada-get-indent-noindent, ada-get-indent-label)
16885 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
16886 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
16887 (ada-goto-stmt-end, ada-goto-next-word)
16888 (ada-check-matching-start, ada-check-defun-name)
16889 (ada-goto-matching-decl-start, ada-goto-matching-start)
16890 (ada-goto-matching-end, ada-search-ignore-string-comment)
16891 (ada-in-decl-p, ada-looking-at-semi-or)
16892 (ada-looking-at-semi-private, ada-in-paramlist-p)
16893 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
16894 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
16895 (ada-next-procedure, ada-previous-procedure, ada-next-package)
16896 (ada-previous-package, ada-create-menu)
16897 (ada-fill-comment-paragraph-justify)
16898 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
16899 (ada-other-file-name, ada-last-which-function-line)
16900 (ada-last-which-function-subprog, ada-which-function)
16901 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
16902 (ada-gen-treat-proc, ada-check-emacs-version)
16903 (ada-continuation-indent, ada-align-region-separate):
16904 Fix typos in docstrings.
16905 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
16906
16907 2005-06-16 Lute Kamstra <lute@gnu.org>
16908
16909 * simple.el (fundamental-mode): Run after-change-major-mode-hook
16910 conditionally.
16911
16912 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
16913
16914 * comint.el (comint-replace-by-expanded-filename)
16915 (comint-prompt-regexp, comint-delimiter-argument-list)
16916 (comint-preinput-scroll-to-bottom):
16917 * info.el (Info-hide-cookies-node):
16918 * ls-lisp.el (ls-lisp-classify):
16919 * find-file.el (ff-search-directories, ff-special-constructs)
16920 (ff-find-other-file):
16921 * font-lock.el (font-lock-keywords):
16922 * shell.el (shell-prompt-pattern)
16923 (shell-dynamic-complete-functions, shell-mode)
16924 (shell-delimiter-argument-list):
16925 * term.el (term-replace-by-expanded-filename)
16926 (term-prompt-regexp, term-delimiter-argument-list):
16927 * woman.el (woman-ignore, woman0-if):
16928 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
16929 * emacs-lisp/elint.el (elint-init-env):
16930 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
16931 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
16932 * language/ethio-util.el (ethio-tilde-escape)
16933 (ethio-use-three-dot-question):
16934 * net/zone-mode.el (zone-mode-load-time-setup):
16935 * progmodes/cc-align.el (c-lineup-argcont):
16936 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
16937 * progmodes/cperl-mode.el (cperl-set-style-back):
16938 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16939 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
16940 Fix spellings in docstrings.
16941
16942 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
16943 * progmodes/modula2.el (m2-for): Fix spellings.
16944
16945 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
16946
16947 * simple.el (undo-more): Don't use `format' on `error' arguments.
16948 Improve argument/docstring consistency.
16949 (pending-undo-list): Doc fix.
16950
16951 * smerge-mode.el (smerge-ensure-match):
16952 * emulation/vip.el (vip-ex):
16953 * net/zone-mode.el (zone-mode-update-serial):
16954 * progmodes/idlwave.el (idlwave-complete):
16955 * progmodes/vhdl-mode.el (vhdl-visit-file)
16956 (vhdl-compose-wire-components):
16957 Don't use `format' on `error' arguments.
16958
16959 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
16960 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
16961 (tooltip-help-tips): Fix typos in docstrings.
16962
16963 2005-06-16 David Ponce <david@dponce.com>
16964
16965 * tree-widget.el (tree-widget-value-create): Simplify last change.
16966
16967 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
16968
16969 * ido.el (ido-incomplete-regexp): New variable.
16970 (ido-set-matches-1): Handle invalid-regexp error and set
16971 ido-incomplete-regexp.
16972 (ido-incomplete-regexp): New face.
16973 (ido-completions): Use it.
16974 (ido-complete, ido-exit-minibuffer, ido-completions):
16975 Handle incomplete regexps.
16976 (ido-completions): Add check for complete match when entering a regexp.
16977
16978 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16979
16980 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
16981
16982 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16983
16984 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
16985 by field delimiters.
16986
16987 2005-06-15 David Ponce <david@dponce.com>
16988
16989 * tree-widget.el: eval-and-compile inlined functions so they will
16990 be available at run-time too.
16991 (tree-widget-super-format-handler)
16992 (tree-widget-format-handler): Remove.
16993 (tree-widget-value-create): Handle the :indent property.
16994
16995 2005-06-15 Miles Bader <miles@gnu.org>
16996
16997 * progmodes/which-func.el (which-func): Only inherit
16998 `font-lock-function-name-face' when that makes sense against the
16999 default mode-line face, otherwise set the face color explicitly.
17000
17001 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17002 faces instead of (non-existent) variables.
17003
17004 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17005
17006 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17007 (iswitchb-get-matched-buffers): Likewise. Simplify.
17008
17009 2005-06-14 Miles Bader <miles@gnu.org>
17010
17011 * progmodes/ld-script.el (ld-script-location-counter):
17012 Remove "-face" suffix from face name.
17013 (ld-script-location-counter-face):
17014 New backward-compatibility alias for renamed face.
17015 (ld-script-location-counter-face): Use renamed face.
17016
17017 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17018 (cperl-hash): Remove "-face" suffix from face names.
17019 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17020 New backward-compatibility aliases for renamed faces.
17021 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17022 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17023
17024 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17025 name.
17026 (which-func-face): New backward-compatibility alias for renamed face.
17027 (which-func-format): Use renamed which-func face.
17028
17029 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17030 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17031 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17032 names.
17033 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17034 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17035 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17036 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17037 (vhdl-speedbar-architecture-selected)
17038 (vhdl-speedbar-configuration-selected)
17039 (vhdl-speedbar-package-selected)
17040 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17041 names.
17042 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17043 Use renamed faces.
17044 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17045 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17046 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17047 Use renamed faces.
17048 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17049 names.
17050 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17051 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17052 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17053 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17054 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17055 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17056
17057 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17058 face name.
17059 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17060 (sh-heredoc-face): Use renamed sh-heredoc face.
17061
17062 * progmodes/idlw-help.el (idlwave-help-link):
17063 Remove "-face" suffix from face name.
17064 (idlwave-help-link-face):
17065 New backward-compatibility alias for renamed face.
17066 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17067
17068 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17069 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17070 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17071 New backward-compatibility aliases for renamed faces.
17072 (idlwave-shell-disabled-breakpoint-face)
17073 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17074
17075 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17076 Remove "-face" suffix from face names.
17077 (flymake-errline-face, flymake-warnline-face):
17078 New backward-compatibility aliases for renamed faces.
17079 (flymake-highlight-line): Use renamed flymake faces.
17080
17081 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17082 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17083 (ebrowse-member-class, ebrowse-progress):
17084 Remove "-face" suffix from face names.
17085 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17086 (ebrowse-file-name-face, ebrowse-default-face)
17087 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17088 (ebrowse-progress-face):
17089 New backward-compatibility aliases for renamed faces.
17090 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17091 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17092 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17093 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17094
17095 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17096 antlr-syntax)
17097 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17098 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17099 names.
17100 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17101 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17102 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17103 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17104 backward-compatibility aliases for renamed faces.
17105 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17106 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17107 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17108 remove "font-lock-". Use renamed antlr-mode faces.
17109 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17110 literal face-names with face variable references.
17111
17112 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17113 face name.
17114 (Buffer-menu-buffer-face): New backward-compatibility alias for
17115 renamed face.
17116 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17117
17118 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17119
17120 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17121 Eliminate "-face" suffix.
17122 (makefile-targets): Inherit from font-lock-function-name-face and
17123 eliminate "-face" suffix.
17124 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17125 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17126 actions, instead of prepending, to make it less visible.
17127 (makefile-previous-dependency, makefile-match-dependency):
17128 Don't match a target on a continuation line.
17129
17130 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17131
17132 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17133
17134 * progmodes/gdb-ui.el (menu): Re-order menu items.
17135 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17136
17137 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17138 Define in tooltip.el.
17139 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17140 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17141 gud-tooltip-echo-area.
17142
17143 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17144 backward compatibility and make obsolete.
17145 (tooltip-help-tips): Use tooltip-use-echo-area.
17146 (tooltip-show-help-function): Rename to...
17147 (tooltip-show-help): ...this, because it is a function.
17148 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17149
17150 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17151
17152 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17153 (edebug-print-length, edebug-print-level, edebug-print-circle)
17154 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17155 (edebug-eval-print-last-sexp): Doc fixes.
17156
17157 2005-06-14 Kim F. Storm <storm@cua.dk>
17158
17159 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17160 as the coverage buffer/file/both may change.
17161
17162 2005-06-14 Lute Kamstra <lute@gnu.org>
17163
17164 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17165 and run-mode-hooks. Simplify.
17166
17167 * mail/rmailedit.el (rmail-edit-mode):
17168 * progmodes/octave-inf.el (inferior-octave-mode):
17169 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17170
17171 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17172 and run-mode-hooks.
17173 (recentf-edit-list, recentf-open-files): Don't call
17174 kill-all-local-variables directly.
17175
17176 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17177
17178 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17179
17180 * emacs-lisp/byte-run.el (make-obsolete)
17181 (define-obsolete-function-alias): Rename arguments FUNCTION and
17182 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17183 (make-obsolete-variable, define-obsolete-variable-alias):
17184 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17185 respectively.
17186
17187 * isearchb.el (isearchb-activate):
17188 * pcvs.el (cvs-mode):
17189 * ses.el (ses-load):
17190 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17191 * net/tramp.el (tramp-find-file-exists-command)
17192 (tramp-find-shell):
17193 * progmodes/ada-mode.el (ada-create-case-exception)
17194 (ada-create-case-exception-substring, ada-make-subprogram-body):
17195 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17196 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17197 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17198 * textmodes/org.el (org-promote, org-evaluate-time-range)
17199 (org-agenda-next-date-line, org-agenda-previous-date-line)
17200 (org-agenda-error, org-open-at-point, org-table-move-row)
17201 (org-format-table-table-html-using-table-generate-source)
17202 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17203 * textmodes/reftex.el (reftex-access-scan-info):
17204 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17205 (reftex-toc-promote-prepare): Follow error conventions.
17206
17207 * diff-mode.el (diff-mode): Fix typo in docstring.
17208
17209 * forms.el (forms--intuit-from-file): Fix reference to
17210 `forms-number-of-fields' in error message.
17211 (forms-print): Fix quoting in error message.
17212
17213 * forms.el (forms-mode):
17214 * emulation/vi.el (vi-goto-insert-state):
17215 * progmodes/flymake.el (flymake-new-err-info)
17216 (flymake-start-syntax-check-for-current-buffer)
17217 (flymake-simple-cleanup):
17218 * eshell/esh-var.el (eshell/export):
17219 * progmodes/gud.el (xdb):
17220 * textmodes/flyspell.el (flyspell-incorrect-hook)
17221 (flyspell-maybe-correct-transposition)
17222 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17223
17224 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
17225
17226 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17227 minibuffer prompt.
17228
17229 2005-06-13 Kim F. Storm <storm@cua.dk>
17230
17231 * subr.el (add-to-ordered-list): New defun.
17232
17233 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17234 add cua--keymap-alist to emulation-mode-map-alists.
17235
17236 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17237
17238 * subr.el (complete-in-turn): New macro.
17239 (dynamic-completion-table, lazy-completion-table): Add debug info.
17240
17241 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17242 in preference to face aliases.
17243
17244 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17245 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17246 Remove unused vars `start' and `firstline'.
17247 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17248 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17249
17250 2005-06-13 Eli Zaretskii <eliz@gnu.org>
17251
17252 * cus-start.el (all): Don't complain about missing GTK-related
17253 variables, unless either `gtk' is boundp or this isn't a
17254 `windows-nt' build.
17255
17256 2005-06-13 Lute Kamstra <lute@gnu.org>
17257
17258 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17259 run-mode-hooks.
17260
17261 * ediff-mult.el (ediff-meta-mode):
17262 * ediff-util.el (ediff-mode): Use run-mode-hooks.
17263
17264 * ledit.el (ledit-mode): Use delay-mode-hooks.
17265
17266 * woman.el (woman-mode-line-format): Delete constant.
17267 (woman-mode-map): Initialize it properly.
17268 (woman-mode): Set mode-class property to special.
17269 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
17270 Set major-mode and mode-name. Don't set mode-line-format directly.
17271 (Man-getpage-in-background): Don't reference woman-mode-line-format.
17272
17273 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17274 string argument obsolete.
17275
17276 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
17277
17278 * textmodes/org.el (org-CUA-compatible): New option.
17279 (org-disputed-keys): New variable.
17280 (org-key): New function.
17281 (orgtbl-make-binding): Add docstring to the created function.
17282 (org-mode): Set paragraph start/separate regexps.
17283 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17284 (org-archive-location, org-archive-mark-done)
17285 (org-archive-stamp-time): New options.
17286 (org-archive-subtree): New command.
17287 (org-fill-paragraph): New function.
17288 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17289 (org-fake-empty-table-line): Function removed.
17290 (org-format-org-table-html): Do not create empty table lines at
17291 separator lines. Improved table header treatment.
17292 (org-link-format): New option.
17293 (org-make-link): New function.
17294 (org-insert-link, org-store-link): Use org-make-link.
17295 (org-open-file): Quote file name for shell command, to allow
17296 spaces in file names.
17297 (org-link-regexp): Fix bug with mailto link.
17298 (org-link-maybe-angles-regexp, org-protected-link-regexp):
17299 New constants.
17300 (org-export-as-html): Deal with the optional angles around a link.
17301 Better treatment of file: links.
17302 (org-open-at-point): Replace @{ and @} with < and >.
17303 (org-run-mode-hooks): Function removed.
17304 (org-agenda-mode): No longer use `org-run-mode-hooks'.
17305
17306 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
17307
17308 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17309 MI command -data-list-register-values.
17310 (gdb-post-prompt): Indent properly.
17311
17312 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
17313
17314 * hilit-chg.el (highlight-changes-colors): Rename from
17315 `highlight-changes-colours'.
17316 (highlight-changes-colours): Keep as obsolete alias.
17317 (highlight-changes-face-list): Doc fix.
17318 (hilit-chg-make-list): Use `highlight-changes-colors'.
17319
17320 2005-06-12 Mark A. Hershberger <mah@everybody.org>
17321
17322 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17323 defun-prompt-regexp.
17324
17325 2005-06-12 Eli Zaretskii <eliz@gnu.org>
17326
17327 * loadup.el: Don't say we are dumping under 2 names on windows-nt
17328 and cygwin.
17329
17330 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17331 Don't use an old loaddefs.el, as in Makefile.in.
17332
17333 2005-06-12 Lute Kamstra <lute@gnu.org>
17334
17335 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17336
17337 * man.el (Man-mode-map): Initialize it properly.
17338 (Man-mode): Set mode-class property to special.
17339
17340 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17341
17342 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
17343
17344 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17345 A newline is needed in the docstring there.
17346
17347 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17348 Doc fixes.
17349
17350 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17351
17352 * printing.el: Doc fix. The menubar is no more changed when printing
17353 is loaded, it only changes when pr-menu-bind or pr-update-menus is
17354 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
17355 (pr-version): New version number (6.8.4).
17356 (pr-menu-bind): New command.
17357 (pr-update-menus): Docstring and code fix.
17358 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17359 Docstring fix.
17360 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17361 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17362
17363 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
17364
17365 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17366 "Returns" to "return", document useful return values, etc.
17367
17368 2005-06-11 Alan Mackenzie <acm@muc.de>
17369
17370 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17371 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17372 (adaptive-file-function): Minor amendment to doc-string.
17373
17374 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17375
17376 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17377 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17378 Fix :type--it is `integer', not `string'.
17379
17380 * faces.el (modeline-highlight): Rename from (the erroneous)
17381 `modeline-higilight'.
17382
17383 2005-06-11 Lute Kamstra <lute@gnu.org>
17384
17385 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17386 lisp-interaction-mode-map but make it the parent.
17387 (edebug-eval-mode): Use define-derived-mode.
17388
17389 2005-06-11 Andreas Schwab <schwab@suse.de>
17390
17391 * bindings.el: Add binding of `ESC functionkey' for every
17392 `M-functionkey'.
17393 * hexl.el (hexl-mode-map): Likewise.
17394
17395 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
17396
17397 * progmodes/compile.el (compilation-error-regexp-alist-alist)
17398 [msft]: update regexp for newer msft compilers.
17399
17400 2005-06-10 Mark A. Hershberger <mah@everybody.org>
17401
17402 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17403 ATTLIST portions of included DTDs.
17404 (xml-parse-dtd): Eliminate use of inefficient match-data.
17405
17406 2005-06-10 Miles Bader <miles@gnu.org>
17407
17408 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17409 (mpuz-text): Remove "-face" suffix from face names.
17410 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17411 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17412 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17413
17414 * play/gomoku.el (gomoku-O, gomoku-X):
17415 Remove "-face" suffix from face names.
17416 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17417 New backward-compatibility aliases for renamed faces.
17418 (gomoku-font-lock-keywords): Use renamed gomoku faces.
17419
17420 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17421
17422 * thumbs.el: Fixes for changes of 2005-06-09.
17423 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17424 as a directory.
17425 (thumbs-thumbname): Remove directory separator from format string;
17426 `thumbs-thumbsdir' now returns a valid directory name.
17427 (thumbs-temp-dir): New defsubst.
17428 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17429 Use it.
17430
17431 * cus-edit.el (minibuffer):
17432 * files.el (make-backup-file-name-function):
17433 * filesets.el (filesets-external-viewers):
17434 * hilit-chg.el (highlight-changes-colours)
17435 (highlight-changes-face-list, highlight-changes-rotate-faces):
17436 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17437 * kmacro.el (kmacro-call-macro):
17438 * log-edit.el (log-edit-changelog-full-paragraphs):
17439 * mouse.el (mouse-1-click-follows-link):
17440 * skeleton.el (skeleton-autowrap):
17441 * subr.el (insert-for-yank-1):
17442 * tempo.el (tempo-insert-region):
17443 * terminal.el (terminal-emulator):
17444 * time.el (display-time-mail-face):
17445 * vc.el (vc-annotate):
17446 * vcursor.el (vcursor-copy-line):
17447 * woman.el (woman-bold-headings, woman-ignore)
17448 (woman-default-faces, woman-monochrome-faces):
17449 * calendar/todo-mode.el (todo-insert-threshold):
17450 * emulation/pc-select.el (pc-select-selection-keys-only)
17451 (pc-selection-mode):
17452 * emulation/vip.el (vip-find-char-forward):
17453 * emulation/viper-cmd.el (viper-find-char-forward):
17454 * international/mule-cmds.el
17455 (select-safe-coding-system-accept-default-p)
17456 (input-method-exit-on-invalid-key):
17457 * international/mule-diag.el (describe-coding-system):
17458 * international/ucs-tables.el (unify-8859-on-encoding-mode):
17459 * net/browse-url.el (browse-url-xterm-program):
17460 * obsolete/lazy-lock.el (lazy-lock-mode):
17461 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17462 (cperl-mode):
17463 * progmodes/cpp.el (cpp-face-light-name-list)
17464 (cpp-face-dark-name-list):
17465 * progmodes/delphi.el (delphi-newline-always-indents):
17466 Fix spellings in docstrings.
17467
17468 * ido.el (ido-mode, ido-file-extensions-order)
17469 (ido-default-file-method, ido-default-buffer-method)
17470 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17471 (ido-decorations, ido-read-file-name-as-directory-commands)
17472 (ido-read-file-name-non-ido, ido-work-directory-list)
17473 (ido-ignore-item-temp-list, ido-current-directory)
17474 (ido-magic-forward-char, ido-enter-find-file)
17475 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
17476 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
17477
17478 2005-06-10 Lute Kamstra <lute@gnu.org>
17479
17480 * play/dunnet.el (dun-mode): Use define-derived-mode.
17481 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
17482 obsolete alias.
17483
17484 * play/doctor.el (doctor-mode-map): Remove defvar.
17485 (doctor-mode): Use define-derived-mode.
17486
17487 * mail/mspools.el (mspools-mode):
17488 * net/eudc-hotlist.el (eudc-hotlist-mode):
17489 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
17490
17491 2005-06-10 Miles Bader <miles@gnu.org>
17492
17493 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17494 Remove "-face" suffix from face names.
17495 (flyspell-incorrect-face, flyspell-duplicate-face):
17496 New backward-compatibility aliases for renamed faces.
17497 (flyspell-mode-on, make-flyspell-overlay)
17498 (flyspell-highlight-incorrect-region)
17499 (flyspell-highlight-duplicate-region)
17500 (flyspell-display-next-corrections)
17501 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
17502
17503 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
17504 from face name.
17505 (texinfo-heading-face): New backward-compatibility alias for
17506 renamed face.
17507 (texinfo-heading-face): Use renamed texinfo-heading face.
17508
17509 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
17510 suffix from face names.
17511 (tex-math-face, tex-verbatim-face):
17512 New backward-compatibility aliases for renamed faces.
17513 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
17514 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
17515 literal face name.
17516
17517 * textmodes/table.el (table-cell): Remove "-face" suffix from face
17518 name.
17519 (table-cell-face): New backward-compatibility alias for renamed face.
17520 (table--put-cell-face-property, table--update-cell-face):
17521 Use renamed table-cell face.
17522
17523 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
17524 from face name.
17525 (sgml-namespace-face): New backward-compatibility alias for
17526 renamed face.
17527 (sgml-namespace-face): Use renamed sgml-namespace face.
17528
17529 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
17530 (org-level-4, org-level-5, org-level-6, org-level-7)
17531 (org-level-8, org-warning, org-headline-done)
17532 (org-deadline-announce, org-scheduled-today)
17533 (org-scheduled-previously, org-link, org-done, org-table)
17534 (org-time-grid): Remove "-face" suffix from face names.
17535 (org-level-1-face, org-level-2-face, org-level-3-face)
17536 (org-level-4-face, org-level-5-face, org-level-6-face)
17537 (org-level-7-face, org-level-8-face, org-warning-face)
17538 (org-headline-done-face, org-deadline-announce-face)
17539 (org-scheduled-today-face, org-scheduled-previously-face)
17540 (org-link-face, org-done-face, org-table-face)
17541 (org-time-grid-face):
17542 New backward-compatibility aliases for renamed faces.
17543 (org-level-faces, org-set-font-lock-defaults, org-timeline)
17544 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
17545 (org-agenda-get-timestamps, org-agenda-get-scheduled)
17546 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
17547
17548 * emulation/viper-init.el (viper-search, viper-replace-overlay)
17549 (viper-minibuffer-emacs, viper-minibuffer-insert)
17550 (viper-minibuffer-vi): Remove "-face" suffix from face names.
17551 (viper-search-face, viper-replace-overlay-face)
17552 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17553 (viper-minibuffer-vi-face):
17554 New backward-compatibility aliases for renamed faces.
17555 (viper-search-face, viper-replace-overlay-face)
17556 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17557 (viper-minibuffer-vi-face): Use renamed viper faces.
17558
17559 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
17560 Remove "-face" suffix from face names.
17561 (testcover-nohits-face, testcover-1value-face):
17562 New backward-compatibility aliases for renamed faces.
17563 (testcover-mark): Use renamed testcover faces.
17564
17565 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
17566 face name.
17567 (diary-button-face): New backward-compatibility alias for renamed face.
17568 (diary-entry): Use renamed diary-button face.
17569
17570 * calendar/calendar.el (diary, calendar-today, holiday)
17571 (mark-visible-calendar-date): Remove "-face" suffix from face names.
17572 (diary-face, calendar-today-face, holiday-face):
17573 New backward-compatibility aliases for renamed faces.
17574 (eval-after-load "facemenu", diary-entry-marker)
17575 (calendar-today-marker, calendar-holiday-marker, diary-face):
17576 Use renamed calendar faces.
17577
17578 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
17579 (compare-windows-face): New backward-compatibility alias for
17580 renamed face.
17581 (compare-windows-highlight): Use renamed compare-windows face.
17582
17583 * strokes.el (strokes-char): Remove "-face" suffix from face name.
17584 (strokes-char-face): New backward-compatibility alias for renamed face.
17585 (strokes-encode-buffer): Use renamed strokes-char face.
17586
17587 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
17588 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
17589 Remove "-face" suffix from face names.
17590 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17591 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17592 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
17593 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
17594 Use renamed pcvs faces.
17595 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
17596 * pcvs-defs.el (cvs-mode-map): Likewise.
17597 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
17598
17599 * info.el (info-title-1, info-title-2, info-title-3)
17600 (info-title-4): Remove "-face" suffix from and downcase face names.
17601 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17602 (Info-title-4-face):
17603 New backward-compatibility aliases for renamed faces.
17604 (Info-fontify-node): Use renamed info faces.
17605
17606 * hilit-chg.el (highlight-changes, highlight-changes-delete):
17607 Remove "-face" suffix from face names.
17608 (highlight-changes-face, highlight-changes-delete-face):
17609 New backward-compatibility aliases for renamed faces.
17610 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
17611 (hilit-chg-make-list): Use renamed highlight-changes faces.
17612
17613 * generic-x.el (show-tabs-tab, show-tabs-space):
17614 Remove "-face" suffix from face names.
17615 (show-tabs-tab-face, show-tabs-space-face):
17616 New backward-compatibility aliases for renamed faces.
17617 (show-tabs-generic-mode-font-lock-defaults-1)
17618 (show-tabs-generic-mode-font-lock-defaults-2):
17619 Use renamed show-tabs faces.
17620
17621 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
17622 (smerge-markers): Remove "-face" suffix from face names.
17623 (smerge-mine-face, smerge-other-face, smerge-base-face)
17624 (smerge-markers-face):
17625 New backward-compatibility aliases for renamed faces.
17626 (smerge-mine-face, smerge-other-face, smerge-base-face)
17627 (smerge-markers-face): Use renamed smerge faces.
17628
17629 * log-view.el (log-view-file, log-view-message): Remove "-face"
17630 suffix from face names.
17631 (log-view-file-face, log-view-message-face):
17632 New backward-compatibility aliases for renamed faces.
17633 (log-view-file-face, log-view-message-face): Use renamed log-view
17634 faces.
17635
17636 * paren.el (show-paren-match, show-paren-mismatch):
17637 Remove "-face" suffix from face names.
17638 (show-paren-match-face, show-paren-mismatch-face):
17639 New backward-compatibility aliases for renamed faces.
17640 (show-paren-function): Use renamed show-paren faces.
17641
17642 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
17643 (ruler-mode-margins, ruler-mode-fringes)
17644 (ruler-mode-column-number, ruler-mode-fill-column)
17645 (ruler-mode-comment-column, ruler-mode-goal-column)
17646 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
17647 suffix from face names.
17648 (ruler-mode-default-face, ruler-mode-pad-face)
17649 (ruler-mode-margins-face, ruler-mode-fringes-face)
17650 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
17651 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
17652 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
17653 New backward-compatibility aliases for renamed faces.
17654 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
17655 (ruler-mode-column-number, ruler-mode-fill-column)
17656 (ruler-mode-comment-column, ruler-mode-goal-column)
17657 (ruler-mode-tab-stop, ruler-mode-current-column)
17658 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
17659 faces.
17660
17661 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
17662 face name.
17663 (whitespace-highlight-the-space): Use renamed face.
17664 (whitespace-highlight-face): New backward-compatibility alias for
17665 renamed face.
17666
17667 * woman.el (woman-italic, woman-bold, woman-unknown)
17668 (woman-addition, woman-symbol-face):
17669 Remove "-face" suffix from face names.
17670 (woman-italic-face, woman-bold-face, woman-unknown-face)
17671 (woman-addition-face):
17672 New backward-compatibility aliases for renamed faces.
17673 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
17674 (woman-decode-region, woman-replace-match)
17675 (woman-display-extended-fonts, woman-special-characters)
17676 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
17677 Use renamed woman faces.
17678
17679 * longlines.el (longlines-visible-face): Face removed.
17680
17681 * diff-mode.el (diff-header, diff-file-header, diff-index)
17682 (diff-hunk-header, diff-removed, diff-added, diff-changed)
17683 (diff-function, diff-context, diff-nonexistent): Remove "-face"
17684 suffix from face names.
17685 (diff-header-face, diff-file-header-face, diff-index-face)
17686 (diff-hunk-header-face, diff-removed-face, diff-added-face)
17687 (diff-changed-face, diff-function-face, diff-context-face)
17688 (diff-nonexistent-face): New backward-compatibility aliases for
17689 renamed faces.
17690 (diff-header-face, diff-file-header-face)
17691 (diff-index, diff-index-face, diff-hunk-header)
17692 (diff-hunk-header-face, diff-removed, diff-removed-face)
17693 (diff-added, diff-added-face, diff-changed-face, diff-function)
17694 (diff-function-face, diff-context-face, diff-nonexistent)
17695 (diff-nonexistent-face): Use renamed diff-mode faces.
17696
17697 * progmodes/compile.el (compilation-warning-face)
17698 (compilation-info-face): Remove "-face" suffix from face names.
17699 (compilation-warning-face, compilation-info-face):
17700 New backward-compatibility aliases for renamed faces.
17701 (compilation-warning-face, compilation-info-face):
17702 Use renamed compilation faces.
17703
17704 * add-log.el (change-log-date, change-log-name)
17705 (change-log-email, change-log-file, change-log-list)
17706 (change-log-conditionals, change-log-function)
17707 (change-log-acknowledgement): Remove "-face" suffix from face names.
17708 (change-log-date-face, change-log-name-face)
17709 (change-log-email-face, change-log-file-face)
17710 (change-log-list-face, change-log-conditionals-face)
17711 (change-log-function-face, change-log-acknowledgement-face):
17712 New backward-compatibility aliases for renamed faces.
17713 (change-log-font-lock-keywords): Use renamed change-log faces.
17714
17715 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
17716 (custom-set, custom-changed, custom-saved, custom-button)
17717 (custom-button-pressed, custom-documentation, custom-state)
17718 (custom-comment, custom-comment-tag, custom-variable-tag)
17719 (custom-variable-button, custom-face-tag, custom-group-tag-1)
17720 (custom-group-tag): Remove "-face" suffix from face names.
17721 (custom-magic-alist, custom-magic-value-create)
17722 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
17723 (custom-invalid-face, custom-rogue-face, custom-modified-face)
17724 (custom-set-face, custom-changed-face, custom-saved-face)
17725 (custom-button-face, custom-button-pressed-face)
17726 (custom-documentation-face, custom-state-face)
17727 (custom-comment-face, custom-comment-tag-face)
17728 (custom-variable-tag-face, custom-variable-button-face)
17729 (custom-face-tag-face, custom-group-tag-face-1)
17730 (custom-group-tag-face):
17731 New backward-compatibility aliases for renamed faces.
17732
17733 * wid-edit.el (widget-documentation, widget-button)
17734 (widget-field, widget-single-line-field, widget-inactive)
17735 (widget-button-pressed): "-face" suffix removed from face names.
17736 (widget-documentation-face, widget-button-face)
17737 (widget-field-face, widget-single-line-field-face)
17738 (widget-inactive-face, widget-button-pressed-face):
17739 New backward-compatibility aliases for renamed faces.
17740 (widget-documentation-face, widget-button-face)
17741 (widget-button-pressed-face, widget-specify-field)
17742 (widget-specify-inactive): Use renamed widget faces.
17743
17744 2005-06-10 Kenichi Handa <handa@m17n.org>
17745
17746 * term/x-win.el (x-clipboard-yank): Remove condition-case
17747 wrapping.
17748
17749 2005-06-11 Kenichi Handa <handa@m17n.org>
17750
17751 * add-log.el (change-log-font-lock-keywords): Make the regexp for
17752 date lines stricter.
17753
17754 2005-06-10 Zhang Wei <id.brep@gmail.com>
17755
17756 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
17757 of x-get-selection.
17758
17759 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17760
17761 * comint.el (comint-mode, comint-snapshot-last-prompt):
17762 * frame.el (frame-current-scroll-bars):
17763 * term.el (term-mode, term-check-proc, term-input-sender)
17764 (term-simple-send, term-extract-string, term-word)
17765 (term-match-partial-filename):
17766 * window.el (window-current-scroll-bars):
17767 * emulation/cua-base.el (cua-normal-cursor-color)
17768 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
17769 (cua-global-mark-cursor-color):
17770 * mail/undigest.el (rmail-forward-separator-regex):
17771 Fix typos in docstrings.
17772
17773 * comint.el (comint-check-proc, make-comint-in-buffer)
17774 (comint-source-default): Doc fixes.
17775
17776 * term.el (term-send-string): Improve argument/docstring consistency.
17777
17778 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
17779
17780 * comint.el (comint-send-input): Bind `inhibit-read-only' around
17781 call to `delete-region'.
17782 (comint-mode-hook): Do not enable Font Lock by default.
17783
17784 2005-06-09 Lute Kamstra <lute@gnu.org>
17785
17786 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
17787 could be void.
17788
17789 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
17790
17791 * emacs-lisp/debug.el (debugger-will-be-back): New var.
17792 (debug): Use it.
17793 (debugger-step-through, debugger-continue, debugger-jump)
17794 (debugger-return-value): Set it when needed.
17795 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
17796 Use inhibit-read-only.
17797
17798 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
17799
17800 * window.el (shrink-window-if-larger-than-buffer)
17801 (window-size-fixed): Fix typo in docstring.
17802
17803 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
17804 thumbnails directory on loading.
17805 (thumbs-conversion-program): Use `eq' to check the system type,
17806 not `equal'.
17807 (thumbs-temp-dir): Initialize to `temporary-file-directory',
17808 not "/tmp". Fix docstring.
17809 (thumbs-thumbsdir): New function to return the thumbnails
17810 directory, creating it if needed.
17811 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
17812 (thumbs-temp-file): Delete variable and make it into a function.
17813 (thumbs-resize-image, thumbs-modify-image): Use it.
17814 (thumbs-kill-buffer): Simplify.
17815 (thumbs-gensym): Defalias or duplicate CL `gensym'.
17816 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
17817 docstrings.
17818
17819 2005-06-09 Kim F. Storm <storm@cua.dk>
17820
17821 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
17822 set-match-data to free markers in match-data.
17823
17824 * replace.el (replace-match-data): Pass RESEAT arg `t' to
17825 match-data to unchain markers in match-data.
17826
17827 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
17828
17829 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
17830 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
17831 unnecessary now.
17832
17833 2005-06-08 Richard M. Stallman <rms@gnu.org>
17834
17835 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
17836 give the variable a doc string that doesn't say don't set it directly.
17837
17838 * textmodes/ispell.el (ispell-check-version):
17839 Use match-string-no-properties.
17840 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
17841 (ispell-buffer-local-words): Likewise.
17842
17843 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
17844 except on terminals with enough colors to really display it.
17845 (makefile-dependency-regex): Delete spurious `bb'.
17846
17847 * faces.el (escape-glyph): Use blue once again in last case.
17848 (no-break-space): Redefine so that it isn't invisible on a tty.
17849
17850 2005-06-08 Kim F. Storm <storm@cua.dk>
17851
17852 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
17853 also when reading directory name.
17854
17855 2005-06-08 Lute Kamstra <lute@gnu.org>
17856
17857 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
17858 (flyspell-mode-line-string): Remove autoload cookie.
17859 (flyspell-mode): Remove defvar.
17860
17861 2005-06-07 Lute Kamstra <lute@gnu.org>
17862
17863 * textmodes/org.el (org-run-mode-hooks): New function.
17864 (org-agenda-mode): Use it.
17865
17866 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
17867
17868 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
17869
17870 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17871
17872 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
17873
17874 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
17875
17876 * font-lock.el (font-lock-add-keywords): Doc fix.
17877
17878 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17879
17880 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
17881 (tex-compile-default): In the absence of any history, use the order in
17882 tex-compile-alist to choose the preferred command.
17883 (tex-compile-commands): Reorder a bit.
17884
17885 * textmodes/flyspell.el (flyspell-auto-correct-binding)
17886 (flyspell-incorrect-face, flyspell-duplicate-face):
17887 Use (X)Emacs-agnostic code.
17888 (flyspell-mode-map): Don't overwrite at each load. Remove code
17889 redundant with the subsequent add-minor-mode. Merge Emacs and
17890 XEmacs code.
17891 (flyspell-word): Minor simplification.
17892 (flyspell-math-tex-command-p): Quieten the byte-compiler.
17893 (flyspell-external-point-words): Remove unused vars `size' and `start'.
17894 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
17895 Merge the corresponding Emacs code.
17896 (flyspell-correct-word, flyspell-xemacs-popup):
17897 Use flyspell-do-correct.
17898
17899 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
17900 a dedicated window.
17901
17902 * international/latexenc.el (latexenc-find-file-coding-system):
17903 Undo part of last patch, to turn off a compiler warning.
17904
17905 2005-06-06 Juri Linkov <juri@jurta.org>
17906
17907 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
17908 Rename `tmm-inactive-face' to `tmm-inactive'.
17909
17910 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
17911
17912 * iswitchb.el: Rename faces.
17913
17914 2005-06-06 Kim F. Storm <storm@cua.dk>
17915
17916 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
17917 (cua-global-mark): Remove -face suffix from face names.
17918
17919 * emulation/cua-gmrk.el (cua--init-global-mark):
17920 Remove cua-global-mark face setup.
17921
17922 2005-06-06 Richard M. Stallman <rms@gnu.org>
17923
17924 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
17925 just like other allowed characters.
17926 (makefile-match-dependency): Exclude leading and training whitespace
17927 from the range of regexp subexp 1.
17928 (makefile-macroassign-regex): Don't try to match the body,
17929 just the name of the macro being defined.
17930
17931 * info.el (Info-read-node-name-2): New function.
17932 (Info-read-node-name-1): Use that.
17933 Add a completion-base-size-function property.
17934
17935 * simple.el (completion-setup-function): Look for
17936 completion-base-size-function property of minibuffer-completion-table.
17937
17938 * files.el (locate-file-completion): Doc fix.
17939
17940 * printing.el: Don't call pr-update-menus; user must do that.
17941
17942 * emacs-lisp/debug.el (debugger-window): New variable.
17943 (debug): Use debugger-window if it is set and still alive.
17944 Record debugger-window for next entry.
17945
17946 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
17947
17948 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
17949
17950 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
17951 (hack-one-local-variable, hack-local-variables)
17952 (hack-local-variables-prop-line): Pass that arg.
17953
17954 2005-06-06 Kim F. Storm <storm@cua.dk>
17955
17956 * ido.el (ido-first-match, ido-only-match, ido-subdir)
17957 (ido-indicator): Remove -face suffix from face names.
17958
17959 2005-06-06 Juri Linkov <juri@jurta.org>
17960
17961 * font-lock.el (font-lock-regexp-backslash)
17962 (font-lock-regexp-backslash-construct): New faces.
17963 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
17964 after `('. Add `while-no-input' to control structures.
17965
17966 * faces.el (no-break-space, shadow): New faces.
17967 (escape-glyph): Use less loud colors pink2 and red4.
17968
17969 * diff-mode.el (diff-context-face)
17970 * dired.el (dired-ignored)
17971 * rfn-eshadow.el (file-name-shadow)
17972 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
17973
17974 * info.el (Info-title-1-face): Use green instead of yellow because
17975 bold yellow is not readable on light backgrounds.
17976
17977 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
17978 before selecting the desired mode to not spend time fontifying
17979 old contents.
17980
17981 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
17982
17983 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
17984 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
17985
17986 * ps-print.el (ps-default-fg, ps-default-bg):
17987 Fix typos in docstrings.
17988
17989 * isearchb.el (isearchb): Don't pass a spurious second argument to
17990 `iswitchb-completions'.
17991
17992 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
17993
17994 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
17995 to preserve point.
17996 (gdb-find-file-hook): Add doc string.
17997
17998 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
17999 C dereferenced pointer expression.
18000 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18001
18002 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18003
18004 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18005 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18006 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18007 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18008 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18009 Make background transparent.
18010
18011 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18012
18013 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18014 (font-lock-remove-keywords): Doc fix.
18015 (font-lock-mode-major-mode): Compiler defvar.
18016 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18017
18018 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18019 (font-lock-mode): Update `font-lock-mode-major-mode'.
18020 (font-lock-set-defaults): Compiler defvar.
18021 (font-lock-default-function): Take `font-lock-mode-major-mode'
18022 into account.
18023
18024 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18025 keep track of which major mode it enabled the minor mode for.
18026 Use find-file-hook again. Update docstring.
18027
18028 * simple.el (eval-expression-print-level)
18029 (eval-expression-print-length, eval-expression-debug-on-error):
18030 Doc fixes.
18031
18032 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18033
18034 * iswitchb.el (iswitchb-single-match-face)
18035 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18036 (iswitchb-invalid-regexp-face): New faces.
18037 (iswitchb-completions): Use them.
18038 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18039 now marked as an obsolete alias.
18040 (iswitchb-read-buffer): Remove check for bound font variables.
18041 (iswitchb-invalid-regexp): New free variable.
18042 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18043 set iswitchb-invalid-regexp.
18044 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18045 invalid regexps.
18046 (iswitchb-completions): Add check for complete match when entering
18047 a regexp.
18048 (iswitchb-completions): Remove require-match argument.
18049 (iswitchb-exhibit): Fix caller.
18050 (iswitchb-common-match-inserted): New variable.
18051 (iswitchb-complete, iswitchb-completion-help): Use it.
18052
18053 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18054
18055 * url-http.el (url-http-chunked-encoding-after-change-function):
18056 Use `url-http-debug' instead of `message'.
18057
18058 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18059
18060 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18061 callback argument.
18062
18063 2005-06-04 Kim F. Storm <storm@cua.dk>
18064
18065 * simple.el (line-move): Only call sit-for when moving backwards.
18066
18067 * ido.el (ido-make-merged-file-list-1): New defun split from
18068 ido-make-merged-file-list.
18069 (ido-make-merged-file-list): Bind throw-on-input around call to
18070 ido-make-merged-file-list-1. Return input-pending-p if
18071 interrupted by more input available.
18072 (ido-read-internal): Handle input-pending-p return value from
18073 ido-make-merged-file-list.
18074
18075 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18076
18077 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18078 compatibility code.
18079
18080 * international/latexenc.el (latexenc-find-file-coding-system):
18081 Don't inherit the EOL part of the coding-system from the
18082 tex-main buffer. Fit within 80 columns.
18083
18084 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18085
18086 * tmm.el (tmm-inactive-face): New face.
18087 (tmm-remove-inactive-mouse-face): New function.
18088 (tmm-prompt, tmm-add-one-shortcut)
18089 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18090 but not selectable.
18091
18092 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18093
18094 * faces.el (face-equal): Improve argument/docstring consistency.
18095
18096 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18097
18098 * progmodes/make-mode.el (makefile-targets-face)
18099 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18100 (makefile-bsdmake-dependency-regex)
18101 (makefile-makepp-rule-action-regex)
18102 (makefile-bsdmake-rule-action-regex): New constants.
18103 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18104
18105 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18106 Allow (...) within `...' for makepp messages.
18107
18108 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18109
18110 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18111
18112 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18113 "." files are deleted from all file lists before comparison.
18114
18115 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18116 (viper-ESC-key): Made them customizable.
18117
18118 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18119
18120 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18121
18122 * autorevert.el (auto-revert-buffers): Use save-match-data.
18123
18124 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18125
18126 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18127 menu items with a nil command binding.
18128
18129 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18130
18131 * emacs-lisp/cl-macs.el (defsetf):
18132 Improve argument/docstring consistency.
18133
18134 * faces.el (list-faces-display): Improve the formatting by
18135 computing the maximum length required for any face-name (reworked
18136 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18137 (internal-find-face): Remove redundant info in docstring.
18138
18139 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18140
18141 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18142 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18143 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18144 (gdb-assembler-custom): Improve regexps.
18145 (def-gdb-auto-update-handler): Use window point to preserve point.
18146
18147 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18148
18149 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18150
18151 2005-05-31 Jay Belanger <belanger@truman.edu>
18152
18153 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18154 to calc-embedded.
18155 (calc-embedded-make-info): Have plain prefix argument select
18156 entire line.
18157
18158 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18159
18160 * faces.el (list-faces-display): Signal error if passed a regexp
18161 that matches no face name.
18162
18163 * simple.el (filter-buffer-substring): Fix typo in docstring.
18164
18165 2005-05-31 Richard M. Stallman <rms@gnu.org>
18166
18167 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18168 (vhdl-emacs-21): Doc fix.
18169 (vhdl-mode): Unconditionally set comment-padding.
18170 (vhdl-fixup-whitespace-region): Insert spaces only where
18171 there are none.
18172 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18173
18174 2005-05-30 John Wiegley <johnw@newartisans.com>
18175
18176 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18177 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18178 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18179 `directory-sep-char' to ?/, and all uses of `string-to-int' to
18180 `string-to-number'.
18181
18182 2005-05-30 Jay Belanger <belanger@truman.edu>
18183
18184 * calc/calc.el (calc-bug-address): Fix docstring.
18185 (calc-window-hook, calc-trail-window-hook): New variables.
18186 (calc-trail-display): Restore use of calc-trail-window-hook.
18187 (calc): Restore use of calc-window-hook.
18188
18189 2005-05-31 Masatake YAMATO <jet@gyve.org>
18190
18191 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18192
18193 * help-fns.el (help-C-file-name): Add autoload mark for
18194 `find-function-noselect'.
18195
18196 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18197
18198 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18199 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18200
18201 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18202
18203 * calendar/diary-lib.el (mark-included-diary-files): Only kill
18204 included diary buffer if it was not already being visited.
18205 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18206
18207 * calendar/icalendar.el (top-level): Do not require appt.
18208
18209 * mail/supercite.el (sc-select-attribution): Only use a list
18210 element from sc-attrib-selection-list if it returns a string.
18211 Reported by Davide G. M. Salvetti <salve@debian.org>.
18212
18213 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
18214
18215 * thumbs.el (thumbs-thumbname): The resulting thumbname now
18216 includes a hash value to improve its uniqueness, and has a ".jpg"
18217 extension. Also, it is now a valid filename on all systems.
18218 (thumbs-make-thumb): Use `let', not `let*'.
18219 (thumbs-show-thumbs-list): Check for JPEG availability.
18220
18221 2005-05-30 Richard M. Stallman <rms@gnu.org>
18222
18223 * filesets.el (filesets-menu-ensure-use-cached):
18224 Prevent warning when emacs-version>= is undefined.
18225
18226 * printing.el (pr-interactive-n-up): Use string-to-number.
18227
18228 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18229
18230 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18231 Warn only when name to be defined is quoted.
18232
18233 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
18234
18235 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18236 Make regexp more robust.
18237 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18238 Force regeneration of disassembly.
18239
18240 2005-05-29 Jay Belanger <belanger@truman.edu>
18241
18242 * calc/calc.el (calc-user-invocation): Check if
18243 calc-invocation-macro is non-nil.
18244
18245 2005-05-29 Juri Linkov <juri@jurta.org>
18246
18247 * add-log.el (change-log-font-lock-keywords):
18248 Add `+' to e-mail regexp to accept mail address with keywords.
18249
18250 * man.el (Man-name-regexp): Add `:' to accept qualified names.
18251
18252 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
18253
18254 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18255
18256 * ielm.el (inferior-emacs-lisp-mode): Ditto.
18257
18258 2005-05-29 Richard M. Stallman <rms@gnu.org>
18259
18260 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18261 Undo the change that moves to end of the current word.
18262
18263 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18264
18265 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18266 Throw error when count <= 0 to ensure input is a number.
18267 (gdb-read-memory-custom): Pick up address from buffer.
18268 (gdb-memory-mode): Allow user to increment and decrement
18269 memory address from header line.
18270
18271 2005-05-29 Richard M. Stallman <rms@gnu.org>
18272
18273 * flyspell.el (flyspell-version): Function deleted.
18274 (flyspell-auto-correct-previous-hook): Doc fix.
18275
18276 * jit-lock.el (jit-lock-function, jit-lock-after-change):
18277 Do nothing if memory is full.
18278
18279 * font-lock.el (font-lock-fontify-syntactically-region):
18280 Pass t for GREEDY to looking-back.
18281
18282 * saveplace.el (save-place-alist-to-file): Write the file
18283 using write-region.
18284
18285 * subr.el (looking-back): New argument GREEDY.
18286
18287 * progmodes/compile.el (compilation-start): Set the mode
18288 before inserting the initial text.
18289
18290 * progmodes/which-func.el (which-func-update-1): Turn the mode
18291 off in case of error by setting which-func-mode.
18292
18293 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
18294
18295 * flyspell.el (flyspell-auto-correct-previous-word):
18296 Narrow down to what's on the screen, and recenter overlays
18297 at the end of the next word.
18298
18299 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
18300
18301 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18302 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18303 (flyspell-abbrev-p): Default to nil.
18304 (flyspell-use-global-abbrev-table-p): Doc fix.
18305 (flyspell-large-region): Allow nil as value.
18306 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18307
18308 (mail-mode-flyspell-verify): More robust handling
18309 of `mail-header-separator'. More efficient signature detection.
18310 Allow for regexp metacharacters in message-header-separator.
18311 Adding `To' not to be checked in mail-mode-flyspell-verify.
18312
18313 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18314 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18315 Bind flyspell-auto-correct-binding.
18316 Bind C-. and C-, .
18317 (flyspell-mode-map): Likewise.
18318 (flyspell-mode): Doc fix.
18319 (flyspell-accept-buffer-local-defs): Preserve current buffer.
18320 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18321 (flyspell-word-cache-result): New var, always local.
18322 (flyspell-check-pre-word-p): Doc fix.
18323 (flyspell-check-changed-word-p): Handle spc like newline.
18324 (flyspell-post-command-hook): Set flyspell-word-cache-result.
18325 (flyspell-word-search-backward, flyspell-word-search-forward):
18326 New functions.
18327 (flyspell-word): Return t if nothing to check.
18328 When parsing TeX code, check for after } or \.
18329 Use flyspell-word-search-backward to find previous word.
18330 Return nil if duplicated word.
18331 For word already checked, return same value as last time.
18332 Set flyspell-word-cache-result after checking.
18333 Don't clobber the return value.
18334 (flyspell-get-word): Major rewrite.
18335 (flyspell-external-point-words): New locals pword, pcount.
18336 Fix size used in progress message.
18337 Find the proper corresponding word in flyspell-large-region-buffer.
18338 (flyspell-region): Check for flyspell-large-region = nil.
18339 (flyspell-highlight-incorrect-region): Clean up overlays in region.
18340 (flyspell-auto-correct-word): Check that WORD is a cons.
18341 (flyspell-correct-word): Likewise.
18342
18343 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
18344
18345 * progmodes/make-mode.el (makefile-rule-action-regex)
18346 (makefile-macroassign-regex, makefile-makepp-mode)
18347 (makefile-bsdmake-mode): Continuation lines may be empty.
18348 Reported by Joshua Varner.
18349 (makefile-makepp-font-lock-keywords): Add $(stem).
18350
18351 2005-05-28 Karl Berry <karl@gnu.org>
18352
18353 * textmodes/tex-mode.el: Now that tex-send-command calls
18354 shell-quote-argument (2005-03-31 change), remove all calls to
18355 shell-quote-argument; they all end up invoking tex-send-command.
18356 The double quoting loses on filenames with non-safe characters,
18357 such as "@". Reported by Frederik Fouvry.
18358
18359 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18360
18361 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18362 about preserving point.
18363
18364 2005-05-27 Jay Belanger <belanger@truman.edu>
18365
18366 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18367 Info-goto-node.
18368
18369 * calc/calc-embed.el (calc-embed-arg): New variable.
18370 (calc-do-embedded-activate, calc-embedded-activate-formula)
18371 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18372 variable by new variable.
18373 (calc-embedded-make-info): Replace undeclared variable by new
18374 variable. When selecting region with positive prefix
18375 argument, use end of previous line instead of beginning of line.
18376
18377 * calc/calc-aent.el (calc-arg-values): Declare it.
18378
18379 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18380 Declare them.
18381
18382 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18383
18384 * calc/calc.el (calc-alg-map): Declare it.
18385
18386 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18387
18388 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
18389
18390 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18391 (gdb-registers-buffer, toggle-gdb-all-registers):
18392 Toggle display of floating point registers.
18393 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18394
18395 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
18396 (toggle-gud-tooltip-dereference):
18397 Rename from gud-toggle-tooltip-dereference.
18398
18399 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18400
18401 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18402
18403 2005-05-27 Jay Belanger <belanger@truman.edu>
18404
18405 * calc/calc-prog.el (calc-kbd-report): Remove.
18406 (calc-kbd-query): Rewrite.
18407
18408 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
18409
18410 * image.el (image-library-alist): Move to image.c.
18411 (image-type-available-p): Doc fix.
18412
18413 2005-05-27 Lute Kamstra <lute@gnu.org>
18414
18415 * calc/calc.el (calc):
18416 * outline.el (outline-1, outline-2, outline-3, outline-4)
18417 (outline-5, outline-6, outline-7, outline-8):
18418 * textmodes/dns-mode.el (dns-mode):
18419 * textmodes/sgml-mode.el (sgml-namespace-face):
18420 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18421 (tex-verbatim-face, tex-use-reftex):
18422 * textmodes/texinfo.el (texinfo-heading-face):
18423 Specify customization group.
18424
18425 * longlines.el: Don't require easy-mmode.
18426 (longlines-visible-face): Specify customization group.
18427
18428 2005-05-27 Kenichi Handa <handa@m17n.org>
18429
18430 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18431 encoding table of windows-1251.
18432
18433 * international/ucs-tables.el (ucs-set-table-for-input):
18434 If translation-table-for-input of a coding system is a symbol, get
18435 its translation-table property.
18436
18437 * international/code-pages.el: Don't register a coding system into
18438 non-iso-charset-alist more than once.
18439 (cp-make-coding-system): Likewise.
18440
18441 2005-05-26 John Wiegley <johnw@newartisans.com>
18442
18443 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18444 `eshell-resume-eval' is wrapped in a list, it indicates that the
18445 command was run asynchronously. In that case, unwrap the value
18446 before checking the delimiter value.
18447
18448 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18449 character before a space at the end of a line is \, assume the space
18450 is part of the last argument rather than a final argument separator.
18451
18452 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18453 is in use, and the target is `t' or `nil' (which are the most common
18454 values), don't assume that the symbol target is a buffer.
18455
18456 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18457
18458 * calendar/calendar.el (calendar-mode-line-format):
18459 Use mode-line-highlight as mouse-face.
18460
18461 * time.el (display-time-string-forms, display-time-update):
18462 Use mode-line-highlight as mouse-face.
18463
18464 2005-05-26 Jay Belanger <belanger@truman.edu>
18465
18466 * calc/calc.el (calc-language-alist): Remove extra defvar.
18467
18468 2005-05-26 Lute Kamstra <lute@gnu.org>
18469
18470 * arc-mode.el (archive-mode):
18471 * bookmark.el (bookmark-read-annotation-mode)
18472 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18473 * bs.el (bs-mode):
18474 * calc/calc-yank.el (calc-edit-mode):
18475 * calc/calc.el (calc-mode, calc-trail-mode):
18476 * calculator.el (calculator-mode):
18477 * chistory.el (command-history-mode):
18478 * comint.el:
18479 * cus-edit.el (custom-mode):
18480 * descr-text.el (describe-text-mode):
18481 * ebuff-menu.el (Electric-buffer-menu-mode):
18482 * ediff-util.el (ediff-mode):
18483 * emacs-lisp/re-builder.el (reb-mode):
18484 * emulation/vi.el (vi-mode-setup):
18485 * emulation/ws-mode.el (wordstar-mode):
18486 * eshell/esh-mode.el (eshell-mode):
18487 * forms.el (forms-mode):
18488 * help-mode.el (help-mode):
18489 * hexl.el (hexl-mode):
18490 * ibuffer.el (ibuffer-mode):
18491 * ielm.el (inferior-emacs-lisp-mode):
18492 * info.el (Info-mode, Info-edit-mode):
18493 * international/swedish.el:
18494 * ledit.el (ledit-from-lisp-mode):
18495 * locate.el (locate-mode):
18496 * mail/rmail.el (rmail-mode):
18497 * mail/rmailedit.el (rmail-edit-mode):
18498 * mail/rmailsum.el (rmail-summary-mode):
18499 * mail/supercite.el (sc-electric-mode):
18500 * net/eudc.el (eudc-mode):
18501 * net/quickurl.el (quickurl-list-mode):
18502 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
18503 * obsolete/ooutline.el (outline-mode):
18504 * obsolete/options.el (Edit-options-mode):
18505 * obsolete/rnews.el (news-mode):
18506 * obsolete/rnewspost.el (news-reply-mode):
18507 * play/5x5.el (5x5-mode):
18508 * play/decipher.el (decipher-mode, decipher-stats-mode):
18509 * play/gomoku.el (gomoku-mode):
18510 * play/snake.el (snake-mode):
18511 * play/solitaire.el (solitaire-mode):
18512 * play/tetris.el (tetris-mode):
18513 * progmodes/ada-mode.el (ada-mode):
18514 * progmodes/antlr-mode.el (antlr-mode):
18515 * progmodes/autoconf.el (autoconf-mode):
18516 * progmodes/dcl-mode.el (dcl-mode):
18517 * progmodes/delphi.el (delphi-mode):
18518 * progmodes/ebrowse.el (ebrowse-tree-mode)
18519 (ebrowse-electric-list-mode, ebrowse-member-mode)
18520 (ebrowse-electric-position-mode):
18521 * progmodes/f90.el (f90-mode):
18522 * progmodes/fortran.el (fortran-mode):
18523 * progmodes/icon.el (icon-mode):
18524 * progmodes/idlw-help.el (idlwave-help-mode):
18525 * progmodes/idlw-shell.el (idlwave-shell-mode):
18526 * progmodes/idlwave.el (idlwave-mode):
18527 * progmodes/inf-lisp.el (inferior-lisp-mode):
18528 * progmodes/m4-mode.el (m4-mode):
18529 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
18530 * progmodes/modula2.el (modula-2-mode):
18531 * progmodes/octave-inf.el (inferior-octave-mode):
18532 * progmodes/octave-mod.el (octave-mode):
18533 * progmodes/pascal.el (pascal-mode):
18534 * progmodes/sh-script.el (sh-mode):
18535 * progmodes/sql.el (sql-mode, sql-interactive-mode):
18536 * progmodes/vhdl-mode.el (vhdl-mode):
18537 * progmodes/xscheme.el (scheme-interaction-mode):
18538 * replace.el (occur-mode):
18539 * ses.el (ses-mode):
18540 * simple.el (completion-list-mode):
18541 * skeleton.el:
18542 * speedbar.el (speedbar-mode):
18543 * term.el (term-mode):
18544 * terminal.el (terminal-edit-mode):
18545 * textmodes/reftex-index.el (reftex-index-mode)
18546 (reftex-index-phrases-mode):
18547 * textmodes/reftex-sel.el (reftex-select-label-mode)
18548 (reftex-select-bib-mode):
18549 * textmodes/reftex-toc.el (reftex-toc-mode):
18550 * wdired.el (wdired-change-to-wdired-mode):
18551 * wid-browse.el (widget-browse-mode):
18552 Use run-mode-hooks.
18553
18554 * array.el (array-mode):
18555 * calendar/todo-mode.el (todo-mode):
18556 * man.el (Man-mode):
18557 * play/landmark.el (lm-mode):
18558 * play/mpuz.el (mpuz-mode):
18559 Use kill-all-local-variables and run-mode-hooks.
18560
18561 * subr.el (delay-mode-hooks): Specify indentation.
18562
18563 2005-05-26 Mark A. Hershberger <mah@everybody.org>
18564
18565 * xml.el (xml-substitute-special): Don't die for undefined xml
18566 entities.
18567
18568 2005-05-26 Jay Belanger <belanger@truman.edu>
18569
18570 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
18571 of nil.
18572
18573 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
18574
18575 * progmodes/gdb-ui.el (gdb-frame-address):
18576 Rename from gdb-current-address.
18577 (gdb-previous-frame-address): Rename from gdb-previous-address.
18578 (gdb-selected-frame): Rename from gdb-current-frame.
18579 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
18580 (gdb-frame-number): Rename from gdb-current-stack-level.
18581 (gdb-ann3): Match new mode-name for disassembly buffer.
18582 Extend initialization of variables.
18583 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
18584 (gdb-memory-mode): Use mouse-face in header line.
18585 (gdb-assembler-buffer-name): Call it disassembly and give frame
18586 in mode line.
18587 (gdb-source-spec-regexp, gdb-assembler-custom)
18588 (gdb-invalidate-assembler, gdb-frame-handler):
18589 Make robust to leading zeroes in address format.
18590
18591 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
18592
18593 * textmodes/org.el (org-mode): Use `define-derived-mode' to
18594 define `org-mode'.
18595 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
18596
18597 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
18598
18599 * log-edit.el (log-edit-changelog-entries): Distinguish between
18600 filenames like xfns.c and fns.c.
18601
18602 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
18603
18604 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
18605 point after reverting.
18606 (Buffer-menu-make-sort-button): Handle the case where
18607 `Buffer-menu-use-header-line' is nil.
18608
18609 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
18610
18611 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
18612 New funcs. In minibuffer-local-completion-map bind `]', `/'
18613 and `:' to them.
18614
18615 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18616
18617 * startup.el (normal-top-level): Allow modification of load-path while
18618 we're iterating over it.
18619
18620 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
18621
18622 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
18623 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
18624 (thumbs-resize-interactive, thumbs-insert-image)
18625 (thumbs-insert-thumb, thumbs-dired-show-marked)
18626 (thumbs-find-image-at-point, thumbs-delete-images)
18627 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
18628 (thumbs-increment-image-size, thumbs-decrement-image-size):
18629 Fix typos in docstrings.
18630
18631 2005-05-24 Andre Spiegel <spiegel@gnu.org>
18632
18633 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
18634 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
18635 (cperl-mode): Use them.
18636
18637 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
18638
18639 * window.el (quit-window, shrink-window-if-larger-than-buffer):
18640 Doc fixes.
18641
18642 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
18643
18644 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
18645 Bind C-d to gdb-inferior-io-eof.
18646
18647 * dired.el (dired-dnd-popup-notice): Use message-box.
18648
18649 2005-05-23 Masatake YAMATO <jet@gyve.org>
18650
18651 * bindings.el (mode-line-major-mode-keymap):
18652 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
18653
18654 * faces.el (mode-line-highlight): New face.
18655
18656 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
18657 as mouse-face.
18658
18659 * bindings.el (top-level, help-echo, mode-line-modified)
18660 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
18661 as mouse-face.
18662
18663 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
18664
18665 * progmodes/cc-engine.el (c-guess-basic-syntax):
18666 Remove spurious call to `zerop'.
18667
18668 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
18669
18670 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
18671
18672 CC Mode update to 5.30.10:
18673
18674 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
18675 could go past the limit in decoration level 2, thereby causing
18676 errors during interactive fontification.
18677
18678 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
18679 the file is evaluated interactively.
18680
18681 * cc-engine.el (c-guess-basic-syntax): Handle operator
18682 declarations somewhat better in C++.
18683
18684 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
18685 make use of `run-mode-hooks' which has been added in Emacs 21.1.
18686 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
18687 (awk-mode): Use it.
18688 (make-local-hook): Suppress warning about obsoleteness.
18689
18690 * cc-engine.el, cc-align.el, cc-cmds.el
18691 (c-append-backslashes-forward, c-delete-backslashes-forward)
18692 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
18693 Compensate for return value from `forward-line' when it has moved
18694 but not to a different line due to eob.
18695
18696 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
18697 `objc-method-intro' and `objc-method-args-cont'.
18698
18699 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
18700
18701 CC Mode update to 5.30.10:
18702
18703 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
18704 in the copyright statement. Incidentally, change "along with GNU
18705 Emacs" to "along with this program" where it occurs.
18706
18707 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
18708 so that it is interactive, hence can be found by M-x awk-mode
18709 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
18710 <gmorris+emacs@ast.cam.ac.uk>.
18711
18712 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
18713 Mode's regexps.
18714
18715 2005-05-23 Kevin Ryde <user42@zip.com.au>
18716
18717 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
18718 c-parse-state, to avoid a lisp error (on bad code).
18719
18720 2005-05-23 Lute Kamstra <lute@gnu.org>
18721
18722 * subr.el (font-lock-defaults): Remove defvar as it's already
18723 defined in font-core.el.
18724
18725 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
18726
18727 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
18728
18729 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
18730 more general and work when GDB variable "print pretty" is on,
18731 as with Emacs, for example.
18732
18733 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
18734
18735 * font-core.el: Update comment.
18736
18737 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18738 Use `after-change-major-mode-hook' instead of `find-file-hook'.
18739
18740 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
18741
18742 2005-05-22 Eli Zaretskii <eliz@gnu.org>
18743
18744 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
18745 and `yank-handler' in the doc strings.
18746
18747 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18748
18749 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
18750
18751 2005-05-22 Richard M. Stallman <rms@gnu.org>
18752
18753 * help.el (describe-key): Move print-help-return-message call
18754 out of conditional.
18755
18756 * progmodes/etags.el (list-tags): Use with-no-warnings.
18757
18758 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
18759 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
18760 (starttls-extra-args, starttls-extra-arguments): Add defvars.
18761
18762 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
18763
18764 * language/viet-util.el (viet-viscii-nonascii-translation-table):
18765 Add defvar.
18766
18767 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
18768 Use defvar, not defconst.
18769
18770 * hexl.el (hexl-follow-line): Use with-no-warnings.
18771
18772 * emulation/tpu-extras.el: Use write-file-functions instead of
18773 write-file-hooks.
18774
18775 * dired.el (dired-font-lock-keywords): Fontify files with junk
18776 extensions even if marked by -F.
18777
18778 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
18779
18780 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
18781 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
18782 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
18783 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
18784 (concatenate, list-length, get*, getf, cl-remprop):
18785 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
18786 (etypecase, progv, lexical-let, lexical-let*)
18787 (multiple-value-bind, multiple-value-setq, shiftf):
18788 Improve argument/docstring consistency.
18789
18790 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
18791
18792 2005-05-22 Andre Spiegel <spiegel@gnu.org>
18793
18794 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
18795 doesn't exist.
18796
18797 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
18798 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
18799
18800 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
18801
18802 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
18803 already deleted variables: auto-fill-hook, blink-paren-hook,
18804 lisp-indent-hook, inhibit-local-variables, unread-command-event,
18805 suspend-hooks, comment-indent-hook, meta-flag,
18806 before-change-function, after-change-function,
18807 font-lock-doc-string-face.
18808
18809 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
18810
18811 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18812
18813 2005-05-21 Eli Zaretskii <eliz@gnu.org>
18814
18815 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
18816 rmail-dont-reply-to.
18817
18818 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18819
18820 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
18821 literal blank when splitting new-header-values.
18822
18823 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
18824
18825 * calendar/cal-menu.el (cal-menu-update): Add separator as a
18826 string so that tmm doesn't create a completion entry for it.
18827
18828 * textmodes/table.el (table-disable-menu): Ditto.
18829
18830 2005-05-21 Richard M. Stallman <rms@gnu.org>
18831
18832 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
18833
18834 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
18835
18836 * net/rcompile.el (remote-compile): Use compilation-start.
18837
18838 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
18839
18840 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
18841
18842 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
18843 Default to makefile-bsdmake-mode on BSD systems.
18844
18845 * imenu.el (imenu-generic-expression, imenu--generic-function'):
18846 REGEXP may also be a search function now. The part of doc-string
18847 for describing the structure was 95% identical to that of
18848 `imenu--generic-function'. Unify it there.
18849
18850 * progmodes/make-mode.el (makefile-imenu-generic-expression):
18851 Use function to find dependencies, because regexp alone is so complex,
18852 it easily goes into an endless loop.
18853 (makefile-makepp-mode): Also add submenu for Perl functions
18854 defined in the makefile.
18855 (makefile-bsdmake-mode): Special imenu-generic-expression no
18856 longer needed, due to function call.
18857 (makefile-match-dependency): Take BOUND into account when checking
18858 if we're through.
18859
18860 2005-05-20 Jay Belanger <belanger@truman.edu>
18861
18862 * calc/calc-units.el (calc-invalidate-units-table):
18863 Use inhibit-read-only.
18864 (math-build-units-table-buffer): Use view-mode.
18865
18866 2005-05-20 David Kastrup <dak@gnu.org>
18867
18868 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
18869 easy-menu-add is not a nop on Emacs; and clarify when to call it.
18870
18871 2005-05-20 Lute Kamstra <lute@gnu.org>
18872
18873 * diff-mode.el (diff-header-face, diff-file-header-face)
18874 (diff-index-face, diff-hunk-header-face, diff-removed-face)
18875 (diff-added-face, diff-changed-face, diff-function-face)
18876 (diff-context-face, diff-nonexistent-face): Put them in the
18877 diff-mode customization group.
18878
18879 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18880
18881 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
18882
18883 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
18884
18885 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
18886 Minor regexp-optimization.
18887
18888 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
18889
18890 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
18891 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
18892 (org-agenda-add-time-grid-maybe): New function.
18893 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
18894 (org-table-create): `dotimes' instead of `mapcar'.
18895 (org-xor): Simplify implementation.
18896 (org-agenda): `inhibit-redisplay' turned on.
18897 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
18898 a consistent line after a state change.
18899 (org-agenda-remove-times-when-in-prefix): New option.
18900 (org-prefix-has-time): New variable.
18901 (org-parse-time-string): Optional argument NODEFAULT.
18902 (org-format-agenda-item): Parse items for time-of-day
18903 specifications and move these into the prefix if possible.
18904 (org-agenda-priority): Get current heading, not previous heading
18905 during agenda remote editing.
18906
18907 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
18908
18909 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
18910 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
18911 (remove-duplicates, delete-duplicates, substitute)
18912 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
18913 (nsubstitute-if-not, find, find-if, find-if-not, position)
18914 (position-if, position-if-not, count, count-if, count-if-not)
18915 (mismatch, search, sort*, stable-sort, merge, member*)
18916 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
18917 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
18918 (intersection, nintersection, set-difference, nset-difference)
18919 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
18920 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
18921 (nsublis, tree-equal): Improve argument/docstring consistency.
18922
18923 * subr.el (send-string, send-region): Remove obsolescence declaration.
18924 (window-dot, set-window-dot, read-input, show-buffer)
18925 (eval-current-buffer, string-to-int):
18926 Add release number to obsolescence declarations.
18927
18928 2005-05-19 Kim F. Storm <storm@cua.dk>
18929
18930 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
18931 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
18932
18933 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
18934
18935 * faces.el (list-faces-display): Make back button respect optional
18936 regexp arg.
18937
18938 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
18939
18940 * calculator.el (calculator-radix-grouping-mode)
18941 (calculator-radix-grouping-digits, calculator-displayer)
18942 (calculator-radix-grouping-separator, calculator-copy-displayer):
18943 * dabbrev.el (dabbrev-search-these-buffers-only):
18944 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
18945 (diff-advance-after-apply-hunk, diff-mode-hook)
18946 (diff-minor-mode-prefix):
18947 * imenu.el (imenu-use-popup-menu):
18948 * jit-lock.el (jit-lock-context-time):
18949 * newcomment.el (comment-fill-column, comment-column)
18950 (comment-style, comment-padding, comment-multi-line)
18951 (comment-empty-lines, comment-auto-fill-only-comments):
18952 * reveal.el (reveal-around-mark):
18953 * uniquify.el (uniquify-buffer-name-style)
18954 (uniquify-after-kill-buffer-p)
18955 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
18956 (uniquify-min-dir-content, uniquify-separator)
18957 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
18958 * w32-vars.el (w32-fixed-font-alist):
18959 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
18960 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
18961 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
18962 * progmodes/perl-mode.el (perl-indent-level)
18963 (perl-continued-statement-offset, perl-continued-brace-offset)
18964 (perl-brace-offset, perl-brace-imaginary-offset)
18965 (perl-label-offset, perl-indent-continued-arguments)
18966 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
18967 * progmodes/tcl.el (tcl-indent-level)
18968 (tcl-continued-indent-level, tcl-auto-newline)
18969 (tcl-tab-always-indent, tcl-electric-hash-style)
18970 (tcl-help-directory-list, tcl-use-smart-word-finder)
18971 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
18972 (inferior-tcl-source-command):
18973 * textmodes/fill.el (enable-kinsoku):
18974 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
18975 * textmodes/table.el (table-yank-handler):
18976 Specify missing group (and type, if simple) in defcustom.
18977
18978 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
18979
18980 * progmodes/compile.el (compilation-finish-function): Fix defvar.
18981
18982 2005-05-19 Richard M. Stallman <rms@gnu.org>
18983
18984 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
18985
18986 * subr.el (event-basic-type): Don't get an error.
18987 (left-fringe-p): Function deleted.
18988
18989 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
18990 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
18991
18992 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
18993 in recursive copy.
18994
18995 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
18996
18997 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
18998
18999 * emacs-lisp/bytecomp.el
19000 (byte-compile-file-form-custom-declare-variable):
19001 Call byte-compile-nogroup-warn if appropriate.
19002
19003 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19004 (compilation-set-window): Don't call left-fringe-p; do it directly.
19005
19006 2005-05-19 Jay Belanger <belanger@truman.edu>
19007
19008 * calc/calc-graph.el (calc-graph-format-data): Make sure
19009 var-PlotRejects is bound before trying to check its value.
19010
19011 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19012
19013 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19014 definition of this variable from reftex-global.el to reftex.el,
19015 because it is needed in the menu.
19016
19017 2005-05-19 Lute Kamstra <lute@gnu.org>
19018
19019 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19020 years are fixed. Don't insert a space after a dash.
19021
19022 2005-05-19 Kim F. Storm <storm@cua.dk>
19023
19024 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19025
19026 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19027
19028 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19029 strings, because (eq ... ?\\) is fairly frequent.
19030
19031 * progmodes/make-mode.el (makefile-add-this-line-targets):
19032 Simplify and integrate into `makefile-pickup-targets'.
19033 (makefile-add-this-line-macro): Simplify and integrate into
19034 `makefile-pickup-macros.
19035 (makefile-pickup-filenames-as-targets): Simplify.
19036 (makefile-previous-dependency, makefile-match-dependency):
19037 Don't stumble over `::'.
19038
19039 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19040
19041 * subr.el (post-command-idle-hook, post-command-idle-delay):
19042 Remove obsoletion of post-command-idle-hook and
19043 post-command-idle-delay.
19044
19045 * faces.el (list-faces-display): Provide button when describe-face
19046 is called to take user back to the list of faces.
19047
19048 * help-fns.el (describe-variable): Remove hyperlinks in a
19049 variable's value as these are quite frequently inappropriate.
19050
19051 * follow.el (follow-submit-feedback, follow-mode):
19052 Remove references to post-command-idle-hook.
19053
19054 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19055
19056 * progmodes/make-mode.el (makefile-previous-dependency)
19057 (makefile-match-dependency): Check for := (and in bsd mode also
19058 !=) to give a better result, even when font-lock is not on.
19059
19060 2005-05-18 Jay Belanger <belanger@truman.edu>
19061
19062 * calc/calc-help.el (calc-s-prefix-help):
19063 Add `calc-copy-special-constant' to help string.
19064
19065 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19066
19067 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19068
19069 2005-05-18 Jay Belanger <belanger@truman.edu>
19070
19071 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19072 in linear factors are in proper order.
19073
19074 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19075
19076 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19077 Support for jurabib.
19078
19079 * textmodes/reftex.el (featurep): Define aliases for overlay
19080 commands, for XEmacs compatibility, and use these aliases in
19081 overlay initializations.
19082 (reftex-highlight): Use `reftex-move-overlay'.
19083 (reftex-unhighlight): Use `reftex-delete-overlay'.
19084 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19085 (reftex-access-search-path): Use `reftex-uniquify' instead of
19086 `reftex-uniq'
19087
19088 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19089 `before-string' property modification enables for Emacs as well.
19090 (reftex-select-item): Use `reftex-delete-overlay'.
19091 (reftex-select-mark): Use `reftex-make-overlay' and
19092 `reftex-overlay-put'.
19093 (reftex-select-unmark): Use `reftex-delete-overlay' and
19094 `reftex-overlay-put'.
19095
19096 2005-05-18 Lute Kamstra <lute@gnu.org>
19097
19098 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19099
19100 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19101
19102 * add-log.el (add-change-log-entry):
19103 * array.el (array-make-template, array-reconfigure-rows)
19104 (array-init-max-row, array-init-max-column)
19105 (array-init-columns-per-line, array-init-field-width):
19106 * replace.el (replace-match-maybe-edit, perform-replace):
19107 * textmodes/spell.el (spell-region):
19108 Replace `read-input' by `read-string'.
19109
19110 * forms.el (forms-mode):
19111 * finder.el (finder-compile-keywords):
19112 * shadowfile.el (shadow-read-files):
19113 Replace `eval-current-buffer' by `eval-buffer'.
19114
19115 * terminal.el (te-pass-through):
19116 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19117 (ange-ftp-raw-send-cmd):
19118 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19119 (send-process-next-char, telnet-initial-filter, telnet):
19120 Replace `send-string' by `process-send-string'.
19121
19122 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19123 (prolog-consult-region): Replace `send-string' by
19124 `process-send-string'; replace `send-region' by `process-send-region'.
19125
19126 * progmodes/delphi.el (delphi-log-msg):
19127 Replace `set-window-dot' by `set-window-point'.
19128
19129 * subr.el (window-dot, set-window-dot, read-input, send-string)
19130 (send-region, show-buffer, eval-current-buffer):
19131 Make really obsolete, as the comment says.
19132
19133 2005-05-17 Kim F. Storm <storm@cua.dk>
19134
19135 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19136 (cua--init-keymaps): Bind C-return instead of S-return to set
19137 rectangle mark.
19138
19139 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19140 instead of S-return to toggle/clear rectangle mark.
19141
19142 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19143
19144 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19145 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19146 Also fontify plain strings assigned to variables, mostly so that a
19147 colon has a face and is thus not taken as a dependency separator.
19148 (makefile-previous-dependency): Inline the new matcher, because it
19149 is too complex to work in both directions.
19150 (makefile-match-dependency): Eliminate `backward' arg (see above).
19151 Completely reimplemented so as to not sometimes go into an endless
19152 loop. It should also be more efficient, because first it only
19153 searches for `:', instead of applying the very complex regexp.
19154 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19155 to be fontified in one piece can be too long for JIT.
19156 Makefiles are never *that* big.
19157
19158 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19159
19160 * dired.el (dired-mode): Simplify.
19161
19162 2005-05-17 Lute Kamstra <lute@gnu.org>
19163
19164 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19165 defcustom for the mode hook variable.
19166
19167 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19168 Emacs Lisp Reference Manual.
19169
19170 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
19171
19172 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19173 (evenp, list*):
19174 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19175 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19176
19177 * net/tramp-smb.el (tramp-smb-open-connection):
19178 Pass `tramp-chunksize' as fifth (required) argument.
19179
19180 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
19181
19182 * font-lock.el (lisp-font-lock-keywords-1):
19183 Set `font-lock-negation-char-face' for [^...] char group.
19184 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19185
19186 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19187 a var, and refine it to mask one more level of nested vars.
19188 (makefile-rule-action-regex): Turn it into a var, and refine it so
19189 it recognizes backslashed continuation lines as belonging to the
19190 same command.
19191 (makefile-macroassign-regex): Refine it so it recognizes
19192 backslashed continuation lines as belonging to the same command.
19193 (makefile-var-use-regex): Don't look at the next char, because it
19194 might be the same one to be skipped by the initial [^$], leading
19195 to an overlooked variable use.
19196 (makefile-make-font-lock-keywords): Remove two parameters, which
19197 are now variables that some of the modes set locally.
19198 Handle dependency and rule action matching through functions, because
19199 regexps alone match too often. Dependency matching now comes
19200 last, so it can check, whether a colon already matched something else.
19201 (makefile-mode): Inform that font-lock improves makefile parsing
19202 capabilities.
19203 (makefile-match-dependency, makefile-match-action): New functions.
19204
19205 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
19206
19207 * emacs-lisp/cl-extra.el (equalp): Doc fix.
19208
19209 * align.el (align-regexp):
19210 * ansi-color.el (ansi-color-get-face):
19211 * array.el (array-reconfigure-rows, array-init-max-row)
19212 (array-init-max-column, array-init-columns-per-line)
19213 (array-init-field-width):
19214 * dired-aux.el (dired-trample-file-versions):
19215 * dired-x.el (dired-mark-sexp):
19216 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19217 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19218 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19219 * faces.el (face-read-integer):
19220 * files.el (backup-extract-version, insert-directory):
19221 * hexl.el (hexl-insert-decimal-char):
19222 * server.el (server-process-filter):
19223 * shell.el (shell-extract-num):
19224 * startup.el (command-line-1):
19225 * term.el (term-command-hook):
19226 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19227 (time-stamp-do-number):
19228 * time.el (display-time-update):
19229 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19230 (timezone-fix-time):
19231 * vms-patch.el (vms-suspend-resume-hook):
19232 * calendar/appt.el (appt-convert-time):
19233 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19234 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19235 * calendar/cal-islam.el (mark-islamic-diary-entries):
19236 * calendar/calendar.el (calendar-cursor-to-date)
19237 (calendar-star-date):
19238 * calendar/diary-lib.el (diary-attrtype-convert)
19239 (mark-diary-entries, diary-entry-time):
19240 * calendar/solar.el (solar-get-number):
19241 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19242 * emacs-lisp/re-builder.el (reb-display-subexp):
19243 * emulation/edt.el (edt-set-scroll-margins):
19244 * emulation/tpu-extras.el (tpu-set-scroll-margins):
19245 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19246 (vip-get-ex-count):
19247 * emulation/viper-ex.el (viper-get-ex-token)
19248 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19249 * international/fontset.el (fontset-plain-name):
19250 * mail/feedmail.el (feedmail-look-at-queue-directory):
19251 * mail/mailalias.el (mail-get-names):
19252 * mail/rmail.el (rmail-convert-to-babyl-format):
19253 * mail/rmailsum.el (rmail-make-basic-summary-line)
19254 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19255 (rmail-summary-goto-msg):
19256 * mail/smtpmail.el (smtpmail-read-response):
19257 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19258 (ange-ftp-vms-add-file-entry):
19259 * play/gametree.el (gametree-looking-at-ply)
19260 (gametree-current-branch-score):
19261 * progmodes/ada-xref.el (ada-prj-find-prj-file)
19262 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19263 * progmodes/cperl-mode.el (condition-case):
19264 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19265 (ebrowse-set-member-buffer-column-width)
19266 (ebrowse-select-1st-to-9nth):
19267 * progmodes/etags.el (etags-snarf-tag):
19268 * progmodes/flymake.el (flymake-parse-line):
19269 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19270 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19271 (idlwave-shell-menu-def):
19272 * progmodes/ps-mode.el (ps-run-goto-error):
19273 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19274 (vhdl-speedbar-contract-level):
19275 * term/mac-win.el (x-handle-numeric-switch):
19276 * term/sun-mouse.el (sun-get-frame-data):
19277 * term/w32-win.el (x-handle-numeric-switch):
19278 * term/x-win.el (x-handle-numeric-switch):
19279 * textmodes/ispell.el (ispell-parse-output):
19280 * textmodes/nroff-mode.el (nroff-outline-level):
19281 * textmodes/reftex-cite.el (reftex-bib-sort-year)
19282 (reftex-bib-sort-year-reverse, reftex-format-citation):
19283 * textmodes/reftex-parse.el (reftex-init-section-numbers)
19284 (reftex-section-number):
19285 * textmodes/texinfmt.el (texinfo-paragraphindent):
19286 Replace `string-to-int' by `string-to-number'.
19287
19288 * international/latexenc.el: Add page marker to force the "Local
19289 Variables:" string out of the last page.
19290
19291 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19292
19293 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19294 tooltip-change-major-mode.
19295 (gud-tooltip-print-command): Remove case where gud-minor-mode
19296 is gdb ("--fullname").
19297 (gud-tooltip-tips): Turn GUD tooltips off for this case and
19298 explain to user.
19299
19300 2005-05-16 Jay Belanger <belanger@truman.edu>
19301
19302 * calc/calc-store.el (calc-copy-special-constant): New function.
19303
19304 * calc/calc-ext.el (calc-init-extensions): Add binding for
19305 `calc-copy-special-constant'.
19306
19307 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19308 for the `calc-copy-special-constant' command.
19309
19310 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19311
19312 * subr.el (left-fringe-p): New function.
19313
19314 * progmodes/compile.el (compilation-setup): Set local value of
19315 overlay-arrow-string to "" always.
19316 (compilation-set-window): Left fringe then don't scroll.
19317 No left fringe then no arrow and scroll message to top.
19318 (compilation-context-lines): Adjust doc string accordingly.
19319
19320 2005-05-16 Kim F. Storm <storm@cua.dk>
19321
19322 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19323 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19324 (ido-wide-find-dir-or-delete-dir): New command for M-d.
19325 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
19326 (ido-read-file-name): Handle commands with ido property value
19327 equal to find-file as reading a file name, to allow C-d to enter dired.
19328 (ibuffer-find-file): Add ido property with value find-file.
19329
19330 2005-05-15 Kim F. Storm <storm@cua.dk>
19331
19332 * subr.el (open-network-stream-nowait): Remove.
19333 (open-network-stream-server): Remove.
19334
19335 2005-05-15 Richard M. Stallman <rms@gnu.org>
19336
19337 * faces.el (describe-face): Output a definition link button.
19338
19339 * help-mode.el (help-face-def): New button type.
19340
19341 * emacs-lisp/copyright.el (copyright-fix-years):
19342 Match properly if the first year is 2-digit.
19343 Don't mess up the whitespace after the years by filling.
19344
19345 * dired-aux.el (dired-mark-confirm):
19346 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19347
19348 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19349 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19350 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19351
19352 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19353 Set font-lock-comment-start-skip.
19354
19355 * font-lock.el (font-lock-comment-start-skip): New variable.
19356 (font-lock-comment-end-skip): New variable.
19357 (font-lock-fontify-syntactically-region): Use them if non-nil.
19358
19359 2005-05-15 Jay Belanger <belanger@truman.edu>
19360
19361 * calc/calc-store.el (calc-store-value): Return a string rather
19362 than display it as a message.
19363 Use calc-var-name for variable name.
19364 (calc-store-into): Add the result of calc-store-value to message.
19365 (calc-copy-variable): Add a message.
19366 (calc-store-exchange): Improve error messages.
19367 (calc-store-binary, calc-store-map): Don't reset the values of
19368 special constants.
19369
19370 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
19371
19372 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19373 manual to docstring.
19374
19375 * files.el (hack-local-variables-confirm): Add STRING argument.
19376 Make the function handle non file visiting buffers correctly.
19377 (hack-local-variables-prop-line, hack-local-variables)
19378 (hack-one-local-variable): Use STRING arg of
19379 `hack-local-variables-confirm'.
19380
19381 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
19382
19383 Sync with Tramp 2.0.49.
19384
19385 * net/tramp.el (tramp-handle-dired-call-process)
19386 (tramp-handle-insert-directory):`insert-buffer' cannot be used
19387 because the contents of the Tramp buffer is changed before
19388 insertion (`expand-file' and alike).
19389 (tramp-handle-insert-directory): If `localname' has an empty
19390 nondirectory name, it must not be quoted.
19391 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
19392 variable `tramp-chunksize'. Change callees.
19393 (tramp-open-connection-setup-interactive-shell): Check remote host
19394 for buggy `send-process-string' implementation.
19395 Set `tramp-chunksize' if found. Reported by Michael Kifer
19396 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19397 (tramp-handle-shell-command): `insert-buffer' cannot be used
19398 because the contents of the Tramp buffer is changed before
19399 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19400 <frederic.bothamy@free.fr>.
19401 (tramp-set-auto-save): Actions should be done for Tramp file name
19402 handler only. Ange-FTP has its own auto-save mechanism.
19403 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19404 (tramp-set-auto-save-file-modes): Set file modes of
19405 `buffer-auto-save-file-name' to ?\600 as fallback solution.
19406 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19407 (tramp-bug): Remove obsolete variable.
19408 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
19409 for presence of `mml-mode'. Make it running for older Emacsen as well.
19410
19411 2005-05-14 John Paul Wallington <jpw@pobox.com>
19412
19413 * ibuf-ext.el (define-ibuffer-filter filename):
19414 If `dired-directory' is a list, use its car.
19415
19416 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
19417
19418 * ibuffer.el (define-ibuffer-column filename):
19419 If `dired-directory' is a list, use its car.
19420
19421 2005-05-14 Richard M. Stallman <rms@gnu.org>
19422
19423 * subr.el (symbol-file): Doc fix.
19424
19425 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19426 (byte-compile-form): Call byte-compile-nogroup-warn.
19427 (byte-compile-warning-types): Doc fix.
19428
19429 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19430
19431 * progmodes/cc-engine.el (c-literal-faces):
19432 Add font-lock-comment-delimiter-face.
19433
19434 * net/net-utils.el (dig): Use with-no-warnings.
19435
19436 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19437 (sc-recite-frame-alist, sc-default-cite-frame)
19438 (sc-default-uncite-frame, sc-default-recite-frame)
19439 (sc-attrib-selection-list, sc-rewrite-header-list):
19440 Mark as risky-local-variable.
19441
19442 * international/ogonek.el (ogonek-jak, ogonek-how):
19443 Don't use beginning-of-buffer.
19444
19445 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19446
19447 * calendar/solar.el (solar-data-list): Move definition up.
19448
19449 * dnd.el (dnd-protocol-alist): Add autoload.
19450
19451 * progmodes/sh-script.el: Many doc usage fixes.
19452 (sh-indent-after-do): Change default to match common styles.
19453
19454 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
19455
19456 * files.el (interpreter-mode-alist)
19457 (auto-mode-interpreter-regexp): Doc fixes.
19458
19459 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
19460
19461 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19462
19463 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19464
19465 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19466
19467 * dired.el (dired-mode): make-variable-buffer-local =>
19468 make-local-variable.
19469
19470 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19471
19472 * term/mac-win.el (mac-select-convert-to-string): Try coding
19473 systems in mac-script-code-coding-systems if specified one cannot
19474 encode string for `com.apple.traditional-mac-plain-text'.
19475
19476 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
19477
19478 * progmodes/make-mode.el (makefile-targets-face)
19479 (makefile-shell-face, makefile-makepp-perl-face): New faces.
19480 (makefile-dependency-regex): Fix it to not make the colon in
19481 $(var:a=b) special.
19482 (makefile-rule-action-regex): New regexp for highlighting embedded
19483 Shell strings.
19484 (makefile-macroassign-regex): Handle != for highlighting as
19485 embedded Shell strings.
19486 (makefile-var-use-regex): New const.
19487 (makefile-statements, makefile-automake-statements)
19488 (makefile-gmake-statements, makefile-makepp-statements)
19489 (makefile-bsdmake-statements): New consts.
19490 (makefile-make-font-lock-keywords): New function.
19491 (makefile-automake-font-lock-keywords)
19492 (makefile-gmake-font-lock-keywords)
19493 (makefile-makepp-font-lock-keywords)
19494 (makefile-bsdmake-font-lock-keywords): New consts.
19495 (makefile-mode-map): Add switchers between the various submodes.
19496 (makefile-mode): Document the availability of the variants.
19497 (makefile-automake-mode, makefile-gmake-mode)
19498 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
19499
19500 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
19501 new variants of makefile-mode.
19502
19503 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19504
19505 * font-lock.el (font-lock-comment-delimiter-face): Fix up
19506 the inheritance.
19507
19508 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
19509
19510 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
19511 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
19512
19513 * files.el (normal-mode): Extend the scope of the
19514 `enable-local-variables' binding to include the `set-auto-mode' call.
19515 (magic-mode-alist): Doc fix.
19516
19517 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19518
19519 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
19520 font-lock-comment-face rather than copying its setting.
19521
19522 2005-05-12 Andreas Schwab <schwab@suse.de>
19523
19524 * eshell/esh-mode.el (eshell-send-input): Doc fix.
19525
19526 2005-05-12 Lute Kamstra <lute@gnu.org>
19527
19528 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
19529 defcustom for the mode hook variable. Delete the last argument.
19530 * generic-x.el: Fix callers of define-generic-mode.
19531 (generic-x-modes): Delete group.
19532 (show-tabs-tab-face, show-tabs-space-face): Put them in the
19533 generic-x customization group.
19534
19535 2005-05-12 Kim F. Storm <storm@cua.dk>
19536
19537 * font-lock.el (font-lock-negation-char-face): Default to "off".
19538
19539 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
19540 font-lock-negation-char-face to ! in !=.
19541
19542 2005-05-12 Masatake YAMATO <jet@gyve.org>
19543
19544 * add-log.el (find-change-log): Fix typos in the docstring
19545 of function.
19546
19547 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19548
19549 * international/latexenc.el (latexenc-find-file-coding-system):
19550 Avoid `re-search-forward' when looking for input encoding because
19551 of speed and safety. Better regular expressions for recognizing
19552 input encoding. Limit a search for TeX-master/tex-main-file to
19553 the local variable section.
19554
19555 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
19556
19557 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
19558 syntax of $ to "'" (quote).
19559
19560 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
19561
19562 * dnd.el (dnd-protocol-alist): Improve custom type.
19563
19564 * dired.el (dired-dnd-protocol-alist): New variable.
19565 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
19566 `dired-mode-hook' to the end.
19567
19568 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19569
19570 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
19571 comment-end if comment-start-skip is not set.
19572 Obey the font-lock-comment-delimiter-face variables.
19573
19574 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19575
19576 * files.el (executable-find): Move from executable.el. Use
19577 locate-file.
19578 * progmodes/executable.el (executable-find): Move to files.el.
19579
19580 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
19581 when trying to ensure forward progress.
19582
19583 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
19584
19585 * mouse-sel.el (mouse-sel-follow-link-p): New function.
19586 (mouse-select, mouse-select-internal, mouse-extend-internal):
19587 Use it to implement mouse-1-click-follows-link functionality.
19588
19589 2005-05-11 Richard M. Stallman <rms@gnu.org>
19590
19591 * font-lock.el (font-lock-fontify-syntactically-region):
19592 Use font-lock-comment-delimiter-face for comment delimiters.
19593
19594 2005-05-10 Jay Belanger <belanger@truman.edu>
19595
19596 * calc/calc-help.el (calc-m-prefix-help): Add mention of
19597 preserving embedded modes.
19598
19599 2005-05-10 Richard M. Stallman <rms@gnu.org>
19600
19601 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
19602
19603 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
19604 Move from ada-stmt.el.
19605 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
19606
19607 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
19608 Move to ada-mode.el.
19609 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
19610
19611 * cus-edit.el (custom-file): Call file-chase-links.
19612
19613 * files.el (read-directory-name): Fix previous change.
19614 (hack-local-variables-confirm): New function.
19615 (hack-local-variables-prop-line, hack-local-variables)
19616 (hack-one-local-variable): Use it.
19617
19618 2005-05-10 Lute Kamstra <lute@gnu.org>
19619
19620 * font-lock.el (font-lock-keywords-alist)
19621 (font-lock-removed-keywords-alist): Clarify docstrings.
19622
19623 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
19624
19625 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
19626 (gdb-source-info): Check for preprocessor info.
19627 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
19628 a macro for a function.
19629 (gdb-info-breakpoints-custom): Try to find file again if not already
19630 found (user might have used GDB dir command).
19631 (gdb-get-location): Update gdb-location-alist correctly for change
19632 to gdb-info-breakpoints-custom.
19633
19634 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
19635 (gud-tooltip-print-command): Add gdbmi case.
19636 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
19637 preprocessor info.
19638
19639 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
19640
19641 * startup.el (fancy-splash-insert): Fix typo in doc string.
19642
19643 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
19644
19645 * obsolete/float.el (string-to-float):
19646 * obsolete/hilit19.el (hilit-add-pattern):
19647 * obsolete/rnews.el (news-parse-range, news-select-message)
19648 (news-get-pruned-list-of-files): Replace `string-to-int' by
19649 `string-to-number'.
19650
19651 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
19652 `find-file-not-found-hooks'; use `add-hook'.
19653 (uncompress-while-visiting): Set `write-file-functions', not
19654 `write-file-hooks'; use `add-hook'.
19655
19656 2005-05-09 Kim F. Storm <storm@cua.dk>
19657
19658 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
19659 (cua-paste): Handle clipboard action.
19660 (cua--init-keymaps): Remap clipboard-kill-region and
19661 clipboard-kill-ring-save.
19662
19663 2005-05-08 Eli Zaretskii <eliz@gnu.org>
19664
19665 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19666 Improve commentary.
19667
19668 * simple.el (next-error-overlay-arrow-position): Revert the change
19669 made on 2005-04-30.
19670
19671 2005-05-07 Jay Belanger <belanger@truman.edu>
19672
19673 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
19674 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
19675 `calc-sel-reselect'.
19676
19677 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
19678 Calc is in embedded mode.
19679
19680 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19681
19682 * progmodes/compile.el (compilation-setup):
19683 Set overlay-arrow-string to an empty string on text terminals.
19684
19685 * textmodes/ispell.el (ispell-program-name): Try looking for
19686 "aspell" along exec-path, and if found, use it as the default
19687 speller program.
19688
19689 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
19690
19691 * international/mule.el (sgml-xml-auto-coding-function):
19692 Recognize encoding='FOO' in single quotes as well as in double quotes.
19693
19694 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19695
19696 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
19697 as well as `interactive', so that defmacro* would recognize
19698 `declare' forms.
19699
19700 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19701
19702 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19703 Explain more about the LIGHTER arg's usage in the doc string.
19704 Add commentary to clarify what the code does. Fix the regexp that
19705 strips whitespace from LIGHTER. Quote LIGHTER before using it,
19706 since it could have characters special to regular expressions.
19707
19708 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19709
19710 * replace.el (occur-1): Bind inhibit-read-only so that
19711 erase-buffer doesn't barf on read-only text properties (likewise
19712 for add-text-properties in occur-engine). Mark buffer as unmodified.
19713 (occur-engine): Don't set buffer-read-only here.
19714
19715 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19716
19717 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
19718 list-buffers-directory. This caused the *cvs-commit* buffer to be
19719 sometimes mistakenly reused as a *cvs* buffer.
19720
19721 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
19722
19723 * tooltip.el: Move code for GUD tooltips into gud.el.
19724 (require): CL no longer needed to compile case.
19725 (tooltip-mode): Do not toggle functions for GUD tooltips.
19726 (tooltip-gud-tips-p): Remove. Replace with minor mode
19727 gud-tooltip-mode in gud.el.
19728 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
19729 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
19730 tooltip-gud prefix with gud-tooltip and obsolete.
19731 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
19732 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
19733 (tooltip-mouse-motion): Mouse movement functions/variable.
19734 Rename in gud.el by adding gud prefix.
19735 (tooltip-gud-original-filter, tooltip-gud-dereference)
19736 (tooltip-gud-event, tooltip-toggle-gud-tips)
19737 (tooltip-gud-process-output, tooltip-gud-print-command)
19738 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
19739 gud.el by replacing tooltip-gud prefix with gud-tooltip.
19740 (gdb-tooltip-print): Move to gdb-ui.el.
19741
19742 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
19743 (require): CL needed to compile case.
19744 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
19745 tooltip-gud-tips-p. Make it a minor-mode.
19746 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
19747 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
19748 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
19749 (gud-tooltip-change-major-mode)
19750 (gud-tooltip-activate-mouse-motions-if-enabled)
19751 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
19752 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
19753 (gud-tooltip-original-filter, gud-tooltip-dereference)
19754 (gud-tooltip-event, tooltip-toggle-gud-tips)
19755 (gud-tooltip-process-output, gud-tooltip-print-command)
19756 (gud-tooltip-tips): Move from tooltip.el.
19757
19758 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
19759 (gdb-cpp-define-alist-flags): Doc fix.
19760 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
19761 gud-tooltip-mode is t.
19762
19763 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19764
19765 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
19766 evaporate if their text is deleted.
19767 (goto-address-at-point): Make it work as a mouse binding as well.
19768 (goto-address-at-mouse): Obsolete it. Update users.
19769
19770 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
19771
19772 * calendar/appt.el (top-level): No longer activate on load.
19773
19774 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
19775
19776 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19777 * net/webjump.el (webjump):
19778 * progmodes/idlw-help.el (idlwave-do-context-help1)
19779 (idlwave-highlight-linked-completions):
19780 * textmodes/po.el (po-find-file-coding-system-guts):
19781 Replace `assoc-ignore-case' by `assoc-string'.
19782
19783 2005-05-06 Eli Zaretskii <eliz@gnu.org>
19784
19785 * files.el (locate-file): Doc fix.
19786
19787 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
19788 Remove the redundant test for ms-dos.
19789
19790 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
19791 look for the preprocessor with exec-suffixes. If not found in
19792 standard places, look in exec-path. Remove most of the tests that
19793 used system-type.
19794
19795 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
19796
19797 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
19798
19799 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
19800 file-name clash with jka-compr.el on 8+3 filesystems.
19801
19802 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19803
19804 * term/mac-win.el: Don't define or bind scroll bar functions if
19805 x-toolkit-scroll-bars is t.
19806 (x-select-text, x-get-selection-value): Clear
19807 x-last-selected-text-clipboard if x-select-enable-clipboard is
19808 nil.
19809 (PRIMARY): Put mac-scrap-name property.
19810 (mac-select-convert-to-file-url): New function.
19811 (public.file-url): New selection target type. Add to
19812 selection-converter-alist.
19813 (x-get-selection, x-selection-value): Handle it.
19814 (x-cut-buffer-or-selection-value): New alias.
19815
19816 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19817
19818 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
19819 entry to avoid calling bibtex-find-entry with arg global
19820 being t. Remove arg key.
19821 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
19822 (bibtex-copy-summary-as-kill): Change accordingly.
19823
19824 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19825
19826 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
19827 (org-agenda-date-later): Use with-current-buffer.
19828
19829 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
19830
19831 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
19832 (define-obsolete-variable-alias): Doc Fixes.
19833
19834 2005-05-06 Kim F. Storm <storm@cua.dk>
19835
19836 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
19837 vertical-motion when selective-display is active.
19838
19839 * ido.el (ido-setup-hook): New hook.
19840 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
19841 (ido-input-stack): New var.
19842 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
19843 ido-next-work-file binding to M-O.
19844 Bind M-f to ido-wide-find-file-or-pop-dir.
19845 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
19846 (ido-read-internal): Run ido-setup-hook.
19847 Catch quit in read-file-name and read-string to cancel edit.
19848 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
19849 Automatically pop-all when completing a directory name (RET).
19850 (ido-file-internal): Add with-no-warnings around ffap and dired code.
19851 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
19852 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
19853 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
19854 New functions for M-b/M-f to move among the directory components.
19855 (ido-make-merged-file-list): Catch quit to cancel merge.
19856 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
19857 (ido-completion-help): No warnings for ido-completion-buffer-full.
19858
19859 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
19860
19861 * font-lock.el (font-lock-negation-char-face): New face and variable.
19862 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
19863 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
19864 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
19865 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
19866
19867 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
19868
19869 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
19870 Fix typo in docstring.
19871
19872 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
19873 (ebrowse-print-statistics-line)
19874 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
19875
19876 * term/w32-win.el (image-library-alist): Add additional name for
19877 Xpm library.
19878
19879 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
19880
19881 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
19882 use gcc instead of cpp.
19883
19884 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
19885 (gdb-create-define-alist): Use it.
19886 (gdb-cpp-define-alist-program): Update for MS-DOS.
19887
19888 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
19889
19890 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
19891
19892 2005-05-04 Richard M. Stallman <rms@gnu.org>
19893
19894 * help.el (describe-key): No error when UNTRANSLATED is nil.
19895
19896 * simple.el (line-move-1): Fix previous change to signal errors
19897 appropriately.
19898
19899 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
19900
19901 * calendar/icalendar.el (icalendar-version): Now at 0.12.
19902 (icalendar-duration-correction): Remove.
19903 (icalendar--get-event-properties): Split result at commas.
19904 (icalendar--decode-isoduration): New optional argument
19905 DURATION-CORRECTION.
19906 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
19907 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
19908 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
19909 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
19910 (icalendar--convert-anniversary-to-ical): New functions, extracted
19911 from icalendar-export-region, with bug fixes.
19912 (icalendar-export-region): Use the above functions.
19913 (icalendar-import-buffer): Check before saving diary file.
19914 (icalendar--convert-recurring-to-diary)
19915 (icalendar--convert-non-recurring-all-day-to-diary)
19916 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
19917 extracted from icalendar--convert-ical-to-diary, with bug fixes.
19918 (icalendar--convert-ical-to-diary): Use the above functions.
19919
19920 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
19921
19922 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
19923 Remove these recent additions.
19924 (c-mode): Restore to before 2005-04-28.
19925
19926 * progmodes/cc-vars.el (cc-define-list-program): Remove this
19927 recent addition.
19928
19929 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
19930 (gdb-define-alist): New variables.
19931 (gdb-create-define-alist): New function.
19932 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
19933 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
19934 with string-to-number.
19935 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
19936
19937 * progmodes/gud.el: Replace string-to-int with string-to-number.
19938 (gud-find-file): Handle gdb-define-alist.
19939
19940 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
19941
19942 2005-05-02 Jay Belanger <belanger@truman.edu>
19943
19944 * calc/calc-aent.el (math-read-token):
19945 * calc/calc-bin.el (calc-word-size):
19946 * calc/calc-ext.el (calc-read-number-fancy):
19947 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
19948 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
19949 * calc/calc-frac.el (calc-over-notation):
19950 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
19951 (calc-graph-num-points, calc-graph-init):
19952 * calc/calc-prog.el (calc-read-parse-table-part)
19953 (calc-edit-macro-repeats):
19954 * calc/calc-yank.el (calc-do-grab-rectangle):
19955 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
19956 Replace `string-to-int' by `string-to-number'.
19957
19958 2005-05-02 Kim F. Storm <storm@cua.dk>
19959
19960 * kmacro.el: Use executing-kbd-macro-index variable.
19961
19962 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
19963
19964 * net/rlogin.el (rlogin-parse-words): Delete func.
19965 (rlogin): Use split-string, not rlogin-parse-words.
19966 Also, if there are option-like elements in the parsed args,
19967 take the host to be the first arg immediately following them.
19968 Suggested by Michael Mauger.
19969
19970 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19971
19972 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
19973
19974 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19975
19976 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
19977 (cc-mode-cpp-program): Rename to cc-define-list-program and
19978 move to cc-vars.el.
19979
19980 * progmodes/cc-vars.el (cc-define-list-program):
19981 Change to "gcc -E -dM -". Make customizable.
19982
19983 2005-05-02 Kim F. Storm <storm@cua.dk>
19984
19985 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
19986
19987 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19988
19989 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
19990
19991 * international/mule-util.el (truncate-string): Remove alias and
19992 obsolete declaration.
19993
19994 * international/mule-cmds.el (update-iso-coding-systems):
19995 Remove alias and obsolete declaration.
19996
19997 * international/mule.el (coding-system-parent): Remove alias and
19998 obsolete declaration.
19999
20000 * subr.el (define-function, sref): Remove aliases and obsolete
20001 declarations.
20002 (chars-in-region): Remove obsolete declaration.
20003
20004 2005-05-01 Richard M. Stallman <rms@gnu.org>
20005
20006 * info.el (Info-mode): Set widen-automatically to nil, locally.
20007
20008 * simple.el (widen-automatically): New variable.
20009 (pop-global-mark): Obey widen-automatically.
20010
20011 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20012
20013 * term/xterm.el (function-key-map): Call substitute-key-definition
20014 before the keymap size is increased by a lot of define-key calls.
20015
20016 2005-05-01 Richard M. Stallman <rms@gnu.org>
20017
20018 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20019 Rename ARG to ELEMENT. Doc fix.
20020
20021 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20022
20023 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20024 Remove references to allout-exposure/change to allout-new-exposure.
20025
20026 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20027 bytecode symbols.
20028
20029 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20030 (compiled-function-p, focus-frame, unfocus-frame):
20031 Remove aliases and obsolete declarations.
20032 Back out inadvertent changes from previous commit.
20033
20034 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20035
20036 * files.el (require-final-newline): Make Custom tags consistent
20037 with mode-require-final-newline.
20038 (mode-require-final-newline): Doc fix.
20039
20040 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20041
20042 * international/latexenc.el (latexenc-find-file-coding-system):
20043 Fix regular expressions.
20044
20045 2005-05-01 David Kastrup <dak@gnu.org>
20046
20047 * international/latexenc.el (latexenc-find-file-coding-system):
20048 Fix regular expressions.
20049
20050 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20051
20052 * subr.el (string-to-int): Make obsolete.
20053
20054 2005-04-30 Richard M. Stallman <rms@gnu.org>
20055
20056 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20057
20058 * loadup.el: load jka-comp-hook.
20059
20060 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20061 (jka-compr-handler): Add autoload. `put' calls moved
20062 to jka-comp-hook.el.
20063 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20064 (jka-compr-inhibit): Autoload.
20065
20066 * jka-comp-hook.el: New file.
20067 Enable the mode by default.
20068
20069 * files.el (backup-buffer-copy): Use copy-file instead
20070 of write-region, and put back the 'excl.
20071
20072 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20073
20074 * progmodes/flymake.el (flymake-split-string)
20075 (flymake-split-string, flymake-log, flymake-pid-to-names)
20076 (flymake-reg-names, flymake-get-source-buffer-name)
20077 (flymake-unreg-names, flymake-add-line-err-info)
20078 (flymake-add-err-info): Clarify docstrings.
20079 (flymake-popup-menu, flymake-make-emacs-menu)
20080 (flymake-make-xemacs-menu): Add docstrings.
20081 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20082 Set variables directly throughout.
20083
20084 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20085
20086 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20087 exists. Initialize cc-define-alist.
20088 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20089 If there is no file (Macroexpansion) don't create an alist.
20090
20091 2005-04-29 Sam Steingold <sds@gnu.org>
20092
20093 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20094 (cc-create-define-alist): Use it instead of the hard-coded string.
20095
20096 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20097
20098 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20099 for latexenc.
20100
20101 2005-04-29 Lute Kamstra <lute@gnu.org>
20102
20103 * emacs-lisp/generic.el: Improve commentary section.
20104 (define-generic-mode): Improve docstring.
20105
20106 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20107
20108 * textmodes/org.el (many places): Change to quiet the byte compiler.
20109 (org-prefix-format-compiled): New variable.
20110 (org-compile-prefix-format): New function.
20111 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20112 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20113 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20114 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20115 consistency with entries from `org-mode' files.
20116 (org-get-time-of-day): Fix bug with partial matches early in a line.
20117 (org-non-link-chars): New constant.
20118 (org-link-regexp): Respect `org-non-link-chars'.
20119 (org-agenda-day-view): Remove command.
20120 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20121 (org-follow-bbdb-link, org-store-link): Search also company field.
20122 (org-highlight-overlay): New variable.
20123 (org-highlight, org-unhighlight): New functions.
20124 (org-agenda-mode): Add pre-command-hook to remove highlight.
20125 (org-evaluate-time-range): Behavior depends upon whether time stamp
20126 contains a time or not.
20127 (org-show-subtree, org-show-entry): New functions.
20128 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20129
20130 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20131
20132 * comint.el (comint-output-filter-functions): Add autoload cookie.
20133
20134 2005-04-28 Kim F. Storm <storm@cua.dk>
20135
20136 * ido.el (ido-everywhere): Fix last change.
20137
20138 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20139
20140 * international/latexenc.el: New file.
20141 * international/mule-conf.el (file-coding-system-alist): For .tex,
20142 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20143
20144 2005-04-28 Lute Kamstra <lute@gnu.org>
20145
20146 * font-lock.el (font-lock-add-keywords)
20147 (font-lock-remove-keywords): Clarify docstring.
20148 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20149 Don't start docstrings with a `*'.
20150 (font-lock-update-removed-keyword-alist): Give it a docstring.
20151
20152 * generic-x.el: Update commentary section.
20153 Only require font-lock when compiling.
20154 Define all modes conditionally.
20155 Place all generic modes in the generic-x-modes customization group.
20156 (generic-x-modes): New customization group.
20157 (generic-default-modes, generic-mswindows-modes)
20158 (generic-unix-modes, generic-other-modes): New constants.
20159 (generic-define-mswindows-modes, generic-define-unix-modes):
20160 Update docstrings. Make them obsolete.
20161 (generic-extras-enable-list): New default value. Update docstring.
20162 Improve :type. Change :set function.
20163 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20164 Fix docstring.
20165
20166 * emacs-lisp/generic.el (generic-mode-internal):
20167 Simplify font-lock-defaults.
20168 (define-generic-mode): Fix docstring.
20169
20170 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20171
20172 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20173 font-lock-face property to highlight matches.
20174
20175 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
20176
20177 * progmodes/cc-mode.el (cc-create-define-alist): New function.
20178 (cc-define-alist): New variable.
20179 (c-mode): Make it local and initialize it.
20180
20181 * progmodes/gdb-ui.el (gdb-active-process): New variable.
20182 (gdb-exited): New function.
20183 (gdb-annotation-rules): Use it.
20184 (gdb-starting): Set gdb-active-process to t.
20185 (gdb-stopping): Amend doc string.
20186 (gdb-reset): Set gdb-active-process to nil.
20187
20188 * tooltip.el (tooltip-gud-tips): Show the associated #define
20189 directives when a C program under GDB is not executing.
20190
20191 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20192
20193 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20194 font-lock-fontify-syntactic-keywords.
20195
20196 * font-lock.el (font-lock-default-fontify-region): Don't force
20197 parse-sexp-lookup-properties to nil.
20198
20199 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20200
20201 * man.el (man-mode-syntax-table): Set up `:' to have
20202 word-constituent syntax.
20203
20204 2005-04-27 Lute Kamstra <lute@gnu.org>
20205
20206 * novice.el (disable-command): Don't add spurious newlines to the
20207 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
20208
20209 2005-04-26 Jay Belanger <belanger@truman.edu>
20210
20211 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20212 than one window before deleting window.
20213
20214 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
20215
20216 * shell.el (shell-prompt-pattern): Doc fix.
20217 (shell-mode): Set paragraph-separate buffer locally to "\\'".
20218
20219 * comint.el (comint-prompt-regexp, comint-get-old-input)
20220 (comint-use-prompt-regexp)
20221 (comint-use-prompt-regexp-instead-of-fields)
20222 (comint-replace-by-expanded-history, comint-send-input)
20223 (comint-output-filter, comint-get-old-input-default)
20224 (comint-line-beginning-position, comint-bol, comint-show-output)
20225 (comint-backward-matching-input, comint-forward-matching-input)
20226 (comint-next-prompt, comint-previous-prompt):
20227 Rename `comint-use-prompt-regexp-instead-of-fields' to
20228 `comint-use-prompt-regexp'. Keep old name as alias and declare
20229 obsolete.
20230 (comint-use-prompt-regexp): Shorten first line of doc string.
20231
20232 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20233 Set paragraph-separate buffer locally to "\\'".
20234
20235 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20236 Adapt to above name change.
20237
20238 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20239 (smbclient-prompt-regexp): Ditto.
20240
20241 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20242
20243 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
20244
20245 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20246 gdb-location-list.
20247 Break lines that are over 80 characters wide.
20248
20249 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
20250
20251 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20252 New fun and var, to preserve compatibility.
20253
20254 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20255
20256 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
20257
20258 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20259 name to file-newer-than-file-p.
20260
20261 2005-04-26 Richard M. Stallman <rms@gnu.org>
20262
20263 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20264
20265 * progmodes/python.el (python-mode):
20266 Use new name eldoc-documentation-function.
20267
20268 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20269
20270 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20271 (eldoc-documentation-function):
20272 Rename from eldoc-print-current-symbol-info-function. Calls changed.
20273
20274 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
20275
20276 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20277
20278 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20279
20280 * term/xterm.el (function-key-map): Fix strings for
20281 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
20282 {C,S,A,C-S}-{f1-f12}.
20283
20284 2005-04-26 Kenichi Handa <handa@m17n.org>
20285
20286 * international/mule-cmds.el (select-safe-coding-system):
20287 Fix previous change.
20288
20289 2005-04-26 Lute Kamstra <lute@gnu.org>
20290
20291 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20292
20293 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20294 (font-lock-comment-delimiter-face): Ditto.
20295
20296 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20297
20298 2005-04-25 Jay Belanger <belanger@truman.edu>
20299
20300 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20301 to t while inserting information; use help-mode.
20302
20303 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20304
20305 * term.el (ansi-term-color-vector): Use the xterm colors.
20306 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
20307
20308 2005-04-25 Lute Kamstra <lute@gnu.org>
20309
20310 * font-core.el (font-lock-defaults): Fix docstring.
20311
20312 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20313
20314 2005-04-25 Kenichi Handa <handa@m17n.org>
20315
20316 * international/mule-cmds.el (select-safe-coding-system):
20317 Don't check consistency with coding: spec, etc if raw-text or
20318 no-conversion was found to be safe.
20319
20320 2005-04-24 Richard M. Stallman <rms@gnu.org>
20321
20322 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20323 citation markers at start of each line.
20324
20325 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20326 citation markers at start of each line.
20327
20328 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20329
20330 * files.el (mode-require-final-newline): Fix previous change.
20331 (require-final-newline): Fix type label.
20332
20333 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20334
20335 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20336 statement in buffer (broken by 2004-11-24 change).
20337
20338 2005-04-24 Kim F. Storm <storm@cua.dk>
20339
20340 * ido.el (ido-everywhere): Save and restore old read-buffer-function
20341 and read-file-name-function values. Don't overwrite existing
20342 non-nil values if ido-mode is enabled without ido-everywhere.
20343
20344 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
20345
20346 * files.el (mode-require-final-newline): Minor doc fix.
20347
20348 2005-04-24 Eli Zaretskii <eliz@gnu.org>
20349
20350 * subr.el (syntax-after): Doc fix.
20351 (syntax-class): If argument is nil, return nil. Mask off upper 16
20352 bits, not 8 bits.
20353
20354 * files.el (mode-require-final-newline): Doc fix.
20355 (backup-buffer-copy): Fix last change.
20356
20357 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20358
20359 * term/mac-win.el: Require select. Set selection-coding-system to
20360 mac-system-coding-system. Call menu-bar-enable-clipboard.
20361 (x-last-selected-text-clipboard, x-last-selected-text-primary)
20362 (x-select-enable-clipboard): New variables.
20363 (x-select-text, x-get-selection, x-selection-value)
20364 (x-get-selection-value, mac-select-convert-to-string)
20365 (mac-services-open-file, mac-services-open-selection)
20366 (mac-services-insert-text): New functions.
20367 (CLIPBOARD, FIND): Put mac-scrap-name property.
20368 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20369 (public.tiff): Put mac-ostype property.
20370 (selection-converter-alist): Add entries for them.
20371 (mac-application-menu-map): New keymap.
20372 (interprogram-cut-function, interprogram-paste-function): Set to
20373 x-select-text and x-get-selection-value, respectively.
20374 (split-window-keep-point): Set to t.
20375
20376 2005-04-23 Richard M. Stallman <rms@gnu.org>
20377
20378 * files.el (read-directory-name): Always pass non-nil
20379 DEFAULT-FILENAME arg to read-file-name.
20380 (backup-buffer-copy, basic-save-buffer-2): Take care against
20381 writing thru an unexpected existing symlink.
20382 (revert-buffer): In indirect buffer, revert the base buffer.
20383 (magic-mode-alist): Doc fix.
20384 (buffer-stale-function): Doc fix.
20385 (minibuffer-with-setup-hook): Avoid warning.
20386 (mode-require-final-newline): Doc and custom fix.
20387
20388 * follow.el (follow-end-of-buffer): Use with-no-warnings.
20389
20390 * font-lock.el (font-lock-comment-face): On terminals with few colors,
20391 use the default appearance.
20392 (font-lock-comment-delimiter-face): New face, new variable.
20393
20394 * imenu.el (imenu--generic-function): The official position of a
20395 definition is the start of the line that BEG is in.
20396
20397 * midnight.el (midnight-timer): Move defvar up.
20398
20399 * mouse.el (mouse-drag-region-1): Delete some debugging code.
20400
20401 * saveplace.el (save-place-to-alist): Use with-no-warnings.
20402
20403 * startup.el (command-line): Use with-no-warnings.
20404
20405 * window.el (window-size-fixed): New defvar.
20406
20407 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20408
20409 * mail/rmail.el (rmail-font-lock-keywords):
20410 Use font-lock-comment-delimiter-face.
20411
20412 * mail/sendmail.el (mail-font-lock-keywords):
20413 Use font-lock-comment-delimiter-face.
20414
20415 * progmodes/compile.el (next-error-highlight-timer): New defvar.
20416
20417 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20418
20419 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20420 Specify t for LAXMATCH when matching directories.
20421 Save match data around compilation-compat-error-properties form.
20422
20423 2005-04-23 David Kastrup <dak@gnu.org>
20424
20425 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20426 Mention that the autoloaded aliases should be kept for AUCTeX.
20427
20428 2005-04-23 Andreas Schwab <schwab@suse.de>
20429
20430 * isearch.el (isearch-forward): Doc fix.
20431
20432 2005-04-23 Eli Zaretskii <eliz@gnu.org>
20433
20434 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20435 (jit-lock-stealth-nice): Change default value to 0.5.
20436
20437 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
20438
20439 * abbrev.el (write-abbrev-file): Write table entries in
20440 alphabetical order by table name.
20441
20442 2005-04-22 Kim F. Storm <storm@cua.dk>
20443
20444 * ido.el (ido-read-internal): Fix `list' completion.
20445
20446 2005-04-22 Kenichi Handa <handa@m17n.org>
20447
20448 * recentf.el (recentf-save-file-coding-system): New variable.
20449 (recentf-save-list): Encode the file by
20450 recentf-save-file-coding-system and add coding: tag.
20451
20452 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
20453
20454 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20455
20456 2005-04-21 Lute Kamstra <lute@gnu.org>
20457
20458 * loadhist.el (unload-feature): Don't remove a function from hooks
20459 if it is about to be restored to an autoload . Remove functions
20460 that will become unbound from auto-mode-alist. Simplify the code.
20461
20462 * subr.el (assq-delete-all): New implementation that is linear,
20463 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
20464 (rassq-delete-all): New function.
20465
20466 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20467 Add size-indication-mode.
20468
20469 2005-04-21 Kenichi Handa <handa@m17n.org>
20470
20471 * international/mule-cmds.el: Add autoload for widget-value in
20472 eval-when-compile.
20473
20474 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
20475
20476 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20477 Add tooltip-mode.
20478
20479 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
20480
20481 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
20482
20483 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
20484 (inferior-lisp-filter-regexp, inferior-lisp-program)
20485 (inferior-lisp-load-command, inferior-lisp-prompt)
20486 (inferior-lisp-mode-hook, lisp-source-modes)
20487 (inferior-lisp-load-hook): defvar->defcustom.
20488 (inferior-lisp-program, inferior-lisp-prompt)
20489 (inferior-lisp-load-hook): Doc fixes.
20490 (inferior-lisp-install-letter-bindings): Small change in
20491 introductory comment.
20492
20493 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
20494
20495 * vc.el (vc-annotate-color-map): Change some colors so that text
20496 using them as foreground is readable on both white and black
20497 backgrounds.
20498
20499 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20500
20501 * international/mule-conf.el (translation-table-for-input):
20502 Remove redundant declaration.
20503
20504 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20505
20506 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
20507
20508 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
20509 (tooltip-toggle-gud-tips): New function.
20510
20511 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20512
20513 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
20514 right angle brackets.
20515
20516 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20517
20518 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
20519
20520 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20521
20522 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
20523 Remove. Update callers to use expand-file-name instead.
20524
20525 * subr.el (syntax-class): New function.
20526
20527 * simple.el (blink-matching-open): Use it.
20528
20529 * paren.el (show-paren-function): Use it to recognize parens that are
20530 also used in 2-char comment markers.
20531
20532 2005-04-19 Lute Kamstra <lute@gnu.org>
20533
20534 * loadhist.el (unload-feature): Update for new format of
20535 load-history. Simplify the code.
20536
20537 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20538
20539 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
20540 (mac-add-charset-info): New function. Initialize variable
20541 mac-charset-info-alist using it.
20542 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
20543 for translation.
20544 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
20545 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
20546 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
20547 New CCL programs.
20548
20549 2005-04-19 Kim F. Storm <storm@cua.dk>
20550
20551 * simple.el (next-buffer, prev-buffer, next-error)
20552 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20553 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
20554
20555 * bindings.el (next-buffer, prev-buffer, next-error)
20556 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20557 (clone-indirect-buffer-other-window): Move bindings from simple.el.
20558 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
20559 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
20560
20561 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20562
20563 * isearch.el (isearch-edit-string): Make the search-ring available for
20564 minibuffer history commands.
20565 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
20566 the default history commands now work just as well.
20567 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
20568
20569 2005-04-18 Kim F. Storm <storm@cua.dk>
20570
20571 * emulation/cua-base.el (cua--pre-command-handler): Add more
20572 elaborate check for shift modifier on non-window systems.
20573
20574 2005-04-18 Lars Hansen <larsh@math.ku.dk>
20575
20576 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
20577
20578 2005-04-18 Kim F. Storm <storm@cua.dk>
20579
20580 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
20581 and make it optional. Don't test tooltip-gud-echo-area here.
20582 (tooltip-gud-process-output, gdb-tooltip-print):
20583 Pass tooltip-gud-echo-area to tooltip-show.
20584 (tooltip-help-tips): Remove second optional arg to tooltip-show.
20585
20586 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20587
20588 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
20589 `display-graphic-p' may not be bound yet.
20590
20591 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
20592
20593 * startup.el (command-line): No longer enable Xterm Mouse mode by
20594 default in terminals compatible with xterm.
20595
20596 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
20597
20598 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
20599
20600 * tooltip.el (tooltip-gud-echo-area): Rename from
20601 tooltip-use-echo-area.
20602 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
20603 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
20604 area independently of where help tooltips are displayed.
20605
20606 2005-04-17 David Kastrup <dak@gnu.org>
20607
20608 * cus-theme.el (custom-theme-write-variables): Quote variables
20609 where necessary.
20610
20611 2005-04-17 Richard M. Stallman <rms@gnu.org>
20612
20613 * simple.el (yank-excluded-properties): Add follow-link to value.
20614
20615 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
20616
20617 * startup.el (fancy-splash-max-time): Just 30 seconds.
20618 (fancy-splash-delay): Just 7.
20619 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
20620
20621 * loadhist.el (unload-feature): Update for new format of load-history.
20622 Simplify the code.
20623
20624 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
20625 (rmail-font-lock-keywords): Don't fontify the text of a citation.
20626
20627 * mail/sendmail.el (mail-font-lock-keywords):
20628 Don't fontify subject text.
20629 Don't fontify the text of a citation.
20630
20631 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
20632
20633 * comint.el (comint-output-filter): Run comint-output-filter-functions
20634 with point where the user had it.
20635
20636 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20637
20638 * international/ucs-tables.el (ucs-set-table-for-input):
20639 Disable when using unify-on-decoding.
20640
20641 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
20642
20643 * emulation/cua-base.el (cua-global-mark-face): Add special case
20644 for displays supporting a high number of colors.
20645
20646 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20647
20648 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
20649
20650 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
20651
20652 * filesets.el (filesets-add-buffer): If user supplies a name of a
20653 non-existing fileset, create a new fileset.
20654
20655 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
20656
20657 * textmodes/org.el (org-up-heading-all): Fix bug with
20658 `outline-up-heading-all'.
20659
20660 2005-04-16 Andreas Schwab <schwab@suse.de>
20661
20662 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
20663 /etc/permissions.d/* and /etc/aliases.d/*.
20664
20665 2005-04-16 Kenichi Handa <handa@m17n.org>
20666
20667 * international/code-pages.el (cp-make-coding-system):
20668 Set `translation-table-for-input' property value to the symbol
20669 ucs-mule-to-mule-unicode, not to that value.
20670 (pt154): Escape guillemet by `\'.
20671
20672 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
20673
20674 * loadup.el: Load tooltip if x-show-tip is fboundp.
20675
20676 * startup.el (command-line): Add comment.
20677
20678 * tooltip.el (tooltip-mode): Specify correct standard value for
20679 Custom in init-value.
20680
20681 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
20682
20683 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
20684 possible.
20685
20686 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
20687
20688 * textmodes/org.el (org-agenda-date-prompt): Rename from
20689 `org-agenda-date-today'.
20690 (org-evaluate-time-range): Insert at point instead of directly
20691 after time range.
20692 (org-first-headline-recenter, org-subtree-end-visible-p)
20693 (org-optimize-window-after-visibility-change): New functions
20694 (org-agenda-post-command-hook): Don't allow point at end of line,
20695 to make sure it always hits the text properties.
20696 (org-agenda-next-date-line, org-agenda-previous-date-line):
20697 New commands.
20698 (org-set-regexps-and-options): Category may contain white space.
20699 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20700 Improve marker positions.
20701 (org-agenda-new-marker): Argument POS made optional.
20702 (org-agenda-get-timestamps): Deadlines which are done are listed
20703 in org-done-face now.
20704 (org-agenda-get-todos, org-agenda-get-timestamps)
20705 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20706 Set `undone-face' and `done-face' properties.
20707 (org-last-todo-state-is-todo): New variable.
20708 (org-todo): Set `org-last-todo-state-is-todo'.
20709 (org-agenda-todo): Change face according to
20710 `org-last-todo-state-is-todo'. And change other lines referring to
20711 the same entry.
20712 (org-calendar-goto-agenda): New command.
20713 (org-calendar-to-agenda-key): New option.
20714 (org-startup-folded): New allowed value `content'.
20715 (org-set-regexps-and-options): Accept new value `content' for
20716 `org-startup-folded'.
20717 (org-get-current-options): Handle new value `content' for
20718 `org-startup-folded'.
20719 (org-insert-todo-heading): New command.
20720 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
20721 interactively in empty file and option
20722 `org-insert-mode-line-in-empty-file' has been set.
20723 (org-agenda-todo, org-agenda-priority): Modify to use
20724 `org-agenda-change-all-lines'.
20725 (org-warning-face): Change color on dark background
20726
20727 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20728
20729 * international/mule-cmds.el (set-locale-environment): On Mac OS,
20730 use preferences AppleLocale and AppleLanguages, and variable
20731 mac-system-locale for default locale. On Mac OS Classic, use
20732 mac-system-coding-system for default coding systems.
20733
20734 * term/mac-win.el: Don't set file-name-coding-system.
20735 Decode variables system-name, emacs-build-system, user-login-name, and
20736 user-full-name by mac-system-coding-system on Mac OS Classic.
20737 (mac-system-coding-system): New variable.
20738
20739 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
20740
20741 * startup.el (command-line): Handle `xterm-mouse-mode' before
20742 reading init file.
20743
20744 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
20745
20746 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
20747
20748 * progmodes/sh-script.el (sh-here-document-word): Make it a
20749 defcustom. Doc fix.
20750 (sh-add): Bash uses $(( )) for arithmetic.
20751 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
20752 (sh-maybe-here-document): Remove quotes and leading whitespace
20753 from heredoc word when closing. Indent heredoc with tabs if word
20754 starts with "-".
20755
20756 2005-04-13 Richard M. Stallman <rms@gnu.org>
20757
20758 * simple.el (undo): Fix previous change.
20759
20760 * custom.el (defface): Doc fix.
20761
20762 2005-04-13 Lute Kamstra <lute@gnu.org>
20763
20764 * Makefile.in (DONTCOMPILE): Remove list.
20765 (compile, compile-always): Don't use DONTCOMPILE.
20766 (update-authors): Load the library in which batch-update-authors
20767 is defined.
20768 * makefile.w32-in (DONTCOMPILE): Remove list.
20769 (compile, compile-always): Fix comments.
20770 (update-authors): Load the library in which batch-update-authors
20771 is defined.
20772
20773 * generic-x.el (generic-mode-ini-file-find-file-hook):
20774 Rename to ini-generic-mode-find-file-hook.
20775 Keep generic-mode-ini-file-find-file-hook as an alias.
20776 (ini-generic-mode-find-file-hook): Rename from
20777 generic-mode-ini-file-find-file-hook. Fix docstring.
20778 (ini-generic-mode): Docstring change.
20779 (bat-generic-mode-run-as-comint): Silence the byte compiler.
20780
20781 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
20782 called from lisp.
20783
20784 * generic.el: Move to the emacs-lisp subdir.
20785
20786 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
20787
20788 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
20789 and C-S- function and cursor motion keys.
20790
20791 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
20792
20793 * startup.el (command-line): Enable Xterm Mouse mode by default.
20794 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
20795 for Custom. No longer show "Mouse" in mode line when enabled.
20796 Doc fix.
20797
20798 2005-04-12 Kim F. Storm <storm@cua.dk>
20799
20800 * emulation/cua-base.el (cua-rectangle-face)
20801 (cua-rectangle-noselect-face): Define face attributes here.
20802
20803 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
20804
20805 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20806
20807 * startup.el (command-line): Turn off blinking cursor if
20808 cursorBlink in resources is off or false.
20809
20810 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20811
20812 * term/mac-win.el (dnd): Require dnd.
20813 (mac-drag-n-drop): Call dnd-handle-one-url.
20814 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
20815 (kTextEncodingISOLatin2): Remove constants.
20816 (mac-script-code-coding-systems): New constant.
20817 (mac-handle-language-change): New function.
20818 (special-event-map): Bind it to `language-change' event.
20819 (mac-centraleurroman, mac-cyrillic): New coding systems.
20820 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
20821 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
20822 and mac-cyrillic-encoder to encode-mac-centraleurroman and
20823 encode-mac-cyrillic, respectively.
20824
20825 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20826
20827 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
20828 Don't set overlay-arrow-string to "=>" as this is done
20829 globally in C now.
20830
20831 2005-04-12 Lute Kamstra <lute@gnu.org>
20832
20833 * generic-x.el (rc-generic-mode, rul-generic-mode):
20834 Fix auto-mode-alist entries.
20835 (etc-fstab-generic-mode): Tweak fontification.
20836
20837 * generic.el (generic-make-keywords-list): Fix docstring.
20838 (generic-mode-internal): Simplify generic-font-lock-keywords.
20839
20840 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20841
20842 * whitespace.el (whitespace-buffer-leading)
20843 (whitespace-buffer-trailing): Revert the incorrect test inversion.
20844 However, fix the highlight area for the leading and
20845 trailing whitespaces to show space.
20846
20847 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20848
20849 * whitespace.el (whitespace-version): Bump to 3.5
20850
20851 (whitespace-buffer-leading, whitespace-buffer-trailing):
20852 Invert sense of the test to highlight the whitespace.
20853
20854 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20855
20856 * progmodes/gud.el (gud-display-line): GUD uses its own
20857 overlay arrow now so don't set overlay-arrow-string.
20858 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
20859
20860 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
20861
20862 * term.el (term-ansi-current-bold, term-ansi-current-underline)
20863 (term-ansi-current-reverse, term-ansi-current-invisible)
20864 (term-ansi-face-already-done): Change to boolean.
20865 (term-reset-terminal, term-handle-colors-array): Handle the above
20866 vars accordingly.
20867 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
20868 (term-emulate-terminal): Use the new name.
20869
20870 * faces.el (secondary-selection): Use yellow1, not yellow.
20871 (trailing-whitespace): Use red1, not red.
20872
20873 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20874
20875 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
20876 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
20877 (dired-dnd-handle-file): Call dnd-get-local-file-uri
20878
20879 * cus-edit.el (dnd): New group.
20880
20881 * term/w32-win.el (dnd): Require dnd
20882 (w32-drag-n-drop): Call dnd-handle-one-url.
20883
20884 * x-dnd.el: Require dnd.
20885 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
20886 Call dnd-handle-one-url.
20887 (x-dnd-types-alist, x-dnd-insert-utf8-text)
20888 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
20889 to dnd-insert-text.
20890 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
20891 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
20892 (x-dnd-get-local-file-name, x-dnd-open-local-file)
20893 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
20894
20895 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
20896
20897 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20898
20899 * wdired.el: Doc fixes.
20900 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
20901 (wdired-use-dired-vertical-movement): Rename from
20902 wdired-always-move-to-filename-beginning.
20903 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
20904 (wdired-change-to-wdired-mode): Change mode name.
20905 (wdired-newline): Delete.
20906
20907 2005-04-11 Richard M. Stallman <rms@gnu.org>
20908
20909 * whitespace.el (whitespace-highlight-the-space):
20910 Don't call whitespace-unhighlight-the-space here.
20911
20912 * simple.el (undo): Record t in undo-equiv-table
20913 for the redo record made by an undo-in-region.
20914
20915 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20916
20917 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
20918 (gdb-frame-inferior-io-buffer): New Functions to control
20919 display of separate IO buffer.
20920 (menu): Add them to menu-bar.
20921 (gdb-display-buffer): Check for buffer another frame.
20922 Protect GUD buffer.
20923 (gdb-setup-windows): Create IO buffer if not already there.
20924 (gdb-memory-mode): Remove purecopy noops.
20925
20926 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20927
20928 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
20929 and pass to self-insert-command.
20930
20931 2005-04-11 Lute Kamstra <lute@gnu.org>
20932
20933 * generic.el: Commentary section cleanup.
20934 (generic): Delete.
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 to generic-x.el.
20939 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
20940 (generic-use-find-file-hook, generic-lines-to-scan)
20941 (generic-find-file-regexp, generic-ignore-files-regexp)
20942 (default-generic-mode, generic-mode-find-file-hook)
20943 (generic-mode-ini-file-find-file-hook): Move from generic.el.
20944
20945 2005-04-10 Karl Fogel <kfogel@red-bean.com>
20946
20947 * bookmark.el (bookmark-write-file): Catch errors writing file.
20948 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
20949
20950 2005-04-10 Richard M. Stallman <rms@gnu.org>
20951
20952 * startup.el (fancy-splash-tail): Update copyright year.
20953 (command-line): Split part of -Q into -D.
20954 (emacs-basic-display): New defvar.
20955 (fancy-splash-text): Correct name of menu item.
20956
20957 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
20958
20959 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
20960 lines in one node.
20961
20962 * comint.el (comint-send-input): New arg ARTIFICIAL.
20963 Callers in this file changed.
20964
20965 * abbrev.el (define-abbrevs): Read system abbrevs properly.
20966
20967 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
20968
20969 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
20970
20971 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
20972 `ldap-search-internal'.
20973
20974 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20975
20976 * files.el (set-auto-mode-1): Use line-end-position.
20977
20978 * international/latin-1.el:
20979 * international/latin-2.el:
20980 * international/latin-3.el:
20981 * international/latin-4.el:
20982 * international/latin-5.el:
20983 * international/latin-8.el:
20984 * international/latin-9.el: Give punctuation syntax to NBSP.
20985
20986 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
20987 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
20988 Use char-classes to accept non-ascii letters, accepted in some recent
20989 bibtex implementations.
20990
20991 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
20992
20993 * custom.el (custom-set-minor-mode): Any non-nil value for the
20994 variable should enable the mode when set through Custom.
20995
20996 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20997
20998 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
20999 TAB binding so tab-always-indent is obeyed.
21000 (vhdl-minibuffer-local-map): Move initialization into declaration.
21001 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21002 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21003 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21004 (vhdl-current-line): Use line-beginning-position.
21005 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21006 with-output-to-temp-buffer, so the current position can be recorded.
21007
21008 2005-04-10 Masatake YAMATO <jet@gyve.org>
21009
21010 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21011 Add regexp for gcov.
21012
21013 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21014
21015 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21016 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21017 syntax which Emacs 20 doesn't support.
21018
21019 2005-04-09 Richard M. Stallman <rms@gnu.org>
21020
21021 * help.el (describe-key-briefly, describe-key):
21022 Replace strings as event types with "(any string)".
21023
21024 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21025
21026 * arc-mode.el (archive-mode-map): Move initialization into
21027 the declaration. Override *all* bindings of `undo'.
21028 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21029
21030 2005-04-09 Jay Belanger <belanger@truman.edu>
21031
21032 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21033
21034 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21035
21036 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21037 (xterm-register-default-colors): Update color values computation
21038 to match xterm-200.
21039
21040 2005-04-09 Kenichi Handa <handa@m17n.org>
21041
21042 * international/code-pages.el (iso-latin-7): Fix the map.
21043
21044 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21045
21046 * emacs-lisp/lisp.el (defun-prompt-regexp)
21047 (parens-require-spaces, buffer-end, end-of-defun)
21048 (insert-parentheses): Doc fixes.
21049
21050 2005-04-08 Kim F. Storm <storm@cua.dk>
21051
21052 * comint.el (comint-highlight-prompt): Fix face spec.
21053 * hi-lock.el (hi-green): Likewise.
21054
21055 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21056
21057 * cus-edit.el (custom-modified-face):
21058 * comint.el (comint-highlight-input): Fix previous changes.
21059 * term.el (term-handle-ansi-escape): Add a comment.
21060
21061 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21062
21063 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21064 in the buffer and in whitespace-highlighted-space.
21065 (whitespace-unhighlight-the-space): Simplify.
21066 (whitespace-buffer): Simplify.
21067
21068 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21069
21070 * textmodes/table.el (table-cell-face): Add special case for
21071 displays supporting a high number of colors.
21072 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21073 (vhdl-font-lock-reserved-words-face)
21074 (vhdl-speedbar-architecture-face)
21075 (vhdl-speedbar-instantiation-face)
21076 (vhdl-speedbar-architecture-selected-face)
21077 (vhdl-speedbar-instantiation-selected-face): Likewise.
21078 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21079 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21080 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21081 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21082 (ebrowse-progress-face): Likewise.
21083 * progmodes/compile.el (compilation-info-face): Likewise.
21084 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21085 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21086 * calendar/calendar.el (diary-face): Likewise.
21087 * woman.el (woman-italic-face, woman-bold-face)
21088 (woman-unknown-face): Likewise.
21089 * wid-edit.el (widget-button-pressed-face): Likewise.
21090 * whitespace.el (whitespace-highlight-face): Likewise.
21091 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21092 * pcvs-info.el (cvs-marked-face): Likewise.
21093 * info.el (info-xref): Likewise.
21094 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21095 * hilit-chg.el (highlight-changes-face)
21096 (highlight-changes-delete-face): Likewise.
21097 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21098 (hi-red-b): Likewise.
21099 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21100 * font-lock.el (font-lock-keyword-face)
21101 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21102 * cus-edit.el (custom-invalid-face, custom-modified-face)
21103 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21104 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21105 * comint.el (comint-highlight-prompt): Likewise.
21106
21107 2005-04-08 Lute Kamstra <lute@gnu.org>
21108
21109 * font-lock.el (font-lock-keywords): Docstring fixes.
21110
21111 2005-04-08 Kenichi Handa <handa@m17n.org>
21112
21113 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21114 chars are more than a limit, print " and more..." at the tail.
21115
21116 2005-04-08 Kim F. Storm <storm@cua.dk>
21117
21118 * emacs-lisp/authors.el (authors-aliases): Update list.
21119 (authors-ignored-files): New list.
21120 (authors-fixed-entries): Fix typo.
21121 (authors-renamed-files-alist): Update list.
21122 (authors-add): Check authors-ignored-files.
21123
21124 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21125
21126 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21127 optional, to ensure backward compatibility.
21128
21129 2005-04-08 Stephen Eglen <stephen@gnu.org>
21130
21131 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21132
21133 2005-04-08 Kim F. Storm <storm@cua.dk>
21134
21135 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21136
21137 * mouse.el (mouse-on-link-p): Doc fix.
21138
21139 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21140
21141 * ielm.el (ielm-prompt-read-only): Doc fix.
21142
21143 * comint.el (comint-prompt-read-only): Doc fix.
21144
21145 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21146
21147 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21148 ensure dired always handles wildcards passed to ffap.
21149 (find-file-at-point): Use it.
21150 (ffap-dired-wildcards): Doc fix.
21151
21152 2005-04-07 Juri Linkov <juri@jurta.org>
21153
21154 * simple.el (next-error-overlay-arrow-position): New defvar.
21155 Put "=>" on its property `overlay-arrow-string'. Add it to
21156 `overlay-arrow-variable-list'.
21157
21158 * progmodes/compile.el (compilation-setup):
21159 Set `next-error-overlay-arrow-position' to nil. Also set it to
21160 nil in the local hook `kill-buffer-hook'. Make local variable
21161 `overlay-arrow-string' and set it to "=>".
21162 (compilation-goto-locus): Set BOL position to
21163 `next-error-overlay-arrow-position' instead of
21164 `overlay-arrow-position'.
21165
21166 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21167 locally instead of adding it to the global hook.
21168 (Info-kill-buffer): Move up.
21169
21170 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
21171
21172 * term/xterm.el (xterm-standard-colors): Update color values from
21173 xterm-200.
21174
21175 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
21176
21177 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21178
21179 * fast-lock.el:
21180 * lazy-lock.el: Move them to the obsolete subdir.
21181
21182 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21183
21184 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21185 (wdired-add-replace-advice): Remove.
21186 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21187
21188 2005-04-06 Kim F. Storm <storm@cua.dk>
21189
21190 * startup.el (command-line): Add --bare-bones alias for -Q.
21191
21192 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21193
21194 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21195 create the startup fontset if a font specification ends with
21196 `mac-roman'.
21197
21198 2005-04-06 Lute Kamstra <lute@gnu.org>
21199
21200 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21201 change.
21202
21203 * emacs-lisp/copyright.el (copyright-update-year): Replace the
21204 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
21205
21206 2005-04-05 Lute Kamstra <lute@gnu.org>
21207
21208 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21209 (define-generic-mode): Ditto. Fix debug declaration.
21210
21211 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21212 Put them in the generic-x group.
21213
21214 * calendar/timeclock.el (timeclock): Doc fix.
21215
21216 * generic.el (define-generic-mode): Don't use custom-current-group.
21217 Document default :group value.
21218 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21219 (define-global-minor-mode): Don't use custom-current-group.
21220
21221 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
21222
21223 * startup.el (command-line-1): Display startup-echo-area-message
21224 when fancy splash screen is in use.
21225
21226 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21227 (sh-escaped-newline): New face.
21228 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21229 newline, and use sh-escaped-newline face.
21230
21231 * progmodes/tcl.el (tcl-escaped-newline): New face.
21232 (tcl-builtin-list): New variable.
21233 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21234 newlines. Fix keywords subexpression number.
21235
21236 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
21237
21238 * textmodes/org.el (org-diary-default-entry): Fix call to
21239 `add-to-diary-entry'.
21240
21241 2005-04-05 Kim F. Storm <storm@cua.dk>
21242
21243 * ediff-init.el: Use (featurep 'xemacs).
21244
21245 2005-04-05 David Ponce <david@dponce.com>
21246
21247 * cus-edit.el (face): Derive from symbol widget. Display sample
21248 of the current face on the fly.
21249 (widget-face-sample-face-get, widget-face-notify): New functions.
21250 (widget-face-value-create): Remove.
21251
21252 * wid-edit.el (widget-field-end): Temporarily remove field
21253 narrowing before to call `get-char-property'.
21254
21255 2005-04-04 Jay Belanger <belanger@truman.edu>
21256
21257 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21258 (math-read-subscripts): New variable.
21259 (math-read-preprocess-string): Process subscripts.
21260
21261 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
21262
21263 * comint.el (comint-prompt-read-only): Doc fix.
21264
21265 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21266 `-1'. Doc fix.
21267
21268 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
21269
21270 * textmodes/org.el (org-insert-mode-line-in-empty-file):
21271 Change default value to nil.
21272
21273 2005-04-04 Lute Kamstra <lute@gnu.org>
21274
21275 * autorevert.el (auto-revert-mode): Specify :group.
21276 * battery.el (display-battery-mode): Specify :group.
21277 * diff-mode.el (diff-minor-mode): Specify :group.
21278 * font-core.el (font-lock-mode): Specify :group.
21279 * hl-line.el (hl-line-mode): Specify :group.
21280 * iimage.el (iimage): New customization group.
21281 (iimage-mode): Specify :group.
21282 * longlines.el (longlines-mode): Specify :group.
21283 * master.el: Don't require easy-mmode.
21284 (master): New customization group.
21285 (master-mode): Specify :group.
21286 * msb.el (msb-mode): Specify :group.
21287 * reveal.el (reveal-mode): Specify :group.
21288 * simple.el (next-error-follow-minor-mode): Specify :group.
21289 * smerge-mode.el (smerge-mode): Specify :group.
21290 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21291 * emulation/cua-base.el (cua-mode): Specify :group.
21292 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21293 * language/thai-util.el (thai-auto-composition-mode)
21294 (thai-word-mode): Specify :group.
21295 * mail/supercite.el (sc-minor-mode): Specify :group.
21296 * progmodes/cwarn.el (cwarn-mode): Specify :group.
21297 * progmodes/flymake.el (flymake-mode): Specify :group.
21298 * progmodes/glasses.el (glasses-mode): Specify :group.
21299 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21300 * textmodes/enriched.el (enriched-mode): Specify :group.
21301 * textmodes/refill.el (refill-mode): Specify :group.
21302
21303 * add-log.el (change-log-font-lock-keywords): Names in
21304 parenthesized lists can contain spaces.
21305
21306 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
21307
21308 * startup.el (fancy-splash-text): Shorten default text of
21309 "Emacs Tutorial" line. Also, if the current language env
21310 indicates an available tutorial file other than TUTORIAL,
21311 extract its title and append it to the line in parentheses.
21312 (fancy-splash-insert): If arg is a thunk, funcall it.
21313
21314 2005-04-04 Jay Belanger <belanger@truman.edu>
21315
21316 * calc.el (calc-language-alist): Add tags to customization type.
21317
21318 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
21319
21320 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21321 Doc fix.
21322
21323 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
21324
21325 * add-log.el (change-log-font-lock-keywords): The manual
21326 describing a Change Log entry, says: (...) "Aside from these
21327 header lines, every line in the change log starts with a space or
21328 a tab.". The font-lock was not highlighting lines started with
21329 spaces, added support for it.
21330
21331 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21332
21333 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21334 (bibtex-generate-url-list): Update docstring accordingly. Put the
21335 complex example in the docstring.
21336 (bibtex-font-lock-url): Use pop.
21337
21338 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
21339
21340 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21341
21342 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21343
21344 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21345
21346 * filesets.el (filesets-set-default): Doc fix.
21347
21348 2005-04-03 Lute Kamstra <lute@gnu.org>
21349
21350 * generic.el (define-generic-mode): Add argument to specify
21351 keywords for defcustom.
21352 (default-generic-mode): Specify :group.
21353
21354 * generic-x.el: Specify :group for all generic modes.
21355
21356 * desktop.el (desktop-no-desktop-file-hook)
21357 (desktop-after-read-hook): Doc fix.
21358
21359 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
21360
21361 * simple.el (visible-mode): Use explicit :group keyword.
21362 This changes the group of `visible-mode-hook' from paren-blinking
21363 to editing-basics.
21364
21365 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
21366
21367 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
21368 mailbox specifications as well as URLs.
21369 (rmail-insert-inbox-text): Remove unused conditional branches.
21370
21371 2005-04-01 Jay Belanger <belanger@truman.edu>
21372
21373 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
21374 (calc-gnuplot-print-command): Move definitions to calc.el.
21375
21376 * calc/calc-embed.el (calc-embedded-announce-formula)
21377 (calc-embedded-open-formula, calc-embedded-close-formula)
21378 (calc-embedded-open-word, calc-embedded-close-word)
21379 (calc-embedded-open-plain, calc-embedded-close-plain)
21380 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21381 (calc-embedded-open-mode, calc-embedded-close-mode):
21382 Move definitions to calc.el.
21383
21384 * calc/calc.el (calc-settings-file, calc-language-alist):
21385 Make customizable.
21386 (calc-embedded-announce-formula, calc-embedded-open-formula)
21387 (calc-embedded-close-formula, calc-embedded-open-word)
21388 (calc-embedded-close-word, calc-embedded-open-plain)
21389 (calc-embedded-close-plain, calc-embedded-open-new-formula)
21390 (calc-embedded-close-new-formula, calc-embedded-open-mode)
21391 (calc-embedded-close-mode, calc-gnuplot-name)
21392 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21393 from other files and make customizable.
21394
21395 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21396
21397 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21398 Use buffer-live-p.
21399 (cvs-mode-run): Don't call cvs-update-header here.
21400 (cvs-run-process): Call cvs-update-header.
21401 Use process properties for cvs-postprocess and cvs-buffer so that
21402 the sentinel can behave better if the temp buffer is killed.
21403 Use a pipe rather than a tty, to better handle unexpected prompts.
21404 (cvs-sentinel): Rewrite. Call cvs-update-header.
21405
21406 2005-04-01 Andre Spiegel <spiegel@gnu.org>
21407
21408 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21409 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
21410
21411 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21412
21413 * generic.el (define-generic-mode): Add indentation rule.
21414
21415 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
21416
21417 * files.el (mode-require-final-newline): Make Custom correctly
21418 report a nil value and allow to set it to nil via Custom.
21419 Doc fix.
21420
21421 2005-04-01 Kenichi Handa <handa@m17n.org>
21422
21423 * international/characters.el: Enable the correct case setting for
21424 dotless-i and dotted-I.
21425
21426 2005-04-01 Kim F. Storm <storm@cua.dk>
21427
21428 * ido.el (ido-file-internal): Fall back to non-ido command if
21429 initial directory is on slow ftp (or tramp) host.
21430
21431 2005-03-31 Richard M. Stallman <rms@gnu.org>
21432
21433 * emacs-lisp/autoload.el (make-autoload):
21434 Handle define-global-minor-mode.
21435
21436 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21437 Rename from easy-mmode-define-global-mode.
21438 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21439
21440 * progmodes/scheme.el (scheme-mode-syntax-table):
21441 Update syntax of | and # for two-character comment syntax.
21442
21443 2005-03-31 Lute Kamstra <lute@gnu.org>
21444
21445 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21446 (define-minor-mode): Call custom-current-group at load-time.
21447
21448 * generic.el (define-generic-mode): Add debug declaration.
21449 Add defcustom for the mode hook.
21450 (generic-mode-internal): Use run-mode-hooks.
21451
21452 2005-03-31 Kim F. Storm <storm@cua.dk>
21453
21454 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21455 (mouse-fixup-help-message): New defun called by show_help_echo
21456 to fixup mouse-2 prefix in help messages when applicable.
21457
21458 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21459
21460 2005-03-31 Kenichi Handa <handa@m17n.org>
21461
21462 * language/thai-word.el (thai-find-word-ends): Pay attention to
21463 the case that we reach the end of buffer.
21464
21465 * textmodes/fill.el (fill-text-properties-at): New function.
21466 (fill-newline): Use fill-text-properties-at instead of
21467 text-properties-at.
21468
21469 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21470
21471 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21472 not comint-quote-filename.
21473
21474 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
21475
21476 * help-fns.el (help-with-tutorial): Revert last change.
21477
21478 2005-03-31 Kim F. Storm <storm@cua.dk>
21479
21480 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
21481
21482 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
21483
21484 * calendar/cal-china.el: Update reference to "Calendrical
21485 Calculations" book; there's a new edition.
21486 * calendar/cal-coptic.el: Likewise.
21487 * calendar/cal-french.el: Likewise.
21488 * calendar/cal-hebrew.el: Likewise.
21489 * calendar/cal-islam.el: Likewise.
21490 * calendar/cal-iso.el: Likewise.
21491 * calendar/cal-julian.el: Likewise.
21492 * calendar/cal-mayan.el: Likewise.
21493 * calendar/cal-persia.el: Likewise.
21494 * calendar/calendar.el: Likewise.
21495 * calendar/holidays.el: Likewise.
21496 * calendar/lunar.el: Likewise.
21497 * calendar/solar.el: Likewise.
21498
21499 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
21500 white space from doc string.
21501
21502 2005-03-30 Jay Belanger <belanger@truman.edu>
21503
21504 * calc/calc-help.el (calc-full-help): Remove email address.
21505
21506 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
21507
21508 * help-fns.el (help-with-tutorial): Delete title line.
21509
21510 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21511
21512 * calendar/cal-x.el (calendar-one-frame-setup)
21513 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
21514 rather than `symbol' for set-window-dedicated-p.
21515
21516 * calendar/appt.el (appt-buffer-name): Make it a constant.
21517 (appt-add): Doc fix.
21518
21519 * filesets.el (filesets-menu-path, filesets-menu-before)
21520 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
21521 (filesets-menu-cache-file): Use directory ~/.emacs.d.
21522 (filesets-add-submenu): Delete and use add-submenu instead.
21523
21524 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
21525
21526 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
21527 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
21528 (org-diary-default-entry): New function.
21529 (org-get-entries-from-diary): Better parsing of diary entries.
21530 (org-agenda-check-no-diary): New function.
21531 ("diary-lib"): Advice to function `add-to-diary-list', to allow
21532 linking to diary entries.
21533 (org-agenda-execute-calendar-command): New function.
21534 (org-agenda): Improve visible section in window.
21535 Use `org-fit-agenda-window'.
21536 (org-fit-agenda-window): New option.
21537 (org-move-subtree-down): Better handling of empty lines
21538 at end of subtree.
21539 (org-cycle): Numeric prefix is interpreted now as show-subtree N
21540 levels up.
21541 (org-fontify-done-headline): New option.
21542 (org-headline-done-face): New face.
21543 (org-set-font-lock-defaults): Use `org-headline-done-face'.
21544 (org-table-copy-down): Rename from `org-table-copy-from-above'.
21545 When current field is non-empty, it is copied to next row.
21546 (org-table-copy-from-above): Fix bug which made it
21547 impossible to copy fields containing only a single non-white character.
21548
21549 2005-03-30 Kim F. Storm <storm@cua.dk>
21550
21551 * kmacro.el (kmacro-end-macro): Isearch may store this command
21552 into the macro -- so ignore it when executing keyboard macro.
21553
21554 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21555
21556 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
21557
21558 2005-03-29 Kenichi Handa <handa@m17n.org>
21559
21560 * language/thai.el ("Thai"): Set setup-function and exit-function
21561 for Thai language environment.
21562
21563 * language/thai-util.el: Require thai-word.
21564 (thai-word-mode-map): New variable.
21565 (thai-word-mode): New minor mode.
21566 (setup-thai-language-environment-internal): New function.
21567 (exit-thai-language-environment-internal): New function.
21568
21569 * language/thai-word.el (thai-word-table): Declare it by defvar,
21570 use dolist to initialize it.
21571 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
21572 (thai-fill-find-break-point): New functions.
21573
21574 2005-03-29 Richard M. Stallman <rms@gnu.org>
21575
21576 * simple.el (idle-update-delay): Move definition up.
21577 (set-mark): Doc fix.
21578
21579 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
21580
21581 * longlines.el: New file.
21582
21583 * simple.el (buffer-substring-filters): New variable.
21584 (filter-buffer-substring): New function.
21585 (kill-region, copy-region-as-kill): Use it.
21586
21587 * register.el (copy-to-register, append-to-register)
21588 (prepend-to-register): Use filter-buffer-substring.
21589
21590 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21591
21592 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
21593 (gud-filter-pending-text): Move in front of gdb.
21594 (gud-overlay-arrow-position): New variable.
21595 (gud-sentinel, gud-display-line): Use it in place of
21596 overlay-arrow-position.
21597
21598 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
21599
21600 * progmodes/fortran.el (fortran-if-indent): Doc fix.
21601 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
21602 (fortran-font-lock-keywords-4): New variable.
21603 (fortran-blocks-re, fortran-end-block-re)
21604 (fortran-start-block-re): New constants, for hideshow.
21605 (hs-special-modes-alist): Add a Fortran entry.
21606 (fortran-mode-map): Bind fortran-end-of-block,
21607 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
21608 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
21609 (fortran-looking-at-if-then, fortran-end-of-block)
21610 (fortran-beginning-of-block): New functions, for hideshow.
21611
21612 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
21613 Doc fix. Tweak regexp.
21614 (f90-beginning-of-block): Push mark first.
21615
21616 2005-03-29 Jay Belanger <belanger@truman.edu>
21617
21618 * calc/calc.el: Update copyright date.
21619 (calc-version): Increase to 2.1.
21620 (calc-version-date): Remove.
21621
21622 * calc/calc-help.el: Update copyright date.
21623 (calc-full-help): Remove reference to calc-version-date.
21624 Update copyright date.
21625
21626 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21627
21628 * vc.el (vc-do-command): Use a pipe for async processes, so password
21629 prompts don't show up at places where the user can't reply.
21630
21631 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21632
21633 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
21634 on the file name we pass to the inferior shell.
21635
21636 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21637
21638 * progmodes/which-func.el (which-function): Be robust in the face of an
21639 imenu--make-index-alist failure.
21640
21641 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21642
21643 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
21644
21645 * progmodes/python.el (python-preoutput-filter): Fix last change.
21646
21647 2005-03-29 Lute Kamstra <lute@gnu.org>
21648
21649 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
21650 functions and compiled macros.
21651 (debug-convert-byte-code): Handle macros too.
21652 (debug-on-entry-1): Don't signal an error when trying to clear a
21653 function that is not set to debug on entry.
21654
21655 2005-03-29 Jay Belanger <belanger@truman.edu>
21656
21657 * calc/calc-lang.el: Add functions to math-function-table
21658 properties of tex and math.
21659
21660 2005-03-29 Kenichi Handa <handa@m17n.org>
21661
21662 * ps-mule.el (ps-mule-plot-string): Translate characters by
21663 ps-print-translation-table.
21664 (ps-mule-begin-job): Call find-charset-region/string with
21665 ps-print-translation-table.
21666 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
21667
21668 * ps-print.el (ps-print-translation-table): New variable.
21669 (ps-plot-region): Translate characters by ps-print-translation-table.
21670
21671 2005-03-29 Juri Linkov <juri@jurta.org>
21672
21673 * simple.el (next-error-highlight-timer): New variable.
21674
21675 * progmodes/compile.el (compilation-goto-locus):
21676 Use `next-error-highlight-timer' instead of `sit-for'.
21677
21678 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21679
21680 * mail/supercite.el (sc-mail-field): Use assoc-string.
21681 (sc-get-address): Simplify regexps.
21682
21683 * files.el (minibuffer-with-setup-hook): New macro.
21684 (find-file-read-args): Use it to avoid let-binding
21685 minibuffer-with-setup-hook (which breaks turning on/off
21686 file-name-shadow-mode while in the prompt).
21687
21688 * complete.el (PC-read-include-file-name-internal):
21689 Use test-completion.
21690
21691 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
21692
21693 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
21694
21695 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21696
21697 * window.el (window-buffer-height): Use count-screen-lines.
21698
21699 * progmodes/python.el (python-preoutput-leftover): New var.
21700 (python-preoutput-filter): Use it.
21701 (python-send-receive): Loop until all the result has been received.
21702
21703 2005-03-28 Juri Linkov <juri@jurta.org>
21704
21705 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
21706
21707 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
21708 "Recover Crashed Session".
21709 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
21710 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
21711 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
21712 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
21713 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
21714 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
21715 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
21716 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
21717
21718 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
21719 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
21720 Ediff Sessions", "Toggle use of separate control buffer frame",
21721 "Use separate frame for Ediff control buffer".
21722
21723 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
21724 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
21725 "Rename Bookmark", "Delete Bookmark".
21726
21727 * info.el (Info-mode-menu): Remove ellipsis from "Index".
21728 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
21729 Add `:active Info-index-alternatives' to "Next Matching Item".
21730
21731 * wdired.el (wdired-change-to-wdired-mode):
21732 Mention `wdired-abort-changes' key in the initial message.
21733
21734 * international/mule.el (auto-coding-alist): Associate non-ascii
21735 image filename extensions with `no-conversion'.
21736
21737 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
21738
21739 * international/iso-acc.el:
21740 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
21741
21742 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
21743
21744 * textmodes/sgml-mode.el (html-mode): Doc update.
21745
21746 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
21747
21748 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
21749
21750 * term.el (term-move-columns): Fix face after extending a line.
21751 (term-insert-spaces): Likewise.
21752 (term-reset-terminal): Fix off by one error.
21753
21754 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21755
21756 * international/mule.el (auto-coding-alist): Add .xpi files.
21757
21758 * files.el (auto-mode-alist): Add .xpi files.
21759
21760 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
21761
21762 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
21763
21764 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21765
21766 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
21767
21768 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21769
21770 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
21771 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
21772
21773 * calendar/cal-move.el (calendar-beginning-of-year): Move the
21774 cursor to Jan 1 when needed.
21775 (calendar-end-of-year): Fix -/+ typo.
21776 Reported by Chong Yidong <cyd@stupidchicken.com>.
21777
21778 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
21779
21780 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
21781
21782 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
21783 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
21784
21785 2005-03-25 Richard M. Stallman <rms@gnu.org>
21786
21787 * filesets.el (filesets-init): Add autoload.
21788
21789 * mail/mailalias.el (mail-directory): Doc fix.
21790
21791 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21792
21793 * mail/mailalias.el (mail-directory-process): Do nothing if
21794 mail-directory-process is an atom.
21795 (mail-get-names): Ignore mail-directory-names if it is an atom.
21796 (mail-directory-process defvar): Doc fix.
21797 (mail-names): Doc fix.
21798
21799 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
21800
21801 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
21802
21803 2005-03-26 Kenichi Handa <handa@m17n.org>
21804
21805 * international/mule-util.el (detect-coding-with-priority):
21806 Call update-coding-systems-internal before detect-coding-region.
21807
21808 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
21809
21810 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
21811 (gdb-frames-mode-map): Add follow-link property.
21812
21813 2005-03-25 Jay Belanger <belanger@truman.edu>
21814
21815 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
21816 for variables.
21817
21818 2005-03-25 Juri Linkov <juri@jurta.org>
21819
21820 * image-mode.el: Optimize image filename extension regexps in
21821 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
21822 in `auto-mode-alist'.
21823 (image-mode): Add `image-toggle-display-text' to local hook
21824 `change-major-mode-hook'. Display the image as an image by
21825 default. Set `cursor-type' and `truncate-lines' if the image
21826 is already displayed. Take into account the current mode (image
21827 or text) in message.
21828 (image-minor-mode): New minor mode.
21829 (image-mode-maybe, image-toggle-display-text): New functions.
21830 (image-toggle-display): Use called-interactively-p.
21831 Let-bind `inhibit-read-only' to t.
21832
21833 * image-mode.el (image-minor-mode): Set `cursor-type' and
21834 `truncate-lines' if the image is already displayed. Add turning
21835 image-minor-mode off to `change-major-mode-hook'. Add message.
21836 Call `image-toggle-display-text' after turning image-minor-mode off.
21837
21838 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
21839
21840 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
21841 Terminal.app, use utf-8.
21842 (set-display-table-and-terminal-coding-system): Add coding-system arg.
21843 (set-locale-environment): Use it.
21844
21845 * term/xterm.el: Undo last change, better done in mule-cmds.el.
21846
21847 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
21848
21849 * progmodes/python.el (python-close-block-statement-p)
21850 (python-outdent-p, python-current-defun): Use symbol-end.
21851
21852 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21853
21854 * files.el (save-some-buffers): Doc fix.
21855
21856 2005-03-25 Werner Lemberg <wl@gnu.org>
21857
21858 * complete.el, thumbs.el: Replace `legal' with `valid'.
21859 * calendar/calendar.el: Replace `legal' with `valid'.
21860 * emacs-lisp/advice.el: Replace `legal' with `valid'.
21861 * mail/supercite.el: Replace `legal' with `valid'.
21862 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
21863 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
21864 Replace `legal' with `valid'.
21865 * textmodes/reftex-vars.el, textmodes/reftex.el:
21866 Replace `legal' with `valid'.
21867
21868 2005-03-25 Werner Lemberg <wl@gnu.org>
21869
21870 * calc/calc-forms.el, calc/calc-sel.el
21871 * midnight.el, vc-cvs.el
21872 * emacs-lisp/cl-macs.el
21873 * emulation/vip.el
21874 * eshell/esh-io.el, eshell/esh-var.el
21875 * mail/supercite.el
21876 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
21877 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
21878 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
21879 * progmodes/sh-script.el, progmodes/xscheme.el
21880 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
21881 * textmodes/reftex-index.el, textmodes/reftex-parse.el
21882 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
21883 * textmodes/reftex.el, textmodes/org.el:
21884 Replace `illegal' with `invalid'.
21885
21886 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21887
21888 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
21889 (flymake-find-buildfile, flymake-find-possible-master-files)
21890 (flymake-check-include, flymake-parse-line): Replace loops over the
21891 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
21892
21893 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
21894 Substitute file-name-as-directory in the rest of the file.
21895 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
21896 (flymake-replace-region): Remove unused arg `buffer'.
21897 (flymake-check-patch-master-file-buffer): Update calls to it.
21898 (flymake-add-err-info): Remove unused var `count'.
21899 (flymake-mode): Use define-minor-mode.
21900
21901 * progmodes/flymake.el: Use with-current-buffer.
21902 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
21903 flymake-replace-regexp-in-string, flymake-line-beginning-position)
21904 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
21905 Avoid testing for `xemacs'.
21906 (flymake-nop): Move.
21907 (flymake-region-has-flymake-overlays): Return the computed value.
21908 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
21909 Remove unused var `endline'.
21910 (flymake-get-line-count): Remove unused function.
21911 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
21912
21913 * emulation/vi.el:
21914 * generic.el:
21915 * hilit-chg.el (global-highlight-changes):
21916 * hi-lock.el (hi-lock-mode):
21917 * follow.el: find-file-hooks -> find-file-hook.
21918
21919 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
21920
21921 2005-03-24 Juri Linkov <juri@jurta.org>
21922
21923 * dired.el (dired-mode-map): Add menu item "Compare directories"
21924 for dired-compare-directories.
21925
21926 * dired-aux.el (dired-compare-directories): Add autoload cookie.
21927 Doc fix. Replace `read-file-name' with `read-directory-name'.
21928
21929 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21930
21931 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
21932
21933 2005-03-24 Jay Belanger <belanger@truman.edu>
21934
21935 * calc/calc-embed.el (calc-embedded-mode-change): Save all
21936 relevant mode settings in calc-embedded-original-modes when modes
21937 are permanently changed.
21938
21939 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21940
21941 * autoinsert.el: find-file-hooks -> find-file-hook.
21942
21943 2005-03-24 Lute Kamstra <lute@gnu.org>
21944
21945 * generic.el (generic-font-lock-defaults): Make it obsolete.
21946 (generic-font-lock-keywords): New variable to replace
21947 generic-font-lock-defaults.
21948 (generic-mode-set-font-lock): Delete it.
21949 (generic-mode-internal): Don't call generic-mode-set-font-lock.
21950 (generic-bracket-support): Add docstring.
21951
21952 * generic-x.el: Rename generic-font-lock-defaults to
21953 generic-font-lock-keywords throughout.
21954 (mailagent-rules-setup-function): Delete it.
21955 (mailagent-rules-generic-mode): Use anonymous function instead.
21956 (show-tabs-generic-mode-font-lock-defaults-1)
21957 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
21958 Quote faces.
21959 (show-tabs-tab-face, show-tabs-space-face): Specify background,
21960 not foreground.
21961
21962 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
21963 Recognize define-generic-mode.
21964
21965 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
21966
21967 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
21968 if there's no completion table.
21969
21970 2005-03-23 Miles Bader <miles@gnu.org>
21971
21972 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21973 Remove tty-specific variants, as they're no longer needed.
21974
21975 2005-03-23 Lute Kamstra <lute@gnu.org>
21976
21977 * generic-x.el: Code cleanup: make args constant whenever possible.
21978 (installshield-statement-keyword-list)
21979 (installshield-system-functions-list)
21980 (installshield-system-variables-list, installshield-types-list)
21981 (installshield-funarg-constants-list): Make them constants.
21982
21983 * generic.el (generic-make-keywords-list): Add autoload cookie.
21984
21985 * calendar/time-date.el: Add comment on time value formats.
21986 Don't require parse-time.
21987 (with-decoded-time-value): New macro.
21988 (encode-time-value): New function.
21989 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21990 (days-to-time): Return a valid time value when arg is huge.
21991 (time-since): Use time-subtract.
21992 (time-to-number-of-days): Use time-to-seconds.
21993
21994 2005-03-23 David Ponce <david@dponce.com>
21995
21996 * recentf.el (recentf-keep): New option.
21997 (recentf-menu-action): Default to `find-file'.
21998 (recentf-keep-non-readable-files-flag)
21999 (recentf-keep-non-readable-files-p)
22000 (recentf-file-readable-p, recentf-find-file)
22001 (recentf-cleanup-remote): Remove.
22002 (recentf-include-p): More robust.
22003 (recentf-keep-p): New function.
22004 (recentf-remove-if-non-kept): Rename from
22005 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22006 All callers updated.
22007 (recentf-menu-items-for-commands): Fix help string.
22008 (recentf-track-closed-file): Update. Doc fix.
22009 (recentf-cleanup): Update. Count removed files. Doc fix.
22010
22011 2005-03-23 Kim F. Storm <storm@cua.dk>
22012
22013 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22014 Don't inherit from fringe face (now happens automatically).
22015
22016 2005-03-22 Kim F. Storm <storm@cua.dk>
22017
22018 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22019 position values.
22020
22021 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22022
22023 * menu-bar.el (showhide-date-time): Remove.
22024 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22025 (menu-bar-make-mm-toggle): Simplify.
22026
22027 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22028
22029 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22030 Accept qualified variable and function names.
22031
22032 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22033
22034 * bindings.el (completion-ignored-extensions):
22035 Remove ".lis" for `vax-vms'.
22036
22037 2005-03-22 Andreas Schwab <schwab@suse.de>
22038
22039 * generic-x.el: Revert last change.
22040 * ldefs-boot.el: Update.
22041
22042 2005-03-22 Jay Belanger <belanger@truman.edu>
22043
22044 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22045 (calc-embedded-save-original-modes)
22046 (calc-embedded-restore-original-modes): New functions.
22047 (calc-do-embedded): Save original modes when entering embedded mode
22048 and restore when leaving embedded mode.
22049 (calc-embedded-modes-change): Change the value of
22050 calc-embedded-original-modes to reflect permanent changes.
22051
22052 2005-03-22 Lute Kamstra <lute@gnu.org>
22053
22054 * generic-x.el: Require generic again.
22055
22056 2005-03-22 Miles Bader <miles@gnu.org>
22057
22058 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22059 Tweak details to look good on both ttys and bitmap displays, light
22060 or dark background, etc.
22061
22062 2005-03-21 Kim F. Storm <storm@cua.dk>
22063
22064 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22065 mouse position.
22066
22067 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22068
22069 * icomplete.el: Don't forcibly turn on the mode upon load.
22070 (icomplete-mode): Use define-minor-mode.
22071 (icomplete-eoinput): Default to nil.
22072 (icomplete-minibuffer-setup): Remove autoload.
22073 (icomplete-tidy): Simplify.
22074 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22075 in the initial state or if the user has modified the field.
22076 Fix handling of icomplete-max-delay-chars.
22077 Remove code that handles the oddball case where
22078 minibuffer-completion-table is an integer.
22079 Wrap icomplete-completions in while-no-input in case building
22080 completions takes more time than expected.
22081 (icomplete-completions): Simplify.
22082
22083 2005-03-21 Richard M. Stallman <rms@gnu.org>
22084
22085 * jka-compr.el (jka-compr-really-do-compress):
22086 Make variable buffer-local.
22087
22088 * image-mode.el: Handle .xpm files too.
22089 (image-toggle-display): Preserve modification flag.
22090
22091 * help.el (where-is): Don't mention aliases with no key bindings.
22092
22093 2005-03-21 Lute Kamstra <lute@gnu.org>
22094
22095 * generic.el: Fix commentary section. Don't require cl for
22096 compilation.
22097 (generic-mode-list): Add autoload cookie.
22098 (generic-use-find-file-hook, generic-lines-to-scan)
22099 (generic-find-file-regexp, generic-ignore-files-regexp)
22100 (generic-mode, generic-mode-find-file-hook)
22101 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22102 (define-generic-mode): Make it a defmacro. Fix docstring.
22103 (generic-mode-internal): Code cleanup. Add autoload cookie.
22104 (generic-mode-set-comments): Code cleanup.
22105 * generic-x.el: Don't prevent compilation. Don't require generic.
22106 Follow coding conventions. Minor code cleanup.
22107 (etc-fstab-generic-mode): Add some keywords.
22108 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22109 define-generic-mode like a function declaration.
22110
22111 2005-03-21 Jay Belanger <belanger@truman.edu>
22112
22113 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22114 changing modes.
22115
22116 2005-03-21 Sam Steingold <sds@gnu.org>
22117
22118 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22119
22120 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22121
22122 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22123 Add underscore to "f$ lexicals" regexp.
22124
22125 2005-03-20 Juri Linkov <juri@jurta.org>
22126
22127 * subr.el (progress-reporter-do-update): When `min-value' is equal
22128 to `max-value', set `percentage' to 0 and prevent division by zero.
22129
22130 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22131
22132 Sync with Tramp 2.0.48.
22133
22134 * net/tramp.el (all): Change all addresses to .gnu.org.
22135 (tramp-append-tramp-buffers): New defun.
22136 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22137 Catch `dont-send' signal.
22138 (tramp-set-auto-save-file-modes): Set always permissions, because
22139 there might be an old auto-saved file belonging to another
22140 original file. This could be a security threat. Reported by
22141 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22142 Check for Emacs 21.3.50 removed.
22143
22144 * net/tramp-smb.el (all): Remove debug construct for
22145 `with-parsed-tramp-file-name'.
22146 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22147 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22148 No error message if DIRECTORY or FILENAME doesn't exist.
22149 (tramp-smb-open-connection): Check existence of
22150 `tramp-smb-program'.
22151
22152 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22153
22154 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22155 Properly handle the case where the `m' or `s' command's argument is not
22156 yet terminated.
22157 (perl-indent-new-calculate): New function.
22158 (perl-indent-line): Use it.
22159
22160 2005-03-20 Miles Bader <miles@gnu.org>
22161
22162 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22163 in text-mode too. Change to new face names.
22164 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22165 Add `:weight bold' attribute.
22166 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22167
22168 2005-03-19 Juri Linkov <juri@jurta.org>
22169
22170 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
22171
22172 * international/mule.el (auto-coding-alist): Sync with
22173 `auto-mode-alist' by adding upper case archive file extensions
22174 and adding ear/war to jar extension.
22175
22176 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
22177
22178 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22179 running, restart it.
22180
22181 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
22182
22183 * finder.el (finder-current-item): Throw an error on an empty line.
22184
22185 * man.el (Man-follow-manual-reference): If current-word returns
22186 nil, use "".
22187
22188 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
22189
22190 * simple.el (goto-line): Doc fix.
22191
22192 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
22193
22194 * files.el (save-buffer): Doc fix.
22195
22196 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
22197
22198 * recentf.el (recentf-cleanup-remote): New variable.
22199 (recentf-cleanup): Use it to conditionally check availability of
22200 remote files.
22201
22202 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
22203
22204 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22205 function names.
22206
22207 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22208
22209 * language/thai-word.el: New file.
22210
22211 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22212
22213 * files.el (backup-buffer): If the file's directory is not
22214 writable, use copy instead of move to backup the file.
22215
22216 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22217
22218 * obsolete/keyswap.el: Moved to obsolete/ from term/.
22219
22220 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22221
22222 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22223 Use functionp instead of symbolp and fboundp. Reported by Drkm
22224 <darkman_spam@yahoo.fr>.
22225 (ps-print-version): New version 6.6.6.
22226
22227 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
22228
22229 * textmodes/table.el (table--line-column-position): New idiom.
22230 (table--row-column-insertion-point-p): New function to test
22231 validity of row and column insertion operation at a location.
22232 (table-global-menu, table-cell-menu): Use above functions for
22233 deterministic test operation.
22234 (table--editable-cell-p): Behave in deterministic fashion.
22235
22236 2005-03-18 Juri Linkov <juri@jurta.org>
22237
22238 * isearch.el (isearch-lazy-highlight-new-loop):
22239 Make arguments beg and end optional.
22240 (isearch-update): Remove optional arguments nil from
22241 isearch-lazy-highlight-new-loop.
22242 (isearch-lazy-highlight-search): Let-bind case-fold-search to
22243 isearch-lazy-highlight-case-fold-search instead of
22244 isearch-case-fold-search, and let-bind isearch-regexp to
22245 isearch-lazy-highlight-regexp.
22246 Use isearch-lazy-highlight-last-string instead of isearch-string.
22247
22248 * replace.el (perform-replace): Remove bindings of global
22249 variables isearch-string, isearch-regexp, isearch-case-fold-search.
22250 Add three new arguments to `replace-highlight'.
22251 (replace-highlight): Add arguments string, regexp, case-fold.
22252 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22253 to allow isearch-lazy-highlight-new-loop to use these values
22254 to set corresponding isearch-lazy-highlight-* internal
22255 variables whose values lazy highlighting will use regardless of
22256 changes to global variables isearch-string, isearch-regexp,
22257 isearch-case-fold-search during lazy highlighting loop.
22258 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22259 to `lazy-highlight-cleanup'.
22260
22261 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22262 (ispell-highlight-face): Set default face to `isearch' when
22263 lazy highlighting is enabled.
22264 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22265 priority to 1. Add lazy highlighting.
22266 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22267 from `isearch-dehighlight'.
22268
22269 2005-03-18 David Ponce <david@dponce.com>
22270
22271 * files.el (hack-local-variables): Do a case-insensitive search
22272 for End.
22273
22274 2005-03-18 Juri Linkov <juri@jurta.org>
22275
22276 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22277 `isearch-lazy-highlight-cleanup', add alias to old name and
22278 declare obsolete. Add release numbers to other obsolete vars.
22279 (isearch-done, isearch-lazy-highlight-new-loop):
22280 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22281 (lazy-highlight-cleanup) <variable>: Doc fix.
22282 (isearch-lazy-highlight-update): Rename obsolete
22283 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22284
22285 2005-03-18 Kenichi Handa <handa@m17n.org>
22286
22287 * language/thai-util.el: Fix categorization of Thai characters in
22288 thai-category-table.
22289 (thai-composition-pattern): Adjust it for the above change.
22290 (thai-self-insert-command, thai-compose-syllable): New functions.
22291 (thai-compose-region): Use thai-compose-syllable.
22292 (thai-compose-string): Likewise.
22293 (thai-composition-function): Likewise.
22294 (thai-auto-composition): New function.
22295 (thai-auto-composition-mode): New minor mode.
22296
22297 * language/thai.el: Fix patterns to be registered in
22298 composition-function-table.
22299
22300 * international/quail.el (quail-input-method): Locally bind
22301 inhibit-modification-hooks to t.
22302
22303 2005-03-17 Richard M. Stallman <rms@gnu.org>
22304
22305 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22306 (perl-mode): Use run-mode-hooks.
22307
22308 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22309 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22310 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22311
22312 * mail/sendmail.el (sendmail-send-it): Reenable the code
22313 to compute resend-to-address and use it.
22314
22315 * tar-mode.el (tar-mode): Turn off undo unconditionally.
22316
22317 * image-mode.el: New file.
22318
22319 * image.el (insert-sliced-image): Add autoload cookie.
22320
22321 * font-lock.el (font-lock-lines-before): New user option.
22322 (font-lock-after-change-function): Obey it.
22323
22324 * bindings.el (esc-map): Make M-g a prefix.
22325 Bind M-g g and M-g M-g to goto-line.
22326
22327 * faces.el (face-id): Doc fix.
22328
22329 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22330
22331 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22332 (rmail-show-message): Use rmail-unknown-mail-followup-to.
22333 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22334
22335 * mail/sendmail.el (mail-yank-ignored-headers)
22336 (mail-font-lock-keywords, mail-mode-fill-paragraph):
22337 Add Mail-Followup-To and Mail-Reply-To headers.
22338 (mail-citation-hook): Add autoload cookie.
22339 (mail-mode): Doc fix.
22340 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22341 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22342 (mail-mode-fill-paragraph): Handle those headers.
22343 (mail-mailing-lists): New variable.
22344 (mail-mail-reply-to, mail-mail-followup-to): New functions.
22345
22346 2005-03-17 Juri Linkov <juri@jurta.org>
22347
22348 * isearch.el (isearch-fallback): Check for `(car previous)'
22349 before calling `isearch-other-end-state'.
22350
22351 2005-03-17 Kim F. Storm <storm@cua.dk>
22352
22353 * simple.el (move-beginning-of-line): Move to beginning of buffer
22354 line, as well as beginning of screen line.
22355
22356 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
22357
22358 * calendar/diary-lib.el (mark-diary-entries): Use new optional
22359 argument REDRAW rather than calendar-redrawing variable.
22360 * calendar/calendar.el (calendar-redrawing): Delete.
22361 (redraw-calendar): Do not bind calendar-redrawing.
22362
22363 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
22364
22365 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22366 diary-file buffer.
22367
22368 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
22369
22370 * help.el (describe-mode): Allow a :minor-mode-function property to
22371 specify a different minor mode toggle function than the variable.
22372 * simple.el (auto-fill-function):
22373 * subr.el (add-minor-mode): Use it.
22374
22375 2005-03-16 Kenichi Handa <handa@m17n.org>
22376
22377 * language/ethio-util.el (sera-being-called-by-w3): New variable.
22378 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22379 (ethio-fidel-to-sera-buffer): Likewise.
22380
22381 2005-03-16 Juri Linkov <juri@jurta.org>
22382
22383 * emacs-lisp/find-func.el (find-function-regexp):
22384 Add defun-emitting macro `menu-bar-make-toggle'.
22385
22386 * isearch.el: Put `isearch-scroll' property to
22387 `split-window-horizontally'.
22388
22389 * info.el: Update error messages for `debug-ignored-errors'.
22390 (Info-isearch-search): Doc fix.
22391 (Info-find-node): Move up code to go into info buffer before
22392 recording the node to the history.
22393 (Info-fontify-node): Fontify titles only if the next line
22394 has two or more `*', `=', `-', `.'.
22395 Display "go to this node" for empty (match-string 3).
22396
22397 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22398
22399 * term/mac-win.el: Add mouse pointer shape constants.
22400
22401 2005-03-15 Kim F. Storm <storm@cua.dk>
22402
22403 * simple.el (move-beginning-of-line): Use vertical-motion.
22404
22405 2005-03-15 Juri Linkov <juri@jurta.org>
22406
22407 * isearch.el (isearch-error): New variable.
22408 (isearch-invalid-regexp, isearch-within-brackets): Remove.
22409 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22410 (isearch-within-brackets-state): Remove.
22411 (isearch-case-fold-search-state, isearch-pop-fun-state):
22412 Decrease frame index.
22413 (isearch-mode, isearch-top-state, isearch-push-state)
22414 (isearch-edit-string, isearch-abort, isearch-search-and-update)
22415 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22416 (isearch-search, isearch-lazy-highlight-new-loop):
22417 Replace `isearch-invalid-regexp' with `isearch-error'.
22418 Remove `isearch-within-brackets'.
22419 (isearch-search): Add `search-failed' handler to `condition-case'.
22420 (isearch-lazy-highlight-search): Add `condition-case' to catch
22421 errors and allow `isearch-lazy-highlight-update' to try
22422 highlighting from the beginning of the window.
22423 (isearch-repeat): Move up code to set isearch-wrapped to t
22424 before calling isearch-wrap-function.
22425
22426 * info.el (Info-isearch-initial-node): New internal variable.
22427 (Info-search): Signal an error in isearch mode when search leaves
22428 the initial node. Signal an error when `bound' is non-nil and
22429 nothing was found in the current subfile.
22430 (Info-isearch-search): Remove `condition-case'.
22431 (Info-isearch-wrap): Don't wrap when search failed during leaving
22432 the initial node. If `Info-isearch-search' is nil, wrap around
22433 the current node.
22434 (Info-isearch-start): New fun.
22435 (Info-mode): Add buffer-local hook `Info-isearch-start' to
22436 `isearch-mode-hook'.
22437
22438 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22439
22440 * simple.el (normal-erase-is-backspace): Set default to t if
22441 running on Mac.
22442
22443 * term/mac-win.el (function-key-map): Sync with x-win.el.
22444
22445 2005-03-15 Kenichi Handa <handa@m17n.org>
22446
22447 * international/mule-cmds.el (locale-language-names): Modify the
22448 format of elements and add more entries.
22449 (locale-preferred-coding-systems): Add more entries.
22450 (set-locale-environment): Adjust for the change of
22451 locale-language-names.
22452
22453 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
22454
22455 * pcvs.el (smerge-ediff): Remove bogus autoload.
22456
22457 2005-03-14 Lute Kamstra <lute@gnu.org>
22458
22459 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22460 Ignore a `*' at the beginning of a line.
22461
22462 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22463 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22464 subr.el.
22465 (dont-compile, eval-when-compile, eval-and-compile): Use declare
22466 to specify indentation.
22467
22468 * generic.el (define-generic-mode): Let generic-mode-list be a
22469 list of strings; test membership with equal.
22470
22471 2005-03-14 Kim F. Storm <storm@cua.dk>
22472
22473 * simple.el (next-line, previous-line): Add optional try-vscroll
22474 arg to recognize interactive use. Pass it on to line-move.
22475 (line-move): Don't perform auto-window-vscroll when defining or
22476 executing keyboard macro to ensure consistent behavior.
22477
22478 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
22479
22480 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
22481
22482 2005-03-13 Lute Kamstra <lute@gnu.org>
22483
22484 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
22485 debugger-setup-buffer so that backtrace marks the frames set to
22486 debug-on-exit and we don't have to do it manually. Set an extra
22487 debug-on-exit for macro's.
22488 (debugger-setup-buffer): Don't mark the top frame manually.
22489
22490 2005-03-12 Lute Kamstra <lute@gnu.org>
22491
22492 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
22493 lisp-indent-function throughout.
22494 (with-no-warnings): Set lisp-indent-function property.
22495
22496 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
22497
22498 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
22499 Add entry for backslash.
22500
22501 2005-03-12 Juri Linkov <juri@jurta.org>
22502
22503 * info.el (Info-search): Four fixes for backward search.
22504
22505 2005-03-11 Jay Belanger <belanger@truman.edu>
22506
22507 * calc/calc.el (calc-language-alist): New variable.
22508 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
22509 (calc-embedded-find-modes): Use calc-language-alist instead of
22510 calc-embedded-language-alist.
22511
22512 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22513
22514 * calendar/calendar.el (calendar-redrawing): New internal
22515 variable.
22516 (redraw-calendar): Remove bogus save-excursion from previous
22517 change. Bind calendar-redrawing to t for mark-diary-entries.
22518 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
22519 calendar if that is why we were called.
22520
22521 2005-03-11 Kenichi Handa <handa@m17n.org>
22522
22523 * international/mule.el (make-coding-system): Set property
22524 coding-system-define-form to nil.
22525 (define-coding-system-alias): Likewise.
22526
22527 2005-03-11 Kenichi Handa <handa@m17n.org>
22528
22529 These changes are suggested by Dave Love <fx@gnu.org>.
22530
22531 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
22532 coding: tag.
22533 (adaptive-fill-regexp): Add more bullets.
22534 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
22535 regexps.
22536
22537 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
22538
22539 * help.el (describe-mode): Properly handle non-trivial lighters.
22540 Don't ignore minor modes that are not listed in minor-mode-list.
22541
22542 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
22543 feature ON when the user requests to turn it OFF.
22544
22545 2005-03-10 Lute Kamstra <lute@gnu.org>
22546
22547 * emacs-lisp/debug.el (debug-entry-code): Delete it.
22548 (implement-debug-on-entry): New function to replace debug-entry-code.
22549 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
22550 second argument as the 2005-03-07 change makes it obsolete.
22551 (debug-on-entry, cancel-debug-on-entry): Update call to
22552 debug-on-entry-1.
22553 (debug, debugger-setup-buffer): Comment update.
22554 (debugger-frame-number): Update to work with implement-debug-on-entry.
22555
22556 2005-03-10 Jay Belanger <belanger@truman.edu>
22557
22558 * calc/calc-embed.el (math-ms-args): Declare it.
22559 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
22560 math-ms-args.
22561 (calc-embedded-subst): Use math-multi-subst-rec to substitute
22562 variables.
22563
22564 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
22565
22566 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
22567 Use message-box.
22568
22569 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
22570 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
22571 (tooltip-gud-tips): Simplify.
22572 (tooltip-gud-tips-p): Remove superfluous :set.
22573 (tooltip-gud-modes): Add fortran-mode.
22574 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
22575
22576 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
22577
22578 2005-03-09 Kim F. Storm <storm@cua.dk>
22579
22580 * play/animate.el (animate-place-char): Use forward-line instead
22581 of next-line to improve performance.
22582
22583 2005-03-09 Simon Josefsson <jas@extundo.com>
22584
22585 * net/browse-url.el (browse-url-default-browser): Doc fix.
22586
22587 2005-03-09 Miles Bader <miles@gnu.org>
22588
22589 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
22590 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
22591
22592 2005-03-09 Kenichi Handa <handa@m17n.org>
22593
22594 * international/latin-1.el: Set case and syntax for 255 only if
22595 set-case-syntax-set-multibyte is nil.
22596
22597 * textmodes/ispell.el (ispell-insert-word): New function.
22598 (ispell-word): Use ispell-insert-word to insert a new word.
22599 (ispell-process-line): Likewise.
22600 (ispell-complete-word): Likewise.
22601
22602 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
22603
22604 * calendar/calendar.el (redraw-calendar): Preserve point.
22605 Reported by Matt Hodges <MPHodges@member.fsf.org>.
22606 (calendar-week-start-day): Move after definition of
22607 redraw-calendar. Delete buffer test, since redraw-calendar has
22608 that now.
22609
22610 * calendar/diary-lib.el (mark-diary-entries): Only call
22611 redraw-calendar in the first of any recursive calls.
22612 Reported by Alan Shutko <ats@acm.org>.
22613
22614 2005-03-08 Juri Linkov <juri@jurta.org>
22615
22616 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
22617 (html-horizontal-rule, html-line, html-image, html-checkboxes)
22618 (html-radio-buttons): Add a space before the trailing `/>' where
22619 sgml-xml-mode is non-nil.
22620 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
22621 the subsequent tag of the empty XML tag.
22622 (html-href-anchor): Don't set initial input to "http:".
22623 (html-image): Ask for the image URL and set point inside alt="".
22624 (html-name-anchor): Duplicate the name in the `id' attribute when
22625 sgml-xml-mode is non-nil.
22626 (html-paragraph): Remove \n before <p>.
22627 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
22628 instead of `checked' when sgml-xml-mode is non-nil.
22629
22630 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
22631 Remove 1 space before #RRGGBB to not truncate it on terminal
22632 windows w/o fringes. Remove 1 space between bg and fg examples
22633 to get more space.
22634 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
22635 avoid byte-compile warnings.
22636
22637 * image-file.el (image-file-handler): Put `safe-magic' property to
22638 `image-file-handler'.
22639
22640 * info.el (Info-isearch-search): Emulate word search in
22641 isearching through multiple Info nodes with Info-search.
22642 (Info-isearch-wrap): Allow isearch-word.
22643
22644 2005-03-08 Lute Kamstra <lute@gnu.org>
22645
22646 * emacs-lisp/debug.el (debugger-step-through): Make sure that
22647 stepping into the debugger's code is not possible.
22648 (debugger-jumping-flag): Docstring update.
22649
22650 2005-03-08 Jay Belanger <belanger@truman.edu>
22651
22652 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
22653 embedded mode begins.
22654 (calc-embedded-language-alist): New variable.
22655 (calc-embedded-find-modes): Use calc-embedded-language-alist to
22656 set default language mode.
22657
22658 2005-03-08 Kenichi Handa <handa@m17n.org>
22659
22660 * international/ccl.el (define-ccl-program): Fix docstring about
22661 extra 256 bytes assured for the output buffer.
22662
22663 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22664 Fix BUFFER_MAGNIFICATION to 2.
22665 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22666
22667 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
22668
22669 * align.el (align-rules-list): Added an alignment rule for CSS
22670 declarations (applies to css-mode and html-mode buffers).
22671
22672 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
22673
22674 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
22675
22676 2005-03-07 Kim F. Storm <storm@cua.dk>
22677
22678 * simple.el (move-beginning-of-line): New command.
22679
22680 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
22681
22682 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
22683
22684 * emulation/cua-base.el: Put CUA move property on move-end-of-line
22685 and move-beginning-of-line.
22686
22687 * apropos.el (apropos-print): Omit command from M-x ... RET.
22688
22689 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
22690
22691 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
22692 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
22693
22694 2005-03-06 Richard M. Stallman <rms@gnu.org>
22695
22696 * bindings.el (esc-map): Bind M-g to goto-line.
22697
22698 * facemenu.el (global-map): Bind M-o, not M-g.
22699
22700 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22701
22702 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
22703 "Open Directory" as for "Open File".
22704
22705 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
22706
22707 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
22708 (push-mark-command): Run activate-mark-hook.
22709
22710 2005-03-06 Richard M. Stallman <rms@gnu.org>
22711
22712 * help-mode.el (help-mode-finish): Don't alter the element
22713 in view-return-to-alist if there already is one.
22714
22715 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
22716 make sure the current buffer is the expected one.
22717
22718 * novice.el (disabled-command-function): Output in *Disabled Command*.
22719 Explicitly ignore non-keyboard events, and explicitly handle C-g.
22720
22721 * textmodes/flyspell.el (flyspell-large-region):
22722 Pass args differently for aspell.
22723
22724 * files.el (mode-require-final-newline): Doc fix.
22725
22726 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22727
22728 * progmodes/which-func.el (which-function):
22729 Specify NOERROR when calling imenu--make-index-alist.
22730
22731 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
22732
22733 * simple.el (normal-erase-is-backspace): Define default value.
22734
22735 * custom.el (custom-theme-set-variables): Remove unused var
22736 `immediate'.
22737 (custom-reevaluate-setting): Simple function to handle variables
22738 that are defined before their default value can really be
22739 computed.
22740
22741 * startup.el (command-line): Use it for temporary-file-directory,
22742 small-emporary-file-directory, auto-save-file-name-transforms,
22743 blink-cursor-mode, and normal-erase-is-backspace.
22744
22745 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
22746 progress, even with buggy anchored keywords.
22747
22748 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
22749
22750 * simple.el (goto-line): Remove unbalanced final parenthesis.
22751
22752 2005-03-05 Richard M. Stallman <rms@gnu.org>
22753
22754 * simple.el (goto-line): Use a number at point as the default.
22755 With C-u as arg, switch buffers.
22756
22757 2005-03-05 Juri Linkov <juri@jurta.org>
22758
22759 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
22760 with `no-blinking-cursor'.
22761
22762 * startup.el (no-blinking-cursor): New defvar.
22763 (command-line): Add `--no-blinking-cursor' to longopts.
22764 Set `no-blinking-cursor' to t for command line arguments
22765 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
22766 with `no-blinking-cursor' in the condition for calling
22767 `blink-cursor-mode'.
22768
22769 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
22770
22771 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
22772 (menu-bar-options-save): Add blink-cursor-mode.
22773 (menu-bar-options-menu): Add blink-cursor-mode.
22774
22775 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
22776
22777 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
22778 (icalendar-export-file, icalendar-export-region)
22779 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
22780 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
22781
22782 2005-03-04 Lute Kamstra <lute@gnu.org>
22783
22784 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
22785 (debug-function-list): Ditto.
22786
22787 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
22788
22789 * textmodes/texinfmt.el (texinfo-append-refill):
22790 Redefine the types of line to which @refill
22791 is not appended by replacing a search for `@refill\\|@bye' with
22792 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
22793 itemize@refill' bug and the unfilled long lines bug.
22794 (texinfmt-version): Update number and date.
22795
22796 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
22797
22798 * international/code-pages.el (windows-1250, windows-125[2-8])
22799 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
22800
22801 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
22802
22803 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
22804 bound yet.
22805
22806 2005-03-02 Romain Francoise <romain@orebokech.com>
22807
22808 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
22809 buffer after removing limits.
22810 (ibuffer-pop-filter): Ditto.
22811 Update copyright.
22812
22813 2005-03-02 Miles Bader <miles@gnu.org>
22814
22815 * button.el (make-text-button): If the user doesn't specify a
22816 type, use the default. Rewrite to use `add-text-properties' and
22817 plist functions.
22818
22819 2005-03-01 Lute Kamstra <lute@gnu.org>
22820
22821 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
22822 (debugger-jumping-flag): New var.
22823 (debug-entry-code): Use it.
22824 (debugger-jump): Use debugger-jumping-flag and add
22825 debugger-reenable to post-command-hook.
22826 (debugger-reenable): Use debugger-jumping-flag and remove itself
22827 from post-command-hook.
22828 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
22829 debugger-reenable.
22830
22831 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
22832
22833 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
22834 inclusion of "itemize\\|", which may be unnecessary, is certainly
22835 inelegant, and stops refilling in itemize lists when formatting
22836 Japanese Texinfo files to Info.
22837 Update copyright to 2005.
22838
22839 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
22840
22841 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
22842 of an error if GDB can't find the source file.
22843
22844 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22845
22846 * calendar/calendar.el (redraw-calendar): Work from any buffer,
22847 not just the calendar.
22848
22849 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
22850 first.
22851 (diary-redraw-calendar): New function.
22852 (make-diary-entry): Add diary-redraw-calendar to local
22853 write-contents-functions. Turn off selective display before
22854 inserting in diary.
22855
22856 2005-03-01 Kim F. Storm <storm@cua.dk>
22857
22858 * emacs-lisp/copyright.el (copyright-fix-years): New command.
22859
22860 2005-03-01 Lute Kamstra <lute@gnu.org>
22861
22862 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
22863 that debug-entry-code can be safely removed from a function while
22864 this code is being evaluated. Revert the 2005-02-27 change as the
22865 new implementation no longer requires it. Make sure that a
22866 function body containing just a string is not mistaken for a docstring.
22867 (debug): Skip one more frame in case of debug on entry.
22868 (debugger-setup-buffer): Delete one more frame line in case of
22869 debug on entry.
22870 (debugger-frame-number): Update to use the new text introduced by
22871 the 1999-11-03 change. Skip one more frame in case of debug on entry.
22872
22873 2005-02-28 Kim F. Storm <storm@cua.dk>
22874
22875 * double.el (double-translate-key): Call force-window-update after
22876 read-event to avoid crash in redisplay.
22877
22878 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
22879
22880 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
22881 (debug): Use it. Move the inhibit-trace earlier.
22882 (debug-entry-code): New const.
22883 (debug-on-entry-1): Use it.
22884
22885 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
22886
22887 * international/utf-16.el (ccl-encode-mule-utf-16le):
22888 Fix BUFFER_MAGNIFICATION to 2.
22889 (ccl-encode-mule-utf-16be): Likewise.
22890
22891 2005-02-28 Kenichi Handa <handa@m17n.org>
22892
22893 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22894 Fix BUFFER_MAGNIFICATION to 4.
22895 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22896
22897 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
22898
22899 * speedbar.el (speedbar-update-flag): Doc fix.
22900 (speedbar-show-info-under-mouse): Give set-mouse-position the right
22901 argument.
22902
22903 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
22904
22905 * reveal.el (reveal-post-command): Don't try to reveal overlays which
22906 have a non-nil `invisible' property but are actually visible.
22907
22908 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
22909 for perldoc sections.
22910 (perl-outline-regexp, perl-outline-level): New var and function.
22911 (perl-mode): Use them.
22912
22913 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
22914
22915 * calendar/diary-lib.el (diary-remind): Discard any mark portion
22916 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
22917
22918 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
22919
22920 * cus-edit.el: Comment change.
22921 (custom-buffer-create-internal): Slightly reword text at top of
22922 Custom buffers. Mention there that saving an option edits the
22923 init file. Add link to Emacs manual node on `custom-file'.
22924 (custom-magic-alist): Rewrite individual State messages to use
22925 capitalized keywords. Doc fix.
22926
22927 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
22928
22929 * calendar/calendar.el (calendar-buffer): Move above
22930 calendar-week-start-day.
22931 (calendar-week-start-day): Doc fix. Add :set function.
22932 (calendar-minimum-window-height): New variable.
22933 (generate-calendar-window): Only resize window if selected-window
22934 is displaying the calendar buffer. Use new variable
22935 calendar-minimum-window-height.
22936 (generate-calendar): Reword error message.
22937 (calendar-mode-map): Bind DEL to scroll-other-window-down.
22938
22939 2005-02-27 Andreas Schwab <schwab@suse.de>
22940
22941 * vc.el (vc-do-command): Don't run command asynchronously when
22942 operating in a remote directory.
22943
22944 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
22945 change from sync with Tramp 2.0.47.
22946
22947 2005-02-27 Richard M. Stallman <rms@gnu.org>
22948
22949 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
22950
22951 * textmodes/flyspell.el (flyspell-mode-on):
22952 Call ispell-change-dictionary only if necessary.
22953
22954 * emacs-lisp/re-builder.el (regexp-builder): New function.
22955
22956 * register.el (describe-register-1): Explicitly handle
22957 yank-excluded-properties = t.
22958
22959 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
22960 (custom-magic-alist): Change the status descriptions again.
22961 (face widget-type): Total rewrite based on `restricted-sexp'
22962 to eliminate the confusing double hiding levels.
22963
22964 * emacs-lisp/debug.el (debug-on-entry-1):
22965 If function body is empty, add nil as body form.
22966
22967 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
22968
22969 * emacs-lisp/trace.el (inhibit-trace): New var.
22970 (trace-make-advice): Use it.
22971
22972 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
22973
22974 2005-02-26 Kim F. Storm <storm@cua.dk>
22975
22976 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
22977 (mouse-on-link-p, mouse-drag-region-1): Use it.
22978
22979 2005-02-25 Lute Kamstra <lute@gnu.org>
22980
22981 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
22982
22983 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
22984
22985 * frame.el (blink-cursor-mode): Add :group keyword.
22986
22987 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
22988
22989 * calendar/icalendar.el (icalendar--decode-isodatetime):
22990 New optional argument DAY-SHIFT.
22991 (icalendar-export-region): Fix coding-system-for-write.
22992 (icalendar--convert-ical-to-diary): Shift end-day of all-day
22993 events by one.
22994
22995 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
22996
22997 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
22998
22999 2005-02-24 Kim F. Storm <storm@cua.dk>
23000
23001 * international/iso-acc.el (iso-accents-compose): Fix crash
23002 during redisplay. Call force-window-update after read-event
23003 and delete-region to signal that window is not accurate.
23004
23005 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23006
23007 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23008 Remove unused and inexistent var `inhibit-trace'.
23009 (debugger-mode): Use run-mode-hooks.
23010 (debugger-list-functions): Add buttons; setup xref stack.
23011
23012 2005-02-23 Richard M. Stallman <rms@gnu.org>
23013
23014 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23015 appointment says it was explicitly made.
23016 (appt-add): Set the 3rd element.
23017 (appt-make-list): Preserve explicit appointments.
23018
23019 * subr.el (find-tag-default): Catch errors in forward-sexp.
23020
23021 2005-02-23 Juri Linkov <juri@jurta.org>
23022
23023 * info.el (Info-isearch-search): New defcustom.
23024 (Info-isearch-search): Call the default isearch function
23025 when Info-isearch-search is nil.
23026 (Info-isearch-wrap): Use variable Info-isearch-search.
23027
23028 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23029
23030 * cus-edit.el: Comment change.
23031
23032 2005-02-22 Kim F. Storm <storm@cua.dk>
23033
23034 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23035 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23036
23037 2005-02-22 Simon Josefsson <jas@extundo.com>
23038
23039 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23040 New variable.
23041 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23042 Oskarsson" <myrkraverk@users.sourceforget.net>.
23043
23044 2005-02-22 Kim F. Storm <storm@cua.dk>
23045
23046 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23047 check that window of that event is the selected window.
23048 (mouse-drag-region-1): Compare mouse event window to selected
23049 window before setting point.
23050
23051 * tooltip.el (tooltip-show-help-function): Pass event to
23052 mouse-on-link-p so it can check selected window.
23053
23054 2005-02-22 Kenichi Handa <handa@m17n.org>
23055
23056 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23057 (ps-mule-show-warning): New function.
23058 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23059 characters are found.
23060
23061 * ps-print.el (ps-header-footer-string): Return a list of header
23062 and footer strings.
23063
23064 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23065
23066 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23067
23068 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23069
23070 * frame.el (blink-cursor-mode): Use define-minor-mode.
23071
23072 * term/mac-win.el (function-key-map): Use char-names more consistently.
23073 (file-name-coding-system): Only set it for MacOS-9. The other case is
23074 already handled in mule-cmds.el (where it also works when mac-win.el
23075 is not used).
23076
23077 2005-02-21 Kenichi Handa <handa@m17n.org>
23078
23079 * international/mule.el (ctext-pre-write-conversion): Always use
23080 " *code-converting-work*" buffer for work.
23081
23082 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23083
23084 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23085
23086 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23087
23088 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23089
23090 * ses.el (undo-more): Restore defadvice, but only the part that
23091 allows changes outside the restricted area of the buffer.
23092
23093 2005-02-20 Kim F. Storm <storm@cua.dk>
23094
23095 * simple.el (line-move): Add fourth optional arg try-vscroll which
23096 must be set to perform auto-window-vscroll.
23097 When moving backwards and doing auto-window-vscroll, automatically
23098 vscroll to the last part of lines which are taller than the window.
23099 (next-line, previous-line): Set try-vscroll arg on line-move.
23100
23101 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23102
23103 * replace.el (query-replace, query-replace-regexp)
23104 (replace-string, replace-regexp): When operating on region, make
23105 the minibuffer prompt say so.
23106
23107 * isearch.el (isearch-forward): Document isearch-query-replace and
23108 isearch-query-replace-regexp keybindings.
23109
23110 2005-02-19 Jay Belanger <belanger@truman.edu>
23111
23112 * calc/calc-aent.el (math-read-token): Add local variable.
23113
23114 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23115 (calc-edit-top): Move declaration to earlier in file.
23116 (calc-edit-macro-repeats): Add local variables.
23117
23118 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23119 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23120 calcFunc-tanh.
23121 Adjust integration rule for calcFunc-tan.
23122
23123 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23124
23125 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23126 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23127 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23128 (viper-skip-separators): Bug fix.
23129 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23130 particular major mode.
23131 (viper-del-backward-char-in-replace): Don't put deleted char on the
23132 kill ring.
23133
23134 * viper-ex.el (viper-color-display-p): New function.
23135 (viper-has-face-support-p): Use viper-color-display-p.
23136
23137 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23138
23139 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23140
23141 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23142 (viper-file-remote-p): Make equivalent to file-remote-p.
23143
23144 * viper.el (viper-major-mode-modifier-list):
23145 Use viper-gnus-modifier-map.
23146
23147 2005-02-19 David Kastrup <dak@gnu.org>
23148
23149 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23150 quoting.
23151
23152 2005-02-19 Jay Belanger <belanger@truman.edu>
23153
23154 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23155 Remove extra definitions.
23156 (calc-coth): New function.
23157 (calcFunc-cot): Fix `let'.
23158
23159 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23160
23161 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23162 the reasons we use "type pc" in these faces.
23163
23164 * button.el (button): Ditto.
23165
23166 2005-02-19 Michael Mauger <mmaug@yahoo.com>
23167
23168 * replace.el (query-replace-read-from): Set the value of
23169 query-replace-from-history-variable to handle the case of an empty
23170 string entered to accept the suggested default.
23171
23172 * net/tramp.el (tramp-file-name-for-operation):
23173 Use dired-call-process instead of dired-call-process-command.
23174
23175 2005-02-19 Jay Belanger <belanger@truman.edu>
23176
23177 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23178 (math-div-non-trig): New variables.
23179 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23180 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23181 (math-combine-prod, math-div-symb-fancy): Add simplifications for
23182 trig expressions.
23183
23184 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
23185
23186 * progmodes/gdb-ui.el (gdb-var-update-handler)
23187 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23188 for watch expressions,
23189 (gdb-var-create-handler): Don't set speedbar-update-flag.
23190 (gdb-post-prompt): Simplify test for speedbar.
23191
23192 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23193
23194 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23195 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23196 we use the syntax table of the correct buffer.
23197 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23198 Felix Gatzemeier.
23199
23200 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23201 (ediff-file-remote-p): Make synonymous with file-remote-p.
23202 In all deffaces ediff-*-face-*, use min-colors.
23203
23204 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23205 ediff-recurse-to-subdirectories.
23206 (ediff-mark-if-equal): Check that the arguments are strings, use
23207 ediff-same-contents (after to Felix Gatzemeier).
23208
23209 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23210 nil.
23211
23212 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23213
23214 * log-view.el (log-view-message-re): Fix up Subversion regexp.
23215
23216 2005-02-18 David Kastrup <dak@gnu.org>
23217
23218 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23219 use `mark-active' when defined.
23220
23221 2005-02-18 Kenichi Handa <handa@m17n.org>
23222
23223 * ps-print.el (ps-font-info-database): New entry
23224 ZapfChancery-MediumItalic with correct font name. Fix font name
23225 of the entry Zapf-Chancery-MediumItalic.
23226
23227 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
23228
23229 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23230
23231 2005-02-16 Kim F. Storm <storm@cua.dk>
23232
23233 * ido.el (ido-fallback-command): Pass user input to fallback command.
23234
23235 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
23236
23237 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23238 (gdb-find-file-hook): Add server prefix.
23239
23240 2005-02-16 Richard M. Stallman <rms@gnu.org>
23241
23242 * replace.el (perform-replace): Pass new args to replace-highlight.
23243 (replace-highlight): Take region args,
23244 and pass them to isearch-lazy-highlight-new-loop.
23245
23246 * novice.el (disabled-command-hook): Autoload the defalias
23247 and the make-obsolete-variable call.
23248
23249 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23250
23251 * isearch.el (isearch-lazy-highlight-start-limit)
23252 (isearch-lazy-highlight-end-limit): New variables limit
23253 the region for highlighting.
23254 (isearch-lazy-highlight-new-loop): New args BEG and END.
23255 (isearch-lazy-highlight-search): Use the new vars.
23256 (isearch-lazy-highlight-update): Likewise.
23257
23258 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23259
23260 * cus-start.el (all): Use default-boundp.
23261
23262 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
23263
23264 * menu-bar.el (menu-bar-select-frame): Handle current frame.
23265
23266 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
23267
23268 * autorevert.el (auto-revert-stop-on-user-input)
23269 (auto-revert-verbose): Doc fixes.
23270
23271 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
23272
23273 * international/mule-cmds.el (set-locale-environment): Remove call
23274 to set-selection-coding-system on Windows.
23275
23276 2005-02-15 Jay Belanger <belanger@truman.edu>
23277
23278 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23279 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23280 calcFunc-coth.
23281 (math-simplify-sqrt): Add simplifications.
23282
23283 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23284 to list.
23285
23286 * calc/calc-ext.el: Add functions to autoloads.
23287
23288 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23289 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23290 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23291 (math-csc-raw, math-cot-raw): New functions.
23292
23293 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23294
23295 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23296 the variable name in a message.
23297
23298 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23299 calcFunc-csc, calcFunc-cot.
23300
23301 * calc/calcalg2.el: Add derivative and integration rules for
23302 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23303 calcFunc-csch, calcFunc-coth.
23304 (math-do-integral-methods): Add to checks for when to use
23305 substitutions.
23306
23307 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23308
23309 2005-02-15 Lute Kamstra <lute@gnu.org>
23310
23311 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23312 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
23313 <monnier@iro.umontreal.ca>
23314 (lisp-outline-level): Improve efficiency. Suggested by David
23315 Kastrup <dak@gnu.org>.
23316
23317 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
23318
23319 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23320 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23321 (gdb-set-gud-minor-mode-existing-buffers): New functions.
23322 (gdb-find-file-hook): New hook. Add it to find-file-hook.
23323 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23324
23325 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
23326
23327 * cus-start.el (all): Comment change.
23328
23329 2005-02-14 Lute Kamstra <lute@gnu.org>
23330
23331 * cus-start.el (all): Check if symbol is void.
23332
23333 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
23334
23335 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23336 optional argument to \cite.
23337
23338 2005-02-14 Richard M. Stallman <rms@gnu.org>
23339
23340 * cus-edit.el (custom-buffer-create-internal): Update help message.
23341 (custom-magic-alist): Update help messages.
23342
23343 * cus-start.el (all): Allow a var to specify a standard value.
23344
23345 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
23346
23347 * custom.el (custom-theme-set-variables): Handle variable aliases.
23348
23349 * frame.el (blink-cursor-timer): Doc fix.
23350 (blink-cursor): Make it an alias for `blink-cursor-mode' and
23351 declare obsolete.
23352 (blink-cursor-mode): Define with defcustom and use correct
23353 standard expression in that defcustom.
23354 * startup.el (command-line): Adapt to above changes in frame.el.
23355
23356 2005-02-11 Lute Kamstra <lute@gnu.org>
23357
23358 * apropos.el (apropos-score-doc): Prevent division by zero.
23359
23360 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
23361
23362 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23363 (icalendar--get-event-property-attributes)
23364 (icalendar--get-event-properties)
23365 (icalendar--datetime-to-diary-date): New functions.
23366 (icalendar--split-value): Doc fix.
23367 (icalendar--datetime-to-noneuropean-date)
23368 (icalendar--datetime-to-european-date): New optional argument
23369 SEPARATOR. Return result as a string instead of a list.
23370 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23371 (icalendar--convert-string-for-export): Rename arg S to STRING.
23372 (icalendar-export-region): Doc fix. Change name of error buffer.
23373 Save output buffer.
23374 (icalendar-import-file): Add blank at end of prompt.
23375 (icalendar-import-buffer): Doc fix. Do not switch to error
23376 buffer. Indicate status in return value.
23377 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
23378 buffer. Save output buffer. Handle exception from recurrence
23379 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
23380 events. Fix problems with weekly all-day events.
23381
23382 2005-02-10 Richard M. Stallman <rms@gnu.org>
23383
23384 * simple.el (eval-expression-print-format):
23385 Avoid warning about edebug-active.
23386
23387 * help.el (help-for-help-internal): Rename from help-for-help.
23388 (help-for-help): Define with defalias.
23389
23390 * font-core.el (font-lock-default-function): Use with-no-warnings.
23391
23392 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23393
23394 * custom.el (defface): Doc fix.
23395
23396 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
23397
23398 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23399 width 0" to prevent word wrapping problems.
23400
23401 2005-02-09 Kim F. Storm <storm@cua.dk>
23402
23403 * ido.el (ido-file-extensions-order): New defcustom.
23404 (ido-file-extension-lessp, ido-file-extension-aux)
23405 (ido-file-extension-order): New advanced file ordering.
23406 (ido-file-lessp): New simple file ordering.
23407 (ido-sort-list): Remove.
23408 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23409 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23410
23411 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
23412
23413 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23414 that some versions of grep produce.
23415 (grep-mode-font-lock-keywords): Likewise.
23416
23417 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
23418
23419 * progmodes/gdb-ui.el (gdb-location-list): New variable.
23420 (gdb-cdir): Delete.
23421 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23422 (gdb-source-info): Treat case when source file is in another
23423 directory properly.
23424 (gdb-get-location): New function.
23425
23426 2005-02-07 Jay Belanger <belanger@truman.edu>
23427
23428 * calc/calc-prog.el (calc-write-parse-table-part)
23429 (calc-fix-token-name): Fix a check for language type.
23430
23431 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23432
23433 2005-02-07 Andre Spiegel <spiegel@gnu.org>
23434
23435 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23436 as directory not writable.
23437
23438 2005-02-07 Kim F. Storm <storm@cua.dk>
23439
23440 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23441 (cua--standard-movement-commands): Remove list.
23442 Instead, set CUA property value to move for movement commands.
23443 (cua-movement-commands): Remove. Users must set CUA prop instead.
23444 (cua--pre-command-handler): Check CUA property.
23445 (cua--init-keymaps): Don't remap undo commands.
23446 (cua-mode): Don't call cua--rectangle-on-off.
23447
23448 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23449 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23450 (cua--rect-undo-set-point): New var.
23451 (cua--rectangle-undo-boundary): Setup undo apply entry.
23452 (cua--rect-undo-handler): New function for rectangle undo.
23453 (cua--rect-start-position, cua--rect-end-position): Add.
23454 (cua--rectangle-post-command): Call cua--rectangle-set-corners
23455 for restored rectangle. Set point if cua--rect-undo-set-point.
23456
23457 2005-02-06 Jay Belanger <belanger@truman.edu>
23458
23459 * calc/calc-lang.el (calc-tex-language): Display more information
23460 in messages.
23461
23462 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23463 in TeX mode.
23464
23465 2005-02-06 Richard M. Stallman <rms@gnu.org>
23466
23467 * emacs-lisp/lisp.el (buffer-end): Doc fix.
23468
23469 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
23470
23471 * net/ldap.el (ldap-search-internal): Support attributes with
23472 optional descriptions separated by a semi-colon, as in
23473 "userCertificate;binary".
23474
23475 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23476
23477 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
23478 isn't a cons (i.e. the version is 0).
23479
23480 2005-02-05 Eli Zaretskii <eliz@gnu.org>
23481
23482 * help.el (help-for-help): Doc fix.
23483
23484 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
23485
23486 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
23487 GDB-Windows on the menu-bar as this works better.
23488
23489 2005-02-04 Jay Belanger <belanger@truman.edu>
23490
23491 * calc/calc-embed.el (calc-embedded-update): Don't put in
23492 unnecessary newlines. Adjust the end of formula marker.
23493
23494 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
23495 (math-latex-parse-two-args): New function.
23496
23497 2005-02-03 Lute Kamstra <lute@gnu.org>
23498
23499 * help-fns.el (help-with-tutorial): Make sure that users cannot
23500 remove the entire text of the tutorial by means of `undo'.
23501
23502 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
23503
23504 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
23505 in recent changes, where the ispell process was repeatedly
23506 killed & restarted.
23507
23508 * international/mule-cmds.el (set-locale-environment): Set file-name
23509 coding system to utf-8 on Darwin systems.
23510 (set-default-coding-systems): Don't set default-file-name-coding-system
23511 on Darwin systems.
23512
23513 2005-02-03 Richard M. Stallman <rms@gnu.org>
23514
23515 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
23516
23517 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
23518
23519 * faces.el (list-faces-display): Add optional argument.
23520
23521 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
23522
23523 * font-core.el (font-lock-default-function): Handle the rare case where
23524 only font-lock-keywords is set.
23525
23526 2005-02-02 Kenichi Handa <handa@m17n.org>
23527
23528 * international/characters.el: Cancel previous change for
23529 I-WITH-DOT-ABOVE and DOTLESS-i.
23530
23531 * international/latin-5.el: Cancel previous change.
23532
23533 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23534
23535 * progmodes/gud.el: Correction to syntax in gud-menu-map.
23536
23537 2005-02-02 Kenichi Handa <handa@m17n.org>
23538
23539 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
23540 DOTLESS-i.
23541
23542 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
23543 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
23544
23545 * case-table.el (get-upcase-table): New function.
23546 (copy-case-table): Copy upcaes table too if non-nil.
23547 (set-case-syntax-delims): Maintain upcase table too.
23548 (set-case-syntax-pair): Likewise.
23549 (set-upcase-syntax, set-downcase-syntax): New functions.
23550 (set-case-syntax): Maintain upcase table too.
23551
23552 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23553
23554 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
23555
23556 * progmodes/gud.el (gud-goto-info): New function.
23557 (gud-tool-bar-map): Use correct icon.
23558
23559 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23560
23561 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
23562 When delegating, order args in the funcall correctly.
23563
23564 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23565
23566 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
23567
23568 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
23569
23570 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
23571 buffer not visiting a file.
23572
23573 2005-01-31 Jay Belanger <belanger@truman.edu>
23574
23575 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
23576 bound on the line with the formula.
23577
23578 2005-01-31 Kim F. Storm <storm@cua.dk>
23579
23580 * ses.el (ses-create-cell-variable-range)
23581 (ses-destroy-cell-variable-range, ses-reset-header-string)
23582 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
23583 (ses-insert-row): Fix format of apply undo entries.
23584
23585 2005-01-31 Jay Belanger <belanger@truman.edu>
23586
23587 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
23588 parts.
23589
23590 * calc/calc-embed.el (calc-embedded-open-formula)
23591 (calc-embedded-close-formula): Ignore matrix environments.
23592
23593 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
23594 TeX mode.
23595
23596 * calc/calc-lang.el (math-function-table, math-oper-table)
23597 (math-variable-table): Adjust the LaTeX portions.
23598
23599 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
23600 (math-latex-ignore-words): New constant.
23601
23602 2005-01-31 Richard M. Stallman <rms@gnu.org>
23603
23604 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
23605 (ispell-local-dictionary): Doc fix.
23606 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
23607 Don't reinitialize at run time. Don't defcustom.
23608 All uses changed to append ispell-local-dictionary-alist,
23609 or check it first.
23610 (ispell-current-dictionary): New variable for dictionary in use.
23611 (ispell-dictionary): Now used only for global default.
23612 (ispell-start-process): Set ispell-current-dictionary,
23613 not ispell-dictionary.
23614 (ispell-change-dictionary): Use this only for setting
23615 user preferences.
23616 (ispell-internal-change-dictionary): New function
23617 to change the current dictionary in use.
23618 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
23619 Use ispell-current-dictionary.
23620 Handle ispell-local-dictionary-overridden.
23621 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
23622
23623 2005-01-31 Jay Belanger <belanger@truman.edu>
23624
23625 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
23626
23627 * calc/calc-ext.el: Add calc-latex-language to autoloads.
23628 (calc-mode-map): Add calc-latex-language.
23629
23630 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
23631 (math-latex-print-frac): New functions.
23632 (math-oper-table, math-function-table, math-variable-table)
23633 (math-complex-format, math-input-filter): Add latex properties.
23634 (calc-set-language): Set math-expr-special-function-mapping.
23635
23636 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
23637 (calc-write-parse-table-part): Add LaTeX support.
23638
23639 * calc/calc.el (calc-language): Adjust docstring.
23640 (calc-set-mode-line): Add LaTeX support.
23641 (math-expr-special-function-mapping): New variable.
23642 (math-tex-ignore-words): Add to list.
23643
23644 * calc/calccomp.el (math-compose-expr, math-compose-rows):
23645 Add LaTeX support.
23646 (math-compose-expr): Add support for special functions.
23647
23648 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
23649
23650 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
23651
23652 * progmodes/gdb-ui.el (gdb-memory-address)
23653 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
23654 (gdb-memory-mode-map, gdb-memory-format-keymap)
23655 (gdb-memory-format-menu, gdb-memory-unit-keymap)
23656 (gdb-memory-unit-menu): New variables for a buffer
23657 that lets the user examine program memory.
23658 (gdb-memory-set-address, gdb-memory-set-repeat-count)
23659 (gdb-memory-format-binary, gdb-memory-format-octal)
23660 (gdb-memory-format-unsigned, gdb-memory-format-signed)
23661 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
23662 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
23663 (gdb-memory-unit-word, gdb-memory-unit-halfword)
23664 (gdb-memory-unit-byte, gdb-memory-unit-menu)
23665 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
23666 (gdb-memory-mode, gdb-memory-buffer-name)
23667 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
23668 New functions for above buffer.
23669
23670 2005-01-30 Richard M. Stallman <rms@gnu.org>
23671
23672 * cus-edit.el (custom-bury-buffer): Function deleted.
23673 (custom-buffer-done-function): Option deleted.
23674 (custom-buffer-done-kill): New replacement option.
23675 (Custom-buffer-done): Call quit-window.
23676 (custom-buffer-create-internal): Update for above changes.
23677
23678 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
23679
23680 * simple.el (undo-ask-before-discard): New var.
23681 (undo-outer-limit-truncate): Implement it.
23682 (undo-extra-outer-limit): Doc update.
23683
23684 2005-01-29 Richard M. Stallman <rms@gnu.org>
23685
23686 * ses.el (undo-more): Delete defadvice.
23687 (ses-begin-change): Doc fix.
23688
23689 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
23690 instead of rebinding C-x u and C-_.
23691
23692 * files.el (normal-backup-enable-predicate): Return nil for files
23693 in /tmp, regardless of temporary-file-directory.
23694
23695 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
23696
23697 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
23698 (open-rectangle, delete-whitespace-rectangle-line)
23699 (clear-rectangle-line): If FILL, pass t instead of FILL
23700 for move-to-column's 2nd arg.
23701
23702 * simple.el (undo): Fix the test for continuing a series of undos.
23703 (undo-more): Set pending-undo-list to t when we reach end.
23704 (pending-undo-list): Move up defvar.
23705
23706 * wid-edit.el (widget-button-click):
23707 Shorten the range of the track-mouse binding.
23708
23709 * comint.el (comint-insert-input): Undo previous changes;
23710 use last-input-event in interactive spec.
23711
23712 2005-01-29 Eli Zaretskii <eliz@gnu.org>
23713
23714 * progmodes/compile.el (compilation-start): Bind buffer-read-only
23715 to nil before invoking call-process. Reset buffer's modified flag
23716 after fontifying it in the no-async branch.
23717
23718 * wid-edit.el (widget-specify-button): If mouse pointer shape
23719 cannot be changed, use mouse face instead.
23720
23721 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
23722
23723 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
23724 (gdb-goto-breakpoint): Make breakpoint handling work on template
23725 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
23726 (gdb-assembler-custom): Update to recognize breakpoint information
23727 added on 2005-01-19.
23728
23729 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23730
23731 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
23732 (dsssl-mode): Use define-derived-mode.
23733 (scheme-mode-initialize): Remove.
23734 (scheme-mode): Use run-mode-hooks.
23735
23736 * cus-edit.el (customize-group-other-window)
23737 (custom-buffer-create-other-window): Don't override special-display-*.
23738 (custom-mode-map): Make it dense.
23739
23740 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
23741 sets the default value.
23742
23743 2005-01-28 Eli Zaretskii <eliz@gnu.org>
23744
23745 * descr-text.el: Add more keywords.
23746
23747 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
23748
23749 * speedbar.el: Avoid unnecessary use of locate-library.
23750
23751 * international/mule-cmds.el (standard-display-european-internal):
23752 Don't fiddle with latin-1 non-break space any more since it's now
23753 special cased in the C code.
23754 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
23755
23756 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
23757
23758 * cus-start.el (all): Add `undo-outer-limit'.
23759
23760 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23761
23762 * textmodes/bibtex.el (bibtex-format-entry):
23763 Use `bibtex-empty-field-re' only on the text of fields, not on entire
23764 field lines.
23765 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
23766 not on part of a buffer.
23767
23768 2005-01-25 Lute Kamstra <lute@gnu.org>
23769
23770 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
23771 nonempty field text strings like "{letters\\macro{}more letters}".
23772 Clarify docstring.
23773 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
23774 (bibtex-entry-offset, bibtex-parse-association)
23775 (bibtex-parse-field-name): Fix typos in docstrings.
23776 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
23777
23778 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
23779
23780 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
23781 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
23782 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
23783 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
23784
23785 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
23786 isearch minor mode.
23787
23788 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
23789
23790 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
23791
23792 2005-01-24 Lute Kamstra <lute@gnu.org>
23793
23794 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
23795 CASECHARS and NOT-CASECHARS regular expressions of the
23796 "nederlands" and "nederlands8" dictionaries to prevent a "Range
23797 striding over charsets" error.
23798
23799 2005-01-24 Jay Belanger <belanger@truman.edu>
23800
23801 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
23802 display variable name.
23803
23804 2005-01-24 Kenichi Handa <handa@m17n.org>
23805
23806 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
23807 Fix setting of the element of encoded-kbd-iso2022-invocations.
23808
23809 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
23810
23811 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
23812 (gdb-threads-select): Change to also accept mouse events.
23813 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
23814 (gdb-threads-mouse-select): Delete.
23815
23816 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
23817
23818 * files.el (insert-directory): Take care of empty directory,
23819 listed without -a switch.
23820
23821 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
23822
23823 * textmodes/refill.el (refill-post-command-function):
23824 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
23825 to the list of functions that we should be careful not to undo.
23826 (refill-late-fill-paragraph-function): Remove.
23827 (refill-saved-state): New var.
23828 (refill-mode): Use it to save fill-paragraph-function.
23829 Save also the value of auto-fill-function.
23830
23831 * term/w32-win.el: Simplify code.
23832
23833 2005-01-23 Kim F. Storm <storm@cua.dk>
23834
23835 * simple.el (line-move): Adapt to new return value from
23836 pos-visible-in-window-p.
23837
23838 * simple.el (line-move): Fix last change. Check partial
23839 visibility at point rather than at window-start.
23840
23841 2005-01-22 Jason Rumney <jasonr@gnu.org>
23842
23843 * term/w32-win.el (xw-defined-colors): Remove debug-message.
23844
23845 2005-01-22 David Kastrup <dak@gnu.org>
23846
23847 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
23848
23849 2005-01-22 Eli Zaretskii <eliz@gnu.org>
23850
23851 * type-break.el (type-break-mode): Add a test for
23852 type-break-file-name being non-nil.
23853
23854 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
23855
23856 * net/eudc.el (top level): Call (message "") via progn, so that
23857 eudc-options-file is loaded.
23858
23859 2005-01-22 Kim F. Storm <storm@cua.dk>
23860
23861 * simple.el (line-move-1): Rename from line-move.
23862 (line-move): New function that adjusts vscroll for partially
23863 visible rows, and calls line-move-1 otherwise.
23864
23865 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
23866
23867 * pcomplete.el: Define pcomplete-read-event instead of read-event,
23868 since it's not a complete read-event implementation
23869
23870 2005-01-20 Jay Belanger <belanger@truman.edu>
23871
23872 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
23873 for called function.
23874
23875 2005-01-20 Steven Tamm <steventamm@mac.com>
23876
23877 * term/mac-win.el (process-connection-type): Remove.
23878 Controlled now by s/darwin.h:PTY_ITERATION.
23879
23880 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
23881
23882 * window.el (handle-select-window): Don't switch window when we're
23883 in the minibuffer.
23884
23885 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
23886
23887 * subr.el (dotimes-with-progress-reporter): New macro.
23888
23889 * ses.el (ses-dotimes-msg): Remove macro.
23890 Use `dotimes-with-progress-reporter' instead.
23891
23892 2005-01-19 Steven Tamm <steventamm@mac.com>
23893
23894 * term/mac-win.el (process-connection-type): Use new
23895 operating-system-release variable to use ptys on Darwin 7 (OS X
23896 10.3) when using carbon build.
23897
23898 2005-01-19 Jay Belanger <belanger@truman.edu>
23899
23900 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
23901 flags if the last command was a tab or M-tab.
23902
23903 * calc/calc-prog.el (calc-user-define-edit): Put original formula
23904 in formula editing buffer.
23905
23906 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23907
23908 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
23909 breakpoint image symbol in margin.
23910
23911 2005-01-19 Jay Belanger <belanger@truman.edu>
23912
23913 * calc/calc-prog.el (calc-execute-kbd-macro):
23914 Ignore calc-keep-arg-flag.
23915
23916 2005-01-19 Kenichi Handa <handa@m17n.org>
23917
23918 * textmodes/ispell.el (ispell-looking-at): New function.
23919 (ispell-process-line): Use ispell-looking-at to compare the ispell
23920 output and the buffer contents.
23921
23922 2005-01-18 Jay Belanger <belanger@truman.edu>
23923
23924 * calc/calc.el (calc-display-raw): Fix docstring.
23925
23926 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
23927
23928 * simple.el (blink-matching-open): Strip extra info from syntax.
23929
23930 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
23931 funny chars in the end-of-here-doc marker.
23932
23933 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23934
23935 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
23936 that enable/disabled state of breakpoints is shown correctly in
23937 fringe and on ttys.
23938 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
23939 Add breakpoint information as text properties.
23940 (gdb-mouse-toggle-breakpoint):
23941 Rename to gdb-mouse-set-clear-breakpoint.
23942 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
23943 breakpoints in the margin.
23944 (gdb-remove-strings): Simplify.
23945
23946 2005-01-17 Jay Belanger <belanger@truman.edu>
23947
23948 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
23949 erasing buffer.
23950
23951 2005-01-17 Richard M. Stallman <rms@gnu.org>
23952
23953 * progmodes/grep.el (grep-find): Copy from `grep' the condition
23954 for calling grep-compute-defaults.
23955
23956 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
23957 if buffer is empty.
23958
23959 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
23960
23961 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
23962
23963 * hilit-chg.el (highlight-changes-mode): Don't autoload.
23964
23965 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
23966 non-preloaded variables.
23967
23968 2005-01-17 Steven Tamm <steventamm@mac.com>
23969
23970 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
23971 tex-shell cause to force interactivity when using pipes.
23972
23973 2005-01-17 Kim F. Storm <storm@cua.dk>
23974
23975 * simple.el (just-one-space): Make arg optional.
23976
23977 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
23978
23979 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
23980 posn-at-x-y to t to access left-margin.
23981
23982 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
23983
23984 Sync with Tramp 2.0.47.
23985
23986 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
23987 catching keep-date problems in cp/scp operations.
23988 (tramp-handle-copy-file): Don't call `set-file-modes'
23989 unconditionally. Specialized functions should know better what is
23990 necessary. This improves performance a little bit, and the
23991 functions could catch errors with `cp -p' and `scp -p'.
23992 (tramp-do-copy-or-rename-file-via-buffer)
23993 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
23994 when appropriate.
23995 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
23996 Call `set-file-modes' when appropriate.
23997 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
23998 Johnsson <isak@hypergene.com>
23999 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24000 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24001 <joakim@verona.se>
24002 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24003 Emacs only.
24004
24005 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24006 `find-file-hooks' and `dired-mode-hook'.
24007 (tramp-minor-mode-map): Respective map. Add remapping for
24008 `compile' and `recompile'.
24009 (tramp-remap-command, tramp-recompile): New defuns.
24010 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24011 in buffer "*Compilation*". Call the commands asynchronously.
24012
24013 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24014 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24015 `shell-command', because it isn't magic in XEmacs. Reported by
24016 Adrian Aichner <adrian@xemacs.org>.
24017
24018 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24019 `substitute-in-file-name.
24020 (tramp-smb-handle-substitute-in-file-name): New defun.
24021 (tramp-smb-advice-PC-do-completion): Delete advice.
24022
24023 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24024
24025 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24026 Fix error in deleting region.
24027
24028 2005-01-15 Richard M. Stallman <rms@gnu.org>
24029
24030 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24031 In non-temp buffer, switch syntax table temporarily.
24032
24033 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24034
24035 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24036
24037 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24038
24039 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24040 (imenu--generic-function): Use START, not BEG, as pos of definition.
24041
24042 * simple.el (just-one-space): Argument specifies number of spaces.
24043
24044 * simple.el (eval-expression-print-format): Avoid warning
24045 about edebug-active.
24046
24047 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24048
24049 * progmodes/sh-script.el: Code copied from make-mode.el
24050 with small changes,
24051 (sh-mode-map): Bind C-c C-\.
24052 (sh-backslash-column, sh-backslash-align): New variables.
24053 (sh-backslash-region, sh-append-backslash): New functions.
24054
24055 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24056
24057 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24058 (rmail-pop-password, rmail-pop-password-required): Move to
24059 rmail-obsolete group.
24060 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24061 All callers updated.
24062 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24063 Take an argument specifying whether it is POP or IMAP mailbox we
24064 are using. All callers updated.
24065 (rmail-pop-password-error): Rename to
24066 rmail-remote-password-error. Added mailutils-specific error message.
24067 (rmail-movemail-search-path)
24068 (rmail-movemail-variant-in-use): New variables.
24069 (rmail-remote-password, rmail-remote-password-required):
24070 New customization variables.
24071 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24072 (rmail-parse-url): New function.
24073 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24074 with GNU mailutils movemail.
24075
24076 2005-01-15 Kevin Ryde <user42@zip.com.au>
24077
24078 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24079 suffix to space, $ or '$, to correctly position point when going
24080 to @table style constants like DBL_MAX.
24081
24082 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24083
24084 * type-break.el (type-break-mode, type-break-file-time)
24085 (type-break-file-keystroke-count, type-break-choose-file):
24086 Don't store data in or load data from the file if type-break-file-name
24087 is nil.
24088 (type-break-file-name): Doc update as per the above.
24089
24090 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24091
24092 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24093 lookup-key might return nil; handle that.
24094
24095 2005-01-15 Alan Mackenzie <acm@muc.de>
24096
24097 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24098 rather than the element found, thus enabling the tree to be setcar'd.
24099
24100 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24101
24102 * textmodes/org.el (org-show-following-heading): New option.
24103 (org-show-hierarchy-above): Use `org-show-following-heading'.
24104 (org-cycle): Documentation fix.
24105
24106 * textmodes/org.el (orgtbl-optimized): New option
24107 (orgtbl-mode): New command, a minor mode.
24108 (orgtbl-mode-map): New variable.
24109 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24110 (orgtbl-error, orgtbl-self-insert-command)
24111 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24112
24113 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24114 a local variable in each org-mode buffer.
24115
24116 * textmodes/org.el (org-set-regexps-and-options): Rename from
24117 `org-set-regexps'. Added checking for STARTUP keyword.
24118 (org-get-current-options): Add STARTUP options.
24119 (org-table-insert-row): Make mode intelligent about when
24120 realignment is needed.
24121 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24122 New commands.
24123 (org-enable-table-editor): New default value `optimized'.
24124 (org-table-blank-field): Support blanking regions if active.
24125
24126 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24127
24128 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24129 if the year is not given.
24130
24131 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24132 Add new escapes %m and %M, fixed bug with %F by adding
24133 save-match-data.
24134 (reftex-reference): Remove ?. from list of spaces.
24135 (reftex-label-info): Add automatic label prefix recognition.
24136
24137 * textmodes/reftex-index.el (reftex-index-next-phrase):
24138 Add slave parameter to call of `reftex-index-this-phrase'.
24139 (reftex-index-this-phrase): New optional argument.
24140 (reftex-index-region-phrases): Add slave parameter to call of
24141 `reftex-index-this-phrase'.
24142 (reftex-display-index): New argument redo.
24143 (reftex-index-rescan): Add `redo' to arguments of
24144 `reftex-display-index'.
24145 (reftex-index-Rescan, reftex-index-revert)
24146 (reftex-index-switch-index-tag): Add `redo' to arguments of
24147 `reftex-display-index'.
24148 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24149 indexing. Fix bug with matching is there is a quote before or
24150 after the word.
24151
24152 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24153 Fix bug when collecting citation keys in lines with comments.
24154 (reftex-citation): Prefix argument no longer rescans the document,
24155 but forces prompting for optional arguments of cite macros.
24156 (reftex-do-citation): Prompting for optional arguments implemented.
24157
24158 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24159 Add optional arguments to most cite commands.
24160 (reftex-cite-cleanup-optional-args): New option
24161 (reftex-cite-prompt-optional-args): New option.
24162 (reftex-trust-label-prefix): New option.
24163
24164 * textmodes/reftex-toc.el (reftex-toc-find-section):
24165 Add push-mark before changing the position in the buffer.
24166
24167 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24168 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24169
24170 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
24171
24172 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24173 more carefully.
24174
24175 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
24176
24177 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24178 (sgml-mode): Use it.
24179 (sgml-get-context): Better keep track of implicitly closed tags.
24180
24181 2005-01-13 Kenichi Handa <handa@m17n.org>
24182
24183 * textmodes/ispell.el: These changes are to fix misalignment error
24184 caused by equivalent characters of different Emacs charsets.
24185 (ispell-unified-chars-table): New variable.
24186 (ispell-get-decoded-string): New function.
24187 (ispell-get-casechars, ispell-get-not-casechars)
24188 (ispell-get-otherchars): Call ispell-get-decoded-string.
24189
24190 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24191
24192 * custom.el (custom-declare-variable): Just put symbol instead
24193 of (defvar . symbol) in `current-load-list'.
24194
24195 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
24196
24197 * emacs-lisp/elint.el: Fixed typo in Commentary section.
24198
24199 2005-01-12 Jay Belanger <belanger@truman.edu>
24200
24201 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24202 to create a Calc summary.
24203
24204 2005-01-12 Kim F. Storm <storm@cua.dk>
24205
24206 * mouse.el (mouse-on-link-p): Change functionality and doc
24207 string to comply with latest description in lisp ref.
24208
24209 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
24210
24211 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24212 Enable mouse clicks on mode-line, header-line and margin.
24213 (event-type): Give mouse event symbols an `event-kind' property
24214 with value `mouse-click'.
24215
24216 2005-01-12 Juri Linkov <juri@jurta.org>
24217
24218 * facemenu.el (list-colors-display): Add new arg buffer-name.
24219 Use it. Fix docstring. Replace code for identifying duplicate
24220 colors by the name with call to `list-colors-duplicates' which
24221 identifies duplicate colors by the value unless the color
24222 is one of special Windows colors. Set truncate-lines to t.
24223 Print sorted duplicate color names on each line. Indent to 22
24224 \(the longest color name in rgb.txt) instead of 20. Optimize.
24225 (list-colors-duplicates): New function.
24226 (facemenu-color-name-equal): Delete function.
24227
24228 * facemenu.el (list-colors-print): New function created from code
24229 in list-colors-display. Print #RRGGBB at the window right edge.
24230 (list-colors-display): When temp-buffer-show-function is not
24231 defined, call list-colors-print from temp-buffer-show-hook
24232 to get the right value of window-width in list-colors-print
24233 after the buffer is displayed.
24234
24235 * simple.el (pop-mark): Move deactivate-mark out of conditional
24236 part to deactivate the active mark regardless of the state of the
24237 mark ring.
24238
24239 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24240 variables line in desktop files.
24241
24242 2005-01-12 Juri Linkov <juri@jurta.org>
24243
24244 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24245 Bring together isearch highlight related options.
24246 (lazy-highlight): Replace group `replace' by `matching'.
24247 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24248 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24249 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24250 and declare them obsolete.
24251 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24252 (isearch-faces): Remove defgroup.
24253 (isearch-overlay, isearch-highlight, isearch-dehighlight):
24254 Move isearch highlighting code closer to lazy highlighting code.
24255
24256 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24257 (query-replace-highlight, query-replace-lazy-highlight)
24258 (query-replace): Move definitions to the beginning of the file.
24259
24260 2005-01-11 Juri Linkov <juri@jurta.org>
24261
24262 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24263 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24264 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24265
24266 * info.el (Info-history-forward): New variable.
24267 (Info-select-node): Reset Info-history-forward to nil.
24268 (Info-last): Turn into defalias.
24269 (Info-history-back): Rename from Info-last.
24270 Add current node to Info-history-forward.
24271 (Info-history-forward): New fun.
24272 (Info-mode-map): Replace Info-last by Info-history-back.
24273 Bind Info-history-forward to "r".
24274 (Info-mode-menu): Replace Info-last by Info-history-back.
24275 Fix menu item text. Add menu item for Info-history-forward.
24276 (info-tool-bar-map): Replace Info-last by Info-history-back.
24277 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
24278 for Info-history-forward.
24279 (Info-mode): Replace Info-last by Info-history-back in docstring.
24280 Add local variable Info-history-forward.
24281 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24282
24283 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
24284
24285 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24286 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24287 Ignore select-window events rather than fiddle with
24288 mouse-autoselect-window.
24289
24290 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
24291
24292 * type-break.el (type-break-mode): Fix previous change.
24293
24294 2005-01-10 Jay Belanger <belanger@truman.edu>
24295
24296 * calc/calc-ext.el (calc-reset): Reset when inside embedded
24297 calculator; only reset when point is inside a calculator.
24298 Don't adjust the window height if the window takes up the whole height
24299 of the frame.
24300
24301 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
24302
24303 * ebuff-menu.el (Electric-buffer-menu-mode):
24304 Preserve value of buffer-local var header-line-format.
24305
24306 2005-01-09 Jay Belanger <belanger@truman.edu>
24307
24308 * calc/calc.el (calc-mode-var-list-restore-saved-values):
24309 Make sure settings file exists before accessing it.
24310
24311 * calc/calc-embed.el (calc-embedded-subst):
24312 Replace math-multi-subst-rec, which is only supposed to be called
24313 by math-multi-subst, by math-multi-subst.
24314
24315 2005-01-09 Andre Spiegel <spiegel@gnu.org>
24316
24317 * vc.el (vc-allow-async-revert): New user option.
24318 (vc-disable-async-diff): New internal variable.
24319 (vc-revert-buffer): Use them to disable asynchronous diff.
24320
24321 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24322 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24323 asynchronously if vc-disable-async-diff is t.
24324
24325 2005-01-09 Jay Belanger <belanger@truman.edu>
24326
24327 * calc/calc.el (defcalcmodevar): New macro.
24328 (calc-mode-var-list-restore-default-values)
24329 (calc-mode-var-list-restore-saved-values): New functions.
24330 (calc-mode-var-list): Use defcalcmodevar to define it.
24331 (calc-always-load-extensions, calc-line-numbering)
24332 (calc-line-breaking, calc-display-just, calc-display-origin)
24333 (calc-number-radix, calc-leading-zeros, calc-group-digits)
24334 (calc-group-char, calc-point-char, calc-frac-format)
24335 (calc-prefer-frac, calc-hms-format, calc-date-format)
24336 (calc-float-format, calc-full-float-format, calc-complex-format)
24337 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24338 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24339 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24340 (calc-matrix-brackets, calc-language, calc-language-option)
24341 (calc-left-label, calc-right-label, calc-word-size)
24342 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24343 (calc-display-raw, calc-internal-prec, calc-angle-mode)
24344 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24345 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24346 (calc-window-height, calc-display-trail, calc-show-selections)
24347 (calc-use-selections, calc-assoc-selections)
24348 (calc-display-working-message, calc-auto-why, calc-timing)
24349 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24350 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24351 (calc-gnuplot-default-device, calc-gnuplot-default-output)
24352 (calc-gnuplot-print-device, calc-gnuplot-print-output)
24353 (calc-gnuplot-geometry, calc-graph-default-resolution)
24354 (calc-graph-default-resolution-3d, calc-invocation-macro)
24355 (calc-show-banner): Use defcalcmodevar to declare them and set
24356 their default values.
24357
24358 * calc/calc-ext.el (calc-reset): Restore saved values of variables
24359 instead of default values (but restore default values if there is
24360 an argument of 0).
24361
24362 2005-01-09 David Kastrup <dak@gnu.org>
24363
24364 * desktop.el (desktop-restore-eager): Fix typo in type.
24365
24366 2005-01-08 Richard M. Stallman <rms@gnu.org>
24367
24368 * cus-edit.el (customize): Delete :link.
24369
24370 2005-01-08 Jay Belanger <belanger@truman.edu>
24371
24372 * calc/calc.el (calc-mode): Remove the extension from the
24373 `calc-settings-file' file name when loading it.
24374
24375 2005-01-08 Kim F. Storm <storm@cua.dk>
24376
24377 * info.el (Info-mode-map, Info-next-link-keymap)
24378 (Info-prev-link-keymap, Info-up-link-keymap):
24379 Map follow-link to mouse-face.
24380 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24381
24382 2005-01-08 Jay Belanger <belanger@truman.edu>
24383
24384 * calc/calc.el (calc-settings-file): Change default value.
24385 Suggested by cgw in a comment in calc-mode.el.
24386
24387 * calc/calc-mode.el (calc-settings-file-name):
24388 Compare calc-settings-file to user-init-file instead of ~/.emacs.
24389 Replace ~/.emacs in a prompt by calc-settings-file.
24390
24391 2005-01-07 Lars Hansen <larsh@math.ku.dk>
24392
24393 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24394 (desktop-lazy-idle-delay): New customizable variables.
24395 (desktop-buffer-args-list): New variable.
24396 (desktop-append-buffer-args): New function.
24397 (desktop-save): Call desktop-append-buffer-args for some buffers.
24398 (desktop-lazy-create-buffer): New function.
24399 (desktop-idle-create-buffers): New function.
24400 (desktop-read): Add message about buffers to restore lazily.
24401 (desktop-lazy-abort): New command.
24402 (desktop-clear): Call desktop-lazy-abort.
24403 (desktop-lazy-complete): New command.
24404
24405 2005-01-06 Richard M. Stallman <rms@gnu.org>
24406
24407 * emacs-lisp/find-func.el (find-face-definition):
24408 Rename from find-face.
24409
24410 2005-01-06 Kim F. Storm <storm@cua.dk>
24411
24412 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24413
24414 * man.el (Man-xref-man-page, Man-xref-header-file)
24415 (Man-xref-normal-file): Add follow-link property.
24416
24417 2005-01-06 Jay Belanger <belanger@truman.edu>
24418
24419 * calc/calc-units.el: Make sure the proper macro definitions are
24420 available when compiling.
24421
24422 2005-01-06 Juri Linkov <juri@jurta.org>
24423
24424 * isearch.el (isearch-lazy-highlight-update):
24425 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24426
24427 2005-01-06 Miles Bader <miles@gnu.org>
24428
24429 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24430 (isearch-lazy-highlight-face): Use new name.
24431
24432 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
24433
24434 * uniquify.el (uniquify-rationalize-file-buffer-names):
24435 Re-add an interactive spec.
24436 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24437 to the same name.
24438
24439 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24440 (isearch-update, isearch-done): Adjust calls accordingly.
24441
24442 2005-01-05 Richard M. Stallman <rms@gnu.org>
24443
24444 * custom.el (custom-set-variables, custom-theme-set-variables):
24445 Clarify documentation.
24446
24447 * emacs-lisp/find-func.el (find-variable)
24448 (find-variable-other-window, find-variable-other-frame):
24449 Fix the TYPE args to find-function-read and find-function-do-it.
24450 (find-function): Doc fix.
24451 (find-function-at-point): Replace function-at-point alias.
24452
24453 2005-01-04 Richard M. Stallman <rms@gnu.org>
24454
24455 * cus-face.el (custom-declare-face):
24456 Record defface in current-load-list.
24457
24458 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24459
24460 * emacs-lisp/find-func.el: Doc fixes.
24461 (find-face-regexp): New variable.
24462 (find-function-regexp-alist): New variable.
24463 (find-function-C-source): Third arg is now TYPE.
24464 (find-function-search-for-symbol): Handle general TYPE.
24465 (find-function-read, find-function-do-it): Handle general TYPE.
24466 (find-definition-noselect, find-face): New functions.
24467 (function-at-point): Alias deleted.
24468
24469 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
24470
24471 * battery.el (display-battery-mode): Rename from display-battery.
24472 Handle the case where it gets turned off.
24473
24474 2005-01-04 Richard M. Stallman <rms@gnu.org>
24475
24476 * cus-edit.el (customize): Make :link point to user doc.
24477
24478 * man.el (Man-fontify-manpage): Turn off undo generation.
24479
24480 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
24481
24482 2005-01-04 Andreas Schwab <schwab@suse.de>
24483
24484 * files.el (insert-directory): Only look for error lines in
24485 inserted text. Don't move too far after processing --dired markers.
24486
24487 2005-01-04 Richard M. Stallman <rms@gnu.org>
24488
24489 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24490 Don't expand if the character is @, period, dash, etc.
24491 (define-mail-abbrev): Quote names that contain problem characters.
24492
24493 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
24494
24495 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
24496
24497 2005-01-03 Richard M. Stallman <rms@gnu.org>
24498
24499 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
24500 (query-replace-highlight, query-replace-lazy-highlight)
24501 (query-replace): Definitions moved up. Doc fix.
24502
24503 2005-01-03 Richard M. Stallman <rms@gnu.org>
24504
24505 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
24506 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24507 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24508 (lazy-highlight-face): Rename from isearch-lazy-...
24509 Change all references to them.
24510
24511 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
24512
24513 * cus-edit.el (custom-file): Doc fix for defcustom.
24514 (custom-file): The function no longer sets the variable
24515 `custom-file' to its return value.
24516
24517 * startup.el (command-line): No longer load `custom-file'.
24518
24519 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24520
24521 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
24522
24523 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
24524 Don't confuse module-prefixed identifiers for labels.
24525 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
24526
24527 2005-01-02 Richard M. Stallman <rms@gnu.org>
24528
24529 * files.el (basic-save-buffer-1): Fix previous change.
24530
24531 * loadhist.el (file-loadhist-lookup): New function.
24532 (file-provides, file-requires): Use it.
24533
24534 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
24535 instead of calculating the right size.
24536
24537 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24538
24539 * vc-svn.el (vc-svn-diff): Stay local if possible.
24540
24541 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
24542
24543 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
24544
24545 * files.el (hack-local-variables): Fix last change.
24546
24547 2005-01-02 Jay Belanger <belanger@truman.edu>
24548
24549 * calc/calc-yank.el (calc-edit-top): New variable.
24550 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
24551 object. Change header properties.
24552 (calc-edit-finish, calc-edit-finish-stack-object)
24553 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
24554 edited object.
24555 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
24556 for the beginning of the edited object.
24557 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
24558 for the beginning of the edited object.
24559 * calc/calc-prog.el (calc-edit-macro-finish-edit)
24560 (calc-finish-formula-edit, calc-macro-repeats)
24561 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
24562 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
24563 beginning of the edited object.
24564 (calc-user-define-edit): Change the header for editing macros.
24565 Remove unnecessary variable.
24566
24567 2005-01-01 Jay Belanger <belanger@truman.edu>
24568
24569 * calc/calc-yank.el (calc-edit-mode): Change default header.
24570 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
24571 * calc/calc-store.el (calc-edit-variable): Change title to match new
24572 header.
24573 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
24574 mode to match new header.
24575 (calc-user-define-edit): Change titles to include names of commands.
24576 (calc-finish-formula-edit): Adjust to handle new header.
24577 (calc-finish-macro-edit): Remove.
24578 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
24579 (calc-edit-macro-command, calc-edit-macro-command-type)
24580 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
24581 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
24582 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
24583 (calc-edit-macro-finish-edit): New functions.
24584 (calc-user-define-edit): Use new functions to edit named calc macros.
24585
24586 2005-01-01 Stefan <monnier@iro.umontreal.ca>
24587
24588 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
24589
24590 * ses.el (copy-region-as-kill): Deactivate mark.
24591
24592 2005-01-01 Richard M. Stallman <rms@gnu.org>
24593
24594 * replace.el (occur-1): If the output buffer is also an input,
24595 don't kill it, rename it.
24596
24597 * faces.el (set-face-background, set-face-foreground): Doc fix.
24598
24599 * cus-face.el (custom-face-attributes): Fix :help-echo strings
24600 for :foreground and :background.
24601
24602 * dired.el (dired-view-command-alist): Variable deleted.
24603 (dired-view-file, dired-mouse-find-file-other-window):
24604 Delete the code to use it.
24605
24606 2005-01-01 Kim F. Storm <storm@cua.dk>
24607
24608 * image.el (insert-sliced-image): Use t for line-height property.
24609
24610 See ChangeLog.11 for earlier changes.
24611
24612 ;; Local Variables:
24613 ;; coding: iso-2022-7bit
24614 ;; End:
24615
24616 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
24617 Copying and distribution of this file, with or without modification,
24618 are permitted provided the copyright notice and this notice are preserved.
24619
24620 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1