*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2006-06-06 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-default-file-method, ido-default-buffer-method):
4 Make choice values consistent with corresponding command names.
5 (ido-visit-buffer): Update accordingly. Default to selected-window.
6
7 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
8
9 * progmodes/gud.el (gud-running): Fix doc string.
10 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11 (gud-tooltip-modes): Add python-mode.
12 (gud-tooltip-print-command): Add pdb. Remove perldb.
13
14 2006-06-05 Eli Zaretskii <eliz@gnu.org>
15
16 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
17 Quote $(EMACS).
18
19 2006-06-05 Richard Stallman <rms@gnu.org>
20
21 * faces.el (defined-colors): Doc fix.
22
23 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
24
25 * vc.el (vc-process-filter): Inhibit undo info collection around
26 call to insert.
27 (vc-setup-buffer): Likewise for call to erase-buffer.
28 (vc-do-command): Likewise for call to process-file.
29
30 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
31
32 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
33 for gud-go.
34 (gud-common-init): Other debuggers may trigger error.
35
36 2006-06-05 Kenichi Handa <handa@m17n.org>
37
38 * international/mule.el (find-auto-coding): Handle
39 enable-character-translation in file header.
40
41 2006-06-04 Kim F. Storm <storm@cua.dk>
42
43 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
44 (authors-fixed-entries): Fix spelling.
45 (authors-canonical-file-name): Don't report error for wildcards.
46
47 * help.el (view-emacs-news): Rewrite to support new NEWS,
48 NEWS.major, and NEWS.1-17 file naming. Add more intelligense,
49 e.g. version 10 matches 1.10, and don't be confused by version 1.1
50 begin a prefix of 1.12 (etc). A numeric prefix arg also works.
51
52 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
53
54 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
55 exec constructs like `foo bar`.
56 (sh-quoted-subshell): New helper function to search for a possibly
57 nested subshell (like `` or $()) within a "" quoted string.
58 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
59 (sh-apply-quoted-subshell): Flag quote characters inside a
60 subshell, which is itself already in a quoted region, as
61 punctuation, since this is the closest to what they actually are.
62 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
63 sh-apply-quoted-subshell.
64 (sh-font-lock-syntactic-face-function): Apply the new face for
65 text inside `` instead of the old font-lock-string-face.
66
67 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
68
69 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
70 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
71 (mac-bytes-to-text-range, mac-ae-text-range-array)
72 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
73 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
74 (mac-ts-unicode-for-key-event): New functions.
75 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
76 (mac-handle-font-selection): Use mac-ae-number.
77 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
78 New variables.
79 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
80 (mac-ts-converted-text, mac-ts-selected-converted-text)
81 (mac-ts-block-fill-text, mac-ts-outline-text)
82 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
83 (mac-ts-hilite-style-faces): New constant.
84 (mac-apple-event-map): Bind text input events.
85 (mac-dispatch-apple-event): Use command-execute instead of
86 call-interactively.
87 (global-map): Don't bind mac-apple-event.
88 (special-event-map): Bind mac-apple-event.
89
90 2006-06-02 Eli Zaretskii <eliz@gnu.org>
91
92 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
93 file name.
94 (emacs): Enclose the value of $(EMACS) in quotes.
95
96 2006-06-02 Juri Linkov <juri@jurta.org>
97
98 * international/mule.el (sgml-html-meta-auto-coding-function):
99 Remove the condition `(search-forward "<html" size t)'.
100 Replace `\"' with `[\"']?' in `re-search-forward'.
101
102 2006-06-02 Kenichi Handa <handa@m17n.org>
103
104 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
105 as well as `coding'.
106 (hack-local-variables): Likewise.
107
108 * international/mule.el (enable-character-translation): Put
109 permanent-local and safe-local-variable properties.
110 (find-auto-coding): Handle char-trans: tag.
111
112 2006-06-02 Juri Linkov <juri@jurta.org>
113
114 * international/mule.el (sgml-html-meta-auto-coding-function):
115 Limit the search by the end of the HTML header (if any).
116
117 2006-06-01 Richard Stallman <rms@gnu.org>
118
119 * subr.el (with-current-buffer): Doc fix.
120
121 2006-06-02 Masatake YAMATO <jet@gyve.org>
122
123 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
124 Almost rewrite. Underlines over all lines of gcov output are too
125 uncomfortable to read. Suggested by Dan Nicolaescu.
126
127 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
128
129 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
130
131 * shell.el (shell-mode): Use shell-mode-map in docstring.
132
133 * comint.el (comint-send-input): Do not add help-echo and
134 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
135
136 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
137
138 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
139
140 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
141
142 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
143 (gdb-stopped, gdb-info-stack-custom): If there is no source info
144 look up the stack and pop up GUD buffer if necessary.
145 (gdb-frames-select): Remove redundant call to gud-display-frame.
146 (gdb-info-threads-custom): Keep point at start of buffer.
147 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
148
149 2006-05-31 Juri Linkov <juri@jurta.org>
150
151 * replace.el (query-replace-read-from, query-replace-read-to):
152 Bind `history-add-new-input' to nil. Call `add-to-history'.
153
154 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
155
156 * textmodes/table.el: Convert all HTML tags to lower case for
157 XHTML compatibility.
158
159 2006-05-31 Masatake YAMATO <jet@gyve.org>
160
161 * progmodes/compile.el:
162 (compilation-error-regexp-alist-alist::gcov-called-line):
163 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
164
165 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
166
167 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
168 Revert inadvertant changes made with last commit.
169
170 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
171
172 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
173 New functions.
174
175 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
176
177 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
178
179 * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp
180 only matches in the right place.
181 (org-upcoming-deadline): New face.
182 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
183 (org-export-ascii-underline): Rename constant `org-ascii-underline'
184 and make it an option.
185 (org-export-ascii-bullets): New option.
186 (org-export-as-html): Many changes to emit valid XHTML.
187 (org-par-open): New variable.
188 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
189 (org-html-do-expand, org-section-number): Fixedcase in `replace-match'.
190 (org-timeline): Pass `org-timeline-show-empty-dates' to
191 `org-get-all-dates'. Interpret empty dates returned by `org-get-all-dates'.
192 (org-get-all-dates): New argument EMPTY. Add dates without
193 entries to the list, mark large ranges of empty dates.
194 (org-point-in-group, org-context): New functions.
195
196 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
197
198 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
199
200 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
201 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
202 to C-mouse-3 (for 2 button mice).
203 (gdb-send): Do the right thing for C-d.
204
205 * speedbar.el (speedbar-detach): Delete.
206 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
207 it breaks things.
208 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
209
210 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
211
212 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
213 Makeppfile.
214
215 * progmodes/compile.el (compilation-error-regexp-alist-alist):
216 Add makepp diagnostic.
217
218 2006-05-29 Richard Stallman <rms@gnu.org>
219
220 * window.el (fit-window-to-buffer): Doc fix.
221
222 * help.el (temp-buffer-max-height): Doc fix.
223
224 * subr.el (with-current-buffer): Doc fix.
225
226 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
227
228 * term/x-win.el: Bind F10 to menu-bar-start if available.
229
230 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
231
232 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
233 uses with a simple test.
234 (term-set-escape-char, term-mode, term-check-kill-echo-list)
235 (term-send-raw-string, term-send-raw, term-mouse-paste)
236 (term-char-mode, term-line-mode, term-exec, term-sentinel)
237 (term-handle-exit, term-read-input-ring)
238 (term-previous-matching-input-string)
239 (term-previous-matching-input-string-position)
240 (term-previous-matching-input-from-input)
241 (term-replace-by-expanded-history, term-send-input)
242 (term-skip-prompt, term-bol, term-send-invisible)
243 (term-kill-input, term-delchar-or-maybe-eof)
244 (term-backward-matching-input, term-check-source)
245 (term-proc-query, term-emulate-terminal)
246 (term-handle-colors-array, term-process-pager, term-pager-line)
247 (term-pager-bob, term-unwrap-line, term-word)
248 (term-dynamic-complete-filename)
249 (term-dynamic-complete-as-filename)
250 (term-dynamic-simple-complete): Replace one arm ifs with whens or
251 unlesses.
252
253 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
254
255 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
256 during bootstrapping.
257
258 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
259 Basically undo the change of 2006-05-26: use extra arguments instead of
260 dynamic scoping.
261 (ewoc-locate): Remove unused var `footer'.
262
263 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
264
265 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
266
267 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
268 (generate-file-autoloads): Obey it. Return whether autoloads were
269 added at point or not.
270 (update-file-autoloads): Use this new return value.
271 Remove redundant test for the presence of an autoload cookie.
272
273 * emacs-lisp/autoload.el (autoload-find-file): New fun.
274 This one calls hack-local-variables.
275 (generate-file-autoloads, update-file-autoloads): Use it.
276
277 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
278 (bibtex-sort-entry-class): Add safe-local-variable predicate.
279 (bibtex-sort-entry-class-alist): Don't set the global value.
280 (bibtex-init-sort-entry-class-alist): New fun.
281 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
282 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
283 of bibtex-init-sort-entry-class.
284
285 2006-05-28 Richard Stallman <rms@gnu.org>
286
287 * subr.el (load-history-regexp): If FILE is relative, insist
288 entire last name component must match it.
289 (load-history-filename-element, load-history-regexp): Doc fixes.
290
291 2006-05-29 Kim F. Storm <storm@cua.dk>
292
293 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
294 `pos' and `raw-data' for clarity, as eval forms may access these.
295
296 2006-05-28 Kim F. Storm <storm@cua.dk>
297
298 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
299
300 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * progmodes/make-mode.el (makefile-browser-map)
303 (makefile-mode-syntax-table): Move initialization inside declaration.
304 (makefile-fill-paragraph): Use the default comment-filling code.
305
306 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
307
308 * replace.el (query-replace-defaults): New variable.
309 (query-replace-read-from): Use `query-replace-defaults' for
310 default value, instead of history list.
311 (query-replace-read-to): Update `query-replace-defaults'.
312
313 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
314
315 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
316 with no X toolkit.
317
318 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
319
320 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
321 (tumme-show-all-from-dir): Add autoload.
322
323 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
324
325 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
326 (tumme-remove-tag): Fix bug.
327
328 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
329
330 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
331 FOOTER args. Update unique caller.
332 (ewoc-delete): Compute last node once before looping.
333 (ewoc--node-branch): Merge into unique caller.
334 (ewoc--node): Don't define constructor make-ewoc--node for this
335 structure.
336 (ewoc): Add member `hf-pp' to this structure.
337 (ewoc--wrap): New func.
338 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
339 header/footer pretty-printers. Save header/footer pretty-printer.
340 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
341
342 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
343
344 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
345
346 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
347 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
348 Tag'. Change "Compare directories..." to "Change Directories...".
349 Move tumme commands to Operate, Regexp and Immediate menus.
350 Change "Add Comment" to "Add Image Comment". Change "Add Image
351 Tag" to "Add Image Tags".
352
353 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
354 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
355 `tumme-delete-tag'.
356
357 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
358
359 * shell.el (shell-mode): Call shell-dirtrack-mode after
360 list-buffers-directory is made a local variable, to avoid setting
361 the default value.
362
363 2006-05-26 Kevin Ryde <user42@zip.com.au>
364
365 * info.el (Info-index-next): Use where-is-internal to report
366 actual binding of Info-index-next, rather than hard-coded `,'.
367
368 2006-05-26 Eli Zaretskii <eliz@gnu.org>
369
370 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
371 and "Find Command in Manual" to here.
372
373 * buff-menu.el (list-buffers-noselect): For Info buffers, use
374 Info-current-file as the file name.
375
376 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
377
378 * ses.el (defadvice undo-more): Delete this defadvice. The undo
379 overrides will now be done a different way.
380 (ses-set-parameter): Reapply this function for undo.
381 (ses-set-header-row): Reconstruct header row during undo.
382 (ses-widen): New function.
383 (ses-goto-data, ses-reconstruct-all): Use new function.
384 (ses-command-hook): Widen buffer during undo, before unupdating
385 the cells.
386 (ses-insert-row, ses-delete-row): Widen buffer during undo.
387 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
388 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
389 formula hasn't been executed yet.
390
391 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
392
393 * comint.el (comint-kill-whole-line): Rename arg to count.
394 Fix doc string.
395
396 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
397
398 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
399 to copy-file.
400
401 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
402
403 * simple.el (toggle-truncate-lines): Make arg optional for
404 backward compatibility.
405
406 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
407
408 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
409 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
410 DLL arg. Instead, use ewoc--current-dll. Update all callers.
411 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
412 (ewoc--adjust): Use ewoc--current-dll.
413 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
414
415 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
416
417 * textmodes/org.el: (org-next-item, org-previous-item): Emit more
418 compact error message.
419 (org-tags-view): Refresh category table in each file.
420 (org-table-justify-field-maybe): Remove superfluous arguments to
421 `format'.
422 (org-export-as-html): Insert "<p>" before postamble.
423 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
424
425 2006-05-26 Kenichi Handa <handa@m17n.org>
426
427 * textmodes/po.el (po-find-charset): Pay attention to the case
428 FILENAME is a cons (NAME . BUFFER).
429 (po-find-file-coding-system-guts): Likewise.
430
431 * arc-mode.el (archive-set-buffer-as-visiting-file):
432 Call find-operation-coding-system with (FILENAME . BUFFER).
433
434 * tar-mode.el (tar-extract): Call find-operation-coding-system
435 with (FILENAME . BUFFER).
436
437 * international/mule.el (decode-coding-inserted-region):
438 Call find-operation-coding-system with (FILENAME . BUFFER).
439
440 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
441
442 * image-mode.el (image-toggle-display): Use buffer contents to
443 generate image for a remote file.
444
445 2006-05-25 Juri Linkov <juri@jurta.org>
446
447 * replace.el (query-replace-read-from, query-replace-read-to):
448 Remove 8th arg KEEP-ALL in read-from-minibuffer.
449
450 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
451
452 * whitespace.el (whitespace-cleanup): Change to cleanup
453 region if one is active.
454 * whitespace.el (whitespace-cleanup-internal): New internal method.
455
456 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
457
458 * dired.el (dired-mode-map): Add help-echo strings to tumme
459 commands. Bind `tumme-dired-display-image' to C-t i.
460
461 * tumme.el (tumme-display-image): Change documentation string slightly.
462 (tumme-dired-display-image): Add call to `display-buffer'.
463
464 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
465
466 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
467 Signal error if RAW-DATA is a multibyte string.
468
469 2006-05-24 Richard Stallman <rms@gnu.org>
470
471 * subr.el (with-local-quit): When handling `quit' signal,
472 make a chance for quit-flag to cause a quit.
473
474 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
475 (ad-disable-advice): Add autoloads.
476
477 * subr.el (read-passwd): Copy PROMPT before changing its properties.
478
479 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
480
481 * dired.el (dired-mode-map): Change menu items for tumme as per
482 suggestions in emacs-devel.
483
484 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
485
486 * dired.el (dired-mode-map): Fix breakage.
487
488 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
489
490 * tumme.el (tumme-display-dired-image): Rename to...
491 (tumme-dired-display-image): ...this.
492 (tumme-track-movement): Change default value to t.
493 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
494 used from `tumme-next-line-and-display' and similar commands.
495
496 * dired.el (dired-mode-map): Add Thumbnail submenu under the
497 Immediate menu. Add some tumme commands there.
498
499 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
500
501 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
502
503 2006-05-24 Chong Yidong <cyd@mit.edu>
504
505 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
506 menu entries that open submenus.
507
508 2006-05-24 Alan Mackenzie <acm@muc.de>
509
510 * startup.el (command-line): For names of preloaded files, don't
511 append ".elc" (now done in Fload), and call file-truename on the
512 lisp directory.
513
514 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
515 match ANY loaded file with the right name, not just those in
516 load-path. Put a regexp matching the file name into
517 after-load-alist, rather than the name itself.
518
519 * subr.el: New functions load-history-regexp,
520 load-history-filename-element, do-after-load-evaluation.
521
522 * international/mule.el (load-with-code-conversion): Do the
523 eval-after-load stuff by calling do-after-load-evaluation.
524
525 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
526
527 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
528 has not been killed.
529
530 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
531
532 * term/mac-win.el: Set idle timer to clean up expired Apple events.
533 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
534 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
535 Optionally set error message in reply.
536
537 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
538
539 * textmodes/org.el: (org-open-at-point): Use renamed variable
540 `org-confirm-shell-link-function'.
541 (org-confirm-shell-link-function): Rename from
542 `org-confirm-shell-links'.
543 (org-export-directory): New function.
544 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
545 (org-export-icalendar): Use `org-export-directory'.
546 (org-indent-item): Keep cursor position.
547 (org-link-file-path-type): New option.
548 (org-export-as-html): Fix bug with plain lists starting in
549 column 0.
550 (org-export-as-html): Remove deadline formatting, this happens
551 now already in `org-html-handle-time-stamps'.
552 (org-export-html-style): Deadline class removed.
553 (org-insert-labeled-timestamps-at-point): New option.
554 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
555 of `hide-sublevels 1', in case the first headline is not level 1.
556 (org-overview, org-content): New fuction.
557 (org-cycle-global-status, org-cycle-subtree-status): Make these
558 variables buffer-local.
559 (org-global-cycle): New command.
560 (org-shifttab): Use `org-global-cycle'.
561 (org-insert-heading, org-insert-item): Go to end of new
562 headline/item after creating it.
563 (org-export-visible): Rename from `org-export-copy-visible'.
564 Now creates a temporary org-file and applies an exporting command
565 to it.
566 (org-table-eval-formula): Support for lisp forms.
567 (org-agenda-todo-ignore-scheduled): New option.
568 (org-agenda-get-todos): Use new option
569 `org-agenda-todo-ignore-scheduled'.
570 (org-export-html-inline-images): New value `maybe'.
571 (org-export-as-html): Inlining of images dependent on link description.
572 (org-archive-subtree): Check for end-of-buffer before trying
573 `kill-line'.
574 (org-agenda-follow-mode): New option.
575 (org-export-with-tags, org-export-with-timestamps): New options.
576 (org-html-handle-time-stamps): New function.
577 (org-keyword-time-regexp): New variable.
578 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
579 (org-agenda-todo-list-sublevels): New option.
580 (org-html-level-start): When TITLE is nil, just close all levels.
581 (org-parse-key-lines, org-parse-export-options): Remove functions,
582 replaced by `org-infile-export-plist'.
583 (org-combine-plists, org-infile-export-plist)
584 (org-default-export-plist): New functions.
585 (org-export-html-preamble, org-export-html-postamble)
586 (org-export-html-auto-preamble, org-export-html-auto-postamble):
587 New variables.
588 (org-export-publishing-directory): New option.
589 (org-export-as-html, org-export-as-ascii): Use the new property
590 lists for settings.
591 (org-export-copy-visible, org-export-as-xoxo):
592 Respect `org-export-publishing-directory'.
593 (org-link-search, org-store-link, org-file-apps): Support for
594 links to BibTeX database entries..
595 (org-get-current-options, org-set-regexps-and-options):
596 Implement logging as a startup option.
597 (org-store-link): Make sure context string is never empty
598 (org-insert-link): Use relative path when possible.
599 (org-at-item-checklet-p): New function.
600 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
601 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
602 (org-metaright, org-metaup, org-metadown, org-shiftup)
603 (org-shiftdown, org-shiftright, org-shiftleft)
604 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
605 Dispatch using `call-interactively'.
606 (org-call-with-arg): New defsubst.
607 (org-tag-alist, org-use-fast-tag-selection): New options.
608 (org-complete): Use `org-tag-alist'.
609 (org-fast-tag-insert, org-fast-tag-selection): New functions.
610 (org-next-item, org-previous-item): New commands.
611 (org-beginning-of-item, org-end-of-item): Add (interactive) to
612 make command.
613 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
614
615
616 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
617
618 * emacs-lisp/ewoc.el (ewoc-delete): New function.
619 (ewoc-filter): Use `ewoc-delete'.
620
621 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
622
623 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
626 Signal more user-friendly error messages.
627
628 * complete.el (PC-do-completion): Undo the addition of implicit
629 wildcards if they did not lead to finding any match.
630 (read-file-name-internal): Don't add the final > if the completion is
631 not finished.
632
633 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
634
635 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
636 Quote safe-local-variable predicate.
637
638 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
639
640 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
641
642 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
643
644 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
645
646 * progmodes/make-mode.el (makefile-special-targets-list)
647 (makefile-macro-table, makefile-target-table): Mark as risky.
648 (makefile-query-one-target-method): Make this the alias for the
649 following variable.
650 (makefile-query-one-target-method-function): Make this the real name.
651
652 * textmodes/artist.el (artist-text-renderer): Make this the alias
653 for the following variable.
654 (artist-text-renderer-function): Make this the real name.
655
656 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
657 the alias for the following variable.
658 (flyspell-generic-check-word-predicate): Make this the real name.
659
660 * textmodes/ispell.el (ispell-format-word): Make this the alias
661 for the following variable.
662 (ispell-format-word-function): Make this the real name.
663 (ispell-message-text-end): Mark as risky.
664
665 * skeleton.el (skeleton-transformation, skeleton-filter)
666 (skeleton-pair-filter): Make these the aliases for the following
667 variables.
668 (skeleton-transformation-function, skeleton-filter-function)
669 (skeleton-pair-filter-function): Make these the real names.
670
671 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
672 and skeleton-pair-filter-function.
673
674 * textmodes/sgml-mode.el (sgml-transformation): Make this the
675 alias for the following variable.
676 (sgml-transformation-function): Make this the real name.
677 (sgml-tag-alist): Mark as risky.
678
679 2006-05-21 Richard Stallman <rms@gnu.org>
680
681 * simple.el (kill-region): Interactively, pass point, then mark.
682
683 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
684
685 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
686
687 2006-05-21 Romain Francoise <romain@orebokech.com>
688
689 * dired-x.el (dired-mode-map): Don't bind M-g.
690
691 2006-05-20 Richard Stallman <rms@gnu.org>
692
693 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
694 (dired-goto-file): Doc fix.
695
696 2006-05-21 Kim F. Storm <storm@cua.dk>
697
698 * emulation/cua-base.el: Mention customizing cua-mode as alternative
699 way to enable built-in cua-mode if user loads older CUA-mode package.
700
701 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
702 if default-filename is specified.
703
704 2006-05-20 Eli Zaretskii <eliz@gnu.org>
705
706 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
707
708 * info.el (info-apropos): Make sure current-file and current-node
709 have non-nil values. Speed up by using add-to-list instead of
710 manual consing.
711
712 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
713
714 * progmodes/make-mode.el (makefile-mode): Doc fix.
715
716 2006-05-20 Eli Zaretskii <eliz@gnu.org>
717
718 * dired-aux.el (dired-do-shell-command): Doc fix.
719
720 2006-05-20 Kevin Ryde <user42@zip.com.au>
721
722 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
723 ``(custom-manual :tag "Foo" "(foo)Node")''.
724
725 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
726
727 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
728 value is an integer.
729
730 2006-05-20 Eli Zaretskii <eliz@gnu.org>
731
732 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
733 "format".
734 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
735
736 2006-05-20 Martin Rudalics <rudalics@gmx.at>
737
738 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
739 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
740
741 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
742
743 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
744 regexp for keywords.
745
746 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
747
748 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
749 replace-regexp-in-string.
750
751 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
752 encode, and escape file name on conversion to URL.
753
754 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
755
756 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
757 Don't unescape URL.
758 (dnd-get-local-file-name): Unescape URL on conversion to file name.
759
760 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
761 on conversion to URLs.
762
763 * net/browse-url.el (browse-url-file-url): Encode file name on
764 conversion to URL.
765
766 * term/mac-win.el (mac-ae-open-documents): Escape file name on
767 conversion to URL.
768
769 2006-05-19 Eli Zaretskii <eliz@gnu.org>
770
771 * progmodes/cc-styles.el (c-style-alist): Doc fix.
772
773 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
774
775 * term/mac-win.el (mac-bytes-to-digits): Remove function.
776 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
777
778 2006-05-19 Glenn Morris <rgm@gnu.org>
779
780 * calendar/diary-lib.el (diary-bahai-date)
781 (list-bahai-diary-entries, mark-bahai-diary-entries)
782 (mark-bahai-calendar-date-pattern): Not interactive.
783 (add-to-diary-list): New optional arg LITERAL. Doc fix.
784 (diary-entries-list): Change format of 4th element in each entry.
785 (diary-list-entries): Use add-to-diary-list.
786 (diary-goto-entry): Handle the case where the buffer visiting the
787 diary has been killed.
788 (fancy-diary-display): Add 'locator to button rather than 'marker.
789 Only generate temp-face when there are marks to apply.
790 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
791 (diary-fancy-date-pattern): New variable.
792 (diary-time-regexp): Doc fix.
793 (diary-anniversary, diary-time): New faces.
794 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
795 diary-time-regexp. Add font-lock-multiline property where needed.
796 Use new faces diary-anniversary and diary-time.
797 (diary-fancy-font-lock-fontify-region-function): New function, to
798 handle multiline font-lock pattern in fancy diary.
799 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
800 (diary-font-lock-keywords): Tweak time regexp. Use new face
801 diary-time.
802
803 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
804
805 * international/code-pages.el (mik): Table corrected.
806
807 2006-05-18 Kim F. Storm <storm@cua.dk>
808
809 * progmodes/grep.el (grep-find): Don't check grep-find-command
810 before running command (breaks non-interactive usage).
811
812 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
813
814 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
815 (ewoc--insert-new-node): Don't insert trailing newline.
816 Instead, adjust successor nodes's start markers.
817 (ewoc--refresh-node): Delete all text from current node's start
818 marker to the next one's; adjust successor nodes's start markers.
819 (ewoc--create): Doc fixes.
820 (ewoc--refresh): Don't insert newline.
821 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
822 * pcvs.el (cvs-make-cvs-buffer):
823 Specify extra newline for ewoc's header and footer.
824 (cvs-update-header): Update initial header recognition.
825 Append newline to final header and footer values.
826 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
827
828 2006-05-17 Richard Stallman <rms@gnu.org>
829
830 * files.el (file-name-extension): Doc fix.
831
832 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
835 we can explicitly enable/disable rather than toggle.
836 (shell-mode): Use it.
837 (shell-cd): Don't try to reproduce what `cd' does.
838
839 2006-05-17 Kim F. Storm <storm@cua.dk>
840
841 * ido.el (ido-read-internal): Use only nondirectory part of
842 default item.
843
844 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
845
846 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
847 (ewoc-nth): Doc fix.
848
849 (ewoc-map, ewoc-invalidate): Compute PP before looping.
850
851 2006-05-16 Eli Zaretskii <eliz@gnu.org>
852
853 * international/mule.el (auto-coding-alist): Add .lha to files
854 read with no-conversion.
855
856 * files.el (auto-mode-alist): Add .lha files to archive file
857 extensions.
858
859 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
860 Convert csize to integer when computing offsets within the
861 compressed archive file.
862
863 2006-05-16 Kim F. Storm <storm@cua.dk>
864
865 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
866 with read-from-minibuffer.
867
868 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
869
870 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
871 (byte-compile-warnings): Fix safe-local-variable property.
872
873 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
874
875 * allout.el (allout-show-bodies, allout-old-style-prefixes)
876 (allout-stylish-prefixes, allout-numbered-bullet)
877 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
878 predicates to qualify `safe-local-variable' property, when
879 available, else use equivalent lambda.
880 (allout-current-topic-collapsed-p): Do the right thing regarding
881 trailing blank lines.
882
883 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * server.el (server-start): Only create a directory if needed.
886 (server-edit, server-unload-hook): server-start => server-mode.
887 (kill-emacs-hook): Cleanup upon exit.
888
889 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * hexl.el (hexlify-buffer): Encode process arguments manually.
892
893 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
894
895 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
896 call to gdb-tooltip-print.
897
898 2006-05-15 Romain Francoise <romain@orebokech.com>
899
900 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
901 systems, default to "tar" since those systems probably have GNU tar.
902
903 2006-05-14 Lars Hansen <larsh@soem.dk>
904
905 * desktop.el (desktop-missing-file-warning): Fix docstring.
906 (desktop-restore-file-buffer): Correct question asked on missing file.
907
908 2006-05-14 Kim F. Storm <storm@cua.dk>
909
910 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
911 Add CUA move property.
912
913 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
914
915 * custom.el (custom-push-theme): Load the variable before checking
916 its `standard-value'.
917
918 2006-05-13 Lars Hansen <larsh@soem.dk>
919
920 * desktop.el (desktop-save): Use with-temp-buffer.
921
922 2006-05-12 Glenn Morris <rgm@gnu.org>
923
924 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
925 * calendar/calendar.el (calendar-mode-map):
926 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
927 * calendar/appt.el (appt-check, appt-make-list): Refer to
928 diary-view-entries, diary-list-entries, diary-show-all-entries
929 rather than obsolete aliases.
930
931 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
932
933 * simple.el (line-move-finish): Avoid calling point motion hooks
934 while processing intangibility.
935
936 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
937
938 * term/xterm.el (terminal-init-xterm): Fix typo.
939
940 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
941
942 * allout.el: (allout-view-change-hook): Mark as being deprecated,
943 to be replaced by `allout-exposure-change-hook'.
944 (allout-exposure-change-hook): New, replacing
945 `allout-view-change-hook'.
946 (allout-flag-region): Run new hook `allout-exposure-change-hook',
947 in addition to `allout-view-change-hook'.
948 (allout-show-bodies, allout-old-style-prefixes)
949 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
950 lambda forms to prevent their showing up in variable help
951 presentations as inscrutable byte-compiled code.
952 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
953 Use string-or-null-p to qualify safe-local-variable values.
954 (allout-reindent-bodies): Use memq to qualify matches against
955 valid safe-local-variable values. Also, quote the lambda as above.
956 (allout-use-mode-specific-leader): Add missing candidate-value
957 symbols, use memq, and quote the lambda.
958 (allout-overlay-interior-modification-handler): Remove unused
959 variables `msg' and 'opened'.
960 (allout-hidden-p): Constrain invisibility consideration to allout's
961 invisibility spec, disregarding invisibility for other reasons.
962
963 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
964
965 * files.el (version-control): Correct safe values.
966
967 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
968
969 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
970
971 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
972 (ewoc--insert-new-node): New func.
973 Update callers of deleted funcs to use it, instead.
974
975 2006-05-11 Glenn Morris <rgm@gnu.org>
976
977 * calendar/calendar.el (diary-show-all-entries): Do not refer to
978 obsolete alias `show-all-diary-entries'.
979 (make-diary-entry): Not interactive.
980 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
981 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
982 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
983 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
984 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
985 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
986
987 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
988
989 * calendar/calendar.el (calendar-french-date-string)
990 (calendar-mayan-date-string, calendar-chinese-date-string)
991 (calendar-astro-date-string, calendar-iso-date-string)
992 (calendar-islamic-date-string, calendar-bahai-date-string)
993 (calendar-hebrew-date-string, calendar-coptic-date-string)
994 (calendar-ethiopic-date-string, calendar-persian-date-string):
995 These functions are not interactive.
996
997 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
998
999 * files.el: Balance parentheses.
1000
1001 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1002
1003 * files.el, newcomment.el, outline.el, simple.el,
1004 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1005 progmodes/cc-vars.el, progmodes/compile.el:
1006 Move `safe-local-variable' declarations to the respective files.
1007
1008 * help-fns.el (describe-variable): Don't print safe-var if it is
1009 byte-code. Improve wording as suggested by Luc Teirlinck.
1010
1011 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1012
1013 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1014 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1015 Use a token for pending-triggers to ensure gdb-var-update
1016 gets called once per user input again for pre-GDB 6.4.
1017 (gdb-var-delete): Match on more complex expressions.
1018 (gdb-var-list-children-handler, gdb-var-create-handler):
1019 Use a token for consistency.
1020
1021 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1022
1023 * textmodes/org.el (org-read-date, org-goto-calendar)
1024 (org-agenda-goto-calendar):
1025 Bind `view-calendar-holidays-initially' to nil.
1026
1027 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1028
1029 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1030 Update all callers to do it there, instead.
1031
1032 2006-05-10 Glenn Morris <rgm@gnu.org>
1033
1034 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1035 prefix arg case, to avoid view-diary-entries-initially error.
1036 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1037 (calendar-date-is-legal-p): Handle dates with no day part.
1038
1039 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1040
1041 * comint.el (comint-insert-input): Just make it when
1042 comint-use-prompt regexp is nil (default) and with the mouse.
1043 (comint-copy-old-input): Reinstate from 2004-06-23.
1044 (comint-mode-map): Bind C-c C-m to it.
1045
1046 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
1047
1048 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1049 Remove spurious move to point-max (new comint behavior fixes).
1050
1051 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1052 compatibility function (Emacs 18/19).
1053 (idlwave-is-continuation-line): Always return point at start of
1054 previous non-blank continuation line.
1055 `keyword-parameters': Fix continued comment font-lock matcher.
1056 (idlwave-font-lock-fontify-region): Written, use as
1057 font-lock-fontify-region-function, to fix continued keyword
1058 fontification issues.
1059
1060 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1061
1062 * term/mac-win.el (mac-font-panel-mode): Doc fix.
1063 (mac-service-selection, mac-service-open-file)
1064 (mac-service-open-selection, mac-service-mail-selection)
1065 (mac-service-mail-to, mac-service-insert-text): Rename from
1066 mac-services-*. All uses changed.
1067 (mac-apple-event-map): Rename event symbol `services' to `service'.
1068
1069 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1070
1071 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1072 (ewoc--node-enter-first, ewoc--node-enter-last)
1073 (ewoc--delete-node-internal): Merge funcs into unique callers.
1074
1075 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
1076
1077 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1078 return value of read-from-minibuffer for empty input.
1079
1080 2006-05-09 Miles Bader <miles@gnu.org>
1081
1082 * comint.el (comint-insert-input): Remove redundant calls to setq
1083 and goto-char.
1084
1085 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
1086
1087 * comint.el (comint-insert-input): Make it work when
1088 comint-use-prompt-regexp is t.
1089
1090 2006-05-10 Miles Bader <miles@gnu.org>
1091
1092 * subr.el (field-at-pos): New function.
1093
1094 * comint.el (comint-insert-input): Use it.
1095
1096 2006-05-09 Juri Linkov <juri@jurta.org>
1097
1098 * battery.el (battery-linux-proc-acpi): Also try
1099 `/proc/acpi/thermal_zone/THR2/temperature'.
1100
1101 * files.el <safe-local-variable>: Remove `eval' and `let' binding
1102 for now unused lambda `string-or-null'.
1103
1104 * add-log.el (change-log-default-name): Put `string-or-null-p'
1105 instead of lambda on `safe-local-variable' property.
1106
1107 * diff-mode.el (diff-context->unified): Use `region-beginning' and
1108 `region-end' instead of `mark' and `point'.
1109 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1110 Operate on region in Transient Mark mode when the mark is active.
1111 Use `region-beginning' and `region-end' instead of `mark' and
1112 `point'.
1113 (diff-hunk-text, diff-goto-source): Doc fix.
1114
1115 * startup.el (fancy-splash-screens, normal-splash-screen): Use
1116 face `mode-line-buffer-id' for mode-line buffer face instead of
1117 hard-coded `(:weight bold)'.
1118
1119 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1120 buffer-undo-list to t (undo-ask is reproducible by visiting
1121 nested archives).
1122
1123 2006-05-09 Kim F. Storm <storm@cua.dk>
1124
1125 * progmodes/grep.el (rgrep): Set default directory of *grep*
1126 buffer if we start M-x rgrep in the *grep* buffer and choose
1127 a different base directory.
1128
1129 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
1130
1131 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1132 completion also when ido is loaded.
1133
1134 2006-05-09 Masatake YAMATO <jet@gyve.org>
1135
1136 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1137 "warning" and "import".
1138 (cpp-font-lock-keywords): Added "warning".
1139
1140 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1141
1142 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1143
1144 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1147 pages at a time, if we signal the end, we should indeed reach that end.
1148
1149 2006-05-08 David Reitter <david.reitter@gmail.com>
1150
1151 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1152 output during execution of the body.
1153
1154 2006-05-08 Kim F. Storm <storm@cua.dk>
1155
1156 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1157
1158 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1159
1160 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1161 Use with-current-buffer.
1162
1163 2006-05-07 Kim F. Storm <storm@cua.dk>
1164
1165 * subr.el (add-to-history): Remove keep-dups arg.
1166
1167 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1168 to nil around call to add-to-history.
1169
1170 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1173 than after a buffer modification.
1174
1175 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
1176
1177 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1178 call to...
1179 (gud-watch): ...here so speedbar is raised for already watched
1180 expressions.
1181 (gdb-speedbar-refresh): Delete function.
1182 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1183 Use speedbar-timer-fn instead of speedbar-refresh (reverting
1184 earlier change).
1185 (gdb-var-evaluate-expression-handler)
1186 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1187
1188 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1189 Update localized contents for all buffers except ignored modes.
1190
1191 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1192
1193 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1194 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1195 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1196 (mac-handle-font-panel-closed, mac-handle-font-selection):
1197 New functions.
1198 (mac-font-panel-mode): New minor mode.
1199 (mac-apple-event-map): Add bindings for toolbar toggle button and
1200 font panel.
1201 (menu-bar-showhide-menu): Add mac-font-panel-mode.
1202
1203 2006-05-07 John Paul Wallington <jpw@pobox.com>
1204
1205 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1206 Avoid `regexp-opt'; simplify regexp for readability.
1207
1208 2006-05-06 Eli Zaretskii <eliz@gnu.org>
1209
1210 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1211 * files.el (buffer-stale-function):
1212 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1213 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1214 links to the main manual, not to emacs-xtra.
1215
1216 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1217
1218 * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
1219 MacJapanese if text is ASCII-only.
1220
1221 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
1222
1223 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1224 unless so nil isn't returned.
1225 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1226
1227 2006-05-06 Kim F. Storm <storm@cua.dk>
1228
1229 * subr.el (add-to-history): New function.
1230
1231 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1232 (ediff-merge-files-with-ancestor):
1233 * env.el (setenv):
1234 * isearch.el (isearch-update-ring):
1235 * server.el (server-visit-files):
1236 * progmodes/grep.el (lgrep, rgrep):
1237 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1238 * progmodes/xscheme.el (xscheme-insert-expression):
1239 Use add-to-history.
1240
1241 * kmacro.el (kmacro-push-ring): Use add-to-history.
1242 (kmacro-ring-length): Remove unused defun.
1243 (kmacro-start-macro): Use kmacro-push-ring.
1244
1245 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
1246
1247 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1248 directly instead of a lambda expression that calls it.
1249
1250 2006-05-06 Kim F. Storm <storm@cua.dk>
1251
1252 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1253 instead of compute-motion.
1254
1255 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1256
1257 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
1258 change.
1259
1260 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
1261
1262 * startup.el (command-line-1): Refer to "Pure Storage" on
1263 pure-space-overflow.
1264
1265 2006-05-05 Martin Rudalics <rudalics@gmx.at>
1266
1267 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1268 provided faces once they all have been used up.
1269
1270 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1271
1272 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1273 reference to the Lisp manual to the warning about pure space
1274 overflow.
1275
1276 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1277
1278 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1279 argument to avoid the call to `ispell-internal-change-dictionary'
1280 when not needed.
1281 (ispell-change-dictionary): Use this argument and call
1282 `ispell-internal-change-dictionary' after the possible change
1283 to `ispell-local-dictionary'.
1284 (ispell-internal-change-dictionary): Check for a change in
1285 personal dictionary use too.
1286 Cosmetic changes from Agustin Martin
1287 <agustin.martin@hispalinux.es>.
1288
1289 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1290
1291 * startup.el (command-line): On MS-Windows, probe "~", not
1292 "~USER", for warning about non-existent home directory
1293
1294 * arc-mode.el (archive-l-e): New optional argument `float' means
1295 generate a float value.
1296 (archive-arc-summarize, archive-lzh-summarize)
1297 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1298 with 3rd argument non-nil when file's size is being computed.
1299 Format the file sizes with %8.0f instead of %8d.
1300
1301 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1302
1303 * cus-start.el (all): Add mac-dnd-known-types.
1304
1305 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
1306 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1307 (mac-TIFF-to-string): New functions.
1308 (x-get-selection, x-selection-value)
1309 (mac-select-convert-to-string): Use them.
1310 (mac-text-encoding-mac-japanese-basic-variant): New constant.
1311 (mac-dnd-types-alist): New customization variable.
1312 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1313 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1314 (mac-dnd-handle-drag-n-drop-event): New functions.
1315 (mac-drag-n-drop): Remove function.
1316 (global-map): Bind drag-n-drop and M-drag-n-drop to
1317 mac-dnd-handle-drag-n-drop-event.
1318
1319 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
1320
1321 * progmodes/perl-mode.el (perl-beginning-of-function):
1322 Skip anonymous subs.
1323
1324 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1325
1326 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1327 regexp-opt at run time.
1328
1329 * term.el (term-handle-ansi-escape): Fix off by one error.
1330
1331 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
1332
1333 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1334 (gdb-init-1, gdb-post-prompt): ...and references to it.
1335 (gdb-frame-handler): Strip directory name from filename if present.
1336
1337 * progmodes/gud.el (gdb-force-update): Delete defvar
1338 (gud-speedbar-buttons): ...and references to it. Use window-start
1339 to try to keep positon in watch expression.
1340
1341 2006-05-03 Richard Stallman <rms@gnu.org>
1342
1343 * simple.el (next-history-element, previous-history-element): Doc fix.
1344
1345 * isearch.el (isearch-update-ring): Doc fix.
1346
1347 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
1348
1349 * isearch.el (isearch-update-ring): Take history-delete-duplicates
1350 into consideration. Replace one arm ifs with whens.
1351
1352 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
1353
1354 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1355 (menu): Fix typo.
1356
1357 2006-05-02 Miles Bader <miles@gnu.org>
1358
1359 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
1360
1361 2006-05-02 Jay Belanger <belanger@truman.edu>
1362
1363 * calc/calc-embed.el: (calc-override-minor-modes-map)
1364 (calc-override-minor-modes): New variables.
1365 (calc-do-embedded): Make sure that Calc keystrokes aren't
1366 overwritten by minor modes.
1367
1368 2006-05-02 Chong Yidong <cyd@mit.edu>
1369
1370 * msb.el (msb): If EVENT is a down event, read and discard the up event.
1371
1372 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
1373
1374 * startup.el (command-line-1): Refer to Lisp manual when
1375 pure-space-overflow occurs.
1376
1377 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
1378 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
1379 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
1380 (version-control): Don't use `t' for safe-local-variable declarations.
1381
1382 2006-05-01 Richard Stallman <rms@gnu.org>
1383
1384 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
1385 M-r, M-R, M-A, M-SPC or M-DEL.
1386 (diff-mode-map): diff-refine-hunk now on C-c C-w
1387 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
1388
1389 * help-mode.el (help-mode): view-exit-action calls delete-window
1390 only when it is safe and possible.
1391
1392 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
1393 in messages.
1394
1395 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
1396
1397 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
1398 in the default tool-bar-map.
1399
1400 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
1401
1402 * net/tramp.el (tramp-completion-file-name-handler-alist)
1403 (tramp-run-real-handler, tramp-completion-run-real-handler)
1404 (tramp-completion-handle-file-name-all-completions)
1405 (tramp-completion-handle-file-name-completion): Autoload them.
1406 (tramp-completion-handle-file-exists-p)
1407 (tramp-completion-handle-file-name-directory)
1408 (tramp-completion-handle-file-name-nondirectory)
1409 (tramp-completion-handle-expand-file-name): Remove them.
1410 (tramp-handle-file-name-directory): Return the real directory name.
1411 Returning "/" only doesn't need to be necessary any longer.
1412 (tramp-file-name-handler): Make special attention when in hostname
1413 completion mode.
1414 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
1415 (tramp-register-file-name-handlers):
1416 Register `tramp-completion-file-name-handler' only when
1417 `partial-completion-mode' is enabled.
1418 (tramp-completion-handle-file-name-all-completions):
1419 Delete directory part from results.
1420 (tramp-get-completion-methods, tramp-get-completion-user-host):
1421 Discard deleting "/", it doesn't work after the change of
1422 `tramp-handle-file-name-directory' above.
1423
1424 2006-05-01 Kim F. Storm <storm@cua.dk>
1425
1426 * progmodes/grep.el (grep-expand-template): Use save-match-data
1427 and symbol-value.
1428
1429 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1430
1431 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
1432 Use select-frame-set-input-focus instead of raise-frame.
1433 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
1434
1435 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
1436
1437 * progmodes/gud.el (gud-def): Add %c case.
1438 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
1439 (gud-format-command): Make match case sensitive. Match on %F.
1440
1441 2006-04-30 Glenn Morris <rgm@gnu.org>
1442
1443 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
1444 (cal-tex-preamble): Use cal-tex-preamble-extra.
1445 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
1446 than alias `list-diary-entries'.
1447
1448 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1449
1450 * help-fns.el (describe-variable): Add info about safe local variables.
1451
1452 2006-04-29 Richard Stallman <rms@gnu.org>
1453
1454 * bindings.el (mode-line-format): help-echo doc fixes.
1455
1456 * net/tramp.el (tramp-file-name-handler-alist): Delete
1457 expand-file-name and other operations that can cause spurious loading.
1458
1459 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * files.el (safe-local-variable-p): Remove support for the special
1462 value t.
1463
1464 * textmodes/paragraphs.el (sentence-end-without-space):
1465 Fix safety predicate.
1466 (sentence-end-double-space, sentence-end-without-period)
1467 (paragraph-ignore-fill-prefix):
1468 * textmodes/fill.el (colon-double-space):
1469 * abbrev.el (abbrev-mode): Tighten the safety predicate.
1470
1471 * subr.el (booleanp): New fun.
1472
1473 * textmodes/reftex-vars.el (reftex-guess-label-type):
1474 Tighten the safety predicate.
1475
1476 2006-04-28 Kim F. Storm <storm@cua.dk>
1477
1478 * progmodes/grep.el (defgroup grep): Doc fix.
1479 (grep-auto-highlight): Remove.
1480 (grep-template): New defcustom.
1481 (grep-find-template): Rename from grep-tree-template.
1482 (grep-files-aliases): Rename from grep-tree-files-aliases.
1483 Remove "all" alias, add "l" alias.
1484 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
1485 (grep-find-ignored-directories): New defcustom to replace
1486 grep-tree-ignore-CVS-directories, to facilitate ignoring
1487 subdirectories for multiple version control systems.
1488 (grep-mode-map): Add Recursive grep item to GREP menu.
1489 (grep-regexp-history, grep-files-history): New defvars.
1490 (grep-probe): New helper function.
1491 (grep-compute-defaults): Use it to simplify code.
1492 Adapt to name changes.
1493 Use `.' as base in grep-find-template rather than <D>.
1494 (grep): Remove superfluous highlight-regexp arg. Fix doc.
1495 Call grep-compute-defaults unconditionally.
1496 (grep-expand-keywords): New defconst.
1497 (grep-expand-template): Rename from grep-expand-command-macros.
1498 Simplify via grep-expand-keywords. Look at case-fold-search instead
1499 of grep-tree-ignore-case to add -i option.
1500 Bind case-fold-search to nil while matching keywords.
1501 (grep-tree-last-regexp, grep-tree-last-files): Remove.
1502 (grep-read-regexp, grep-read-files): New helper functions.
1503 (rgrep): Rename from grep-tree. Rework to use proper histories.
1504 Adapt to changes in defcustoms and functions above.
1505 (lgrep): New command, as grep, but using same interactive UI as rgrep.
1506
1507 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
1508
1509 * net/tramp.el (tramp-completion-file-name-handler):
1510 Disable Tramp's functionality while loading Tramp itself.
1511 (tramp-register-file-name-handlers): That's a defsubst now.
1512 Code from `tramp-repair-jka-compr' moved here. Apply it via
1513 `after-init-hook'.
1514 (tramp-repair-jka-compr): Remove.
1515
1516 2006-04-27 Jay Belanger <belanger@truman.edu>
1517
1518 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
1519 read expression when `math-read-big-expr' doesn't work.
1520
1521 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
1522
1523 * startup.el (command-line-1): Display warning when
1524 pure-space-overflow is non-nil.
1525
1526 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1527
1528 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
1529 risky.
1530
1531 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1532
1533 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
1534 Return the URL or nil if none can be generated.
1535
1536 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
1537
1538 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
1539 byte compiler warnings.
1540 (gud-basic-call, gud-find-expr): Let user select an expression
1541 for printing. Print expression as well as value in GUD buffer.
1542
1543 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
1544
1545 * allout.el: Remove local autoload declaration for
1546 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
1547 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
1548 (allout-plain-bullets-string, allout-distinctive-bullets-string)
1549 (allout-use-mode-specific-leader, allout-old-style-prefixes)
1550 (allout-stylish-prefixes, allout-numbered-bullet)
1551 (allout-file-xref-bullet, allout-presentation-padding)
1552 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
1553 safe-local-variable with suitable value spec, and add autoload
1554 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
1555 (move-beginning-of-line, move-end-of-line): Repair so these compat
1556 functions now actually resituate the point, when appropriate.
1557
1558 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
1561
1562 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
1563 (add-log-iso8601-time-string): Fix call to format-time-string.
1564
1565 2006-04-26 Kim F. Storm <storm@cua.dk>
1566
1567 * subr.el (posn-string, posn-image, posn-object): Doc fix.
1568
1569 2006-04-26 Masatake YAMATO <jet@gyve.org>
1570
1571 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1572 Add support for "//" style comments. Remove `b' flag
1573 from ?* in `asm-mode-syntax-table'.
1574
1575 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * follow.el: Use (featurep 'xemacs) everywhere.
1578 (follow-mode): Use define-minor-mode.
1579 (follow-mode-map): Move initialization into the declaration.
1580 Use command remapping.
1581 (follow-emacs-version-xemacs-p): Remove.
1582 (follow-submit-feedback): Remove.
1583
1584 * allout.el (allout-layout, allout-passphrase-verifier-string)
1585 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
1586
1587 * textmodes/reftex-vars.el (reftex-vref-is-default)
1588 (reftex-fref-is-default, reftex-guess-label-type):
1589 Tighten up a bit the safety predicate.
1590
1591 * textmodes/paragraphs.el (sentence-end-double-space)
1592 (sentence-end-without-period, sentence-end-without-space)
1593 (page-delimiter, paragraph-ignore-fill-prefix):
1594 Tighten up a bit the safety predicate.
1595
1596 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
1597
1598 * progmodes/python.el (python-continuation-line-p)
1599 (python-beginning-of-statement): syntax-ppss may return
1600 a negative depth.
1601 (python-mode): Don't forcefully enable font-lock.
1602
1603 * time-stamp.el (time-stamp-start, time-stamp-end)
1604 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
1605
1606 * add-log.el: Remove spurious * in docstrings.
1607 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
1608 (add-change-log-entry): Use it here, since it's not specific
1609 to iso8601.
1610 (add-log-iso8601-time-string): Don't use it here any more.
1611 (change-log-indent-text, change-log-indent): Rename from add-log-*.
1612
1613 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
1614
1615 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
1616
1617 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
1618 (rcirc-toggle-low-priority): Doc fix.
1619 (rcirc-handler-NOTICE): Remove beginning of line anchor in
1620 ChanServ regexp.
1621 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
1622 #emacs.
1623 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
1624 (rcirc-decode-coding-system): Use utf-8 as the default.
1625 (rcirc-multiline-minor-mode): Set the fill-column.
1626 (rcirc-format-response-string): Display bright and dim nicks.
1627 (rcirc-browse-url): Update interactive spec to fill ARG.
1628 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
1629 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
1630
1631 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1632
1633 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
1634 case for @Article, etc.
1635
1636 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
1637
1638 * net/tramp.el (tramp-register-file-name-handlers): New defun.
1639 Added with autoload cookie.
1640 (tramp-unload-file-name-handlers): Rename from
1641 `tramp-unload-file-name-handler-alist'.
1642
1643 2006-04-23 Romain Francoise <romain@orebokech.com>
1644
1645 * comint.el (comint-match-partial-filename): Doc fix.
1646
1647 2006-04-21 Glenn Morris <rgm@gnu.org>
1648
1649 * calendar/cal-menu.el (calendar-mode-map): Refer to
1650 `diary-view-entries' rather than alias `view-diary-entries'.
1651 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
1652
1653 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
1654
1655 * progmodes/antlr-mode.el (antlr-default):
1656 * cus-edit.el (custom-documentation):
1657 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
1658 in defface.
1659
1660 2006-04-21 Kim F. Storm <storm@cua.dk>
1661
1662 * image.el (image-type): New defun split out of create-image.
1663 (create-image): Use it.
1664
1665 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
1666
1667 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
1668 (org-open-at-point): Remove the "...done" message to keep output
1669 in the echo area visible.
1670 (org-export-as-xoxo): Fix call to `indent-region'.
1671
1672 2006-04-21 Kevin Ryde <user42@zip.com.au>
1673
1674 * international/mule.el (keyboard-coding-system): defcustom
1675 info-link fixes: "Specify Coding" has been split, keyboard now in
1676 "Terminal Coding", and "Single-Byte Character Support" is now
1677 "Unibyte Mode".
1678
1679 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
1680
1681 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
1682 Use font-lock-warning-face for any errors e.g. no stack.
1683 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
1684
1685 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1686
1687 * progmodes/sh-script.el (sh-shell): Mark as safe.
1688
1689 * newcomment.el (comment-start, comment-start-skip)
1690 (comment-end-skip, comment-end): Mark as safe.
1691
1692 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
1693
1694 * textmodes/org.el (org-deadline-announce): Face removed.
1695 (org-level-faces, org-n-levels): Convert to constant.
1696 (org-compatible-face): New function.
1697 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1698 (org-level-5, org-level-6, org-level-7, org-level-8)
1699 (org-special-keyword, org-warning, org-headline-done, org-link)
1700 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1701 (org-scheduled-today, org-scheduled-previously, org-time-grid):
1702 Face definition revised for better color tty support.
1703 (org-bold-re, org-italic-re, org-underline-re): New constants.
1704 (org-set-font-lock-defaults): Use the new constants.
1705 (org-agenda-highlight-todo): New function.
1706 (org-agenda-todo): Fix bug with point at end of line.
1707 (org-agenda-change-all-lines, org-finalize-agenda-entries):
1708 Fontify TODO keywords.
1709 (org-insert-link): Preserve relative path in ../ links.
1710 (org-export-as-html): Convert links pointing to .org files into
1711 links that will work beteen the exported HTML files.
1712 (org-todo-list): Fix bug when arg=0.
1713 (org-insert-heading): More fine-tuning.
1714
1715 2006-04-19 Romain Francoise <romain@orebokech.com>
1716
1717 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
1718 from `rmail-mime-charset-pattern'.
1719
1720 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1721
1722 * progmodes/python.el (python-mode): Fix typo.
1723
1724 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
1725
1726 * comint.el (comint-previous-input): Don't clobber input line
1727 when moving off either end of the input history ring.
1728 (comint-delete-input): New function, used by
1729 `comint-previous-input' and others.
1730 (comint-previous-matching-input):
1731 Use `coming-delete-input'. Save the partial input if leaving the
1732 edit line. Goto point-max before deleting input to avoid
1733 partial input fragments hanging around.
1734 (comint-restore-input): New function, used by `comint-previous-input'.
1735
1736 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
1737
1738 * imenu.el (imenu--index-alist): Balance parentheses.
1739
1740 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1741
1742 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
1743
1744 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
1745
1746 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
1747 file is nil.
1748
1749 2006-04-18 Richard Stallman <rms@gnu.org>
1750
1751 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
1752
1753 * imenu.el (imenu-create-index-function, imenu--index-alist)
1754 (imenu--last-menubar-index-alist, imenu--make-index-alist)
1755 (imenu-default-create-index-function, imenu--generic-function):
1756 Doc fixes.
1757
1758 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
1759
1760 * help-mode.el (help-mode): Set view-exit-action to delete window.
1761
1762 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
1763 now works by passing nil as arg.
1764
1765 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
1766
1767 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
1768 (read-abbrev-file): Provide default when reading filename.
1769
1770 * files.el (enable-local-variables): Allow :all as value.
1771 (hack-local-variables): Implement that value.
1772 (safe-local-variable-values, safe-local-eval-forms)
1773 (enable-local-variables): Mark as risky.
1774 (find-file-visit-truename, kept-old-versions): Mark safe.
1775
1776 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
1777 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
1778 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
1779
1780 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
1783 Use forward-line so as to get to BOL even in the presence of fields.
1784 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
1785 in return.
1786 (inferior-tcl): Tell tclsh to work in interactive mode.
1787
1788 * complete.el (partial-completion-mode):
1789 Use 'choose-completion-string-functions to make sure that
1790 choose-completion fills the minibuffer properly.
1791
1792 * complete.el (PC-old-read-file-name-internal): Remove.
1793 (PC-read-include-file-name-internal): Remove. Turn it into an advice
1794 of read-file-name-internal.
1795 (partial-completion-mode): Enable/disable this advice.
1796
1797 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
1798
1799 * net/tramp.el (tramp-completion-file-name-handler): Revert change
1800 of 2006-04-17.
1801
1802 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
1803
1804 * textmodes/org.el (org-insert-heading): Insert heading before
1805 current if at beginning of line.
1806 (org-todo, org-date): New faces.
1807 (org-table-align): Make sure tooltip window contains full text.
1808 (org-no-properties): New defsubst.
1809 (org-set-font-lock-defaults): Use new faces.
1810
1811 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
1812
1813 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
1814 for root variables.
1815
1816 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
1817 (gdb-frame-address): Re-use to identify frame for watch expression.
1818 (gdb-var-list, gdb-var-create-handler): Add frame address for root
1819 variables.
1820 (gdb-init-1, gdb-source, gdb-post-prompt)
1821 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
1822 (gdb-frame-handler): Get gdb-frame-address.
1823
1824 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
1825
1826 Sync with Tramp 2.0.53.
1827
1828 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
1829 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
1830 (tramp-completion-file-name-handler): Add autoload cookie for
1831 adding to `file-name-handler-alist'.
1832
1833 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
1834 the prompt. If it returns earlier (when detecting an error
1835 message), the rest of the output will merge accidently with the
1836 output of the next command. Reported by M Jared Finder
1837 <jared@hpalace.com>.
1838
1839 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1840 for `process-file', in order to let it work for older Emacsen too.
1841
1842 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
1843
1844 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
1845 (tex-font-lock-keywords-3): Use it.
1846
1847 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * newcomment.el (comment-add): New function.
1850 (comment-region-default, comment-dwim): Use it.
1851
1852 2006-04-15 Michael Olson <mwolson@gnu.org>
1853
1854 * emacs-lisp/tq.el: Improve comments.
1855 (tq-queue-head-question): New accessor function.
1856 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
1857 Update for modified queue structure.
1858 (tq-queue-add): Accept `question' argument.
1859 (tq-queue-pop): If a question is pending, send it.
1860 (tq-enqueue): Accept new optional argument `delay-question'.
1861 If this is non-nil, and at least one other question is pending a
1862 response, queue the question rather than sending it immediately.
1863
1864 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1865
1866 * calendar/appt.el (appt-add): Check whether an appointment is
1867 already present in appt-time-msg-list. Simplify code.
1868
1869 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * progmodes/cc-langs.el (c-mode-menu):
1872 Don't presume c-subword-mode is bound.
1873
1874 2006-04-13 Bill Wohler <wohler@newt.com>
1875
1876 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
1877 (customize-package-emacs-version): Use cdr instead of cadr now
1878 that alists use dotted pairs.
1879
1880 * custom.el (defcustom): Fix docstring for :package-version.
1881
1882 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
1883
1884 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
1885 (tramp-handle-shell-command): Display output buffer only when
1886 `tramp-display-shell-command-buffer' is true.
1887 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
1888
1889 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1890
1891 * textmodes/org.el (org-set-autofill-regexps): Set only the local
1892 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
1893
1894 2006-04-13 Romain Francoise <romain@orebokech.com>
1895
1896 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
1897 leaving temporary .cvsignore buffers behind.
1898
1899 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1900
1901 * textmodes/org.el (org-set-regexps-and-options)
1902 (org-get-current-options): Better names for the startup folding
1903 options.
1904
1905 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
1906
1907 * vc.el (vc-annotate): Arrange for point to end up at the same
1908 line number as in the original, but only when using a new buffer.
1909
1910 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
1911
1912 * files.el (hack-one-local-variable-eval-safep):
1913 Recognize `edebug-form-spec' for `put', but only if it passes
1914 `edebug-basic-spec'. Generalize `put' handling.
1915
1916 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
1917 vetting file-local form specs.
1918
1919 * allout.el (allout-layout): Autoload its `safe-local-variable'
1920 property.
1921
1922 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1923
1924 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
1925 (org-agenda-mouse-1-follows-link)
1926 (org-mouse-1-follows-link): New options.
1927 (org-format-agenda-item): Fix bug if TAGS is nil.
1928 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
1929
1930 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
1931
1932 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
1933 GDB 6.1+ gives full filename for "info sources" so use
1934 file-name-nondirectory.
1935
1936 2006-04-12 Romain Francoise <romain@orebokech.com>
1937
1938 * subr.el (read-passwd): Bind `message-log-max' to nil.
1939
1940 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1941
1942 * progmodes/perl-mode.el (perl-indent-new-calculate):
1943 Recompute parse-start after jumping backward by a whole sexp.
1944
1945 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
1948 window configuration.
1949 (vc-annotate-display-select): Select the buffer so that current-buffer
1950 (and selected-window) is the output buffer at the end of vc-annotate.
1951
1952 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
1953
1954 * vc.el (vc-annotate-color-map): Add custom TTY color map for
1955 8-color terminals, to use all of the colors in a sensible order.
1956 256-color terminals work well with the standard map.
1957 (vc-annotate-lines): Only strip the first color character if it
1958 is "#", to allow for terminal-style named colors.
1959 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
1960 the correct buffer is scrolled.
1961
1962 2006-04-11 Richard Stallman <rms@gnu.org>
1963
1964 * emacs-lisp/bytecomp.el (byte-compile-file):
1965 Bind enable-local-variables to :safe, and make normal-mode obey it.
1966
1967 * files.el (enable-local-variables): Allow value :safe.
1968 (normal-mode): Doc fix.
1969 (hack-local-variables): Implement enable-local-variables = :safe.
1970 (hack-local-variables-confirm): Don't prevent quitting.
1971
1972 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * loadhist.el (unload-feature): A bit of sanity check of
1975 load-history entries. Cancel timer-vars before unbinding them.
1976
1977 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
1978 quote special chars, and make the trick work on the hex part of the
1979 buffer as well.
1980 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
1981 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
1982
1983 * startup.el (normal-splash-screen): Fix last change so we don't wait
1984 2 minutes if we don't show the splash screen.
1985
1986 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
1987
1988 * textmodes/org.el (org-export-plain-list-max-depth)
1989 (org-table-spaces-around-separators)
1990 (org-radio-targets, org-activate-camels)
1991 (org-table-spaces-around-invisible-separators): Options removed.
1992 (org-time-stamp-rounding-minutes, org-remember-templates)
1993 (org-ellipsis, org-activate-links, org-descriptive-links):
1994 New options.
1995 (org-remember-apply-template, org-current-time)
1996 (org-finish-edit-table-field)
1997 (org-link-unescape, org-link-escape)
1998 (org-string-width, org-table-clean-line, org-html-do-expand)
1999 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2000 (org-read-agenda-file-list): New functions.
2001 (org-table-edit-field)
2002 (org-table-create-or-convert-from-region): New commands
2003 (org-table-toggle-vline-visibility): Command removed.
2004 (org-table-convert-region): Made a command.
2005 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2006 Replace with the normal org- functions.
2007 (org-self-insert-command): Don't trigger realign unnecessarily
2008 when blanking a field that is not full.
2009 (org-mode): `Set buffer-invisibility-spec' for links.
2010 (org-activate-links2): Hide link part and only show descriptive
2011 part of the link.
2012 (org-insert-link): Modify for new linking system.
2013 (org-store-link): Store description separately, for use by
2014 `org-insert-link'.
2015 (org-table-align): Use `org-string-width'.
2016 (defgroup): Completely new group structure for custom variables.
2017 (org-agenda-files): Option: Single file name allowed. Function:
2018 Optional argument unrestrited means ignore any restricitons.
2019 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2020 trying to modify the menu. Use generalized access to
2021 `org-agenda-files.'
2022 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2023 (org-agenda-file-to-front, org-remove-file, org-diary)
2024 (org-tags-view, org-export-icalendar-all-agenda-files)
2025 (org-export-icalendar-combine-agenda-files): Use generalized
2026 access to `org-agenda-files'.
2027 (org-remember-handler): Correctly preserve heading if present.
2028 (org-table-insert-row, org-table-insert-hline): Deal with
2029 invisible characters.
2030
2031 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2032
2033 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2034 (vc-annotate-color-map): New 18 element constant
2035 value/saturation, rotating hue colormap, from red->blue.
2036 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2037 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2038 (vc-annotate): To avoid killing the required local variables,
2039 set them before the end of `with-output-to-temp-buffer', and
2040 after first switching to annotate-mode.
2041 (vc-annotate-warp-version): Add buffer argument in goto-line to
2042 ensure annotation, not source, is scrolled.
2043
2044 2006-04-10 Bill Wohler <wohler@newt.com>
2045
2046 * custom.el (defcustom, custom-handle-keyword):
2047 Add :package-version keyword.
2048 (custom-add-package-version): New function. Sets value of new
2049 property 'custom-package-version from :package-version keyword.
2050 (defcustom): Create Common Keywords section in docstring.
2051 (defface, defgroup): Replace definitions of a select few keywords
2052 with a reference to the Common Keywords in defcustom.
2053 (defcustom, defface, defgroup): Replace reference to Customization
2054 chapter in manual with hyperlink.
2055
2056 * cus-edit.el (customize-package-emacs-version-alist):
2057 New variable.
2058 (customize-changed-options): Add check for custom-package-version.
2059 (customize-package-emacs-version): New function to look up Emacs
2060 version corresponding to the given package version.
2061
2062 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2063 defun name, in similar fashion to find-variable-regexp.
2064
2065 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2066
2067 * international/mule-cmds.el (set-locale-environment): Fix last
2068 change for when the locale's preferences don't specify any encoding.
2069
2070 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2073 so the defined var/fun doesn't need to be quoted.
2074
2075 2006-04-10 Richard Stallman <rms@gnu.org>
2076
2077 * finder.el (finder-mode-map): Add n and p bindings.
2078
2079 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
2080
2081 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2082 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2083 (gdb-setup-windows): Put something in source window if we can't find
2084 the source file.
2085 (gdb-frame-handler): Make it work again with just assembly.
2086 (gdb-data-list-register-values-handler): Make it work when there is
2087 no stack.
2088
2089 2006-04-09 Richard Stallman <rms@gnu.org>
2090
2091 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2092 specs while looking for charset.
2093
2094 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2095
2096 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2097 Make them faces.
2098 (lm-font-lock-keywords): Update appropriately.
2099
2100 2006-04-10 Kim F. Storm <storm@cua.dk>
2101
2102 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2103 it can also replace buffer-substring-no-properties.
2104
2105 * emulation/cua-base.el (cua-delete-region, cua-paste)
2106 (cua-repeat-replace-region): Use filter-buffer-substring.
2107
2108 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2109 (cua-cut-region-to-global-mark): Likewise.
2110
2111 * emulation/cua-rect.el (cua--extract-rectangle)
2112 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2113
2114 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2115
2116 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2117 entry-type. Add field delimiters to numerical fields if they are
2118 not present.
2119
2120 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2121
2122 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2123 string-const to return value.
2124 (bibtex-remove-delimiters): Use it.
2125
2126 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2129 cl-byte-compile-compiler-macro unless it exists.
2130
2131 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2132
2133 * files.el (hack-local-variables-confirm) <offer-save>:
2134 Clarify message text. Suggested by Ralf Angeli.
2135
2136 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
2137
2138 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2139 (delete-extract-rectangle-line): Use `filter-buffer-substring'
2140 instead of `buffer-substring' and `delete-region'. (Most of the
2141 code actually copied from `kill-region'.)
2142
2143 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
2144
2145 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2146 (rcirc-default-port): Rename from rcirc-port.
2147 (rcirc-default-nick): Rename from rcirc-nick.
2148 (rcirc-default-user-name): Rename from rcirc-user-name.
2149 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2150 (rcirc-low-priority-flag): New variable.
2151 (rcirc-decode-coding-system): New defcustom.
2152 (rcirc-encode-coding-system): New defcustom.
2153 (rcirc-coding-system-alist): New defcustom.
2154 (rcirc-multiline-major-mode): New defcustom.
2155 (rcirc-nick): New internal variable.
2156 (rcirc-process): Remove variable.
2157 (rcirc-server-buffer): New variable.
2158 (rcirc): Update to use rcirc-default-* variables above.
2159 (rcirc-connect): Do not add window-configuration-hook-here.
2160 (rcirc-server): New internal variable.
2161 (rcirc-connect): Do not send keepalive pings if
2162 rcirc-keepalive-seconds is nil.
2163 (with-rcirc-server-buffer): New macro.
2164 (rcirc-send-string): Encode with rcirc-encode-coding-system.
2165 (rcirc-server-name): Rename from rcirc-server.
2166 (rcirc-buffer-process): New function.
2167 (rcirc-buffer-nick): New function.
2168 (rcirc-buffer-target): Remove function.
2169 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2170 New commands.
2171 (rcirc-mode-map): Change binding of C-c C-l to
2172 rcirc-toggle-low-priority.
2173 (rcirc-mode): Initialize coding system based on
2174 rcirc-coding-system-alist. New change-major-mode-hook to part the
2175 channel on a mode change. Make kill-buffer-hook buffer-local.
2176 (rcirc-change-major-mode-hook): New function.
2177 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2178 (rcirc-last-post-time): New variable.
2179 (rcirc-process-message): Store the last time user posted a message
2180 to this target.
2181 (rcirc-multiline-minor-mode): New mode.
2182 (rcirc-multiline-minor-mode-map): New mode map.
2183 (rcirc-edit-multiline): Put multiline-edit buffer in
2184 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2185 (rcirc-print): Ignore any line starting with an ignored nick.
2186 (rcirc-print): Decode using rcirc-decode-coding-system.
2187 (rcirc-track-minor-mode): Update global-mode-string when disabling
2188 this mode.
2189 (minor-mode-alist): Add LowPri indicator.
2190 (rcirc-toggle-low-priority): New function.
2191 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2192 next lowpriority buffer with activity.
2193 (rcirc-record-activity): Sort buffers in rcirc-activity by the
2194 last time the user posted a message in to the target.
2195 (rcirc-update-activity-string): New formatting for low priority
2196 buffers.
2197 (rcirc-split-activity): New function.
2198 (rcirc-handler-PART, rcirc-handler-KICK)
2199 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2200 (rcirc-nick-away-alist): New variable.
2201 (rcirc-handler-301): New handler. Away messages are printed once
2202 per change.
2203
2204 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2205
2206 * info.el (Info-follow-nearest-node): Doc fix.
2207
2208 * international/mule-cmds.el (set-locale-environment): Make sure
2209 the coding-system preferred by the locale's language has the same
2210 EOL conversion type as the original buffer-file-coding-system.
2211 (locale-language-names): Add a few MS Windows language codes.
2212
2213 2006-04-07 Richard Stallman <rms@gnu.org>
2214
2215 * simple.el (eval-expression): Doc fix.
2216
2217 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2218 (eval-defun): Doc fixes.
2219
2220 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2221
2222 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2223
2224 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
2225
2226 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2227 GDB list command without argument for greater generality.
2228
2229 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2230
2231 * subr.el (string-or-null-p): New function.
2232
2233 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2234
2235 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2236
2237 * files.el: Update comment about safe-local-variable declarations.
2238
2239 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
2240
2241 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2242 See idlwave.org.
2243
2244 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2245 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
2246
2247 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2248 See idlwave.org.
2249
2250 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2251 version 6.0 (minimal changes). See idlwave.org.
2252
2253 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2254 6.0 (minimal changes). See idlwave.org.
2255
2256 * progmodes/idlw-rinfo.el: File obsoleted and removed.
2257
2258 2006-04-06 Romain Francoise <romain@orebokech.com>
2259
2260 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2261 symmetric encryption features and a new asynchronous interface to
2262 GnuPG. This new version is version 1.4, plus whitespace changes.
2263
2264 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2265
2266 * files.el: Move some `safe-local-variable' declarations to the
2267 respective files.
2268
2269 * textmodes/ispell.el (ispell-check-comments)
2270 (ispell-local-dictionary): Mark as safe.
2271
2272 * abbrev.el (abbrev-mode): Mark as safe.
2273
2274 * add-log.el (change-log-default-name): Mark as safe.
2275
2276 * textmodes/reftex-vars.el (reftex-vref-is-default)
2277 (reftex-fref-is-default, reftex-level-indent)
2278 (reftex-guess-label-type): Mark as safe.
2279
2280 * textmodes/fill.el (colon-double-space): Mark as safe.
2281
2282 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2283 (sentence-end-double-space, sentence-end-without-period)
2284 (sentence-end-without-space, sentence-end, sentence-end-base)
2285 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2286
2287 2006-04-06 Kim F. Storm <storm@cua.dk>
2288
2289 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2290 the :set-after list.
2291 (ido-downcase-unc-hosts): New user option. Default on.
2292 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2293 when it is set, as regexps are now applied on the fly.
2294 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2295 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2296 on the fly, but only when ido-process-ignore-lists is set.
2297 Do case insensitive filtering if ido-downcase-unc-hosts is set.
2298 Only downcase names if ido-downcase-unc-hosts is set.
2299
2300 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
2301
2302 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2303
2304 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2305
2306 2006-04-05 Kim F. Storm <storm@cua.dk>
2307
2308 * ido.el (ido-mode): Set after ido-unc-hosts and
2309 ido-ignore-unc-host-regexps.
2310 (ido-save-history): Save ido-unc-hosts-cache.
2311 (ido-load-history): Load ido-unc-hosts-cache.
2312 (ido-reread-directory): Refresh unc hosts cache in // dir.
2313
2314 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2315 to nil while displaying slash screen.
2316
2317 2006-04-05 Daiki Ueno <ueno@unixuser.org>
2318
2319 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2320 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2321
2322 2006-04-05 Kenichi Handa <handa@m17n.org>
2323
2324 * international/characters.el: Setup cases of Latin, Greek, and
2325 Cyrillic characters in CJK charsets.
2326
2327 2006-03-29 Daiki Ueno <ueno@unixuser.org>
2328
2329 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2330 default-enable-multibyte-characters. This reverts the change from
2331 revision 6.17 which is no longer necessary because the passphrase
2332 is sent separately now. GnuPG messages are unreadable under
2333 multibyte locales with default-enable-multibyte-characters set to nil.
2334
2335 2006-04-04 Andreas Schwab <schwab@suse.de>
2336
2337 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2338 and `byte-compile-warnings' as `safe-local-variable'.
2339
2340 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2341
2342 * man.el (Man-mode-map): Restore the \r binding.
2343 (Man-abstract-xref-man-page): If Man-target-string is a function,
2344 call it.
2345 (Man-highlight-references): Use Man-default-man-entry to get the
2346 target. Deal with xrefs too.
2347 (Man-highlight-references0): Don't call the target function.
2348
2349 * woman.el (WoMan-xref-man-page): Strip the section number, woman
2350 cannot deal with it.
2351
2352 2006-04-04 Daiki Ueno <ueno@unixuser.org>
2353
2354 * pgg-gpg.el: Clean up process buffers every time gpg processes
2355 complete.
2356
2357 2006-04-04 Kenichi Handa <handa@m17n.org>
2358
2359 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
2360 here.
2361 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
2362 Temporarily bind inhibit-field-text-motion to t.
2363
2364 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2365
2366 * startup.el (normal-splash-screen): Only set mode-line-format in the
2367 splash buffer, so as not to interfere when debugging the code.
2368 Ignore errors when switching buffer.
2369
2370 2006-04-03 Romain Francoise <romain@orebokech.com>
2371
2372 * dired.el (dired-dnd-protocol-alist): Fix typo.
2373
2374 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
2375
2376 * savehist.el (savehist): Add :version.
2377 (savehist-ignored-variables): New variable.
2378 (savehist-minibuffer-hook): Don't save variables listed in
2379 `savehist-ignored-variables'.
2380
2381 * dired.el (dired-dnd-protocol-alist): Mention that change does
2382 only apply to new buffers in doc string.
2383
2384 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2385
2386 * recentf.el (recentf-open-files-item): Include newline in button
2387 field, so opening a file will work, when the point is at the end
2388 of the file name. Allow, for example, to [i]search a file by
2389 extension and just push RET to open it.
2390
2391 2006-04-03 Daiki Ueno <ueno@unixuser.org>
2392
2393 * pgg-gpg.el (pgg-gpg-process-filter)
2394 (pgg-gpg-wait-for-completion): Check if buffer is alive.
2395
2396 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2397 lines, temporary fix.
2398
2399 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2400
2401 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
2402
2403 2006-04-02 Richard Stallman <rms@gnu.org>
2404
2405 * progmodes/compile.el (compilation-message-face): Make it defcustom.
2406
2407 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2408
2409 * ibuf-macs.el (define-ibuffer-column): Add a new key:
2410 header-mouse-map.
2411
2412 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
2413 (ibuffer-mode-header-map): New keymaps.
2414 (ibuffer-update-title-and-summary): Enable mouse face highlighting
2415 and keybindings for column headers.
2416 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
2417 property.
2418
2419 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
2420
2421 * speedbar.el (speedbar-after-create-hook): Doc fix.
2422
2423 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
2424
2425 * shell.el (shell-directory-tracker)
2426 (shell-dynamic-complete-command): Doc fixes.
2427
2428 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
2429
2430 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
2431 terminals.
2432
2433 2006-04-01 Kim F. Storm <storm@cua.dk>
2434
2435 * ido.el (ido-unc-hosts-cache): New defvar.
2436 (ido-unc-hosts): If value of defcustom is a function, call it to
2437 get list of UNC hosts. Add function-item choices to specify
2438 ido-unc-hosts-net-view or user function.
2439 (ido-ignore-unc-host-regexps): New defcustom.
2440 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
2441 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
2442 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
2443
2444 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
2447 wwidth.
2448
2449 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
2450
2451 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
2452 (ido-max-work-file-list, ido-switch-buffer)
2453 (ido-read-file-name-as-directory-commands):
2454 Fix typos in docstrings.
2455
2456 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2457
2458 * term/mac-win.el (mac-system-coding-system): Define and use after
2459 Mac-specific coding systems are ready.
2460
2461 2006-03-27 Romain Francoise <romain@orebokech.com>
2462
2463 * net/rcirc.el (rcirc-connect): Add autoload cookie.
2464
2465 * ldefs-boot.el: Update.
2466
2467 2006-03-27 Daiki Ueno <ueno@unixuser.org>
2468
2469 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2470 passphrases when it is not needed.
2471 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2472 passphrase stuff from gpg, should only be necessary when you use
2473 gpg with a smartcard.
2474
2475 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
2476
2477 * comint.el (comint-dynamic-list-completions): Allow user to
2478 select *Completions* buffer.
2479
2480 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
2481
2482 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
2483
2484 2006-03-26 Andreas Schwab <schwab@suse.de>
2485
2486 * progmodes/gud.el (gdb): Only complain about multiple debugging
2487 when the gdb process is still running.
2488
2489 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2490
2491 * mail/rmail.el (tool-bar-map): Defvar it.
2492 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
2493 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2494
2495 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
2496
2497 * help.el (print-help-return-message): Suggest to use
2498 display-buffer instead of switch-to-buffer-other-window to restore
2499 the previous window without selecting it.
2500
2501 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2502
2503 * frame.el (select-frame-by-name): Call x-focus-frame also when
2504 window-system is mac.
2505
2506 * term/mac-win.el: Adjust Courier font specifications in
2507 x-fixed-font-alist.
2508 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
2509 when directly encoding to UTF-16 in native byte order, no BOM.
2510
2511 2006-03-25 Kim F. Storm <storm@cua.dk>
2512
2513 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
2514 (cua--init-keymaps): Use it instead of fixed C-return.
2515 (cua-mode): Set after it.
2516
2517 * emulation/cua-rect.el (cua--init-rectangles):
2518 Use cua-rectangle-mark-key instead of fixed C-return.
2519
2520 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
2521
2522 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
2523 "run" in .gdbinit.
2524 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2525
2526 2006-03-24 Romain Francoise <romain@orebokech.com>
2527
2528 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
2529 `display-buffer-other-frame'.
2530
2531 2006-03-24 Kim F. Storm <storm@cua.dk>
2532
2533 * apropos.el (apropos-synonyms): Add selection => region.
2534
2535 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2536
2537 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2538 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2539 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2540 (gdb-data-list-register-values-regexp)
2541 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
2542 Future proof against new fields being added to MI output.
2543 (gdb-send): Don't treat backslashes for program input as
2544 continuations.
2545 (gdb-assembler-handler): Don't use window-start for this handler.
2546 (gdb-frame-handler): Don't change to hollow arrow if overlay
2547 arrow doesn't move to new frame.
2548
2549 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2550
2551 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
2552 prevent compiler warnings.
2553 (gdb-stopped): Check for gud-last-last-frame (case: signal).
2554 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
2555 (gdb-assembler-custom): Use hollow-right-triangle for assembler
2556 buffer too.
2557
2558 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
2559
2560 * pgg-gpg.el (pgg-gpg-update-agent): Check for
2561 make-network-process, so we can use the same code in Gnus v5-10
2562 too and have this file fully synchronized with that release.
2563
2564 2006-03-23 Romain Francoise <romain@orebokech.com>
2565
2566 * ibuf-ext.el (ibuffer-read-filter-group-name):
2567 Use `ibuffer-generate-filter-groups' to make completion list match
2568 the filter groups that are really displayed in the Ibuffer buffer.
2569 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
2570
2571 2006-03-23 Kenichi Handa <handa@m17n.org>
2572
2573 * international/mule-cmds.el (sort-coding-systems): Describe that
2574 the argument is modified in docstring.
2575
2576 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
2577
2578 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2579 (pgg-gpg-update-agent): New function.
2580 (pgg-gpg-use-agent-p): New function.
2581 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2582 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2583 (pgg-gpg-sign-region): Use it.
2584
2585 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
2586
2587 * cus-edit.el (custom-face-set): Call custom-push-theme before
2588 face-spec set so that `changed' theme is correctly saved.
2589 (custom-face-reset-standard): Reset to recalculated face rather
2590 than defface spec.
2591
2592 * custom.el (custom-push-theme): Only save `changed' theme if the
2593 current face does not match the defface specs.
2594
2595 2006-03-21 Simon Josefsson <jas@extundo.com>
2596
2597 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2598 <wilde@sha-bang.de>.
2599 (pgg-gpg-use-agent): New variable.
2600 (pgg-gpg-process-region): Use it.
2601 (pgg-gpg-encrypt-region): Likewise.
2602 (pgg-gpg-encrypt-symmetric-region): Likewise.
2603 (pgg-gpg-decrypt-region): Likewise.
2604 (pgg-gpg-sign-region): Likewise.
2605 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2606
2607 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
2608
2609 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
2610 bracket links.
2611
2612 2006-03-21 Kim F. Storm <storm@cua.dk>
2613
2614 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
2615 fringe-indicator-alist instead of modifying global value.
2616 (gdb-frame-handler): Likewise.
2617
2618 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
2619
2620 * diff-mode.el (diff-function): Make it inherit from diff-header
2621 instead of diff-context.
2622
2623 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
2624 bitmap.
2625 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
2626 change names in macro above for consistency.
2627 (gdb-frame-handler): Use hollow-right-triangle for all selected
2628 frames which except the innermost (where execution has stopped).
2629 (gdb-reset): Reset buffer-local values of overlay-arrow.
2630
2631 2006-03-20 Richard Stallman <rms@gnu.org>
2632
2633 * simple.el (set-mark-command): Doc fix.
2634
2635 * files.el (display-buffer-other-frame): New command.
2636 (ctl-x-4-map): Bind C-x 5 C-o to it.
2637
2638 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
2641 rather than just defer-time, in case defer-time has been changed but
2642 the timer isn't running yet.
2643 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
2644
2645 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2646
2647 * help-mode.el (help-follow-symbol): New function.
2648 Essentially identical to the old `help-follow', but do not let
2649 `push-button' do the work when on an xref.
2650 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
2651
2652 2006-03-19 Richard Stallman <rms@gnu.org>
2653
2654 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
2655 preceded by the word `program'.
2656 (help-follow-mouse, help-follow): Throw error if not on xref.
2657 Delete no longer used args.
2658
2659 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
2660
2661 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
2662 annotation ensure gud-overlay-arrow-position is redisplayed.
2663
2664 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2665
2666 * textmodes/bibtex.el (bibtex-include-OPTkey)
2667 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
2668 (bibtex-autokey-name-case-convert)
2669 (bibtex-autokey-titleword-case-convert): Make these the aliases
2670 for the following two variables.
2671 (bibtex-autokey-name-case-convert-function)
2672 (bibtex-autokey-titleword-case-convert-function): Make these the
2673 real names.
2674 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
2675 bibtex-font-lock-crossref sublists.
2676 (bibtex-mode): Revert 2005-12-30 change (which made
2677 completion-ignore-case buffer-local).
2678 (bibtex-url): Simplify.
2679
2680 2006-03-19 Kim F. Storm <storm@cua.dk>
2681
2682 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
2683 cursor property value to 2 (to align with C level change).
2684
2685 2006-03-19 Bill Wohler <wohler@newt.com>
2686
2687 * image.el (image-load-path-for-library): Shorten first line in
2688 docstring.
2689
2690 2006-03-18 Richard Stallman <rms@gnu.org>
2691
2692 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
2693
2694 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
2695
2696 * isearch.el (isearch-other-meta-char): Handle user bindings for
2697 shifted control characters.
2698
2699 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
2700
2701 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
2702 part that matches email addresses, file names, etc.
2703
2704 2006-03-18 Eli Zaretskii <eliz@gnu.org>
2705
2706 * term/w32-win.el (mouse-set-font):
2707 Mention w32-list-proportional-fonts in the doc string.
2708
2709 2006-03-18 Kim F. Storm <storm@cua.dk>
2710
2711 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
2712 (ido-unc-hosts): New user option to explicitly define list of know
2713 UNC-style hosts for completion.
2714 (ido-cache-unc-host-shares-time): New user option.
2715 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
2716 New helper functions for UNC file-name support.
2717 (ido-may-cache-directory): Check for UNC host. Simplify.
2718 (ido-wash-history): Clean out old UNC hosts.
2719 (ido-nonreadable-directory-p): UNC hosts are always readable.
2720 (ido-directory-too-big-p): UNC hosts are never too big.
2721 (ido-set-current-directory): Handle UNC root path.
2722 (ido-file-name-all-completions): Complete UNC host names from
2723 ido-unc-hosts list. Cache UNC host shares.
2724 (ido-make-file-list-1): Don't filter UNC root.
2725 (ido-exhibit): Check for // in root directory, and switch to UNC
2726 mode by setting ido-current-directory to //.
2727
2728 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
2729
2730 * cus-edit.el (customize-changed-options): Mention explicit
2731 version number as default in prompt.
2732
2733 2006-03-17 Bill Wohler <wohler@newt.com>
2734
2735 * image.el (image-load-path-for-library): Minor docstring fix.
2736
2737 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
2738
2739 * textmodes/org.el (org-read-date): Include subgroup 5 into
2740 replacement text.
2741 (org-popup-calendar-for-date-prompt): Fix customization type.
2742
2743 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
2744
2745 * progmodes/gdb-ui.el (gud-watch): Provide completion.
2746 (gdb-continuation): New variable.
2747 (gdb-send): Deal with continuation lines.
2748
2749 * progmodes/gud.el (gud-gdb-complete-command)
2750 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
2751 expressions.
2752 (gud-tooltip-mode): Use buffer-local value.
2753
2754 2006-03-16 Kim F. Storm <storm@cua.dk>
2755
2756 * ido.el (ido-edit-input): Use selected match, if any.
2757
2758 2006-03-16 Bill Wohler <wohler@newt.com>
2759
2760 * image.el (image-load-path-for-library): Prefer user's images in
2761 image-load-path.
2762
2763 2006-03-16 Martin Rudalics <rudalics@gmx.at>
2764
2765 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
2766 when checking for attempt to drag leftmost or rightmost scrollbar.
2767
2768 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
2769
2770 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
2771 (gdb-force-mode-line-update): New function.
2772 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
2773 (gdb-exited): Use them.
2774 (gdb-signal): New function.
2775 (gdb-annotation-rules): Provide a rule for it.
2776
2777 2006-03-16 Kenichi Handa <handa@m17n.org>
2778
2779 * international/mule.el (auto-coding-regexp-alist): Add entries
2780 for Unicode BOM.
2781
2782 * sort.el (sort-build-lists): Temporarily bind
2783 inhibit-field-text-motion to t.
2784
2785 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
2786
2787 * locate.el (locate-command, locate-make-command-line)
2788 (locate-fcodes-file, locate-update-command)
2789 (locate-prompt-for-command, locate, locate-with-filter)
2790 (locate-get-file-positions): Doc fixes.
2791 (locate-buffer-name, locate-header-face): Remove leading `*' in
2792 defcustom.
2793 (locate-filter-output): Use `keep-lines' instead of its alias
2794 `delete-non-matching-lines'.
2795 (locate-get-filename, locate-get-dirname): Add introductory comment.
2796 (locate-find-directory-other-window): Give appropriate error
2797 message if used outside main listing.
2798
2799 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2800
2801 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
2802 the new extend-region feature.
2803 (font-lock-after-change-function): Update correspondingly.
2804 * jit-lock.el (jit-lock-after-change): Update correspondingly.
2805 * progmodes/grep.el (font-lock-lines-before): Don't disable.
2806
2807 2006-03-15 Bill Wohler <wohler@newt.com>
2808
2809 * image.el (image-load-path-for-library): Fix example by not
2810 recommending that one binds image-load-path. Just defvar it to
2811 placate compiler and only use it if previously defined.
2812
2813 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
2814
2815 * textmodes/org.el (org-insert-centered): Use `string-width' to
2816 make underlining work for wide characters.
2817 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
2818 TAB to `org-cycle', to make sure that no binding in
2819 `outline-mode-map' can supercede it.
2820
2821 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
2822
2823 * allout.el: Increment version to 2.2.1 in file commentary.
2824
2825 (allout-version): Increment to 2.2.1.
2826
2827 (allout-default-layout): New customization variable, used when the
2828 file lacks a specific allout-layout. Uses allout-layout-type for
2829 recursively nested definition.
2830
2831 (allout-layout-type): Widget defining allout layouts, necessary for
2832 self-recursive definition.
2833
2834 (allout-mode): Incorporate allout-default-layout as fallback for
2835 allout-layout.
2836
2837 (allout-layout): Mark as 'safe-local-variable', and refer mention
2838 fallback to `allout-default-layout' in absence of a specified value.
2839 (allout-passphrase-verifier-string)
2840 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
2841
2842 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
2843
2844 (allout-get-encryption-passphrase-verifier): Use correct name of
2845 passphrase verifier in docstring.
2846
2847 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
2848
2849 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
2850 elements.
2851 (gdb-find-watch-expression): Make it work for arrays too.
2852 Follow change to gdb-var-list.
2853 (gud-watch): Allow the user to enter variable name with a prexix
2854 arg. Create keybindings.
2855 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2856 (gdb-var-list-children-handler, gdb-var-update-handler)
2857 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
2858 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
2859 Follow change to gdb-var-list.
2860 (gdb-starting): Don't show the overlay arrows when program is running.
2861
2862 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
2863 gdb-var-list.
2864
2865 2006-03-14 Bill Wohler <wohler@newt.com>
2866
2867 * image.el (image-load-path-for-library): Pass value of path
2868 rather than symbol. Always return list of directories.
2869 Guarantee that image directory comes first.
2870
2871 2006-03-14 Alan Mackenzie <acm@muc.de>
2872
2873 * font-core.el (font-lock-extend-region\(-function\)?.):
2874 New function/variable.
2875
2876 * font-lock.el (font-lock-after-change-function):
2877 Call font-lock-extend-region. Obey font-lock-lines-before.
2878 (font-lock-default-fontify-region): Remove reference to
2879 font-lock-lines-before.
2880
2881 * jit-lock.el (jit-lock-after-change):
2882 Call font-lock-extend-region. Obey font-lock-lines-before.
2883
2884 2006-03-14 David Ponce <david@dponce.com>
2885
2886 * tree-widget.el (tree-widget-themes-load-path)
2887 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2888
2889 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
2890
2891 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
2892 (rcirc-print): Mark the start of text at the end of the prompt.
2893 (rcirc-track-minor-mode): Add autoload cookie.
2894 (rcirc-update-activity-string): Add space to front of mode-line
2895 indicator.
2896
2897 2006-03-13 Miles Bader <miles@gnu.org>
2898
2899 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
2900 (rcirc-abbrev-nick): Remove function.
2901 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
2902
2903 2006-03-13 David Ponce <david@dponce.com>
2904
2905 * tree-widget.el: Handle themes across all occurrences of the main
2906 themes sub-directory found in tree-widget-themes-load-path.
2907 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2908 (tree-widget--locate-sub-directory): Return all occurrences.
2909 (tree-widget-themes-path): New function.
2910 Replace tree-widget-themes-directory, and return a list of directories.
2911 (tree-widget-set-parent-theme)
2912 (tree-widget-lookup-image): Use it.
2913
2914 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
2915
2916 * textmodes/org.el (org-link-search): Avoid self-matching of
2917 links, allow target text to be distributed over several lines.
2918 (org-search-not-link): New function.
2919 (org-set-regexps-and-options, org-get-current-options):
2920 New startup options.
2921 (org-export-as-html): Take odd-level setting from local variable.
2922 (org-fontify-emphasized-text): New option.
2923 (org-set-font-lock-defaults): Include emphasized text.
2924 (org-follow-mhe-link): Allow folder-only links, fix folder name.
2925 (org-font-lock): Customize group renamed from `org-faces'.
2926
2927 2006-03-13 John Paul Wallington <jpw@pobox.com>
2928
2929 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
2930 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
2931
2932 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
2933
2934 * cus-start.el (all): Delete :version keyword for members of the
2935 fringe group, since the entire group is new in 22.1.
2936
2937 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
2938
2939 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
2940 map if value is hexadecimal (an address).
2941 (gud-watch): Only search roots for existing watch expressions.
2942 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
2943 prevent caching problems with speedbar-update-directory-contents.
2944
2945 2006-03-12 Juri Linkov <juri@jurta.org>
2946
2947 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
2948 before comparing with `low' and `warn'.
2949
2950 * info.el (Info-dir-remove-duplicates): Move point to the
2951 beginning of the current line after deleting the entries from
2952 redundant heading. Use marker for `limit' and compare it with
2953 point before calling `re-search-forward'.
2954
2955 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2956
2957 * simple.el (yank): Fix typo in docstring.
2958
2959 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
2960
2961 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
2962 messages, where "D" is the 6th character.
2963
2964 2006-03-11 Eli Zaretskii <eliz@gnu.org>
2965
2966 * simple.el (yank): Fix last change.
2967
2968 2006-03-11 David Ponce <david@dponce.com>
2969
2970 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
2971 merging elements from the standard ispell-dictionary-alist.
2972 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
2973 alist, and return the new alist.
2974
2975 2006-03-11 Richard Stallman <rms@gnu.org>
2976
2977 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
2978
2979 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
2980 the way it is implemented is too unclean.
2981
2982 * simple.el (kill-region, yank): Doc fix.
2983
2984 * battery.el (battery-echo-area-format): Doc fix.
2985 (battery-mode-line-format): Likewise.
2986 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
2987 (battery-linux-proc-acpi): Ignore batteries that say "charged".
2988
2989 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
2990
2991 * progmodes/octave-mod.el (octave-indent-for-comment):
2992 Behave according to do string.
2993
2994 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
2995
2996 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
2997 Be visible only if major mode is Mail Mode.
2998
2999 * textmodes/flyspell.el (flyspell-external-point-words)
3000 (flyspell-process-localwords): Fix last changes.
3001
3002 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3003
3004 * calendar/holidays.el (list-holidays): Doc fix.
3005
3006 * international/mule.el (auto-coding-alist): Add .odt
3007 (OpenOffice's open document) files.
3008
3009 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3010 document) files. Mention in the doc string the need to sync with
3011 auto-coding-alist.
3012
3013 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3014
3015 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3016 enable-local-variables is set to always query, or there is no
3017 savable variable.
3018
3019 2006-03-10 Bill Wohler <wohler@newt.com>
3020
3021 * image.el (image-load-path-for-library): Merge at least three
3022 functions from Gnus and MH-E into this one function that can now
3023 be shared.
3024
3025 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3026
3027 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3028 gdb-remove-mouse-face and remove help-echo too.
3029 (gdb-enqueue-input): Correct conditional clause.
3030
3031 2006-03-10 Glenn Morris <rgm@gnu.org>
3032
3033 * calendar/calendar.el (calendar-holidays): Doc fix.
3034 * calendar/holidays.el (list-holidays): Doc fix.
3035
3036 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3037
3038 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3039 it gets called in gdb-prompt anyway.
3040 (gdb-use-separate-io-buffer): Only restore window arrangement for
3041 gdb-many-windows.
3042 (gdb-enqueue-input): Make it harder to send GDB input when program
3043 is running.
3044 (gdb-buffer-list): New variable.
3045 (gdb-remove-mouse-face): New function.
3046 (gdb-starting): Use it when GDB input won't get sent.
3047
3048 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
3049
3050 * help.el (view-lossage): Remove trailing whitespace before
3051 inserting "\n".
3052
3053 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
3054
3055 * files.el (hack-local-variables-confirm):
3056 Set coding-system-for-read to nil before writing to .emacs.
3057
3058 * arc-mode.el (archive-extract): Check if an existing buffer name
3059 comes from a different archive.
3060
3061 * help.el (describe-key-briefly): If KEY is a down event, read and
3062 discard the up event.
3063
3064 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
3065
3066 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3067 be edited and use font-lock-warning-face for any changes.
3068
3069 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3070 (gdb-edit-value): Use it to report any errors.
3071
3072 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
3073
3074 * help.el (describe-key): Remove leftover test code.
3075
3076 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3077
3078 * textmodes/org.el: Move defvars out of eval-when-compile.
3079 Use buffer-file-name variable.
3080 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3081 arg `file'.
3082 (org-level-faces): Remove startup dependency.
3083 (org-cycle, org-map-tree, org-scan-tags)
3084 (org-remember-handler): Don't call `outline-level' directly.
3085 (org-mhe-search-all-folders): New option.
3086 (org-mhe-get-message-folder-from-index)
3087 (org-mhe-get-message-folder): Fix indexing search.
3088 (org-format-agenda-item): Handle nil TAGS argument.
3089 (org-cleaned-string-for-export, org-activate-target-links)
3090 (org-make-target-link-regexp): Deal with empty radio target list.
3091 (org-tag): New face.
3092 (org-get-level-face): New function.
3093 (org-set-font-lock-defaults): Simplify setup for headlines.
3094 (org-complete): Pass common substring to `display-completion-list'.
3095
3096 2006-03-06 David Ponce <david@dponce.com>
3097
3098 * tree-widget.el: Update Commentary header.
3099 (tree-widget-theme-name): Ignore parent themes.
3100 (tree-widget-set-parent-theme): New function.
3101 (tree-widget-set-theme): Use it.
3102 (tree-widget-set-image-properties): Move definition. Does nothing
3103 if image properties have already been set.
3104 (tree-widget-image-properties): Move definition. Receive an image
3105 name. Set the :pointer property.
3106 (tree-widget-lookup-image): Doc fix. Search in parent themes.
3107 Don't set the :pointer image property.
3108 (tree-widget-convert-widget): New function. Handle :dynargs
3109 compatibility here.
3110 (tree-widget): Use it to :convert-widget. Add the :expander-p
3111 predicate to control when the :expander function is entered.
3112 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3113 (tree-widget-value-create): Handle :expander-p. widget-apply
3114 :expander.
3115 (tree-widget-expander-p): New function. Default value of the
3116 :expander-p property.
3117
3118 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3119
3120 * help.el (describe-key): Properly handle the return value of
3121 read-key-sequence when grabbing an up-event. Cleanup mouse-1
3122 remaps. Handle string and vector `follow-link' values.
3123
3124 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * complete.el (PC-expand-many-files): Try be more careful when parsing
3127 the shell's output.
3128
3129 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * outline.el (hide-sublevels): Provide better interactive default.
3132
3133 2006-03-06 Kenichi Handa <handa@m17n.org>
3134
3135 * international/fontset.el (create-fontset-from-fontset-spec):
3136 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3137
3138 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
3139
3140 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3141 backslashes instead of one in regexp.
3142 (gud-tooltip-dereference): Add missing optional argument.
3143
3144 2006-03-04 John Paul Wallington <jpw@pobox.com>
3145
3146 * wdired.el (toplevel): Require `cl' at compile-time.
3147
3148 2006-03-04 Andreas Schwab <schwab@suse.de>
3149
3150 * server.el (server-process-filter): Handle errors during
3151 evaluation of the argument.
3152
3153 2006-03-03 John Paul Wallington <jpw@pobox.com>
3154
3155 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3156 escape parentheses at beginning of line.
3157 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3158 (t-mouse-mode): Remove period from end of error message.
3159
3160 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
3161
3162 * textmodes/flyspell.el (flyspell-process-localwords):
3163 Be case-sensitive.
3164
3165 2006-03-03 Martin Rudalics <rudalics@gmx.at>
3166
3167 * cus-edit.el (custom-quote): Remove function, since it has been
3168 moved to custom.el.
3169
3170 * font-lock.el (lisp-font-lock-keywords-2)
3171 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3172 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3173 they have no special meaning.
3174
3175 * midnight.el (clean-buffer-list): Handle case where base-buffer of
3176 indirect buffer gets killed before indirect buffer. Use dolist.
3177
3178 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3179
3180 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3181 value instead of a literal constant (1) on more pauses.
3182
3183 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3184
3185 * textmodes/flyspell.el (flyspell-external-point-words):
3186 Be case-sensitive.
3187
3188 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
3189
3190 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3191 with "www".
3192
3193 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3194
3195 * allout.el: Restablish intermediate missing comment header to
3196 preserve outline structure.
3197 (allout-beginning-of-current-entry): Skip invisible text.
3198 (allout-open-topic): Fix opening a topic at end-of-buffer.
3199 (allout-minor-mode): Move nearer to allout-mode function.
3200
3201 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
3202
3203 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3204
3205 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
3206
3207 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3208 is nil.
3209
3210 * progmodes/gud.el (gud-speedbar-menu-items):
3211 Use buffer-local-value and add missing :visible keyword.
3212
3213 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3214
3215 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
3216
3217 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3218 must be `follow-link'.
3219
3220 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3221
3222 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3223 formatting: No nested anchors.
3224 (org-all-targets): Fix bug with XEmacs compatibility.
3225 (org-read-date): Add (require 'parse-time).
3226 (org-set-tags): Fix bug with extra inserted space.
3227 (org-export-html-style): Define a style class for targets.
3228 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3229 (org-hide-leading-stars): New option.
3230 (org-hide): New face.
3231 (org-set-font-lock-defaults): Allow to hide leading stars.
3232 (org-get-legal-level, org-tr-level): New functions.
3233 (org-odd-levels-only): New option.
3234 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3235 (org-demote, org-promote): Deal with double-star levels.
3236 (org-convert-to-odd-levels): New command.
3237
3238 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
3239
3240 * speedbar.el (speedbar-update-localized-contents): Try to
3241 preserve window-start.
3242 (speedbar-update-directory-contents): Try to preserve window-start
3243 and window-point.
3244 (speedbar-update-special-contents): Don't move back to start of window.
3245
3246 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3247 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
3248 speedbar-timer-fn.
3249 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3250 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3251 instead of gdb-speedbar-timer-fn.
3252
3253 2006-02-28 Jay Belanger <belanger@truman.edu>
3254
3255 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3256 (math-compose-expr): Use latex option when calling
3257 `math-compose-tex-matrix' for latex mode.
3258
3259 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
3260
3261 * speedbar.el: Re-instate comments about developing for speedbar
3262 [this is what info and gdb-ui use even if better methods exist now].
3263
3264 * t-mouse.el: New file.
3265 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
3266 (t-mouse-lispy-buffer-posn-from-coords): Remove.
3267 (t-mouse-make-event-element): Use posn-at-x-y instead.
3268 (t-mouse-make-event): Deal with Fedora Core 3.
3269 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3270 (t-mouse-mouse-position-function): New function. Use it instead
3271 of advising mouse-position.
3272 (t-mouse-mode): New minor mode.
3273 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
3274
3275 2006-02-27 Glenn Morris <rgm@gnu.org>
3276
3277 * calendar/calendar.el (calendar-holidays): Doc fix.
3278
3279 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
3280
3281 * progmodes/gdb-ui.el (gdb-source-window): New variable.
3282 Re-introduce the concept of a source window.
3283 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3284 consistency with get-buffer-create.
3285 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3286 (gdb-data-list-register-values-handler)
3287 (gdb-stack-list-locals-handler): Try to preserve window-start as
3288 well as window-point.
3289 (gdb-display-source-buffer): New function (old concept).
3290 (gdb-goto-breakpoint): Use it.
3291
3292 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3293 for gdb-ui/gdb-mi (old concept).
3294
3295 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
3296
3297 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3298 binding.
3299
3300 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3301
3302 * textmodes/reftex-sel.el (reftex-select-label-map)
3303 (reftex-select-bib-map): Add `follow-mouse' binding.
3304
3305 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3306
3307 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3308 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3309 Give :set functions to provide automatic updating.
3310 Update docstring. Give compiler defvars early in the file
3311 and move the defcustoms to a later spot where all called functions
3312 are defined.
3313 (jka-compr-file-name-handler-entry): Doc fix.
3314 (jka-compr-compression-info-list--internal)
3315 (jka-compr-mode-alist-additions--internal)
3316 (jka-compr-load-suffixes--internal): New variables.
3317 (jka-compr-install): Set the three above variables.
3318 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3319 (jka-compr-update, jka-compr-set): New functions.
3320 (auto-compression-mode): Doc fix.
3321
3322 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3323 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3324 Use jka-compr-compression-info-list--internal,
3325 jka-compr-mode-alist-additions--internal and
3326 jka-compr-load-suffixes--internal.
3327
3328 * files.el (load-library):
3329 * loadhist.el (file-loadhist-lookup):
3330 * startup.el (command-line):
3331 * subr.el (locate-library):
3332 * emacs-lisp/autoload.el (update-directory-autoloads):
3333 * emacs-lisp/find-func.el (find-library-suffixes):
3334 Use `get-load-suffixes' instead of `load-suffixes'.
3335
3336 * subr.el (locate-library):
3337 * emacs-lisp/find-func.el (find-library-name):
3338 Use `load-file-rep-suffixes' instead of '("").
3339
3340 2006-02-26 Kim F. Storm <storm@cua.dk>
3341
3342 * ido.el (ido-save-history, ido-load-history): Simplify.
3343 Don't use find-file-noselect to avoid interference from other modes.
3344
3345 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
3346
3347 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3348 to use the default shell if filename is not available.
3349 Reported by Giorgos Keramidas.
3350
3351 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
3352
3353 * progmodes/etags.el (tags-completion-table): Do completion from
3354 all the tables in the current list, as documented in the manual.
3355
3356 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3357
3358 * CC Mode Update to 5.31.3.
3359
3360 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3361
3362 * progmodes/cc-mode.el (c-postprocess-file-styles):
3363 Bind inhibit-read-only to t, around the call to
3364 c-remove-any-local-eval-or-mode-variables, so that it works on a
3365 RO file.
3366
3367 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3368
3369 * progmodes/cc-awk.el: Correct a typo.
3370
3371 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3372
3373 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
3374 c-hungry-delete-backwards, at the request of RMS. Leave the old
3375 name as an alias.
3376
3377 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3378
3379 * progmodes/cc-mode.el: Correct a typo.
3380
3381 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3382
3383 * progmodes/cc-defs.el: Update the version number to 5.31.3.
3384
3385 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3386
3387 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
3388 brace-else-brace (error due to mbeg, mend being undefined).
3389
3390 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3391
3392 * progmodes/cc-mode.el: File Local variables: Solve the problem
3393 where both `mode' and c-file-offsets are specified: `mode' will
3394 overwrite c-f-o's settings:
3395 (c-remove-any-local-eval-or-mode-variables): New function.
3396 (c-postprocess-file-styles): Call the above new function, within
3397 c-tentative-buffer-change, to splat `mode' and `eval' before the
3398 second hack-local-variables.
3399
3400 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3401
3402 * progmodes/cc-mode.el:
3403 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
3404 (c-after-change): Protect the match data with save-match-data.
3405 It was getting corrupted by c-after-change-check-<>-operators.
3406
3407 * cc-defs.el: [Supersedes patch V1.38]:
3408 (top level): Check for a buggy font-lock-compile-keywords ONLY in
3409 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
3410
3411 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
3412 with save-match-data. It was being corrupted when Font Lock was
3413 not enabled.
3414
3415 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3416
3417 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
3418 Mode and Subword Mode.
3419
3420 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
3421 real labels ("case 1:" or "foo:") from non-labels ("public:").
3422 (c-forward-objc-directive): Replace c-forward-token-2 with crude
3423 coding; c-f-t-2 doesn't move over a token at EOB.
3424
3425 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
3426
3427 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
3428 (c-update-modeline): Concatenate the minor mode indicators
3429 directly onto mode-name, removing c-submode-indicators.
3430 Sometimes, c-s-i got separated from the mode name on the mode line.
3431
3432 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
3433 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
3434
3435 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3436
3437 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
3438 error message when there's an evaluation error to show whether
3439 it's loaded from source or not.
3440 (c-filter-ops): Make it available at runtime too to work when
3441 `c-make-init-lang-vars-fun' needs to evaluate from source.
3442
3443 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * help.el (help): Revert last part of 2006-02-23 change (deletion
3446 of the `provide' call).
3447
3448 2006-02-23 Juri Linkov <juri@jurta.org>
3449
3450 * compare-w.el (compare-windows-highlight): Add new value
3451 `persistent' and change :type from `boolean' to `choice'.
3452 (compare-windows-overlays1, compare-windows-overlays2):
3453 New internal variables.
3454 (compare-windows-highlight): If compare-windows-highlight is
3455 `persistent', add current overlays to compare-windows-overlays[12]
3456 instead of adding compare-windows-dehighlight to pre-command-hook.
3457 (compare-windows-dehighlight): Delete all overlays from
3458 compare-windows-overlays[12].
3459
3460 * info.el (Info-search): Don't bind search-spaces-regexp to
3461 Info-search-whitespace-regexp in non-regexp isearch mode.
3462
3463 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
3466
3467 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
3468
3469 * textmodes/org.el (org-xemacs-p)
3470 (org-export-html-show-new-buffer, org-table-may-need-update)
3471 (org-insert-item, org-mhe-get-message-real-folder)
3472 (org-mhe-get-message-folder-from-index)
3473 (org-mhe-get-message-folder, org-mhe-get-message-num)
3474 (org-mhe-get-header, org-make-org-heading-search-string)
3475 (org-make-org-heading-camel, org-table-sort-lines)
3476 (org-format-org-table-html, org-format-table-table-html):
3477 Fix typos in docstrings.
3478
3479 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
3480
3481 * textmodes/org.el (org-cleaned-string-for-export)
3482 (org-solidify-link-text): New function.
3483 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
3484 XEmacs, just to silence the compiler.
3485 (org-export-as-ascii, org-export-as-html-and-open):
3486 Use `org-cleaned-string-for-export' and create internal links.
3487 (org-follow-mhe-link): Require mh-e, use folder.
3488
3489 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3490
3491 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
3492
3493 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
3494 gdb-debug-log-length.
3495 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
3496 it a real ring but...
3497 (gud-gdba-marker-filter): ...make it work like mark-ring.
3498 (gdb-enable-debug): Rename from gdb-enable-debug-log.
3499 (gdb-mouse-jump): New function. Add bindings.
3500
3501 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3502
3503 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
3504 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
3505 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
3506 (gdb-debug-log-length): Customize it's length.
3507 (gud-watch, gdb-var-create-handler): Display function::var format
3508 but don't use to create variable object.
3509 (gdb-var-create-handler): Use message-box in place of message.
3510 (gdb-stopped): Call gdb-exited if signalled.
3511
3512 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
3513
3514 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
3515
3516 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3517
3518 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3519 if `reftex-try-all-extensions' is set.
3520
3521 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
3522 fail silently when there is no valid argument at point.
3523 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
3524 `fail-silently' argument. From a patch by David Reiter.
3525
3526 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
3527 New commands.
3528 (org-mark-ring): New variable.
3529 (org-mark-ring-length): New option.
3530 (org-open-at-point, org-goto, org-open-file): Push old position
3531 onto the mark ring.
3532 (org-add-hook): New function.
3533 (org-export-table-remove-special-lines): New option.
3534 (org-skip-comments, org-format-org-table-html): Respect new
3535 option `org-export-table-remove-special-lines'.
3536 (org-open-file): Allow special command configuration for
3537 directory link.
3538 (org-file-apps): Fix bugs in customize type, added setting
3539 for directories.
3540 (org-activate-tags, org-format-agenda-item, org-complete)
3541 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
3542 (org-get-tags, org-get-buffer-tags, org-open-at-point)
3543 (org-link-search, org-make-org-heading-search-string)
3544 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
3545 (org-radio-targets, org-file-link-context-use-camel-case)
3546 (org-activate-camels): New options.
3547 (org-update-radio-target-regexp, org-all-targets)
3548 (org-make-target-link-regexp, org-activate-target-links):
3549 New functions.
3550 (org-make-org-heading-search-string): New function.
3551 (org-store-link, org-insert-link): Use new option
3552 `org-file-link-context-use-camel-case'.
3553 (org-activate-camels): Use new option `org-activate-camels'.
3554 (org-link-regexp): Add mhe prefix.
3555 (org-open-at-point, org-store-link): Support for mhe links.
3556 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
3557 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
3558 (org-mhe-get-header, org-follow-mhe-link): New functions.
3559 (org-remove-angle-brackets, org-add-angle-brackets):
3560 New functions.
3561 (org-bracket-link-regexp): New constant.
3562 (org-read-date): Fix bug that was rejecting all typed dates.
3563 (org-link-search): Make hierarchy above visible after a match.
3564 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
3565 (org-store-link): Fix bug with link creation when cursor is in
3566 an empty line.
3567 (org-open-at-point): Fix bug with matching a link.
3568 Fixed buggy argument sequence in call to `org-view-tags'.
3569 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3570 (org-prefix-has-tag): New variable.
3571 (org-format-agenda-item): Remove tags from headline
3572 if appropriate.
3573 (org-agenda-remove-tags-when-in-prefix): New option.
3574
3575 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
3576
3577 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
3578 Fix the regular expressions.
3579
3580 2006-02-21 Richard M. Stallman <rms@gnu.org>
3581
3582 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
3583 if there's no other specific basis.
3584
3585 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
3586 as variables at all.
3587 (unsafep-variable): Rename arg; doc fix.
3588
3589 * abbrevlist.el (list-one-abbrev-table): Add autoload.
3590
3591 * calendar/appt.el (diary-selective-display): Add defvar.
3592
3593 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
3594
3595 * isearch.el (search-whitespace-regexp): Fix custom type.
3596
3597 * help.el (describe-key-briefly): Compute interactive args
3598 in same was as before previous change.
3599
3600 * files.el (enable-local-variables): Doc fix.
3601
3602 2006-02-21 Kim F. Storm <storm@cua.dk>
3603
3604 * fringe.el: Cleanup as file is now pre-loaded.
3605 (fringe-bitmaps): Initialize unconditionally.
3606 (fringe-mode, set-fringe-style): Remove autoload cookies.
3607
3608 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3609
3610 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
3611 `horizontal-bar'.
3612 (fringe-cursor-alist): Use `horizontal-bar'.
3613
3614 2006-02-20 Kim F. Storm <storm@cua.dk>
3615
3616 * fringe.el (fringe-bitmaps): Update to new bitmap names.
3617 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
3618
3619 * loadup.el: Load "fringe" on window systems.
3620
3621 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3622
3623 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
3624 out of scope components.
3625
3626 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
3627 default.
3628
3629 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3630
3631 * custom.el (customize-mark-to-save, customize-mark-as-set):
3632 Load the symbol first.
3633
3634 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
3635
3636 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
3637 strech spec so it doesn't display as "^J" on the header line
3638 when `Buffer-menu-use-header-line' is t.
3639
3640 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3641
3642 * speedbar.el (speedbar-make-button): Keep text properties
3643 of string arguments if desired.
3644
3645 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
3646 expessions.
3647
3648 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
3649 of speedbar.
3650
3651 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
3652
3653 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
3654 to value of `read-file-name-completion-ignore-case'.
3655
3656 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * custom.el (customize-mark-as-set): Push to `user' theme.
3659
3660 * cus-edit.el (custom-save-variables): Allow unthemed values.
3661 (customize-set-variable): Push setting to `user' theme.
3662
3663 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3664
3665 * progmodes/gud.el: Don't require font-lock as it's now
3666 automatically loaded.
3667 (gud-speedbar-buttons): Replace gdb-var-changed with
3668 gdb-force-update.
3669
3670 * progmodes/gdb-ui.el (gdb-force-update): Rename from
3671 gdb-var-changed.
3672 (gdb-post-prompt): Use it.
3673 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3674 (gdb-var-update-handler, gdb-var-delete)
3675 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
3676 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
3677 gdb-force-update in gdb-post-prompt.
3678 (gdb-reset): Clear watch expressions from speedbar when quitting.
3679
3680 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3681
3682 * viper-cmd.el (viper-insert-state-post-command-sentinel)
3683 (viper-change-state-to-vi, viper-change-state-to-emacs):
3684 Make aware of cursor coloring in the Emacs state.
3685 (viper-special-read-and-insert-char): Use read-char-exclusive.
3686 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
3687
3688 * viper-init.el (viper-emacs-state-cursor-color): New variable.
3689
3690 * viper-util.el (viper-save-cursor-color)
3691 (viper-get-saved-cursor-color-in-replace-mode)
3692 (viper-get-saved-cursor-color-in-insert-mode)
3693 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
3694 state.
3695 (viper-get-saved-cursor-color-in-emacs-mode): New function.
3696
3697 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
3698 (ediff-ignore-case-option3, ediff-actual-diff-options)
3699 (ediff-actual-diff3-options): New variables to control case sensitivity.
3700 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
3701 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
3702 (ediff-toggle-ignore-case): New function.
3703 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
3704
3705 * ediff-help.el (ediff-long-help-message-narrow2)
3706 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
3707 (ediff-long-help-message-word-mode): Add ignore-case command.
3708 (ediff-help-for-quick-help): Add ignore-case command.
3709
3710 * ediff-merg.el: Move provide to the end.
3711
3712 * ediff-ptch.el: Move provide to the end.
3713
3714 * ediff-wind.el: Move provide to the end.
3715
3716 * ediff-mult.el: Move provide to the end.
3717 (ediff-set-meta-overlay): Enable follow-link.
3718
3719 * ediff.el: Move provide to the end.
3720 Break recursive load cycle in eval-when-compile.
3721 (ediff-patch-buffer): Better heuristics.
3722
3723 * ediff-util.el: Move provide to the end.
3724 Break recursive load cycle in eval-when-compile.
3725 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
3726 defuns.
3727 (ediff-submit-report): Pass the values of ediff-diff3-program,
3728 ediff-diff3-options.
3729
3730 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
3731
3732 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
3733 the opening bracket of the following bracketing pairs: {}, [], (), <>,
3734 `' (for example, in the docstring of `windmove-default-keybindings').
3735
3736 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3737
3738 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
3739 shadow face. Don't provide binding to edit variable when it is
3740 out of scope.
3741
3742 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3743 (gdb-var-update-handler): Detect out of scope variables with pre
3744 GDB 6.4 too.
3745 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
3746 Reset status of variable objects to nil in update handlers.
3747 (gdb-var-update-handler-1): Detect when a variable object comes
3748 in scope. setcar on var changes gdb-var-list directly.
3749
3750 2006-02-17 Juri Linkov <juri@jurta.org>
3751
3752 * ffap.el (ffap) <defface>: Add explicit face declaration.
3753 (ffap-highlight): Use face `ffap' directly instead of checking
3754 for its existence.
3755
3756 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
3757 `visible-ok' of `other-buffer' to find the right original buffer.
3758
3759 * info.el (Info-search): Skip `Local Variables' node.
3760
3761 2006-02-17 Juri Linkov <juri@jurta.org>
3762
3763 * info.el (Info-find-file): Check for symbols `apropos', `history',
3764 `toc' in the input filename, and return these symbols as is.
3765 (Info-find-node-2): Set Info-current-file to symbols `apropos',
3766 `history', `toc' instead of strings.
3767 (Info-set-mode-line): For non-string Info-current-file use the
3768 symbol's name inside **.
3769 (Info-isearch-push-state): Add quote before Info-current-file and
3770 Info-current-node.
3771 (Info-isearch-pop-state): Use `equal' instead of `string='.
3772 (Info-extract-pointer, Info-following-node-name): Use
3773 `match-string-no-properties' instead of `match-string'.
3774 (Info-up): Check `old-file' for `stringp'.
3775 (Info-history): Use `equal' instead of `string-equal'.
3776 Check `file' for `stringp'.
3777 (Info-history): Use symbol `history' instead of string as first arg
3778 of `Info-find-node'.
3779 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
3780 `toc' instead of string.
3781 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
3782 instead of `buffer-substring', and `match-string-no-properties'
3783 instead of `match-string'.
3784 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
3785 instead of strings.
3786 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
3787 Use symbol `apropos' instead of string.
3788 (Info-copy-current-node-name): Check `Info-current-file' for
3789 `stringp' and construct a command with `Info-find-node' from it.
3790 (Info-fontify-node): Use `match-string-no-properties' instead of
3791 `match-string' and check file names for `stringp'.
3792 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
3793 `history', `toc' instead of strings.
3794
3795 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
3796
3797 * files.el: Rearrange functions and variables in the file local
3798 variables section.
3799
3800 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
3801
3802 * files.el: Add truncate-lines, ispell-check-comments and
3803 ispell-local-dictionary as safe local variables.
3804
3805 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
3806
3807 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
3808 out of scope variables.
3809 (gud-speedbar-buttons): Use unless.
3810
3811 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
3812 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
3813 (gdb-show-changed-values): Also use for out of scope variables.
3814 (gdb-var-update-handler-1): Note if variable goes out of scope.
3815
3816 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
3817
3818 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
3819 default to global variable values for unsupplied args.
3820 (rcirc-get-buffer-create): Fix bug with setting the target.
3821 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
3822 test for rcirc-always-use-server-buffer-flag here.
3823 (rcirc-response-formats): Add %N, which is a facified nick. %n
3824 uses the default face. Change the ACTION format string. If the
3825 "nick" is the server, don't print anything for that field.
3826 Comment fixes.
3827 (rcirc-target-buffer): Don't test
3828 rcirc-always-use-server-buffer-flag here.
3829 (rcirc-print): Squeeze extra spaces out of the text before message.
3830 (rcirc-put-nick-channel): Strip potential "@" char from nick
3831 before adding them to nick table.
3832 (rcirc-url-regexp): Improve to match address like "foo.com".
3833
3834 2006-02-17 Eli Zaretskii <eliz@gnu.org>
3835
3836 * allout.el (allout-hidden-p): Move this defsubst before
3837 allout-overlay-interior-modification-handler, where it is first
3838 used.
3839
3840 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
3841
3842 * allout.el: Use allout invisible-text overlays instead of
3843 selective display for concealed text. Also, lots of general
3844 cleanup, and improved compatibility code.
3845
3846 (allout-version) Incremented, corrected, revised, and refined
3847 module commentary.
3848
3849 (provide 'allout): Moved to the bottom, added a require of overlay.
3850
3851 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
3852 `except-current'.
3853 (allout-write-file-hook-handler): Minimize delay.
3854 (count-trailing-whitespace-region): New function so
3855 auto-encryption of current topic can resituate cursor exactly.
3856 PGP/GPG encryption trims trailing whitespace from lines, which
3857 must be accounted for across encryption then decryption.
3858
3859 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
3860 just plain "\C-c", to avoid intruding on user's keybinding space.
3861
3862 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
3863 parameter, so user request to provide a new password is done.
3864
3865 (allout-outside-normal-auto-fill-function, allout-auto-fill):
3866 Refined mechanism for auto-filling behavior while in allout mode.
3867
3868 (allout-mode): Explicitly specify the mode map in the docstring.
3869 Clarify provision for various write-file hook var names.
3870 Adjusted for invisible-text overlays instead of selective-display.
3871
3872 (allout-depth): Really return 0 if not within any topic. This
3873 rectifies `allout-beginning-of-level' and sequence numbering
3874 errors that occur when cutting and pasting numbered topics.
3875 Changed from a in-line subst to a regular function, as well.
3876
3877 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
3878
3879 (allout-end-of-subtree, allout-end-of-subtree)
3880 (allout-end-of-entry, allout-end-of-current-heading)
3881 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
3882 (allout-show-children, allout-show-to-offshoot)
3883 (allout-hide-current-entry, allout-show-current-entry): Rectified
3884 handling of trailing blank lines between items.
3885
3886 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
3887 (allout-current-depth, allout-unprotected, allout-hidden-p)
3888 (allout-on-current-heading-p, allout-listify-exposed)
3889 (allout-chart-subtree, allout-goto-prefix)
3890 (allout-back-to-current-heading, allout-get-body-text)
3891 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
3892 (allout-hide-region-body, allout-toggle-subtree-encryption)
3893 (allout-encrypt-string, allout-encrypted-key-info)
3894 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
3895 (allout-file-vars-section-data): Adjusted for use with
3896 invisible-text overlays instead of selective-display.
3897
3898 (allout-kill-line, allout-kill-topic, allout-yank-processing):
3899 Reworked for use with invisible text overlays.
3900
3901 (allout-current-topic-collapsed-p): New function.
3902
3903 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
3904 to know when to close the containing topic.
3905
3906 (allout-pre-command-business, allout-post-command-business):
3907 Simplify undo-batching and dynamic isearch exposure.
3908
3909 (allout-set-overlay-category): New for invisible-text overlays.
3910 Sets properties of allout-overlay-category, used by
3911 allout-flag-region to set invisible-text overlay properties.
3912 (allout-get-invisibility-overlay): Get the first qualifying
3913 invisibility overlay, so we can find the extent of it.
3914 (allout-back-to-visible-text): Get to just before the beginnining
3915 of the current invisibility overlay, if any.
3916
3917 (allout-overlay-insert-in-front-handler)
3918 (allout-overlay-interior-modification-handler)
3919 (allout-before-change-handler, allout-isearch-end-handler): New
3920 functions to handle extraordinary actions affecting concealed
3921 text.
3922
3923 (allout-flag-region): Use overlays instead of selective-display
3924 for invisible text - by inheritence from the properties of
3925 allout-overlay-category in mainline Emacs, and applied
3926 property-by-property in XEmacs, some recent versions of which
3927 don't inherit the properties from the category. Provisions to
3928 respond to concealed-text edits simplified drastically.
3929
3930 (allout-isearch-rectification, allout-isearch-was-font-lock)
3931 (allout-isearch-expose, allout-enwrap-isearch)
3932 (allout-isearch-abort, allout-pre-was-isearching)
3933 (allout-isearch-prior-pos, allout-isearch-did-quit)
3934 (allout-isearch-dynamic-expose)
3935 (allout-hide-current-entry-completely): Functions deleted.
3936
3937 (allout-undo-aggregation): Explicit undo aggregation no longer
3938 necessary due to transition away from selective-display.
3939
3940 (set-allout-regexp, allout-up-current-level)
3941 (allout-next-visible-heading, allout-forward-current-level)
3942 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
3943 (allout-kill-line, allout-yank-processing, allout-show-children)
3944 (allout-expose-topic, allout-old-expose-topic)
3945 (allout-listify-exposed, allout-insert-latex-header)
3946 (allout-toggle-subtree-encryption, allout-encrypt-string)
3947 (remove-from-invisibility-spec, allout-hide-current-subtree):
3948 Ditched unused variables.
3949
3950 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
3951
3952 * textmodes/ispell.el (ispell-change-dictionary): Call
3953 ispell-buffer-local-dict instead of
3954 ispell-accept-buffer-local-defs.
3955 (ispell-local-dictionary-alist): Accept as valid any coding-system
3956 supported by Emacs.
3957 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
3958 changed to iso-8859-3.
3959
3960 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
3961
3962 * speedbar.el (speedbar-frame-width): Make an inline function
3963 instead of a macro. Use frame-width.
3964 (speedbar-try-completion, speedbar-update-contents)
3965 (speedbar-timer-fn): Use consp.
3966 (speedbar-update-localized-contents): Try to preserve point.
3967
3968 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
3969 (menu): Re-order menu items.
3970 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
3971 field.
3972 (gdb-var-update-handler-1): Use it for GDB 6.4+.
3973 (gdb-post-prompt): Speed things by not forcing update.
3974
3975 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
3976
3977 * wid-edit.el (widget-button-click): For mouse-1, cancel button
3978 press and perform default action if we get a mouse movement event.
3979
3980 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
3981
3982 * calendar/icalendar.el (icalendar--get-event-property)
3983 (icalendar--get-event-property-attributes): Fix typos in
3984 docstrings.
3985
3986 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
3987 docstring.
3988
3989 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
3990
3991 * bs.el (bs-mode): Use `buffer-disable-undo'.
3992 (bs--get-file-name): Simplify.
3993 (bs-show-in-buffer): Mark the buffer as not modified.
3994
3995 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
3996
3997 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
3998 widget-button-click.
3999
4000 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4001 (custom-mode): Update docstring.
4002
4003 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4004 binding.
4005
4006 * files.el (hack-local-variables-confirm): Allow scrolling if the
4007 file variable list is too long. Kill temp buffer after use.
4008
4009 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4010
4011 * progmodes/gud.el (gdb): Improve doc string.
4012 (gdb-script-font-lock-keywords): Expand allowed character set.
4013
4014 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4015 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4016 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4017 (gdb-separate-io-stop, gdb-separate-io-eof):
4018 Rename from gdb-inferior-* to gdb-separate-*.
4019 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4020
4021 2006-02-14 Jay Belanger <belanger@truman.edu>
4022
4023 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4024 expression is a symbol before checking that it is bound.
4025
4026 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4027 test to see if equation can be solved.
4028
4029 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4030
4031 * wid-edit.el (widget-button-click): Use :pressed-face property
4032 for overlay face, if it exists.
4033
4034 * cus-edit.el (custom-manual, custom-add-see-also)
4035 (custom-add-parent-links, custom-group-link): Add :pressed-face
4036 property to links.
4037
4038 * files.el (hack-local-variables): Remove ignored variables before
4039 checking if any variables need setting.
4040
4041 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4042
4043 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4044
4045 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4046
4047 * help.el (where-is): Fix message for remapped commands.
4048
4049 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4050 Fix typos in docstrings.
4051
4052 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * files.el (safe-local-variable-values): New option.
4055 (hack-local-variables-prop-line): Return a list of variable-value
4056 pairs if MODE-ONLY is non-nil.
4057 (hack-local-variables): Construct list of variable-value pairs,
4058 and apply or reject them in one go. Ask for confirmation if
4059 variables are not known safe.
4060 (hack-local-variables-confirm): Complete rewrite. Support
4061 `safe-local-variable-values'.
4062 (enable-local-variables): Update docstring to reflect new
4063 behavior.
4064 (ignored-local-variables): Ignore ignored-local-variables and
4065 safe-local-variable-values.
4066 (safe-local-variable-p): New function.
4067 (risky-local-variable-p): `safe-local-variable' property check
4068 moved to safe-local-variable-p.
4069 (hack-one-local-variable): Checks moved to hack-local-variables.
4070
4071 (byte-compile-dynamic, c-basic-offset, c-file-style)
4072 (c-indent-level, comment-column, fill-column, fill-prefix)
4073 (indent-tabs-mode, kept-new-versions, no-byte-compile)
4074 (no-update-autoloads, outline-regexp, page-delimiter)
4075 (paragraph-start, paragraph-separate, sentence-end)
4076 (sentence-end-double-space tab-width, version-control):
4077 Add `safe-local-variable' property.
4078
4079 * find-lisp.el: Delete nonexistent `autocompile' file variable.
4080
4081 * icomplete.el, play/landmark.el: Change nonexistent
4082 `outline-layout' file variable to `allout-layout'.
4083
4084 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
4085
4086 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4087 (gdb-get-changed-registers): Test value of gud-minor-mode relative
4088 to gud-comint-buffer.
4089 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4090 gdb-ui.el for gdb-mi.el.
4091 (gdb-post-prompt, gdb-get-changed-registers): Move test for
4092 registers buffer to gdb-get-changed-registers.
4093 (gdb-breakpoint-regexp): New regexp. Allow toggling and
4094 deletion of catchpoints (throw and catch).
4095 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4096 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4097 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4098 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4099 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4100
4101 2006-02-13 Jay Belanger <belanger@truman.edu>
4102
4103 * calc/calc-arith.el (math-check-known-matrixp): Make sure
4104 expression is a symbol before checking that it is bound.
4105
4106 2006-02-13 Richard M. Stallman <rms@gnu.org>
4107
4108 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4109 for the minibuffer too, but not if resize-mini-windows will interfere.
4110
4111 * help.el (describe-key-briefly, describe-key): Do all arg-reading
4112 inside `interactive' spec.
4113 (describe-key-briefly-internal, describe-key-internal):
4114 Functions merged back into their callers.
4115
4116 2006-02-13 Martin Rudalics <rudalics@gmx.at>
4117
4118 * info.el (info-xref-visited): Inherit from info-xref too.
4119 (Info-set-mode-line): Replace occurrences of `%' by `%%'
4120 when propertizing Info-current-file and Info-current-node.
4121
4122 2006-02-13 Juri Linkov <juri@jurta.org>
4123
4124 * tumme.el (tumme-thumbnail-storage): Fix docstring.
4125 (tumme-thumb-name): Fix per-directory format.
4126
4127 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
4128
4129 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4130
4131 2006-02-12 Miles Bader <miles@gnu.org>
4132
4133 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4134
4135 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
4136
4137 * tumme.el: Remove history section. If someone needs the it, it
4138 can always be found in CVS.
4139
4140 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4141
4142 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
4143 about the Thumbnail Managing Standard option.
4144
4145 2006-02-12 Richard M. Stallman <rms@gnu.org>
4146
4147 * subr.el (substitute-key-definition): Doc fix.
4148
4149 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4150
4151 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4152
4153 * info.el (Info-mode): Doc fix.
4154
4155 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4156
4157 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
4158
4159 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4160 because on Solaris a POSIX compatible "id" is needed. Reported by
4161 Magnus Henoch <mange@freemail.hu>.
4162
4163 2006-02-12 Juri Linkov <juri@jurta.org>
4164
4165 * tumme.el: Remove todo item about Thumbnail Managing Standard.
4166 (tumme) <defgroup>: Change :group to `multimedia'.
4167 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4168 Managing Standard.
4169 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4170 Fix dostring.
4171 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4172 and %y. Fix docstring.
4173 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4174 (tumme-cmd-create-standard-thumbnail-command): New user options.
4175 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4176 is `standard'. Fix docstring.
4177 (tumme-thumb-width, tumme-thumb-height): New user options.
4178 (tumme-external-viewer): Try to find various viewers.
4179 (tumme-get-thumbnail-image): Use `create-image' instead of
4180 constructing the `image' structure.
4181 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4182 `standard'.
4183 (tumme-thumb-name): Add file name generation for standard storage.
4184 Simplify code for other storages.
4185 (tumme-thumb-name): Use width %w and height %h instead of size %s.
4186 Add modification time %m and thumbnail-nq8 %q.
4187 Use `tumme-cmd-create-standard-thumbnail-command' if
4188 tumme-thumbnail-storage is `standard'.
4189 (tumme-dired-insert-marked-thumbs): New autoload command.
4190 (tumme-dired-after-readin-hook): New function.
4191 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4192 `tumme-thumb-size'.
4193 (tumme-display-image): Replace size-x %x and size-y %y with
4194 width %w and height %h.
4195
4196 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4197 `tumme-dired-insert-marked-thumbs'.
4198
4199 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4200
4201 * tumme.el (tumme-write-tag): Fix small bug (file name did not
4202 include path).
4203 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4204 matching tag.
4205
4206 2006-02-12 Miles Bader <miles@gnu.org>
4207
4208 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4209 New variables.
4210 (rcirc-abbrev-nick): New function.
4211 (rcirc-format-response-string): Rewrite to use the formats in
4212 `rcirc-response-formats' and expand escape sequences therein.
4213 A text-property `rcirc-text' is added over the actual response
4214 text to make easy to find inside the returned string.
4215 (rcirc-print): When filling, just look for the `rcirc-text'
4216 text-property to find the appropriate fill prefix, instead of
4217 using hardwired patterns.
4218
4219 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4220
4221 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
4222 Managing Standard.
4223
4224 2006-02-11 Kim F. Storm <storm@cua.dk>
4225
4226 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4227 Don't use insert-buffer; do insert-buffer-substring directly.
4228 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
4229
4230 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4231
4232 * files.el (revert-buffer, recover-file): Replace buffer-read-only
4233 with inhibit-read-only. Suggested by Stefan Monnier.
4234 (revert-buffer): Let insert-file-contents discard
4235 buffer-undo-list. Simplify code.
4236 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4237
4238 2006-02-11 Eli Zaretskii <eliz@gnu.org>
4239
4240 * menu-bar.el (menu-bar-select-yank): Add a doc string.
4241
4242 * help.el (describe-key-briefly): Now a wrapper for
4243 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
4244 to t. Populate yank-menu if empty.
4245 (describe-key-briefly-internal): Renamed from describe-key-briefly.
4246 (describe-key): Now a wrapper for describe-key-internal. Bind
4247 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
4248 (describe-key-internal): Renamed from describe-key.
4249
4250 2006-02-11 Milan Zamazal <pdm@zamazal.org>
4251
4252 * progmodes/glasses.el (glasses-separator): Doc fix.
4253 (glasses-original-separator): New defcustom.
4254 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4255
4256 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4257
4258 * mwheel.el (mouse-wheel-up-event): Doc fix.
4259
4260 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4261
4262 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4263 (tumme-dir): New function. Copied from thumbs.el.
4264
4265 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
4266
4267 * desktop.el (desktop-outvar): Fix typo.
4268 (desktop-save-buffer-p): Doc fix.
4269
4270 * subr.el (substitute-key-definition): Fix typo.
4271
4272 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4273
4274 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4275 when window-system is mac.
4276
4277 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4278
4279 2006-02-10 Kim F. Storm <storm@cua.dk>
4280
4281 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4282 indirect-function instead of using condition-case.
4283
4284 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
4285
4286 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4287 less `colloquial'...
4288
4289 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
4290
4291 * tumme.el: Add a couple of todo items.
4292
4293 2006-02-09 Lars Hansen <larsh@soem.dk>
4294
4295 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4296 (highlight-changes-mode): Don't change desktop-locals-to-save.
4297
4298 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * image-mode.el (image-toggle-display): Clear image cache if using
4301 filename.
4302
4303 2006-02-09 Masatake YAMATO <jet@gyve.org>
4304
4305 * dired-x.el (dired-guess-shell-alist-default): Add .man as
4306 a `dired-man' target.
4307
4308 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4309 boundary of symbols.
4310
4311 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
4312
4313 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4314
4315 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
4316
4317 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4318 `mapcar'; return nil.
4319
4320 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
4321
4322 * mouse.el (mouse-drag-track): Don't change window if we rebind to
4323 some other event.
4324
4325 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
4326
4327 * net/rcirc.el (rcirc-startup-channels-alist):
4328 Add irc.freenode.net and #emacs as defaults.
4329 (rcirc-ignore-all-activity-flag): Remove variable.
4330 (rcirc-authinfo): New variable.
4331 (rcirc-authinfo-filename): Remove variable.
4332 (rcirc-always-use-server-buffer-flag): New flag.
4333 (rcirc): M-x rcirc will automatically connect without prompting.
4334 C-u M-x rcirc will prompt. Use rcirc-connect to create a
4335 connection in lisp.
4336 (rcirc-process-server-response-1): Remove everything but the nick
4337 portion of the sender so it doesn't need to be done everywhere
4338 else. Update related code.
4339 (global-map): Remove global keybindings.
4340 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4341 (rcirc-send-input): Split into several functions.
4342 (rcirc-process-input-line, rcirc-process-message)
4343 (rcirc-process-command): New functions.
4344 (rcirc-target-buffer): New function to determine where to route
4345 messages.
4346 (rcirc-user-nick): Save match data.
4347 (rcirc-toggle-ignore-buffer-activity)
4348 (rcirc-update-activity-string): Remove global ignore functionality,
4349 which can be done now by toggling rcirc-track-minor-mode.
4350 (rcirc-track-minor-mode-map): New keymap.
4351 (rcirc-track-minor-mode): New minor-mode.
4352 (ignore): Make the ignore output nicer. Always print it when
4353 adding or removing nicks.
4354 (rcirc-url-regexp): Improve.
4355 (rcirc-mangle-text): Remove properties before using text in the
4356 modeline.
4357 (rcirc-authenticate): Authentication data comes from
4358 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4359 (rcirc-server-prefix): Inherit from rcirc-server.
4360
4361 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
4362
4363 * Makefile.in (compile): Append "|| true" to the end of the `find'
4364 command, like compile-always does.
4365
4366 2006-02-08 Sam Steingold <sds@gnu.org>
4367
4368 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4369 output from a dead connection.
4370
4371 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4372
4373 * dired.el (dired-mode-map): Add more bindings for tumme.
4374
4375 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * wdired.el (wdired-mode-map): Use remap.
4378 (wdired-get-filename): Massage.
4379 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
4380 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
4381 `keymap' property rather than `local-map'.
4382
4383 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4384
4385 * tumme.el (tumme-get-thumbnail-image): New utility function.
4386 Suggested by from Chong Yidong.
4387 (tumme-dired-with-window-configuration): Rename from
4388 `tumme-dired'. Add code to save window configuration.
4389 (tumme-restore-window-configuration): New command to restore the
4390 window configuration that `tumme-dired-with-window-configuration'
4391 saves before it changes the window configuration.
4392 (tumme-show-all-from-dir): New command to display thumbnails for
4393 all files in a directory entered by the user, like M-x thumbs.
4394 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
4395 have been created.
4396 (tumme-display-thumbnail-original-image): Call `display-buffer'.
4397 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
4398 Remove obsolete test function.
4399
4400 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
4401
4402 * vc.el (small-temporary-file-directory): Remove defvar; there's
4403 a defcustom for it in files.el.
4404
4405 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
4406 Fix typo in message.
4407 (tumme-gallery-generate): Fix typo in `error' message.
4408 (tumme-display-window-height-correction)
4409 (tumme-display-window-width-correction, tumme-line-up-dynamic)
4410 (tumme-line-up-interactive): Dox fixes.
4411 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
4412 (tumme-restore-window-configuration, tumme-format-properties-string)
4413 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
4414 Fix typos in docstrings.
4415
4416 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
4417
4418 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
4419
4420 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
4421
4422 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
4423 User should use hook if desired.
4424
4425 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
4426 buffer if necessary.
4427 (gdb-delete-frame-or-window): New function.
4428 (gdb-breakpoints-mode-map): Bind "q" to it.
4429
4430 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4431
4432 * textmodes/nroff-mode.el: Clean up name space.
4433 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
4434 (nroff-mode): Obey the global setting of nroff-electric-mode.
4435 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
4436
4437 * calendar/calendar.el (calendar-increment-month): Typo in last change.
4438
4439 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
4440
4441 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
4442
4443 2006-02-06 Lars Hansen <larsh@soem.dk>
4444
4445 * generic-x.el (etc-fstab-generic-mode): Add file system types
4446 cifs and usbdevfs. Allow special chars in file names.
4447
4448 2006-02-05 Jay Belanger <belanger@truman.edu>
4449
4450 Update copyright notices of the files in lisp/calc.
4451
4452 2006-02-05 Romain Francoise <romain@orebokech.com>
4453
4454 Update copyright notices of all files in the lisp/play directory.
4455
4456 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
4457
4458 * ldefs-boot.el: Regenerate.
4459
4460 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
4461
4462 2006-02-05 Kim F. Storm <storm@cua.dk>
4463
4464 * files.el (magic-mode-regexp-match-limit): New defvar.
4465 (set-auto-mode): Use it to limit magic-mode-alist matching.
4466
4467 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
4468
4469 * simple.el (display-message-or-buffer): Compare the number of
4470 characters to the frame width when determining whether a 1-line
4471 message string will fit in the echo area. Count screen lines
4472 instead of buffer lines when determining whether a multi-line
4473 message will fit in the echo area/minibuffer window.
4474
4475 2006-02-04 Eli Zaretskii <eliz@gnu.org>
4476
4477 * info.el (Info-index, Info-mode): Improve the description of the
4478 `i' command.
4479
4480 * ldefs-boot.el: Regenerate.
4481
4482 2006-02-03 Werner Lemberg <wl@gnu.org>
4483
4484 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
4485 greedy to find the closing bracket in \*[...] and similar
4486 expressions. This is a first rough fix -- many additional
4487 refinements are necessary to make nroff mode really usable with groff.
4488
4489 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
4490
4491 * international/mule-cmds.el (set-locale-environment):
4492 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
4493 libX11.
4494
4495 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4496
4497 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
4498 archive are created in archive-tmpdir.
4499
4500 2006-02-02 John Paul Wallington <jpw@pobox.com>
4501
4502 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
4503 (ibuffer-fontification-alist): Use it.
4504 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
4505 to "* z" and the Ibuffer Mark menu.
4506
4507 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
4508
4509 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4510
4511 * textmodes/table.el (*table--cell-describe-mode)
4512 (*table--cell-describe-bindings): Undo last change since
4513 print-help-return-message is not obsoleted by anything at all.
4514
4515 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
4516
4517 * emulation/cua-base.el (cua-mode): Doc fix.
4518
4519 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
4520
4521 * dframe.el (dframe-handle-make-frame-visible)
4522 (dframe-handle-iconify-frame, dframe-get-focus)
4523 (dframe-select-attached-frame, dframe-power-click)
4524 (dframe-frame-mode): Fix typos in docstrings.
4525
4526 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
4527 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
4528 Fix typos in docstrings.
4529
4530 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
4531 (hi-lock-face-buffer, hi-lock-font-lock-hook)
4532 (hi-lock-archaic-interface-message-used)
4533 (hi-lock-file-patterns-range): Fix typos in docstrings.
4534
4535 * savehist.el (savehist-loaded, savehist-load, savehist-install)
4536 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
4537
4538 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
4539 Fix typo in docstring.
4540
4541 * net/newsticker.el (newsticker--decode-iso8601-date)
4542 (newsticker--set-customvar, newsticker--buffer-insert-item)
4543 (newsticker--do-run-auto-mark-filter)
4544 (newsticker--parse-generic-feed): Doc fixes.
4545 (newsticker--retrieval-timer-list, newsticker-url-list)
4546 (newsticker-hide-immortal-items-in-echo-area)
4547 (newsticker-hide-obsolete-items-in-echo-area)
4548 (newsticker-new-item-face, newsticker--enclosure)
4549 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
4550 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
4551 (newsticker--parse-generic-feed, newsticker--cache-contains)
4552 (newsticker--stat-num-items, newsticker-download-enclosures):
4553 Fix typos in docstrings.
4554
4555 * net/rcirc.el (rcirc-debug): Doc fix.
4556 (rcirc-fill-column, rcirc-receive-message-hooks)
4557 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
4558 (rcirc-mode, rcirc-generate-new-buffer-name)
4559 (rcirc-startup-channels, rcirc-ignore-update-automatic)
4560 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
4561 Fix typos in docstrings.
4562 (rcirc-print): "?\ " -> "?\s".
4563 (rcirc-cmd-join): Improve argument/docstring consistency.
4564
4565 2006-02-01 Mark A. Hershberger <mah@everybody.org>
4566
4567 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
4568 before narrow-to-region.
4569
4570 2006-02-01 Richard M. Stallman <rms@gnu.org>
4571
4572 * simple.el (move-beginning-of-line): Scan properly for invis change.
4573
4574 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
4575
4576 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
4577
4578 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
4579 change bit only when id-format is 'integer. Reported by Matt
4580 Hodges <M.P.Hodges@rl.ac.uk>.
4581
4582 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
4583
4584 * hilit-chg.el (highlight-changes-initial-state)
4585 (highlight-changes-global-initial-state): Doc fixes.
4586 (highlight-changes-global-modes, global-highlight-changes):
4587 Fix typos in docstrings.
4588
4589 2006-02-01 Kim F. Storm <storm@cua.dk>
4590
4591 * emulation/cua-base.el (cua-mode): Mention that CUA enables
4592 transient-mark-mode in doc string.
4593
4594 2006-01-31 Richard M. Stallman <rms@gnu.org>
4595
4596 * replace.el (multi-occur): Doc fix.
4597 (multi-occur-in-matching-buffers): Rename from
4598 multi-occur-by-filename-regexp. Prefix arg says match
4599 buffer names instead of file names.
4600
4601 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
4602
4603 * bs.el: Allow non-default values of `bs-header-lines-length'.
4604 (bs--running-in-xemacs): Remove (not needed anymore).
4605 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
4606 instead of `shrink-window', thus avoiding having to compute the
4607 height of the window.
4608 (bs--up): Wrap around even when there's no header.
4609 (bs--down): Use `forward-line' instead of `next-line'.
4610
4611 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
4612
4613 * image-mode.el (image-toggle-display): Use file name if possible,
4614 instead of unnecessarily allocating a (possibly huge) lisp string.
4615
4616 2006-01-30 John Paul Wallington <jpw@pobox.com>
4617
4618 * subr.el (toplevel): Define `cl-assertion-failed' condition here
4619 because the `assert' macro signals it at runtime.
4620
4621 * emacs-lisp/cl.el (toplevel): Remove definition of
4622 `cl-assertion-failed' condition.
4623
4624 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
4625
4626 * thumbs.el (thumbs-marked-list): Make buffer-local and
4627 permanent-local.
4628 (thumbs-insert-thumb): Make help-echo non-sticky.
4629 (thumbs-file-alist): Use eolp as check for (non)-image.
4630
4631 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
4632
4633 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
4634 (ediff-before-session-group-setup-hooks)
4635 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
4636 Fix typos in docstrings.
4637
4638 * window.el (bw-dir, bw-eqdir, balance-windows)
4639 (split-window-keep-point): Fix typos in docstrings.
4640
4641 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
4642 (org-quote-string, org-calendar-to-agenda-key)
4643 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
4644 (org-show-following-heading, org-tags-column)
4645 (org-use-tag-inheritance, org, org-allow-space-in-links)
4646 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
4647 (org-enable-table-editor, org-calc-default-modes)
4648 (org-table-allow-automatic-line-recalculation)
4649 (org-export-html-style, org-export-with-fixed-width)
4650 (org-export-with-sub-superscripts, org-special-keyword)
4651 (org-formula, org-time-grid, org-table-may-need-update)
4652 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
4653 (org-goto-quit, org-get-indentation, org-end-of-item)
4654 (org-move-item-down, org-move-item-up)
4655 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
4656 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
4657 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
4658 (org-agenda-log-mode, org-agenda-toggle-diary)
4659 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
4660 (org-agenda-file-to-end, org-agenda-no-heading-message)
4661 (org-agenda-get-closed, org-format-agenda-item)
4662 (org-cmp-priority, org-cmp-category, org-cmp-time)
4663 (org-agenda-change-all-lines, org-agenda-diary-entry)
4664 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
4665 (org-link-search, org-camel-to-words, org-open-file)
4666 (org-remember-handler, org-table-convert-region)
4667 (org-table-move-row-down, org-table-move-row-up)
4668 (org-table-copy-region, org-table-wrap-region)
4669 (org-table-toggle-vline-visibility)
4670 (org-table-get-vertical-vector, org-table-modify-formulas)
4671 (org-table-get-specials, org-recalc-commands)
4672 (org-table-rotate-recalc-marks, org-table-eval-formula)
4673 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
4674 (org-level-color-stars-only, org-insert-heading):
4675 Fix typos in docstrings.
4676 (last-arg): Add defvar.
4677
4678 * makefile.w32-in (WINS): Add erc.
4679 (MH_E_SRC): Update (copied from lisp/Makefile.in).
4680
4681 2006-01-29 Bill Wohler <wohler@newt.com>
4682
4683 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
4684 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
4685 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
4686 (mh-autoloads): Don't use comments on otherwise empty lines.
4687
4688 2006-01-29 Edward O'Connor <ted@oconnor.cx>
4689
4690 * emulation/viper.el (viper-major-mode-modifier-list): Add
4691 insert-state and vi-state entries for erc-mode.
4692 (viper-go-away, viper-set-hooks): Add and remove
4693 viper-comint-mode-hook from erc-mode-hook as appropriate.
4694
4695 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
4696
4697 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
4698
4699 * bs.el (bs--format-aux): Implement `middle' alignment as
4700 described in the docstring for `bs-attributes-list'.
4701 (bs--get-name): Simplify. Don't pad the buffer name.
4702
4703 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
4704
4705 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
4706 English aspell dictionary is installed, use the first entry of
4707 ispell-dictionary-alist-1.
4708
4709 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
4710
4711 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4712 Doc fix.
4713
4714 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
4715
4716 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4717 for `process-file', in order to let it work for older Emacsen too.
4718
4719 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4720
4721 * international/latexenc.el: Add a suitable `coding:' tag.
4722 (latexenc-find-file-coding-system): Undo last change.
4723
4724 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4725
4726 * international/latexenc.el (latexenc-find-file-coding-system):
4727 Make sure latexenc-main-file is a regular file and is readable.
4728
4729 2006-01-27 Andre Spiegel <spiegel@gnu.org>
4730
4731 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
4732 Pass FILE to vc-user-login-name.
4733
4734 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
4735
4736 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
4737
4738 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
4739 there are no more images to display.
4740 (thumbs-mark, thumbs-unmark): Revert change so that they move to
4741 the next image.
4742
4743 2006-01-26 Richard M. Stallman <rms@gnu.org>
4744
4745 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
4746
4747 * wid-edit.el (advertised-widget-backward): New alias.
4748 (widget-keymap): Use advertised-widget-backward for S-TAB.
4749
4750 * tumme.el: Correct the keywords.
4751 (tumme-dir-max-size): Use defvar.
4752 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
4753
4754 * simple.el (move-beginning-of-line): Take account of fields.
4755 (clone-indirect-buffer-other-window): Take args like
4756 clone-indirect-buffer, and work like it.
4757
4758 * help-fns.el (describe-function): Don't pass `nil' as default.
4759
4760 * files.el (risky-local-variable-p): Follow var aliases.
4761
4762 * subr.el (lazy-completion-table): Doc fix.
4763
4764 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
4765 global binding of `line'.
4766
4767 2006-01-25 Andre Spiegel <spiegel@gnu.org>
4768
4769 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
4770 Tramp.
4771
4772 * vc.el (vc-default-dired-state-info): Pass FILE to
4773 vc-user-login-name.
4774 (vc-default-update-changelog): Don't use vc-user-login-name, we
4775 don't need it here.
4776
4777 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
4778 no longer necessary.
4779
4780 2006-01-25 Kenichi Handa <handa@m17n.org>
4781
4782 * international/mule.el (decode-char): Avoid the overhead of
4783 calling utf-lookup-subst-table-for-decode if
4784 utf-translate-cjk-mode is nil.
4785 (encode-char): Avoid the overhead of calling
4786 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
4787 nil.
4788
4789 2006-01-22 Kenichi Handa <handa@m17n.org>
4790
4791 * international/mule.el (make-subsidiary-coding-system): Reset
4792 `coding-system-define-form' property of subsidiaries to nil.
4793 Avoid duplicated entry in coding-system-alist.
4794 (make-coding-system): Avoid duplicated entry in
4795 coding-system-alist.
4796 (define-coding-system-alias): Likewise.
4797
4798 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
4799
4800 * completion.el: Minor fixes in introductory comment.
4801 (completion-def-wrapper): Fix alist.
4802
4803 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
4804
4805 * thumbs.el (thumbs-new-image-size): New function.
4806 (thumbs-increment-image-size-element)
4807 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
4808 (thumbs-decrement-image-size): Delete.
4809 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
4810 temp files and use to resize.
4811 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
4812 Use increment argument to enlarge/shrink. Preserve point.
4813 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
4814 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
4815 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
4816 (thumbs-mark, thumbs-unmark): Preserve point.
4817 (thumbs-modify-image): Keep old temp files and use to modify.
4818 Cleanup old temp files at load time. Preserve point.
4819 (thumbs-view-image-mode-map): Use new command names.
4820
4821 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4822
4823 * log-view.el (log-view-minor-wrap): First rev is the one at point.
4824
4825 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
4826 the nastiest part of the cyclic dependency.
4827 (cal-menu-update): Use dotimes and calendar-increment-month.
4828
4829 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
4830 (calendar-week-start-day): Add an :initializer.
4831 (calendar-mode-map): Use suppress-keymap, and command remapping.
4832 (describe-calendar-mode): Setup xref-stack info for the back button.
4833 (calendar-star-date): Insert before delete.
4834 (calendar-set-mode-line): Add file-modified info if applicable.
4835 (calendar-increment-month): New function.
4836
4837 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4838
4839 * font-lock.el (lisp-font-lock-keywords-2):
4840 Recognize "& keywords" only at word boundaries.
4841
4842 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
4843
4844 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
4845 and permanent-local.
4846 (thumbs-max-image-number): New variable.
4847 (thumbs-do-thumbs-insertion): Use them.
4848 (thumbs-per-line): Change default to 4.
4849 (thumbs-marked-list): Rename from thumbs-markedL.
4850 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
4851 (thumbs-rename-images): Use -list instead of L for internal variables.
4852 (thumbs-call-convert): Use call-process instead of shell-command.
4853 (thumbs-insert-thumb): Add filename as help-echo to each image.
4854 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
4855 Give dir to thumbs-show-thumbs-list.
4856 (thumbs-show-thumbs-list): Set default-directory to that of images.
4857 (thumbs-dired-show): Rename from thumbs-dired-show-all.
4858 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
4859 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
4860 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
4861
4862 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * ses.el (ses-read-cell): Provide a default value.
4865
4866 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
4867
4868 * term/w32-win.el (image-library-alist): Add additional names for
4869 GIF library.
4870
4871 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4872
4873 * international/latexenc.el (latexenc-find-file-coding-system):
4874 Add file-regular-p check.
4875
4876 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4877
4878 * simple.el (clone-buffer): Don't show the new buffer in the same
4879 window.
4880
4881 2006-01-23 Juri Linkov <juri@jurta.org>
4882
4883 * faces.el (link, link-visited): New faces based on default values
4884 of `info-xref' and `info-xref-visited'.
4885
4886 * info.el (info-xref): Inherit from `link'.
4887 (info-xref-visited): Inherit from `link-visited'.
4888
4889 * cus-edit.el (custom-buffer-create-internal): Use widget type
4890 `custom-manual' instead of `info-link' and don't set properties
4891 `button-face' and `mouse-face' explicitly.
4892 (custom-browse-group-tag, custom-browse-variable-tag)
4893 (custom-browse-face-tag): Inherit from widget class
4894 `custom-group-link' instead of `push-button'.
4895 (custom-button-unraised): Inherit from `underline' face.
4896 (custom-link): Inherit from `link' face. Fix doc and group.
4897 (custom-add-parent-links, custom-group-value-create): Don't set
4898 properties `button-face' and `mouse-face' explicitly for
4899 `custom-group-link' widget.
4900 (custom-group-link): Add properties `button-face' and `mouse-face'
4901 to widget definition.
4902 (custom-field-keymap): New variable. Put `custom-field-keymap' to
4903 editable-field's :keymap property.
4904 (custom-mode): Fix docstring: substitute keybindings for
4905 `widget-forward' and `widget-backward' from `widget-keymap',
4906 `widget-complete' from `custom-field-keymap', replace old
4907 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
4908
4909 * desktop.el (desktop-load-file): Check for `fboundp' before
4910 calling `symbol-function'.
4911
4912 * simple.el (clone-buffer, clone-indirect-buffer)
4913 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
4914 `read-string'. Fix prompts.
4915
4916 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
4917
4918 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
4919
4920 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
4921
4922 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
4923
4924 * startup.el (inhibit-splash-screen, initial-scratch-message):
4925 Doc fixes.
4926
4927 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
4928
4929 Sync with Tramp 2.0.52.
4930
4931 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
4932 net/tramp-vc.el: Add code for unloading Tramp. See comment before
4933 `tramp-unload-tramp' for checklist.
4934
4935 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
4936 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
4937 (tramp-unload-file-name-handler-alist)
4938 (tramp-unload-tramp): New defuns.
4939 (tramp-advice-PC-expand-many-files): New defadvice.
4940 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
4941 removed.
4942 (tramp-handle-expand-file-name): Remove double slash.
4943 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
4944 It doesn't matter, because it will be converted later on.
4945 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
4946 implementation was just heuristic.
4947 (tramp-post-connection): Set uid and gid properties.
4948 (tramp-convert-file-attributes): Set file's gid change bit.
4949 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
4950 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
4951 in case of su(do)? methods. The home directory of the local user
4952 will be taken else.
4953 (tramp-open-connection-telnet)
4954 (tramp-open-connection-rsh, tramp-open-connection-su)
4955 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
4956 local shell prompt could hurt. Reported by Romain Francoise
4957 <romain@orebokech.com>.
4958 (tramp-let-maybe): Add `edebug-form-spec' property.
4959 (tramp-handle-expand-file-name): Bind `default-directory' locally
4960 to "/" in order to avoid problems with UNC shares or Cygwin
4961 mounts.
4962 (tramp-md5-function): Fix typo in error message.
4963
4964 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
4965
4966 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
4967 for byte-compiler pacification.
4968
4969 2006-01-22 Andre Spiegel <spiegel@gnu.org>
4970
4971 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
4972 ID-FORMAT `string'. This allows us to get rid of
4973 `vc-user-login-name UID'.
4974
4975 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
4976
4977 2006-01-22 John Paul Wallington <jpw@pobox.com>
4978
4979 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
4980
4981 2006-01-21 Martin Rudalics <rudalics@gmx.at>
4982
4983 * emacs-lisp/find-func.el (find-definition-noselect)
4984 (find-variable-noselect): Search variables in C source code too.
4985 (find-function-C-source, find-function-noselect, find-function)
4986 (find-function-other-frame, find-variable-noselect, find-variable)
4987 (find-variable-other-frame, find-variable-at-point):
4988 Fix docstrings.
4989
4990 2006-01-21 Francesco Potorti` <pot@gnu.org>
4991
4992 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
4993
4994 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
4995
4996 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
4997 Default to disabling the "Save affix" question.
4998
4999 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5000
5001 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5002 the first arg to run-python.
5003
5004 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5005
5006 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5007 is not loaded.
5008
5009 2006-01-20 Jay Belanger <belanger@truman.edu>
5010
5011 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5012 limit is 0.
5013
5014 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5015 the correct variable.
5016
5017 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5018
5019 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5020 link. Fixed buggy argument sequence in call to `org-view-tags'.
5021 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5022 (org-prefix-has-tag): New variable.
5023 (org-format-agenda-item): Remove tags from headline if
5024 appropriate.
5025 (org-agenda-remove-tags-when-in-prefix): New option.
5026 (org-get-tags-at): New function.
5027
5028 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5029
5030 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5031 (thumbs-find-image): Move image name and number from buffer name
5032 to mode name. Set thumbs-buffer. Preserve point so that large
5033 images remain visible.
5034 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5035 order.
5036 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5037 mode name.
5038 (thumbs-next-image, thumbs-previous-image): Make them work.
5039
5040 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5041
5042 * cus-edit.el (custom-buffer-create-internal): State in the text above
5043 the whole buffer buttons that they do not operate on hidden items.
5044 (custom-face-menu): Use `custom-face-save' instead of
5045 `custom-face-save-command'.
5046 (custom-face-save-command): Make it an alias for `custom-face-save'
5047 and declare it obsolete.
5048 (custom-face-save): Doc fix.
5049
5050 * dired.el (dired-no-confirm): Add quote.
5051 (dired-subdir-alist-pre-R): Add quote in
5052 `make-variable-buffer-local' form and remove unbalanced parenthesis.
5053
5054 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5055
5056 * textmodes/table.el (table-mode-indicator): Typo in last change.
5057
5058 2006-01-19 Richard M. Stallman <rms@gnu.org>
5059
5060 * outline.el (hide-leaves): Don't call outline-end-of-heading.
5061 Fixes bug reported in Nov 2005.
5062
5063 * isearch.el (isearch-forward): Doc fix.
5064
5065 * dired.el (dired-move-to-filename-regexp): Define as alias.
5066 (dired-no-confirm): Use defcustom.
5067 (dired-subdir-alist-pre-R): Put defvar at top level.
5068
5069 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5070
5071 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5072 Mark as risky.
5073
5074 * simple.el (set-mark-command): Doc fix.
5075 (clone-indirect-buffer-other-window):
5076 Read arg like clone-indirect-buffer.
5077 (move-beginning-of-line): Skip invisible newlines.
5078
5079 2006-01-19 Masatake YAMATO <jet@gyve.org>
5080
5081 * progmodes/cpp.el (cpp-edit-load): Make the order of
5082 listed conditions in a base C code buffer and its associate
5083 CPP Edit buffer the same.
5084
5085 2006-01-19 Kenichi Handa <handa@m17n.org>
5086
5087 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5088 (rmail-mime-feature): Likewise.
5089 (rmail-require-mime-maybe): Use display-warning to show a warning
5090 message.
5091
5092 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5093 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5094
5095 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * array.el: Move defvars out of eval-when-compile.
5098 (array-make-template): Replace undeclared global var with a local one.
5099 (array-mode): Inline initialization functions.
5100 (array-init-local-variables, array-init-max-row)
5101 (array-init-max-column, array-init-columns-per-line)
5102 (array-init-field-width, array-init-rows-numbered)
5103 (array-init-line-length, array-init-lines-per-row): Remove.
5104
5105 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
5106 (doc-mode-map): Define explicitly.
5107 (doctor-txtype): Use mapc.
5108
5109 * textmodes/table.el: Move defvars out of eval-when-compile.
5110 Remove harmful code meant to avoid byte-compiler warnings.
5111 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
5112 specification that checks table-fixed-width-mode directly.
5113 (table-recognize-region, table-recognize-cell):
5114 Use restore-buffer-modified-p.
5115 (table-fixed-width-mode): Remove code that refreshes
5116 table-fixed-mode-indicator.
5117 (*table--cell-describe-bindings, *table--cell-describe-mode):
5118 Avoid obsolete name print-help-return-message.
5119 (table--test-cell-list): Don't use replace-regexp from elisp.
5120 (table--point-entered-cell-function, table--point-left-cell-function):
5121 Don't set table-fixed-mode-indicator, use force-mode-line-update.
5122
5123 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
5124 that was after the end of file. Use buffer-file-name variable.
5125 (org-timestamp-change): Use with-current-buffer.
5126 (org-todo-list): Don't unnecessarily define a new buffer-local var.
5127 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5128 `file'.
5129
5130 * progmodes/fortran.el: Move defvars out of eval-when-compile.
5131 (fortran-break-line): Remove unused var `opoint'.
5132 (fortran-abbrev-start): Obey help-event-list.
5133
5134 2006-01-18 Jesper Harder <harder@phys.au.dk>
5135
5136 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5137
5138 2006-01-18 Masatake YAMATO <jet@gyve.org>
5139
5140 * progmodes/make-mode.el (makefile-imake-mode): New mode
5141 derived from makefile-mode.
5142 (makefile-imake-mode-syntax-table): New syntax table
5143 derived from makefile-mode-syntax-table.
5144 (makefile-mode): Write about makefile-imake-mode in doc string.
5145 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5146 (makefile-imake-font-lock-keywords): New font lock keywords.
5147
5148 * files.el (auto-mode-alist): Add Imakefile.
5149
5150 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
5151
5152 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5153 loading the file rather than when turning on flyspell-mode.
5154
5155 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
5156
5157 * cus-edit.el (customize-rogue): Minor doc fix.
5158
5159 2006-01-17 Juri Linkov <juri@jurta.org>
5160
5161 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5162 instead of the file at the mark as default if the file at the mark
5163 is the same as the file at point or if dired-dwim-target-directory
5164 is not the same as the current directory and the mark is not active.
5165
5166 * log-view.el (log-view-minor-wrap): Use the same logic to get
5167 revisions as `log-view-diff'.
5168
5169 * info.el (Info-revert-find-node): Check for Info-current-file
5170 before preserving new-history.
5171
5172 * man.el (Man-heading-regexp): Add `/'.
5173
5174 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5175 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5176
5177 2006-01-16 Juri Linkov <juri@jurta.org>
5178
5179 * faces.el (mode-line-faces): New defgroup.
5180 (mode-line-highlight): Move definition after new defgroup.
5181 (mode-line, mode-line-inactive, mode-line-highlight):
5182 Replace :group `modeline' with `mode-line-faces'.
5183 (mode-line-buffer-id): New face.
5184 (modeline-buffer-id): New face alias.
5185 (vertical-border): Remove :group `modeline'.
5186
5187 * bindings.el (propertized-buffer-identification): Use face
5188 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5189 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5190 (mode-line-buffer-identification-keymap): For mouse-1 replace
5191 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5192 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5193 mouse-3.
5194
5195 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5196 Buffer-menu-buffer. Doc fix.
5197 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5198 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5199 `Buffer-menu-buffer'.
5200
5201 * info.el (Info-mode-line-node-keymap): New defvar.
5202 (Info-set-mode-line): Use `stringp' to check Info-current-file.
5203 Propertize Info-current-node with `mode-line-buffer-id' and
5204 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5205
5206 * time.el (display-time-mail-face): Replace :group `faces' with
5207 `mode-line-faces'.
5208
5209 2006-01-16 Kenichi Handa <handa@m17n.org>
5210
5211 * international/code-pages.el: Add autoload cookies for cp125[0345678].
5212
5213 * language/european.el (cp1252): New alias for windows-1252.
5214
5215 * international/mule.el (autoload-coding-system): Prepare for EOL
5216 variants.
5217
5218 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
5219
5220 * term.el (term-raw-map): Add mapping for insert.
5221 (term-send-insert): New.
5222 (term-mode): Make variables local here instead of doing it in
5223 `term-emulate-terminal'.
5224 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5225 Scroll reverse needs to take into account the scroll region.
5226 Saving and restoring the cursor should save the color attributes too.
5227 (term-reset-terminal): Reset the scroll region.
5228 (term-handle-ansi-escape): Cursor up and down should take into
5229 account the scroll region.
5230 (term-set-scroll-region): Rename from `term-scroll-region'.
5231 Move to 0,0 after setting the region.
5232 (term-handle-scroll): Handle scroll up.
5233 (term-down): Fix off by one error.
5234 (term-delete-lines): Do not delete outside the scroll region.
5235 (term-insert-lines): Take into account the scroll region.
5236
5237 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5238
5239 * textmodes/ispell.el (ispell-internal-change-dictionary)
5240 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5241 (start, end): Move declaration outside of eval-when-compile.
5242
5243 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5244 (flyspell-mode-on): Use it.
5245
5246 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5247 ispell-kill-ispell-hook.
5248
5249 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
5250
5251 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5252 (Custom-reset-saved): Do not ask for confirmation in single option
5253 buffers.
5254
5255 2006-01-13 Richard M. Stallman <rms@gnu.org>
5256
5257 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
5258
5259 2006-01-13 Romain Francoise <romain@orebokech.com>
5260
5261 * add-log.el (add-change-log-entry, change-log-merge):
5262 Conditionally use `hard-newline'.
5263
5264 2006-01-13 Martin Rudalics <rudalics@gmx.at>
5265
5266 * wid-edit.el (widget-field-end): If the overlay is no longer
5267 associated with a buffer, behave as if the overlay didn't exist.
5268
5269 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5270 Make sure the links use the `custom-link' face.
5271
5272 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5273
5274 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5275 (ld-script-mode): Don't set indent-line-function since we don't
5276 have one.
5277
5278 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
5279
5280 * textmodes/org.el (org-open-file): Use mailcap for selecting an
5281 application.
5282 (org-file-apps-defaults-gnu): Use mailcap as the default for
5283 selecting an application on a UNIX system.
5284 (org-agenda-show-tags): New command.
5285 (org-table-insert-hline): Keep cursor in current table line.
5286 (org-table-convert): Offset effect of modifying
5287 `org-table-insert-hline'.
5288 (org-format-agenda-item): New optional argument TAG.
5289 (org-compile-prefix-format): Handle %T format for the tag.
5290 (org-expand-wide-chars): New function.
5291 (org-table-insert-row, org-table-insert-hline):
5292 Use `org-expand-wide-chars'.
5293 (org-open-file): Fix bug in program launch.
5294 (org-get-time-of-day): Fix bug with times before 1am.
5295 (org-agenda-menu): Add tags commands.
5296
5297 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
5298
5299 * textmodes/ispell.el (ispell-init-process): Include the used
5300 dictionary in ispell process start message.
5301 (ispell-internal-change-dictionary): When flyspell-mode is active
5302 and dictionary is changed, make sure ispell process is restarted
5303 and flyspell word cache cleared out for the current buffer.
5304 (ispell-change-dictionary): Make sure flyspell word cache is
5305 cleared out in all buffers with active flyspell mode when
5306 dictionary is globally changed.
5307 Call ispell-internal-change-dictionary after dictionary change.
5308
5309 2006-01-13 Eli Zaretskii <eliz@gnu.org>
5310
5311 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5312
5313 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5314 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5315 years. Fix small differences wrt Makefile.in.
5316 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5317 Makefile.in does.
5318
5319 2006-01-12 Bill Wohler <wohler@newt.com>
5320
5321 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5322 mh-search.el.
5323
5324 2006-01-12 Masatake YAMATO <jet@gyve.org>
5325
5326 * progmodes/ld-script.el: Update copyright year.
5327
5328 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
5329
5330 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5331 Don't add widget if setting undefined.
5332
5333 2006-01-12 John Paul Wallington <jpw@pobox.com>
5334
5335 * help-fns.el (describe-variable): Remove newlines from void
5336 variable output.
5337
5338 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
5339
5340 * wdired.el (wdired-mode-map): Add help echo for
5341 wdired-abort-changes.
5342
5343 * man.el (Man-file-name-regexp): Adjust for a list of files.
5344
5345 2006-01-12 Masatake YAMATO <jet@gyve.org>
5346
5347 * progmodes/ld-script.el (auto-mode-alist): Support
5348 suffix conventions used in netbsd and eCos.
5349
5350 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5351
5352 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5353 (custom-variable-menu, custom-face-menu, custom-group-menu)
5354 (Custom-mode-menu): Change names of menu items. (As discussed on
5355 emacs-devel.)
5356 (custom-face-menu): Add "Undo Edits" item.
5357
5358 * startup.el (init-file-user): defcustom -> defvar.
5359
5360 * tooltip.el (tooltip-mode): Doc fix.
5361
5362 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * reveal.el (reveal-post-command): window-buffer signals an error on
5365 dead windows rather than returning nil.
5366 (reveal-open-new-overlays): An overlay might die while we open others.
5367
5368 2006-01-11 Bill Wohler <wohler@newt.com>
5369
5370 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
5371 phrasing in docstring.
5372
5373 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
5374 can give some systems gas. Add new file mh-buffers.el.
5375
5376 2006-01-06 Masatake YAMATO <jet@gyve.org>
5377
5378 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
5379 C preprocessor forward ported from GNU Emacs 21.2.
5380
5381 * progmodes/asm-mode.el (asm-font-lock-keywords):
5382 Use `cpp-font-lock-keywords'.
5383
5384 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
5385
5386 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
5387 of $ for "\\.ld[s]?".
5388
5389 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
5392 (tcl-indent-line): Return `noindent' if inside a string.
5393
5394 * progmodes/flymake.el (flymake-split-string): Remove more than one
5395 empty string at beg/end of the result.
5396 (flymake-find-buildfile, flymake-find-possible-master-files):
5397 Use expand-file-name.
5398 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
5399 since expand-file-name does it for us. Use directory-file-name.
5400 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
5401 (flymake-ler-get-type, flymake-ler-get-text)
5402 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
5403 (flymake-current-line-no): Remove spurious interactive spec.
5404 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
5405 (flymake-check-include): Remove arg inc-path merged into inc-name.
5406 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
5407 Arg regexp-list replaced by a simple regexp.
5408 (flymake-master-make-header-init, flymake-master-tex-init):
5409 Correspondingly replace regexp-list with a regexp. Fix regexp.
5410
5411 2006-01-10 Simon Josefsson <jas@extundo.com>
5412
5413 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
5414 describing AUTH PLAIN fix.
5415
5416 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5417
5418 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
5419 (report-emacs-bug): Don't record initial prompt text.
5420 Instead, add text properties to prompting text.
5421 (report-emacs-bug-hook): Delete prompting text.
5422
5423 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5424
5425 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
5426 `dirs'. Adjust callers.
5427
5428 2006-01-09 John Paul Wallington <jpw@gnu.org>
5429
5430 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
5431
5432 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5433
5434 * reveal.el (reveal-open-new-overlays): New extracted fun.
5435 (reveal-close-old-overlays): Idem. Check overlays's liveness before
5436 using them. Simplify the code.
5437 (reveal-post-command): Use them. Fix up obsolete windows in
5438 reveal-open-spots.
5439
5440 * progmodes/flymake.el: Use `require' rather than autoload for
5441 XEmacs's overlays.
5442 (flymake-get-common-file-prefix, flymake-build-relative-filename):
5443 Delete. Use file-relative-name instead.
5444 (flymake-get-syntax-check-program-args, flymake-perl-init):
5445 Simplify the resulting code.
5446
5447 * log-view.el (log-view-file-re, log-view-message-re): Add support
5448 for DaRCS output.
5449
5450 2006-01-09 Alex Schroeder <alex@gnu.org>
5451
5452 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
5453 identifiers sometimes added in square brackets at the beginning of
5454 subject lines.
5455
5456 2006-01-07 Richard M. Stallman <rms@gnu.org>
5457
5458 * cus-edit.el (Custom-set, Custom-save): Doc fix.
5459 (Custom-reset-current, Custom-reset-saved): Change question text.
5460 (Custom-reset-standard): Likewise.
5461 (custom-variable-reset-saved): Doc fix.
5462
5463 2006-01-07 Eli Zaretskii <eliz@gnu.org>
5464
5465 * startup.el (init-file-user): Doc fix.
5466
5467 2006-01-07 Alex Schroeder <alex@gnu.org>
5468
5469 * mail/rmail.el (rmail-current-subject): New function.
5470 (rmail-current-subject-regexp): New function.
5471 (rmail-next-same-subject): Use it.
5472
5473 * mail/rmailsum.el (rmail-summary-by-topic):
5474 Use rmail-current-subject and rmail-current-subject-regexp.
5475 (rmail-summary-next-same-subject): Ditto.
5476
5477 * net/rcirc.el (rcirc-send-input): No longer check whether the
5478 process is open, since not all commands need an open process.
5479 (rcirc-send-string): Check whether the process is open before
5480 sending anything.
5481 (rcirc-ignore-list): New option.
5482 (rcirc-ignore-list-automatic): New variable.
5483 (rcirc-print): Take rcirc-ignore-list into account.
5484 (rcirc-cmd-ignore): New command.
5485 (rcirc-ignore-update-automatic): New function.
5486 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
5487 list if ignored nicks.
5488 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
5489
5490 2006-01-06 David Reitter <david.reitter@gmail.com>
5491
5492 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
5493 reflect the address to which the report will be sent.
5494
5495 2006-01-06 Eli Zaretskii <eliz@gnu.org>
5496
5497 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
5498 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
5499
5500 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
5501
5502 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
5503
5504 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
5505 the doc string: "functoin" => "function".
5506 * ldefs-boot.el: Likewise.
5507
5508 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
5509 message text: "Duplicat" => "Duplicate".
5510
5511 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
5512
5513 * files.el (basic-save-buffer-2): If backing-up failed, reset
5514 buffer-backed-up to nil.
5515
5516 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
5517
5518 * progmodes/gud.el (gdb-script-skip-to-head)
5519 (gdb-script-calculate-indentation): Indent for breakpoint command
5520 lists also.
5521
5522 2006-01-05 Bill Wohler <wohler@newt.com>
5523
5524 * Makefile.in (compile-always): Add mh-autoloads dependency.
5525 (bootstrap): Remove mh-autoloads dependency, as compile dependency
5526 provides it.
5527 (updates): Remove mh-autoloads dependency, since it probably has
5528 already run recently (via recompile).
5529
5530 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
5531
5532 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
5533 argument `force' to disable the flyspell-last-buffer optimization.
5534 (flyspell-mode-on): Use it.
5535
5536 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
5537 flymake-simple-cleanup.
5538 (flymake-allowed-file-name-masks): Use this new default.
5539 All the functions are now called in the right buffer rather than
5540 passing the buffer as argument.
5541 (flymake-process-sentinel): Switch to buffer before calling cleanup.
5542 (flymake-parse-err-lines): Remove redundant buffer arg.
5543 (flymake-get-program-dir): Comment out unused function.
5544 (flymake-start-syntax-check, flymake-start-syntax-check-process):
5545 Remove redundant buffer argument.
5546 (flymake-get-real-file-name, flymake-simple-java-cleanup)
5547 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
5548
5549 2006-01-05 Richard M. Stallman <rms@gnu.org>
5550
5551 * info.el (Info-find-node): Don't record previous node if have none.
5552 (info): Go to directory only if history is empty.
5553
5554 * simple.el (mark): Doc fix.
5555
5556 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5557
5558 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
5559 already of desired type.
5560 (mac-ae-list): Coerce parameter to "list" type.
5561 (mac-dispatch-apple-event): Replace cadr part of event with a
5562 dummy position so that event-start returns it.
5563
5564 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
5565
5566 * textmodes/org.el (org-end-of-subtree): New function.
5567 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
5568 Use `org-end-of-subtree'.
5569 (org-agenda, org-agenda-convert-date): Protect calls to
5570 `fit-window-to-buffer'.
5571 (org-tags-view): Force matching of sublevels when doing a
5572 todo-only search. Define the correct redo command, including the
5573 arguments.
5574 (org-agenda-redo): Display message.
5575 (org-check-for-org-mode): New function.
5576 (org-agenda-type): New variable.
5577 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5578 Set `org-agenda-type'.
5579 (org-agenda-check-type): New function.
5580 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5581 (org-agenda-week-view, org-agenda-day-view)
5582 (org-agenda-next-date-line, org-agenda-previous-date-line)
5583 (org-agenda-log-mode, org-agenda-toggle-diary)
5584 (org-agenda-toggle-time-grid, org-agenda-date-later)
5585 (org-agenda-date-prompt, org-agenda-diary-entry)
5586 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
5587 (org-agenda-convert-date, org-agenda-menu):
5588 Use `org-agenda-check-type'.
5589 (org-make-overlay, org-delete-overlay)
5590 (org-detatch-overlay, org-move-overlay, org-overlay-put):
5591 New compatibility functions.
5592 (org-calendar-select-mouse): New command.
5593
5594 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
5595
5596 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
5597 (Custom-reset-standard): Fix y-or-n-p messages.
5598 (custom-link): New face for links.
5599 (custom-buffer-create-internal, custom-manual): Use it.
5600 (custom-face-save): Push to theme-face before setting face spec.
5601
5602 * wid-edit.el (widget-default-mouse-face-get): New function.
5603 (widget-specify-button): Handle mouse-face like button-face.
5604
5605 * custom.el (load-theme): Clear old theme settings if reloading.
5606
5607 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
5608
5609 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
5610 "Erase Customization" button back to same position it occupies in
5611 the individual State menus.
5612
5613 2006-01-04 Kim F. Storm <storm@cua.dk>
5614
5615 * wid-edit.el (key-sequence): Rework widget to read key binding
5616 using `kbd' syntax. Use C-q to insert literal key, event, or code.
5617 (widget-key-sequence-default-value): Default value for empty sequence.
5618 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
5619 (widget-key-sequence-read-event): New command for C-q.
5620 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
5621 (widget-key-sequence-value-to-external): New functions.
5622
5623 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5624
5625 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
5626 Use expand-file-name.
5627 (flymake-delete-temp-directory): Use expand-file-name,
5628 file-name-directory, and directory-file-name.
5629 (flymake-strrchr): Delete.
5630 (flymake-start-syntax-check): Don't pass the redundant buffer argument
5631 to the init-f function.
5632 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
5633 (flymake-init-find-buildfile-dir)
5634 (flymake-init-create-temp-source-and-master-buffer-copy)
5635 (flymake-simple-make-init-impl, flymake-simple-make-init)
5636 (flymake-master-make-init, flymake-master-make-header-init)
5637 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
5638 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
5639 (flymake-xml-init): Remove corresponding redundant buffer argument.
5640 (flymake-allowed-file-name-masks): Remove last elems that are equal to
5641 the default anyway. Clean up regexps.
5642
5643 * progmodes/flymake.el (flymake-temp-source-file-name)
5644 (flymake-master-file-name, flymake-temp-master-file-name)
5645 (flymake-base-dir): New buffer-local vars.
5646 (flymake-buffer-data, flymake-get-buffer-value)
5647 (flymake-set-buffer-value): Replace those hash-tables by the new
5648 buffer-local vars. Update callers.
5649
5650 * progmodes/flymake.el (flymake-check-start-time)
5651 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
5652 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
5653 Move definition, so we can remove redundant earlier declaration.
5654 (flymake-replace-regexp-in-string, flymake-split-string)
5655 (flymake-get-temp-dir): Use defalias.
5656 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
5657 (flymake-xemacs-window-edges): Remove unused function.
5658 (flymake-get-point-pixel-pos): Move.
5659 (flymake-pid-to-names, flymake-reg-names)
5660 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
5661 Replace by a simple list flymake-processes and by process-buffer.
5662 Update callers. Other than simplify the code, it uses buffers rather
5663 than buffer-names so it doesn't get confused by uniquify.
5664 (flymake-buffer-data): The global value should just be nil.
5665
5666 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
5667 Optimize the body of a defalias like any other code.
5668
5669 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
5670 Make sure we've setup font-lock's vars. It may influence which
5671 function we then call.
5672 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
5673 here since it's too late anyway.
5674
5675 2006-01-03 Romain Francoise <romain@orebokech.com>
5676
5677 * startup.el (fancy-splash-tail, normal-splash-screen):
5678 Update copyright year.
5679
5680 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
5681
5682 * mouse.el (mouse-drag-track): Rename, from
5683 `mouse-drag-region-1'. Includes optional argument required to
5684 enable post-drag event processing (e.g. delete region keys).
5685 Can be used without this argument to track a mouse region and operate
5686 on it as soon as the drag completes.
5687 (mouse-drag-region): Use `mouse-drag-track'.
5688
5689 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5690
5691 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
5692 Move to `custom-buffer' group.
5693
5694 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
5695 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
5696 (custom-theme-insert-face-marker, custom-theme-variable-menu)
5697 (custom-theme-face-menu): New variables.
5698 (custom-theme-add-variable, custom-theme-variable-action)
5699 (custom-variable-reset-theme, custom-theme-delete-variable)
5700 (custom-face-reset-theme, custom-theme-face-action)
5701 (custom-theme-delete-face, custom-theme-merge-theme)
5702 (custom-theme-add-face, custom-theme-visit-theme): New functions.
5703
5704 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
5705
5706 * custom.el: Move Custom Themes commentary to start of theme code.
5707 (custom-known-themes): Rename `standard' theme to `changed'.
5708 (custom-push-theme): Caller no longer specifies what theme to use
5709 when doing `reset'---the setting is simply removed from the theme.
5710 Delete MODE from `theme-value' and `theme-settings' properties.
5711 (custom-declare-theme): Ignore &rest args since we don't use them.
5712
5713 (custom-loaded-themes): Delete variable.
5714 (custom-theme-load-themes, custom-theme-loaded-p)
5715 (custom-theme-value): Delete functions.
5716
5717 (custom-declare-theme): Signal error on invalid theme names.
5718 (provide-theme): custom-loaded-themes was deleted.
5719 (load-theme): Load the file unconditionally.
5720 (enable-theme): Call `load-theme' if theme is undefined.
5721 (custom-enabled-themes): Only update value for successful loads.
5722 (disable-theme): Complete from enabled themes when interactive.
5723 (custom-variable-theme-value): Calculate theme value directly.
5724
5725 (custom-theme-reset-variables, custom-reset-variables): Mark as
5726 XEmacs compatibility functions. We don't actually use these.
5727
5728 * cus-edit.el (custom-variable-state-set):
5729 Use custom-variable-theme-value instead of custom-theme-value.
5730 (custom-face-state-set): Rename `standard' theme to `changed'.
5731 (custom-save-variables, custom-save-faces): Delete unneeded
5732 references to custom-reset-variables.
5733 (custom-save-resets): Delete function.
5734 (custom-save-variables, custom-save-faces): MODE argument deleted.
5735 (custom-save-variables, custom-save-faces): Ignore theme values.
5736
5737 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
5738 compatibility function.
5739
5740 2006-01-01 Richard M. Stallman <rms@gnu.org>
5741
5742 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
5743 (Custom-reset-current, Custom-reset-saved): Likewise.
5744 (Custom-reset-standard): Show message if aborted.
5745 (custom-mode): Doc fix, describing those commands.
5746
5747 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
5748 put on event-kind property.
5749
5750 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
5751
5752 * custom.el (provide-theme): Ban `user' theme name.
5753 (custom-enabling-themes): New variable.
5754 (enable-theme): Don't enable user if custom-enabling-themes is t.
5755 (custom-enabled-themes): Make it a defcustom.
5756 (custom-theme-recalc-face): No-op if face is undefined.
5757
5758 * cus-edit.el (custom-button-mouse): New variable.
5759 (custom-button-mouse): New face.
5760 (custom-raised-buttons, custom-mode): Use it.
5761
5762 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
5763
5764 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5765
5766 * progmodes/gud.el (gud-display-line): Support hl-line in the
5767 source buffer.
5768
5769 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5770
5771 * mouse.el (mouse-drag-window-above): Verify that the found window
5772 overlaps with the given window in the horizontal dimension.
5773
5774 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5775
5776 * Makefile.in (cvs-update): New target.
5777
5778 * makefile.w32-in (cvs-update): Ditto.
5779
5780 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
5783 (custom-new-theme-mode-map): New variable.
5784
5785 2005-12-30 Richard M. Stallman <rms@gnu.org>
5786
5787 * custom.el (custom-load-themes): Function deleted.
5788
5789 * cus-edit.el (custom-save-loaded-themes): Function deleted.
5790 (custom-save-variables): Don't delete or add custom-load-themes call.
5791
5792 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * cus-start.el: Add `visible-cursor'.
5795
5796 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
5797 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
5798 (flymake-process-filter): Switch to buffer before calling it instead.
5799 (flymake-post-syntax-check, flymake-highlight-err-lines)
5800 (flymake-delete-own-overlays, flymake-parse-err-lines)
5801 (flymake-start-syntax-check, flymake-start-syntax-check-process)
5802 (flymake-count-lines, flymake-parse-residual):
5803 Remove constant buffer argument.
5804 (flymake-start-syntax-check-for-current-buffer): Remove.
5805 Update callers to use flymake-start-syntax-check instead.
5806 (flymake-display-err-menu-for-current-line):
5807 Remove unused var `mouse-pos'.
5808 (flymake-restore-formatting): Comment out unused function.
5809 (flymake-report-status, flymake-report-fatal-status): Remove buffer
5810 argument, use current-buffer instead. Update callers.
5811
5812 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5813
5814 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
5815 buffer-local because choose-completion-delete-max-match requires
5816 that we set completion-ignore-case (i.e., binding via let is not
5817 sufficient).
5818 (bibtex-complete): Always set completion-ignore-case and
5819 choose-completion-string-functions. The latter is needed because
5820 choose-completion-string-functions keeps its value if we quit the
5821 *Completions* buffer without requesting a completion.
5822
5823 2005-12-30 Andreas Schwab <schwab@suse.de>
5824
5825 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
5826
5827 2005-12-30 Eli Zaretskii <eliz@gnu.org>
5828
5829 * jit-lock.el (jit-lock-chunk-size): Doc fix.
5830
5831 2005-12-30 Juri Linkov <juri@jurta.org>
5832
5833 * locate.el (locate-fcodes-file, locate-header-face)
5834 * progmodes/delphi.el (delphi-other-face)
5835 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
5836
5837 * paren.el (show-paren-match, show-paren-mismatch): Use existing
5838 group `paren-showing-faces'.
5839
5840 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
5841 (goto-address): Fix docstring.
5842
5843 * net/webjump.el (webjump-sample-sites): Update URLs.
5844
5845 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
5846
5847 * subr.el (cancel-change-group): Add listp around pending-undo-list.
5848
5849 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * font-lock.el (font-lock-compile-keywords): Signal an error when
5852 font-lock-set-defaults hasn't been called.
5853
5854 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5855
5856 * subr.el (noreturn, 1value): Doc fixes.
5857
5858 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5859
5860 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
5861 that assoc-string returns nil.
5862
5863 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5864
5865 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
5866 (bibtex-entry-type-str, bibtex-empty-field-re)
5867 (bibtex-search-backward-string, bibtex-preamble-prefix)
5868 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
5869 (bibtex-any-valid-entry-type): New variable.
5870 (bibtex-parse-field-name): Simplify.
5871 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
5872 (bibtex-preamble-prefix): Include left delimiter.
5873 (bibtex-search-forward-field, bibtex-search-backward-field):
5874 Allow unbounded search past entry boundaries (required by bibtex-pop).
5875 (bibtex-text-in-field-bounds): Use push.
5876 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
5877 (bibtex-parse-preamble, bibtex-valid-entry)
5878 (bibtex-beginning-first-field): New functions.
5879 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
5880 (bibtex-map-entries): Fix docstring.
5881 (bibtex-flash-head): New arg prompt. Simplify.
5882 (bibtex-enclosing-field): Include code of bibtex-inside-field.
5883 (bibtex-insert-kill): Simplify. Always insert text past the
5884 current field or entry.
5885 (bibtex-format-entry): Use bibtex-parse-field.
5886 (bibtex-pop): Use bibtex-beginning-of-entry and
5887 bibtex-end-of-entry to initiate the search. Insert empty field if
5888 we found ourselves.
5889 (bibtex-print-help-message): New args field and comma.
5890 Handle entry keys.
5891 (bibtex-make-field): Use bibtex-beginning-of-entry.
5892 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
5893 invalid entry.
5894 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
5895 Handle preambles. Simplify code for thorough test.
5896 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
5897 New arg comma. Handle entry heads.
5898 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
5899 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
5900 New arg comma.
5901 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
5902 (bibtex-fill-field): Simplify.
5903 (bibtex-fill-entry): Use bibtex-beginning-first-field and
5904 bibtex-parse-field.
5905 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
5906 (bibtex-complete): Use bibtex-parse-preamble.
5907
5908 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
5909
5910 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
5911 Display name of expression instead of convenience variable.
5912 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
5913
5914 * progmodes/gud.el (gud-tooltip-dereference): Rename from
5915 toggle-gud-tooltip-dereference.
5916 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
5917 (gud-tooltip-tips): ...here when dereferencing.
5918
5919 2005-12-28 Bill Wohler <wohler@newt.com>
5920
5921 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
5922
5923 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
5924
5925 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
5926 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
5927 (vc-annotate-display-autoscale): Adjust call.
5928 (vc-annotate-display-default): Adjust call. Make arg compulsory.
5929 Fix interactive spec.
5930 (vc-annotate-time-span): Remove.
5931 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
5932 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
5933 (vc-annotate-display-select): Use new name.
5934
5935 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
5936 (vc-annotate-mode-menu): Remove left-over redundant declaration.
5937 Correct the construction of span entries. Simplify.
5938 (vc-annotate-display-select): Fix the nil case.
5939 (vc-annotate): Remove obsolete (and now broken) code.
5940 (vc-annotate-extract-revision-at-line): Remove obsolete code.
5941 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
5942
5943 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5944
5945 * subr.el (lazy-completion-table): Correct typo in docstring.
5946
5947 * startup.el (command-line): Use `custom-reevaluate-setting' for
5948 `send-mail-function'.
5949
5950 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
5951
5952 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
5953
5954 * mail/smtpmail.el (smtpmail-try-auth-methods):
5955 Send credentials together with "AUTH PLAIN" command.
5956
5957 2005-12-27 Richard M. Stallman <rms@gnu.org>
5958
5959 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
5960 mouse-2, go back to previously selected window, so it's selected
5961 when mouse-2 command runs.
5962
5963 2005-12-27 Juri Linkov <juri@jurta.org>
5964
5965 * descr-text.el (describe-text-sexp): Use square brackets for
5966 button [Show] to distinguish it from the property value `show'.
5967 (describe-property-list): Use `insert-text-button' with
5968 `help-face' type instead of putting face in quotes, because button
5969 is not created automatically for a list of faces.
5970 (describe-text-properties-1): Put button-type value in quotes to
5971 distinguish from plain text "button".
5972 (describe-char): Display code point values in hex. Don't use
5973 `symbol-name' for `current-input-method' because it is a string.
5974 Use `insert-text-button' with `help-face' type instead of putting
5975 hardcoded face in quotes, because button is not created automatically.
5976
5977 2005-12-27 Richard M. Stallman <rms@gnu.org>
5978
5979 * progmodes/glasses.el (glasses-face): More specific custom type.
5980
5981 * files.el (set-visited-file-name): Doc fix.
5982
5983 * textmodes/flyspell.el (flyspell-external-point-words):
5984 Use local var buffer-scan-pos to advance scan for next misspelling.
5985 Advance it only after we find the misspelling.
5986
5987 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
5988
5989 * textmodes/flyspell.el (flyspell-external-point-words):
5990 New criteria for finding the misspelling in the buffer.
5991
5992 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
5993
5994 * help-mode.el (help-insert-string): Set help-xref-stack-item
5995 rather than call help-setup-xref.
5996
5997 * descr-text.el (describe-char): Revert previous changes for
5998 optional buffer argument.
5999
6000 2005-12-27 Juri Linkov <juri@jurta.org>
6001
6002 * help-mode.el (help-insert-string): New function. Save buffer
6003 contents in cases where it is impossible to recompute the old contents.
6004
6005 * descr-text.el (describe-char): Set help-xref-stack-item
6006 explicitly after buffer has been generated.
6007
6008 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6009
6010 * cus-start.el (all): Add x-gtk-show-hidden-files.
6011
6012 2005-12-26 Richard M. Stallman <rms@gnu.org>
6013
6014 * replace.el (perform-replace): Calculate match-again
6015 before skipping read-only matches.
6016
6017 * paren.el (paren-showing-faces): New group.
6018 (show-paren-match, show-paren-mismatch): Move to that group.
6019
6020 * button.el (button): Put into group `basic-faces'.
6021
6022 * progmodes/make-mode.el: Remove faces from group `faces'.
6023
6024 * apropos.el (apropos, apropos-value): Doc fix.
6025 (apropos-documentation): Doc fix.
6026
6027 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6028
6029 * subr.el (lazy-completion-table): Remove argument `args'.
6030
6031 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6032 Don't use the `args' argument of lazy-completion-table.
6033
6034 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6035
6036 * descr-text.el (describe-char): Add optional argument for buffer.
6037 Set buffer appropriately. Call help-setup-xref.
6038 Suggested by Stefan Monnier.
6039
6040 2005-12-26 Juri Linkov <juri@jurta.org>
6041
6042 * descr-text.el: Require `help-fns' at runtime. Don't require
6043 `button' for byte compilation.
6044 (describe-text-widget): Add `help-echo' for first button.
6045 Use `help-info' for second.
6046 (describe-property-list): Use `help-argument-name' instead of `italic'.
6047 (describe-text-category): Add prompt to interactive spec.
6048 Call `help-setup-xref'.
6049 (describe-char): Use `help-character-set'. Add `help-echo' for
6050 code point. Use `help-input-method'. Remove superfluous insert.
6051
6052 2005-12-25 Richard M. Stallman <rms@gnu.org>
6053
6054 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6055 at point, in case of narrowing.
6056
6057 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6058
6059 * locate.el (locate-header-face): Allow nil in type.
6060
6061 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6062
6063 2005-12-25 Romain Francoise <romain@orebokech.com>
6064
6065 * battery.el (battery-linux-proc-acpi): Also try
6066 `/proc/acpi/thermal_zone/THM0/temperature'.
6067
6068 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6069
6070 * custom.el (custom-push-theme): Fix docstring.
6071
6072 * cus-edit.el (custom-variable-set, custom-variable-save)
6073 (custom-variable-save): Custom-quote widget values.
6074 (customize-save-variable): Fix custom-push-theme call.
6075
6076 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6077
6078 * w32-fns.el (w32-batch-update-autoloads): New function.
6079
6080 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6081 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6082 from the command line.
6083
6084 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
6087 reset means to remove setting from theme entirely. Don't keep
6088 expanding theme-settings list; delete old entries if necessary.
6089
6090 * cus-edit.el (custom-buffer-create-internal): Move "Erase
6091 customization" button one line up.
6092 (custom-themed): New face.
6093 (custom-magic-alist): New value, THEMED, for theme settings.
6094 (custom-variable-state-set, custom-face-state-set):
6095 Check theme-value instead of saved-value.
6096 (custom-variable-reset-standard, custom-face-reset-standard):
6097 Remove theme setting entirely. Recalculate new values.
6098 (custom-variable-set, custom-variable-set)
6099 (custom-variable-reset-saved, custom-variable-reset-backup)
6100 (custom-face-set, custom-face-reset-saved): Update `user' theme.
6101 (custom-variable-save): Fix typos.
6102
6103 2005-12-23 Juri Linkov <juri@jurta.org>
6104
6105 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6106 Add autoload cookies.
6107 (edebug-outside-d-c-i-n-s-w): New variable.
6108 (edebug-display, edebug-outside-excursion): Use it to save the
6109 original value of default-cursor-in-non-selected-windows.
6110 Set default-cursor-in-non-selected-windows to t while Edebug
6111 is active.
6112 (edebug-mode, edebug-eval-mode): Doc fix.
6113
6114 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6115 with `buffer-substring-no-properties' to remove common substring
6116 highlighting.
6117
6118 * info.el (info-other-window, info): Rename function argument
6119 `file' to `file-or-node'.
6120 (Info-complete-menu-item): Use local variable `complete-nodes' to
6121 keep the global value of `Info-complete-nodes' unchanged for
6122 subsequent completions.
6123 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6124
6125 * simple.el (get-next-valid-buffer, last-buffer)
6126 (next-error-buffer-p, next-error-find-buffer)
6127 (minibuffer-history-sexp-flag): Doc fix.
6128
6129 * savehist.el (savehist-mode-hook): Add `:group'.
6130
6131 * log-view.el: Call autoload for vc-find-version.
6132 (log-view-current-file): Adjust subgroup numbers.
6133 (log-view-current-tag): Add `length'.
6134
6135 2005-12-23 Richard M. Stallman <rms@gnu.org>
6136
6137 * vc.el (vc-annotate-car-last-cons): Defn moved up.
6138
6139 2005-12-23 Juri Linkov <juri@jurta.org>
6140
6141 * hi-lock.el (hi-lock-archaic-interface-message-used)
6142 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6143 (hi-lock-mode): Display "Hi" in the mode line only when
6144 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6145 (hi-lock-write-interactive-patterns):
6146 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6147 (hi-lock-set-pattern, hi-lock-set-file-patterns)
6148 (hi-lock-font-lock-hook): Set 3rd arg `how' of
6149 font-lock-add-keywords to t.
6150
6151 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
6152
6153 * hi-lock.el (hi-lock-highlight-range): New variable.
6154 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6155 only if font-lock-fontified is non-nil. Remove overlays.
6156 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6157 font-lock-fontified is non-nil, otherwise use overlays (instead of
6158 text properties).
6159 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6160 New variables.
6161 (hi-lock-string-serialize) New function.
6162
6163 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6164
6165 * menu-bar.el (menu-find-file-existing): New function.
6166 (menu-bar-file-menu): Use menu-find-file-existing for Open.
6167
6168 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6169
6170 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6171
6172 * vc.el: Remove unnecessary leading * in docstrings.
6173 (vc-annotate-mode-map): Move initialization into declaration.
6174 (vc-static-header-alist): Nitpick on the regexp.
6175 (vc-default-init-version): New fun.
6176 (vc-register): Use it.
6177 (vc-insert-headers): Use dolist.
6178 (vc-annotate-get-backend): Remove unused function.
6179 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
6180 (vc-annotate-mode): Remove corresponding call.
6181 (vc-annotate-car-last-cons): Simplify.
6182 (vc-annotate-buffers): Remove var.
6183 (vc-annotate-backend): Make it buffer-local.
6184 (vc-annotate): Move the interaction to the interactive spec.
6185 Add a `buf' argument.
6186 (vc-annotate-warp-version): Use this new `buf' argument to avoid
6187 killing&creating a vc-annotate buffer, which is very disruptive when
6188 the buffers are shown in dedicated frames.
6189
6190 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
6191
6192 * descr-text.el: Add FSF as maintainer.
6193 (describe-text-mode, describe-text-mode-map)
6194 (describe-text-mode-hook, describe-text-done): Delete. Use normal
6195 help-mode.
6196 (describe-text-widget, describe-text-sexp)
6197 (describe-property-list, describe-text-category)
6198 (describe-text-properties, describe-text-properties-1)
6199 (describe-char): Use help buttons instead of widgets.
6200 (describe-char-unicodedata-file): Make URL link in doc string.
6201
6202 2005-12-22 Richard M. Stallman <rms@gnu.org>
6203
6204 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6205 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6206 Don't include buttons that write a file when there's no file.
6207 (custom-variable-menu, custom-face-menu, custom-group-menu):
6208 Don't include commands that write a file when there's no file.
6209 (customize-browse): Reword the top-of-buffer help intro.
6210 (custom-buffer-create-internal): Fix previous change.
6211 (customize-changed-options-previous-release): Prev release is 21.1.
6212 (customize-changed-options): Doc fix.
6213 (customize-changed): New alias.
6214 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6215 Say "standard values".
6216 (Custom-reset-standard): Doc fix.
6217 (custom-face-reset-standard): Doc fix.
6218
6219 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6222 even if font-lock-mode is non-nil since it may be t without having
6223 turned on font-lock-mode-internal.
6224 (font-lock-choose-keywords): Minor optimization.
6225 (font-lock-add-keywords, font-lock-remove-keywords)
6226 (font-lock-set-defaults): Don't call make-local-variable on a variable
6227 that we know to already be local.
6228
6229 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6230
6231 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6232 messages if in the minibuffer.
6233
6234 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6237 (tex-mode-flyspell-verify, flyspell-get-word)
6238 (flyspell-external-point-words): Don't use point-min/max uselessly.
6239
6240 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6241 by Kevin Rodgers. Instead, just hide the completions buffer if we
6242 don't need to show it.
6243
6244 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6245
6246 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6247
6248 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6249
6250 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6251 delete-windows-on with an inexistent buffer.
6252
6253 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
6254
6255 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6256 Delete defcustom variable :tag names.
6257
6258 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6261 (log-view-font-lock-keywords): Ajust subgroup numbers.
6262 (log-view-current-tag): Don't hard code the number of subgroups.
6263
6264 2005-12-20 Juri Linkov <juri@jurta.org>
6265
6266 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6267 (tooltip-x-offset, tooltip-y-offset): Doc fix.
6268
6269 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6270 (menu-bar-non-minibuffer-window-p): Instead of checking
6271 display-multi-frame-p, use selected-frame when menu-updating-frame
6272 is nil.
6273
6274 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
6275
6276 * align.el (align-rules-list): Use [ \t] instead of \s-
6277 for column separators in text mode.
6278
6279 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
6280
6281 * help-mode.el (help-customize-variable, help-customize-face):
6282 Don't pop help-xref-stack as help-follow no longer pushes
6283 anything on to it.
6284
6285 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
6286
6287 * textmodes/org.el (org-agenda-custom-commands): New option.
6288 (org-agenda): Offer custom commands on splash screen.
6289 (org-make-tags-matcher): Parser for Boolean logic added.
6290 (org-agenda-set-tags): New command.
6291 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6292 (org-set-tags): Efficiency improvements.
6293 (org-auto-align-tags): New option.
6294 (org-todo, org-demote, org-promote): Realign tags.
6295 (org-tags-completion-function): Use also "&" and "|" as separators.
6296 (org-org-menu): Agenda commands simplified.
6297
6298 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6299
6300 * cus-edit.el (customize-apropos, customize-apropos-options):
6301 Docstring changes.
6302
6303 * font-lock.el (font-lock): Add tags to the links in the defgroup.
6304
6305 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
6306
6307 * longlines.el (longlines-mode): Wrap while widened.
6308 (longlines-decode-region, longlines-encode-region): Compute max
6309 just once.
6310
6311 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6312
6313 * cus-edit.el (mac): New group.
6314
6315 * cus-start.el (all): Add user options in macterm.c. Add test for
6316 Mac-related built-ins. Fix test for GTK-related built-ins.
6317
6318 * term/mac-win.el (mac-handle-language-change)
6319 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6320 (mac-services-open-selection, mac-services-mail-selection)
6321 (mac-services-mail-to, mac-services-insert-text)
6322 (mac-dispatch-apple-event): Add docstrings.
6323 (x-get-selection, mac-select-convert-to-string): Select coding
6324 system from `utf-16be' and `utf-16le' using `byteorder'.
6325
6326 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * subr.el (lazy-completion-table): Don't be fooled if the var holds
6329 a "list" (lambda ...) rather than a real completion list.
6330
6331 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6332 lexical-let when encountering ((lambda (...) ...) ...).
6333
6334 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6335
6336 * progmodes/sh-script.el (sh-mode):
6337 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6338 * textmodes/picture.el (picture-mode): Update docstrings.
6339
6340 2005-12-17 Eli Zaretskii <eliz@gnu.org>
6341
6342 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6343 commands enclosed in $(ARGQUOTE)s should not be split between two
6344 lines, as that will break with GNU Make >3.80, when sh.exe is used
6345 and arg quoting is with '..'.
6346 (autoloads): Don't break the quoted --eval expression between
6347 several lines.
6348
6349 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6350
6351 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6352 Capture error from printing circular structures.
6353
6354 2005-12-17 Martin Rudalics <rudalics@gmx.at>
6355
6356 * wid-edit.el (widget-checkbox-action): Clear undo info.
6357
6358 2005-12-16 Bill Wohler <wohler@newt.com>
6359
6360 * menu-bar.el (kill-this-buffer): Set a good example by using menu
6361 bar, not menubar in comment.
6362
6363 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
6366 After-change-functions should not clobber the match data.
6367
6368 2005-12-16 Juri Linkov <juri@jurta.org>
6369
6370 * simple.el (choose-completion): Use `buffer-substring-no-properties'
6371 instead of `buffer-substring'.
6372 (completion-common-substring): Doc fix.
6373 (completion-setup-function): Use minibuffer-completion-contents
6374 instead of minibuffer-contents. Don't set common-string-length
6375 initially. Remove special handling of partial-completion-mode.
6376 Move computation of completion-base-size into one cond.
6377 Call completion-base-size-function in mainbuf. In computation of
6378 completion-base-size for file name completion don't move point to
6379 the end of the minibuffer. Move computation of common-string-length
6380 into one cond. Start putting faces only when common-string-length>=0.
6381 Add condition to put completions-common-part when
6382 common-string-length>0.
6383
6384 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
6385 place point at the first different character in the minibuffer
6386 even if this position is at the beginning of the minibuffer.
6387
6388 * info.el (Info-read-node-name-1): In completion-base-size-function's
6389 lambda return 1 if common-substring or minibuffer-completion-contents
6390 starts with (, and 0 otherwise.
6391
6392 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
6393 Use `crm-current-element' for second arg of `display-completion-list'.
6394
6395 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
6396
6397 * files.el (set-auto-mode): Look for an interpreter specified on
6398 the first line also if search for mode specification succeeded,
6399 but the mode is not known.
6400
6401 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
6402
6403 * textmodes/org.el (org-tags-match-list-sublevels): New option.
6404 (org-open-at-point): Implement tag searches as links.
6405 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
6406 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
6407 (org-tags-sparse-tree, org-tags-view, org-set-tags)
6408 (org-agenda-dispatch): New commands.
6409 (org-use-tag-inheritance, org-tags-column): New options.
6410 (org-tab-follows-link, org-return-follows-link): New options.
6411 (org-tags): New customize group.
6412 (org-start-icalendar-file): Get local time zone.
6413 (org-tags-completion-function): New function.
6414 (org-set-font-lock-defaults): Make sure links will also be
6415 highlighted inside headlines.
6416
6417 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
6418
6419 * term.el (term-emulate-terminal):
6420 Let term-handle-ansi-terminal-messages override what Bash says about
6421 its current directory.
6422
6423 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6424
6425 * bindings.el (last-buffer): Move to simple.el.
6426 * simple.el (last-buffer): Move here.
6427 (get-next-valid-buffer): New function.
6428 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
6429 (prev-buffer): Ditto. Rename to `previous-buffer'.
6430
6431 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
6432 * bindings.el (global-map): Ditto.
6433
6434 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
6435
6436 * cus-edit.el: Introductory comment change.
6437 (custom-magic-alist): Change message string for the `rogue' state.
6438
6439 2005-12-15 Richard M. Stallman <rms@gnu.org>
6440
6441 * tooltip.el: Delete defcustom variable :tag names.
6442
6443 * complete.el (partial-completion-mode): Doc fix.
6444
6445 * textmodes/flyspell.el (flyspell-external-point-words):
6446 Use save-excursion to ensure we don't move backward in the
6447 search loop, not even one character.
6448 (flyspell-delete-all-overlays): Use remove-overlays directly.
6449
6450 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
6451 (ispell-start-process): Set that variable.
6452 Clear ispell-buffer-local-name.
6453 (ispell-internal-change-dictionary):
6454 Set ispell-current-dictionary after killing process.
6455 (ispell-buffer-local-dict):
6456 Don't set spell-personal-dictionary after killing process.
6457 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
6458 (ispell-tex-skip-alists, ispell-html-skip-alists)
6459 (ispell-skip-region-alist): Mark as risky.
6460
6461 * net/newsticker.el (newsticker--retrieval-timer-list)
6462 (newsticker--display-timer, newsticker-running-p)
6463 (newsticker-ticker-running-p): Definitions moved up.
6464
6465 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
6466
6467 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
6468
6469 2005-12-15 David Ponce <david@dponce.com>
6470
6471 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
6472 (recentf-edit-list, recentf-open-files): Signal an error when
6473 there is no recent file.
6474
6475 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6476
6477 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
6478 read-only except for texinfo-format-region evaluation.
6479
6480 2005-12-14 Richard M. Stallman <rms@gnu.org>
6481
6482 * vc.el (vc-default-previous-version, vc-default-next-version)
6483 (vc-do-command): Doc fixes.
6484
6485 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6486
6487 * textmodes/bibtex.el (bibtex-expand-strings)
6488 (bibtex-autokey-expand-string, bibtex-name-part)
6489 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
6490 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
6491 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
6492 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
6493 (bibtex-entry-postfix, bibtex-known-entry-type-re)
6494 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
6495 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
6496 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
6497 (bibtex-beginning-of-last-entry): Remove.
6498 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
6499 message if comma is missing but buffer is read-only.
6500 (bibtex-parse-field-text): Handle whitespaces at the end of field
6501 text. Return 3-element list with beginning and end of field text
6502 and end of field.
6503 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
6504 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
6505 (bibtex-search-forward-field, bibtex-search-backward-field):
6506 Search always delimited by limits of entry. Use more efficient
6507 search algorithms.
6508 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
6509 bibtex-end-of-name-in-field.
6510 (bibtex-text-in-field-bounds): Handle BibTeX strings when
6511 extracting the content of a field.
6512 (bibtex-text-in-field): Use search limits.
6513 (bibtex-parse-string-prefix): Handle empty string keys based on
6514 bibtex-string-empty-key.
6515 (bibtex-parse-string): Fix docstring.
6516 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
6517 (bibtex-preamble-prefix, bibtex-strings): New functions.
6518 (bibtex-skip-to-valid-entry): Include preceding whitespace in
6519 BibTeX entries (consistent with other BibTeX functions).
6520 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
6521 (bibtex-search-entry): Fix docstring. Simplify.
6522 (bibtex-flash-head, bibtex-complete-string-cleanup)
6523 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
6524 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
6525 (bibtex-parse-entry): New optional arg content.
6526 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
6527 Use bibtex-text-in-field-bounds.
6528 (bibtex-print-help-message): Handle BibTeX strings and preambles.
6529 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
6530 bibtex-parse-string-postfix.
6531 (bibtex-find-text-internal): New function.
6532 (bibtex-remove-delimiters): Use it.
6533 (bibtex-find-text): Use it. New optional arg help.
6534 (bibtex-complete): Handle BibTeX string and preamble entries.
6535 (bibtex-Preamble): Fix order of closing delimiters.
6536
6537 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * vc.el (vc-default-revert): New fun.
6540
6541 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
6542
6543 2005-12-14 Romain Francoise <romain@orebokech.com>
6544
6545 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
6546 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
6547 (font-lock-remove-keywords): Likewise.
6548
6549 2005-12-14 Juri Linkov <juri@jurta.org>
6550
6551 * log-view.el (log-view-diff): Doc fix.
6552
6553 * isearch.el (isearch-query-replace): Use (mark) instead of
6554 isearch-opoint if mark is active in transient-mark-mode.
6555
6556 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6557
6558 * isearch.el (isearch-query-replace): Check for isearch-other-end.
6559
6560 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
6561
6562 * progmodes/cpp.el (cpp-face): New widget.
6563 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
6564
6565 2005-12-14 Juri Linkov <juri@jurta.org>
6566
6567 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
6568 around `erase-buffer' and `insert'.
6569
6570 * descr-text.el (describe-text-properties): Replace buffer name
6571 "*Help-2*" with "*Help*<2>".
6572 (describe-char): Add functions print-help-return-message,
6573 toggle-read-only. Use help-setup-xref with nil to not store
6574 describe-char in help-xref-stack. Use help-make-xrefs to
6575 make [back] button.
6576
6577 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
6578
6579 * wdired.el (wdired-old-point): New internal variable.
6580 (wdired-change-to-wdired-mode): Set it buffer-locally.
6581 (wdired-abort-changes): Restore point after aborting changes.
6582
6583 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * vc.el (vc-do-command): Add a new value t for okstatus.
6586
6587 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
6588 frame in case of errors.
6589
6590 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6591
6592 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
6593 so it comes after "On the Left" in the menu.
6594
6595 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
6596
6597 * cus-edit.el (customize-apropos, customize-apropos-options)
6598 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
6599
6600 2005-12-12 Bill Wohler <wohler@newt.com>
6601
6602 * vc-svn.el (vc-svn-registered): Fix problem of visiting
6603 non-writable Subversion-controlled files by saving window
6604 configuration before calling vc-do-command. vc-do-command calls
6605 pop-to-buffer on error which is unexpected during registration.
6606
6607 2005-12-12 Jay Belanger <belanger@truman.edu>
6608
6609 * calc/README: Update the summary of changes.
6610
6611 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6612
6613 * descr-text.el (describe-char): Rework last fix to solve the problem
6614 is the same way it's solved for everything else in that function
6615 (i.e. by extracting the info before setting up the *Help* buffer).
6616
6617 2005-12-12 Kim F. Storm <storm@cua.dk>
6618
6619 * subr.el (version-regexp-alist): Allow space as separator before
6620 non-numeric part, e.g. "1.0 alpha".
6621 (version-to-list): Interpret .X.Y version as 0.X.Y version.
6622
6623 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
6624
6625 * textmodes/org.el (org-agenda, org-timeline, org-todo):
6626 Implement Logging and the keep-modes setting.
6627 (org-get-category): Make sure a string is returned.
6628 (org-log-done): New function.
6629 (org-log-done, org-closed-string): New options.
6630
6631 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6632
6633 * tooltip.el (tooltip-y-offset): Change default to 20.
6634
6635 2005-12-12 Richard M. Stallman <rms@gnu.org>
6636
6637 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
6638
6639 * frame.el (display-hourglass): Doc fix.
6640
6641 * help.el (help-for-help-internal): Simplify entry for `a'.
6642
6643 * info.el (Info-on-current-buffer): Doc fix.
6644 (info-insert-file-contents): Don't test (featurep 'jka-compr).
6645
6646 * startup.el (inhibit-splash-screen): Make this the real name.
6647 (inhibit-startup-message): Make this the alias.
6648 (command-line): Find only simple.el, and use its directory
6649 to fill in other preloaded files' names.
6650 (command-line): Deactivate the mark if deactivate-mark is set.
6651
6652 * international/mule.el (load-with-code-conversion):
6653 Bind deactivate-mark.
6654
6655 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6656
6657 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
6658
6659 * cus-edit.el (customize-apropos): Avoid listing an option more
6660 than once under different aliases. No longer list user options
6661 that are not defined with defcustom (unless a prefix arg is given).
6662 Doc fix.
6663 (customize-apropos-options): Doc fix.
6664
6665 2005-12-11 Juri Linkov <juri@jurta.org>
6666
6667 * frame.el (set-background-color, set-foreground-color)
6668 (set-cursor-color, set-mouse-color, set-border-color):
6669 Add explicit prompts to read colors by `facemenu-read-color'.
6670 (show-trailing-whitespace, blink-cursor-delay)
6671 (blink-cursor-interval, display-hourglass, hourglass-delay):
6672 Remove tags.
6673 (display-hourglass, hourglass-delay): Doc fix.
6674 (cursor-in-non-selected-windows): Capitalize words in tag.
6675
6676 * faces.el (frame-background-mode): Replace `choice-item' keywords
6677 with `const' to not make [default] button. Change default value tag
6678 from `default' to `automatic'. Doc fix.
6679 (trailing-whitespace) <defface>: Change group `whitespace' to
6680 `whitespace-faces'.
6681
6682 2005-12-11 Richard M. Stallman <rms@gnu.org>
6683
6684 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
6685
6686 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6687
6688 * term/mac-win.el: Create keymap for mac-apple-event-map.
6689
6690 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
6691
6692 * tooltip.el (tooltip-mode): Move to start of file so that it
6693 appears at top of customize buffer.
6694
6695 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6696 Add the gud groupname.
6697 (gud-tooltip-mode): Add the tooltip groupname.
6698 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
6699 avoid conflict with tooltip-use-echo-area.
6700
6701 2005-12-10 Romain Francoise <romain@orebokech.com>
6702
6703 * help.el (help-for-help-internal): Add `r' in doc string.
6704
6705 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6706
6707 * align.el (align-regexp, align-highlight-rule):
6708 Use region-beginning and region-end instead of point and mark, so that
6709 repetition (with `repeat-complex-command') recomputes the region
6710 bounds.
6711
6712 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
6713
6714 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6715 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6716 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
6717 (balance-windows): Rewrite using the above new functions.
6718
6719 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
6720
6721 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
6722 react if global-hi-lock-mode seems intended.
6723 (global-hi-lock-mode) Renamed from hi-lock-mode.
6724 (hi-lock-archaic-interface-message-used)
6725 (hi-lock-archaic-interface-deduce): New variables.
6726 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
6727 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
6728 (hi-lock-find-patterns, hi-lock-font-lock-hook):
6729 Replace hi-lock-buffer-mode with hi-lock-mode.
6730
6731 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
6732
6733 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
6734 completion list, even after a partial completion has been
6735 inserted in the current buffer. If there are more than 1
6736 completion, redisplay the *Completions* buffer; if the
6737 completion is unique, delete the *Completions* window.
6738
6739 2005-12-10 Eli Zaretskii <eliz@gnu.org>
6740
6741 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
6742 strings and long subject lines that were broken into multiple
6743 lines at arbitrary places. Handle subjects that have "Re: " in
6744 the middle.
6745
6746 2005-12-10 John W. Eaton <jwe@octave.org>
6747
6748 * emacs/octave-mod.el (octave-electric-space): Don't indent
6749 comments or strings if octave-auto-indent is nil.
6750
6751 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6752
6753 * term/mac-win.el: Require url when compiling.
6754 Call mac-process-deferred-apple-events after loading init files.
6755 (mac-apple-event-map): New defvar. Define event handlers in it.
6756 (core-event, internet-event): New Apple event class symbols.
6757 (open-application, reopen-application, open-documents)
6758 (print-documents, open-contents, quit-application)
6759 (application-died, show-preferences, autosave-now, get-url):
6760 New Apple event ID symbols.
6761 (about): New HICommand ID symbol.
6762 (mac-event-spec, mac-event-ae): New macros.
6763 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
6764 (mac-ae-selection-range, mac-ae-text-for-search)
6765 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
6766 (mac-application-menu-map): Remove keymap. Handlers for HICommand
6767 and Services menu events are now defined in mac-apple-event-map.
6768 (mac-drag-n-drop): Remove selection range handling.
6769
6770 2005-12-10 Kenichi Handa <handa@m17n.org>
6771
6772 * simple.el (zap-to-char):
6773 * isearch.el (isearch-process-search-char): Translate CHAR by
6774 translation-table-for-input.
6775
6776 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
6777
6778 * foldout.el (foldout-exit-fold): Properly hide subtree.
6779
6780 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6781
6782 * files.el (save-buffer):
6783 * international/ucs-tables.el (ucs-set-table-for-input):
6784 * mail/mail-extr.el (mail-extract-address-components):
6785 * mail/sendmail.el (mail-mode): Reformat doc string.
6786
6787 2005-12-09 Juri Linkov <juri@jurta.org>
6788
6789 * isearch.el (isearch-highlight): Change main overlay priority
6790 from 1 to 1001. Simplify.
6791 (isearch-lazy-highlight-update): Change lazy overlay priority
6792 from 0 to 1000.
6793
6794 * replace.el (replace-highlight): Change overlay priority from
6795 1 to 1001.
6796
6797 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
6798 Change overlay priority from 1 to 1001. Reuse existing overlay.
6799
6800 * compare-w.el (compare-windows-highlight): Change overlay
6801 priority from 1 to 1000.
6802
6803 * menu-bar.el (menu-bar-edit-menu): Add listp around
6804 pending-undo-list to disable menu item "undo" when pending
6805 undo list is empty.
6806
6807 * locate.el (locate): Disable undo in *Locate* buffer.
6808
6809 2005-12-09 Kim F. Storm <storm@cua.dk>
6810
6811 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
6812
6813 2005-12-09 David Ponce <david@dponce.com>
6814
6815 * recentf.el: Improvement of the menu code.
6816 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
6817 instead of menu hook.
6818 (recentf-show-menu, recentf-hide-menu): New functions.
6819 (recentf-menu-customization-changed, recentf-mode): Use them.
6820 (recentf-menu-action, recentf-max-menu-items)
6821 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
6822 (recentf-arrange-by-rule-others)
6823 (recentf-arrange-by-rules-min-items)
6824 (recentf-arrange-by-rule-subfilter) : Don't use
6825 `recentf-menu-customization-changed'.
6826 (recentf-arrange-rules): Likewise. Accept functions to compute
6827 sub-menu titles.
6828 (recentf-menu-filter): Likewise. Doc fix.
6829 (recentf-menu-value-shortcut): Doc fix.
6830 (recentf-dump-variable): Quote atom value.
6831 (recentf-make-menu-items): Update to use it as a menu filter.
6832 (recentf-match-rule): New function.
6833 (recentf-arrange-by-rule): Use it.
6834 (recentf-indirect-mode-rule): New function.
6835 (recentf-build-mode-rules): Use it.
6836 (recentf-dir-rule): New function.
6837 (recentf-arrange-by-dir): Use it.
6838 (recentf-filter-changer-current): Rename from
6839 `recentf-filter-changer-state'. All references updated.
6840 (recentf-filter-changer-alist): Update filter names.
6841 (recentf-filter-changer-select): New function.
6842 (recentf-filter-changer): Use it. Make a sub-menu from filters
6843 available in `recentf-filter-changer-alist'.
6844 (recentf-data-cache, recentf-clear-data)
6845 (recentf-update-menu): Remove. All references updated.
6846 (recentf-match-rule-p, recentf-build-dir-rules)
6847 (recentf-filter-changer-goto-next)
6848 (recentf-filter-changer-get-current)
6849 (recentf-filter-changer-get-next): Remove.
6850
6851 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6852
6853 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
6854 buffer "Reset" button to "Reset to Current" for consistency with
6855 the State buttons.
6856
6857 2005-12-08 John Paul Wallington <jpw@pobox.com>
6858
6859 * ibuf-ext.el (define-ibuffer-filter filename):
6860 If `dired-directory' is a list then really use its car.
6861
6862 2005-12-08 Kim F. Storm <storm@cua.dk>
6863
6864 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6865 Fix indention of text on right side of replaced rectangle.
6866
6867 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
6868
6869 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
6870 No need to check gud-comint-buffer is bound.
6871 (gdb): Prevent multiple debugging when first session uses gdba.
6872
6873 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6874
6875 CC Mode update to 5.31.
6876
6877 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
6878 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
6879 We might do this function properly in the future).
6880
6881 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
6882 New macros c-sentence-end and c-default-value-sentence end, to cope
6883 with Emacs 22's new function `sentence-end'.
6884
6885 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6886
6887 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
6888 compat issue using `c-put-overlay' and `c-delete-overlay'.
6889
6890 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
6891 New compat macros to handle overlays/extents.
6892
6893 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6894
6895 * progmodes/cc-fix.el: Add definitions of the macros push and pop
6896 (for GNU Emacs 20.4)
6897
6898 * progmodes/cc-defs.el:
6899 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
6900
6901 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
6902 highlighting mechanism so it will work in XEmacs too.
6903
6904 * progmodes/cc-defs.el: Insert c-int-to-char.
6905
6906 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
6907 call to the new macro c-int-to-char. This solves XEmacs's
6908 regarding characters as different from integers.
6909
6910 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6911
6912 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
6913 New internal helper.
6914
6915 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
6916 construct to make the indirect face lookup work in XEmacs.
6917
6918 (c-cpp-matchers): Append the negation char face to the existing
6919 fontification, so that the cpp face doesn't disappear.
6920 Use `c-make-syntactic-matcher' to avoid negation chars in comments
6921 and strings.
6922
6923 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
6924 to map to `font-lock-negation-char-face' in emacsen where it exists.
6925
6926 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6927
6928 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
6929
6930 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
6931 Rename "c-subword-move-mode" as "c-subword-mode".
6932
6933 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
6934 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
6935
6936 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6937
6938 * progmodes/cc-mode.el: Added autoload directive for
6939 `c-subword-move-mode' for use in older emacsen.
6940
6941 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6942
6943 * progmodes/cc-mode.el:
6944 (i) Insert a binding for C-c C-backspace into
6945 c-bind-special-erase-keys which works in TTYs.
6946 (ii) Make sure that when file styles are used, any explicitly
6947 given style variables take priority over those in the style.
6948 Do this by calling `hack-local-variables' a second time.
6949
6950 * progmodes/cc-vars.el: Add language specific customization
6951 widgets for AWK to c-doc-comment-style, c-require-final-newline
6952 and c-default-style. Add a defcustom for awk-mode-hook.
6953 Give c-syntactic-element and c-syntactic-context doc-strings by
6954 directly setting their `variable-documentation' propery.
6955 This allows Emacs 22.1 to read these with C-h v.
6956
6957 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
6958
6959 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6960
6961 * progmodes/cc-fonts.el, cc-vars.el
6962 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
6963 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
6964 Masatake YAMATO.
6965
6966 (c-doc-comment-style): Made GtkDoc default in C mode.
6967
6968 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
6969 and C-c C-<delete>.
6970
6971 (c-bind-special-erase-keys): New function for use on
6972 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
6973
6974 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
6975 <delete> key behavior in XEmacs according to `delete-forward-p'.
6976 C.f. `c-electric-delete'.
6977
6978 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6979
6980 * progmodes/cc-mode.el: Give c-hungry-backspace and
6981 c-hungry-delete-forward permanent key bindings.
6982
6983 * progmodes/cc-cmds.el (c-electric-semi&comma):
6984 Bind c-syntactic-context for calls to "criteria functions", for
6985 consistency with other calls to user functions.
6986
6987 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
6988 `current-prefix-arg', since this might be the prefix arg to a
6989 command which calls c-indent-command as a function. Change the
6990 interactive spec from "p" to "P".
6991
6992 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
6993 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
6994 was difficult to understand.
6995
6996 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6997
6998 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
6999 first char of an identifier.
7000
7001 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7002 +" syntax in C++.
7003
7004 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7005
7006 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7007 auto-fill doesn't split a c-comment's last word from a hanging
7008 "*/" when a space is typed between them after fill-column.
7009
7010 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7011
7012 * progmodes/cc-styles.el (c-set-style)
7013 (c-setup-paragraph-variables): Abort the command if we're not in a
7014 CC Mode buffer.
7015
7016 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7017 with blank comment-prefix, and a blank line as the comment's
7018 second line.
7019
7020 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7021
7022 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7023 Incorporate the patterns added in the Emacs development branch
7024 for the new Emacs 22 face `font-lock-negation-char-face'.
7025
7026 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7027 of "red" since it stands out better in xterms and DOS terminals.
7028
7029 * progmodes/cc-engine.el (c-literal-faces):
7030 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7031
7032 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7033
7034 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7035 forcibly enable c-electric-flag.
7036
7037 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7038 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7039 after the comment-prefix of a C-style comment will close that comment.
7040
7041 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7042
7043 * progmodes/cc-fonts.el (c-basic-matchers-before)
7044 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7045 in Pike.
7046
7047 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7048 digraphs.
7049
7050 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7051 (c-cpp-message-directives, c-cpp-include-directives)
7052 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7053 (c-cpp-expr-directives): Introduce new language constants to
7054 control cpp syntax in a cleaner way.
7055
7056 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7057
7058 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7059
7060 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7061 (c-multiline-string-start-char): New language constants and
7062 variables to specify how newlines in string literals work.
7063
7064 (c-font-lock-invalid-string): Use them.
7065
7066 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7067 unbalanced close brace is entered. Optimization by avoiding going
7068 back over arbitrarily large blocks. Removed hints that this
7069 function only would be relevant/useful in AWK.
7070
7071 (c-electric-brace): Indent syntactically after the cleanups since
7072 lineup functions might do it differently then.
7073
7074 * progmodes/cc-engine.el, cc-langs.el
7075 (c-opt-op-identifier-prefix): New language constant and variable.
7076
7077 (c-just-after-func-arglist-p, c-after-special-operator-id)
7078 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7079
7080 * progmodes/cc-align.el, cc-engine.el
7081 (c-after-special-operator-id): New helper to handle C++ operator
7082 identifiers.
7083
7084 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7085 (c-guess-basic-syntax): Handle C++ operator identifiers in
7086 declarations.
7087
7088 * progmodes/cc-langs.el (c-assignment-operators): Add the
7089 trigraph version of ^= too.
7090
7091 * progmodes/cc-langs.el (c-assignment-operators): Add the
7092 trigraph version of |= in C++.
7093
7094 * progmodes/cc-fonts.el (c-font-lock-declarators):
7095 Handle `c-decl-hangon-kwds' after the identifier name.
7096
7097 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7098 whether an arglist is "nonempty", ignore a comment after the open
7099 paren if it isn't followed by a non-comment token on the same line.
7100
7101 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7102 Enable heuristics below the point to cope with classes inside special
7103 brace lists in Pike.
7104
7105 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7106
7107 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7108
7109 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7110
7111 * progmodes/cc-guess.el (cc-guess-install): New function to
7112 install an already guessed style in another buffer.
7113
7114 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7115 sets `inhibit-read-only' - `c-save-buffer-state' should be used
7116 anyway if the change always is undone.
7117
7118 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7119
7120 Implement togglable electricity:
7121
7122 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7123 saying when it should be used.
7124
7125 * progmodes/cc-engine.el: Add the new buffer-local variable,
7126 c-electric-flag.
7127
7128 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7129 c-toggle-auto-newline.
7130
7131 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7132 c-toggle-auto-newline. Remove the binding for
7133 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
7134 c-toggle-electric-state.
7135
7136 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7137
7138 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7139 c-\(forward\|backward\)-subword.
7140 (c-update-modeline): Add the new modeline flag `l' for
7141 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
7142 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7143 Make the old name an alias of the new name.
7144 (c-toggle-electric-state): New function.
7145 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7146 Adapt these functions to do electric things only when
7147 c-electric-flag is non-nil.
7148 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7149 new functions from c-electric-brace.
7150 (c-point-syntax): Add a check for "virtual semicolons" in AWK
7151 mode, so that the tentative extra newline doesn't change the
7152 syntax of the following brace.
7153 (c-electric-brace): Restructure by extracting the above functions.
7154 Tidy up the coding somewhat.
7155 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7156 restructure a bit.
7157
7158 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7159
7160 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7161 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
7162
7163 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7164 (c-submode-indicators): Change name from `c-auto-hungry-string'
7165 since it's now used to track another submode.
7166
7167 (c-update-modeline): Convert to function and extended to check
7168 `c-subword-move-mode'.
7169
7170 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7171 Convert to compat aliases for `c-forward-subword' and
7172 `c-backward-subword'.
7173
7174 * progmodes/cc-subword.el: New functions and minor mode to handle
7175 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7176
7177 (c-forward-subword, c-backward-subword, c-mark-subword)
7178 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7179 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7180 Functions corresponding to the standard word handling functions.
7181
7182 (c-subword-move-mode): Minor mode that replaces all the standard
7183 word handling functions with their subword equivalences.
7184
7185 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7186
7187 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7188 entry for one-liner-defun.
7189
7190 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7191 name in its def-edebug-spec.
7192
7193 * progmodes/cc-cmds.el (c-electric-brace): Make the
7194 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
7195 compacts space before a comment, if this will make things fit on
7196 one line.
7197
7198 Introduce an "awk" style, mainly for auto-newline and clean-ups.
7199
7200 * progmodes/cc-align.el: New function c-snug-1line-defun-close
7201
7202 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7203 clean-up one-liner-defun.
7204
7205 * progmodes/cc-styles.el: Add the new "awk" style.
7206
7207 * progmodes/cc-vars.el: Add description of one-liner-defun to
7208 c-cleanup-list's doc-string. New user options,
7209 c-max-one-liner-length. In c-default-style, set the default style
7210 for AWK to "awk".
7211
7212 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7213
7214 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7215 macros inside labels.
7216
7217 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7218 `c-at-statement-start-p' and `c-at-expression-start-p'.
7219
7220 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7221 error if the mark isn't set.
7222
7223 * progmodes/cc-engine.el (c-guess-continued-construct)
7224 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7225 accurately detect functions inside functions.
7226
7227 * progmodes/cc-engine.el (c-at-expression-start-p): New function
7228 like `c-at-statement-start-p' that additionally recognizes commas
7229 and expression parentheses as delimiters.
7230
7231 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7232 to avoid heuristics that doesn't work for unclosed blocks.
7233 (c-at-statement-start-p): New function.
7234
7235 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7236 Objective-C directives, e.g. directives spanning lines should work
7237 reasonably well now.
7238
7239 (c-put-c-type-property, c-clear-c-type-property): New helpers.
7240
7241 (c-forward-objc-directive): New function to move over any ObjC
7242 directive.
7243
7244 (c-just-after-func-arglist-p, c-guess-basic-syntax)
7245 (c-basic-matchers-before): Use it.
7246
7247 (c-font-lock-objc-iip-decl): Remove.
7248
7249 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7250 in the template arglist recognition.
7251
7252 * progmodes/cc-styles.el (c-style-alist): Fix several
7253 inconsistencies in the Whitesmith style.
7254
7255 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7256 New lineup function to get lines after Whitesmith style blocks
7257 correctly indented.
7258
7259 (c-lineup-whitesmith-in-block): Back out the compensation for
7260 opening parens since it's done using `add' lists in the style
7261 definition instead. Don't use the anchor position since it varies
7262 too much between the syntactic symbols. :P
7263
7264 * progmodes/cc-vars.el (c-valid-offset): Update.
7265
7266 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7267 lists where the offsets are combined according to several
7268 different methods: `first', `min', `max', and `add'.
7269 Report offset evaluation errors with `c-benign-error' so that some kind
7270 of reindentation still is done.
7271
7272 * progmodes/cc-engine.el (c-guess-basic-syntax):
7273 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7274 `arglist-close'.
7275
7276 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7277 situations for `arglist-cont-nonempty' and `arglist-close'.
7278
7279 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7280
7281 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7282 cc-bytecomp-boundp' in a number of places.
7283
7284 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7285 macro related issue.
7286
7287 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7288
7289 * progmodes/cc-awk.el: Change the terminology of regexps: A char
7290 list is now [asdf], a char class [:alpha:].
7291 Include code for char classes.
7292 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
7293 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7294
7295 Remove (nearly all of) the cruft associated with AWK Mode's former
7296 concept of "virtual semicolons":
7297
7298 Adapt c-beginning-of-statement, c-end-of-statement (together with
7299 subfunctions) to use the new notion of "virtual semicolon" in
7300 place of the old awkward special handling for AWK. There remains
7301 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7302 * progmodes/cc-cmds.el:
7303 (c-ascertain-adjacent-literal): In the backwards direction, now
7304 recognises AWK regexp delimiters as string delimiters.
7305 (c-after-statement-terminator-p): Adapt for virtual semicolons;
7306 check more rigorously for "end of macro".
7307 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7308 virtual semicolons;
7309 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7310 out the code for forward movement into ...
7311 (c-end-of-statement): Now contains the code for forward movement,
7312 adapted for virtual semicolons.
7313
7314 * progmodes/cc-engine.el:
7315 (c-ws*-string-limit-regexp): New regexp.
7316 (c-forward-single-comment, c-backward-single-comment): Comment out
7317 the (now redundant) "special" AWK stuff.
7318
7319 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7320 c-string-par-start, c-string-par-separate to be more like Text
7321 Mode than Fundamental Mode.
7322
7323 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7324
7325 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7326 to the fontified region so that fontification doesn't occur
7327 outside it (could happen e.g. when fontifying a line with an
7328 unfinished declaration).
7329
7330 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7331
7332 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7333 start of the file. ^L now separate sections of the file.
7334 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
7335 (c-awk-one-line-possibly-open-string-re)
7336 (c-awk-regexp-one-line-possibly-open-char-class-re)
7337 (c-awk-one-line-possibly-open-regexp-re)
7338 (c-awk-one-line-non-syn-ws*-re): New defonsts.
7339 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7340
7341 Amend the concept of "virtual semicolons" (in the indentation
7342 engine) for languages like AWK, such that they are now
7343 conceptually attached to end of the last token of a statement, not
7344 the end of the line. (In AWK Mode, however, the pertinent text
7345 property is still physically set on the EOL.) Remove the specific
7346 tests for awk-mode, thus facilitating the introduction of other
7347 language modes where EOLs can end statements.
7348 (Note: The funtionality in cc-cmds.el, specifically
7349 c-beginning/end-of-statement has yet to be amended.)
7350
7351 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7352 New macros.
7353
7354 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7355 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
7356 c-vsemi-status-unknown-p-fn (in a new page).
7357
7358 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7359 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
7360 numerous awkward forms like
7361 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
7362 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
7363 variable before-ws-ip, the place just after char-before-ip appears.
7364
7365 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
7366 a comment.
7367
7368 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7369
7370 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
7371 `c-tentative-buffer-changes'.
7372
7373 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
7374 convert to macro to choose between Emacs and XEmacs at compile time.
7375
7376 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
7377
7378 (c-tentative-buffer-changes): New macro to handle temporary buffer
7379 changes in a convenient way.
7380
7381 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
7382 for `c-tentative-buffer-changes'.
7383
7384 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
7385 the checks for paren sexps between the point and the keyword, to
7386 avoid some false alarms.
7387
7388 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
7389 Fixed a situation where an error could be thrown for unbalanced
7390 parens. Changed to make use of c-keyword-member' to avoid some
7391 repeated regexp matches.
7392
7393 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
7394 These language variable are no longer necessary.
7395
7396 (c-block-stmt-kwds): New language constant used by
7397 c-looking-at-inexpr-block'.
7398
7399 (c-guess-basic-syntax): Remove an optional check that looked at
7400 the existence of the now removed language variables.
7401
7402 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
7403 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
7404 object instantiation expressions as declarations in some contexts.
7405 This bug only affected languages where the declarator can't be
7406 enclosed in parentheses.
7407
7408 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
7409 insert newlines before and after substatement braces.
7410
7411 * progmodes/cc-engine.el: Improved the heuristics for recognizing
7412 function declaration headers and the handling of C++ style member
7413 init lists.
7414
7415 (c-just-after-func-arglist-p): Rewritten to use
7416 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
7417
7418 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
7419
7420 (c-guess-basic-syntax): Adapt case 5B for the new
7421 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
7422 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
7423 covers all cases now).
7424
7425 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
7426
7427 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7428
7429 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
7430 c-string-par-start/separate c-sentence-end-with-esc-eol,
7431 initialised in c-setup-paragraph-variables, used in string
7432 scanning subroutines of c-beginning-of-statement.
7433
7434 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
7435 which precedes the newly inserted `{'.
7436
7437 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7438
7439 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
7440 function for declaration level blocks. It should now cope with
7441 templates better and also be a lot more comprehensible.
7442
7443 (c-looking-at-decl-block): The new function.
7444
7445 (c-search-uplist-for-classkey): The old one. It's now a wrapper
7446 for compatibility.
7447
7448 (c-add-class-syntax, c-guess-continued-construct)
7449 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
7450
7451 (c-decl-block-key): Change to tell apart ambiguous and
7452 unambiguous keywords. Pike specials are now handled directly in
7453 the code instead.
7454
7455 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
7456 New language constants and variables to make the backward skip in
7457 `c-looking-at-decl-block' as tight as possible.
7458
7459 (c-nonsymbol-token-char-list): New language constant.
7460
7461 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
7462 find balanced template arglists backwards.
7463
7464 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
7465 making char classes for `c-syntactic-skip-backward'.
7466
7467 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
7468 16D - can't be a class-close at that point.
7469
7470 * progmodes/cc-engine.el (c-guess-basic-syntax)
7471 (c-add-class-syntax): Don't narrow out the enclosing declaration
7472 level. This makes everything a lot easier, and it was actually
7473 only four small places that needed it to work. Some places that
7474 previously did `widen' are removed now, which has the effect that
7475 `c-guess-basic-syntax' never will look at things outside the
7476 current narrowment now. The anchor position for `topmost-intro'
7477 is affected by this, but it was so bogus it was basically useless
7478 before, and now it's equally bogus but in a slightly different way.
7479
7480 (c-narrow-out-enclosing-class): Gone.
7481
7482 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
7483 the narrowed region.
7484
7485 (c-least-enclosing-brace): Remove silly optional argument.
7486
7487 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7488 the point could be left directly after an open paren when finding
7489 the beginning of the first decl in the block.
7490
7491 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
7492 Specify which submatch to use.
7493
7494 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
7495
7496 (c-decl-start-re): No longer any need for special treatment of
7497 ObjC due to the above.
7498
7499 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
7500 presumably follows C in that regard.
7501
7502 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
7503 New language constants to specify operator tokens inside
7504 identifiers in a more high level way.
7505
7506 (c-opt-identifier-prefix-key): New internal language constant.
7507
7508 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
7509 (c-identifier-start, c-identifier-key): Now completely calculated
7510 from other constants.
7511
7512 (c-identifier-last-sym-match): Decommission since it's no longer used.
7513
7514 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
7515
7516 * progmodes/cc-engine.el (c-forward-name): Remove the
7517 optimization when c-identifier-key is equal to c-symbol-key since
7518 it doesn't work in byte compiled files. Don't record empty
7519 regions as identifiers.
7520
7521 * progmodes/cc-langs.el (c-filter-ops): New helper function to
7522 simplify access to `c-operators' and its likes.
7523
7524 (c-operator-list, c-all-op-syntax-tokens)
7525 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
7526 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
7527 (c-primary-expr-regexp, c-cast-parens): Use it.
7528
7529 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
7530 an explicit language in functions.
7531
7532 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
7533 variant of adornment.
7534
7535 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
7536 variable.
7537
7538 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
7539 the Pike value.
7540
7541 * progmodes/cc-engine.el (c-on-identifier)
7542 (c-simple-skip-symbol-backward): Small fix for handling "-"
7543 correctly in `skip-chars-backward'. Affected the operator lfun
7544 syntax in Pike.
7545
7546 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
7547 diagnostic message about precompiled language vars not being used.
7548
7549 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
7550 "__attribute__" is followed by a parenthesis.
7551
7552 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
7553 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
7554 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
7555
7556 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
7557 Internal cleanups to properly detect the declared identifiers in
7558 various declarations.
7559
7560 (c-decl-start-kwds): New language constant to recognize
7561 declarations that can start anywhere. Used for class declarations
7562 in Pike.
7563
7564 (c-specifier-key, c-not-decl-init-keywords)
7565 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
7566 (c-find-decl-spots): Implement `c-decl-start-kwds'.
7567
7568 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
7569 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
7570 handling of the compiler specific extension keywords into a new
7571 language constant `c-decl-hangon-kwds' that defines keyword
7572 clauses to be ignored in declarations.
7573
7574 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
7575 past unrecognized tokens when handling `c-colon-type-list-kwds'.
7576 Necessary to stop at the declared identifier in e.g. IDL valuetype
7577 declarations.
7578
7579 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
7580 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
7581 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
7582 (c-forward-decl-or-cast-1): Recognize the declared identifier in
7583 class and enum declarations as such and not as part of the type.
7584
7585 (c-forward-decl-or-cast-1, c-forward-label): Relax the
7586 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
7587
7588 (c-forward-decl-or-cast-1): Don't disregard sure signs of
7589 declarations when there's some syntax error later on.
7590
7591 (c-complex-decl-matchers): Did away with a reference to
7592 `c-specifier-key'.
7593
7594 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
7595 value - this variable is always dynamically bound.
7596
7597 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
7598 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
7599 * cc-cmds.el, cc-defs.el: Change the policy for marking up
7600 functions that might do hidden buffer changes: All such internal
7601 functions are now marked instead of those that don't.
7602
7603 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
7604 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
7605 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
7606 (c-literal-type): Allow these functions to make hidden buffer changes,
7607 so that they are free to use text property caching later on.
7608
7609 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
7610 (c-electric-brace, c-electric-slash, c-electric-star)
7611 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
7612 (c-electric-paren, c-electric-continued-statement, c-indent-command)
7613 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
7614 (c-context-line-break): Add `c-save-buffer-state' calls to comply
7615 with the changed semantics of the functions above.
7616
7617 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
7618 when macros occur in obscure places. Optimized the sexp movement
7619 a bit.
7620
7621 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7622
7623 Enhancements for c-beginning-of-statement to work in AWK Mode:
7624
7625 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
7626 (completed statement) with `}' (statement completed by closing
7627 brace or semicolon) and `$' (statement completed by EOL).
7628
7629 (c-awk-virtual-semicolon-ends-prev-line-p)
7630 (c-awk-virtual-semicolon-ends-line-p)
7631 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
7632 (c-awk-at-statement-end-p): New functions.
7633
7634 * progmodes/cc-cmds.el: Simplify the structure of functions
7635 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
7636 two functions and c-beginning-of-statement to handle AWK Mode.
7637
7638 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
7639 c-backward-single-comment for AWK mode. Attempt to clarify their
7640 doc-strings.
7641
7642 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
7643
7644 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7645
7646 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
7647 label handling. Labels are now recognized in a uniform and more
7648 robust way, regardless of context. Text properties are put on all
7649 labels to recognize the following declarations better.
7650 Multiword labels are handled both in indentation and fontification for
7651 the benefit of language extensions like Qt. For consistency, keywords
7652 in labels are now fontified with the label face instead.
7653 That also applies to "case" and "default".
7654
7655 (c-beginning-of-statement-1): Fix some bugs in the label
7656 handling. Disregard `c-nonlabel-token-key' in labels that begin
7657 with `c-label-kwds'.
7658
7659 (c-find-decl-spots): Support that the callback adds more
7660 `c-decl-end' spots to find.
7661
7662 (c-forward-decl-or-cast-1): Don't treat a list of plain
7663 identifiers followed by a colon as a declaration.
7664
7665 (c-forward-label): New function to recognize labels.
7666
7667 (c-guess-basic-syntax): Replace uses of `c-label-key' with
7668 `c-forward-label'. Moved the label recognition cases (14 and 15)
7669 earlier since they aren't so context sensitive now. Handle labels
7670 on the top level gracefully. Moved access label recognition to
7671 the generic label case (CASE 15) - removed CASE 5E.
7672
7673 (c-font-lock-declarations): Add recognition of labels in the
7674 same round since we need to handle labels in parallell with other
7675 declarations to recognize both accurately. It should also improve
7676 speed.
7677
7678 (c-simple-decl-matchers, c-basic-matchers-after):
7679 Move `c-font-lock-labels' so that it only is used on decoration level 2
7680 since `c-font-lock-declarations' handles it otherwise.
7681
7682 (c-complex-decl-matchers): Remove the simplistic recognition of
7683 access labels.
7684
7685 (c-decl-prefix-re): Remove the kludges that was necessary to cope
7686 with labels earlier.
7687
7688 (c-decl-start-re): New language variable to make
7689 `c-font-lock-declarations' stop for the special protection labels
7690 in Objective-C that start with `@'.
7691
7692 (c-label-key): Remove since it's no longer used.
7693
7694 (c-recognize-colon-labels, c-label-prefix-re): New language
7695 constants to support recognition of generic colon-terminated labels.
7696
7697 (c-type-decl-end-used): `c-decl-end' is now used whenever there
7698 are colon terminated labels.
7699
7700 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7701 first argument starts with a special brace list.
7702
7703 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
7704 (c-font-lock-declarations): Break out the declaration and cast
7705 recognition from `c-font-lock-declarations' to a new function, so
7706 that it can be used in the indentation engine.
7707
7708 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
7709 up to the start of the literal. Fixed bug with the point on the
7710 wrong side of the search limit that could happen when the start
7711 position is inside a literal.
7712
7713 * progmodes/cc-engine.el (c-parse-state)
7714 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
7715 so that it's kept a little bit back to increase the hit rate.
7716
7717 (c-parse-state): Change the macro handling and fixed some
7718 glitches. Macro context is checked more often than necessary now,
7719 but otoh less garbage conses are generated.
7720
7721 * progmodes/cc-engine.el (c-parse-state)
7722 (c-invalidate-state-cache): Cache the last position where
7723 `c-state-cache' applies. This can speed up refontification quite
7724 a bit in blocks where there are many non-brace parens before the point.
7725
7726 (c-state-cache-end): New variable for this.
7727
7728 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
7729 cache variable.
7730
7731 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
7732 get close initial continue positions when the start position is
7733 inside a literal or macro. Do not call the callback for spots
7734 before the start position (which can happen e.g. for `c-decl-end'
7735 spots inside comments). Optimize better in special cases when the
7736 region is a single line inside a literal or macro (typically when
7737 the current line is refontified).
7738
7739 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
7740 to `c-add-stmt-syntax' - there's no need to explicitly whack off
7741 entries from the paren state.
7742
7743 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
7744 special case for "else if" clauses.
7745
7746 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
7747 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
7748
7749 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
7750 New language variable to recognize the gcc extension with statement
7751 blocks inside expressions.
7752
7753 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
7754 it somewhat more comprehensible. The argument AT-BLOCK-START is
7755 no longer used and hence removed.
7756
7757 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
7758 to `c-add-stmt-syntax'.
7759
7760 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7761 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
7762 This fixes bogus label recognition.
7763
7764 * progmodes/cc-engine.el (c-add-type, c-check-type)
7765 (c-forward-name, c-forward-type): Improve storage of template
7766 types in `c-found-types' so that they can be recognized better.
7767
7768 (c-syntactic-content): Add option to skip past nested parens.
7769
7770 * progmodes/cc-engine.el (c-forward-name):
7771 Set `c-last-identifier-range' all the time. It's less work that way.
7772 Handle that there might not be an identifier to store in
7773 `c-last-identifier-range'.
7774
7775 (c-forward-type): Handle that `c-last-identifier-range' might be
7776 nil from `c-forward-name'.
7777
7778 * progmodes/cc-defs.el (c-safe-scan-lists)
7779 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
7780
7781 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
7782 to work even if the form fails.
7783
7784 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
7785 down in a large file in one go.
7786
7787 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
7788
7789 * progmodes/cc-align.el (c-lineup-assignments): New lineup
7790 function which is like `c-lineup-math' but returns nil instead of
7791 `c-basic-offset' when it doesn't match.
7792
7793 (c-lineup-math): Change to use `c-lineup-assignments'.
7794
7795 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7796
7797 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
7798 c-beginning-of-statement. New subfunctions
7799 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
7800
7801 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7802
7803 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
7804 hardcoded char classes whereever possible. Changed a couple of
7805 places to use skip by syntax instead of skip by char class.
7806
7807 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
7808 Fix a bug in the regexp that caused extreme backtracking.
7809
7810 * progmodes/cc-langs.el (c-block-comment-starter)
7811 (c-block-comment-ender): New language constants to specify in a
7812 single place how block comments look.
7813
7814 (c-comment-start-regexp, c-block-comment-start-regexp)
7815 (comment-start, comment-end, comment-start-skip)
7816 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
7817 (c-syntactic-ws, c-nonempty-syntactic-ws)
7818 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
7819 `c-line-comment-starter', `c-block-comment-starter' and
7820 `c-block-comment-ender'.
7821
7822 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
7823 New language constants to break up things a bit.
7824
7825 (c-simple-ws): New language constant for simple whitespace.
7826
7827 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
7828
7829 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
7830 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
7831 newlines. Allow and ignore nil elements in the list.
7832
7833 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7834
7835 * progmodes/cc-cmds.el: Comment out a (n almost certainly
7836 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
7837
7838 * progmodes/cc-cmds.el: Tidy up the comments in
7839 c-beginning-of-statement and subfunctions.
7840
7841 * progmodes/cc-awk.el: Replace calls to put-text-property to the
7842 more flexible c-put-char-property and c-clear-char-properties.
7843 Add the author's email address.
7844
7845 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
7846
7847 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
7848 closing "*/" of a block comment.
7849
7850 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
7851 subfunctions) so that it works at BOB and EOB.
7852
7853 * progmodes/cc-cmds.el, cc-vars.el: More updating of
7854 c-beginning-of-statement, including new variable
7855 c-block-comment-start-regexp.
7856
7857 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7858
7859 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
7860 symbols from `*-font-lock-extra-types' so that there's no need to
7861 use `regexp-opt' on those lists.
7862
7863 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
7864 `c-type-modifier-kwds' is empty.
7865
7866 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
7867 there are several strings on the same line.
7868
7869 * progmodes/cc-engine.el (c-literal-limits): Remove the
7870 compatibility function for older emacsen. `c-literal-limits-fast'
7871 has now taken the place of this function.
7872
7873 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
7874 with older emacsen: We now require `pps-extended-state'.
7875
7876 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7877
7878 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
7879 which obviates the need to hack sentence-end. This now handles
7880 escaped newlines in strings correctly. Correct minor bugs in
7881 c-move-over-sentence and in c-beginning-of-statement.
7882
7883 * progmodes/cc-cmds.el (c-beginning-of-statement (and
7884 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
7885 that movement over macros and code are rigorously separated from
7886 eachother. Correct a few incidental bugs.
7887
7888 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
7889 Improve its doc-string. Improve the handling of certain specific cases.
7890
7891 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7892
7893 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
7894 (c-guess-basic-syntax): Change the way class-level labels are
7895 recognized; they can now contain essentially any symbols.
7896
7897 (c-opt-extra-label-key): New language variable to cope with the
7898 special protection label syntax in Objective-C.
7899
7900 (c-opt-access-key): Remove; this is now handled better by
7901 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
7902
7903 (c-complex-decl-matchers): Update to handle that
7904 `c-opt-access-key' no longer exists.
7905
7906 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
7907 improved label recognition in `c-beginning-of-statement-1'.
7908
7909 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
7910 Recognize bitfields better.
7911
7912 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
7913 Remove some cruft and fixed a bug that could cause it to go to a
7914 position further down.
7915
7916 * progmodes/cc-langs.el, cc-engine.el
7917 (c-beginning-of-statement-1): Improve detection of labels in
7918 declaration contexts.
7919
7920 (c-beginning-of-decl-1): Use it.
7921
7922 (c-nonlabel-token-key): New language constant and variable needed
7923 by `c-beginning-of-statement-1'.
7924
7925 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
7926 manifested itself due to the correction in `c-forward-sexp'.
7927
7928 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
7929 Make these behave as documented when used at the buffer limits.
7930
7931 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
7932 (c-type-decl-end-used): Made this a language variable.
7933
7934 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
7935 correctly when `combine-after-change-calls' is used together with
7936 temporary narrowings.
7937
7938 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7939 Report labels correctly when the start point is immediately after the
7940 colon.
7941
7942 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
7943 Remove since it isn't used anymore.
7944
7945 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
7946 bracket arglists such as template parens in C++.
7947
7948 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
7949 in the last check-in. Some optimization.
7950
7951 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
7952 where it could stop at the same level in a preceding sexp when
7953 PAREN-LEVEL is set.
7954
7955 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
7956 text property lookup only when it's needed.
7957
7958 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
7959 Change the policy for paren marked angle brackets to be more
7960 persistent; once marked they remain marked even when they're found
7961 to be unbalanced in the searched region. This should keep the
7962 paren syntax around even when individual lines are refontified in
7963 multiline template arglists.
7964
7965 (c-parse-and-markup-<>-arglists): New dynamically bound variable
7966 to control markup so that incorrect angle bracket arglists aren't
7967 marked in contexts where the correct value for
7968 `c-disallow-comma-in-<>-arglists' isn't known.
7969
7970 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
7971 argument has become `c-parse-and-markup-<>-arglists'.
7972
7973 (c-remove-<>-arglist-properties): Remove - no longer used.
7974
7975 (c-after-change-check-<>-operators): New function used on
7976 `after-change-functions' to avoid that "<" and ">" characters that
7977 are part of longer operators have paren syntax.
7978
7979 (c-<>-multichar-token-regexp): New language variable used by
7980 `c-after-change-check-<>-operators'.
7981
7982 (c-after-change): Call `c-after-change-check-<>-operators'.
7983
7984 (c-font-lock-<>-arglists): Use the context properties set by
7985 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
7986 correctly to avoid doing invalid markup.
7987
7988 (c-font-lock-declarations): Remove code that undoes the invalid
7989 markup done by `c-font-lock-<>-arglists'.
7990
7991 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
7992 after `c-font-lock-declarations'.
7993
7994 * progmodes/cc-engine.el (c-syntactic-skip-backward):
7995 Add paren-level feature.
7996
7997 (c-guess-basic-syntax): Improve the anchor position for
7998 `template-args-cont' in nested template arglists. There's still
7999 much to be desired in this area, though.
8000
8001 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8002
8003 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8004 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8005
8006 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8007
8008 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8009 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8010
8011 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8012 it doesn't work no longer are supported.
8013
8014 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8015 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8016 requires support for the syntax-table' text property, which rules
8017 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8018 cruft associated with those versions.
8019
8020 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8021 for the `syntax-table' text property, which rules out Emacs 19 and
8022 XEmacs < 21.4. Removed various compatibility cruft associated
8023 with those versions.
8024
8025 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8026 support for the `syntax-table' text property.
8027
8028 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8029 variable and use an extra quoted face name instead. All the
8030 emacsen flavors handle that correctly.
8031
8032 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8033 (c-font-lock-declarators, c-font-lock-declarations)
8034 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8035 property to mark the items in in declarator lists to handle
8036 refontification inside multiline declarations better.
8037
8038 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8039 construct like "a * b = c;" as a declaration.
8040
8041 2005-12-08 Kim F. Storm <storm@cua.dk>
8042
8043 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8044 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8045 select either meta, hyper, or super modifier for rectangle commands.
8046 (cua--rectangle-modifier-key): New defvar.
8047 (cua--M/H-key): Use it. Remove special case for `space'.
8048 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8049 on X, to meta otherwise. Always bind C-return to toggle
8050 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
8051
8052 * emulation/cua-rect.el (cua-help-for-rectangle):
8053 Use cua--rectangle-modifier-key. Handle super modifier too.
8054 (cua--init-rectangles): Always bind C-return to toggle rectangle.
8055 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8056
8057 * ido.el: Move Acknowledgements and History after Commentary.
8058 Minor changes to Commentary.
8059
8060 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8061 keymap if cua--prefix-override-timer is `shift'.
8062 (cua--shift-control-prefix): New function; emulate "type prefix
8063 key twice" functionality to handle shifted prefix key override.
8064 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8065 New commands.
8066 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8067
8068 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8069
8070 * textmodes/org.el (org-insert-heading): Try to do items before
8071 headings.
8072 (org-agenda-mode): Quote `org-agenda-mode-hook'.
8073 (org-insert-item): New function.
8074 (org-renumber-ordered-list): Don't skip to higher level lists.
8075
8076 2005-12-08 Juri Linkov <juri@jurta.org>
8077
8078 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8079
8080 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8081
8082 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8083
8084 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8085 the constructed function name fun-1.
8086
8087 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8088 because such links don't lead to parent documentation.
8089
8090 2005-12-08 Kenichi Handa <handa@m17n.org>
8091
8092 * descr-text.el (describe-char): Use *Help-2* buffer if the
8093 current buffer is *Help*. Call describe-text-properties while
8094 setting the original buffer.
8095
8096 2005-12-07 Bill Wohler <wohler@newt.com>
8097
8098 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
8099 and causes problems with non-MH users (such as Gnus users).
8100
8101 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
8102
8103 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8104 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8105 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8106 command "info sources". Move calls to GDB command "list".
8107 (gdb-find-file-hook): Just use gdb-source-file-list.
8108 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8109 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8110 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8111 (gdb-data-list-register-values-handler): Use correct trigger name.
8112
8113 2005-12-07 Kim F. Storm <storm@cua.dk>
8114
8115 * ido.el (ido-completion-map): Rename from ido-mode-map.
8116 (ido-common-completion-map, ido-file-completion-map)
8117 (ido-file-dir-completion-map, ido-buffer-completion-map):
8118 Rename from ido-mode-....-map.
8119 (ido-init-completion-maps): Rename from ido-init-mode-maps.
8120 (ido-setup-completion-map): Rename from ido-define-mode-map.
8121 (ido-read-internal): Bind minibuffer-local-filename-completion-map
8122 to ido-completion-map.
8123
8124 2005-12-07 Kenichi Handa <handa@m17n.org>
8125
8126 * international/mule-cmds.el
8127 (set-display-table-and-terminal-coding-system): If the coding
8128 system specified in `unibyte-display' property is different from
8129 the arg coding-system, don't setup standard-display-table.
8130
8131 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8132
8133 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8134 that comments end at \n, regardless of selective-display.
8135
8136 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
8137
8138 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8139 (gdb-version): New variables.
8140 (gdb-source-file-list, gdb-register-names)
8141 (gdb-changed-registers): New variables for use with GDB 6.4+.
8142 (gdb-ann3): Replace with...
8143 (gdb-init-1, gdb-init-2): ...two new functions.
8144 (gdba, gdb-prompt): Call gdb-init-1.
8145 (gdb-get-version): New function. Call gdb-init-2 from here.
8146 (gud-watch): Make it work with mouse events too.
8147 (gdb-post-prompt): Don't add to queue until GDB version is known.
8148 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8149 (gdb-locals-mode): Use gdb-version.
8150 (gdb-memory-format-map, gdb-memory-unit-map)
8151 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8152 (gdb-locals-font-lock-keywords-1)
8153 (gdb-locals-font-lock-keywords-2): New variables.
8154 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8155 (gdb-set-gud-minor-mode-existing-buffers-1)
8156 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8157 (gdb-var-update-1, gdb-var-update-handler-1)
8158 (gdb-data-list-register-values-handler)
8159 (gdb-data-list-register-values-custom)
8160 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8161 (gdb-stack-list-locals-handler, gdb-get-register-names):
8162 New functions for use with GDB 6.4+.
8163 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8164 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8165 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8166 (gdb-stack-list-locals-regexp)
8167 (gdb-data-list-register-names-regexp): New regexps for use with
8168 GDB 6.4+.
8169
8170 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8173
8174 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
8175
8176 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8177 prompts work for AUTH PLAIN. Also reported by Steve Allan
8178 <seallan@verizon.net>.
8179
8180 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8181
8182 * frame.el (set-frame-parameter): Add doc string.
8183
8184 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8185
8186 * textmodes/org.el (org-occur-highlights): New variable.
8187 (org-highlight-new-match, org-remove-occur-highlights): New functions.
8188 (org-highlight-sparse-tree-matches): New option.
8189 (org-do-occur): New function.
8190 (org-get-heading): Make it work also at beginning of line.
8191 (org-category-table): New variable.
8192 (org-get-category-table, org-get-category)
8193 (org-camel-to-words, org-link-search): New functions.
8194 (org-select-this-todo-keyword): New variable.
8195 (org-todo-list): New command.
8196 (org-shiftright, org-shiftleft): New commands.
8197 (org-agenda-todo): Add prefix argument.
8198 (org-show-hierarchy-above): New option.
8199 (org-show-todo-tree): Numerical prefix creates tree for specific
8200 TODO keyword.
8201 (org-outline-level): New function, to assign a level to plain
8202 lists items.
8203 (org-cycle-include-plain-lists): New option.
8204 (org-mode): Use `org-outline-level' as value of `outline-level'.
8205 (org-cycle): Temporarily switch `outline-regexp' if
8206 `org-cycle-include-plain-lists' is non-nil.
8207 (org-start-icalendar-file): Fix format bug.
8208 (org-agenda-get-day-entries): Create category table.
8209 (org-agenda-get-todos, org-agenda-get-timestamps)
8210 (org-agenda-get-deadlines, org-agenda-get-scheduled)
8211 (org-agenda-get-blocks): Use `org-get-category'.
8212 (org-context-in-file-links): Rename from
8213 `org-line-numbers-in-file-links'.
8214
8215 2005-12-06 Romain Francoise <romain@orebokech.com>
8216
8217 * window.el (balance-windows): Delete extraneous third arg in call
8218 to `enlarge-window'.
8219
8220 2005-12-06 Kenichi Handa <handa@m17n.org>
8221
8222 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8223
8224 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
8225
8226 * progmodes/gdb-ui.el (gdb-var-create-handler)
8227 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8228 (gdb-var-list-children-handler, gdb-var-update-handler):
8229 Current buffer is already gdb-partial-output-buffer, don't
8230 make it current again.
8231
8232 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
8233
8234 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8235 (list-buffers-noselect): Use it.
8236
8237 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8240 (mail-yank-ignored-headers): Use regexp-opt.
8241 (mail-mode-map): Move initialization into declaration.
8242 (mail-sent-via): Remove unused shadowed var `to-line'.
8243 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8244 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8245 (mail-do-fcc): Use dolist and push.
8246 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8247 (mail-yank-ignored-headers): Don't autoload.
8248
8249 2005-12-05 Kenichi Handa <handa@m17n.org>
8250
8251 * international/mule-cmds.el (set-language-info-internal): New fun.
8252 (set-language-info): Call set-language-info-internal to update
8253 language-info-alist. If LANG-ENV is the current one, call
8254 set-language-environment to make INFO effective now.
8255 (set-language-info-alist): Likewise.
8256 (locale-language-names): With locale "en", use English
8257 lang. env. but set the default codings to iso-8859-1.
8258
8259 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
8260
8261 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8262 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8263 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8264 for plain strings.
8265 (gdb-frames-mode): Remove redundant call to font-lock-mode.
8266 (gdb-all-registers): Rename from toggle-gdb-all-registers.
8267 Create registers buffer if necessary. Echo new state in minibuffer.
8268 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8269
8270 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
8271
8272 * info.el (Info-fontify-node): Match external links using
8273 non-directory part of filename.
8274
8275 2005-12-04 Juri Linkov <juri@jurta.org>
8276
8277 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8278 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
8279 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8280 because there is no customization option for it.
8281
8282 * font-lock.el (lisp-font-lock-keywords-1):
8283 Add define-global-minor-mode.
8284
8285 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8286
8287 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8288 properties on the constructed variable names.
8289
8290 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8291 Put `definition-name' properties on the constructed function names
8292 next-sym and prev-sym.
8293
8294 * emacs-lisp/find-func.el (find-function-regexp):
8295 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
8296 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
8297 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8298 and easy-menu-define.
8299
8300 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8301 easy-mmode-define-global-mode and define-global-minor-mode.
8302 (lisp-imenu-generic-expression): Add define-global-minor-mode.
8303
8304 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8305 instead of easy-mmode-define-global-mode.
8306
8307 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8308 Use define-minor-mode instead of easy-mmode-define-minor-mode.
8309
8310 * cus-edit.el (customize-group, customize-group-other-window):
8311 Filter out autoloaded options from the group completion list by
8312 using heuristics that autoloaded groups don't have `custom-autoload'
8313 property on their symbols (they have only `custom-loads').
8314
8315 * simple.el (completion-setup-function): Put completions-common-part
8316 face on complete completion string too (i.e. completion string
8317 without completions-first-difference face).
8318
8319 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8320
8321 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8322
8323 * view.el (view-mode): Doc fix.
8324
8325 * disp-table.el (standard-display-european): Add to the warning
8326 message a reference to the doc string.
8327
8328 * play/yow.el (apropos-zippy): Call print-help-return-message,
8329 similar to other Help and Apropos commands.
8330
8331 * help.el (print-help-return-message): If pop-up-frames is
8332 non-nil, set up help-return-method to delete the help window and,
8333 possibly, its frame as well, and don't display message about
8334 scrolling the help window. Doc fix.
8335 (help-return-method): Doc fix.
8336
8337 2005-12-03 Martin Rudalics <rudalics@gmx.at>
8338
8339 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8340 whereby names of length one or names starting with a
8341 symbol-constituent character would not be returned.
8342
8343 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8344
8345 * subr.el (atomic-change-group): Add edebug and indentation spec.
8346
8347 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * completion.el (save-completions-file-name): Fix typo in last change.
8350
8351 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8352
8353 * info.el: Move back/forward history to the beginning of the tool bar.
8354
8355 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
8356
8357 * allout.el (eval-when-compile): Remove unnecessary load of cl.
8358 Add fset of allout-real-isearch-abort during compile to fix
8359 byte-compilation warnings.
8360 (allout-mode-p): Move definition of this macro above all uses, or
8361 byte compilation in barren emacs (eg, during emacs build) will
8362 lack the definition.
8363 (allout-mode): Move this variable above any uses, or byte
8364 compilation will fail.
8365 (allout-resolve-xref): Remove use of personal file-reference function.
8366 (allout-toggle-current-subtree-encryption): Do the current (ie,
8367 visible containing) topic, rather than nearest around point. Doc fix.
8368 (allout-toggle-subtree-encryption): New function, workhorse that
8369 works on nearest topic containing point.
8370 (allout-encrypt-string): Signal requirement for newer version of pgg.
8371 (allout-resumptions): Doc fix.
8372
8373 2005-12-02 Eli Zaretskii <eliz@gnu.org>
8374
8375 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
8376
8377 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
8378
8379 * textmodes/flyspell.el (flyspell-external-point-words):
8380 Consider a misspelling as found in the string search if: (a) misspelling
8381 and found string lengths match, or (b) misspelling is found as
8382 element in a boundary-chars separated longer string, or (c)
8383 ispell-program-name is really ispell and misspelling is found as
8384 part of a TeX string. After successful match move beginning of
8385 search region to end of match. Warn about not found misspellings
8386 once the process is done.
8387 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
8388
8389 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
8390
8391 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
8392 tool bar (removed inadvertently).
8393
8394 2005-12-02 Juri Linkov <juri@jurta.org>
8395
8396 * log-view.el (log-view-diff): Clarify doc string.
8397
8398 2005-12-01 Bill Wohler <wohler@newt.com>
8399
8400 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
8401 triggers lm-verify errors.
8402
8403 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
8404
8405 * simple.el (transient-mark-mode, line-number-mode)
8406 (column-number-mode, size-indication-mode): Remove `:require nil'.
8407
8408 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
8409
8410 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
8411 in the margin also.
8412 (gdb-breakpoints-mode-map): Use D instead of d for
8413 gdb-delete-breakpoint.
8414 (gdb-get-frame-number): Require a number to match on.
8415 (gdb-threads-mode-map): Add follow-link binding.
8416
8417 2005-11-30 Jason Rumney <jasonr@gnu.org>
8418
8419 * isearch.el (isearch-mode-map): Avoid exiting search on
8420 language-change event.
8421
8422 2005-11-30 Romain Francoise <romain@orebokech.com>
8423
8424 * speedbar.el (speedbar-default-position): New defcustom.
8425 (speedbar-frame-reposition-smartly): Use it.
8426
8427 * dframe.el (dframe-reposition-frame-emacs): Fix position
8428 computation for `left' location.
8429 Update copyright year.
8430
8431 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * help.el (help-map): Move initialization into declaration.
8434
8435 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
8436
8437 * help-fns.el (help-argument-name): Don't autoload.
8438 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
8439 to be re-loaded when customizing the `help' group.
8440
8441 2005-11-30 John Paul Wallington <jpw@gnu.org>
8442
8443 * help-fns.el (describe-function-1): Fill arglist output.
8444
8445 2005-11-30 Kim F. Storm <storm@cua.dk>
8446
8447 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
8448 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
8449 after revert-buffer (or anything else which kills all local variables).
8450
8451 * apropos.el (apropos-parse-pattern): Doc fix.
8452 Set apropos-regexp directly, rather than expecting callers to do so.
8453 (apropos-command, apropos, apropos-value, apropos-documentation):
8454 Simplify calls to apropos-parse-pattern.
8455
8456 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8457
8458 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8459 (hi-lock-face-phrase-buffer): Use hi-yellow face.
8460 (hi-lock-write-interactive-patterns): Use comment-region.
8461
8462 * longlines.el (longlines-mode): Add mail-setup-hook.
8463
8464 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
8465
8466 * simple.el (sendmail-user-agent-compose, next-line):
8467 Conditionally use hard-newline.
8468
8469 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8470
8471 * international/latexenc.el (latex-inputenc-coding-alist):
8472 Reword doc string.
8473
8474 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8475
8476 * help.el (describe-key-briefly, describe-key): Recognize default
8477 bindings.
8478
8479 2005-11-29 Romain Francoise <romain@orebokech.com>
8480
8481 * view.el (view-inhibit-help-message): New defcustom.
8482 (view-mode-enter): Use it.
8483
8484 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
8485
8486 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
8487 Preserve user position.
8488
8489 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
8490
8491 * font-lock.el: Throw error if facemenu is not loaded to prevent
8492 accidental change of loading order in loadup.el. (Suggested by RMS.)
8493
8494 * loadup.el: Add comment explaining why facemenu must be loaded
8495 before font-lock.
8496
8497 2005-11-28 Jay Belanger <belanger@truman.edu>
8498
8499 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
8500 (calc-dispatch-map): Add more keys for `calc-same-interface'.
8501
8502 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
8503
8504 * calc/calc-embed.el (calc-do-embedded): Update help message.
8505
8506 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
8507
8508 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
8511
8512 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
8513 called-interactively-p.
8514 (elp-profilable-p): Rename from elp-not-profilable-p.
8515 Invert result and take into account macros and autoloaded functions.
8516 (elp-instrument-function): Update call.
8517 (elp-instrument-package): Update call. Add completion.
8518 (elp-pack-number): Use match-string.
8519 (elp-results-jump-to-definition-by-mouse): Merge into
8520 elp-results-jump-to-definition and then remove.
8521 (elp-output-insert-symname): Make help echo text single-line.
8522
8523 * replace.el (query-replace-map): Move initialization into declaration.
8524 (occur-engine): Use with-current-buffer.
8525 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
8526 (occur-mode-mouse-goto): Replace with an alias.
8527
8528 2005-11-28 Juri Linkov <juri@jurta.org>
8529
8530 * simple.el (quoted-insert): Let-bind input-method-function to nil.
8531
8532 * term/w32-win.el: Bind [S-tab] to [backtab].
8533
8534 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
8535 `Info-find-file' to t.
8536
8537 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
8538 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
8539 and same-window-regexps.
8540 (occur-next-error): Don't move point for arg 0.
8541
8542 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
8543
8544 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
8545
8546 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8547
8548 * log-edit.el (log-edit-changelog-use-first): New var.
8549 (log-edit-changelog-ours-p): Use it.
8550 (log-edit-insert-changelog): Set it with new arg `use-first'.
8551 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
8552 (log-edit-hook): Add them to the list of suggested options.
8553
8554 * textmodes/flyspell.el (flyspell-last-buffer): New var.
8555 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
8556 redundant work.
8557 (flyspell-mode-on): Use add-hook for after-change-functions.
8558 (flyspell-mode-off): Use remove-hook for after-change-functions.
8559 (flyspell-changes): Make it buffer-local.
8560 (flyspell-after-change-function): Make it non-interactive. Use push.
8561 (flyspell-post-command-hook): Check input-pending-p while processing
8562 the potentially long list of buffer changes.
8563
8564 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8565
8566 * buff-menu.el (list-buffers-noselect): Display the selected
8567 frame's buffer list, not the global one.
8568
8569 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8570
8571 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
8572 that (list last-input-event) works as in interactive spec.
8573
8574 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8575
8576 * loadup.el ("facemenu"): Load facemenu before font-lock, because
8577 `facemenu-keymap' needs to be defined when font-lock is loaded.
8578 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
8579
8580 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 * completion.el: Remove useless leading * in defcustom docstrings.
8583 (save-completions-file-name): Use ~/.emacs.d if available.
8584 (completion-standard-syntax-table): Rename from
8585 cmpl-standard-syntax-table and fold initialization into declaration,
8586 thus removing cmpl-make-standard-completion-syntax-table.
8587 (completion-lisp-syntax-table, completion-c-syntax-table)
8588 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
8589 (cmpl-saved-syntax, cmpl-saved-point): Remove.
8590 (symbol-under-point, symbol-before-point)
8591 (symbol-under-or-before-point, symbol-before-point-for-complete)
8592 (add-completions-from-c-buffer): Use with-syntax-table.
8593 (make-completion): Don't return a list of completion entries.
8594 Update callers.
8595 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
8596 (completion-initialize): Rename from initialize-completions.
8597 (completion-find-file-hook): Rename from cmpl-find-file-hook.
8598 (kill-emacs-save-completions): Collect stats here.
8599 (save-completions-to-file, load-completions-from-file):
8600 Use with-current-buffer.
8601 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
8602 into a function. Move all calls to toplevel.
8603 (completion-lisp-mode-hook): New fun.
8604 (completion-c-mode-hook, completion-setup-fortran-mode):
8605 Set the syntax-table here. Use local-set-key.
8606 (completion-saved-bindings): New var.
8607 (dynamic-completion-mode): Make it into a proper minor mode.
8608 (load-completions-from-file): Remove unused var `num-uses'.
8609
8610 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
8611 constructor if it is explicitly overridden.
8612
8613 * complete.el (PC-completion-as-file-name-predicate):
8614 Use minibuffer-completing-file-name.
8615 (partial-completion-mode): Use find-file-not-found-functions.
8616 (PC-lisp-complete-symbol): Use with-syntax-table.
8617 (PC-look-for-include-file): Remove dead setq.
8618 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
8619 (PC-complete): Use with-current-buffer.
8620
8621 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
8622 escape single quotes.
8623
8624 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8625
8626 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
8627 of `if' whose condition always returned nil. Doc fix.
8628
8629 * buff-menu.el (Buffer-menu-revert-function): Make the selected
8630 window's buffer the current buffer around the call to
8631 `list-buffers-noselect'. This is necessary to mark that buffer
8632 with a `.' in the Buffer Menu when called from Lisp, for instance
8633 by Auto Revert Mode.
8634
8635 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8636
8637 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
8638 attaching to it.
8639 (gdb-pre-prompt): Make sure gdb-error is reset.
8640
8641 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
8642 with a child process, detect it.
8643 (gud-speedbar-buttons): Match regexp more carefully.
8644
8645 2005-11-27 Richard M. Stallman <rms@gnu.org>
8646
8647 * mouse.el (mouse-drag-move-window-bottom):
8648 Use adjust-window-trailing-edge.
8649
8650 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8651
8652 * simple.el (blink-matching-open): Ignore
8653 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
8654 (blink-matching-paren-on-screen): Update docstring.
8655
8656 * paren.el (show-paren-mode): No longer change
8657 `blink-matching-paren-on-screen'.
8658
8659 2005-11-27 John Paul Wallington <jpw@pobox.com>
8660
8661 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8662 (gdb-threads-select, gdb-edit-register-value):
8663 Use `posn-set-point' instead of `mouse-set-point' because the
8664 latter is not fbound when configured without X.
8665
8666 2005-11-27 Kim F. Storm <storm@cua.dk>
8667
8668 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
8669 existing face when partially highlighting a TAB in a rectangle.
8670
8671 2005-11-26 Kim F. Storm <storm@cua.dk>
8672
8673 * ido.el (ido-mode-map): Doc fix.
8674 (ido-mode-common-map, ido-mode-file-map)
8675 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
8676 (ido-define-mode-map): Rewrite. Select one of the new maps as
8677 parent for ido-mode-map instead of building from scratch.
8678 (ido-init-mode-maps): New defun to initialize new maps.
8679 (ido-mode): Call it.
8680 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
8681 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
8682
8683 2005-11-26 John Paul Wallington <jpw@pobox.com>
8684
8685 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
8686 `mouse-set-point' because the latter is not fbound when configured
8687 without X.
8688
8689 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8690
8691 * files.el (file-relative-name): Doc fix.
8692
8693 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8694
8695 * progmodes/octave-inf.el (inferior-octave-startup): Force a
8696 non-empty string for secondary prompt PS2.
8697
8698 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8699
8700 * progmodes/compile.el (compilation-setup): Fix last change.
8701
8702 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
8703
8704 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8705 (gdb-mouse-toggle-breakpoint-margin)
8706 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
8707 Add gdb-server-prefix to keep out of command history.
8708 (gdb-edit-register-value): New function.
8709 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
8710 (gdb-info-registers-custom): Use above map.
8711
8712 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8713
8714 * custom.el (enable-theme): Signal error if argument is not a
8715 theme. Don't recalculate a face if it's not loaded yet.
8716
8717 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
8718 the `user' theme is in effect.
8719
8720 * info.el (Info-on-current-buffer): Record actual filename in
8721 Info-current-file, instead of t, or a fake filename if a non-file
8722 buffer. Make autoload.
8723 (Info-find-node, Info-revert-find-node): No need to check for
8724 Info-current-file nil.
8725 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
8726 Info-current-file is now never `t'.
8727 (Info-fontify-node): Many simplifications due to Info-current-file
8728 always being valid. Use Info-find-file to find node filename.
8729
8730 2005-11-25 David Kastrup <dak@gnu.org>
8731
8732 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
8733 new character, then delete" in order to preserve markers.
8734
8735 2005-11-25 David Ponce <david@dponce.com>
8736
8737 * recentf.el (recentf-arrange-by-rule): Handle a special
8738 `auto-mode-alist'-like "strip suffix" rule.
8739 (recentf-build-mode-rules): Handle second level auto-mode entries.
8740
8741 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
8742
8743 * viper-keym.el (viper-ESC-key): Use different values in terminal and
8744 window modes.
8745
8746 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
8747 jde-javadoc-checker-report-mode.
8748
8749 * ediff-wind (ediff-make-wide-display): Slight simplification.
8750
8751 * ediff.el (ediff-date): Change the date of last update.
8752
8753 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
8754
8755 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
8756 Use define-minor-mode, and make it a local mode. Turn on font-lock.
8757 (hi-lock-mode): New global minor mode.
8758 (turn-on-hi-lock-if-enabled): New function.
8759 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
8760 Change arguments to regexp and face instead of a font-lock pattern.
8761 Directly set face property, instead of refontifying.
8762 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
8763 (hi-lock-find-patterns): Use line-number-at-pos.
8764
8765 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
8766 arguments for hi-lock-set-pattern.
8767 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
8768 Call font-lock-fontify-buffer.
8769 (hi-lock-find-file-hook, hi-lock-current-line)
8770 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
8771
8772 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
8773 turned off.
8774
8775 * progmodes/compile.el (compilation-setup): Don't fiddle with
8776 font-lock-defaults.
8777
8778 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
8779
8780 * progmodes/gdb-ui.el (gdb-var-create-handler)
8781 (gdb-var-list-children-handler): Find values for all variable
8782 objects. gud-speedbar-buttons decides whether to display them.
8783
8784 2005-11-24 Romain Francoise <romain@orebokech.com>
8785
8786 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
8787 buffer name with a space.
8788
8789 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
8790
8791 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
8792 `org-export-local-list-max-depth'. Change default value to 3.
8793 (org-auto-renumber-ordered-lists)
8794 (org-plain-list-ordered-item-terminator): New options.
8795 (org-at-item-p, org-beginning-of-item, org-end-of-item)
8796 (org-get-indentation, org-get-string-indentation)
8797 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
8798 New functions.
8799 (org-move-item-down, org-move-item-up): New commands.
8800 (org-export-as-html): New classes for CSS support. Bug fix in
8801 regular expression detecting fixed-width regions. Respect
8802 `org-local-list-ordered-item-terminator'.
8803 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
8804 also a list item.
8805 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
8806 New item moving functions.
8807
8808 2005-11-24 Juri Linkov <juri@jurta.org>
8809
8810 * isearch.el (isearch-repeat): With empty search ring set
8811 `isearch-error' to the error string instead of signaling error
8812 with the function `error'.
8813
8814 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8815
8816 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
8817
8818 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
8819
8820 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
8821 and variable.
8822 (gdb-var-create-handler, gdb-var-list-children-handler):
8823 Don't match on "char **...".
8824 (gdb-var-update-handler): Find values for all variable objects.
8825 (gdb-info-frames-custom): Identify frames by leading "#".
8826
8827 * progmodes/gud.el (gud-speedbar-menu-items): Add
8828 gdb-speedbar-auto-raise as radio button.
8829 (gud-speedbar-buttons): Raise speedbar if requested.
8830 Don't match on "char **...".
8831 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
8832 Make it editable.
8833
8834 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
8835
8836 * info.el (Info-fontify-node): Handle the case where
8837 Info-current-file is t.
8838
8839 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * simple.el (blink-matching-open): Fix off-by-one in last change.
8842
8843 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8844
8845 * term/mac-win.el: Don't change default directory.
8846
8847 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
8848
8849 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
8850 buffers correctly. (It used to throw an error in such buffers.)
8851 Make it ask for confirmation in group buffers and other Custom
8852 buffers containing more than one customization item.
8853
8854 2005-11-22 John Paul Wallington <jpw@gnu.org>
8855
8856 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
8857 property on mail and url overlays.
8858 (goto-address-at-point): Use `posn-set-point' instead of
8859 `mouse-set-point' because the latter is not fbound when configured
8860 without X.
8861
8862 2005-11-22 Lars Hansen <larsh@soem.dk>
8863
8864 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
8865 (ls-lisp-classify, ls-lisp-format): Delete call to
8866 ls-lisp-parse-symlink.
8867 (ls-lisp-handle-switches): Handle symlinks to directories as
8868 directories when ls-lisp-dirs-first in non-nil.
8869
8870 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
8871
8872 * startup.el (command-line): Make sure that loaddefs.el is handled
8873 correctly in load-history.
8874
8875 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
8876
8877 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
8878 (gdb-struct-string, gdb-array-string): New constants.
8879 (gdb-info-locals-handler): Use them.
8880 (gdb-reset): Reset gdb-var-list to nil.
8881
8882 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8883
8884 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
8885 in patterns.
8886
8887 2005-11-21 Juri Linkov <juri@jurta.org>
8888
8889 * custom.el (defcustom): Update link types in docstring.
8890
8891 2005-11-20 Martin Rudalics <rudalics@gmx.at>
8892
8893 * custom.el (defgroup): Add doc-string-elt info.
8894
8895 * widget.el (define-widget): Don't use declare for the doc-string-elt.
8896
8897 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8898
8899 * newcomment.el (comment-enter-backward): Fix last fix.
8900
8901 * simple.el (blink-matching-open):
8902 * paren.el (show-paren-function): Allow new paren-class info.
8903
8904 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
8905
8906 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
8907 handled automagically.
8908
8909 2005-11-20 Andreas Schwab <schwab@suse.de>
8910
8911 * descr-text.el (describe-char): When copying overlays put them
8912 over the full char description instead of just the first character
8913 of it.
8914
8915 2005-11-20 Juri Linkov <juri@jurta.org>
8916
8917 * simple.el (what-cursor-position):
8918 * descr-text.el (describe-char): Use Lisp-readable syntax
8919 for octal and hex. Reorder decimal, octal and hex values.
8920 Remove excess whitespace in the output. Use `=' in `column='
8921 like in `point=' and `Hscroll='.
8922
8923 * international/mule-cmds.el (encoded-string-description):
8924 Use Lisp-readable syntax for hex.
8925
8926 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * newcomment.el (comment-enter-backward): Handle the case where the
8929 comment is closed by EOB.
8930
8931 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
8932
8933 * longlines.el (longlines-before-revert-hook)
8934 (longlines-after-revert-hook): New functions.
8935 (longlines-mode): Turn off longlines temporarily when reverting.
8936 Add a message-setup-hook.
8937 (longlines-decode-buffer): New function.
8938 (longlines-wrap-line): Preserve marker positions.
8939
8940 2005-11-19 Andreas Schwab <schwab@suse.de>
8941
8942 * emacs-lisp/shadow.el: Handle compressed files.
8943
8944 2005-11-19 Romain Francoise <romain@orebokech.com>
8945
8946 * net/browse-url.el (browse-url-default-browser): Signal an error
8947 if no usable browser can be found, rather than try to load w3.
8948
8949 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
8950
8951 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
8952 replacing existing properties.
8953 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8954 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
8955 tty specs.
8956 (rcirc-server-prefix, rcirc-server): New faces.
8957 (rcirc-url-regexp): Generate with rx macro.
8958 (rcirc-last-server-message-time): New variable.
8959 (rcirc-filter): Record time of last message.
8960 (rcirc-keepalive): Kill processes that did not send a message
8961 since the last ping.
8962 (rcirc-mode): Give rcirc-topic a local binding here.
8963
8964 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
8965
8966 * subr.el (read-passwd): Fontify the prompt as we do with other
8967 prompts.
8968
8969 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
8970
8971 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
8972 binding buffer-read-only to nil.
8973
8974 2005-11-19 Eli Zaretskii <eliz@gnu.org>
8975
8976 * complete.el (partial-completion-mode):
8977 Mention completion-auto-help in the doc string.
8978
8979 * man.el (Man-highlight-references): Doc fix. Reformat code in a
8980 more Lisp-ish way.
8981
8982 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8983
8984 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
8985 digits, not 8, to avoid misalignment for files larger than 100MB.
8986
8987 2005-11-19 Eli Zaretskii <eliz@gnu.org>
8988
8989 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
8990 Mention "keyboard shortcuts" in the help text.
8991
8992 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8993
8994 * startup.el (fancy-splash-default-action): Discard only
8995 mouse-down and succeeding mouse-up events in the splash screen
8996 window so that drag-n-drop event can be processed.
8997
8998 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
8999
9000 * longlines.el (longlines-mode): Add hacks for mail-mode and
9001 message-mode.
9002
9003 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9004
9005 * textmodes/org.el (org-table-sort-lines): New command.
9006 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9007 (org-add-file): Command removed, use `org-agenda-file-to-front'
9008 instead.
9009 (org-export-icalendar): Use `org-icalendar-combined-name'.
9010 (org-cycle-agenda-files, org-agenda-file-to-end)
9011 (org-agenda-file-to-front): New commands.
9012 (org-table-tab-jumps-over-hlines, org-export-html-style):
9013 New options.
9014 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9015 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9016 New functions.
9017 (org-fill-paragraph): Call `org-table-align' in tables.
9018 (org-mode): Call `org-set-autofill-regexps'.
9019 (org-export-as-html): Support for local handformatted lists.
9020 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9021 (org-export-local-list-max-depth): New option.
9022 (org-html-expand): Use `org-html-protect'.
9023
9024 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9025
9026 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9027 to "p".
9028 (gdb): Move definition of gud-pp to...
9029
9030 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9031 speedbar.
9032 (gdb-find-watch-expression): New function.
9033
9034 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9035
9036 * faces.el (face-attribute, set-face-attribute): Mention existence
9037 of `:ignore-defface' setting in docstring.
9038
9039 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * simple.el (completion-setup-function): Fix last change.
9042
9043 2005-11-17 John Paul Wallington <jpw@pobox.com>
9044
9045 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9046 Use `posn-set-point' instead of `mouse-set-point' because the
9047 latter is not fbound when configured without X.
9048
9049 * comint.el (comint-insert-input): Likewise.
9050
9051 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9052
9053 * simple.el (hard-newline): New variable.
9054 (sendmail-user-agent-compose, next-line): Use it.
9055
9056 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9057 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9058 (mail-mail-reply-to, mail-mail-followup-to)
9059 (mail-position-on-field, mail-signature, mail-yank-original)
9060 (mail-attach-file): Likewise.
9061
9062 * mail/mailheader.el (mail-header-format)
9063 (mail-header-format-function): Likewise.
9064
9065 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9066
9067 2005-11-17 Juri Linkov <juri@jurta.org>
9068
9069 * font-lock.el (font-lock-faces): Rename this defgroup from
9070 `font-lock-highlighting-faces'.
9071 (font-lock-comment-face, font-lock-comment-delimiter-face)
9072 (font-lock-string-face, font-lock-doc-face)
9073 (font-lock-keyword-face, font-lock-builtin-face)
9074 (font-lock-function-name-face, font-lock-variable-name-face)
9075 (font-lock-type-face, font-lock-constant-face)
9076 (font-lock-warning-face, font-lock-negation-char-face)
9077 (font-lock-preprocessor-face)
9078 (font-lock-regexp-grouping-backslash)
9079 (font-lock-regexp-grouping-construct): Rename :group from
9080 `font-lock-highlighting-faces' to `font-lock-faces'.
9081
9082 * cus-edit.el (lisp, c, tex):
9083 * progmodes/ada-mode.el (ada):
9084 * progmodes/asm-mode.el (asm):
9085 * progmodes/cperl-mode.el (cperl-faces):
9086 * progmodes/cpp.el (cpp):
9087 * progmodes/dcl-mode.el (dcl):
9088 * progmodes/f90.el (f90):
9089 * progmodes/fortran.el (fortran):
9090 * progmodes/icon.el (icon):
9091 * progmodes/idlwave.el (idlwave-misc):
9092 * progmodes/m4-mode.el (m4):
9093 * progmodes/make-mode.el (makefile):
9094 * progmodes/meta-mode.el (meta-font):
9095 * progmodes/modula2.el (modula2):
9096 * progmodes/octave-mod.el (octave):
9097 * progmodes/pascal.el (pascal):
9098 * progmodes/perl-mode.el (perl):
9099 * progmodes/prolog.el (prolog):
9100 * progmodes/ps-mode.el (PostScript-edit):
9101 * progmodes/scheme.el (scheme):
9102 * progmodes/sh-script.el (sh-script):
9103 * progmodes/simula.el (simula):
9104 * progmodes/tcl.el (tcl):
9105 * textmodes/nroff-mode.el (nroff):
9106 * textmodes/reftex-vars.el (reftex-fontification-configurations):
9107 * textmodes/sgml-mode.el (sgml):
9108 * textmodes/texinfo.el (texinfo):
9109 Add :link (custom-group-link font-lock-faces) to defgroup.
9110
9111 * hi-lock.el (hi-lock): Rename this defgroup from
9112 `hi-lock-interactive-text-highlighting'. Change parent group from
9113 `faces' to `font-lock'. Add link to the manual.
9114 (hi-lock-mode, hi-lock-file-patterns-range)
9115 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9116 `hi-lock-interactive-text-highlighting' to `hi-lock'.
9117 (hi-lock-faces): Add :group `faces'.
9118
9119 * cus-edit.el (custom-variable-prompt): Clarify the code.
9120
9121 * faces.el (face-read-string): Set the default value arg of
9122 completing-read.
9123
9124 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
9125
9126 * rfn-eshadow.el (file-name-shadow-properties)
9127 (file-name-shadow-tty-properties, file-name-shadow-mode):
9128 Remove autoloads, because the file is now preloaded.
9129
9130 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * printing.el (easy-menu-intern): Don't define.
9133 (pr-get-symbol): Use easy-menu-intern only if defined.
9134
9135 * simple.el (blink-matching-open): Simplify a bit.
9136 (completion-setup-function): Fix the case of partial-completion-mode
9137 when the minibuffer's contents start with "-".
9138 Obey completion-base-size-function even when
9139 minibuffer-completing-file-name is non-nil.
9140
9141 2005-11-16 Richard M. Stallman <rms@gnu.org>
9142
9143 * net/eudcb-ph.el (eudc-ph-open-session):
9144 Use set-process-query-on-exit-flag.
9145
9146 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9147
9148 * international/ucs-tables.el (ucs-set-table-for-input):
9149 Use make-local-variable, not make-variable-buffer-local.
9150
9151 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9152 Improve warning message text.
9153
9154 * savehist.el (savehist-save-hook): Add :group.
9155
9156 * menu-bar.el (menu-bar-help-menu):
9157 Rename Find Extra Packages to External Packages.
9158
9159 * cus-edit.el (Custom-reset-standard): Verify that
9160 :custom-standard-value prop exists before calling it.
9161
9162 * apropos.el (apropos-calc-scores): Use apropos-pattern.
9163
9164 2005-11-16 Martin Rudalics <rudalics@gmx.at>
9165
9166 * wid-edit.el (color): Enclose %t in %{...%}.
9167
9168 * cus-edit.el (face): Enclose %t in %{...%}.
9169
9170 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
9171
9172 * savehist.el (savehist-mode-hook): Re-add the var.
9173 (savehist-mode): Use it.
9174
9175 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * textmodes/flyspell.el: Fix commenting convention.
9178 Remove unnecessary leading * in custom docstrings.
9179 (flyspell-emacs): Remove unused var.
9180 (flyspell-delete-region-overlays): Use remove-overlays.
9181 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9182 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9183 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9184 (flyspell-debug-signal-word-checked): Use with-current-buffer.
9185 (make-flyspell-overlay): Don't locally reuse a global name.
9186 (flyspell-highlight-incorrect-region)
9187 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9188 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9189 (flyspell-notify-misspell): Remove unused args `start' and `end'.
9190 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
9191 Wrap calls to accept-process-output inside with-local-quit since it's
9192 often called from a post-command-hook.
9193 (flyspell-correct-word, flyspell-auto-correct-word):
9194 Use ispell-send-string.
9195 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
9196
9197 * calendar/diary-lib.el (diary-list-entries): Also hide the
9198 terminating newline.
9199
9200 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
9201
9202 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9203 window-system, to allow fonts on tty.
9204
9205 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
9206
9207 * progmodes/gud.el (gud-speedbar-item-info): New function.
9208 (gud-install-speedbar-variables): Use it to display data type
9209 of watch expression as a tooltip in speedbar.
9210
9211 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
9212
9213 * font-core.el (global-font-lock-mode): Add :version keyword,
9214 because default was changed.
9215
9216 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9217
9218 * startup.el (command-line): Use `custom-reevaluate-setting' for
9219 `file-name-shadow-mode'.
9220
9221 * loadup.el: Preload rfn-eshadow.
9222
9223 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9224 Add :version keyword.
9225 (file-name-shadow-properties, file-name-shadow-tty-properties)
9226 (file-name-shadow): Add :version keyword.
9227
9228 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9229 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9230 in the custom-group property of the symbol frames and the fringe
9231 group got no link to its parent group frames.
9232 Doc fix.
9233
9234 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9235
9236 * progmodes/gud.el (gud-stop-subjob): New function.
9237 (gud-menu-map, gud-tool-bar-map): Use it.
9238
9239 2005-11-16 Kim F. Storm <storm@cua.dk>
9240
9241 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9242 than kill it.
9243 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
9244 to a more useful/logical place.
9245
9246 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9247
9248 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9249 go buttons complementary.
9250
9251 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9254 (rfn-eshadow-sifn-equal): New function.
9255 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9256
9257 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
9258
9259 * viper-utils.el (viper-non-word-characters-reformed-vi):
9260 Quote `-' in string.
9261
9262 * viper.el (viper-emacs-state-mode-list): Ensure that
9263 rcirc-mode buffers come up in Emacs state.
9264
9265 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9266 operation.
9267
9268 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9269
9270 * term.el (term-termcap-format): Fix typos.
9271 (term-down): Fix the negative argument case.
9272
9273 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9274
9275 * progmodes/gdb-ui.el: Remove face-alias left over from change on
9276 2005-08-15.
9277 (gdb-ann3): New command gud-go.
9278 (menu): Accomodate gdb-mi.el.
9279 (gdb-assembler-custom): Make buffer of selected window current
9280 so that set-window-point works.
9281
9282 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9283 buttons and include new ones.
9284
9285 2005-11-16 Kim F. Storm <storm@cua.dk>
9286
9287 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9288 (gud-menu-map): Use it.
9289
9290 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
9291
9292 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9293 that works correctly for Custom and that does not override a user
9294 who disables it.
9295
9296 * help-mode.el (help-make-xrefs, help-xref-on-pp)
9297 (help-xref-interned, help-follow): Make hyperlinks for variables
9298 that are unbound, but have a non-nil variable-documentation property.
9299
9300 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9301 mode hook. (It conflicted with defcustoms for some mode hooks.)
9302 Use the `variable-documentation' property to give the mode hook a
9303 docstring and expand that docstring.
9304
9305 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
9306
9307 * savehist.el (savehist-mode): Don't bother with
9308 `custom-set-minor-mode'.
9309 (savehist-coding-system): Check XEmacs version.
9310 (history-length): Declare also at run time.
9311 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
9312 Don't set the customize state.
9313 (savehist-minibuffer-hook): Special case for when
9314 minibuffer-history-variable is equal to t.
9315
9316 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 * files.el (write-file): Refresh VC status.
9319
9320 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9321 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9322 than fundamental-mode to see if the mode was set.
9323
9324 2005-11-14 Romain Francoise <romain@orebokech.com>
9325
9326 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9327 dummy function in `eval-when-compile' to avoid compiler warning.
9328 Require `man' at compile time.
9329
9330 2005-11-14 Jay Belanger <belanger@truman.edu>
9331
9332 * calc-alg.el (calcFunc-write-out-power): Rename it to
9333 calcFunc-powerexpand.
9334 (math-write-out-power): Rename it to math-powerexpand; have it
9335 handle negative exponents.
9336 (calc-writeoutpower): Rename it to calc-powerexpand.
9337
9338 * calc-ext.el: Change calcFunc-writeoutpower and
9339 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9340 autoloads.
9341 Add calcFunc-ldiv to autoloads.
9342
9343 * calc-arith.el (calcFunc-ldiv): New function.
9344
9345 * calc.el (calc-left-divide): New function.
9346
9347 2005-11-14 Juri Linkov <juri@jurta.org>
9348
9349 * cus-edit.el (custom-variable-prompt): Set the default value arg
9350 of completing-read.
9351
9352 * cus-dep.el (custom-make-dependencies): Reverse the list of
9353 found dependencies.
9354
9355 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9356
9357 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9358 Highlighting" entry, it is on by default now.
9359 (menu-bar-options-save): Do not save global-font-lock-mode.
9360
9361 2005-11-13 Richard M. Stallman <rms@gnu.org>
9362
9363 * textmodes/flyspell.el (flyspell-large-region):
9364 Call flyspell-accept-buffer-local-defs.
9365
9366 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
9367
9368 * textmodes/flyspell.el (flyspell-notify-misspell):
9369 Fix misspelling of "Misspelling".
9370 (flyspell-process-localwords): New function.
9371 (flyspell-large-region): Call flyspell-process-localwords and
9372 flyspell-delete-region-overlays.
9373 (flyspell-delete-region-overlays): New function.
9374 (flyspell-delete-all-overlays): Call that.
9375
9376 2005-11-13 Richard M. Stallman <rms@gnu.org>
9377
9378 * help.el (help-for-help-internal): Improve doc of C-h a.
9379 (describe-key): Improve prompt; doc fix.
9380
9381 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9382
9383 * vc-svn.el (vc-svn-registered): Catch all errors.
9384
9385 * cus-dep.el (custom-make-dependencies): Typo.
9386
9387 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
9388
9389 * net/tramp-util.el (top): Fix compilation warning.
9390
9391 2005-11-13 Kim F. Storm <storm@cua.dk>
9392
9393 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
9394
9395 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9396
9397 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9398 (gud-speedbar-buttons): Match on "const char *" too.
9399
9400 * progmodes/gdb-ui.el (gdb-var-create-handler)
9401 (gdb-var-list-children-handler): Match on "const char *" too.
9402 (gdb-var-evaluate-expression-handler): Match on empty string.
9403 (gdb-var-update-handler): Only call
9404 gdb-var-evaluate-expression-handler when required.
9405
9406 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9407
9408 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
9409 selected window. This still doesn't work for speedbar.
9410 (gud-speedbar-buttons): Handle string expressions properly.
9411
9412 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9413 (gdb-var-create-handler): Handle string expressions properly.
9414 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
9415 Handle string expressions properly. Move "type" field into regexp.
9416
9417 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9418
9419 * bookmark.el (bookmark-maybe-message): New function to reduce
9420 code duplication: invokes `message' iff baud-rate is high enough.
9421 (bookmark-write-file): Use above instead of an inline conditional.
9422 (bookmark-load): Same.
9423
9424 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9425
9426 * bookmark.el (bookmark-write-file): Don't visit the destination
9427 file, just write the data to it using write-region. This is
9428 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
9429 change to avoid visiting the file in the first place.
9430
9431 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
9432
9433 * hi-lock.el (hi-lock-mode): Set the default value of
9434 font-lock-defaults.
9435
9436 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
9437
9438 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
9439 arg to `file-attributes'.
9440 (find-lisp-format): The UID and GID can now be strings.
9441
9442 2005-11-12 Kim F. Storm <storm@cua.dk>
9443
9444 * help.el (help-map): Bind C-h d to apropos-documentation.
9445
9446 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
9447 when point is at end-of-buffer.
9448
9449 * apropos.el (apropos-match-face): Doc fix.
9450 (apropos-sort-by-scores): Add new choice `verbose'.
9451 (apropos-documentation-sort-by-scores): New defcustom.
9452 (apropos-pattern): Now contains the pattern entered by the user.
9453 (apropos-pattern-quoted): New defvar.
9454 (apropos-regexp): New defvar, containing the regexp corresponding
9455 to apropos-pattern.
9456 (apropos-all-words-regexp): Rename from apropos-all-regexp.
9457 (apropos-read-pattern): New defun. Use it to read pattern arg in
9458 interactive calls; returns list of words for a word list, and
9459 string for a regexp.
9460 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
9461 parses a list of words or regexp as returned by apropos-read-pattern.
9462 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
9463 (apropos-score-doc): Return a very high score if the string
9464 entered by the user matches literally.
9465 (apropos-variable): Doc fix. Use apropos-read-pattern.
9466 (apropos-command): Doc fix. Use apropos-read-pattern and
9467 apropos-parse-pattern. Call apropos-print with nosubst=t.
9468 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
9469 apropos-parse-pattern.
9470 (apropos-documentation): Doc fix. Use apropos-read-pattern and
9471 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
9472 apropos-documentation-sort-by-scores. Call apropos-print with
9473 nosubst=t.
9474 (apropos-documentation-internal): Pass doc string through
9475 substitute-key-definition before adding text properties.
9476 Highlight substring matching literal user input if possible.
9477 (apropos-documentation-check-doc-file): Remove locals beg and end.
9478 Fix calculation of score (as added twice). Pass doc string through
9479 substitute-key-definition before adding text properties.
9480 (apropos-documentation-check-elc-file): Pass doc string through
9481 substitute-key-definition before adding text properties.
9482 Highlight substring matching literal user input if possible.
9483 (apropos-print): Add new arg NOSUBST; if set, command and variable
9484 doc strings have already been passed through substitute-key-definition.
9485 Add code to handle apropos-accumulator items without score element
9486 for backwards compatibility (e.g. with woman package).
9487 Only show scores if apropos-sort-by-scores is `verbose'.
9488
9489 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9490
9491 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
9492 Add jka-compr-load-suffixes to load-suffixes.
9493
9494 * jka-compr.el: Require jka-cmpr-hook.
9495 (jka-compr-info-compress-message, jka-compr-info-compress-program)
9496 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
9497 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
9498 (jka-compr-info-can-append, jka-compr-info-strip-extension)
9499 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
9500 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
9501 (jka-compr-uninstall): Remove entries from
9502 jka-compr-added-to-file-coding-system-alist after they are used.
9503 (jka-compr-error): Remove unused var `curbuf'.
9504 (jka-compr-file-local-copy): Remove unused var `notfound'.
9505
9506 2005-11-10 Romain Francoise <romain@orebokech.com>
9507
9508 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
9509
9510 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
9511
9512 * progmodes/gud.el (gud-menu-map): Move parentheses.
9513 (gdb): New command gud-pv.
9514
9515 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9516
9517 * tar-mode.el: Remove spurious or unnecessary leading stars
9518 in docstrings.
9519 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
9520 (tar-parse-octal-integer-safe): Use mapc.
9521 (tar-header-block-summarize): Remove unused var `ck'.
9522 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
9523 cleared before. Obey default-enable-multibyte-characters.
9524 Use mapconcat. Simplify setting of tar-header-offset.
9525 (tar-mode-map): Move initialization inside delcaration.
9526 (tar-flag-deleted): Use `abs'.
9527 (tar-expunge-internal): Remove unused var `line'.
9528 (tar-expunge-internal): Don't hardcode point-min==1.
9529 (tar-expunge): Widen while doing set-buffer-multibyte.
9530 (tar-rename-entry): Use file-name-coding-system.
9531 (tar-alter-one-field): Don't hardcode point-min==1.
9532 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
9533 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
9534
9535 2005-11-10 Masatake YAMATO <jet@gyve.org>
9536
9537 * add-log.el (add-log-current-defun): Handle class::method
9538 notation of c++. Fix incorrect comment.
9539
9540 2005-11-10 Alan Mackenzie <acm@muc.de>
9541
9542 * help-fns.el (describe-variable): Make C-h v work when a variable
9543 has variable documentation yet is unbound.
9544
9545 2005-11-10 Masatake YAMATO <jet@gyve.org>
9546
9547 * man.el (Man-highlight-references): Set an empty
9548 string to `Man-arguments' if it is nil.
9549 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
9550
9551 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
9554 commenting conventions.
9555
9556 * cus-dep.el (custom-make-dependencies): Simplify.
9557 Better follow the commenting conventions.
9558
9559 2005-11-09 Richard M. Stallman <rms@gnu.org>
9560
9561 * apropos.el (apropos-pattern): Rename from apropos-regexp.
9562 (apropos-orig-pattern): Rename from apropos-orig-regexp.
9563 All uses changed.
9564 (apropos-rewrite-regexp): Doc fix.
9565 (apropos-variable, apropos-command, apropos, apropos-value):
9566 Change prompt; carry through the argument renaming.
9567
9568 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
9569
9570 * find-lisp.el: Require dired.
9571 (find-lisp-find-dired-internal): Do not call
9572 `abbreviate-file-name' on DIR.
9573
9574 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
9575
9576 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
9577
9578 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
9579
9580 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
9581 when using the speedbar.
9582 (gdb): New command gud-pp.
9583 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
9584
9585 2005-11-09 Juri Linkov <juri@jurta.org>
9586
9587 * replace.el (occur-excluded-properties): New defcustom.
9588 (occur-1, occur-engine, occur-accumulate-lines): Use it.
9589
9590 2005-11-08 Jay Belanger <belanger@truman.edu>
9591
9592 * calc/calc-units.el (math-convert-units): Replace any composite
9593 unit by its definition.
9594
9595 2005-11-08 Lars Hansen <larsh@soem.dk>
9596
9597 * emacs-lisp/autoload.el (update-directory-autoloads):
9598 Add obsolete function alias.
9599
9600 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9603 comment-indent-function.
9604 (lisp-comment-indent): Replace by an alias for comment-indent-default.
9605
9606 * reveal.el (reveal-post-command): Rework the handling of
9607 reveal-open-spots, so as to be more reliable. There were several
9608 tricky corner cases where an open spot might be lost, or where
9609 a closed spot might end up on the list of open spots.
9610 Only reveal text that's ellipsised.
9611
9612 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
9613
9614 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
9615
9616 2005-11-07 John Paul Wallington <jpw@gnu.org>
9617
9618 * ibuffer.el (ibuffer): Search iconified frames too when
9619 getting Ibuffer buffer's window.
9620
9621 2005-11-06 Richard M. Stallman <rms@gnu.org>
9622
9623 * progmodes/compile.el (compilation-internal-error-properties):
9624 save-excursion around the computation of MARKER.
9625
9626 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
9627
9628 * textmodes/flyspell.el (flyspell-external-point-words):
9629 flyspell-get-word returns a list, not just a string.
9630
9631 2005-11-06 John Paul Wallington <jpw@pobox.com>
9632
9633 * ibuffer.el (ibuffer): Search all visible frames when getting
9634 Ibuffer buffer's window.
9635
9636 2005-11-07 Masatake YAMATO <jet@gyve.org>
9637
9638 * man.el (Man-reference-regexp): Accept spaces between
9639 `Man-name-regexp' and `Man-section-regexp'.
9640 (Man-apropos-regexp): New variable.
9641 (Man-abstract-xref-man-page): Use value for `Man-target-string'
9642 if available.
9643 (Man-highlight-references, Man-highlight-references0):
9644 Handle the case when `Man-arguments' includes "-k".
9645 (Man-highlight-references0): Rename the argument `TARGET-POS' to
9646 `TARGET'. `TARGET' can be a number, function or nil.
9647
9648 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
9649
9650 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
9651 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
9652 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
9653 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
9654 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
9655 (gdb-send-item): Use buffer-local-value and simplify.
9656
9657 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
9658
9659 * startup.el (command-line): Use `custom-reevaluate-setting' for
9660 `global-font-lock-mode'.
9661
9662 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
9663 by default, except in batch mode or when the -D option is given.
9664
9665 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
9666 specified keyword args on to `define-minor-mode'. Update docstring.
9667
9668 2005-11-05 Romain Francoise <romain@orebokech.com>
9669
9670 * replace.el (occur-engine): Add marker at end of line, too.
9671
9672 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9673
9674 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9675 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9676 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9677 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9678 argument to all these routines, so the passphrase can be managed
9679 externally and passed in to the system.
9680 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9681 pgg-add-passphrase-to-cache function.
9682
9683 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9684 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9685 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9686 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9687 argument to all these routines, so the passphrase can be managed
9688 externally and passed in to the system.
9689 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9690 function.
9691
9692 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9693
9694 * font-lock.el: Don't deal with font-lock-face-attributes here,
9695 move the code ...
9696
9697 * startup.el (command-line): ... here. Use face-spec-set instead
9698 of custom-declare-face.
9699
9700 * faces.el (face-spec-set): Reset the face if spec is not nil.
9701
9702 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * newcomment.el (comment-region-internal): Box more tightly in the
9705 common case where there's no TAB in the boxed text.
9706
9707 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9708
9709 * info.el (info-tool-bar-map): Use images prev-node, next-node and
9710 up-node.
9711
9712 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9713
9714 * newsticker.el: Commentary updated. Code formatting changed.
9715 (newsticker-version): Change to "1.9".
9716 (newsticker, newsticker-feed): Doc fix.
9717 (newsticker-url-list): Doc fix. Add option "Weekly".
9718 (newsticker-retrieval-interval): Add option "Weekly".
9719 (newsticker-headline-processing): Doc fix.
9720 (newsticker-auto-mark-filter): Remove.
9721 (newsticker-auto-mark-filter-list): New.
9722 (newsticker-layout, newsticker-sort-method): Doc fix.
9723 (newsticker-hide-old-items-in-newsticker-buffer)
9724 (newsticker-heading-format, newsticker-item-format)
9725 (newsticker-desc-format): Doc fix.
9726 (newsticker-show-all-rss-elements): Remove.
9727 (newsticker-show-all-news-elements): New.
9728 (newsticker-faces, newsticker-ticker): Doc fix.
9729 (remove-from-invisibility-spec): Code formatting.
9730 (newsticker--process-ids): New.
9731 (newsticker-mode): Doc fix.
9732 (newsticker-mode): Change mode-line-format.
9733 (newsticker-start): Remove debug output.
9734 (newsticker-start-ticker): Doc fix. Add autoload cookie.
9735 (newsticker-w3m-show-inline-images): Code formatting.
9736 (newsticker-next-item): Call `force-mode-line-update'.
9737 (newsticker-previous-item): Call `force-mode-line-update'.
9738 (newsticker-next-feed): Call `force-mode-line-update'.
9739 (newsticker-previous-feed): Call `force-mode-line-update'.
9740 (newsticker-mark-all-items-at-point-as-read): Code formatting.
9741 (newsticker-show-old-items): Do not show descs.
9742 (newsticker-hide-entry): Hide too much.
9743 (newsticker-hide-entry, newsticker-show-entry)
9744 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
9745 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
9746 (newsticker-toggle-auto-narrow-to-item): Code formatting.
9747 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
9748 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
9749 (newsticker-get-news): Call `force-mode-line-update'.
9750 Collect process ids.
9751 (newsticker--sentinel): Change coding system handling.
9752 Move image retrieval to new functions newsticker--get-logo-url-*.
9753 Move feed parsing to new functions newsticker--parse-*.
9754 Update list of process ids.
9755 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
9756 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
9757 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
9758 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
9759 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9760 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
9761 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
9762 (newsticker--decode-coding-string): Remove.
9763 (newsticker--decode-numeric-entities): Check input. Format code.
9764 (newsticker--remove-whitespace): Check input.
9765 (newsticker--do-forget-preformatted): Doc fix.
9766 (newsticker--decode-rfc822-date): Allow for missing time.
9767 (newsticker--update-process-ids): New.
9768 (newsticker--image-sentinel): Change comment.
9769 (newsticker--image-read): Change error message.
9770 (newsticker--imenu-goto): Doc fix. Show headline title.
9771 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
9772 (newsticker--buffer-do-insert-text): Clean whitespace in
9773 html-rendered headline title. Code formatting.
9774 Call `newsticker--buffer-print-extra-elements'.
9775 (newsticker--buffer-print-extra-element): Remove.
9776 (newsticker--buffer-print-extra-elements): New.
9777 (newsticker--buffer-do-print-extra-element): New.
9778 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
9779 large sizes.
9780 (newsticker--run-auto-mark-filter)
9781 (newsticker--do-run-auto-mark-filter):
9782 Use `newsticker-auto-mark-filter-list'.
9783
9784 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
9785
9786 * net/rcirc.el: Use split-string OMIT-NULLS argument.
9787 (rcirc-print): Force redisplay before running hooks. Do long
9788 buffer truncation after making new text read-only. Deal with nil
9789 text when decoding strings. If TARGET is nil, use either the
9790 currently selected buffer, if it is an rcirc buffer and of the
9791 same process or the process buffer.
9792 (rcirc-mode): Remove header-line. Recompute short buffer names.
9793 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
9794 (rcirc-short-buffer-name): Add variable.
9795 (rcirc-kill-buffer-hook): Recompute short buffer names.
9796 Remove nick from private channel.
9797 (rcirc-send-input): Send command text to current-buffer.
9798 Don't clear overlay arrow here.
9799 (rcirc-short-buffer-name): Return a short buffer name.
9800 (rcirc-update-short-buffer-names, rcirc-abbreviate)
9801 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
9802 buffer-name abbreviations.
9803 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
9804 Do not touch nick-table when killing a parted channel.
9805 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
9806 Clear arrow from current buffer if it is now hidden.
9807 (rcirc-current-buffer): Add variable.
9808 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9809 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
9810 Remove -face from names.
9811 (rcirc-update-activity-string): Print "DND" when globally ignoring
9812 activity.
9813 (rcirc-ignore-buffer-activity-flag): Rename from
9814 rcirc-ignore-channel-activity.
9815 (rcirc-ignore-all-activity-flag): Doc fix.
9816 (rcirc-channels): Remove variable.
9817 (rcirc-kill-buffer-hook):
9818 (rcirc-get-buffer-create): Add nick to private channel.
9819 (rcirc-multiline-edit-submit): Remove tabs.
9820 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
9821 folded.
9822 (rcirc-remove-nick-channel): Bug fix.
9823 (rcirc-toggle-ignore-buffer-activity): Rename from
9824 rcirc-toggle-ignore-channel-activity.
9825 (rcirc-record-activity): Add buffers to the front of the list.
9826 (rcirc-update-activity): Remove killed buffers from list.
9827 (rcirc-process-server-response-1): Remove last argument if it is
9828 null before calling handler.
9829 (rcirc): Add "rcirc" defcustom prefix.
9830 (rcirc-prompt): Simplify default prompt.
9831 Use custom-initialize-default.
9832 (rcirc-private-chats): Remove variable.
9833 (rcirc-prompt): Change initialization.
9834 (rcirc-version): Remove function.
9835 (rcirc-id-string): Add constant.
9836 (rcirc-last-buffer): Remove variable.
9837 (rcirc-buffer-alist): Add variable.
9838 (rcirc-connect): Update variable setup.
9839 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
9840 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
9841 default.
9842 (rcirc-handler-generic): Trigger activity.
9843 (rcirc-send-message): Create the buffor of the target.
9844 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
9845 (rcirc-get-buffer): Just return nil if there is no matching buffer.
9846 (rcirc-multiline-edit-cancel): Remove function.
9847 (rcirc-set-last-buffer): Remove function.
9848 (rcirc-get-any-buffer): Add function.
9849 (rcirc-join-channels): Don't print /join text.
9850 (rcirc-toggle-ignore-channel-activity): Add and update echo area
9851 messages.
9852 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
9853 (rcirc-handler-NOTICE): Recognize CTCP responses.
9854 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
9855 constructing TOPIC string for buffers we are not JOINed.
9856 (rcirc-handler-CTCP-response): Add handler.
9857 (rcirc-multiline-edit-submit): Restore the window-configuration
9858 before adjusting point.
9859 (rcirc): Add customization group.
9860 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
9861 (rcirc-user-full-name, rcirc-startup-channels-alist)
9862 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
9863 (rcirc-ignore-all-activity-flag, rcirc-time-format)
9864 (rcirc-input-ring-size, rcirc-read-only-flag)
9865 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
9866 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
9867 Change defvar to defcustom.
9868 (rcirc-update-prompt): Add optional ALL arg, which will update
9869 prompts in all rcirc buffers. Regexp quote replacement text.
9870 (rcirc-fill-column): Accept frame-width as a value.
9871 (rcirc-set-changed): Add function.
9872 (rcirc-next-active-buffer): Write more meaningful messages.
9873 (rcirc-faces): Add customization group.
9874 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
9875 (rcirc-nick-in-message-face, rcirc-prompt-face)
9876 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
9877 (with-rcirc-process-buffer): Move before first usage.
9878 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
9879 (rcirc-debug-flag): Rename from `rcirc-log-p'.
9880 (rcirc-debug): Rename from `rcirc-log'.
9881 (rcirc-format-response-string): Do not print `-' chars for a
9882 NOTICE with no sender. Simplify output of server responses.
9883
9884 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
9885
9886 (rcirc-browse-url-map, rcirc-browse-url-at-point)
9887 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
9888 Make urls mouse and RET clickable.
9889
9890 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
9891
9892 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
9893
9894 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9895
9896 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9897 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9898 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9899 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9900 argument to all these routines, so the passphrase can be managed
9901 externally and passed in to the system.
9902 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9903 pgg-add-passphrase-to-cache function.
9904
9905 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9906 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9907 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9908 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9909 argument to all these routines, so the passphrase can be managed
9910 externally and passed in to the system.
9911 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9912 function.
9913
9914 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
9915
9916 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
9917 from goto-address-url-regexp.
9918
9919 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9920
9921 * textmodes/org.el (org-read-date, org-goto-calendar)
9922 (org-recenter-calendar, org-agenda-goto-calendar):
9923 Temporarily clear `calendar-move-hook'.
9924
9925 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
9926
9927 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
9928 merging.
9929
9930 * ediff-util.el (ediff-previous-difference): Don't skip regions that
9931 have merge clashes.
9932
9933 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9934
9935 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9936 Undo previous change.
9937
9938 * startup.el (command-line): Use `custom-reevaluate-setting' for
9939 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
9940 tty-register-default-colors on Mac.
9941
9942 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
9943
9944 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
9945 (gdb-buffer-type): Make it automatically buffer local...
9946 (gdb-get-create-buffer): ...and set it accordingly.
9947 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
9948 actually work.
9949
9950 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
9951
9952 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
9953 not red.
9954
9955 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
9956
9957 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
9958 case GUD buffer is not visible.
9959 (gdb-goto-breakpoint): Try to force display in source buffer.
9960 (gdb-frame-gdb-buffer): Copy other similar functions.
9961 (gdb-restore-windows): Don't display source if not asked for.
9962 (gdb-assembler-buffer-name): Don't capitalise.
9963
9964 2005-11-03 Richard M. Stallman <rms@gnu.org>
9965
9966 * wid-edit.el (key-sequence): New widget type.
9967
9968 * simple.el (set-mark-command-repeat-pop): New variable.
9969 (set-mark-command): Only interpret plan C-@ after a pop as a pop
9970 if set-mark-command-repeat-pop is true.
9971
9972 * info.el (Info-fontify-node): Don't display extra "see" if there
9973 already is one here.
9974
9975 * mouse.el: Fix special handling of DEL after dragging a region:
9976 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
9977 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
9978
9979 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
9980
9981 * textmodes/ispell.el (ispell-command-loop): Change `i' description
9982 not to assume it pertains to an affix.
9983
9984 * textmodes/flyspell.el (flyspell-post-command-hook):
9985 Bind deactivate-mark to prevent deactivation.
9986
9987 2005-11-03 Lars Hansen <larsh@soem.dk>
9988
9989 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
9990 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
9991 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
9992
9993 2005-11-03 Romain Francoise <romain@orebokech.com>
9994
9995 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
9996 Update copyright years.
9997
9998 2005-11-03 Sam Steingold <sds@gnu.org>
9999
10000 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10001 Use system-type instead of window-system because window-system is not
10002 correctly defined during loadup.
10003
10004 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10005
10006 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10007 (xml-parse-tag): Join strings separated by a comment properly.
10008
10009 2005-11-02 Andreas Schwab <schwab@suse.de>
10010
10011 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10012
10013 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10014
10015 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10016 (byte-optimize-pure-func): Quote the eval'd value.
10017
10018 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10019 Rename from perl-font-lock-syntactic-face-function.
10020 Change the calling convention so it can be used as a font-lock MATCHER.
10021 Do the parse-partial-sexp loop outselves.
10022 (perl-font-lock-syntactic-keywords): Use it.
10023 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10024
10025 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10026
10027 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10028 disassembly buffer too.
10029 (gdb-exited): Remove overlay arrows when execution has finished.
10030 (gdb-info-frames-custom, gdb-info-threads-custom)
10031 (gdb-info-registers-custom): Don't add inappropriate text
10032 properties if inferior is not active.
10033
10034 2005-11-02 Glenn Morris <rgm@gnu.org>
10035
10036 * progmodes/fortran.el (fortran-blink-match):
10037 Use `blink-matching-delay'.
10038
10039 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10040
10041 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10042
10043 2005-11-02 Lars Hansen <larsh@soem.dk>
10044
10045 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10046 "Permission denied".
10047
10048 2005-11-01 Richard M. Stallman <rms@gnu.org>
10049
10050 * textmodes/flyspell.el (flyspell-external-point-words):
10051 Pass nil to flyspell-get-word.
10052
10053 2005-11-02 Kim F. Storm <storm@cua.dk>
10054
10055 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10056 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10057
10058 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10059
10060 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10061 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10062 (calendar-mouse-print-dates): Add optional `event' argument.
10063 Update interactive-spec.
10064 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10065 Use `calendar-event-to-date' instead of `event'.
10066
10067 2005-11-02 Masatake YAMATO <jet@gyve.org>
10068
10069 * progmodes/ld-script.el (ld-script-builtins):
10070 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10071 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10072 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10073
10074 2005-11-01 Romain Francoise <romain@orebokech.com>
10075
10076 * vc-sccs.el: Update copyright year.
10077 * ezimage.el: Likewise.
10078
10079 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
10080
10081 * info.el (Info-fontify-node): Use `string-width' for fontifying
10082 underlined titles.
10083
10084 2005-11-01 Juri Linkov <juri@jurta.org>
10085
10086 * info.el (Info-fontify-node): Downcase node header keywords Node,
10087 Prev, Next, Up before comparison.
10088 (Info-history): Insert absolute directory name, and put invisible
10089 property on it.
10090
10091 2005-11-01 Juri Linkov <juri@jurta.org>
10092
10093 * info.el (Info-file-supports-index-cookies): New variable.
10094 (Info-find-node-2): Check makeinfo version for index cookie support.
10095 (Info-index-nodes): Search for nodes with index cookies only when
10096 Info-file-supports-index-cookies is t. Otherwise, search nodes
10097 with "Index" in the node name.
10098 (Info-index-node): Search index cookie in the current node only when
10099 Info-file-supports-index-cookies is t. Otherwise, check the word
10100 "Index" in the node name.
10101 (Info-find-emacs-command-nodes): Remove code that searches nodes
10102 with "Index" node name in the top menu.
10103
10104 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 * progmodes/scheme.el (scheme-mode-variables): Use the default
10107 comment-indent-function.
10108
10109 * faces.el (face-attribute): Handle the case where a face inherits from
10110 a non-existent face.
10111
10112 * simple.el (eval-expression-print-format): Use lisp-readable syntax
10113 for octal and hexa output, and merge the char into the paren.
10114 (kill-new): Use push.
10115 (copy-to-buffer): Use with-current-buffer.
10116 (completion-setup-function): Move code in loop to remove redundancy.
10117 (minibuffer-local-must-match-map): Don't add bindings that duplicate
10118 those inherited from minibuffer-local-completion-map.
10119
10120 * savehist.el (savehist-mode) <defcustom>:
10121 Use custom-set-minor-mode if available.
10122 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10123 and emit a message if applicable.
10124
10125 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
10126
10127 * savehist.el: Sync up to version 19.
10128 (savehist-mode): New minor mode.
10129 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10130 (savehist-length): Remove (use history-length instead).
10131 (savehist-file-modes): Rename from savehist-modes.
10132 (savehist-save-hook, savehist-loaded): New vars.
10133 (savehist-load): Use savehist-mode. Try to smooth up transition from
10134 old format to new format.
10135 (savehist-install): Allow savehist-autosave-interval to be nil.
10136 (savehist-save): Run the new hook. Be more careful to only trim the
10137 history variables.
10138 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
10139 (savehist-printable): Print into a buffer rather than char-by-char.
10140
10141 2005-11-01 John Wiegley <johnw@newartisans.com>
10142
10143 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10144 toggle-ignore keybinding (C-a). The author said it had been
10145 disabled much earlier due to a possible incompatibility, but after
10146 many months of usage I have encountered no problems (and it is a
10147 rather useful option, especially for switching to " *temp*").
10148
10149 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10150 support for OS/X's AddressBook, by calling out to the open source
10151 program "contacts" (installable through Fink).
10152
10153 * net/eudc.el (eudc-expand-inline): If the
10154 `eudc-multiple-match-handling-method' is set to `all', delete the
10155 query string before inserting the query result.
10156
10157 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10158 flag, to prevent Eshell from using the system ls when
10159 `eshell-ls-insert-directory' is in used.
10160 (eshell-ls-insert-directory): Disable font-lock in directory
10161 buffer so that Eshell's own fontification is seen. This broke
10162 recently due to changes in font-lock, so this goes back to version
10163 21 behavior.
10164
10165 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
10166
10167 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10168 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10169 (gdb-many-windows): Doc fix.
10170
10171 2005-10-31 Romain Francoise <romain@orebokech.com>
10172
10173 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10174
10175 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10176
10177 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10178 that global-font-lock-mode can be enabled by default.
10179
10180 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10181 (font-lock-add-keywords, font-lock-remove-keywords)
10182 (font-lock-fontify-buffer): Remove autoload cookies.
10183
10184 * jit-lock.el (jit-lock-register): Likewise.
10185
10186 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10187
10188 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10189
10190 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10191 intact if there is no gud-comint-buffer.
10192
10193 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
10194
10195 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10196 old prompt comint-prompt-read-only is t and GDB commands are
10197 issued from tool bar etc.
10198
10199 2005-10-31 Masatake YAMATO <jet@gyve.org>
10200
10201 * vc.el (vc-directory-exclusion-list): Add "{arch}".
10202
10203 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10204
10205 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10206 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10207
10208 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
10209
10210 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10211 starting at beginning of line. Fontification is messed up when
10212 `open-paren-in-column-0-is-defun-start' set to t.
10213 Reported by John Paul Wallington <jpw@pobox.com>.
10214
10215 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
10216
10217 * comint.el (comint-send-input): Call `comint-update-fence' when
10218 `comint-process-echoes' and `comint-prompt-read-only' are both
10219 non-nil, to avoid leftover read-only newline.
10220
10221 2005-10-30 Richard M. Stallman <rms@gnu.org>
10222
10223 * textmodes/flyspell.el (flyspell-external-point-words):
10224 Detect when WORD can't be checked properly because
10225 flyspell-get-word finds just part of it, and move on.
10226
10227 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10228 boundarychar for Polish.
10229 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10230 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10231
10232 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10233
10234 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10235 (gdb-registers-font-lock-keywords): Delete.
10236 (gdb-registers-mode): Don't fontify.
10237 (gdb-info-registers-custom): Use text properties instead as, in
10238 future, changed register values will use font-lock-warning-face.
10239 (gdb-local-font-lock-keywords): Rename to...
10240 (gdb-locals-font-lock-keywords): ...for consistency.
10241
10242 2005-10-30 Andre Spiegel <spiegel@gnu.org>
10243
10244 * vc.el (vc-switch-backend): Better error message if the buffer is
10245 not visiting a file under version control.
10246
10247 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10248
10249 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
10250
10251 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10252 ~/.emacs.d/.emacs.
10253
10254 2005-10-29 Richard M. Stallman <rms@gnu.org>
10255
10256 * replace.el (occur-mode-mouse-goto): Always go to other window.
10257 (occur-mode-goto-occurrence): Always switch in same window.
10258
10259 * simple.el (undo): Display message at end, not at start.
10260
10261 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10262 New arg REUSE-CELL.
10263 (cancel-timer-internal): New function.
10264 (timer-event-handler): Use cancel-timer-internal,
10265 and pass the cell it returns to timer-activate...
10266
10267 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10268 (jit-lock-deferred-fontify, jit-lock-context-fontify)
10269 (jit-lock-after-change): Test memory-full.
10270
10271 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10272
10273 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10274 part of the decoded armor to find the key-identifier.
10275 (pgg-gpg-lookup-key-owner): New function to return the
10276 human-readable identifier of a key owner.
10277 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10278 key itself.
10279 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10280 the key value) if we have a key and can match it against a secret
10281 key. Also, added a note pointing out fact that the prompt only
10282 indicates the first matching key.
10283
10284 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10285 pgg-decrypt-region.
10286 (pgg-pending-timers): A new hash for tracking the passphrase cache
10287 timers, so that new ones supercede old ones.
10288 (pgg-add-passphrase-to-cache): Rename from
10289 `pgg-add-passphrase-cache' to reduce confusion (all callers
10290 changed). Modified to cancel old timers when new ones are added.
10291 (pgg-remove-passphrase-from-cache): Rename from
10292 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10293 changed). Modified to cancel old timers when their keys are
10294 removed from the cache.
10295 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10296 XEmacs, an indirection to delete-itimer.
10297 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10298 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10299 users can only check cache without risk of prompting. Correct bug in
10300 notruncate behavior.
10301 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10302 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10303 Add informative docstrings.
10304 (pgg-decrypt): Convey provided passphrase in subordinate call to
10305 pgg-decrypt-region.
10306
10307 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10308 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10309 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10310 `passphrase' argument, so the passphrase can be managed externally
10311 and then passed in to the system.
10312
10313 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10314 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10315 so the passphrase cache can be used reliably with identifiers
10316 besides a pgp packet's key id.
10317
10318 * pgg-gpg.el (pgg-pgp-encrypt-region)
10319 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10320 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10321 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10322 argument to all these routines, so the passphrase can be managed
10323 externally and passed in to the system.
10324
10325 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10326 `notruncate' argument, so the passphrase cache can be used
10327 reliably with identifiers besides a pgp packet's key id.
10328
10329 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10330
10331 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10332 symmetric encryption.
10333 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10334 encrypted session key.
10335 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10336 message ask for the passphrase in a proper way.
10337
10338 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10339 New user commands for symmetric encryption.
10340
10341 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
10342
10343 * textmodes/conf-mode.el (conf-assignment-sign)
10344 (conf-assignment-regexp): Fix docstrings.
10345 (conf-mode-initialize): New function.
10346 (conf-mode): Remove optional args. Use delay-mode-hooks to
10347 recognize recursive calls.
10348 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10349 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10350 (conf-xdefaults-mode): Use define-derived-mode and
10351 conf-mode-initialize.
10352
10353 2005-10-29 Romain Francoise <romain@orebokech.com>
10354
10355 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10356
10357 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10358
10359 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10360 part of the decoded armor to find the key-identifier.
10361 (pgg-gpg-lookup-key-owner): New function to return the
10362 human-readable identifier of a key owner.
10363 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10364 key itself.
10365 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10366 the key value) if we have a key and can match it against a secret
10367 key. Also, added a note pointing out fact that the prompt only
10368 indicates the first matching key.
10369
10370 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10371 pgg-decrypt-region.
10372 (pgg-pending-timers): A new hash for tracking the passphrase cache
10373 timers, so that new ones supercede old ones.
10374 (pgg-add-passphrase-to-cache): Rename from
10375 `pgg-add-passphrase-cache' to reduce confusion (all callers
10376 changed). Modified to cancel old timers when new ones are added.
10377 (pgg-remove-passphrase-from-cache): Rename from
10378 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10379 changed). Modified to cancel old timers when their keys are
10380 removed from the cache.
10381 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10382 XEmacs, an indirection to delete-itimer.
10383 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10384 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10385 users can only check cache without risk of prompting. Correct bug in
10386 notruncate behavior.
10387 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10388 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10389 Add informative docstrings.
10390 (pgg-decrypt): Convey provided passphrase in subordinate call to
10391 pgg-decrypt-region.
10392
10393 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
10394
10395 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10396 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10397 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10398 `passphrase' argument, so the passphrase can be managed externally
10399 and then passed in to the system.
10400
10401 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10402 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10403 so the passphrase cache can be used reliably with identifiers
10404 besides a pgp packet's key id.
10405
10406 * pgg-gpg.el (pgg-pgp-encrypt-region)
10407 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10408 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10409 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10410 argument to all these routines, so the passphrase can be managed
10411 externally and passed in to the system.
10412
10413 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10414 `notruncate' argument, so the passphrase cache can be used
10415 reliably with identifiers besides a pgp packet's key id.
10416
10417 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10418
10419 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10420 symmetric encryption.
10421 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10422 encrypted session key.
10423 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10424 message ask for the passphrase in a proper way.
10425
10426 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10427 New user commands for symmetric encryption.
10428
10429 2005-10-28 Bill Wohler <wohler@newt.com>
10430
10431 * help-mode.el (help-url): New button type. Calls browse-url.
10432 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
10433 Similar to Info nodes: URL `url'.
10434 (help-make-xrefs): Create help-url buttons for
10435 help-xref-url-regexp matches.
10436
10437 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
10438
10439 * tool-bar.el (tool-bar-add-item-from-menu)
10440 (tool-bar-local-item-from-menu): Fix doc strings.
10441
10442 2005-10-28 Romain Francoise <romain@orebokech.com>
10443
10444 * ldefs-boot.el: Update.
10445
10446 * subr.el (locate-library): Move from help-fns.el.
10447 * help-fns.el (locate-library): Move to subr.el.
10448
10449 2005-10-28 Richard M. Stallman <rms@gnu.org>
10450
10451 * net/tramp.el (tramp-completion-mode): defvar moved up.
10452
10453 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
10454
10455 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
10456
10457 * files.el (find-file-noselect): Use %d to format large file size.
10458
10459 * bindings.el (mode-line-format): Add %e.
10460
10461 * loadup.el ("facemenu"): Load unconditionally.
10462 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
10463 ("x-dnd"): Load, when appropriate.
10464
10465 * startup.el (command-line): Call before-init-hook earlier.
10466 Warn about some bad characters in -u user name.
10467
10468 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
10469 (flyspell-external-point-words): Error if misspelled word is not found.
10470 Set flyspell-large-region-beg at end of word.
10471
10472 2005-10-28 Andreas Schwab <schwab@suse.de>
10473
10474 * view.el (View-revert-buffer-scroll-page-forward):
10475 Use view-page-size-default.
10476
10477 2005-10-28 Juri Linkov <juri@jurta.org>
10478
10479 * international/quail.el (quail-get-current-str): Translate last
10480 raw character for deterministic input methods.
10481
10482 2005-10-27 Jay Belanger <belanger@truman.edu>
10483
10484 * calc/calc-ext.el: Add functions to autoloads.
10485 (math-identity-matrix-p, math-ident-row-p): New functions.
10486
10487 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
10488 multiplication by an identity matrix; don't turn multiplication by
10489 an inverse matrix into division.
10490 (math-div-symbol-fancy): Replace division by matrices with
10491 multiplication by inverse.
10492
10493 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
10494
10495 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
10496 (calc-writeoutpower): New functions.
10497
10498 2005-10-27 Romain Francoise <romain@orebokech.com>
10499
10500 * replace.el (occur-engine): Include colon in mouse-face highlight.
10501
10502 * dired-x.el: Change Maintainer field.
10503
10504 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
10505
10506 * longlines.el (longlines-mode): Bind after-change-functions to
10507 nil during initial decoding and final encoding.
10508
10509 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10510
10511 * term.el (term-emulate-terminal, term-handle-colors-array)
10512 (term-handle-ansi-escape): Specify the terminfo capabilities
10513 implemented.
10514
10515 2005-10-26 Richard M. Stallman <rms@gnu.org>
10516
10517 * info.el (Info-fontify-node): Fix detection of sentence-break
10518 before *Note.
10519
10520 2005-10-26 Romain Francoise <romain@orebokech.com>
10521
10522 * smerge-mode.el: Add `tools' to file keywords.
10523
10524 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
10525
10526 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
10527 when the fringe is not available.
10528
10529 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
10530 (def-gdb-auto-update-trigger): Simplify construction.
10531 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
10532 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
10533 defined explicitly.
10534 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
10535 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
10536 defined explicitly.
10537 (gdb-info-locals-custom): Remove as it's a no-op.
10538
10539 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
10540
10541 * longlines.el (longlines-mode): Remove narrowing before
10542 performing the initial decoding or final encoding.
10543
10544 2005-10-25 Romain Francoise <romain@orebokech.com>
10545
10546 * emacs-lisp/find-func.el (find-library-name): Also strip
10547 extension if library name ends in .el, to take advantage of
10548 `find-library-suffixes'.
10549
10550 2005-10-25 Richard M. Stallman <rms@gnu.org>
10551
10552 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
10553
10554 2005-10-25 Juri Linkov <juri@jurta.org>
10555
10556 * textmodes/texinfo.el (texinfo-mode): Change charset of one
10557 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
10558
10559 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10560
10561 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
10562 (blackbox-redefine-key): Add argument `map'.
10563
10564 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
10565 regions when moving the jit-lock-context-unfontify-pos boundary.
10566
10567 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10568
10569 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
10570
10571 2005-10-25 Masatake YAMATO <jet@gyve.org>
10572
10573 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
10574
10575 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
10576
10577 * play/blackbox.el (blackbox-redefine-key): New function.
10578 (blackbox-mode-map): Use it to remap existing bindings for cursor
10579 motion instead of binding literal keys.
10580
10581 2005-10-25 Glenn Morris <rgm@gnu.org>
10582
10583 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
10584 diary does not end in a newline. Do not assume a blank line at
10585 the start of the diary file.
10586
10587 2005-10-25 Kenichi Handa <handa@m17n.org>
10588
10589 * international/quail.el (quail-translate-key): If the input
10590 method is deterministic and failed to handle the last key, restart
10591 the key handling loop from an appropriate key.
10592
10593 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
10594
10595 * vc.el (vc-dired-mode): Extend comment for binding of
10596 `directory-listing-before-filename-regexp'.
10597
10598 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10599
10600 * textmodes/texinfo.el (texinfo-mode):
10601 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
10602 not to unnecessarily expose emacs-mule's internal char codes.
10603
10604 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
10605
10606 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
10607 Display hand pointer and help-echo on disabled icon too.
10608 (gdb-mouse-until): New function.
10609 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
10610
10611 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
10612
10613 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
10614 with 2005-10-23 change to doctor.el.
10615
10616 * finder.el (finder-mode-map): Add follow-link binding.
10617
10618 2005-10-25 Kim F. Storm <storm@cua.dk>
10619
10620 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
10621 to gdb-mouse-toggle-breakpoint-fringe.
10622 (gdb-mouse-toggle-breakpoint-margin): Rename from
10623 gdb-mouse-toggle-breakpoint. Fix doc.
10624 (gdb-mouse-toggle-breakpoint-fringe): New defun.
10625 (gdb-put-string): Add optional SPROPS arg. Add props to string.
10626 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
10627 string properties also for fringe breakpoint bitmaps.
10628
10629 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
10630
10631 * textmodes/org.el (org-start-icalendar-file): Fix format form.
10632
10633 2005-10-25 Masatake YAMATO <jet@gyve.org>
10634
10635 * simple.el (completion-common-substring):
10636 Use `completion-common-substring' prior to `completion-base-size'.
10637
10638 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
10639
10640 * savehist.el: Require CL while compiling.
10641 (savehist-history-variables): Remove.
10642 (savehist-save-minibuffer-history, savehist-additional-variables)
10643 (savehist-minibuffer-history-variables): New vars.
10644 (savehist-save): Use them.
10645 (savehist-uninstall, savehist-minibuffer-hook): New funs.
10646 (savehist-install): New fun, extracted from savehist-load.
10647 (savehist-load): Use them.
10648
10649 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10650
10651 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
10652 a dummy doc-string-elt property.
10653 (defalias, defvaralias, define-category): Add a docstring property.
10654
10655 * image.el (defimage):
10656 * widget.el (define-widget):
10657 * custom.el (defface, defcustom): Add `doc-string' declaration.
10658
10659 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
10660 (defadvice): Add `doc-string' declaration.
10661
10662 * emacs-lisp/byte-run.el (macro-declaration-function):
10663 Handle `doc-string' declarations.
10664 (define-obsolete-function-alias, define-obsolete-variable-alias):
10665 Add `doc-string' declaration.
10666
10667 2005-10-24 Kenichi Handa <handa@m17n.org>
10668
10669 * international/utf-7.el (utf-7): Add autoload cookie.
10670
10671 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
10672
10673 2005-10-24 Eli Zaretskii <eliz@gnu.org>
10674
10675 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
10676 list of directories passed to batch-update-autoloads. Add "." to
10677 the list of the echoed directories.
10678
10679 * pgg-def.el:
10680 * pgg-gpg.el:
10681 * pgg-parse.el:
10682 * pgg-pgp.el:
10683 * pgg-pgp5.el:
10684 * pgg.el: Moved here from the gnus subdirectory.
10685
10686 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
10687
10688 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
10689 in case comint-prompt-read-only is set to t.
10690
10691 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
10692 in case comint-prompt-read-only is set to t.
10693
10694 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
10695
10696 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
10697 Now a string.
10698 (icalendar-import-format): Handle CLASS, STATUS, URL.
10699 Rename `subject' to `summary'.
10700 (icalendar-import-format-summary): Rename from
10701 `icalendar-import-format-subject'.
10702 (icalendar-import-format-url, icalendar-import-format-status)
10703 (icalendar-import-format-class): New variables.
10704 (icalendar--rris): Take variable argument list.
10705 (icalendar--datestring-to-isodate): Remove unnecessary
10706 calendar-style check when converting dates with explicit month names.
10707 (icalendar-export-region): Change return type of conversion
10708 subroutines. Bury current buffer unless error occurred.
10709 (icalendar--convert-to-ical)
10710 (icalendar--parse-summary-and-rest): New functions.
10711 (icalendar--convert-ordinary-to-ical)
10712 (icalendar--convert-weekly-to-ical)
10713 (icalendar--convert-yearly-to-ical)
10714 (icalendar--convert-block-to-ical)
10715 (icalendar--convert-cyclic-to-ical)
10716 (icalendar--convert-anniversary-to-ical): Change return type.
10717 Strip trailing blanks from subject.
10718 (icalendar--convert-sexp-to-ical): Change return type.
10719 Strip trailing blanks from subject. Handle simple sexp
10720 entries as generated by icalendar.el.
10721 (icalendar--convert-float-to-ical)
10722 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
10723 (icalendar-import-file): Doc fix.
10724 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
10725 Correct call to icalendar--rris.
10726 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
10727 `summary'.
10728 (icalendar--add-diary-entry): Rename `subject' to `summary'.
10729
10730 2005-10-24 Romain Francoise <romain@orebokech.com>
10731
10732 * server.el (server-sentinel): Set query-on-exit flag to nil on
10733 new client processes (it isn't inherited from the server process).
10734
10735 * replace.el (occur-engine): Rearrange text properties.
10736
10737 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10738
10739 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
10740 case-fold-search is nil.
10741 (debug-help-follow): Use help-xref-interned directly.
10742
10743 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10744
10745 * thumbs.el (thumbs-image-type): Add .pbm.
10746
10747 2005-10-23 Richard M. Stallman <rms@gnu.org>
10748
10749 * faces.el (inhibit-face-set-after-frame-default): New variable.
10750 (set-face-attribute): Bind it.
10751 (face-set-after-frame-default): Test it.
10752
10753 * help-fns.el (describe-simplify-lib-file-name): New function.
10754 (describe-function-1, describe-variable): Use it.
10755
10756 * faces.el (describe-face): Use describe-simplify-lib-file-name.
10757
10758 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
10759 Eliminate nil as possible value.
10760 (tooltip-hide-delay): Reduce internal-border-width.
10761
10762 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
10763 (menu-bar-file-menu) <new-file>: Likewise.
10764
10765 * simple.el (line-move-finish): Ignore fields computing LINE-END.
10766
10767 * international/mule.el (load-with-code-conversion):
10768 Pass full file name to `eval-buffer' unless preloading.
10769
10770 * textmodes/flyspell.el (flyspell-large-region):
10771 Call ispell-check-version.
10772
10773 * textmodes/ispell.el (ispell-local-dictionary-overridden):
10774 Fix the make-variable-buffer-local call that was supposed
10775 to be for this variable.
10776 (ispell-aspell-supports-utf8): Doc fix.
10777 (ispell-find-aspell-dictionaries): Preserve elements of
10778 ispell-dictionary-alist for dictionaries that aspell doesn't report.
10779 (ispell-aspell-find-dictionary): Return nil on error.
10780
10781 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
10782 (doctor-symptoms): Likewise.
10783
10784 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
10785
10786 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10787
10788 * cus-edit.el (custom-button, custom-button-pressed): New vars.
10789 (custom-raised-buttons): Add :set spec.
10790 (custom-button-unraised, custom-button-pressed-unraised):
10791 New faces, so that custom-raised-buttons actually does something.
10792 (custom-mode): Use custom-button and custom-button-pressed.
10793
10794 * wid-edit.el (widget-specify-button): Don't ignore
10795 widget-mouse-face on graphic terminals.
10796 (widget-move-and-invoke): Cleanup.
10797
10798 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
10799
10800 * whitespace.el (whitespace-cleanup): Doc fix.
10801
10802 2005-10-23 Romain Francoise <romain@orebokech.com>
10803
10804 * emulation/viper.el (viper-set-hooks): Quote forms passed to
10805 `eval-after-load' to avoid evaluating their result.
10806
10807 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
10808
10809 * files.el (directory-listing-before-filename-regexp):
10810 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
10811
10812 * dired.el (dired-move-to-filename-regexp): Remove.
10813 All occurences replaced by `directory-listing-before-filename-regexp'.
10814
10815 * dired-x.el, locate.el, vc.el:
10816 Replace `dired-move-to-filename-regexp' by
10817 `directory-listing-before-filename-regexp'. In vc.el it is
10818 overwritten locally; maybe this can be handled in files.el too.
10819
10820 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
10821 replaced by `directory-listing-before-filename-regexp'.
10822
10823 2005-10-23 Andreas Schwab <schwab@suse.de>
10824
10825 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
10826 and eval-next-after-load.
10827
10828 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
10829
10830 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
10831 exist, create it.
10832
10833 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
10834
10835 * allout.el: Remove autoloads for mailcrypt and crypt++.
10836 Require pgg, pgg-gpg during compilation.
10837 (allout-version): Increment version number to 2.1, and use a literal
10838 rather than RCS Id.
10839 (allout-default-encryption-scheme): Remove.
10840 (allout-passphrase-verifier-handling)
10841 (allout-passphrase-verifier-string)
10842 (allout-file-passphrase-verifier-string)
10843 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
10844 (allout-passphrase-hint-handling): Rename and simplify.
10845 (allout-init): Use `find-file-hook' if available, otherwise
10846 `find-file-hooks'.
10847 (allout-mode): Use `write-file-functions' if available, otherwise
10848 `local-write-file-hooks' and, instead of making auto-save-hook
10849 buffer local, make the write-file-hook activity contingent to
10850 allout-mode.
10851 (allout-mode): Use key-binding substitution in the docstring.
10852 (allout-kill-line): Spell-out kill ring data structure mutation
10853 instead of using byte-compiler-complaint-provoking `pop'.
10854 (allout-insert-listified): Use `insert' rather than `insert-string'
10855 (allout-toggle-current-subtree-encryption): Update docstring, adjust
10856 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
10857 (allout-encrypt-string): Totally revamped vis new underlying
10858 encryption facilities.
10859 (allout-mc-activate-passwd): Remove.
10860 (allout-obtain-passphrase): New, more or less replaces
10861 allout-mc-activate-passwd.
10862 (allout-encrypted-key-info): More or less replaces
10863 allout-encrypted-text-type.
10864 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
10865 (my-mark-marker): Use `(featurep 'xemacs)'.
10866
10867 2005-10-23 Lars Hansen <larsh@soem.dk>
10868
10869 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
10870 (byte-compile-file-form-defmumble, byte-compile-defun)
10871 (byte-compile-defmacro): Use it.
10872 (byte-compile-form): Don't call byte-compile-set-symbol-position
10873 when a byte-compile handler is called.
10874
10875 2005-10-22 Romain Francoise <romain@orebokech.com>
10876
10877 * savehist.el (savehist-history-variables): Add `grep-find-history'.
10878
10879 * subr.el (eval-after-load): Convert library name to an absolute
10880 file name using locate-library, since load-history no longer has
10881 library names in it.
10882
10883 2005-10-22 Richard M. Stallman <rms@gnu.org>
10884
10885 * files.el (make-temp-file): Move from subr.el.
10886 * subr.el (make-temp-file): Move to files.el.
10887
10888 * window.el (get-buffer-window-list): Move from subr.el.
10889 * subr.el (get-buffer-window-list): Move to window.el.
10890
10891 * image.el (image-load-path): Use eval-at-startup to initialize.
10892
10893 * subr.el (eval-at-startup): New macro.
10894
10895 * subr.el: Much rearrangement of functions and division
10896 into pages. No code changes.
10897
10898 2005-10-22 Kenichi Handa <handa@m17n.org>
10899
10900 * tar-mode.el (tar-extract): Be sure to call
10901 find-operation-coding-system if set-auto-coding doesn't find a
10902 coding system.
10903
10904 2005-10-22 Kim F. Storm <storm@cua.dk>
10905
10906 * image.el (image-type-header-regexps): Rename from image-type-regexps.
10907 Change users.
10908 (image-type-file-name-regexps): New defconst.
10909 (image-type-from-data): Simplify loop.
10910 (image-type-from-buffer): New defun.
10911 (image-type-from-file-header): Use it instead of image-type-from-data.
10912 Use image-search-load-path instead of only looking in data-directory.
10913 (image-type-from-file-name): New defun.
10914 (image-search-load-path): Change `pathname' to `filename'.
10915 Make PATH arg optional, default to image-load-path.
10916
10917 2005-10-21 Richard M. Stallman <rms@gnu.org>
10918
10919 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
10920
10921 * textmodes/paragraphs.el (sentence-end-base): New variable.
10922 (sentence-end): Use sentence-end-base.
10923
10924 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10925
10926 * font-lock.el (font-lock-default-fontify-region): Check the multiline
10927 property independently from the font-lock-multiline variable.
10928
10929 2005-10-21 Richard M. Stallman <rms@gnu.org>
10930
10931 * emacs-lisp/find-func.el (find-library-name): Doc fix.
10932
10933 * startup.el (command-line): Convert library names
10934 in `load-history' to absolute file names.
10935
10936 * subr.el (symbol-file): Doc fix.
10937
10938 * loadhist.el (file-loadhist-lookup): Call locate-library
10939 instead of find-library-name. Don't try converting
10940 abs file names to library names, since load-history no longer
10941 has library names in it.
10942 (file-dependents, file-provides, file-requires): Doc fixes.
10943
10944 2005-10-21 Juri Linkov <juri@jurta.org>
10945
10946 * progmodes/etags.el (tags-table-mode): New function.
10947 (tags-verify-table): Replace initialize-new-tags-table with
10948 tags-table-mode.
10949
10950 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
10951 default value.
10952 (desktop-modes-not-to-save): Add tags-table-mode to the
10953 default value.
10954
10955 * info.el (Info-index-next): Add total number of index
10956 alternatives to the message.
10957
10958 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
10959 backward only space (instead of space and period) before looking
10960 at sentence end.
10961
10962 * simple.el (set-variable): Use user-variable-p instead of symbolp.
10963 Add the old variable value as 4th default-value arg of read-string.
10964
10965 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10966
10967 * cus-face.el (custom-declare-face): Make face from X resources
10968 also on Mac.
10969
10970 * disp-table.el (standard-display-g1, standard-display-graphic):
10971 Refuse to use string glyphs also on Mac.
10972 (standard-display-european): Don't set terminal coding system also
10973 on Mac.
10974
10975 * frame.el (display-screens): Use x-display-screens also on Mac.
10976
10977 2005-10-21 Romain Francoise <romain@orebokech.com>
10978
10979 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
10980
10981 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10982
10983 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
10984 and $? into sexps.
10985
10986 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
10987 warning face on open-paren-in-column-0.
10988
10989 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
10990 boundary case. Fix typo.
10991 Suggested by Martin Rudalics <rudalics@gmx.at>.
10992
10993 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
10994
10995 * textmodes/org.el (org-combined-agenda-icalendar-file)
10996 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
10997 (org-export-icalendar-this-file)
10998 (org-export-icalendar-all-agenda-files)
10999 (org-export-icalendar-combine-agenda-files): New commands.
11000 (org-export-icalendar, org-print-icalendar-entries)
11001 (org-start-icalendar-file, org-finish-icalendar-file)
11002 (org-ical-ts-to-string): New functions.
11003 (org-read-date, org-goto-calendar)
11004 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11005 call to `calendar'.
11006 (orgtbl-setup): Remove the :keys arguments from the menu description.
11007 (org-after-save-iCalendar-file-hook): New variable.
11008
11009 2005-10-21 Kenichi Handa <handa@m17n.org>
11010
11011 * language/vietnamese.el (tcvn-5712): Make it an alias of
11012 vietnamese-tcvn coding-system.
11013
11014 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11015
11016 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11017 group id is given.
11018
11019 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11020
11021 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11022 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11023 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11024 whose line is either continued or ends with a comment.
11025
11026 2005-10-20 Romain Francoise <romain@orebokech.com>
11027
11028 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11029
11030 * replace.el (occur-engine): Add follow-link property.
11031
11032 * font-core.el (font-lock-mode): Doc fix.
11033
11034 2005-10-20 Richard M. Stallman <rms@gnu.org>
11035
11036 * net/rcirc.el: New file.
11037
11038 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11039
11040 * term.el (term-term-name): Initialize to "eterm-color".
11041
11042 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11043
11044 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11045 for encryption functionality.
11046 Move allout customization subgroup from `editing' to `outlines' group.
11047 Fix commentary keywords to legitimate ones.
11048 Update author info (using my current email address, obscurified).
11049 (allout-encrypt-string, allout-encryption-produce-work-buffer)
11050 (allout-encrypted-topic-p, allout-encrypted-text-type)
11051 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11052 (allout-situate-encryption-key-verifier)
11053 (allout-get-encryption-key-verifier, allout-verify-key)
11054 (allout-next-topic-pending-encryption)
11055 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11056 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11057 (outline-key-verifier-handling, outline-key-hint-handling)
11058 (outline-encrypt-unencrypted-on-saves): New defcustoms.
11059 (allout-file-key-verifier-string, allout-encryption-scheme)
11060 (allout-key-verifier-string, allout-key-hint-string)
11061 (allout-after-save-decrypt): New variables.
11062 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11063 (allout-after-saves-handler): New hook functions.
11064 (allout-post-command-business): Do allout-after-save-decrypt.
11065 (allout-enable-file-variable-adjustment): Custom var to enable
11066 mechanism for adding and adjusting settings of Emacs file variables.
11067 (allout-adjust-file-variable, allout-file-vars-section-data):
11068 New functions, implement the mechanism.
11069 (outlineify-sticky): Use the file vars mechanism.
11070 (allout-inhibit-protection, allout-during-write-cue)
11071 (allout-override-protect, allout-before-change-protect): Remove.
11072 (allout-flag-region, allout-open-topic): Adjust read-only text.
11073 (allout-open-line-not-read-only): Add to facilitate read-only
11074 text based protection.
11075 (allout-kill-line): Revise to adjust read-only text, clue the
11076 user about the inhibition.
11077 (allout-unprotected): Use unwind-protect.
11078 (allout-shift-in, allout-shift-out): Disallow manually shifting a
11079 topic deeper than the offspring depth of the previous topic -
11080 avoiding confusing "containment discontinuities".
11081 (allout-reindent-bodies): Fix retention of body relative hanging
11082 indent during promotion of collapsed bodies.
11083 (allout-open-topic): Make it easy to open new topic with same
11084 bullet as current topic - topic creation functions provided with
11085 any universal argument provokes now prompt for bullet, defaulting
11086 to the bullet of the previous topic.
11087 (allout-plain-bullets-string, allout-distinctive-bullets-string):
11088 Plain bullet alternates `.' period and `,' comma only. All other
11089 bullets are relegated to special status (but customizable).
11090 (allout-end-of-entry): Rename from allout-end-of-current-entry
11091 since it actually operates w.r.t. most immediately containing
11092 entry, visible or not.
11093 (allout-hide-current-entry, allout-show-current-entry): Use the
11094 revised version.
11095 (allout-old-expose-topic): Solidify deprecation.
11096 (allout-end-of-subtree): Add so we can span concealed as well
11097 as visible topics.
11098 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11099 (allout-end-of-current-heading): Tweak to just respect the first line.
11100 (allout-get-body-text): Add.
11101 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11102 when invoked interactively.
11103 (allout-up-current-level): Use `interactive-p'.
11104 (allout-mode, allout-init): Miscellaneous docstring and
11105 operational refinements, as well as hookups of new encryption stuff.
11106 (allout-beginning-of-current-entry): Now works as advertised.
11107 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11108 (allout-isearch-rectification): Refine condition for isearching.
11109 (allout-isearch-abort, allout-enwrap-isearch)
11110 (allout-flag-region, my-region-active-p): Relocate some macros.
11111 (allout-title): Fallback title is (buffer-name), not
11112 non-existing (current-buffer-name).
11113 (subst-char-in-string): Define if absent (for some XEmacs versions).
11114
11115 2005-10-20 Jari Aalto <jari.aalto@cante.net>
11116
11117 * mail/sendmail.el (mail-setup-hook, mail-aliases)
11118 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11119 (mail-citation-prefix-regexp, mail-signature-file)
11120 (mail-default-headers, mail-bury-selects-summary)
11121 (mail-send-nonascii): Add autoload cookies.
11122
11123 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11124
11125 * frame.el (blink-cursor-mode): Add `mac' to the list of
11126 window-system's that support blinking cursor.
11127
11128 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11129
11130 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11131
11132 2005-10-20 Eli Zaretskii <eliz@gnu.org>
11133
11134 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11135 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11136 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11137
11138 2005-10-20 Kim F. Storm <storm@cua.dk>
11139
11140 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11141 (ido-set-current-directory): Don't add / after final @.
11142 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11143 Explicitly handle ange-ftp completion oddities.
11144 (ido-make-file-list): Don't rotate list at tramp root to avoid
11145 triggering tramp file handler for expand-file-name via get-file-buffer.
11146
11147 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11148
11149 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11150
11151 2005-10-19 Jay Belanger <belanger@truman.edu>
11152
11153 * calc/calc-units.el (math-standard-units): Add units, adjust
11154 symbols and update values.
11155 (math-unit-prefixes): Add more prefixes.
11156
11157 2005-10-19 Romain Francoise <romain@orebokech.com>
11158
11159 * bookmark.el (bookmark-menu-heading): New face.
11160 (bookmark-bmenu-list): Use it.
11161 Don't fiddle with `baud-rate' at top-level.
11162
11163 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
11164
11165 * image.el (create-image, find-image): Mention max-image-size in
11166 docstring.
11167
11168 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * savehist.el (savehist-load): Revert to checking XEmacs.
11171
11172 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11173 Various docstring and line-width fixups.
11174 (conf-mode): Use cond.
11175 Set font-lock-defaults. Don't set comment-use-syntax.
11176
11177 2005-10-18 David Ponce <david@dponce.com>
11178
11179 * tree-widget.el (tree-widget-button-click): New function.
11180 (tree-widget-button-keymap): Use it.
11181
11182 2005-10-18 Romain Francoise <romain@orebokech.com>
11183
11184 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11185 (bookmark-bmenu-hide-filenames): Add follow-link property.
11186 Improve help-echo text.
11187
11188 * ffap.el (find-file-at-point): Doc fix.
11189
11190 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11191
11192 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11193
11194 2005-10-18 Masatake YAMATO <jet@gyve.org>
11195
11196 Install to the CVS repository what I forgot to install in my
11197 2005-10-16 changes.
11198
11199 * progmodes/python.el (python-complete-symbol): Pass the common
11200 prefix substring of completion to `display-completion-list'.
11201
11202 * textmodes/org.el (org-complete): Ditto.
11203
11204 2005-10-18 Masatake YAMATO <jet@gyve.org>
11205
11206 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11207
11208 * woman.el (WoMan-xref-man-page): New button type derived
11209 from `Man-abstract-xref-man-page'.
11210 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11211
11212 * man.el (Man-abstract-xref-man-page): New button type.
11213 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11214 (Man-highlight-references): Add new optional argument `xref-man-type'.
11215
11216 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11217
11218 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11219
11220 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11221
11222 * cus-edit.el (Custom-move-and-invoke): Delete.
11223 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11224
11225 * wid-edit.el (widget-move-and-invoke): New function, from
11226 Custom-move-and-invoke.
11227
11228 2005-10-17 Bill Wohler <wohler@newt.com>
11229
11230 Move all remaining images from lisp/toolbar to etc/images, move
11231 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
11232 the low resolution images in their own directory (low-color).
11233
11234 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11235 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11236 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11237 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11238 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11239 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11240 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11241
11242 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11243 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11244 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11245 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11246 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11247 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11248 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11249 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11250 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11251 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11252 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11253 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11254 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11255 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11256 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11257
11258 To conform with convention, replace the underscore (_) in the
11259 following image names with dash (-) or (/) as appropriate.
11260
11261 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11262 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11263 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11264 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11265 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11266 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11267 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11268 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11269 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11270 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11271 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11272 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11273 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11274 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11275 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11276
11277 * info.el (info-tool-bar-map): Replace underscores in image names
11278 with dashes.
11279
11280 * makefile.w32-in (WINS): Remove toolbar.
11281
11282 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11283
11284 * tool-bar.el: Move to lisp from toolbar. Now that
11285 toolbar is empty, it should be deleted when folks run "cvs up -P".
11286
11287 2005-10-18 Jay Belanger <belanger@truman.edu>
11288
11289 * calc/calc-store.el (calc-store-into): Get the proper variable name
11290 to display in message.
11291
11292 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11293
11294 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11295 expressions display in speedbar for all buffers when debugging.
11296 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11297
11298 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11299 (speedbar-insert-button, speedbar-make-button):
11300 Use add-text-properties.
11301 (speedbar-update-localized-contents)
11302 (speedbar-update-directory-contents)
11303 (speedbar-update-special-contents): Use dolist.
11304 (speedbar-buffer-easymenu-definition): Add a menu separator.
11305
11306 2005-10-17 Jason Rumney <jasonr@gnu.org>
11307
11308 * makefile.w32-in: Use $(lisp) consistently.
11309 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11310 for shell specific generation of mh-autoloads.
11311
11312 2005-10-17 Richard M. Stallman <rms@gnu.org>
11313
11314 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11315
11316 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 * jit-lock.el (jit-lock-fontify-now):
11319 Move jit-lock-context-unfontify-pos to avoid wasted work.
11320
11321 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
11322
11323 * net/tramp.el (tramp-completion-mode): New defvar. Used in
11324 `tramp-completion-mode' for checking if we are in completion mode.
11325 (tramp-completion-handle-file-name-all-completions): Reorder code
11326 in order to complete for file names only in case there are no
11327 method/user/host completions. This is necessary for cooperation
11328 with ido. Reported by Kim F. Storm <storm@cua.dk>.
11329
11330 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
11331
11332 * longlines.el (longlines-search-forward)
11333 (longlines-search-backward): Match any number of spaces.
11334
11335 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
11336
11337 * diff-mode.el (diff-mode): Doc fix.
11338
11339 2005-10-16 David Reitter <david.reitter@gmail.com>
11340
11341 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11342 as default on darwin and windows systems.
11343
11344 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
11345
11346 * arc-mode.el (archive-zip-extract): Doc fix.
11347
11348 2005-10-16 Romain Francoise <romain@orebokech.com>
11349
11350 * mouse.el (mouse-1-click-follows-link): Doc fix.
11351
11352 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11353
11354 * savehist.el: Don't require CL at runtime.
11355 (savehist-xemacs): Remove.
11356 (savehist-coding-system): Use utf-8 if present, regardless of religion.
11357 (savehist-no-conversion): Use (featurep 'xemacs).
11358 (savehist-load): Check existence of start-itimer rather than XEmacs.
11359 Use an idle timer.
11360 (savehist-process-for-saving): Replace use of CL funs `subseq' and
11361 `delete-if-not'.
11362
11363 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
11364
11365 * savehist.el: Newer version.
11366 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
11367 (savehist-last-checksum, savehist-no-conversion): New vars.
11368 (savehist-autosave, savehist-process-for-saving, savehist-printable):
11369 New functions.
11370 (savehist-load, savehist-save): Use them.
11371 (savehist-delimit): Remove.
11372
11373 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * progmodes/compile.el (compilation-goto-locus): Display the
11376 compilation buffer first and the source buffer second, in case they're
11377 in overlapping frames. Don't raise the compilation frame if it was the
11378 selected window upon entry. Pass the `other-window' arg to
11379 pop-to-buffer.
11380
11381 * info.el (Info-fontify-node): Use dolist.
11382 Change add-text-properties to put-text-property.
11383
11384 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11385
11386 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
11387 bound of search.
11388
11389 2005-10-16 Masatake YAMATO <jet@gyve.org>
11390
11391 * dabbrev.el (dabbrev-completion): Pass the common
11392 prefix substring of completion to `display-completion-list'.
11393
11394 * filecache.el (file-cache-minibuffer-complete)
11395 (file-cache-complete): Ditto.
11396
11397 * tempo.el (tempo-display-completions): Ditto.
11398
11399 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
11400
11401 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
11402
11403 * eshell/em-hist.el (eshell-list-history): Ditto.
11404
11405 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
11406
11407 * mail/mailalias.el (mail-complete): Ditto.
11408
11409 * progmodes/etags.el (complete-tag): Ditto.
11410
11411 * progmodes/make-mode.el (makefile-complete): Ditto.
11412
11413 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
11414
11415 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
11416
11417 * progmodes/pascal.el (pascal-complete-word)
11418 (pascal-show-completions): Ditto.
11419
11420 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
11421
11422 * simple.el (completion-common-substring): New variable.
11423 (completion-setup-function): Use `completion-common-substring'
11424 to put faces.
11425
11426 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11427
11428 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
11429 (x-get-selection, mac-select-convert-to-string): Convert from/to
11430 UTF-16 clipboard data as in native byte order, no BOM.
11431
11432 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
11433
11434 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11435 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
11436 (gud-sentinel): Use speedbar-frame to check for speedbar.
11437
11438 2005-10-15 Richard M. Stallman <rms@gnu.org>
11439
11440 * savehist.el: New file.
11441
11442 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
11443
11444 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
11445 Fix bug in \bf fontification.
11446
11447 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11448
11449 * pcvs.el (cvs-edit-log-files): New var.
11450 (cvs-mode-edit-log): New arg `file'.
11451 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
11452 Instead force the use of the original file and nothing else.
11453 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
11454 the cvs-minor-wrap-function is set.
11455 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
11456
11457 2005-10-14 Bill Wohler <wohler@newt.com>
11458
11459 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
11460 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
11461 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
11462 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
11463 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
11464 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
11465 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
11466 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
11467 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
11468 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
11469 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
11470 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
11471 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
11472 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
11473 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
11474
11475 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11476 appropriately (for example, gud-break to gud/break).
11477
11478 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
11479
11480 * longlines.el (longlinges-search-function)
11481 (longlines-search-forward, longlines-search-backward): New functions.
11482 (longlines-mode): Set isearch-search-fun-function to
11483 longlinges-search-function.
11484
11485 * mouse.el (mouse-drag-region-1): Handle the case where a
11486 double-click event is bound to an arbitrary function.
11487
11488 2005-10-14 David Ponce <david@dponce.com>
11489
11490 * recentf.el (recentf-track-opened-file)
11491 (recentf-track-closed-file, recentf-update-menu)
11492 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
11493 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
11494 mouse-1-click-follows-link.
11495
11496 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11497
11498 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
11499 Gnome file-manager.png. Suggested by
11500 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
11501
11502 * toolbar/README: Add diropen.xpm.
11503
11504 2005-10-13 Bill Wohler <wohler@newt.com>
11505
11506 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
11507 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
11508
11509 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11510
11511 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11512 Don't waste the byte-compiler's time on constant data.
11513
11514 2005-10-13 Kenichi Handa <handa@m17n.org>
11515
11516 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
11517 byte with `escape-glyph' face.
11518
11519 * international/fontset.el (ccl-encode-unicode-font):
11520 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
11521 Handle the case that ucs-mule-to-mule-unicode translates a character to
11522 ASCII (usually for IPA characters).
11523
11524 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11525
11526 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
11527 Don't hide the underline of titles if font-lock-mode is disabled.
11528
11529 2005-10-12 Bill Wohler <wohler@newt.com>
11530
11531 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
11532 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11533 files in MH-E-SRC have been updated.
11534 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
11535
11536 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11537
11538 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
11539 (mixal-mode-syntax-table): Add \n as end-comment.
11540 (mixal-operation-codes-alist): Immediately initialize to full value.
11541 (mixal-add-operation-code): Remove.
11542 (mixal-describe-operation-code): Make the arg non-optional.
11543 Use the interactive spec instead.
11544 Use mixal-operation-codes-alist rather than mixal-operation-codes.
11545 (mixal-font-lock-keywords): Don't highlight comments here any more.
11546 (mixal-font-lock-syntactic-keywords): New var.
11547 (mixal-mode): Use it. Fix comment-start-skip.
11548
11549 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11550
11551 * startup.el (command-line-x-option-alist): -nb => -nbi
11552
11553 2005-10-12 Kim F. Storm <storm@cua.dk>
11554
11555 * startup.el (fancy-splash-default-action): Discard mouse click in
11556 the splash screen window, as it has no sensible meaning in the
11557 next window to be selected. Fixes error reported by Jan D.
11558
11559 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11560
11561 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
11562
11563 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11564
11565 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
11566 Try to fix up minor layout issues like indentation, line break, etc...
11567 (mixal-mode-syntax-table): Don't try to specify comment syntax,
11568 because it doesn't work.
11569 (mixal-operation-codes): Add some more codes.
11570 (mixal-font-lock-keywords): Process comments here.
11571 (mixal-mode): mixasm no longer needs -g option.
11572
11573 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
11574
11575 * progmodes/sh-script.el (sh-tmp-file):
11576 Use mktemp -t. Finish support for es and rc shells.
11577
11578 2005-10-11 Jay Belanger <belanger@truman.edu>
11579
11580 * calc/calcalg2.el (calc-integral): With an argument, compute the
11581 definite integral.
11582
11583 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
11584
11585 * mouse.el (mouse-drag-region-1): Don't try to catch a
11586 double-click when doing follow-link (it's overridden anyway).
11587
11588 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
11589
11590 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
11591 (autoload-print-form-outbuf): Add docstring.
11592
11593 2005-10-11 Juri Linkov <juri@jurta.org>
11594
11595 * info.el (Info-mode-menu): Delete menu item "Edit".
11596 (Info-mode): Delete description of Info-edit from docstring,
11597 and rearrange descriptions of Info commands in the order
11598 they are documented in the Info manual.
11599
11600 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11601
11602 * calendar/appt.el (appt-check): Use diary-selective-display var.
11603
11604 2005-10-10 Richard M. Stallman <rms@gnu.org>
11605
11606 * net/newsticker.el (newsticker-start, newsticker-show-news):
11607 Add autoload cookies.
11608
11609 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
11610
11611 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
11612
11613 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
11614
11615 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
11616
11617 2005-10-10 Jay Belanger <belanger@truman.edu>
11618
11619 * calc/calc-arith.el (math-check-known-scalarp)
11620 (math-check-known-matrixp): Check the values of arguments that are
11621 variables.
11622 (math-check-known-square-matrixp): New function.
11623 (math-known-square-matrixp): Use math-check-known-square-matrixp.
11624 (math-super-types): Add sqmatrix type.
11625
11626 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
11627 mode name `square' to `sqmatrix'.
11628
11629 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
11630 mode name `square' to `sqmatrix'.
11631
11632 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11633
11634 * progmodes/etags.el (select-tags-table-mode): Don't use
11635 selective-display.
11636 (tags-select-tags-table): Pass `button' to the action function.
11637 (select-tags-table): Place the side-info on button properties rather
11638 than in hidden text. Abbreviate file names.
11639 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
11640 (select-tags-table-select): Add `button' argument.
11641 Get side-info from the button property rather than from hidden text.
11642
11643 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
11644
11645 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
11646 (gud-speedbar-buttons): Preserve point if possible.
11647 (gud-sentinel): Restore previous speedbar display type.
11648
11649 * progmodes/gdb-ui.el (gdba): Improve diagram.
11650 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11651 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
11652 Call get-buffer-window once.
11653
11654 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11655
11656 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
11657 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
11658 (pascal-indent-command): Remove unused var `ind'.
11659 (pascal-indent-case): Remove unused var `oldpos'.
11660 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
11661 since it's now used as a proper minor mode map.
11662 (pascal-outline): Rename to pascal-outline-mode.
11663 (pascal-outline-mode): Use define-minor-mode.
11664 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
11665 selective-display.
11666
11667 2005-10-10 Andreas Schwab <schwab@suse.de>
11668
11669 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
11670 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
11671
11672 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
11673 outside source directory.
11674
11675 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
11676
11677 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
11678 C-x' as a prefix.
11679 (orgtbl-mode-map): Full keymap instead of sparse, because all
11680 `self-insert-command' keys are redefined in this map.
11681 (org-export-as-html): Specify charset for HTML file, by taking it
11682 from the coding system.
11683
11684 2005-10-10 Kenichi Handa <handa@m17n.org>
11685
11686 * textmodes/flyspell.el (flyspell-check-word-p):
11687 If unread-command-events is non-empty, don't call sit-for.
11688
11689 2005-10-09 Richard M. Stallman <rms@gnu.org>
11690
11691 * font-lock.el (font-lock-syntactic-keywords)
11692 (font-lock-keywords): Doc fixes.
11693
11694 * textmodes/flyspell.el (flyspell-external-point-words):
11695 Simplify logic, and don't try to check for consecutive appearances
11696 of one incorrect word.
11697
11698 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
11699
11700 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
11701 separator.
11702
11703 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
11704 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
11705 (gud-expansion-speedbar-buttons): New function.
11706 (gud-speedbar-buttons): Check for gud-comint-buffer.
11707
11708 2005-10-09 Bill Wohler <wohler@newt.com>
11709
11710 * Makefile.in (updates): Add mh-loaddefs dependency.
11711
11712 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
11713
11714 * speedbar.el (speedbar-file-key-map): Fix typo.
11715
11716 2005-10-09 Daniel Brockman <daniel@brockman.se>
11717
11718 * cus-start.el (line-spacing): Add custom spec.
11719
11720 2005-10-09 Romain Francoise <romain@orebokech.com>
11721
11722 * textmodes/ispell.el (ispell-check-version): Fix last change.
11723
11724 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11725
11726 * term/x-win.el: Remove -i, --icon-type from comment.
11727
11728 * startup.el (command-line-x-option-alist): Remove options -i,
11729 -itype, --icon-type, added -nb, --no-bitmap-icon
11730
11731 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
11732
11733 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
11734 instead of :active.
11735
11736 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
11737
11738 * textmodes/ispell.el (ispell-check-version):
11739 Ignore hyphen, and all that follows, in aspell's version text.
11740
11741 2005-10-08 Jay Belanger <belanger@truman.edu>
11742
11743 * calc/calc-arith.el (math-known-square-matrixp): New function.
11744 (math-pow-fancy): Check for matrices before distributing exponent
11745 across products.
11746
11747 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
11748 fullscreen keypad. Suggested by Luc Teirlinck.
11749 (calc-keypad-show-input): Add space for formatting.
11750
11751 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
11752 Add square matrix option.
11753
11754 * calc/calc-poly.el (math-expand-term): Check for matrices instead
11755 of checking calc-matrix-mode when deciding how to expand.
11756
11757 * calc/calc.el (calc-set-mode-line): Add square matrix option.
11758
11759 2005-10-08 Lars Hansen <larsh@soem.dk>
11760
11761 * net/tramp.el (tramp-perl-directory-files-and-attributes):
11762 Add error handling.
11763 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
11764
11765 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
11766
11767 Sync with Tramp 2.0.51.
11768
11769 * net/tramp.el (tramp-handle-set-visited-file-modtime)
11770 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11771 Insert special handling for `last-coding-system-used', again
11772 it still seems to be necessary (unlike stated before).
11773 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11774 (tramp-password-prompt-regexp): There might be other words before
11775 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
11776 (tramp-chunksize): Improve docstring.
11777 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
11778 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
11779 Christian Joergensen <bugs@razor.dk>.
11780
11781 2005-10-07 Glenn Morris <rgm@gnu.org>
11782
11783 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
11784 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
11785 precision'.
11786
11787 2005-10-07 Romain Francoise <romain@orebokech.com>
11788
11789 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
11790 (ibuffer-do-shell-command-pipe-replace)
11791 (ibuffer-do-shell-command-file, ibuffer-do-eval)
11792 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
11793 (ibuffer-do-revert, ibuffer-do-replace-regexp)
11794 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
11795 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11796 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
11797 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
11798 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
11799 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
11800 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
11801 Autoload file sans suffix.
11802
11803 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
11804
11805 2005-10-07 David Ponce <david@dponce.com>
11806
11807 * recentf.el (recentf-menu-open-all-flag): New option.
11808 (recentf-digit-shortcut-command-name): New function.
11809 (recentf--shortcuts-keymap): New variable.
11810 (recentf-menu-shortcuts): New variable.
11811 (recentf-make-menu-items): Initialize it. Replace the "More..."
11812 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
11813 (recentf-menu-value-shortcut): New function.
11814 (recentf-make-menu-item): Use it. No more in-lined.
11815 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
11816 (recentf-open-most-recent-file): Rename from
11817 `recentf-open-file-with-key'. Don't depend on key binding.
11818 (recentf-mode-map): New variable.
11819 (recentf-mode): Use it.
11820
11821 2005-10-06 Bill Wohler <wohler@newt.com>
11822
11823 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
11824
11825 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
11826 (MH-E-SRC): New. Used by mh-autoloads.
11827 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11828 files in MH-E-SRC have been updated.
11829 (compile, recompile, bootstrap): Depend on mh-autoloads.
11830
11831 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
11832
11833 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
11834 gud-break and gud-remove icons when the fringe is not available.
11835
11836 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
11837 Typo.
11838
11839 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11840
11841 * play/zone.el (zone): Wrap body with save-window-excursion.
11842
11843 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
11844
11845 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11846 Use the new `list-only' arg to diary-list-entries.
11847
11848 * calendar/diary-lib.el: Use overlays rather than selective-display.
11849 (diary-selective-display): New var.
11850 (diary-header-line-format): Use it.
11851 (diary-list-entries): Add argument `list-only'.
11852 Put the buffer in diary-mode. Don't add \^M at beg and end.
11853 Replace \^M by invisible overlays.
11854 (diary-unhide-everything): Replace \^M by invisible overlays.
11855 (print-diary-entries): Look for overlays rather than \^M.
11856 Add a space to the temp buffer name.
11857 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
11858 Put the buffer in diary-mode.
11859 (list-sexp-diary-entries): Replace \^M by invisible overlays.
11860 (diary-anniversary): Make the year arg optional.
11861 (diary-time-regexp): New const.
11862 (diary-font-lock-keywords): Use it to accept a few more time formats.
11863
11864 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
11865
11866 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
11867
11868 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
11869 Fix bug introduced 2005-07-03: Use (car (last ...))
11870 to faithfully reproduce replaced artist-last.
11871 (artist-set-arrow-points-for-poly): Likewise.
11872 Suggested by Johan Bockg\e,Ae\e(Brd.
11873
11874 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
11875
11876 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
11877 * wid-edit.el (widget):
11878 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
11879 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
11880
11881 2005-10-06 Kenichi Handa <handa@m17n.org>
11882
11883 * international/mule-cmds.el (set-language-environment):
11884 Fix setting up of case-table for unibyte mode.
11885
11886 * simple.el (what-cursor-position): If the character is displayed
11887 by some `display' text property, show that. Don't use
11888 single-key-description for eight-bit characters in multibyte mode.
11889
11890 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
11891
11892 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
11893 (gdb-ann3): Set it.
11894 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
11895 (gdb-info-frames-custom): Use inverse-video for first five
11896 characters of selected frame only.
11897 (gdb-get-frame-number): Select frame even when point is on frame
11898 number.
11899
11900 2005-10-06 Masatake YAMATO <jet@gyve.org>
11901
11902 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11903 Put `font-lock-function-name-face'.
11904 (gdb-info-frames-custom): Put `font-lock-function-name-face'
11905 and `font-lock-variable-name-face'
11906 (gdb-registers-font-lock-keywords): New font lock keywords definition.
11907 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
11908 (gdb-memory-font-lock-keywords): New font lock keywords definition.
11909 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
11910 (gdb-local-font-lock-keywords): New font lock keywords definition.
11911 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
11912 (gdb-threads-font-lock-keywords): New font lock keywords definition.
11913 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
11914
11915 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
11916
11917 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
11918 (ediff-merge-region-is-non-clash-to-skip): Previously called
11919 ediff-merge-region-is-non-clash.
11920
11921 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
11922 Use insert-buffer-substring.
11923
11924 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
11925 selecting files to patch. Also bug fixes.
11926
11927 * ediff-util.el (ediff-setup): Bug fix.
11928 (ediff-next-difference): Never skip clashes that differ in white
11929 space only.
11930
11931 * ediff-wind.el (ediff-setup-control-frame)
11932 (ediff-destroy-control-frame): Check the menubar feature.
11933
11934 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
11935 (viper-refresh-mode-line): Use make-local-variable to localize
11936 some vars instead of make-variable-buffer-local. Suggested by
11937 Stefan Monnier.
11938
11939 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
11940 (viper-restore-cursor-type, viper-set-insert-cursor-type):
11941 Use make-local-variable instead of make-variable-buffer-local.
11942 Suggested by Stefan Monnier.
11943
11944 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
11945 (viper-comint-mode-hook): Use make-local-variable on
11946 require-final-newline.
11947 (viper-non-hook-settings): Don't use make-variable-buffer-local.
11948
11949 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11950
11951 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
11952 also the second char of a comment-start sequence.
11953 (scheme-sexp-comment-syntax-table): New var.
11954 (lambda, define): Set their scheme-doc-string-elt property.
11955 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
11956 Use lisp-font-lock-syntactic-face-function now that it properly
11957 handles |...| symbols.
11958 (scheme-mode-variables): Set lisp-doc-string-elt-property,
11959 parse-sexp-lookup-properties and font-lock-extra-managed-props.
11960
11961 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
11962 bit from # to |.
11963 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
11964
11965 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
11966 (lisp-doc-string-elt-property): New var.
11967 (lisp-font-lock-syntactic-face-function): Use it.
11968 Rewrite to recognize docstrings even for forms not at toplevel.
11969
11970 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
11971 annotation on the | part of #| rather than on the # part.
11972 (scheme-font-lock-syntactic-face-function): New function, to
11973 distinguish strings from |...| symbols.
11974 (scheme-mode-variables): Use it. Also fix up the font-lock-time
11975 syntax-table so that #|...|# is properly highlighted.
11976
11977 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
11978 Don't mark as docstring the 3rd elem of an unknown toplevel form.
11979
11980 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
11981
11982 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
11983 and C-e.
11984
11985 * emacs-lisp/eldoc.el: Move comments into docstrings.
11986 (eldoc-message-commands): Initialize in its declaration.
11987 Add move-beginning-of-line and move-end-of-line.
11988 (eldoc-add-command, eldoc-add-command-completions)
11989 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
11990
11991 * outline.el (outline-mark-subtree): Activate the mark.
11992
11993 * calendar/appt.el (appt-time-regexp): New var.
11994 (appt-add, appt-make-list): Use it.
11995 (appt-convert-time): Clean up.
11996
11997 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
11998 Don't set any syntax-table property here.
11999 (tex-font-lock-verb): New function. Do it here.
12000 (tex-font-lock-syntactic-keywords): Use it.
12001
12002 2005-10-04 Richard M. Stallman <rms@gnu.org>
12003
12004 * wid-edit.el (widget-file-complete): Get the widget start point
12005 the right way. Default directory to `/' if file has none.
12006
12007 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12008
12009 * textmodes/flyspell.el (flyspell-mode-on):
12010 Call ispell-maybe-find-aspell-dictionaries.
12011
12012 * textmodes/ispell.el (ispell-word, ispell-region):
12013 Call ispell-maybe-find-aspell-dictionaries.
12014 (ispell-accept-buffer-local-defs):
12015 Don't call ispell-maybe-find-aspell-dictionaries
12016
12017 2005-10-04 Richard M. Stallman <rms@gnu.org>
12018
12019 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12020
12021 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12022
12023 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12024 instead of `fboundp' in order to allow for anonymous functions.
12025
12026 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12027
12028 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12029 case the user clicks on the link while another window is selected.
12030 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12031
12032 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12033 functionality.
12034 (dframe-help-echo): Save point in case mouse tracking is off.
12035
12036 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12037
12038 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12039
12040 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12041
12042 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12043 not change the global value of those vars.
12044
12045 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12046 make-local-variable which we do not need any more.
12047
12048 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
12049
12050 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12051 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12052 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12053 (speedbar-path-line): Define obsolete aliases.
12054 (speedbar-line-directory): Doc fix.
12055
12056 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12057 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12058 instead of speedbar-line-path.
12059
12060 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12061
12062 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12063 to nil if dropping on a window. Handle dropping on a minibuffer window
12064 like dropping on a non-window part of Emacs.
12065
12066 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12067
12068 * net/ange-ftp.el: Use with-current-buffer.
12069 (ange-ftp-insert-directory): Do not follow symlinks any more.
12070
12071 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12072 Remove interactive spec.
12073
12074 2005-10-03 Kim F. Storm <storm@cua.dk>
12075
12076 * ido.el (ido-mode): Use custom-initialize-set.
12077
12078 2005-10-02 Richard M. Stallman <rms@gnu.org>
12079
12080 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12081 Use insert-buffer-substring.
12082
12083 * net/tramp.el: Pacify byte compiler warnings in pacification code.
12084 (tramp-handle-file-local-copy): Use insert-buffer-substring.
12085
12086 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12087
12088 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12089 in last change.
12090 (ange-ftp-insert-directory): Fix up the search for the case where
12091 `file' is absolute.
12092
12093 2005-10-02 Romain Francoise <romain@orebokech.com>
12094
12095 * progmodes/compile.el (compile-goto-error): Delete extra paren.
12096
12097 2005-10-02 Andreas Schwab <schwab@suse.de>
12098
12099 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12100 directory component in the session info.
12101
12102 2005-10-01 Richard M. Stallman <rms@gnu.org>
12103
12104 * comint.el (comint-redirect-subvert-readonly): Doc fix.
12105
12106 * simple.el (next-error-internal): New function.
12107
12108 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12109 (compilation-start): Pass new arg to compilation-buffer-name.
12110 (compile-goto-error): Use next-error-internal.
12111
12112 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12113
12114 * speedbar.el: Remove RCS tag.
12115 (speedbar-check-read-only): Handle non-existent files.
12116
12117 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12118
12119 * info.el (Info-speedbar-hierarchy-buttons)
12120 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12121
12122 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12123
12124 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12125 Do not match newline.
12126 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12127 (bibtex-summary): Remove unnecessary save-excursion.
12128 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12129
12130 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12131
12132 * term/mac-win.el: Add charset info for "iso10646-1".
12133 Modify default fontset to use ATSUI-compatible fonts for some charsets
12134 if available.
12135
12136 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12137
12138 * speedbar.el: Re-apply arch tag.
12139 (speedbar-version): Rename to version 1.0. Suggested by Eric
12140 M. Ludlam.
12141 Reapply two changes from Emacs CVS' version of speedbar lost
12142 during the merge:
12143 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12144 (speedbar-frame-parameters): Improve customize type.
12145
12146 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12147
12148 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12149 (ange-ftp-file-directory-p): Fix the symlink case.
12150 (ange-ftp-insert-directory): When listing a single file, get a list of
12151 the parent buffer and extract the relevant line. Inspired from a patch
12152 by Katsumi Yamaoka <yamaoka@jpl.org>.
12153 (ange-ftp-file-name-sans-versions): Simplify.
12154
12155 2005-09-30 Bill Wohler <wohler@newt.com>
12156
12157 Move MH-E image files from toolbar and mail directories into
12158 etc/images.
12159
12160 * mail/reply2.*: Move to etc/images/mail/reply*.
12161
12162 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12163 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12164 etc/images.
12165
12166 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12167 * toolbar/reply*: Move to etc/images/mail.
12168
12169 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12170
12171 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
12172
12173 * speedbar.el: New version 1.0pre3.
12174
12175 Frame management code (including timer, and mouse click specifics)
12176 moved to dframe.el:
12177 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
12178 (speedbar-timer): Removed. Use dframe-timer.
12179 (speedbar-close-frame): Removed. Use dframe-close-frame.
12180 (speedbar-activity-change-focus-flag): Removed. Use
12181 dframe-activity-change-focus-flag.
12182 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
12183 dframe-update-speed.
12184
12185 (speedbar-current-frame): New macro. Use this instead of the
12186 variable speedbar-frame.
12187
12188 (speedbar-use-images, speedbar-expand-image-button-alist)
12189 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12190
12191 (speedbar-find-image-on-load-path): Removed. Replaced by
12192 defezimage in ezimage.el.
12193 (speedbar-expand-image-button-alist): Removed. Replaced by
12194 ezimage-expand-image-button-alist in ezimage.el.
12195
12196 (speedbar-ignored-directory-regexp)
12197 (speedbar-add-ignored-directory-regexp)
12198 (speedbar-ignored-directory-expressions)
12199 (speedbar-line-directory, speedbar-buffers-line-directory)
12200 (speedbar-directory-line, speedbar-buffers-line-directory):
12201 Renamed, replacing `path' with `directory'.
12202
12203 (speedbar-create-directory, speedbar-expand-line-descendants)
12204 (speedbar-toggle-line-expansion)
12205 (speedbar-contract-line-descendants): New commands.
12206
12207 (speedbar-query-confirmation-method, speedbar-select-frame-method)
12208 (speedbar-use-tool-tips-flag): New options.
12209
12210 (speedbar-check-read-only, speedbar-require-version)
12211 (speedbar-insert-separator, speedbar-buffers-tail-notes)
12212 (speedbar-handle-delete-frame, speedbar-try-completion)
12213 (speedbar-update-localized-contents): New functions.
12214
12215 (speedbar-incompatible-version, speedbar-ro-to-do-point)
12216 (speedbar-object-read-only-indicator): New variables.
12217
12218 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12219 New hooks.
12220
12221 (speedbar-separator-face): New face.
12222
12223 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12224 (speedbar-ignored-modes): Add fundamental-mode.
12225 (speedbar-directory-unshown-regexp): Add . directories.
12226
12227 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12228 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12229 `]' for full expand/close.
12230 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12231
12232 (speedbar-check-vc): Support hidden files.
12233 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12234 (speedbar-this-file-in-vc): Use vc-state if available. If VC
12235 state is nil, it is not checked out.
12236
12237 (speedbar-line-text, speedbar-line-token): Support expand buttons
12238 with no text.
12239 (speedbar-refresh): Universal argument acts as power-click.
12240 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12241 that buffer to get variable values.
12242
12243 And many other bugfixes.
12244
12245 * dframe.el, ezimage.el, sb-image.el: New files.
12246
12247 * sb-*.xpm: Remove files. New image files installed into
12248 etc/images/ezimage.
12249
12250 2005-09-30 Kenichi Handa <handa@m17n.org>
12251
12252 * ps-mule.el (ps-mule-show-warning): If a character is in
12253 ps-print-translation-table, don't treat it as non-printable.
12254
12255 2005-09-30 David Ponce <david@dponce.com>
12256
12257 * tree-widget.el (tree-widget-themes-load-path): New variable.
12258 (tree-widget-themes-directory): Doc fix.
12259 (tree-widget-image-formats) [Emacs]: Doc fix.
12260 (tree-widget--locate-sub-directory): New function.
12261 (tree-widget-themes-directory): Use it.
12262
12263 * recentf.el (recentf-filename-handlers): Rename from
12264 `recentf-filename-handler'. Allow a list of functions.
12265 (recentf-menu-items-for-commands): Fix :help strings.
12266 (recentf-apply-filename-handlers): New function.
12267 (recentf-expand-file-name): Use it.
12268 (recentf-cleanup): Remove duplicates too.
12269
12270 2005-09-29 Juri Linkov <juri@jurta.org>
12271
12272 * faces.el: Rearrange face definitions to be in the same order as
12273 their face descriptions in "(emacs)Standard Faces".
12274
12275 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12276
12277 * tooltip.el (tooltip): Add group `basic-faces'.
12278
12279 * buff-menu.el (Buffer-menu-buffer): Remove group
12280 `font-lock-highlighting-faces'.
12281
12282 * progmodes/compile.el (compilation-error, compilation-warning)
12283 (compilation-info, compilation-line-number, compilation-column-number):
12284 Change group from `font-lock-highlighting-faces' to `compilation'.
12285
12286 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12287 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12288 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12289 (vhdl-font-lock-reserved-words-face)
12290 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12291 `font-lock-highlighting-faces'.
12292
12293 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12294
12295 2005-09-28 Kim F. Storm <storm@cua.dk>
12296
12297 * emulation/cua-base.el: Set CUA move property on additional commands:
12298 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12299 forward-sexp, backward-sexp, forward-list, backward-list.
12300
12301 2005-09-28 Romain Francoise <romain@orebokech.com>
12302
12303 * comint.el (comint-show-output): Really set point at the
12304 beginning of the output when not using `comint-use-prompt-regexp'.
12305
12306 2005-09-27 Jay Belanger <belanger@truman.edu>
12307
12308 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12309 in TeX mode.
12310
12311 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
12312
12313 * textmodes/org.el (org-table-sum): Fix format string.
12314
12315 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12316 Quote face names.
12317
12318 2005-09-26 Romain Francoise <romain@orebokech.com>
12319
12320 * isearch.el (isearch-forward-regexp): Close doc string.
12321
12322 2005-09-25 Richard M. Stallman <rms@gnu.org>
12323
12324 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12325
12326 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12327
12328 * progmodes/compile.el (compilation-error-properties):
12329 When getting the file from the previous error message,
12330 correctly decode the new data format.
12331
12332 * progmodes/cc-cmds.el (c-electric-paren):
12333 Call old-blink-paren only for close-paren.
12334
12335 2005-09-24 Andreas Schwab <schwab@suse.de>
12336
12337 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12338 condition.
12339
12340 2005-09-25 Romain Francoise <romain@orebokech.com>
12341
12342 * dired-aux.el (dired-copy-file-recursive):
12343 * dired.el (dired-delete-file):
12344 * ediff-mult.el (ediff-dir-diff-copy-file):
12345 * ediff-util.el (ediff-test-save-region):
12346 * forms.el (forms-mode):
12347 * ido.el (ido-file-internal, ido-delete-file-at-head):
12348 * log-edit.el (log-edit-done):
12349 * ses.el (ses-yank-resize):
12350 * play/gomoku.el (gomoku-human-plays, gomoku)
12351 (gomoku-human-resigns, gomoku-prompt-for-other-game)
12352 (gomoku-offer-a-draw):
12353 * play/landmark.el (lm-human-resigns, lm):
12354 * net/eudcb-ldap.el (eudc-ldap-check-base):
12355 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12356 * progmodes/ebrowse.el (ebrowse-find-pattern):
12357 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12358 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12359 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
12360
12361 * vc.el (vc-delete-file):
12362 * play/gomoku.el (gomoku-terminate-game, gomoku)
12363 (gomoku-prompt-for-move, gomoku-human-takes-back):
12364 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
12365 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
12366
12367 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12368
12369 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
12370 color rxvt terminals by using the code xterm.el used to use before
12371 2005-04-09 in order to match the colors used by rxvt.
12372
12373 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12374
12375 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
12376 colors rxvt-unicode terminals by using the same code as xterm.el.
12377
12378 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12379
12380 * textmodes/tex-mode.el (tex-font-lock-append-prop)
12381 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
12382 new symbol used for the tex-verbatim face.
12383
12384 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12385
12386 * woman.el (woman-file-name):
12387 * wid-edit.el (widget-file-prompt-value)
12388 (widget-coding-system-prompt-value):
12389 * w32-fns.el (set-w32-system-coding-system):
12390 * vc.el (vc-version-diff, vc-annotate):
12391 * textmodes/reftex-auc.el (reftex-arg-cite)
12392 (reftex-arg-index-tag):
12393 * textmodes/refer.el (refer-get-bib-files):
12394 * textmodes/artist.el (artist-figlet-choose-font):
12395 * terminal.el (terminal-emulator):
12396 * replace.el (occur-read-primary-args):
12397 * rect.el (string-rectangle, string-insert-rectangle):
12398 * ps-print.el (ps-print-preprint):
12399 * progmodes/pascal.el (pascal-goto-defun):
12400 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
12401 * progmodes/compile.el (compilation-find-file):
12402 * printing.el (pr-interactive-n-up):
12403 * play/animate.el (animate-birthday-present):
12404 * net/rcompile.el (remote-compile):
12405 * man.el (man, Man-goto-section, Man-follow-manual-reference):
12406 * mail/rmailsum.el (rmail-summary-search-backward)
12407 (rmail-summary-search):
12408 * mail/rmailout.el (rmail-output-read-rmail-file-name)
12409 (rmail-output-read-file-name):
12410 * mail/rmail.el (rmail-search, rmail-search-backwards):
12411 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
12412 * locate.el (locate):
12413 * international/quail.el (quail-show-keyboard-layout):
12414 * international/mule.el (set-buffer-file-coding-system)
12415 (revert-buffer-with-coding-system, set-file-name-coding-system)
12416 (set-terminal-coding-system, set-keyboard-coding-system)
12417 (set-next-selection-coding-system):
12418 * international/mule-diag.el (describe-coding-system)
12419 (describe-font, describe-fontset):
12420 * international/mule-cmds.el (universal-coding-system-argument)
12421 (search-unencodable-char, describe-input-method)
12422 (set-language-environment, describe-language-environment):
12423 * international/codepage.el (codepage-setup):
12424 * international/code-pages.el (codepage-setup):
12425 * info.el (Info-search, Info-follow-reference)
12426 (Info-search-backward):
12427 * emacs-lisp/advice.el (ad-read-advised-function)
12428 (ad-read-advice-class, ad-clear-cache, ad-activate)
12429 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
12430 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
12431 (ad-read-regexp):
12432 * ediff-util.el (ediff-toggle-regexp-match):
12433 * ediff-ptch.el (ediff-prompt-for-patch-file):
12434 * dired-aux.el (dired-diff):
12435 * diff.el (diff):
12436 * cus-edit.el (custom-variable-prompt):
12437 * calendar/timeclock.el (timeclock-ask-for-project):
12438 * calc/calcalg3.el (calc-get-fit-variables):
12439 * calc/calc-store.el (calc-edit-variable)
12440 (calc-permanent-variable):
12441 * vc-mcvs.el (vc-mcvs-register):
12442 * shadowfile.el (shadow-define-literal-group):
12443 * woman.el (woman-file-name):
12444 * vc.el (vc-version-diff, vc-merge):
12445 * textmodes/reftex-index.el (reftex-index-complete-tag):
12446 * format.el (format-decode-buffer, format-decode-region):
12447 * emulation/viper-cmd.el (viper-read-string-with-history):
12448 * emacs-lisp/debug.el (cancel-debug-on-entry):
12449 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12450 * ediff.el (ediff-merge-revisions)
12451 (ediff-merge-revisions-with-ancestor, ediff-revision):
12452 * completion.el (interactive-completion-string-reader):
12453 * calc/calc-prog.el (calc-user-define-formula):
12454 Follow convention for reading with the minibuffer.
12455
12456 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
12457
12458 * progmodes/python.el (python-describe-symbol): Add globals() and
12459 locals() to the arguments of emacs.ehelp.
12460
12461 2005-09-24 Magnus Henoch <mange@freemail.hu>
12462
12463 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
12464 New function, code extracted from ispell-valid-dictionary-list.
12465 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
12466 Call it.
12467
12468 2005-09-24 Eli Zaretskii <eliz@gnu.org>
12469
12470 * subr.el (version-regexp-alist): Extend valid syntax for version
12471 strings: allow any of the characters -,_,+ to separate the
12472 alpha/beta/rc part from the version part. Doc fix.
12473 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
12474
12475 2005-09-23 David Reitter <david.reitter@gmail.com>
12476
12477 * mail/mailclient.el: New file.
12478
12479 2005-09-23 Richard M. Stallman <rms@gnu.org>
12480
12481 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
12482 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
12483 Doc fixes.
12484
12485 * progmodes/cc-mode.el (c-font-lock-init):
12486 Specify font-lock-lines-before.
12487
12488 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12489
12490 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
12491 whole conflict.
12492
12493 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
12494
12495 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
12496 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
12497 of `remap' feature when available. Additional key bindings for
12498 better tty support.
12499 (org-mode-restart, org-force-self-insert): New commands.
12500 (org-time-stamp-inactive): New command.
12501 (org-remap): New function.
12502 (org-table-auto-blank-field, org-level-color-stars-only): New options.
12503 (org-enable-fixed-width-editor): Move to `org-structure'
12504 customization group.
12505 (org-self-insert-command, orgtbl-self-insert-command): Modify to
12506 blank field after field motion commands.
12507
12508 2005-09-23 Kenichi Handa <handa@m17n.org>
12509
12510 * international/mule-cmds.el (set-language-environment):
12511 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
12512 have to call utf-translate-cjk-load-tables.
12513
12514 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12515
12516 * mouse.el (mouse-move-drag-overlay): Fix last change.
12517
12518 2005-09-22 David Ponce <david@dponce.com>
12519
12520 * tree-widget.el (tree-widget-value-create): Fix previous change.
12521
12522 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12523
12524 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
12525
12526 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12527
12528 * mouse.el (mouse-move-drag-overlay): New function.
12529 (mouse-drag-region-1): Use it.
12530 Try to simplify a bit the state handling. Handle clicks on links
12531 inside intangible areas.
12532 (mouse-save-then-kill): Minor simplification.
12533 (mouse-secondary-overlay): Make it always non-nil instead of
12534 recreating it each time.
12535 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
12536 (mouse-kill-secondary, mouse-secondary-save-then-kill):
12537 Simplify accordingly.
12538
12539 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12540
12541 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
12542
12543 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
12544
12545 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
12546 (ediff-file-name-sans-prefix): Treat nil as an empty string.
12547 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
12548 to patch.
12549
12550 * ediff-util.el: Use insert-buffer-substring.
12551
12552 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
12553
12554 * emulation/viper-cmd.el (viper-change-state): Don't move over the
12555 field boundaries in the minibuffer.
12556 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
12557 (viper-minibuffer-post-command-hook): New hook.
12558 (viper-line): Don't move cursor at bolp.
12559
12560 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
12561
12562 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
12563 avoid compiler warnings.
12564
12565 * emulation/viper-macs.el (ex-map): Better messages.
12566
12567 * emulation/viper-utils.el (viper-beginning-of-field): New function.
12568
12569 * emulation/viper.el: Replace make-variable-buffer-local with
12570 viper-make-variable-buffer-local everywhere, to avoid warnings.
12571
12572 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12573
12574 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
12575 Delete unused var `old-selected-window'.
12576 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
12577 (mouse-drag-secondary): Delete unused var `start-frame'.
12578
12579 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12580
12581 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
12582
12583 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12584
12585 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
12586 Re-indent within 80 columns. Use inhibit-read-only.
12587
12588 2005-09-19 Romain Francoise <romain@orebokech.com>
12589
12590 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
12591
12592 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12593
12594 * font-lock.el (font-lock-default-fontify-region): Don't add a line
12595 unconditionally, since the after-change-function already did it.
12596
12597 2005-09-19 Miles Bader <miles@gnu.org>
12598
12599 * net/newsticker.el: Get rid of CVS keyword.
12600
12601 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
12602
12603 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
12604 The prompt is formatted later.
12605
12606 2005-09-19 David Ponce <david@dponce.com>
12607
12608 * tree-widget.el (tree-widget-value-create): Save the converted
12609 tree :node widget.
12610
12611 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
12612
12613 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
12614 variable `message'.
12615
12616 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
12617
12618 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
12619 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
12620 <slawomir.nowaczyk.847@student.lu.se>.
12621
12622 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
12623
12624 * image.el (image-load-path): Use symbol `data-directory' instead
12625 of its value, for backward compatibility with packages that bind
12626 it during `find-image'. Suggested by Katsumi Yamaoka.
12627 (image-search-load-path): Handle symbols whose values are strings.
12628
12629 2005-09-18 Romain Francoise <romain@orebokech.com>
12630
12631 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
12632 with-current-buffer form in save-excursion.
12633
12634 2005-09-18 Deepak Goel <deego@gnufans.org>
12635
12636 * apropos.el (apropos-command): Fix `message' call: first arg
12637 should be a format spec. In this and all other cases that appear
12638 below and elsewhere in the source code, I made a change only when
12639 two conditions were satisfied: [1] I can think of a possibility
12640 that the arguments would cause an error, for example, the code in
12641 question relies on external variables such as filenames. [2] I
12642 was sure that the arg to `message' could not have been nil in the code.
12643
12644 * textmodes/tildify.el (tildify-region): Ditto.
12645
12646 * textmodes/reftex-index.el (reftex-index-change-entry)
12647 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
12648 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
12649 * textmodes/org.el (org-complete, org-deadline, org-schedule)
12650 (org-priority, org-table-sum):
12651 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
12652 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
12653 (flyspell-word, flyspell-display-next-corrections):
12654 * textmodes/bibtex.el (bibtex-print-help-message):
12655 * textmodes/artist.el (artist-key-set-point-poly):
12656 * term/mac-win.el (mac-services-insert-text):
12657 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
12658 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
12659 (vhdl-port-paste-testbench, vhdl-compose-new-component)
12660 (vhdl-compose-configuration):
12661 * progmodes/sh-script.el (sh-blink, sh-show-indent)
12662 (sh-set-indent, sh-learn-line-indent):
12663 * progmodes/ps-mode.el (ps-mode-target-column):
12664 * progmodes/idlwave.el (idlwave-make-tags)
12665 (idlwave-scan-library-catalogs):
12666 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
12667 * progmodes/gud.el (gud-jdb-analyze-source):
12668 * progmodes/flymake.el (flymake-log):
12669 * progmodes/ebnf2ps.el (ebnf-generate-region):
12670 * progmodes/cmacexp.el (c-macro-expansion):
12671 * progmodes/ada-xref.el (ada-treat-cmd-string):
12672 * progmodes/ada-mode.el (ada-create-case-exception-substring)
12673 (ada-justified-indent-current, ada-batch-reformat):
12674 * play/zone.el (zone):
12675 * play/landmark.el (lm-move):
12676 * play/decipher.el (decipher-show-alphabet):
12677 * net/newsticker.el (newsticker--display-jump)
12678 (newsticker--display-scroll):
12679 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
12680 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
12681 * mail/feedmail.el (feedmail-dump-message-to-queue):
12682 * eshell/esh-proc.el (eshell-remove-process-entry):
12683 * emulation/ws-mode.el (ws-last-error):
12684 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
12685 (viper-record-kbd-macro):
12686 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
12687 * emacs-lisp/lisp-mnt.el (lm-report-bug):
12688 * emacs-lisp/find-func.el (find-function-noselect):
12689 * calendar/timeclock.el (timeclock-status-string)
12690 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
12691 (timeclock-when-to-leave-string):
12692 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
12693 * calc/calc-units.el (calc-enter-units-table):
12694 * calc/calc-mode.el (calc-mode-record-mode):
12695 * woman.el (woman-mini-help):
12696 * wdired.el (wdired-change-to-wdired-mode):
12697 * vc.el (vc-retrieve-snapshot):
12698 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
12699 * startup.el (display-startup-echo-area-message):
12700 * simple.el (set-goal-column):
12701 * ses.el (ses-command-hook, ses-recalculate-cell):
12702 * server.el (server-process-filter):
12703 * printing.el (pr-interface-txt-print, pr-interface-printify)
12704 (pr-interface-ps):
12705 * pcvs.el (cvs-help):
12706 * log-edit.el (log-edit, log-edit-mode-help):
12707 * iswitchb.el (iswitchb-possible-new-buffer):
12708 * isearch.el (isearch-edit-string):
12709 * image-mode.el (image-mode, image-minor-mode):
12710 * ibuf-macs.el (define-ibuffer-filter):
12711 * hi-lock.el (hi-lock-find-patterns):
12712 * files.el (toggle-read-only):
12713 * ediff-util.el (ediff-copy-diff)
12714 (ediff-write-merge-buffer-and-maybe-kill):
12715 * echistory.el (Electric-history-undefined):
12716 * dnd.el (dnd-insert-text):
12717 * dired-aux.el (dired-query):
12718 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
12719 * bookmark.el (bookmark-bmenu-locate):
12720 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
12721 Fix `message' calls to ensure first arg is a format string.
12722 The change was made only when these two conditions were satisfied:
12723 [1] when there is a possibility that the arguments would cause an error
12724 for example, if the code in question relies on external variables
12725 such as filenames, and
12726 [2] if the arg to `message' could not have been nil in the code.
12727
12728 * pcomplete.el (pcomplete--help): Fix `message' format spec.
12729 Not having a %s would be weird, though not technically wrong.
12730
12731 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12732
12733 * term/mac-win.el (mac-add-charset-info): Doc fix.
12734
12735 2005-09-17 Romain Francoise <romain@orebokech.com>
12736
12737 * shell.el (shell-resync-dirs): Handle echoing processes more
12738 reliably. Don't insert resync command if `comint-process-echoes'
12739 is non-nil.
12740
12741 2005-09-17 Magnus Henoch <mange@freemail.hu>
12742
12743 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
12744 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
12745 aspell versions >= 0.60.
12746 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
12747 only if ispell-aspell-supports-utf8 is non-nil.
12748
12749 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12750
12751 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
12752 buffer-local value to lisp-indent-function.
12753
12754 2005-09-17 Milan Zamazal <pdm@zamazal.org>
12755
12756 * progmodes/glasses.el (glasses-make-readable): If
12757 glasses-separator differs from underscore, put appropriate
12758 overlays over underscore characters.
12759 (glasses-convert-to-unreadable): If glasses-separator differs from
12760 underscore, try to convert glasses-separator characters to
12761 underscores.
12762
12763 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12764
12765 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
12766 Use with-syntax-table and dolist.
12767
12768 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
12769
12770 * textmodes/reftex-auc.el:
12771 * textmodes/reftex-cite.el:
12772 * textmodes/reftex-dcr.el:
12773 * textmodes/reftex-global.el:
12774 * textmodes/reftex-parse.el:
12775 * textmodes/reftex-ref.el:
12776 * textmodes/reftex-sel.el:
12777 * textmodes/reftex-toc.el:
12778 * textmodes/reftex-vars.el:
12779 * textmodes/reftex.el: Small changes to remove compiler warnings.
12780
12781 * textmodes/reftex-index.el: Likewise.
12782 (reftex-query-index-phrase): More efficient use of markers.
12783
12784 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12785
12786 * image.el (image-load-path): New variable.
12787 (image-search-load-path): New function.
12788 (find-image): Search for images in `image-load-path'.
12789
12790 2005-09-15 Richard M. Stallman <rms@gnu.org>
12791
12792 * follow.el: Change Maintainer field.
12793
12794 2005-09-15 David Ponce <david@dponce.com>
12795
12796 * recentf.el (recentf-save-file-modes): New option.
12797 (recentf-save-list): Use it.
12798
12799 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
12800
12801 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
12802 (mode-line-mule-info, mode-line-modified): Move bindings from
12803 mouse-3 to mouse-1.
12804
12805 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12806
12807 * simple.el (sendmail-user-agent-compose): Revert last change.
12808
12809 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12810
12811 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
12812 Use with-current-buffer.
12813 (ange-ftp-gwp-start): Remove unused var `gw-user'.
12814 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
12815 (ange-ftp-insert-directory): Remove unused var `short'.
12816 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
12817
12818 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
12819 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
12820
12821 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
12822 (check-calendar-holidays, diary-list-entries): Autoload.
12823 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
12824 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
12825
12826 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
12827 which mistakenly removed a call to display-buffer.
12828
12829 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
12830
12831 * obsolete/iso-insert.el: Move to obsolete/ from international/.
12832
12833 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
12834
12835 * progmodes/hideshow.el
12836 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
12837 (hs-allow-nesting): New user var.
12838 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
12839 (hs-hide-block-at-point): When nesting allowed,
12840 if there is already an overlay in place, delete it.
12841 (hs-safety-is-job-n): Delete func; remove call sites.
12842 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
12843 (hs-overlay-at): New func.
12844 (hs-already-hidden-p, hs-show-block): Use it.
12845 (hs-hide-all): Don't pre-clean if nesting allowed.
12846 (hs-show-all): Temporarily disallow
12847 nesting around call to `hs-discard-overlays'.
12848
12849 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
12850
12851 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
12852 Delete unused local var.
12853
12854 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
12855
12856 * help-fns.el (describe-categories): "?\ " -> "?\s".
12857 (help-do-arg-highlight): Recognize also ARG-n, as in
12858 `move-to-left-margin' (ARG+n is already recognized). Simplify.
12859
12860 * international/codepage.el (dos-unsupported-char-glyph):
12861 * net/newsticker.el (tool-bar-map, w3-mode-map)
12862 (w3m-minor-mode-map):
12863 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
12864 (ent-alist):
12865 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
12866
12867 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
12868
12869 * custom.el (custom-push-theme): Handle the case where a symbol is
12870 bound but face properties have not yet been assigned.
12871
12872 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
12873 Fix behavior if noerase is `t' and there is no mail buffer.
12874
12875 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
12876 if `continue' is nil, rather than signal an error.
12877
12878 2005-09-12 Richard M. Stallman <rms@gnu.org>
12879
12880 * font-lock.el (font-lock-keywords): Add autoload.
12881
12882 * help-fns.el (describe-variable): Rearrange to put source link
12883 in a predictable place.
12884
12885 * net/newsticker.el: New file.
12886
12887 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12888
12889 * calendar/calendar.el (calendar-for-loop): Add edebug info.
12890 (calendar-basic-setup): Use the new nil arg.
12891 (number-of-diary-entries): Move to diary-lib.el.
12892
12893 * calendar/diary-lib.el: Use with-current-buffer, match-string.
12894 (diary-list-entries): Use with-syntax-table and dolist.
12895 Rename from list-diary-entries.
12896 Use number-of-diary-entries if `number' is nil.
12897 (diary, diary-view-entries): Use this new name and new nil arg value.
12898 (number-of-diary-entries): Move from calendar.el.
12899 (diary-unhide-everything): New function.
12900 (include-other-diary-files, fancy-diary-display)
12901 (diary-show-all-entries, make-diary-entry): Use it.
12902 (diary-mail-entries): Use buffer-string.
12903 (mark-diary-entries): Fix long standing paren typo.
12904 (diary-sexp-entry): Use count-lines.
12905 (make-diary-entry): Avoid `previous-line'.
12906 (diary-mode-map): New var.
12907 (diary-mode): Redraw cal after saving. Setup header-line.
12908 (fancy-diary-display-mode): Use local-set-key.
12909
12910 * startup.el (command-line): Try calling various terminal-init-foo-bar
12911 functions by stripping hyphenated suffixes from $TERM.
12912
12913 * files.el (normal-mode): Check boundness of font-lock-keywords.
12914
12915 2005-09-12 Richard M. Stallman <rms@gnu.org>
12916
12917 * progmodes/compile.el: Don't decide a file's directory
12918 until the user actually tries to go there.
12919 (compilation-next-error-function):
12920 Pass compilation-find-file the directory from the file-struct.
12921 (compilation-internal-error-properties): Separate local FILE-STRUCT
12922 from FILE. Doc the args better. Rename arg FMT to FMTS.
12923 (compilation-find-file): Arg DIR renamed to DIRECTORY.
12924 Expand it, and if nil, use default-directory.
12925 (compilation-get-file-structure): Don't mix specified directory
12926 with default directory. Put specified directory into
12927 file-struct. Don't make the file name absolute.
12928
12929 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12930 (compile-command): Add autoload.
12931 (compilation-disable-input): Add autoload.
12932
12933 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
12934
12935 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
12936 strings of the variables it can override.
12937 (time-stamp): New (as yet undocumented) time-stamp-format escapes
12938 %Q and %q, for fully-qualified domain name and unqualified host name.
12939
12940 2005-09-11 Kim F. Storm <storm@cua.dk>
12941
12942 * emacs-lisp/authors.el (authors-aliases): Update list.
12943 (authors-fixed-entries): Update mldrag.el entry.
12944
12945 2005-09-10 Alan Mackenzie <acm@muc.de>
12946
12947 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
12948 from the region narrowed to.
12949
12950 2005-09-10 Magnus Henoch <mange@freemail.hu>
12951
12952 * textmodes/ispell.el (ispell-check-version): Signal an error if
12953 aspell version is less than 0.60.
12954
12955 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
12956
12957 * progmodes/octave-inf.el (inferior-octave-startup):
12958 Resync current dir at the end.
12959
12960 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
12961
12962 * woman.el (woman-topic-at-point-default):
12963 Rename to woman-use-topic-at-point-default.
12964 (woman-topic-at-point): Rename to woman-use-topic-at-point.
12965 (woman-file-name): Reflect renames above. Automatically use the
12966 word at point as topic if woman-use-topic-at-point is non-nil.
12967 Otherwise offer it as default but don't insert it in the
12968 minibuffer. Also use `test-completion' instead of `assoc' as
12969 suggested by Stefan Monnier.
12970
12971 2005-09-10 Andre Spiegel <spiegel@gnu.org>
12972
12973 * vc.el (vc-directory, vc-update-change-log): Throw an error on
12974 the attempt to do it over Tramp. This is not yet supported.
12975
12976 2005-09-10 Eli Zaretskii <eliz@gnu.org>
12977
12978 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
12979 (menu-bar-non-minibuffer-window-p): New functions.
12980 ("Split Window", "Save As..."): Use them.
12981 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
12982 ("Print Buffer", "Truncate Long Lines in this Buffer"):
12983 Use menu-bar-menu-frame-live-and-visible-p.
12984 ("Save Buffer", "Insert File", "Open Directory...")
12985 ("Open File...", "Visit New File..."):
12986 Use menu-bar-non-minibuffer-window-p.
12987 (kill-this-buffer-enabled-p, dired <menu-enable>):
12988 Use menu-bar-non-minibuffer-window-p.
12989
12990 2005-09-09 Eli Zaretskii <eliz@gnu.org>
12991
12992 * cus-start.el (all): Don't complain about fringe-related
12993 built-ins if fringes are not supported. Ditto about
12994 selection-related built-ins. Fix the test for GTK-related built-ins.
12995
12996 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
12997 ("Postscript Print Buffer", "Print Region", "Save As...")
12998 ("Save", "Insert File...", "Open Directory...")
12999 ("Open File...", "Visit New File..."")
13000 ("Truncate Long Lines in this Buffer"): Don't look at
13001 menu-updating-frame if this display does not support multiple frames.
13002
13003 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13004
13005 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13006
13007 2005-09-09 Emilio Lopes <eclig@gmx.net>
13008
13009 * woman.el: Format- and whitespace-related changes.
13010
13011 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13012
13013 * woman.el: Fix my email address.
13014
13015 2005-09-08 Richard M. Stallman <rms@gnu.org>
13016
13017 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13018 (sh-mode): Locally set skeleton-pair-default-alist.
13019
13020 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13021
13022 * progmodes/flymake.el: Require `compile' unconditionally.
13023
13024 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13025
13026 * woman.el (woman-file-name): Provide a default, not initial input.
13027
13028 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13029
13030 * font-lock.el (font-lock-support-mode): Doc fix.
13031
13032 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13033
13034 2005-09-08 Richard M. Stallman <rms@gnu.org>
13035
13036 * simple.el (blink-matching-open): Get rid of text props from
13037 the string shown in echo area. Don't permanently set point.
13038 Some rearrangements.
13039
13040 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13041
13042 * recentf.el (recentf-filename-handler): Add custom choice
13043 `abbreviate-file-name'.
13044
13045 * msb.el (msb--very-many-menus): Fix typo.
13046
13047 * disp-table.el (standard-display-european): Don't set
13048 enable-multibyte-characters to nil.
13049
13050 2005-09-08 David Ponce <david@dponce.com>
13051
13052 * recentf.el (recentf-show-file-shortcuts-flag): New option.
13053 (recentf-expand-file-name): Doc fix.
13054 (recentf-dialog-mode-map): Define digit shortcuts.
13055 (recentf--files-with-key): New variable.
13056 (recentf-show-digit-shortcut-filter): New function.
13057 (recentf-open-files-items): New function.
13058 (recentf-open-files): Use it.
13059 (recentf-open-file-with-key): New command.
13060
13061 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
13062
13063 * buff-menu.el (Buffer-menu-sort-by-column): New function.
13064 Suggested by Kim F. Storm.
13065 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13066 (Buffer-menu-make-sort-button): Use global keymap.
13067
13068 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
13069
13070 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13071 (Man-getpage-in-background-advice): Remove defadvice; it isn't
13072 necessary any longer with the remapped command.
13073 (Man-bgproc-sentinel-advice): Remove defadvice which counts
13074 formatting time only.
13075
13076 * net/tramp.el (tramp-action-password)
13077 (tramp-multi-action-password): Compile the password prompt from
13078 `method', `user' and `host'. Sometimes it isn't obvious which
13079 password to enter, for example with remote files offered by
13080 recentf.el, or with multiple steps. Suggested by Robert Marshall
13081 <robert@chezmarshall.freeserve.co.uk>.
13082
13083 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13086 Fix regexp for when "s///" is at the beginning of line.
13087
13088 2005-09-07 Jay Belanger <belanger@truman.edu>
13089
13090 * calc/calc-poly.el (math-expand-term): Multiply out any powers
13091 when in matrix mode.
13092
13093 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13094
13095 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13096 non-anonymous functions.
13097
13098 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
13099
13100 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13101 when using a header line. Otherwise, use mouse-1-click-follows-link.
13102
13103 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13104 can't be moved; don't signal an error.
13105
13106 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
13107
13108 * cus-theme.el (custom-theme-write-faces): Save the current face
13109 spec, not the defface spec.
13110
13111 * custom.el (custom-known-themes): Clarify meaning of "standard".
13112 (custom-push-theme): Save old values in the standard theme.
13113 (disable-theme): Correct typo.
13114 (custom-face-theme-value) Deleted unused function.
13115 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13116
13117 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13118
13119 * progmodes/compile.el (compilation-goto-locus): Take into account
13120 iconified frames when determining whether the buffer is
13121 already visible.
13122 Don't reset window height if the window already existed.
13123
13124 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
13125
13126 * custom.el (load-theme): Rename from require-theme.
13127 Add interactive spec.
13128 (enable-theme): Rename from custom-enable-theme.
13129 Add interactive spec.
13130 (disable-theme): Rename from custom-disable-theme.
13131 Add interactive spec.
13132 (custom-make-theme-feature): Doc fix.
13133 (custom-theme-directory): Doc fix.
13134 (provide-theme): Call enable-theme.
13135
13136 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * obsolete/lazy-lock.el (lazy-lock-mode):
13139 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13140 font-lock-mode if it's off. Print a warning instead.
13141
13142 * progmodes/compile.el (compilation-start): Ignore errors if the
13143 process died before we get to send-eof.
13144
13145 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13146 Undo last change. Enclosing the result in quotes broke things on Unix
13147 since tex-send-command passes it through shell-quote-argument.
13148 (tex-send-command): Pass `file' through convert-standard-filename
13149 when possible.
13150 (tex-uptodate-p): Handle the case where TeX hasn't put additional
13151 info in a transcript.
13152
13153 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13154
13155 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13156 fix compilation warning. Reorder the key definitions to group
13157 together keys emitted by the current version of xterm.
13158
13159 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13160 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13161 Reorder predicates to correct min-color usage.
13162
13163 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
13164
13165 * longlines.el (longlines-mode): Inhibit read-only when encoding.
13166 Kill local variables when longlines-mode is turned off.
13167
13168 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13169
13170 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13171
13172 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13173
13174 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13175
13176 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13177 (font-lock-lines-before): Change default to being inactive.
13178 (font-lock-default-fontify-region): Obey font-lock-lines-before.
13179 (font-lock-after-change-function): Don't handle f-l-lines-before here.
13180
13181 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13182
13183 * net/tramp.el (tramp-handle-make-auto-save-file-name):
13184 Deactivate temporarily advice if active (not needed for Emacs 22,
13185 but for backwards compatibility).
13186 (tramp-exists-file-name-handler): Rewrite. First implementation
13187 was too simple.
13188 (tramp-advice-make-auto-save-file-name):
13189 Call `tramp-handle-make-auto-save-file-name' (again, just for
13190 backwards compatibility).
13191
13192 2005-08-31 Reto Zimmermann <reto@gnu.org>
13193
13194 * progmodes/vhdl-mode.el
13195 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13196 (vhdl-end-p): Fix indentation bug "else" after "-- when".
13197 (vhdl-set-default-project): New function (easier setting of default).
13198 (vhdl-port-copy): Handle extended identifiers for generics.
13199 (vhdl-compiler-alist): Better description for error message regexp.
13200 (vhdl-make): Query for target, use previous as default.
13201 (vhdl-port-copy): Fix port copy for port names starting with "signal".
13202 (vhdl-font-lock-keywords-2): Fix fontification for record
13203 el. assign.
13204 (vhdl-speedbar-make-subpack-line): Add package body link.
13205 (vhdl-generate-makefile-1): Not include itself as dependency.
13206 (vhdl-font-lock-init): Highlight c-preprocessor directives.
13207 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13208 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13209 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13210 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13211 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13212 (vhdl-import-project): Add string argument for `error'.
13213 (vhdl-compose-configuration)
13214 (vhdl-compose-configuration-architecture): Add configuration
13215 declaration generation.
13216 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13217 (vhdl-trailer-re): Add "record" keyword (better indentation).
13218 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13219 "[^ \t-\"]+".
13220 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13221 (vhdl-testbench-entity-file-name)
13222 (vhdl-testbench-architecture-file-name): Allow separate
13223 customization of testbench file names.
13224 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13225 (vhdl-get-visible-signals): Allow newline within alias declaration.
13226 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13227 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13228 (member-ignore-case): Alias for missing function in XEmacs.
13229 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13230 (vhdl-update-sensitivity-list): Ignore case on read signals.
13231 (vhdl-replace-string): Adjust case only for file names.
13232 (vhdl-update-sensitivity-list): Fix search for read signals.
13233 (vhdl-update-sensitivity-list): Exclude formal parameters.
13234 (vhdl-get-visible-signals): Include aliases of signals.
13235 (vhdl-get-visible-signals): Fix signal name searching.
13236 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13237 (vhdl-fixup-whitespace-region): Fix for character
13238 literals (e.g. `:').
13239
13240 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13241
13242 * ansi-color.el (comint-last-output-start):
13243 * bs.el (font-lock-verbose):
13244 * diff-mode.el (add-log-buffer-file-name-function):
13245 * dired-x.el (vm-folder-directory):
13246 * faces.el (help-xref-stack-item):
13247 * files.el (font-lock-keywords):
13248 * find-lisp.el (dired-buffers, dired-subdir-alist):
13249 * ido.el (cua-inhibit-cua-keys):
13250 * log-view.el (cvs-minor-wrap-function):
13251 * outline.el (font-lock-warning-face):
13252 * simple.el (compilation-current-error):
13253 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13254 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13255 * tooltip.el (comint-prompt-regexp):
13256 * w32-fns.el (explicit-shell-file-name):
13257 * term/mac-win.el (mac-charset-info-alist)
13258 (mac-services-selection, mac-system-script-code):
13259 * term/tty-colors.el (msdos-color-values):
13260 * term/w32-win.el (xlfd-regexp-registry-subnum):
13261 * term/x-win.el (x-keysym-table, x-selection-timeout)
13262 (x-session-id, x-session-previous-id):
13263 * textmodes/ispell.el (mail-yank-prefix):
13264 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13265 * textmodes/org.el (calc-embedded-close-formula)
13266 (calc-embedded-open-formula)
13267 (font-lock-unfontify-region-function):
13268 * textmodes/reftex-global.el (isearch-next-buffer-function)
13269 (TeX-master):
13270 * textmodes/reftex.el (font-lock-keywords):
13271 * textmodes/tex-mode.el (font-lock-comment-face)
13272 (font-lock-doc-face):
13273 * textmodes/texinfo.el (outline-heading-alist):
13274 Add defvars.
13275
13276 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13277 (artist-spray-chars, artist-mode-init, artist-replace-string)
13278 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13279 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13280 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13281
13282 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13283 (conf-align-assignments): "?\ " -> "?\s".
13284
13285 * textmodes/reftex-index.el (TeX-master): Add defvar.
13286 (reftex-index-phrases-marker): Move up defvar.
13287
13288 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13289 (reftex-toc-include-labels-indicator)
13290 (reftex-toc-include-index-indicator)
13291 (reftex-toc-max-level-indicator): Move up declarations.
13292
13293 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13294 of args to `tramp-run-real-handler', even if it's empty in this case.
13295
13296 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13297
13298 * dired.el (dired-move-to-filename-regexp): Add date format for
13299 Mac OS X 10.3 in East Asian locales.
13300
13301 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13302
13303 * files.el (make-auto-save-file-name): Add file name handler call
13304 if applicable.
13305
13306 * net/tramp.el (tramp-file-name-handler-alist)
13307 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13308 (tramp-handle-make-auto-save-file-name): Rename from
13309 `tramp-make-auto-save-file-name'.
13310 (tramp-exists-file-name-handler): New defun.
13311 (tramp-advice-make-auto-save-file-name): Make defadvice only when
13312 `make-auto-save-file-name' is not a magic file name operation.
13313
13314 2005-08-30 Richard M. Stallman <rms@gnu.org>
13315
13316 * files.el (risky-local-variable-p):
13317 Match `-predicates' and `-commands.
13318
13319 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13320 (custom-save-all): Visit the file if necessary;
13321 kill the buffer if we created it.
13322 (custom-save-delete): Don't visit file or kill buffer here.
13323
13324 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
13325
13326 * textmodes/org.el (org-special-keyword): New face.
13327 (org-table-copy-down, org-table-eval-formula)
13328 (org-table-recalculate, org-init-section-numbers):
13329 Use `string-to-number' instead of `string-to-int'.
13330 (org-get-location): Use `insert-buffer-substring' instead of
13331 `insert-buffer'.
13332 (org-modify-diary-entry-string): New function.
13333 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13334 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13335 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13336 active region.
13337 (org-export-as-html): Handle QUOTE keyword.
13338 (org-quote-string): New option.
13339 (org-bookmark-jump-unhide): New function, used for
13340 `bookmark-after-jump-hook'.
13341 (org-diary-default-entry): Apply only when not called through
13342 `org-agenda'.
13343
13344 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
13345
13346 * net/eudc.el (mode-popup-menu):
13347 * play/handwrite.el (ps-printer-name, ps-lpr-command):
13348 * progmodes/ada-mode.el (compile-auto-highlight)
13349 (skeleton-further-elements):
13350 * progmodes/autoconf.el (font-lock-syntactic-keywords):
13351 * progmodes/cmacexp.el (msdos-shells):
13352 * progmodes/compile.el (font-lock-extra-managed-props)
13353 (font-lock-keywords, font-lock-maximum-size)
13354 (font-lock-support-mode):
13355 * progmodes/grep.el (font-lock-lines-before):
13356 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13357 * progmodes/mixal-mode.el (compile-command):
13358 * progmodes/perl-mode.el (font-lock-comment-face)
13359 (font-lock-doc-face, font-lock-string-face):
13360 * progmodes/prolog.el (comint-prompt-regexp):
13361 * progmodes/sh-script.el (font-lock-comment-face)
13362 (font-lock-set-defaults, font-lock-string-face):
13363 * progmodes/sql.el (font-lock-keyword-face)
13364 (font-lock-set-defaults, font-lock-string-face):
13365 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
13366 (itimer-version, lazy-lock-defer-contextually)
13367 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
13368 Add defvars.
13369
13370 * progmodes/cperl-mode.el (cperl-electric-lbrace)
13371 (cperl-electric-keyword, cperl-electric-pod)
13372 (cperl-electric-backspace, cperl-forward-re)
13373 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
13374 (vc-rcs-header, vc-sccs-header): Add defvars.
13375
13376 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
13377 (font-lock-syntactic-keywords, gud-find-expr-function):
13378 Add defvars.
13379
13380 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
13381 (gdb-frame-parameters): Declare before use.
13382
13383 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
13384 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
13385 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
13386 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
13387
13388 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
13389 (idlwave-help-with-source): Use `insert-buffer-substring', not
13390 `insert-buffer'.
13391
13392 2005-08-29 Juri Linkov <juri@jurta.org>
13393
13394 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
13395 Put outline-back-to-heading function call inside save-excursion.
13396
13397 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
13398
13399 * man.el (Man-init-defvars, Man-translate-references)
13400 (Man-support-local-filenames, Man-highlight-references):
13401 * progmodes/sql.el (sql-interactive-mode):
13402 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
13403
13404 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
13405 (compilation-mode-font-lock-keywords): Add defvars.
13406 (checkdoc-interactive-loop): "?\ " -> "?\s".
13407
13408 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
13409 (font-lock-doc-face, font-lock-string-face)
13410 (font-lock-keywords-case-fold-search): Add defvars.
13411 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
13412
13413 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
13414 Don't pass X and Y (they are ignored anyway).
13415 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
13416 (mouse-delete-window): Make arguments optional.
13417
13418 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
13419 (caesar-translate-table, minor-modes, news-buffer-save)
13420 (news-group-name, news-minor-modes): Add defvars.
13421
13422 * emacs-lisp/lselect.el (mouse-highlight-priority)
13423 (x-lost-selection-functions, zmacs-regions):
13424 * emacs-lisp/pp.el (font-lock-verbose):
13425 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
13426 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
13427 (ses-mode-map):
13428 * emacs-lisp/tcover-unsafep.el (safe-functions):
13429 * international/mule-cmds.el (mac-system-coding-system)
13430 (mac-system-locale):
13431 * language/ethio-util.el (rmail-current-message)
13432 (rmail-message-vector):
13433 * language/thai-util.el (thai-auto-composition-mode):
13434 * mail/metamail.el (rmail-current-message, rmail-message-vector):
13435 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
13436 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
13437 (vm-primary-inbox, vm-spool-files):
13438 * mail/rmail.el (deleted-head, font-lock-fontified)
13439 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
13440 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
13441 (total-messages):
13442 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
13443 (rmail-summary-mode-map):
13444 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
13445 (rmail-last-label, rmail-last-multi-labels)
13446 (rmail-summary-vector, rmail-total-messages):
13447 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
13448 * mail/rmailsum.el (msgnum):
13449 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
13450 (rmail-current-message):
13451 * obsolete/fast-lock.el (font-lock-face-list):
13452 * obsolete/rnewspost.el (mail-reply-buffer):
13453 * obsolete/scribe.el (compile-command):
13454 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
13455
13456 2005-08-28 John Paul Wallington <jpw@gnu.org>
13457
13458 * ibuf-ext.el (ibuffer-auto-update-changed):
13459 Use `frame-or-buffer-changed-p' to check whether we need to update.
13460 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
13461 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
13462 as a `frame-or-buffer-changed-p' state vector instead.
13463
13464 2005-08-27 Romain Francoise <romain@orebokech.com>
13465
13466 * textmodes/makeinfo.el (makeinfo-compile):
13467 Use `compilation-start'. Set `next-error-function' according to
13468 `disable-errors'.
13469 (makeinfo-next-error): New function.
13470 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
13471 (makeinfo-buffer): Likewise.
13472
13473 * progmodes/compile.el (compilation-start): Add autoload cookie.
13474
13475 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
13476 * textmodes/sgml-mode.el: Likewise.
13477 * progmodes/python.el: Likewise.
13478
13479 2005-08-27 Eli Zaretskii <eliz@gnu.org>
13480
13481 * simple.el (blink-matching-paren-distance): Document the meaning
13482 of nil value, and allow to customize to nil.
13483
13484 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
13485 command.com, not command.exe.
13486
13487 2005-08-26 John Wiegley <johnw@newartisans.com>
13488
13489 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
13490 code around a bit so that an extraneous nil argument is not added
13491 to a command when no args are given.
13492
13493 * eshell/esh-arg.el (eshell-parse-double-quote): If a
13494 double-quoted argument resolves to nil, return it as an empty
13495 string rather than as nil. This made it impossible to pass "" to
13496 a shell script as a null string argument.
13497
13498 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13499
13500 * outline.el (outline-invent-heading): New fun.
13501 (outline-promote, outline-demote): Use it.
13502 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
13503 (outline-end-of-subtree): Remove unused var `opoint'.
13504
13505 2005-08-26 David Reitter <david.reitter@gmail.com>
13506
13507 * menu-bar.el (truncate-lines, write-file, print-buffer)
13508 (ps-print-buffer-faces, ps-print-buffer, split-window):
13509 Disable menu items when the frame they refer to is invisible, or when
13510 they refer to a buffer and the minibuffer is selected.
13511
13512 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13513
13514 * progmodes/flymake.el (flymake-highlight-err-lines):
13515 Use save-excursion around flymake-highlight-line to preserve point.
13516
13517 2005-08-26 Eli Zaretskii <eliz@gnu.org>
13518
13519 * progmodes/octave-mod.el: Change Author and Maintainer address.
13520 (octave-maintainer-address): Change Kurt's email address.
13521 * progmodes/octave-inf.el: Change Author and Maintainer address.
13522 * progmodes/octave-hlp.el: Change Author and Maintainer address.
13523
13524 2005-08-26 Kim F. Storm <storm@cua.dk>
13525
13526 * subr.el (version-list-<, version-list-<=, version-list-=):
13527 Rename from integer-list-*.
13528 (version-list-not-zero): Likewise. Fix while loop.
13529 (version=): Use version-list-= instead of string-equal.
13530
13531 2005-08-26 Richard M. Stallman <rms@gnu.org>
13532
13533 * outline.el (outline-promote): Try shortening the heading.
13534 As last resort, read the heading to use.
13535 (outline-demote): As last resort, read the heading to use.
13536
13537 2005-08-26 Romain Francoise <romain@orebokech.com>
13538
13539 * progmodes/compile.el (compilation-start): Doc fix.
13540
13541 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
13542 (antlr-font-lock-additional-keywords): Fix reference to
13543 `antlr-font-lock-literal-regexp' erroneously changed during the
13544 mass face rename.
13545 (antlr-run-tool): Use `compilation-start'.
13546
13547 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
13548 instead of the obsolete `compile-internal'.
13549
13550 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
13551
13552 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
13553 (number, original-date):
13554 * calendar/cal-china.el (date):
13555 * calendar/cal-coptic.el (date):
13556 * calendar/cal-french.el (date):
13557 * calendar/cal-hebrew.el (date, entry, number, original-date):
13558 * calendar/cal-islam.el (date, number, original-date):
13559 * calendar/cal-iso.el (date):
13560 * calendar/cal-julian.el (date):
13561 * calendar/cal-mayan.el (date):
13562 * calendar/cal-menu.el (date, event):
13563 * calendar/cal-persia.el (date):
13564 * calendar/lunar.el (date):
13565 * calendar/solar.el (date): Add defvars.
13566
13567 * emerge.el:
13568 * ibuffer.el:
13569 * info-xref.el:
13570 * obsolete/bg-mouse.el:
13571 * obsolete/sun-curs.el:
13572 * obsolete/swedish.el: Move the `defvar's to the top level.
13573
13574 * smerge-mode.el (smerge-refined-change): Add :group.
13575
13576 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
13577
13578 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
13579 (smerge-keep-n): Remove props.
13580 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13581 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
13582 now that it's done in smerge-keep-n.
13583 (smerge-refined-change): New face.
13584 (smerge-refine-chopup-region, smerge-refine-highlight-change)
13585 (smerge-refine): New funs.
13586 (smerge-basic-map): Bind smerge-refine.
13587
13588 2005-08-25 Juri Linkov <juri@jurta.org>
13589
13590 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
13591 compilation-process-setup-function and compilation-disable-input
13592 in grep-mode instead of let-bindings in grep.
13593
13594 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
13595 Delete "Automatic File De/compression" (auto-compression-mode).
13596
13597 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
13598
13599 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
13600 Silence warning about non-existent variable.
13601
13602 2005-08-25 Richard M. Stallman <rms@gnu.org>
13603
13604 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
13605 Rename "Describe Key" to "Describe Key or Mouse Operation".
13606
13607 * mail/mailalias.el (build-mail-aliases): Delete comments
13608 from the contents before processing them.
13609
13610 * isearch.el (isearch-edit-string): Erase the Search prompt
13611 if user enters an empty string and there is no default.
13612
13613 * comint.el (comint-file-name-prefix): Add autoload.
13614
13615 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
13616
13617 * subr.el (play-sound): Rearrange to avoid warning.
13618
13619 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
13620
13621 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
13622 New hook.
13623 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
13624
13625 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13626
13627 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
13628
13629 * custom.el (custom-theme-set-variables): Sort minor modes last.
13630
13631 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13632
13633 * subr.el (version-separator, version-regexp-alist): New vars used by
13634 version comparison funs.
13635 (integer-list-<, integer-list-=, integer-list-<=)
13636 (integer-list-not-zero): New funs for integer list comparison.
13637 (version-to-list, version=, version<, version<=): New funs for version
13638 comparison.
13639
13640 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
13641
13642 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
13643 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
13644 time to silence the byte-compiler.
13645
13646 * ibuffer.el (ibuffer-compile-make-eliding-form)
13647 (ibuffer-check-formats): Use `with-no-warnings' to hide references
13648 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
13649 so it's silly to get warnings for it).
13650 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
13651 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
13652 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
13653 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
13654 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
13655 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
13656 Defvar at compile time.
13657 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
13658 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
13659 Declare them before use.
13660
13661 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
13662 (info-xref-good, info-xref-bad): Defvar at compile time.
13663
13664 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
13665 Use `let*' instead of `let'.
13666
13667 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
13668 (*mouse-y*, menu, char): Defvar at compile time.
13669 (sc::menu): Declare it before use.
13670 (sc::pack-one-line): Use `let', not `let*'.
13671
13672 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
13673 (mail-send-hook): Defvar at compile time.
13674
13675 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
13676 Defvar at compile time.
13677
13678 * term/sun-mouse.el (current-global-mousemap)
13679 (current-local-mousemap): Declare them before use.
13680
13681 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
13682
13683 * bookmark.el (bookmark-after-jump-hook): New hook.
13684 (bookmark-jump): Run `bookmark-after-jump-hook'.
13685
13686 2005-08-23 Juri Linkov <juri@jurta.org>
13687
13688 * faces.el (minibuffer-prompt): Doc fix.
13689
13690 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
13691
13692 * progmodes/xscheme.el: Trivial changes to silence warnings.
13693 (xscheme-previous-mode, xscheme-previous-process-state):
13694 Add defvars.
13695 (xscheme-last-input-end, xscheme-process-command-line)
13696 (xscheme-process-name, xscheme-buffer-name)
13697 (xscheme-expressions-ring-max, xscheme-expressions-ring)
13698 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
13699 (xscheme-control-g-synchronization-p)
13700 (xscheme-control-g-disabled-p, xscheme-string-receiver)
13701 (default-xscheme-runlight, xscheme-runlight)
13702 (xscheme-runlight-string, xscheme-process-filter-state)
13703 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
13704 Move to beginning of file.
13705 (scheme-interaction-mode-commands-alist)
13706 (scheme-interaction-mode-map, scheme-debugger-mode-map):
13707 Declare them before use. Note: the initialization code for the variables
13708 has not been moved because it uses functions that reference the variables.
13709 (xscheme-control-g-message-string, xscheme-process-filter-alist)
13710 (xscheme-prompt-for-expression-map): Declare them before use.
13711 (scheme-debugger-mode-commands): "?\ " -> "?\s".
13712
13713 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
13714
13715 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
13716
13717 2005-08-22 Juri Linkov <juri@jurta.org>
13718
13719 * faces.el (set-face-underline): Delete this duplicate function
13720 and make an obsolete alias to set-face-underline-p.
13721 (set-face-underline-p): Use docstring of set-face-underline.
13722 (describe-face): Create hyperlink to parent face.
13723
13724 * info.el (Info-insert-dir): Use save-excursion around
13725 insert-buffer-substring.
13726 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
13727 (Info-escape-percent): Delete function.
13728 (Info-fontify-node): Replace Info-escape-percent by
13729 replace-regexp-in-string with REP arg set to lambda that
13730 duplicates `%' and preserves text properties.
13731
13732 * progmodes/compile.el (compilation-disable-input): Doc fix.
13733 (define-compilation-mode): Doc fix and refill.
13734 (kill-compilation): Use `mode-name' in the error message.
13735 (compilation-find-file): Use `compilation-error' in the
13736 read-file-name's prompt.
13737
13738 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13739
13740 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
13741 (smerge-auto-leave): Make undo re-enable the mode.
13742 (debug-ignored-errors): Add the user-error of impossible resolution.
13743 (smerge-resolve): Move things around a bit, in preparation for later.
13744 (smerge-diff): Don't fail if the buffer has no associated file.
13745 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
13746 (smerge-conflict-overlay): New function.
13747 (smerge-match-conflict): Don't add text properties here.
13748 (smerge-find-conflict): Instead, add an overlay here.
13749 Also check for the case where we're inside a conflict already, so as to
13750 obviate the need for font-lock-multiline, which is unbearably slow with
13751 large conflicts and ciomplex font-lock patterns.
13752 (smerge-remove-props): Remove overlay rather than text-properties.
13753 (smerge-mode): Don't set font-lock-multiline.
13754 Remove overlays when turned off.
13755
13756 2005-08-21 Kim F. Storm <storm@cua.dk>
13757
13758 * ido.el (ido-ignore-item-p): Use save-match-data.
13759 Bind case-fold-search to ido-case-fold locally.
13760
13761 2005-08-20 Richard M. Stallman <rms@gnu.org>
13762
13763 * files.el (normal-mode): If font lock is on, turn it off and on.
13764
13765 * subr.el (replace-regexp-in-string): Doc fix.
13766
13767 * startup.el (command-line-1): Don't suppress startup screen
13768 due to existing processes.
13769
13770 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
13771
13772 * progmodes/compile.el (compilation-disable-input): Default to nil.
13773
13774 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13775
13776 * progmodes/compile.el (compilation-disable-input): New defcustom.
13777 (compilation-start): If compilation-disable-input is non-nil, send
13778 EOF to the compilation process.
13779
13780 2005-08-20 Eli Zaretskii <eliz@gnu.org>
13781
13782 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
13783 Run the argument of tex-shell-cd-command through
13784 convert-standard-filename, to get the correct style of slashes on
13785 Windows, and enclose the result in quotes, in case the file name
13786 includes whitespace or other special characters.
13787
13788 2005-08-19 Andreas Schwab <schwab@suse.de>
13789
13790 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
13791 process.
13792
13793 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
13794
13795 * cus-start.el (minibuffer-prompt-properties): Correct typo.
13796
13797 2005-08-18 Kim F. Storm <storm@cua.dk>
13798
13799 * scroll-lock.el: Fix errors due to incorrect line wrapping.
13800
13801 2005-08-18 Richard M. Stallman <rms@gnu.org>
13802
13803 * scroll-lock.el: New file.
13804
13805 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
13806
13807 * dired.el (dired-move-to-end-of-filename):
13808 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
13809
13810 2005-08-18 Kim F. Storm <storm@cua.dk>
13811
13812 * ido.el (ido-everywhere): Fix defcustom :set function to disable
13813 rather than toggle mode when custom value is nil.
13814 (ido-everywhere): Fix defun doc string.
13815
13816 2005-08-17 Richard M. Stallman <rms@gnu.org>
13817
13818 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
13819 as tag instead of "Inviolable".
13820
13821 2005-08-17 Kim F. Storm <storm@cua.dk>
13822
13823 * windmove.el (windmove-coordinates-of-position): Remove.
13824 (windmove-coordinates-of-window-position): Remove.
13825 (windmove-reference-loc): Use posn-at-point instead.
13826
13827 * subr.el (insert-for-yank-1): Doc fix.
13828
13829 * ido.el (ido-enter-matching-directory): Rename from
13830 ido-enter-single-matching-directory. Change `slash' choice to
13831 `only'. Add `first' choice.
13832 (ido-exhibit): Adapt to above changes.
13833
13834 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
13835
13836 * Makefile.in: Expand comment about building loaddefs.el.
13837
13838 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
13839
13840 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
13841 Comment use of defadvice.
13842
13843 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
13844
13845 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
13846
13847 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
13848 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
13849 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
13850 * progmodes/idlw-shell.el, progmodes/ld-script.el,
13851 * progmodes/which-func.el, ruler-mode.el, strokes.el,
13852 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
13853 for backward compatibility for faces that did not appear in the
13854 previous Emacs release.
13855
13856 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
13857
13858 2005-08-15 Kim F. Storm <storm@cua.dk>
13859
13860 * emulation/cua-base.el (cua-delete-region): Return t if
13861 deleted region was non-empty.
13862 (cua-replace-region): Inhibit overwrite-mode for
13863 self-insert-command if replaced region was non-empty.
13864 (cua--explicit-region-start, cua--status-string): Make them
13865 buffer-local at top-level...
13866 (cua-mode): ...rather than when mode is enabled.
13867
13868 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
13869
13870 * progmodes/vhdl-mode.el (vhdl-emacs-21):
13871 Set t for Emacs 21, 22, and so on.
13872
13873 2005-08-15 David Ponce <david@dponce.com>
13874
13875 * tree-widget.el: Update Commentary header.
13876 (tree-widget-theme): Doc fix.
13877 (tree-widget-space-width): New option.
13878 (tree-widget-image-properties): Look up in the default theme too.
13879 (tree-widget--cursors): Only for images with arrow pointer shape.
13880 (tree-widget-lookup-image): Pointer shape is hand by default.
13881 (tree-widget-icon): Rename generic icon widget from
13882 `tree-widget-control'.
13883 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
13884 derive from `tree-widget-icon'.
13885 (tree-widget-handle): Improve default look and feel of the text
13886 representation.
13887 (tree-widget): Rename :*-control properties to :*-icon properties.
13888 Add :action and :help-echo properties.
13889 (tree-widget-after-toggle-functions): Move.
13890 (tree-widget-close-node, tree-widget-open-node): Remove.
13891 (tree-widget-before-create-icon-functions): New hook.
13892 (tree-widget-value-create): Update to allow customization of icons
13893 and nodes at run-time via that new hook.
13894 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
13895 (tree-widget-icon-action, tree-widget-icon-help-echo)
13896 (tree-widget-action, tree-widget-help-echo): New functions.
13897
13898 2005-08-15 Kim F. Storm <storm@cua.dk>
13899
13900 * ido.el (ido-buffer-internal): Use with-no-warnings.
13901 (ido-make-merged-file-list): Use while-no-input.
13902
13903 2005-08-15 Richard M. Stallman <rms@gnu.org>
13904
13905 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
13906 (flyspell-large-region): Fix doc and custom type.
13907
13908 2005-08-14 Richard M. Stallman <rms@gnu.org>
13909
13910 * files.el (interpreter-mode-alist): Doc fix.
13911
13912 * mail/rmail.el (rmail-nonignored-headers): New variable.
13913 (rmail-clear-headers): Use it.
13914 (rmail-reply): Better handling of mail-followup-to header.
13915
13916 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13917 Rename variable from sh-font-lock-keywords. In the `shell' entry,
13918 don't try to refer to executable-font-lock-keywords.
13919 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
13920 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
13921 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
13922 (sh-mode): Set comment-start-skip, local-abbrev-table,
13923 imenu-case-fold-search.
13924 (sh-set-shell): Don't set them here.
13925 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
13926 Don't cache the results in the original alist; don't ever modify
13927 that alist.
13928
13929 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
13930
13931 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
13932 empty.
13933
13934 2005-08-15 Andreas Schwab <schwab@suse.de>
13935
13936 * desktop.el: Put autoload cookie at risky-local-variable declarations.
13937
13938 * dired.el, info.el, mail/rmail.el: Revert last change.
13939
13940 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
13941
13942 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
13943 modification in `eval-after-load' form.
13944 * info.el: Likewise.
13945 * mail/rmail.el: Likewise.
13946
13947 2005-08-14 Juri Linkov <juri@jurta.org>
13948
13949 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13950 Remove highlighting of "Compilation started". Highlight only
13951 the word "finished" in "Compilation finished". Add highlighting
13952 of "interrupt", "killed", "terminated" and the exit code.
13953 (compilation-start): Add newline after header. Use exactly the
13954 same time stamp format as the finishing message.
13955 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
13956
13957 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
13958 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
13959 Add highlighting of "interrupt", "killed", "terminated".
13960
13961 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
13962 enabled and the current command is self-insert-command, call it
13963 explicitly with overwrite-mode bound to nil, to not allow it
13964 to delete the character after the selected region.
13965
13966 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
13967
13968 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
13969 move-end-of-line, end-of-line, and beginning-of-line to the list
13970 of commands after which the echo area is updated.
13971
13972 2005-08-12 Eli Zaretskii <eliz@gnu.org>
13973
13974 * cus-edit.el (custom-save-all, custom-save-delete):
13975 Bind recentf-exclude to exclude custom-file.
13976
13977 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
13978
13979 * mail/rmailsum.el (rmail-summary-end-of-message): New command
13980 to go to the bottom of the mail message. Added to
13981 `rmail-summary-mode-map' with key "/".
13982 (rmail-summary-show-message): New (internal) function for use by
13983 both `rmail-summary-beginning/end-of-message'.
13984 (rmail-summary-beginning-of-message): Change to use
13985 rmail-summary-show-message.
13986
13987 * mail/rmail.el (rmail-end-of-message): New command to go to the
13988 end of the current message. Added to `rmail-mode-map' with key "/".
13989 (rmail-beginning-of-message): Fix to work as documented.
13990 (rmail-mode): Change documentation.
13991
13992 * progmodes/compile.el (compilation-start): Add the line
13993 "Compilation started" with compilation start time.
13994 (compilation-mode-font-lock-keywords): Add `started' to keywords.
13995
13996 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
13997
13998 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
13999 of menu items.
14000
14001 2005-08-11 Richard M. Stallman <rms@gnu.org>
14002
14003 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14004
14005 * battery.el (battery-status-function): Don't use ignore-errors.
14006
14007 2005-08-11 Lute Kamstra <lute@gnu.org>
14008
14009 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14010 define-obsolete-variable-alias.
14011
14012 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14013
14014 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14015 (ange-ftp-send-cmd): Revert last change, and expand
14016 the comment explaining the problem.
14017
14018 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14019
14020 * ldefs-boot.el: Update.
14021
14022 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14023 item to "Time, Load and Mail". Change help echo text.
14024
14025 * time.el (display-time-use-mail-icon, display-time-format)
14026 (display-time-string-forms): Shorten first line of docstrings.
14027
14028 2005-08-10 Lars Hansen <larsh@soem.dk>
14029
14030 * desktop.el (desktop-buffer-mode-handlers):
14031 Make non-customizable. Add autoload cookie. Change initial value to
14032 nil; add elements in respective modules instead. Fix doc string.
14033 (desktop-load-file): New function.
14034 (desktop-minor-mode-handlers): New autoloaded variable.
14035 (desktop-create-buffer): Call minor mode handlers.
14036 Use desktop-load-file to load major and minor mode modules prior to
14037 checking for a handler.
14038 (desktop-save): Don't add nil to desktop-minor-modes for minor
14039 modes with nil function in desktop-minor-mode-table. Don't delete
14040 desktop file before rewriting it.
14041 (desktop-locals-to-save): Add autoload cookie. Don't make
14042 automatically buffer-local. Add variables column-number-mode,
14043 size-indication-mode, indent-tabs-mode,
14044 indicate-buffer-boundaries, indicate-empty-lines and
14045 show-trailing-whitespace.
14046 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14047 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14048 (desktop-clear-preserve-buffers-regexp): Delete.
14049 (desktop-clear-preserve-buffers): Update initial value and docstring.
14050 (desktop-save-buffer): Fix doc string.
14051
14052 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14053 (hilit-chg-desktop-restore): New function.
14054 (highlight-changes-mode): Add highlight-changes-mode to
14055 desktop-locals-to-save.
14056
14057 * dired.el: Add handler to desktop-buffer-mode-handlers.
14058 (dired-restore-desktop-buffer): Remove autoload cookie.
14059 (dired-mode): Add autoload cookie.
14060
14061 * info.el: Add handler to desktop-buffer-mode-handlers.
14062 (Info-restore-desktop-buffer): Remove autoload cookie.
14063 (Info-mode): Add autoload cookie.
14064
14065 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14066 (mh-restore-desktop-buffer): Remove autoload cookie.
14067 (mh-folder-mode): Add autoload cookie.
14068
14069 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14070 (rmail-restore-desktop-buffer): Remove autoload cookie.
14071
14072 2005-08-11 Masatake YAMATO <jet@gyve.org>
14073
14074 * hexl.el (hexl-address-region):
14075 (hexl-ascii-region, hexl-font-lock-keywords):
14076 (hexl-highlight-line-range): Use the term "region"
14077 instead of "area" for consistency with the other symbols
14078 defined in hexl.el.
14079
14080 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
14081
14082 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14083 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14084 out by Juri Linkov). Add `display-battery-mode'.
14085
14086 2005-08-09 Juri Linkov <juri@jurta.org>
14087
14088 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14089 Remove `-text' from face variable names.
14090 (compilation-error-file-name, compilation-warning-file-name)
14091 (compilation-info-file-name): Delete faces.
14092 (compilation-line-number, compilation-column-number):
14093 Remove face underlining.
14094 (compilation-message-face): Set to `underline' value by default.
14095 (compilation-error-face, compilation-warning-face)
14096 (compilation-info-face): Remove `-file-name' from face names.
14097 (compilation-error-text-face, compilation-warning-text-face)
14098 (compilation-info-text-face): Delete face variables.
14099 (compilation-text-face): Delete function.
14100
14101 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14102 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14103 (grep-error-face): Set to `compilation-error' instead of
14104 `compilation-error-face' (which is redefined to `grep-hit-face' in
14105 grep buffers).
14106 (grep-mode-font-lock-keywords): Remove `-text' from face variable
14107 names. Use `grep-error-face' instead of `compilation-error-text-face'.
14108
14109 * dired-aux.el (dired-do-query-replace-regexp):
14110 Use `query-replace-read-args'.
14111
14112 * replace.el (query-replace-read-from, query-replace-read-to)
14113 (query-replace-read-args): Rename arg `string' to `prompt'.
14114
14115 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14116
14117 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14118
14119 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14120 uploading files.
14121 (ange-ftp-canonize-filename): Handle file names beginning with ~
14122 correctly.
14123
14124 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14125
14126 * textmodes/fill.el (canonically-space-region)
14127 (fill-context-prefix, fill-french-nobreak-p)
14128 (fill-delete-newlines, fill-comment-paragraph)
14129 (justify-current-line): "?\ " -> "?\s".
14130
14131 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
14132
14133 * textmodes/fill.el (fill-nonuniform-paragraphs):
14134 Improve argument/docstring consistency.
14135
14136 2005-08-09 Richard M. Stallman <rms@gnu.org>
14137
14138 * textmodes/ispell.el (ispell-word): More fboundp checks.
14139
14140 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14141 (find-file-noselect-1): Call it here, only if RAWFILE.
14142 (normal-mode): Always set some major mode.
14143 (save-some-buffers-action-alist): Change some explanation strings.
14144 (file-name-non-special): In the `quote' method, use unwind-protect.
14145
14146 2005-08-09 Magnus Henoch <mange@freemail.hu>
14147
14148 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14149 (ispell-have-aspell-dictionaries): New variable.
14150 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14151 (ispell-get-aspell-config-value): New function.
14152 (ispell-aspell-find-dictionary): New function.
14153 (ispell-aspell-add-aliases): New function.
14154 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14155 appropriate. Don't look for ispell dictionaries if we use aspell.
14156 (ispell-menu-map): Don't build a submenu of dictionaries.
14157
14158 2005-08-09 Richard M. Stallman <rms@gnu.org>
14159
14160 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14161 (sql-read-passwd): Use read-passwd.
14162
14163 * progmodes/idlw-toolbar.el (idlwave-toolbar)
14164 (idlwave-toolbar-is-possible): Add defvars.
14165
14166 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14167 Avoid warnings.
14168
14169 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14170 (idlwave-system-class-info, idlwave-executive-commands-alist):
14171 Use defvar.
14172
14173 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14174
14175 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14176 Avoid warnings.
14177
14178 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14179 and content-type: headers.
14180
14181 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14182
14183 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14184 and rename some of them to be more self-explanatory.
14185
14186 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14187
14188 * startup.el (command-line-1): Implement -scriptload.
14189
14190 * replace.el (occur-engine): Initial *Occur* output not undoable.
14191
14192 * menu-bar.el (menu-bar-file-menu): Rename some menu items
14193 and improve help strings.
14194
14195 * isearch.el (isearch-repeat): When changing direction,
14196 mark search successful.
14197
14198 * ediff-init.el: Use (featurep 'xemacs).
14199
14200 * comint.el (send-invisible): Identify buffer, if not selected.
14201
14202 * align.el: Delete autoload for c-guess-basic-syntax.
14203
14204 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14205
14206 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14207 Improve argument/docstring consistency. Doc fixes.
14208 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14209 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14210 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14211 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14212 (r2bv-organization, r2bv-pages, r2bv-primary-author)
14213 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14214 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14215 Defvar at compile time.
14216
14217 2005-08-09 Juri Linkov <juri@jurta.org>
14218
14219 * info.el: Replace `info' with upper-case `Info' where appropriate.
14220 (info-title-1, info-title-2, info-title-3, info-title-4)
14221 (info-menu-header): Move up face definitions.
14222 (info-menu-star): Rename from `info-menu-5'.
14223 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14224 (Info-fontify-visited-nodes): Fix docstring.
14225 (Info-hide-note-references): Fix docstring.
14226 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14227 menu items in the same way as on cross-references.
14228 (info-apropos): Fix sorting order and formatting to be like in the
14229 stand-alone Info browser. Display error messages for 1 sec.
14230 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
14231 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14232 from the menu bar.
14233 (Info-insert-dir): Restore point after calling
14234 `insert-buffer-substring'.
14235
14236 2005-08-08 Richard M. Stallman <rms@gnu.org>
14237
14238 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14239 (recompute-lucid-menubar): Add defvars.
14240
14241 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14242
14243 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14244
14245 * net/net-utils.el (run-dig): Rename from `dig'.
14246
14247 * play/gametree.el (gametree-mode): Use make-local-variable,
14248 not make-variable-buffer-local.
14249
14250 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14251
14252 * ansi-color.el (ansi-color-make-extent)
14253 (ansi-color-set-extent-face): Use fboundp, not functionp.
14254
14255 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14256 not make-variable-buffer-local.
14257
14258 * bookmark.el (Info-current-file): Add defvar.
14259 (bookmark-jump-noselect): Use with-no-warnings.
14260
14261 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14262
14263 * ebuff-menu.el (Helper-return-blurb): Add defvar.
14264
14265 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14266
14267 * find-file.el (ada-procedure-start-regexp)
14268 (ada-package-start-regexp): Add defvars.
14269
14270 * info.el (Info-insert-dir): Use insert-buffer-substring.
14271
14272 * xml.el (xml-att-def-re): Add defvar.
14273
14274 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14275 calling convention.
14276
14277 * subr.el (while-no-input): Return t if there is input.
14278
14279 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
14280
14281 * cus-start.el (all): Add `overflow-newline-into-fringe'.
14282
14283 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
14284
14285 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14286 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14287
14288 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
14289
14290 * cmuscheme.el (scheme-start-file): Replace reference to
14291 `user-emacs-directory' by "~/.emacs.d/".
14292
14293 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
14294
14295 * info.el (Info-dir-remove-duplicates): Avoid case folding
14296 in loop; instead, keep downcased strings for comparison.
14297 Suggested by Helmut Eller.
14298
14299 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
14300
14301 Sync with Tramp 2.0.50.
14302
14303 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14304 XEmacs case; not necessary anymore.
14305 (tramp-user-regexp): Allow "@" as part of user name.
14306 (tramp-handle-set-visited-file-modtime)
14307 (tramp-handle-insert-file-contents)
14308 (tramp-handle-write-region): No special handling for
14309 `last-coding-system-used, because this is done in
14310 `tramp-accept-process-output' now.
14311 (tramp-accept-process-output): New defun.
14312 (tramp-process-one-action, tramp-process-one-multi-action)
14313 (tramp-wait-for-regexp, tramp-wait-for-output)
14314 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
14315 Howells <dhowells@redhat.com>.
14316 (clear-visited-file-modtime): Defadvice removed. The check for
14317 unset buffer's modtime does not need to be based on
14318 `tramp-buffer-file-attributes'. Suggested by RMS.
14319 (tramp-message): Insert "\n" if not being at beginning of line.
14320 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14321 sequence with same logic.
14322 (tramp-completion-handle-expand-file-name): Discard call of
14323 `tramp-drop-volume-letter'. It is not necessary, and there have
14324 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14325 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14326 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14327 should always be visible.
14328 (tramp-handle-insert-directory, tramp-setup-complete)
14329 (tramp-set-process-query-on-exit-flag)
14330 (tramp-append-tramp-buffers): Pacify byte-compiler.
14331 (tramp-bug): Delete non-existing variables from list.
14332 Apply `tramp-load-report-modules' as pre-hook.
14333 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14334 `shell-prompt-pattern' because of non-7bit characters.
14335 Reported by Sebastian Luque <sluque@mun.ca>.
14336 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14337 (tramp-match-string-list): Remove function.
14338 (tramp-wait-for-regexp): Remove call of that function.
14339 Suggested by Kim F. Storm <storm@cua.dk>.
14340 (tramp-set-auto-save-file-modes): Use octal integer code #o600
14341 instead of octal character code ?\600. The latter resulted in a
14342 syntax error with XEmacs.
14343
14344 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14345 XEmacs case; not necessary anymore.
14346 (tramp-smb-handle-write-region): No special handling for
14347 `last-coding-system-used, because this is done in
14348 `tramp-accept-process-output' now.
14349 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14350
14351 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
14352
14353 * wid-edit.el (widget-choice-value-create):
14354 Unconditionally respect user choice. Set :explicit-choice back to nil
14355 when no longer needed.
14356 (widget-choice-action): Unconditionally respect user choice.
14357 Eliminate :explicit-choice-value.
14358
14359 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
14360
14361 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
14362 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
14363 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
14364 running new function `toggle-indicate-empty-lines'.
14365 Rename "Customize" item to "Customize fringe".
14366 Rename "Indicators" item to "Buffer boundaries" and change help echo.
14367 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
14368 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
14369 Delete "Empty lines only" item.
14370 (menu-bar-showhide-fringe-ind-customize): New function.
14371 (menu-bar-showhide-fringe-ind-mixed)
14372 (menu-bar-showhide-fringe-ind-box)
14373 (menu-bar-showhide-fringe-ind-right)
14374 (menu-bar-showhide-fringe-ind-left)
14375 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
14376 instead of `fringe-indicators'.
14377
14378 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14379
14380 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
14381 Change the date of last update.
14382
14383 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14384
14385 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
14386 (viper-exec-yank, viper-put-back): Don't display modification msg
14387 if in the minibuffer.
14388
14389 * viper-init.el (viper-replace-overlay-cursor-color)
14390 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
14391 Make variables frame local.
14392
14393 * viper-util.el (viper-append-filter-alist): Use append instead of
14394 nconc.
14395
14396 * viper.el (viper-vi-state-mode-list)
14397 (viper-emacs-state-mode-list): Move help-mode and
14398 completion-list-mode from the first list to the second.
14399 (viper-mode): Docstring.
14400 (viper-go-away, viper-non-hook-settings): Don't localize
14401 minor-mode-alist in newer Emacsen. Add advice to
14402 set-cursor-color. Don't bind "\C-c\\".
14403
14404 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
14405
14406 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
14407 (scheme-macro-expand-command): New user options.
14408 (scheme-trace-procedure, scheme-expand-current-form): New commands.
14409 (scheme-form-at-point, scheme-start-file)
14410 (scheme-interactively-start-process): New functions.
14411 (scheme-get-process): New function, extracted from `scheme-proc'.
14412 (run-scheme): Call `scheme-start-file' to get start file, and pass
14413 it to `make-comint'.
14414 (switch-to-scheme, scheme-proc):
14415 Call `scheme-interactively-start-process' if no Scheme buffer/process
14416 is available.
14417
14418 2005-08-06 Juri Linkov <juri@jurta.org>
14419
14420 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14421 Use `compilation-text-face', `compilation-info-text-face' and
14422 `compilation-error-text-face' instead of `font-lock-keyword-face'.
14423 (compilation-error): New face.
14424 (compilation-error-file-name): Inherit from
14425 `compilation-error' instead of `font-lock-warning-face'.
14426 (compilation-warning-file-name): Inherit from
14427 `compilation-warning' instead of `font-lock-warning-face'.
14428 (compilation-info, compilation-error-file-name)
14429 (compilation-warning-file-name, compilation-info-file-name)
14430 (compilation-line-number, compilation-column-number): Doc fix.
14431 (compilation-error-text-face, compilation-warning-text-face)
14432 (compilation-info-text-face): New face variables.
14433 (compilation-line-face, compilation-column-face)
14434 (compilation-enter-directory-face)
14435 (compilation-leave-directory-face): Doc fix.
14436 (compilation-text-face): New function.
14437
14438 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
14439 instead of 1 to display binary file names as info file links.
14440 (grep-error-face): Use `compilation-error-face' instead of
14441 `font-lock-keyword-face'.
14442 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
14443 and `compilation-warning-text-face' instead of
14444 `font-lock-keyword-face'. Use `compilation-error-text-face'
14445 instead of `grep-error-face'.
14446
14447 2005-08-05 Kenichi Handa <handa@m17n.org>
14448
14449 * international/code-pages.el: Add autoload cookies for all coding
14450 systems.
14451
14452 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
14453
14454 * cus-start.el (all): Put undo.c where it alphabetically belongs.
14455
14456 2005-08-04 Juri Linkov <juri@jurta.org>
14457
14458 * progmodes/compile.el (compilation-mode-map):
14459 * progmodes/grep.el (grep-mode-map):
14460 Bind TAB to `compilation-next-error' and [backtab] to
14461 `compilation-previous-error'.
14462
14463 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
14464 matching line numbers, column numbers and their ranges with regexp
14465 matching only line numbers.
14466 (grep-context-face): New face variable.
14467 (grep-mode-font-lock-keywords): Use it.
14468
14469 * faces.el (read-face-name): Delete duplicate faces.
14470
14471 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
14472
14473 * thumbs.el (thumbs-find-image): Don't make variables
14474 automatically buffer local.
14475 (thumbs-current-tmp-filename, thumbs-current-image-filename)
14476 (thumbs-image-num): Make automatically buffer local.
14477 (thumbs-show-thumbs-list): Use `make-local-variable', not
14478 `make-variable-buffer-local'.
14479 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
14480
14481 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
14482 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
14483 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
14484 (bother, bye, canyou, chatlst, continue, deathlst, describe)
14485 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
14486 (feelings-about, foullst, found, hello, history, howareyoulst)
14487 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
14488 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
14489 (neglst, obj, object, owner, please, problems, qlist)
14490 (random-adjective, relation, remlst, repetitive-shortness)
14491 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
14492 (shortlst, something, sportslst, stallmanlst, states, subj)
14493 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
14494 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
14495 Defvar at compile time.
14496
14497 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
14498 not `make-variable-buffer-local'.
14499
14500 2005-08-02 Kim F. Storm <storm@cua.dk>
14501
14502 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
14503 rectangle overlay in selected window.
14504
14505 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
14506
14507 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
14508 instead of display group. Make `indicate-buffer-boundaries'
14509 customizable through Custom.
14510
14511 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
14512
14513 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
14514 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
14515 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
14516 (gdb-put-string): Fix typos in docstrings.
14517
14518 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
14519
14520 Update copyright notices of files in progmodes directory for
14521 release of Emacs 22.1.
14522
14523 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
14524
14525 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
14526 Don't barf if the GUD buffer has been killed.
14527
14528 2005-08-01 Kim F. Storm <storm@cua.dk>
14529
14530 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
14531
14532 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
14533
14534 * simple.el (next-error-follow-minor-mode):
14535 make-variable-buffer-local -> make-local-variable.
14536
14537 * emacs-lisp/cl-extra.el: Require CL also when compiling.
14538
14539 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
14540 (byte-compile-form-make-variable-buffer-local): New functions to warn
14541 about misuses of make-variable-buffer-local where make-local-variable
14542 was meant.
14543
14544 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
14545
14546 * bs.el (bs-attributes-list): Doc fix.
14547 (bs): Update url-link.
14548
14549 * desktop.el (desktop-save-buffer): Fix typos in docstring.
14550 (desktop-load-default): Simplify.
14551
14552 * ibuffer.el (ibuffer-columnize-and-insert-list)
14553 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
14554 (ibuffer-unmark-all, ibuffer-toggle-marks)
14555 (ibuffer-unmark-forward, ibuffer-unmark-backward)
14556 (ibuffer-compile-make-format-form, ibuffer-format-column)
14557 (ibuffer-current-buffers-with-marks)
14558 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
14559 (ibuffer): Doc fix.
14560 (ibuffer-mode): Fix typo in docstring.
14561 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
14562 with `define-obsolete-variable-alias'.
14563 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
14564
14565 2005-07-29 Kenichi Handa <handa@m17n.org>
14566
14567 * international/mule-cmds.el (select-message-coding-system):
14568 Be sure to use LF for end-of-line. If no coding system is decided,
14569 return iso-8859-1-unix.
14570
14571 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
14572
14573 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
14574 (ange-ftp-pending-error-line): New vars.
14575 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
14576 to handle the non-fatal no-route-to-host messages.
14577 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
14578
14579 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
14580
14581 * isearch.el (isearch-mode-map, isearch-other-meta-char)
14582 (isearch-quote-char, isearch-printing-char)
14583 (isearch-text-char-description): "?\ " -> "?\s".
14584 (isearch-lazy-highlight-cleanup)
14585 (isearch-lazy-highlight-initial-delay)
14586 (isearch-lazy-highlight-interval)
14587 (isearch-lazy-highlight-max-at-a-time)
14588 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
14589 Declare with define-obsolete-*-alias macros.
14590 (isearch-forward): Fix typo in docstring.
14591 (search-invisible, search-ring-yank-pointer)
14592 (regexp-search-ring-yank-pointer): Doc fixes.
14593
14594 * recentf.el (recentf-menu-append-commands-p): Declare with
14595 `define-obsolete-variable-alias'.
14596 (recentf-max-saved-items, recentf-menu-filter)
14597 (recentf-arrange-by-rule-subfilter): Doc fixes.
14598 (recentf-menu-append-commands-flag)
14599 (recentf-initialize-file-name-history, recentf-expand-file-name)
14600 (recentf-clear-data): Fix typos in docstrings.
14601
14602 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
14603
14604 * progmodes/gdb-ui.el: Smarten comments.
14605 (gdb-info-breakpoints-custom): Use nowarn when finding file.
14606
14607 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14608
14609 * term/apollo.el (terminal-init-apollo): New function containing
14610 all former top level forms in the file.
14611 * term/bobcat.el (terminal-init-bobcat):
14612 * term/cygwin.el (terminal-init-cygwin):
14613 * term/iris-ansi.el (terminal-init-iris-ansi):
14614 * term/linux.el (terminal-init-linux):
14615 * term/news.el (terminal-init-news):
14616 * term/rxvt.el (terminal-init-rxvt):
14617 * term/sun.el (terminal-init-sun):
14618 * term/tvi970.el (terminal-init-tvi970):
14619 * term/vt100.el (terminal-init-vt100):
14620 * term/vt102.el (terminal-init-vt102):
14621 * term/vt125.el (terminal-init-vt125):
14622 * term/vt200.el (terminal-init-vt200):
14623 * term/vt201.el (terminal-init-vt201):
14624 * term/vt220.el (terminal-init-vt220):
14625 * term/vt240.el (terminal-init-vt240):
14626 * term/vt300.el (terminal-init-vt300):
14627 * term/vt320.el (terminal-init-vt320):
14628 * term/vt400.el (terminal-init-vt400):
14629 * term/vt420.el (terminal-init-vt420):
14630 * term/wyse50.el (terminal-init-wyse50):
14631 * term/xterm.el (terminal-init-xterm): Likewise.
14632
14633 * term/README: Describe the terminal-init-* functionality.
14634
14635 * startup.el (command-line): After loading the terminal initialization
14636 file call the corresponding terminal initialization function.
14637
14638 2005-07-27 Kenichi Handa <handa@m17n.org>
14639
14640 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
14641 negative.
14642
14643 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
14644 (ps-mule-composition-prologue): Fix for the case that
14645 RelativeCompose is false.
14646
14647 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14648
14649 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
14650
14651 * descr-text.el (describe-char): Handle the case where the list of
14652 chars is displayed in a separate frame.
14653 Be a bit more discriminating when looking for the char.
14654
14655 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
14656
14657 * bookmark.el (bookmark-automatically-show-annotations)
14658 (bookmark-read-annotation-text-func): Doc fixes.
14659 (bookmark-save): Improve argument/docstring consistency.
14660 (bookmark-get-bookmark, bookmark-get-bookmark-record)
14661 (bookmark-alist-from-buffer)
14662 (bookmark-upgrade-file-format-from-0)
14663 (bookmark-grok-file-format-version)
14664 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
14665 (bookmark-read-annotation-mode)
14666 (bookmark-insert-current-bookmark, bookmark-jump)
14667 (bookmark-exit-hook): Fix typos in docstrings.
14668 (bookmark-exit-hooks): Define as obsolete alias.
14669 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
14670 not `bookmark-exit-hooks'. Fix docstring.
14671 (bookmark-bmenu-select): "?\ " -> "?\s".
14672
14673 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
14674
14675 * startup.el (command-line): Fix typo.
14676
14677 2005-07-24 Richard M. Stallman <rms@gnu.org>
14678
14679 * tooltip.el (tooltip-mode): Test emacs-basic-display,
14680 not emacs-quick-startup.
14681
14682 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
14683
14684 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
14685 (reb-next-match, reb-show-subexp): Use `with-selected-window'
14686 instead of `reb-with-current-window'.
14687 (reb-prev-match): Likewise. Also, don't move left if the search
14688 was unsuccessful.
14689 (reb-initialize-buffer): New function.
14690 (re-builder, reb-change-syntax): Use it.
14691
14692 * man.el (Man-goto-page): Make second argument NOERROR optional.
14693
14694 2005-07-23 Richard M. Stallman <rms@gnu.org>
14695
14696 * man.el (Man-bgproc-sentinel): Check here for failure to find
14697 any man page in the output, and report the error here.
14698 (Man-arguments): Make it permanent local.
14699 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
14700 (Man-mode): Pass t for NOERROR.
14701
14702 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
14703 (grep-mode-font-lock-keywords):
14704 Don't use compilation-...-face for messages that are not file names.
14705
14706 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14707 Don't use compilation-...-face for messages that are not file names.
14708
14709 2005-07-22 Juri Linkov <juri@jurta.org>
14710
14711 * startup.el (normal-splash-screen): Update menu name.
14712
14713 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
14714
14715 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14716
14717 * term/xterm.el: Load term/rxvt if the terminal is actually an
14718 rxvt terminal.
14719 (xterm-rxvt-set-background-mode): Remove, not used anymore.
14720
14721 * term/rxvt.el (function-key-map): Use substitute-key-definition
14722 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
14723
14724 * term/cygwin.el: New file.
14725
14726 2005-07-22 Kim F. Storm <storm@cua.dk>
14727
14728 * image-file.el (insert-image-file, image-file-yank-handler):
14729 Fix last change to maintain a (unique) yank-handler on yanked images.
14730
14731 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
14732
14733 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
14734 of the file size (as in "177B" for 177 bytes). This happens with
14735 "ls -lh" on FreeBSD.
14736
14737 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
14738
14739 * hilit-chg.el (highlight-changes-global-initial-state)
14740 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
14741 (hilit-chg-fixup, highlight-changes-mode):
14742 Fix typos in docstrings.
14743 (highlight-changes-global-modes, highlight-changes-rotate-faces):
14744 Doc fixes.
14745
14746 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
14747
14748 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
14749 mode function using `eval-after-load'.
14750
14751 2005-07-21 Kim F. Storm <storm@cua.dk>
14752
14753 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
14754 included when reporting an emacs crash, and tell about the DEBUG file.
14755
14756 * image-file.el (insert-image-file): Add yank-handler.
14757 (image-file-yank-handler): Yank handler to make unique copies of
14758 images when they are yanked into a buffer next to each other.
14759
14760 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
14761
14762 * comint.el (comint-use-prompt-regexp, comint-send-input)
14763 (comint-source-default, comint-extract-string)
14764 (comint-get-source, comint-word, comint-completion)
14765 (comint-source, comint-prompt-read-only, comint-update-fence):
14766 Fix typos in docstrings.
14767 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
14768 Declare with define-obsolete-*-alias macros.
14769 (comint-previous-matching-input-from-input)
14770 (comint-next-matching-input-from-input)
14771 (comint-previous-matching-input, comint-next-matching-input)
14772 (comint-forward-matching-input):
14773 Improve argument/docstring consistency.
14774
14775 * desktop.el (desktop-clear-preserve-buffers-regexp):
14776 Also preserve the *server* buffer.
14777
14778 * simple.el (clone-indirect-buffer): Doc fix.
14779 (fixup-whitespace, just-one-space)
14780 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
14781 (next-error, next-error-highlight)
14782 (next-error-highlight-no-select, next-error-last-buffer)
14783 (next-error-buffer-p, next-error-find-buffer, next-error)
14784 (previous-error, next-error-no-select, previous-error-no-select)
14785 (open-line, split-line, minibuffer-prompt-width, kill-new)
14786 (binary-overwrite-mode): Fix typos in docstrings.
14787 (set-fill-column): Fix typo in message.
14788
14789 * skeleton.el (skeleton-proxy-new): Doc fix.
14790
14791 * strokes.el (strokes-load-hook): Doc fix.
14792 (strokes-grid-resolution, strokes-get-grid-position)
14793 (strokes-renormalize-to-grid, strokes-read-stroke)
14794 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
14795 (strokes-global-map): Fix typos in docstrings.
14796 (strokes-help): Doc fix. Fix help message and pass it through
14797 `substitute-command-keys'.
14798
14799 * tempo.el (tempo-insert-prompt, tempo-interactive)
14800 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
14801 (tempo-insert-string-functions, tempo-local-tags)
14802 (tempo-define-template, tempo-insert-template)
14803 (tempo-insert-prompt-compat, tempo-is-user-element)
14804 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
14805 Fix typos in docstrings.
14806
14807 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
14808 (vcursor-key-bindings, vcursor-use-vcursor-map)
14809 (vcursor-find-window, vcursor-scroll-down)
14810 (vcursor-disable, vcursor-beginning-of-buffer)
14811 (vcursor-end-of-buffer): Fix typos in docstrings.
14812 (vcursor-relative-move, vcursor-get-char-count):
14813 Improve argument/docstring consistency.
14814
14815 * version.el: "?\ " -> "?\s".
14816
14817 * wid-edit.el (widget-default-create, widget-after-change)
14818 (widget-default-format-handler, widget-checklist-add-item)
14819 (widget-radio-add-item, widget-choose, widget-specify-secret)
14820 (widget-field-value-create, widget-field-value-get)
14821 (widget-editable-list-format-handler)
14822 (widget-editable-list-entry-create, widget-group-value-create)
14823 (widget-documentation-link-add)
14824 (widget-documentation-string-value-create): "?\ " -> "?\s".
14825 (widget-convert-text): Doc fix.
14826 (widget-narrow-to-field, widget-field-find)
14827 (widget-url-link-action, widget-emacs-library-link-action)
14828 (widget-color-notify): Fix typos in docstrings.
14829
14830 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
14831 (x-select-text, set-w32-system-coding-system)
14832 (w32-add-charset-info): Fix typos in docstrings.
14833
14834 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
14835 (cua-enable-cua-keys, cua-use-hyper-key)
14836 (cua-virtual-rectangle-edges): Fix typos in docstrings.
14837 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
14838
14839 * net/tramp.el (tramp-handle-load): Fix typo in error message.
14840
14841 * emacs-lisp/re-builder.el (regexp-builder): Declare with
14842 `defalias' instead of faking it.
14843
14844 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
14845 (eshell-ls-missing, eshell-ls-dired-initial-args)
14846 (eshell-ls-use-in-dired): Fix typos in docstrings.
14847
14848 2005-07-20 Kim F. Storm <storm@cua.dk>
14849
14850 * emulation/cua-base.el (cua-mode): Improve doc string.
14851
14852 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
14853
14854 * abbrev.el (expand-region-abbrevs): Doc fix.
14855 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
14856 Improve argument/docstring consistency.
14857
14858 * arc-mode.el (archive-get-descr, archive-alternate-display):
14859 Doc fixes.
14860 (archive-l-e): Improve argument/docstring consistency.
14861 (archive-tmpdir, archive-unixdate, archive-unixtime)
14862 (archive-chmod-entry): Fix typos in docstrings.
14863 (archive-unflag, archive-unflag-backwards)
14864 (archive-unmark-all-files): "?\ " -> "?\s".
14865
14866 * buff-menu.el (Buffer-menu-unmark): Doc fix.
14867 (Buffer-menu-not-modified, Buffer-menu-execute)
14868 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
14869 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
14870
14871 * composite.el (compose-string, encode-composition-rule)
14872 (compose-last-chars): Fix typos in docstrings.
14873
14874 * desktop.el (desktop-enable, desktop-basefilename):
14875 Declare with `define-obsolete-variable-alias'.
14876 (desktop-internal-v2s): Don't quote keywords.
14877 (desktop-clear): "?\ " -> "?\s".
14878
14879 * dired.el (dired-align-file, dired-flag-backup-files)
14880 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
14881 (dired-listing-switches, dired-ls-F-marks-symlinks)
14882 (dired-dwim-target, dired-load-hook, dired-mode-hook)
14883 (dired-directory, dired-faces, dired, dired-revert)
14884 (dired-mode, dired-summary, dired-view-file)
14885 (dired-copy-filename-as-kill, dired-delete-file)
14886 (dired-no-confirm, dired-unmark-all-marks)
14887 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
14888 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
14889 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
14890 Fix typos in message strings.
14891
14892 * dired-x.el (virtual-dired): Declare with `defalias'.
14893 (dired-mark-unmarked-files, dired-local-variables-file)
14894 (dired-omit-here-always): Doc fix.
14895 (dired-omit-mode, dired-find-subdir)
14896 (dired-enable-local-variables, dired-clean-up-buffers-too)
14897 (dired-extra-startup, dired-mark-extension, dired-jump)
14898 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
14899 (dired-smart-shell-command, dired-guess-shell-alist-user)
14900 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
14901 (dired-x-bind-find-file, dired-x-submit-report):
14902 Fix typos in docstrings.
14903 (dired-mark-unmarked-files): "?\ " -> "?\s".
14904
14905 * dirtrack.el (dirtrack-list): Fix typos in docstring.
14906
14907 * faces.el (describe-face): "?\ " -> "?\s".
14908 (read-all-face-attributes, read-face-font, modify-face)
14909 (face-attr-construct, italic): Fix typos in docstrings.
14910 (frame-update-face-colors): Declare with
14911 `define-obsolete-function-alias'.
14912
14913 * files.el (find-file-noselect, recode-file-name): Doc fixes.
14914 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
14915 (magic-mode-alist, buffer-file-numbers-unique)
14916 (write-file-functions, get-free-disk-space):
14917 Fix typos in docstrings.
14918 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
14919 (write-contents-hooks, write-file-hooks):
14920 Declare with `define-obsolete-variable-alias'.
14921
14922 * forms-d2.el (arch-rj): Fix typo in docstrings.
14923 (arch-tocol): Likewise. "?\ " -> "?\s".
14924
14925 * frame.el (set-frame-font, cursor-in-non-selected-windows):
14926 Fix typo in docstring.
14927 (set-screen-width, set-screen-height): Delete redundant info in
14928 doctrings.
14929 (new-frame, screen-height, screen-width): Declare with
14930 `define-obsolete-function-alias'.
14931 (delete-frame-hook, blink-cursor): Declare with
14932 `define-obsolete-variable-alias'.
14933
14934 * paths.el (prune-directory-list): Fix typos in docstring.
14935
14936 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
14937 (cvs-prefix-get): Fix typos in docstrings.
14938
14939 * ps-print.el (ps-extend-face-list, ps-extend-face)
14940 (ps-print-background-image): Fix typos in docstrings.
14941 (ps-default-fg, ps-default-bg): Doc fixes.
14942
14943 * s-region.el (s-region-bind): Doc fix.
14944 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
14945
14946 * textmodes/org.el (org-table-formula-substitute-names)
14947 (org-table-get-vertical-vector): Doc fixes.
14948 (org-table-recalculate): Remove unused argument to `message'.
14949
14950 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
14951
14952 * textmodes/org.el (org-table-column-names)
14953 (org-table-column-name-regexp)
14954 (org-table-named-field-locations): New variables.
14955 (org-archive-subtree): Protect `this-command' when calling
14956 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
14957 the kill buffer.
14958 (org-complete): Remove fixed-formula completion.
14959 (org-edit-formulas-map): New variable.
14960 (org-table-edit-formulas): New command.
14961 (org-finish-edit-formulas, org-abort-edit-formulas)
14962 (org-show-variable, org-table-get-vertical-vector): New functions.
14963 (org-table-maybe-eval-formula): Handle `:=' fields.
14964 (org-table-get-stored-formulas, org-table-store-formulas)
14965 (org-table-get-formula, org-table-modify-formulas)
14966 (org-table-replace-in-formulas): Handle named field formulas.
14967 (org-table-get-specials): Store locations of named fields.
14968
14969 2005-07-19 Juri Linkov <juri@jurta.org>
14970
14971 * progmodes/grep.el (grep-regexp-alist)
14972 (grep-mode-font-lock-keywords, grep-process-setup):
14973 Use default GNU grep match color "01;31m" instead of "01;41m".
14974 (grep-regexp-alist, grep-mode-font-lock-keywords):
14975 Use `\\[[0-9]*m' instead of `\\[00m'.
14976 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
14977 sgr_start where its handling is more important. Use the real
14978 length of sgr_start instead of constant 8.
14979 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
14980 specially. Delete all remaining escape sequences.
14981 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
14982 (grep-regexp-alist): Make hyperlink only for binary file name
14983 instead of the whole line.
14984 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
14985 (grep-mode): Add autoload.
14986
14987 * emacs-lisp/find-func.el (find-function-regexp):
14988 Add `define-compilation-mode'.
14989
14990 2005-07-19 Juri Linkov <juri@jurta.org>
14991
14992 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
14993 (compare-windows-sync-string-size, compare-windows-recenter)
14994 (compare-windows-highlight, compare-windows): Add version 22.1.
14995 (compare-windows) <defface>: Inherit from lazy-highlight instead
14996 of duplicating its default value.
14997
14998 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
14999 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15000
15001 * descr-text.el (describe-char): Create link buttons for `charset'
15002 and `code point'. Add the current input method name with a link
15003 button to `to input' field. Print face names of display table
15004 characters in `The display table entry is displayed by' section
15005 instead of printing face-id in the `display' field.
15006 Guess hardcoded faces and create a link button for them.
15007 Skip empty fields when calculating max-width.
15008 Treat `widget-create' specially while inserting strings from the
15009 collected field list.
15010 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15011
15012 * diff-mode.el (diff-file-header): Change foreground color from
15013 yellow to green on light backgrounds.
15014 (diff-context): Inherit from `shadow' only for color/grayscale
15015 with more than 88 colors.
15016 (diff-indicator-removed, diff-indicator-added)
15017 (diff-indicator-changed): New faces.
15018 (diff-font-lock-keywords): Use new faces. Regroup rules.
15019 Add "^---$" for `normal' diff format. Fontify `#' lines with
15020 font-lock-comment-delimiter-face and font-lock-comment-face.
15021 Add `#' to ^[^...] in the rule for `diff-context-face'.
15022
15023 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15024 a button-like box. Inherit from `highlight' on low colors.
15025 (shadow): Use shades of gray only for color/grayscale with
15026 more than 88 colors. Use green for light backgrounds with
15027 8 colors, and yellow for dark backgrounds with 8 colors.
15028
15029 * font-lock.el (font-lock-regexp-grouping-backslash):
15030 Don't inherit from escape-glyph (use bold for all cases).
15031
15032 * info.el (info-xref-visited): Use light foreground color `violet'
15033 for dark backgrounds instead of dark color `magenta3'.
15034 (info-title-1): Use `yellow' color for dark backgrounds.
15035
15036 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15037 too-light magenta2.
15038
15039 * replace.el (match): Use slightly more light RoyalBlue3 instead
15040 of dark RoyalBlue4.
15041
15042 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15043
15044 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15045
15046 * novice.el (disabled-command-hook): Declare it with
15047 `define-obsolete-variable-alias'.
15048
15049 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15050 (desktop-buffer-misc-functions, desktop-buffer-handlers)
15051 (desktop-load-default): Add release to obsolescence info.
15052 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15053 (desktop-append-buffer-args, desktop-read):
15054 Fix typos in docstrings.
15055 (desktop-kill): Fix typo in message.
15056 (desktop-save): Doc fix.
15057
15058 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
15059
15060 * viper-cmd.el (viper-escape-to-state): Bug fix.
15061 (viper-envelop-ESC-key): Change the definition of fast
15062 keysequence so it'll work with keyboard macros.
15063
15064 * ediff.el (ediff-patch-buffer): Change the docstring.
15065
15066 2005-07-19 Kenichi Handa <handa@m17n.org>
15067
15068 * international/mule-cmds.el (select-safe-coding-system): Try to
15069 use an auto-coding (if any) before anything else. If the found
15070 auto-coding is invalid, show a warning message.
15071
15072 * international/mule.el (find-auto-coding): New function created
15073 by modifying the body of set-auto-coding.
15074 (set-auto-coding): Use find-auto-coding to find a coding.
15075
15076 2005-07-18 Richard M. Stallman <rms@gnu.org>
15077
15078 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15079 not isearch-mode-end-hook-error.
15080 (allout-before-change-protect): Fix error message.
15081
15082 2005-07-18 Juri Linkov <juri@jurta.org>
15083
15084 * allout.el (allout-mode):
15085 * calculator.el (calculator-copy):
15086 * custom.el (custom-known-themes):
15087 * dired.el (dired-desktop-buffer-misc-data)
15088 (dired-restore-desktop-buffer):
15089 * dired-x.el (dired-omit-marker-char):
15090 * files.el (basic-save-buffer):
15091 * font-core.el (font-lock-mode):
15092 * calendar/calendar.el (calendar-goto-hebrew-date)
15093 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15094 (calendar-goto-persian-date):
15095 * language/ethio-util.el (ethio-sera-to-fidel-region):
15096 * textmodes/picture.el (picture-mode):
15097 Delete duplicate duplicate words.
15098
15099 2005-07-18 Juri Linkov <juri@jurta.org>
15100
15101 * isearch.el (isearch-mode-map): Remove key bindings for regexp
15102 chars * ? } |.
15103 (isearch-fallback): Don't call `isearch-process-search-char'.
15104 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15105 (isearch-process-search-char): Call `isearch-fallback' for regexp
15106 chars * ? } |.
15107 (isearch-return-char): Make obsolete with `make-obsolete' instead
15108 of simply documenting it as obsolete in the docstring.
15109 (isearch-fallback): Refill docstring.
15110
15111 * international/isearch-x.el
15112 (isearch-process-search-multibyte-characters): Remove unneeded
15113 `concat'. Add intermediate values to `junk-hist' instead of
15114 `minibuffer-history'. Test the length of `str'.
15115
15116 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
15117
15118 * allout.el (allout-resolve-xref): Fix typos in error strings.
15119 (allout-before-change-protect): Remove unneeded `concat'.
15120
15121 * array.el (array-mode, array-reconfigure-rows)
15122 (untabify-backward): Fix typos in docstrings.
15123 (array-reconfigure-rows): Use `insert-buffer-substring', not
15124 `insert-buffer'.
15125
15126 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15127 * progmodes/ada-mode.el (ada-make-body):
15128 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15129
15130 * dired.el (dired-log):
15131 * tar-mode.el (tar-subfile-save-buffer):
15132 * play/zone.el (zone-pgm-stress-destress):
15133 Use `insert-buffer-substring', not `insert-buffer'.
15134
15135 2005-07-17 Simon Josefsson <jas@extundo.com>
15136
15137 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15138
15139 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
15140
15141 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15142 Add plain auth method.
15143 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15144
15145 2005-07-17 Kim F. Storm <storm@cua.dk>
15146
15147 * ido.el (dired-other-window): Add ido property.
15148
15149 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
15150
15151 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15152 Fix typo in docstring.
15153 (byte-compile-interactive-only-functions): Add `insert-buffer' and
15154 `insert-file-literally'.
15155
15156 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15157 info and delete redundant message. Doc fix.
15158 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15159 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15160
15161 2005-07-16 Richard M. Stallman <rms@gnu.org>
15162
15163 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15164 (byte-compile-and): Use byte-compile-and-recursion.
15165 (byte-compile-or-recursion): New function.
15166 (byte-compile-or): Use that.
15167 (byte-compile-if): Guard the else-clause too.
15168 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15169
15170 * isearch.el (isearch-mode-end-hook-quit): New variable.
15171 (isearch-done): Bind it.
15172 (isearch-mode-end-hook): Doc fix.
15173
15174 * allout.el (allout-isearch-did-quit): Variable deleted.
15175 (allout-real-isearch-abort): Function name no longer used.
15176 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15177 (allout-isearch-rectification): isearch-mode always exists.
15178 Don't set allout-isearch-did-quit.
15179 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15180 allout-isearch-did-quit.
15181 (allout-enwrap-isearch): Just add the hook.
15182 (allout-isearch-abort): Function deleted.
15183 (allout-pre-command-business): Avoid warning.
15184
15185 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15186 Correctly avoid warnings.
15187 (pascal-outline): Likewise.
15188
15189 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15190
15191 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15192
15193 * play/tetris.el (tetris-mode): Avoid warning.
15194
15195 * play/snake.el (snake-mode): Avoid warning.
15196
15197 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15198 (gamegrid-set-display-table): Avoid warning.
15199 (gamegrid-set-timer): Likewise.
15200 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15201 (gamegrid-add-score-with-update-game-score-1): Take FILE
15202 as argument.
15203 (gamegrid-add-score-with-update-game-score): Pass that argument.
15204 Rename have-shared-game-dir to gamegrid-shared-game-dir.
15205
15206 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15207
15208 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15209 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15210
15211 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15212 and insert-file.
15213
15214 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15215 (sc-ask): Avoid warnings.
15216
15217 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15218 (eshell-hist-initialize): Use that var the natural way.
15219
15220 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15221
15222 * emacs-lisp/re-builder.el (reb-cook-regexp):
15223 Avoid warning calling lre-compile-string.
15224 (reb-color-display-p): Avoid warning.
15225
15226 * calculator.el (calculator-last-input): Guard uses
15227 of event-key and key-press-event-p.
15228 (event-key, key-press-event-p): Delete definitions.
15229
15230 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15231 (find-gc-source-directory, find-gc-subrs-callers)
15232 (find-gc-noreturn-list, find-gc-source-files)
15233 (find-gc-subrs-called): Vars renamed and defvar'd.
15234
15235 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15236 (checkdoc-overlay-put, checkdoc-delete-overlay)
15237 (checkdoc-overlay-start, checkdoc-overlay-end)
15238 (checkdoc-mode-line-update, checkdoc-char=):
15239 Define such that compiler knows they are defined.
15240 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
15241 (checkdoc-read-event): Delete. Use read-event directly.
15242
15243 * whitespace.el (whitespace-make-overlay)
15244 (whitespace-overlay-put, whitespace-delete-overlay)
15245 (whitespace-overlay-start, whitespace-overlay-end):
15246 Define such that compiler knows they are defined.
15247 (whitespace): Move conditional inside.
15248
15249 * tempo.el (tempo-insert-template): Suppress warning.
15250
15251 * ediff-diff.el (longlines-mode): Add defvar.
15252
15253 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
15254
15255 * server.el: Bind "C-x #" in a way that works even if C-x is
15256 redefined to a command key, not a prefix key.
15257
15258 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15259
15260 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15261 cl-make-type-test till execution time.
15262
15263 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
15264
15265 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15266 arg ARG and use it.
15267
15268 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15269
15270 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15271
15272 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
15273
15274 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15275 a defcustom with two :set or :type keywords.
15276
15277 2005-07-15 Richard M. Stallman <rms@gnu.org>
15278
15279 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15280 Don't give ^M comment-end syntax.
15281
15282 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
15283
15284 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15285 Don't consider gdbmi (gdb-mi.el has its own update functions).
15286 (gdb-var-delete): Make it work for gdbmi as well.
15287 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15288
15289 * progmodes/gud.el (etags, sdb): Only require etags when needed.
15290 (gud-speedbar-menu-items): Correct logic for enabling items.
15291
15292 2005-07-15 Kim F. Storm <storm@cua.dk>
15293
15294 * ido.el: Fix commentary.
15295 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15296 Use with-no-warnings around ffap-guesser.
15297 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15298 Let bind minibuffer-completing-file-name to t.
15299
15300 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
15301
15302 * startup.el (site-run-file, keyboard-type): Doc fixes.
15303 (command-line): Check for "--basic-display" argument; also for
15304 "--quick", not "--bare-bones" (which was renamed).
15305 (fancy-splash-text): Add missing item "Getting New Versions".
15306 (normal-splash-screen): Fix typos and improve consistency with
15307 `fancy-splash-text'. Update copyright year.
15308
15309 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15310 valid binding for `help-char'.
15311
15312 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15313
15314 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
15315
15316 * term.el (term-mode): Disable cua-mode for term buffers.
15317
15318 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
15319
15320 * add-log.el (add-log-mailing-address, change-log-merge):
15321 Doc fixes.
15322 (change-log-get-method-definition): Fix typo in docstring.
15323
15324 2005-07-14 Kim F. Storm <storm@cua.dk>
15325
15326 * emulation/cua-base.el:
15327 (cua--pre-command-handler-1, cua--pre-command-handler)
15328 (cua--post-command-handler-1, cua--post-command-handler):
15329 Split in two. Check (buffer local) value of cua-mode.
15330 (cua-selection-mode): New command.
15331
15332 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
15333
15334 * custom.el (custom-initialize-safe-set)
15335 (custom-initialize-safe-default): Doc fixes.
15336
15337 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15338 and simplify :init-value again.
15339
15340 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15341 and simplify :init-value again. Delete autoload.
15342
15343 * startup.el (command-line): Use `custom-reevaluate-setting' again
15344 for tooltip-mode.
15345
15346 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15347 a defcustom with two :initialize keywords.
15348
15349 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
15350
15351 * allout.el (my-mark-marker, allout-isearch-prior-pos)
15352 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15353 (allout-post-command-business, allout-flag-region)
15354 (isearch-reenable-font-lock, allout-yank)
15355 (allout-insert-latex-header, allout-insert-latex-trailer)
15356 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15357 (allout-latex-verb-quote): Fix typos in docstrings.
15358 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15359 (allout-unprotected, allout-prefix-data):
15360 Improve argument/docstring consistency.
15361 (allout-chart-subtree): Fix argument spec.
15362 (allout-open-topic): Rename `use_sib_bullet' argument to
15363 `use-sib-bullet'. Doc fix.
15364
15365 * whitespace.el (whitespace-check-buffer-leading)
15366 (whitespace-check-buffer-trailing)
15367 (whitespace-check-buffer-indent)
15368 (whitespace-check-buffer-spacetab)
15369 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
15370 (whitespace-check-leading-whitespace)
15371 (whitespace-check-trailing-whitespace)
15372 (whitespace-check-spacetab-whitespace)
15373 (whitespace-check-indent-whitespace)
15374 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
15375 (whitespace-modes): Fix typos in docstrings.
15376 (defgroup, defcustom): Doc fixes.
15377
15378 * winner.el (winner-mode, winner-boring-buffers)
15379 (winner-pending-undo-ring): Doc fixes.
15380 (winner-ring): Remove unneeded `progn'.
15381 (winner-equal): `defsubst' it.
15382 (winner-redo): Fix message.
15383
15384 2005-07-13 Kim F. Storm <storm@cua.dk>
15385
15386 * simple.el (line-move-1): Always use vertical-motion to
15387 do the last (or only) line move to ensure some movement.
15388 Undo 2005-06-23 change--don't check for overlays.
15389
15390 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15391
15392 * term/mac-win.el (ccl-encode-mac-roman-font)
15393 (ccl-encode-mac-centraleurroman-font)
15394 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
15395 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
15396 Change charset-id boundary of dimension to ?\xef.
15397 (mac-char-fontspec-list): New constant.
15398 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
15399 argument. Nil uses itself as family in font-spec. Previous
15400 behavior for nil is now provided by non-nil non-string argument.
15401 All callers changed. Add font-specs for Mac fonts to
15402 "fontset-default" unless iso8859-1 fonts are installed.
15403
15404 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
15405
15406 * progmodes/sh-script.el (sh-get-indent-info): Only indent
15407 a continuation line if the \ is preceded by SPC or TAB.
15408 (sh-get-indent-info): Simplify.
15409 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
15410 Use with-current-buffer.
15411
15412 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
15413 when the matched text is empty.
15414
15415 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
15416
15417 * startup.el (command-line): Revert to previous handling of
15418 tooltip-mode. Explain in comment why the complexity is needed.
15419
15420 * tooltip.el (tooltip-mode): Revert to previous implementation of
15421 its defcustom.
15422
15423 * frame.el (blink-cursor-mode): Revert to previous implementation
15424 of its defcustom. Update comment.
15425
15426 2005-07-12 Lars Hansen <larsh@soem.dk>
15427
15428 * desktop.el: Update e-mail address.
15429
15430 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15431
15432 * term/mac-win.el (mac-services-mail-selection)
15433 (mac-services-mail-to): New functions.
15434 (mac-application-menu-map): Bind them.
15435
15436 2005-07-12 wulei <milton@wulei.net> (tiny change)
15437
15438 * progmodes/gdb-ui.el: Add note about buffering with Windows.
15439
15440 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
15441
15442 * custom.el (custom-reevaluate-setting): Doc fix.
15443
15444 2005-07-11 Jay Belanger <belanger@truman.edu>
15445
15446 * calc/calc.el (calc-embedded-announce-formula-alist)
15447 (calc-embedded-open-close-plain-alist)
15448 (calc-embedded-open-close-mode-alist): Add checks for additional
15449 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
15450
15451 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
15452
15453 * custom.el (custom-enable-theme): Don't add theme to
15454 `custom-enabled-themes' with `push' because there is no
15455 setf-method for `delq'.
15456
15457 2005-07-11 Richard M. Stallman <rms@gnu.org>
15458
15459 * custom.el (custom-declare-variable): Doc fix.
15460
15461 * dired-aux.el (dired-compare-directories): Remove "." and ".."
15462 from the alists.
15463
15464 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
15465 Do nothing if edebug-active.
15466
15467 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
15468 (edebug-display): Do it here instead.
15469
15470 2005-07-10 Richard M. Stallman <rms@gnu.org>
15471
15472 * cus-face.el (custom-theme-set-faces): Make it work.
15473 (custom-reset-faces): Doc fix.
15474 (custom-theme-reset-internal-face, custom-theme-face-value):
15475 Functions deleted.
15476
15477 * custom.el (custom-push-theme): Maintain list of the settings
15478 of a given theme in its theme-settings property.
15479 Maintain position of old settings in the theme-value
15480 or theme-face property.
15481 (custom-enabled-themes): New variable.
15482 (custom-theme-enabled-p): New function.
15483 (provide-theme): Update custom-enabled-themes.
15484 Disable and reenable the `user' theme.
15485 (require-theme): Doc fix.
15486 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
15487 (custom-theme-value, custom-theme-variable-value): Likewise.
15488 (custom-theme-reset-internal): Likewise.
15489 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
15490 (custom-enable-theme, custom-disable-theme): New functions.
15491 (custom-variable-theme-value, custom-face-theme-value): Likewise.
15492 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
15493 (custom-theme-reset-variables): Simplify.
15494 (deftheme, custom-declare-theme, custom-make-theme-feature):
15495 Definitions moved.
15496
15497 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
15498
15499 * longlines.el (longlines-show-region)
15500 (longlines-unshow-hard-newlines): Recognize hard newlines by
15501 non-nil hard property, instead of t.
15502
15503 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
15504
15505 * viper-cmd.el (viper--key-maps): New variable.
15506 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
15507 emulation-mode-map-alists.
15508 (viper-envelop-ESC-key): Use viper-subseq.
15509 (viper-search-forward/backward/next): Disable debug-on-error.
15510
15511 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15512 (viper-ESC-key): New defcustoms.
15513
15514 * viper-macs.el (ex-map-read-args): Use viper-subseq.
15515
15516 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
15517 (viper-subseq): Copy of subseq from cl.el.
15518
15519 * viper.el (viper-go-away, viper-set-hooks): Use
15520 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
15521
15522 * viper-mous.el (viper-current-frame-saved): Use defvar.
15523
15524 * viper-init.el: Get rid of -face in face names.
15525
15526 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
15527 Make it work with longlines mode
15528
15529 * ediff-mult.el (ediff-meta-mode-hook): New variable.
15530
15531 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
15532
15533 * ediff-init.el: Get rid of -face in face names.
15534
15535 2005-07-10 Richard M. Stallman <rms@gnu.org>
15536
15537 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
15538 and with-timeout-unsuspend.
15539
15540 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
15541 and with-timeout-unsuspend.
15542
15543 * emacs-lisp/timer.el (with-timeout-timers): New variable.
15544 (with-timeout): Bind that variable to record timers.
15545 (with-timeout-suspend, with-timeout-unsuspend): New functions.
15546
15547 * emacs-lisp/debug.el (debug-help-follow): New function.
15548 (debugger-mode-map): Use that instead of help-follow.
15549 (debugger-setup-buffer): Use eval-buffer-list
15550 to handle eval-buffer frames.
15551
15552 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
15553
15554 * timezone.el (timezone-parse-date): Change first regexp
15555 so it will not mistakenly match dates with no time zone.
15556
15557 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
15558
15559 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
15560
15561 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
15562
15563 * custom.el (custom-initialize-safe-set)
15564 (custom-initialize-safe-default): New functions.
15565
15566 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15567 and simplify :init-value.
15568
15569 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15570 and simplify :init-value. Delete obsolete comment.
15571
15572 * startup.el (command-line): Use `custom-reevaluate-setting' to
15573 handle `tooltip-mode'. Delete obsolete comment.
15574
15575 * files.el (set-visited-file-name): Avoid calling
15576 `file-name-nondirectory' with a nil argument.
15577
15578 2005-07-09 Richard M. Stallman <rms@gnu.org>
15579
15580 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
15581 was called with nil for the buffer, handle the read position right.
15582 Handle read position for eval-region, too.
15583
15584 2005-07-09 Juri Linkov <juri@jurta.org>
15585
15586 * fringe.el (fringe-mode): Add period in docstring.
15587 (fringe-query-style): Build prompt depending on `all-frames' arg.
15588
15589 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
15590 to not create links to unrelated functions in the Help buffer.
15591
15592 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
15593 Doc fix.
15594
15595 * simple.el (next-error-hook): New variable.
15596 (next-error): Use it. Doc fix.
15597
15598 * textmodes/ispell.el (ispell-command-loop): Add current
15599 dictionary name and program name to mode-line-format.
15600 (ispell-region, ispell-process-line): Add current dictionary name
15601 and program name to messages.
15602
15603 2005-07-08 Jay Belanger <belanger@truman.edu>
15604
15605 * calc/calc.el (calc-embedded-announce-formula-alist)
15606 (calc-embedded-open-close-formula-alist)
15607 (calc-embedded-open-close-word-alist)
15608 (calc-embedded-open-close-plain-alist)
15609 (calc-embedded-open-close-new-formula-alist)
15610 (calc-embedded-open-close-mode-alist)
15611 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
15612 (calc-embedded-mode-hook): New variables.
15613
15614 * calc/calc-embed.el (calc-embedded-firsttime)
15615 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
15616 New variables.
15617 (calc-do-embedded): Use calc-embedded-firsttime,
15618 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
15619 determine whether or not to run hooks.
15620 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
15621 calc-embedded-firsttime-formula appropriately.
15622 Set calc-embedded delimiter variables according to mode.
15623
15624 2005-07-08 Richard M. Stallman <rms@gnu.org>
15625
15626 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
15627 Check for "emacs", etc., as entire symbol, not just as word.
15628 (checkdoc-file-comments-engine): Use regexp-quote on FN.
15629
15630 * files.el (set-visited-file-name): Report the error
15631 for "empty filename" earlier.
15632 (kill-some-buffers): Ignore buffers already dead.
15633
15634 * fringe.el (fringe-mode): Doc fix.
15635
15636 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15637 Check for (featurep 'xemacs) and turn off warnings in what it guards.
15638 Use unwind-protect to ensure byte-compile-unresolved-functions
15639 is updated.
15640
15641 * whitespace.el (whitespace-buffer-leading-cleanup):
15642 Simplify w/ skip-chars-forward.
15643 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
15644
15645 * mail/rmail.el (rmail-only-expunge): Fix paren error.
15646 Unconditionally try to leave point at the same old place.
15647
15648 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
15649
15650 * comint.el (comint-postoutput-scroll-to-bottom)
15651 (comint-show-maximum-output): Take scroll-margin into consideration.
15652
15653 2005-07-08 Kim F. Storm <storm@cua.dk>
15654
15655 * ido.el (ido-use-filename-at-point): New choice `guess'.
15656 (ido-file-internal): Try ffap-guesser if selected.
15657
15658 * ido.el (ido-before-fallback-functions): New hook.
15659 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
15660 (ido-read-file-name): Run it.
15661
15662 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
15663
15664 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
15665 strings rather than a list of symbols to the completion function.
15666
15667 2005-07-07 Jay Belanger <belanger@truman.edu>
15668
15669 * calc/calc-units.el (math-apply-units): Change the places in
15670 which units are simplified.
15671
15672 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
15673
15674 * cus-edit.el (customize-option, customize-option-other-window):
15675 Make them handle aliases.
15676
15677 * custom.el (custom-variable-p): Make it recursively follow
15678 aliases. Mention that in the docstring.
15679
15680 2005-07-07 Richard M. Stallman <rms@gnu.org>
15681
15682 * cus-start.el (exec-path): Use `directory' instead of `file'.
15683 Fix tag for nil.
15684
15685 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15686
15687 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
15688 when called non-interactively. Doc fix.
15689
15690 2005-07-07 Lute Kamstra <lute@gnu.org>
15691
15692 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
15693 new address as well.
15694
15695 2005-07-07 Kenichi Handa <handa@m17n.org>
15696
15697 * international/mule.el (make-coding-system):
15698 Describe `ascii-incompatible' property in the docstring.
15699 (set-file-name-coding-system): Signal an error if coding-system is
15700 ascii-incompatible.
15701 (set-keyboard-coding-system): Likewise.
15702
15703 * international/mule-cmds.el (set-default-coding-systems):
15704 Don't set default-file-name-coding-system and
15705 default-keyboard-coding-system if coding-system is ASCII-incompatible.
15706
15707 * international/utf-16.el: Declare that all UTF-16-based coding
15708 systems are ASCII-incompatible.
15709
15710 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
15711
15712 * progmodes/gud.el: Require font-lock for displaying errors.
15713 Used by gdb-ui.el.
15714
15715 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15716
15717 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
15718 values for the pattern lists which are `read'able but not
15719 `append'able (like symbols).
15720
15721 2005-07-06 Richard M. Stallman <rms@gnu.org>
15722
15723 * progmodes/flymake.el (flymake-float-time): Instead of
15724 with-no-warnings, test for xemacs.
15725 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
15726 to avoid warning.
15727
15728 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
15729
15730 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
15731
15732 2005-07-05 Lute Kamstra <lute@gnu.org>
15733
15734 * battery.el: Add support for Darwin (with much debugging help
15735 from Samuel Lauber <sam124@operamail.com>).
15736 (battery-status-function, battery-echo-area-format)
15737 (battery-mode-line-format): Add support for pmset on Darwin.
15738 (battery-load-low, battery-load-critical): New user options.
15739 (battery-pmset): New function.
15740
15741 2005-07-05 Lute Kamstra <lute@gnu.org>
15742
15743 Update FSF's address in GPL notices.
15744
15745 * textmodes/page-ext.el: Update FSF's address.
15746
15747 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
15750 filling from using prefix when filling a single-line docstring.
15751
15752 * progmodes/flymake.el: Remove useless eval-when-compile.
15753
15754 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
15755
15756 2005-07-04 Richard M. Stallman <rms@gnu.org>
15757
15758 * textmodes/org.el (org-file-apps-defaults-gnu):
15759 Rename from org-file-apps-defaults-linux.
15760 (org-default-apps): Don't test system-type for `linux'.
15761 (org-file-apps): Doc fix.
15762
15763 2005-07-04 David Ponce <david@dponce.com>
15764
15765 * tree-widget.el: Improve header Commentary section.
15766 (tree-widget) [defgroup]
15767 (tree-widget-image-enable, tree-widget-themes-directory)
15768 (tree-widget-theme, tree-widget-image-properties-emacs)
15769 (tree-widget-image-properties-xemacs, tree-widget-create-image)
15770 (tree-widget-image-formats, tree-widget-control)
15771 (tree-widget-empty-control, tree-widget-leaf-control
15772 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
15773 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
15774 (tree-widget-keep, tree-widget-after-toggle-functions)
15775 (tree-widget-open-node, tree-widget-close-node): Doc fix.
15776 (tree-widget-open-control, tree-widget-close-control): Fix doc and
15777 :help-echo message.
15778 (tree-widget-set-theme): Doc fix. Use `string-equal'.
15779 (tree-widget-image-properties): Doc fix. Clearer implementation.
15780 (tree-widget--cursors): New constant.
15781 (tree-widget-lookup-image): New function split from
15782 `tree-widget-find-image'. Clearer implementation.
15783 (tree-widget-find-image): Use it.
15784 (tree-widget-button-keymap): Use `set-keymap-parent'.
15785 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
15786 Define the sub-widgets here.
15787 (tree-widget-node): Check that :node is not a tree-widget.
15788 (tree-widget-get-super, tree-widget-open-control)
15789 (tree-widget-close-control, tree-widget-empty-control)
15790 (tree-widget-leaf-control, tree-widget-guide)
15791 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
15792 (tree-widget-no-handle, tree-widget-value-delete)
15793 (tree-widget-map): Remove.
15794 (tree-widget-children-value-save): Doc fix. Simplified.
15795 (tree-widget-value-create): Update according to previous changes.
15796
15797 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
15798
15799 * textmodes/org.el: Leading space replaced by TABS.
15800 (org-recalc-marks, org-table-rotate-recalc-marks)
15801 (org-table-get-specials): Treat "^" and "_" marks.
15802 (org-table-justify-field-maybe): Optional argument NEW.
15803 (org-table-eval-formula): Parsing of the format simplified.
15804 New modes C,I. Honor the %= parameter in the current table.
15805 Avoid unnecessary re-align by using the NEW argument to
15806 `org-table-justify-field-maybe'.
15807 (org-calc-default-modes): Default for date-format mimicks org-mode.
15808 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
15809
15810 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
15811
15812 * cus-face.el (custom-theme-set-faces): Make it handle face
15813 aliases whose alias declarations are pre- or autoloaded.
15814
15815 2005-07-04 Juri Linkov <juri@jurta.org>
15816
15817 * faces.el (read-face-name): Put the code for getting a face name
15818 from the buffer before adding the faces from the `face' property.
15819 Use `completing-read-multiple' instead of `completing-read'.
15820 Require `crm'. Add default value and post-process the returned
15821 list of faces.
15822
15823 * emacs-lisp/crm.el (crm-find-current-element)
15824 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
15825
15826 * emacs-lisp/lisp-mode.el (eval-defun-1):
15827 * emacs-lisp/edebug.el (edebug-eval-defun):
15828 Remove unnecessary quotes.
15829
15830 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15831
15832 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
15833 (prolog-indent-level): Fix typo in docstring.
15834
15835 * info.el (Info-history, Info-history-forward)
15836 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
15837
15838 * add-log.el (add-change-log-entry):
15839 * comint.el (comint-dynamic-list-input-ring)
15840 (comint-dynamic-list-completions):
15841 * dabbrev.el (dabbrev-expand):
15842 * delim-col.el (delimit-columns-rectangle-line):
15843 * diff-mode.el (diff-context->unified, diff-reverse-direction)
15844 (diff-unified->context):
15845 * ediff-init.el (ediff-abbrev-jobname):
15846 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
15847 (ediff-replace-session-activity-marker-in-meta-buffer):
15848 * info.el (Info-summary):
15849 * lpr.el (printify-region):
15850 * printing.el (pr-create-interface):
15851 * ps-print.el (ps-print-quote):
15852 * ses.el (ses-column-widths, ses-print-cell)
15853 (ses-adjust-print-width, ses-center):
15854 * shell.el (shell-file-name-quote-list):
15855 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
15856 (strokes-fill-current-buffer-with-whitespace)
15857 (strokes-xpm-for-stroke, strokes-list-strokes)
15858 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
15859 * term.el (term-dynamic-list-input-ring)
15860 (term-dynamic-list-completions):
15861 * calc/calc.el (math-format-stack-value):
15862 * emacs-lisp/edebug.el (edebug-display-freq-count):
15863 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
15864 (delphi-new-comment-line):
15865 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
15866 * progmodes/executable.el (executable-set-magic):
15867 * progmodes/python.el (inferior-python-mode):
15868 * progmodes/scheme.el (scheme-mode-syntax-table):
15869 * progmodes/sh-script.el (sh-maybe-here-document):
15870 * progmodes/sql.el (sql-copy-column):
15871 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
15872 * textmodes/bibtex.el (bibtex-mode):
15873 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
15874 (sgml-auto-attributes):
15875 * textmodes/table.el (table-insert, table-shorten-cell)
15876 (table--generate-source-scan-lines, table-delete-row)
15877 (*table--cell-delete-char, table--spacify-frame)
15878 (table--horizontally-shift-above-and-below)
15879 (table--cell-insert-char, table--cell-blank-str)
15880 (table--fill-region-strictly):
15881 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
15882 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
15883
15884 * add-log.el (change-log):
15885 * apropos.el (apropos):
15886 * comint.el (comint-completion, comint-source):
15887 * dabbrev.el (dabbrev):
15888 * delim-col.el (columns):
15889 * diff-mode.el (diff-mode):
15890 * ediff.el (ediff):
15891 * ediff-diff.el (ediff-diff):
15892 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
15893 * ediff-mult.el (ediff-mult):
15894 * ediff-ptch.el (ediff-ptch):
15895 * ediff-wind.el (ediff-window):
15896 * facemenu.el (facemenu):
15897 * indent.el (indent):
15898 * info.el (info):
15899 * jka-cmpr-hook.el (compression, jka-compr):
15900 * lpr.el (lpr):
15901 * outline.el (outlines):
15902 * pcmpl-cvs.el (pcmpl-cvs):
15903 * pcmpl-rpm.el (pcmpl-rpm):
15904 * printing.el (printing):
15905 * ps-print.el (postscript, ps-print, ps-print-horizontal)
15906 (ps-print-vertical, ps-print-headers, ps-print-font)
15907 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
15908 (ps-print-background, ps-print-printer, ps-print-page)
15909 (ps-print-miscellany):
15910 * ses.el (ses):
15911 * shell.el (shell, shell-directories, shell-faces):
15912 * startup.el (initialization):
15913 * strokes.el (strokes):
15914 * term.el (term):
15915 * uniquify.el (uniquify):
15916 * w32-vars.el (w32):
15917 * calc/calc.el (calc):
15918 * emacs-lisp/bytecomp.el (bytecomp):
15919 * emacs-lisp/cl-indent.el (lisp-indent):
15920 * emacs-lisp/edebug.el (edebug):
15921 * emacs-lisp/elp.el (elp):
15922 * emacs-lisp/testcover.el (testcover):
15923 * emacs-lisp/trace.el (trace):
15924 * emulation/viper-ex.el (viper-ex):
15925 * emulation/viper-mous.el (viper-mouse):
15926 * mail/mailalias.el (mailalias):
15927 * mail/supercite.el (supercite, supercite-frames)
15928 (supercite-attr, supercite-cite, supercite-hooks):
15929 * net/rcompile.el (remote-compile):
15930 * net/rlogin.el (rlogin):
15931 * obsolete/ooutline.el (outlines):
15932 * progmodes/delphi.el (delphi):
15933 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
15934 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
15935 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
15936 (ebnf-optimization):
15937 * progmodes/etags.el (etags):
15938 * progmodes/executable.el (executable):
15939 * progmodes/idlwave.el (idlwave):
15940 * progmodes/pascal.el (pascal):
15941 * progmodes/prolog.el (prolog):
15942 * progmodes/python.el (python):
15943 * progmodes/scheme.el (scheme):
15944 * progmodes/sh-script.el (sh, sh-script):
15945 * progmodes/sql.el (SQL):
15946 * progmodes/tcl.el (tcl):
15947 * textmodes/bibtex.el (bibtex, bibtex-autokey):
15948 * textmodes/enriched.el (enriched):
15949 * textmodes/makeinfo.el (makeinfo):
15950 * textmodes/sgml-mode.el (sgml):
15951 * textmodes/table.el (table-hooks):
15952 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
15953 * textmodes/texinfo.el (texinfo):
15954 * textmodes/two-column.el (two-column):
15955 Finish `defgroup' description with period.
15956
15957 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
15958 * eshell/esh-var.el (eshell-var):
15959 * progmodes/vhdl-mode.el (vhdl-testbench):
15960 * textmodes/org.el (org): Fix typos in docstrings.
15961
15962 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
15963 consistency.
15964
15965 * progmodes/flymake.el (flymake-find-file): Remove.
15966 (flymake-float-time): Use `with-no-warnings'.
15967 (flymake-check-start-time, flymake-check-was-interrupted)
15968 (flymake-err-info, flymake-is-running, flymake-last-change-time)
15969 (flymake-new-err-info): `defvar' at compile time.
15970
15971 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
15972
15973 * replace.el (occur-hook): Doc fix.
15974 (occur-1): Don't call `occur-hook' if there are no matches.
15975
15976 2005-07-03 Richard M. Stallman <rms@gnu.org>
15977
15978 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
15979 global-map, save the same map.
15980 (global-map): Don't alter it at top level.
15981 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
15982 Then alter it here instead.
15983 (tpu-edt-off): Set global-map to the saved one.
15984
15985 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
15986 All references simplified.
15987 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
15988 (zmacs-regions): Add defvar.
15989 (repeat-complex-command-map): Everything about that deleted.
15990
15991 * textmodes/artist.el (artist-key-is-drawing)
15992 (artist-key-endpoint1, artist-key-poly-point-list)
15993 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
15994 (artist-key-compl-table, artist-rb-save-data)
15995 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
15996 Don't put them in eval-when-compile.
15997 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
15998
15999 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16000 Use with-no-warnings.
16001
16002 * net/browse-url.el (dos-windows-version): Add defvar.
16003
16004 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16005
16006 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16007 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16008 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16009 Add defvar.
16010 (rmail-summary-beginning-of-message): Use with-no-warnings.
16011 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16012
16013 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16014 Use with-no-warnings.
16015
16016 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16017 (c-mark-function): Add point-moving-unit property.
16018 (vi-goto-line): Use with-no-warnings.
16019
16020 * emulation/edt.el (edt-last-copied-word): Add defvar.
16021 (zmacs-region-stays): Likewise.
16022 (edt-mark-section-wisely): Use c-mark-function for C.
16023 Use makr-defun for Fortran.
16024 (time-string): defvar deleted.
16025 (edt-display-the-time): Don't set time-string.
16026
16027 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16028
16029 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16030 Don't warn when name is not constant
16031 or for defining the group `emacs'.
16032
16033 * tooltip.el (gud-tooltip-mode): Add defvar.
16034
16035 * startup.el (default-frame-background-mode): Add defvar.
16036
16037 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16038
16039 * info.el (tool-bar-map): Add defvar.
16040
16041 * dired.el (dnd-protocol-alist): Add defvar.
16042
16043 * dired-aux.el (dired-query): Display question with answer, when
16044 the user answers.
16045
16046 * custom.el (custom-add-option): Doc fix.
16047
16048 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16049
16050 2005-07-03 Eli Zaretskii <eliz@gnu.org>
16051
16052 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16053 bogus name from the last change.
16054
16055 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
16056
16057 * custom.el (custom-declare-variable): Fix typos in comment.
16058 (custom-known-themes): Doc fix.
16059 (custom-theme-directory): New defcustom.
16060 (require-theme): Make it check `custom-theme-directory'.
16061
16062 * cus-theme.el (custom-new-theme-mode): New function.
16063 (custom-theme-name, custom-theme-variables, custom-theme-faces)
16064 (custom-theme-description): Add compiler defvars.
16065 (customize-create-theme): Add doc to the "*New Custom Theme*"
16066 buffer. Use `custom-new-theme-mode'.
16067 (custom-theme-write): Put the created buffer in emacs-lisp-mode
16068 and save it to the `custom-theme-directory'. Make this the
16069 default directory of the buffer.
16070
16071 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
16072
16073 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16074 Fix unbalanced parentheses.
16075
16076 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16077
16078 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16079 into flymake-mode and delegate to flymake-mode.
16080
16081 * find-file.el (ff-which-function-are-we-in): Clean up.
16082
16083 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
16084
16085 * replace.el (occur-rename-buffer): Fix docstring.
16086
16087 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16088 (edt-last-copied-word, edt-learn-macro-count)
16089 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16090 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16091 (time-string, zmacs-region-stays):
16092 * emulation/edt-mapper.el (edt-save-function-key-map)
16093 (EDT-key-name): `defvar' to silence the byte-compiler.
16094
16095 2005-07-02 Martin Rudalics <rudalics@gmx.at>
16096
16097 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16098 font-lock-regexp-backslash. Doc fix.
16099 (font-lock-regexp-backslash-grouping-construct): Rename from
16100 font-lock-regexp-backslash-construct. Doc fix.
16101 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16102 grouping constructs.
16103
16104 2005-07-02 Eli Zaretskii <eliz@gnu.org>
16105
16106 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16107 updating all the prerequisites.
16108
16109 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
16110
16111 * textmodes/org.el (org-agenda-start-on-weekday)
16112 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16113 (org-agenda-use-time-grid, org-archive-location)
16114 (org-allow-space-in-links, org-usenet-links-prefer-google)
16115 (org-enable-table-editor, org-export-default-language)
16116 (org-export-html-show-new-buffer, org-fill-paragraph)
16117 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16118 (org-goto-quit, org-occur, org-eval-in-calendar)
16119 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16120 (org-agenda-diary-entry, org-remember-help)
16121 (org-table-convert-region, org-at-table-p)
16122 (org-table-move-row-down, org-table-move-row-up)
16123 (org-table-copy-region, org-table-toggle-vline-visibility)
16124 (org-table-get-stored-formulas, org-table-get-specials)
16125 (org-recalc-commands, org-table-eval-formula)
16126 (org-table-formula-substitute-names, orgtbl-make-binding)
16127 (org-format-org-table-html, org-format-table-table-html)
16128 (org-format-table-table-html-using-table-generate-source)
16129 (org-customize): Fix typos in docstrings.
16130 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16131 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16132 (org-back-to-heading): Doc fixes.
16133 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16134 (org-agenda-change-all-lines, org-get-header):
16135 Improve argument/docstring consistency.
16136 (orgtbl-error): Fix error message.
16137
16138 * progmodes/flymake.el (flymake-find-possible-master-files)
16139 (flymake-master-file-compare, flymake-get-line-err-count)
16140 (flymake-highlight-line, flymake-gui-warnings-enabled):
16141 Fix typos in docstrings.
16142 (flymake-parse-line, flymake-get-project-include-dirs-function)
16143 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16144 Doc fixes.
16145 (flymake-get-project-include-dirs-function)
16146 (flymake-make-err-menu-data):
16147 Improve argument/docstring consistency.
16148
16149 2005-07-01 Lute Kamstra <lute@gnu.org>
16150
16151 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16152 Catch errors with ignore-errors. Use temporary buffer.
16153 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
16154
16155 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16156 background color faces.
16157 (facemenu-set-foreground, facemenu-set-background):
16158 Use facemenu-set-face-from-menu.
16159 (facemenu-set-face-from-menu): Treat face names that start with
16160 "fg:" or "bg:" as special.
16161 (facemenu-add-new-color): Don't create faces. Simplify.
16162
16163 2005-06-30 Richard M. Stallman <rms@gnu.org>
16164
16165 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16166 (crm-find-current-element): Likewise.
16167
16168 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
16169
16170 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16171
16172 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16173
16174 * arc-mode.el (archive-extract): Make it work as a mouse binding.
16175 (archive-mouse-extract): Make it an obsolete alias.
16176 (archive-mode-map): Don't use archive-mouse-extract any more.
16177 (archive-mode, archive-extract): write-contents-hooks ->
16178 write-contents-functions.
16179 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16180 first arg.
16181 (archive-rename-entry): Update the call.
16182 (archive-zip-summarize): Remove unused var `method'.
16183 (archive-lzh-summarize): Remove unused var `creator'.
16184
16185 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16186 dedicated frame upon exit.
16187
16188 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16189 (archive-zip-extract, archive-zip-expunge)
16190 (archive-zip-update, archive-zip-update-case): Use executable-find.
16191 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16192 Use restore-buffer-modified-p.
16193 (archive-extract, archive-add-new-member, archive-write-file-member):
16194 Use with-current-buffer.
16195 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16196
16197 2005-06-30 Andreas Schwab <schwab@suse.de>
16198
16199 * progmodes/gud.el (gud-filter): Remove unneeded progn.
16200
16201 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16202
16203 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16204
16205 2005-06-30 Juri Linkov <juri@jurta.org>
16206
16207 * faces.el (vertical-border): Inherit from mode-line-inactive
16208 only on tty.
16209
16210 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
16211
16212 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16213 example, -NLINES in the `occur' docstring).
16214
16215 * replace.el (occur-1): When no matches are found, do not set the
16216 `buffer-read-only' and modified flags for the occur buffer,
16217 because it is deleted.
16218
16219 * emulation/cua-base.el (cua-check-pending-input)
16220 (cua-repeat-replace-region, cua-mode, cua-debug)
16221 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16222 Fix typos in docstrings.
16223
16224 * emulation/cua-gmrk.el (cua-toggle-global-mark)
16225 (cua-cut-region-to-global-mark)
16226 (cua--cut-rectangle-to-global-mark):
16227 Remove period from end of messages.
16228
16229 * emulation/cua-rect.el (cua-do-rectangle-padding):
16230 Remove period from end of messages.
16231 (cua--rectangle-seq-format): Fix typo in docstring.
16232 (cua-sequence-rectangle, cua-fill-char-rectangle):
16233 Improve argument/docstring consistency.
16234
16235 2005-06-29 Juri Linkov <juri@jurta.org>
16236
16237 * faces.el (default-frame-background-mode): New internal variable.
16238 (frame-set-background-mode): Use it.
16239
16240 * startup.el (normal-top-level): Set default-frame-background-mode
16241 instead of frame-background-mode. Before setting it, test for its
16242 nil value. Remove tests for frame-background-mode and frame
16243 parameter `reverse'. Add test for "unspecified-fg".
16244
16245 * term/xterm.el (xterm-rxvt-set-background-mode):
16246 * term/rxvt.el (rxvt-set-background-mode):
16247 Set default-frame-background-mode instead of frame-background-mode.
16248
16249 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
16250
16251 * simple.el (set-variable): Warn about obsolete user variables.
16252
16253 * imenu.el (imenu--completion-buffer):
16254 * mouse.el (mouse-buffer-menu-alist):
16255 * msb.el (msb-invisible-buffer-p):
16256 * calendar/diary-lib.el (diary-header-line-format):
16257 * emacs-lisp/pp.el (pp-buffer):
16258 * progmodes/cperl-mode.el (cperl-do-auto-fill):
16259 * textmodes/picture.el (picture-replace-match):
16260 Change space constants followed by a sexp to "?\s ".
16261
16262 * play/decipher.el (decipher-loop-with-breaks):
16263 * textmodes/texinfo.el (texinfo-insert-@item): Change space
16264 constants "protected" from end of line by a comment to "?\s".
16265
16266 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16267
16268 * font-lock.el (save-buffer-state): Use `declare'.
16269
16270 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16271 reset the syntax-table to cperl-mode-syntax-table.
16272 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16273 "foo_print_bar" is not matched as a reserved keyword.
16274
16275 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
16276
16277 * textmodes/org.el (orgtbl-setup): New function, for delayed
16278 setup for the orgtbl commands.
16279 (org-calc-default-modes): New option.
16280 (orgtbl-make-binding): Use `defun' to get better help display.
16281 (org-diary): Call `org-compile-prefix-format'.
16282 (org-table-formula-substitute-names): New function.
16283 (org-agenda-day-view, org-agenda-week-view): New commands.
16284 (org-agenda-toggle-week-view): Command removed.
16285 (org-tbl-menu): Split off from org-org-menu.
16286 (org-mode): Move removal of outline-mode menus to here.
16287 (org-table-formula-debug): New option.
16288 (org-table-insert-row): Keep first field if just "#" or "*".
16289 (org-mode): Paragraph regexps fixed.
16290 (org-table-recalculate-regexp): New constant.
16291 (org-table-justify-field-maybe): Avoid replace if not necessary.
16292 (org-copy-special, org-cut-special): Use `call-interactively'.
16293 (org-table-copy-region): Take region from `interactive' call.
16294 (org-trim): Return string even if no match.
16295 (org-formula): New face.
16296 (org-set-font-lock-defaults): No longer highlight "FIXME".
16297 But highlight formula-related fields in table.
16298 (org-table-p): Use regexp, not fontification.
16299 (org-table-align): Handle white space at end of line.
16300 (org-table-formula-evaluate-inline): New option.
16301 (org-mode): Auto-wrapping in comment lines turned off.
16302 (org-table-copy-down): Evaluate only in copied field, not in
16303 destination.
16304 (org-table-current-formula): Variable removed.
16305 (org-table-store-formulas, org-table-get-stored-formulas)
16306 (org-table-modify-formulas, org-table-replace-in-formulas)
16307 (org-table-maybe-eval-formula): New functions.
16308 (org-table-get-formula): Modify to use stored formulas.
16309 (org-table-insert-column, org-table-delete-column)
16310 (org-table-move-column): Call `org-table-modify-formulas'.
16311 (org-complete): Add completion for keyword formulas.
16312 (orgtbl-mode): Pull orgtbl-mode-map to start of
16313 minor-mode-map-alist.
16314
16315 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16316
16317 * progmodes/python.el (python-check): Require `compile' before
16318 modifying its variables.
16319
16320 * newcomment.el (comment-indent-default): Don't get fooled by an early
16321 end of buffer.
16322
16323 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16324
16325 * ps-print.el (ps-print-version): Fix version number.
16326
16327 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
16328
16329 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16330
16331 2005-06-28 Richard M. Stallman <rms@gnu.org>
16332
16333 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16334 (flyspell-local-mouse-map): Declaration deleted.
16335 (flyspell-mouse-map): Bind only mouse-2.
16336 (flyspell-mode-map): Don't test flyspell-use-local-map.
16337 (flyspell-overlay-keymap-property-name): Var deleted.
16338 (flyspell-mode-on): Don't make local bindings for
16339 flyspell-mouse-map and flyspell-mode-map.
16340 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16341
16342 * textmodes/ispell.el (ispell-word): Do not ignore short words.
16343
16344 * progmodes/compile.el (compilation-next-error-function):
16345 Don't switch buffers; operate on the current buffer.
16346
16347 * progmodes/compile.el (compilation-error-file-name)
16348 (compilation-warning-file-name, compilation-info-file-name)
16349 (compilation-line-number, compilation-column-number): New faces.
16350 (compilation-error-face, compilation-warning-face)
16351 (compilation-info-face, compilation-line-face)
16352 (compilation-column-face): Use them.
16353
16354 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16355
16356 * comint.el (comint-password-prompt-regexp): Accept ", try again".
16357
16358 * bindings.el (global-map): Bind insertchar and its variants.
16359
16360 2005-06-27 Richard M. Stallman <rms@gnu.org>
16361
16362 * textmodes/artist.el (artist-text-overwrite)
16363 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
16364
16365 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16366
16367 * ps-print.el: It was not working the page selection for printing.
16368 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
16369 (ps-print-version): New version 6.6.7.
16370 (ps-end-sheet): New fun.
16371 (ps-header-sheet, ps-end-job): Call it.
16372
16373 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
16374
16375 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
16376
16377 2005-06-27 Lute Kamstra <lute@gnu.org>
16378
16379 * facemenu.el (facemenu-unlisted-faces): Add foreground and
16380 background color faces.
16381 (facemenu-get-face): Delete function.
16382 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
16383 (facemenu-add-new-color): Make second argument mandatory.
16384 Create the appropriate face and return it. Simplify.
16385 (facemenu-set-foreground, facemenu-set-background): Don't check if
16386 color is defined. Use return value of facemenu-add-new-color.
16387
16388 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
16389
16390 * progmodes/gud.el (gud-filter): Add missing argument to
16391 with-selected-window.
16392
16393 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16394
16395 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
16396 a :require to the defcustom.
16397
16398 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
16399 defcustoms corresponding to minor modes.
16400
16401 2005-06-26 David Ponce <david@dponce.com>
16402
16403 * recentf.el: Require tree-widget instead of wid-edit.
16404 (recentf-filename-handler): Fix widget :type.
16405 (recentf-cancel-dialog, recentf-open-more-files)
16406 (recentf-open-files-action): Doc fix.
16407 (recentf-dialog-goto-first): New function.
16408 (recentf-dialog-mode-map): Set parent keymap first.
16409 (recentf-dialog-mode): Define with define-derived-mode.
16410 Don't display continuation lines in dialogs.
16411 (recentf-edit-list): Rename from recentf-edit-selected-items.
16412 (recentf-edit-list-select): Rename from recentf-edit-list-action.
16413 Simplify.
16414 (recentf-edit-list-validate): New function.
16415 (recentf-edit-list): Update accordingly.
16416 (recentf-open-files-item-shift): Remove.
16417 (recentf-open-files-item): Convert menu elements into tree and
16418 link widgets. Don't create the widgets.
16419 (recentf-open-files): Update accordingly.
16420 (recentf-save-list): Untabify.
16421
16422 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
16423
16424 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
16425 (keep-lines): Add INTERACTIVE arg. Never delete lines only
16426 partially contained in the active region. Do not take active
16427 region into account when called from Lisp, unless INTERACTIVE arg
16428 is non-nil. Use `forward-line' instead of `beginning-of-line' to
16429 avoid trouble with fields. Make marker point nowhere when no
16430 longer used. Always return nil. Doc fix.
16431 (flush-lines): Add INTERACTIVE arg. Do not take active region
16432 into account when called from Lisp, unless INTERACTIVE arg is
16433 non-nil. Use `forward-line' instead of `beginning-of-line' to
16434 avoid trouble with fields. Make marker point nowhere when no
16435 longer used. Always return nil. Doc fix.
16436 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
16437 interchangeable. Do not take active region into account when
16438 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
16439 message in echo area when called from Lisp, unless INTERACTIVE arg
16440 is non-nil. Avoid saying "1 occurrences". Do not use markers.
16441 Return the number of matches. Doc fix.
16442 (occur): Doc fix.
16443 (perform-replace): Make comment follow double space convention for
16444 the sake of `outline-minor-mode'.
16445
16446 * faces.el (facep): Doc fix.
16447
16448 2005-06-25 Richard M. Stallman <rms@gnu.org>
16449
16450 * facemenu.el (facemenu-enable-faces-p): New function.
16451 (facemenu-background-menu, facemenu-foreground-menu)
16452 (facemenu-face-menu): Add menu-enable property.
16453
16454 * jka-compr.el (jka-compr-insert-file-contents):
16455 Special handling if cannot find the uncompression program.
16456
16457 * cus-face.el (custom-face-attributes): Add autoload.
16458
16459 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16460 Bind comment-indent-function locally.
16461
16462 * window.el (save-selected-window): Use save-current-buffer.
16463
16464 * subr.el (with-selected-window): Use save-current-buffer.
16465
16466 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
16467 and with-current-buffer.
16468
16469 2005-06-24 Richard M. Stallman <rms@gnu.org>
16470
16471 * simple.el (line-move-1): Fix previous change.
16472
16473 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16474
16475 * replace.el (occur-1): Set `buffer-read-only' and the
16476 buffer-modified flag before running `occur-hook' to protect
16477 against unintentional buffer switches that can lead to data loss.
16478
16479 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
16480
16481 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
16482 (gud-gdb-marker-filter): Use font-lock-warning-face for any
16483 initial error.
16484
16485 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
16486 after fresh input.
16487 (gdb-var-create-handler): Put name of expression in quotes.
16488
16489 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
16490
16491 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
16492 elements of RING in order, and without bogus nil elements.
16493
16494 2005-06-23 Richard M. Stallman <rms@gnu.org>
16495
16496 * simple.el (set-variable): Args renamed; doc fix.
16497 (line-move-1): When there are overlays around, use vertical-motion.
16498
16499 * faces.el (escape-glyph): Use brown against light background.
16500 (nobreak-space): Rename from no-break-space.
16501 Fix previous change.
16502
16503 * dired-aux.el (dired-do-copy): Fix arg prompt.
16504
16505 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
16506
16507 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16508
16509 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
16510 rather than "Distributor".
16511
16512 2005-06-23 Lute Kamstra <lute@gnu.org>
16513
16514 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
16515 (debug-on-entry): Use it. New interactive declaration that uses
16516 function-called-at-point.
16517
16518 2005-06-23 Kim F. Storm <storm@cua.dk>
16519
16520 * subr.el (save-match-data): Add comment about using evaporate arg
16521 to set-match-data.
16522
16523 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
16524
16525 * cus-edit.el (customize-face)
16526 (customize-face-other-window): Handle face aliases.
16527
16528 * faces.el (face-documentation, set-face-attribute)
16529 (face-spec-set): Handle face aliases.
16530
16531 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
16532
16533 * help-mode.el (help-make-xrefs): If a symbol representing a face
16534 name is not followed by the word "face", it could still be a
16535 function or variable name, so don't bypass other checks.
16536
16537 2005-06-22 Juri Linkov <juri@jurta.org>
16538
16539 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
16540 Replace aliased functions with calls where second arg `inherit' is t.
16541
16542 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
16543
16544 * progmodes/gdb-ui.el (gdb-error): New variable.
16545 (gdb-error): New function.
16546 (gdb-annotation-rules): Act on error-begin and error annotations.
16547 (gdb-concat-output): Use font-lock-warning-face for errors.
16548
16549 2005-06-22 Miles Bader <miles@gnu.org>
16550
16551 * bindings.el (propertized-buffer-identification): Use renamed
16552 `Buffer-menu-buffer' face.
16553
16554 * faces.el (vertical-border): Rename from `vertical-divider'.
16555 (escape-glyph): Change dark-background color back to `cyan'.
16556
16557 2005-06-21 Juri Linkov <juri@jurta.org>
16558
16559 * faces.el (face-user-default-spec): Try getting `customized-face'
16560 prior to `saved-face'.
16561 (frame-background-mode): Refill docstring.
16562
16563 * emacs-lisp/lisp-mode.el (eval-defun-1):
16564 * emacs-lisp/edebug.el (edebug-eval-defun):
16565 Set `saved-face' temporarily to nil before calling form.
16566 Set `customized-face' to the new spec after that.
16567
16568 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16569
16570 * subr.el (1value, lambda, key-substitution-in-progress):
16571 Doc fixes.
16572
16573 * autoinsert.el (auto-insert-alist):
16574 * ses.el (ses-call-printer):
16575 * subr.el (noreturn):
16576 * emacs-lisp/lisp.el (check-parens):
16577 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
16578 * net/browse-url.el (browse-url-mosaic):
16579 * progmodes/cc-defs.el (c-safe-scan-lists):
16580 * progmodes/ebnf-abn.el (ebnf-abn-lex):
16581 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
16582 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
16583 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
16584 * progmodes/ebnf-iso.el (ebnf-iso-lex):
16585 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
16586
16587 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16588
16589 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
16590
16591 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
16592
16593 * calendar/appt.el (appt-make-list): Activate the package, if
16594 not already active (for backwards compatibility).
16595
16596 2005-06-20 Kim F. Storm <storm@cua.dk>
16597
16598 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
16599
16600 2005-06-20 Miles Bader <miles@gnu.org>
16601
16602 * faces.el (vertical-divider): New face.
16603
16604 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
16605
16606 * simple.el (kill-whole-line): Doc fix.
16607 (next-error-buffer-p, next-error-find-buffer)
16608 (clone-indirect-buffer): Fix typos in docstrings.
16609 (comment-line-break-function): Doc fix: don't say variable
16610 is automatically buffer-local (it isn't).
16611
16612 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
16613
16614 * net/tramp-ftp.el (top):
16615 * net/tramp-smb.el (top):
16616 * net/tramp-util.el (top):
16617 * net/tramp-uu.el (top):
16618 * net/tramp-vc.el (top):
16619 * net/tramp.el (top): Revert copyright years back to original
16620 ones. Tramp has a life outside GNU Emacs.
16621
16622 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
16623
16624 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
16625
16626 2005-06-18 Juri Linkov <juri@jurta.org>
16627
16628 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
16629 end of first regexp to limit the match to the position between
16630 line number and source line with same separator character as used
16631 between file name and line number. In the second regexp limit
16632 mouse-face area to file name and line number by adding new group
16633 for them and referring it in HYPERLINK arg.
16634 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
16635 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
16636 previous line where grep markers may be already removed.
16637
16638 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
16639
16640 * progmodes/ps-mode.el: Update version and maintainer's email address.
16641
16642 2005-06-18 Steve Youngs <steve@xemacs.org>
16643
16644 * net/browse-url.el (browse-url-browser-function)
16645 (browse-url-default-browser): Add firefox.
16646 (browse-url-firefox-program, browse-url-firefox-arguments)
16647 (browse-url-firefox-startup-arguments)
16648 (browse-url-firefox-new-window-is-tab): New defcustoms.
16649 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
16650
16651 2005-06-17 Richard M. Stallman <rms@gnu.org>
16652
16653 * startup.el (command-line): Warn if specified user name has
16654 no home directory.
16655
16656 * term.el (term-get-old-input, term-input-filter, term-input-sender)
16657 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
16658
16659 * longlines.el (longlines-mode, longlines-show-hard-newlines):
16660 Doc fixes.
16661
16662 * faces.el (underline): Try bold if terminal doesn't support underline.
16663
16664 * mail/sendmail.el (mail-setup-with-from): New variable.
16665 (mail-insert-from-field): New function.
16666 (sendmail-send-it): Call it.
16667 (mail-setup): Optionally call it here.
16668
16669 * term/linux.el: Call tty-no-underline.
16670
16671 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
16672
16673 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
16674
16675 2005-06-17 Miles Bader <miles@gnu.org>
16676
16677 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
16678 (ediff-current-diff-C, ediff-current-diff-Ancestor)
16679 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
16680 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
16681 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
16682 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
16683 Remove "-face" suffix from face names.
16684 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16685 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16686 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16687 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16688 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16689 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16690 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16691 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16692 New backward-compatibility aliases for renamed faces.
16693 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16694 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16695 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16696 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16697 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16698 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16699 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16700 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16701 Use renamed ediff faces.
16702
16703 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
16704 Remove "-face" suffix from face names.
16705 (eshell-test-ok-face, eshell-test-failed-face):
16706 New backward-compatibility aliases for renamed faces.
16707 (eshell-run-test): Use renamed eshell-test faces.
16708
16709 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
16710 face name.
16711 (eshell-prompt-face): New backward-compatibility alias for renamed
16712 face.
16713 (eshell-emit-prompt): Use renamed eshell-prompt face.
16714
16715 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
16716 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
16717 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
16718 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
16719 Remove "-face" suffix from face names.
16720 (eshell-ls-directory-face, eshell-ls-symlink-face)
16721 (eshell-ls-executable-face, eshell-ls-readonly-face)
16722 (eshell-ls-unreadable-face, eshell-ls-special-face)
16723 (eshell-ls-missing-face, eshell-ls-archive-face)
16724 (eshell-ls-backup-face, eshell-ls-product-face)
16725 (eshell-ls-clutter-face):
16726 New backward-compatibility aliases for renamed faces.
16727 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
16728
16729 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
16730 Remove "-face" suffix from face name.
16731 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
16732 instead of literal face.
16733
16734 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
16735
16736 * emacs-lisp/warnings.el (display-warning, lwarn)
16737 (warning-minimum-log-level): Doc fixes.
16738 (warning-minimum-level, warning-minimum-log-level):
16739 Add :debug to :type choices.
16740
16741 * progmodes/ada-mode.el (ada-format-paramlist)
16742 (ada-get-indent-case, ada-check-matching-start)
16743 (ada-check-defun-name, ada-goto-matching-decl-start)
16744 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
16745 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
16746 (ada-make-subprogram-body): Follow error conventions.
16747 (ada-case-exception-file, ada-indent-comment-as-code)
16748 (ada-indent-handle-comment-special, ada-indent-renames)
16749 (ada-indent-return, ada-search-directories-internal)
16750 (ada-tab-policy, ada-case-exception-substring)
16751 (ada-other-file-alist, ada-matching-start-re)
16752 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
16753 (ada-imenu-generic-expression, ada-compile-goto-error)
16754 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
16755 (ada-popup-menu, ada-add-extensions, ada-mode)
16756 (ada-region-selected, ada-create-case-exception)
16757 (ada-create-case-exception-substring, ada-after-keyword-p)
16758 (ada-activate-keys-for-case, ada-adjust-case-region)
16759 (ada-adjust-case-buffer, ada-format-paramlist)
16760 (ada-scan-paramlist, ada-insert-paramlist)
16761 (ada-indent-newline-indent)
16762 (ada-indent-newline-indent-conditional)
16763 (ada-justified-indent-current, ada-goto-previous-word)
16764 (ada-indent-current, ada-get-indent-open-paren)
16765 (ada-get-indent-paramlist, ada-get-indent-end)
16766 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
16767 (ada-get-indent-block-start, ada-get-indent-subprog)
16768 (ada-get-indent-noindent, ada-get-indent-label)
16769 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
16770 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
16771 (ada-goto-stmt-end, ada-goto-next-word)
16772 (ada-check-matching-start, ada-check-defun-name)
16773 (ada-goto-matching-decl-start, ada-goto-matching-start)
16774 (ada-goto-matching-end, ada-search-ignore-string-comment)
16775 (ada-in-decl-p, ada-looking-at-semi-or)
16776 (ada-looking-at-semi-private, ada-in-paramlist-p)
16777 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
16778 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
16779 (ada-next-procedure, ada-previous-procedure, ada-next-package)
16780 (ada-previous-package, ada-create-menu)
16781 (ada-fill-comment-paragraph-justify)
16782 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
16783 (ada-other-file-name, ada-last-which-function-line)
16784 (ada-last-which-function-subprog, ada-which-function)
16785 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
16786 (ada-gen-treat-proc, ada-check-emacs-version)
16787 (ada-continuation-indent, ada-align-region-separate):
16788 Fix typos in docstrings.
16789 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
16790
16791 2005-06-16 Lute Kamstra <lute@gnu.org>
16792
16793 * simple.el (fundamental-mode): Run after-change-major-mode-hook
16794 conditionally.
16795
16796 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
16797
16798 * comint.el (comint-replace-by-expanded-filename)
16799 (comint-prompt-regexp, comint-delimiter-argument-list)
16800 (comint-preinput-scroll-to-bottom):
16801 * info.el (Info-hide-cookies-node):
16802 * ls-lisp.el (ls-lisp-classify):
16803 * find-file.el (ff-search-directories, ff-special-constructs)
16804 (ff-find-other-file):
16805 * font-lock.el (font-lock-keywords):
16806 * shell.el (shell-prompt-pattern)
16807 (shell-dynamic-complete-functions, shell-mode)
16808 (shell-delimiter-argument-list):
16809 * term.el (term-replace-by-expanded-filename)
16810 (term-prompt-regexp, term-delimiter-argument-list):
16811 * woman.el (woman-ignore, woman0-if):
16812 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
16813 * emacs-lisp/elint.el (elint-init-env):
16814 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
16815 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
16816 * language/ethio-util.el (ethio-tilde-escape)
16817 (ethio-use-three-dot-question):
16818 * net/zone-mode.el (zone-mode-load-time-setup):
16819 * progmodes/cc-align.el (c-lineup-argcont):
16820 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
16821 * progmodes/cperl-mode.el (cperl-set-style-back):
16822 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16823 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
16824 Fix spellings in docstrings.
16825
16826 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
16827 * progmodes/modula2.el (m2-for): Fix spellings.
16828
16829 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
16830
16831 * simple.el (undo-more): Don't use `format' on `error' arguments.
16832 Improve argument/docstring consistency.
16833 (pending-undo-list): Doc fix.
16834
16835 * smerge-mode.el (smerge-ensure-match):
16836 * emulation/vip.el (vip-ex):
16837 * net/zone-mode.el (zone-mode-update-serial):
16838 * progmodes/idlwave.el (idlwave-complete):
16839 * progmodes/vhdl-mode.el (vhdl-visit-file)
16840 (vhdl-compose-wire-components):
16841 Don't use `format' on `error' arguments.
16842
16843 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
16844 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
16845 (tooltip-help-tips): Fix typos in docstrings.
16846
16847 2005-06-16 David Ponce <david@dponce.com>
16848
16849 * tree-widget.el (tree-widget-value-create): Simplify last change.
16850
16851 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
16852
16853 * ido.el (ido-incomplete-regexp): New variable.
16854 (ido-set-matches-1): Handle invalid-regexp error and set
16855 ido-incomplete-regexp.
16856 (ido-incomplete-regexp): New face.
16857 (ido-completions): Use it.
16858 (ido-complete, ido-exit-minibuffer, ido-completions):
16859 Handle incomplete regexps.
16860 (ido-completions): Add check for complete match when entering a regexp.
16861
16862 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16863
16864 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
16865
16866 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16867
16868 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
16869 by field delimiters.
16870
16871 2005-06-15 David Ponce <david@dponce.com>
16872
16873 * tree-widget.el: eval-and-compile inlined functions so they will
16874 be available at run-time too.
16875 (tree-widget-super-format-handler)
16876 (tree-widget-format-handler): Remove.
16877 (tree-widget-value-create): Handle the :indent property.
16878
16879 2005-06-15 Miles Bader <miles@gnu.org>
16880
16881 * progmodes/which-func.el (which-func): Only inherit
16882 `font-lock-function-name-face' when that makes sense against the
16883 default mode-line face, otherwise set the face color explicitly.
16884
16885 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
16886 faces instead of (non-existent) variables.
16887
16888 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
16889
16890 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
16891 (iswitchb-get-matched-buffers): Likewise. Simplify.
16892
16893 2005-06-14 Miles Bader <miles@gnu.org>
16894
16895 * progmodes/ld-script.el (ld-script-location-counter):
16896 Remove "-face" suffix from face name.
16897 (ld-script-location-counter-face):
16898 New backward-compatibility alias for renamed face.
16899 (ld-script-location-counter-face): Use renamed face.
16900
16901 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
16902 (cperl-hash): Remove "-face" suffix from face names.
16903 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
16904 New backward-compatibility aliases for renamed faces.
16905 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
16906 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
16907
16908 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
16909 name.
16910 (which-func-face): New backward-compatibility alias for renamed face.
16911 (which-func-format): Use renamed which-func face.
16912
16913 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
16914 (vhdl-function, vhdl-directive, vhdl-reserved-word)
16915 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
16916 names.
16917 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
16918 (vhdl-speedbar-configuration, vhdl-speedbar-package)
16919 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
16920 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
16921 (vhdl-speedbar-architecture-selected)
16922 (vhdl-speedbar-configuration-selected)
16923 (vhdl-speedbar-package-selected)
16924 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
16925 names.
16926 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
16927 Use renamed faces.
16928 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
16929 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
16930 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
16931 Use renamed faces.
16932 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
16933 names.
16934 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
16935 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
16936 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
16937 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
16938 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
16939 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
16940
16941 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
16942 face name.
16943 (sh-heredoc-face): New backward-compatibility alias for renamed face.
16944 (sh-heredoc-face): Use renamed sh-heredoc face.
16945
16946 * progmodes/idlw-help.el (idlwave-help-link):
16947 Remove "-face" suffix from face name.
16948 (idlwave-help-link-face):
16949 New backward-compatibility alias for renamed face.
16950 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
16951
16952 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
16953 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
16954 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
16955 New backward-compatibility aliases for renamed faces.
16956 (idlwave-shell-disabled-breakpoint-face)
16957 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
16958
16959 * progmodes/flymake.el (flymake-errline, flymake-warnline):
16960 Remove "-face" suffix from face names.
16961 (flymake-errline-face, flymake-warnline-face):
16962 New backward-compatibility aliases for renamed faces.
16963 (flymake-highlight-line): Use renamed flymake faces.
16964
16965 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
16966 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
16967 (ebrowse-member-class, ebrowse-progress):
16968 Remove "-face" suffix from face names.
16969 (ebrowse-tree-mark-face, ebrowse-root-class-face)
16970 (ebrowse-file-name-face, ebrowse-default-face)
16971 (ebrowse-member-attribute-face, ebrowse-member-class-face)
16972 (ebrowse-progress-face):
16973 New backward-compatibility aliases for renamed faces.
16974 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
16975 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
16976 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
16977 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
16978
16979 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
16980 antlr-syntax)
16981 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
16982 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
16983 names.
16984 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
16985 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
16986 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
16987 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
16988 backward-compatibility aliases for renamed faces.
16989 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
16990 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
16991 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
16992 remove "font-lock-". Use renamed antlr-mode faces.
16993 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
16994 literal face-names with face variable references.
16995
16996 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
16997 face name.
16998 (Buffer-menu-buffer-face): New backward-compatibility alias for
16999 renamed face.
17000 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17001
17002 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17003
17004 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17005 Eliminate "-face" suffix.
17006 (makefile-targets): Inherit from font-lock-function-name-face and
17007 eliminate "-face" suffix.
17008 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17009 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17010 actions, instead of prepending, to make it less visible.
17011 (makefile-previous-dependency, makefile-match-dependency):
17012 Don't match a target on a continuation line.
17013
17014 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17015
17016 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17017
17018 * progmodes/gdb-ui.el (menu): Re-order menu items.
17019 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17020
17021 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17022 Define in tooltip.el.
17023 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17024 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17025 gud-tooltip-echo-area.
17026
17027 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17028 backward compatibility and make obsolete.
17029 (tooltip-help-tips): Use tooltip-use-echo-area.
17030 (tooltip-show-help-function): Rename to...
17031 (tooltip-show-help): ...this, because it is a function.
17032 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17033
17034 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17035
17036 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17037 (edebug-print-length, edebug-print-level, edebug-print-circle)
17038 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17039 (edebug-eval-print-last-sexp): Doc fixes.
17040
17041 2005-06-14 Kim F. Storm <storm@cua.dk>
17042
17043 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17044 as the coverage buffer/file/both may change.
17045
17046 2005-06-14 Lute Kamstra <lute@gnu.org>
17047
17048 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17049 and run-mode-hooks. Simplify.
17050
17051 * mail/rmailedit.el (rmail-edit-mode):
17052 * progmodes/octave-inf.el (inferior-octave-mode):
17053 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17054
17055 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17056 and run-mode-hooks.
17057 (recentf-edit-list, recentf-open-files): Don't call
17058 kill-all-local-variables directly.
17059
17060 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17061
17062 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17063
17064 * emacs-lisp/byte-run.el (make-obsolete)
17065 (define-obsolete-function-alias): Rename arguments FUNCTION and
17066 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17067 (make-obsolete-variable, define-obsolete-variable-alias):
17068 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17069 respectively.
17070
17071 * isearchb.el (isearchb-activate):
17072 * pcvs.el (cvs-mode):
17073 * ses.el (ses-load):
17074 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17075 * net/tramp.el (tramp-find-file-exists-command)
17076 (tramp-find-shell):
17077 * progmodes/ada-mode.el (ada-create-case-exception)
17078 (ada-create-case-exception-substring, ada-make-subprogram-body):
17079 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17080 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17081 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17082 * textmodes/org.el (org-promote, org-evaluate-time-range)
17083 (org-agenda-next-date-line, org-agenda-previous-date-line)
17084 (org-agenda-error, org-open-at-point, org-table-move-row)
17085 (org-format-table-table-html-using-table-generate-source)
17086 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17087 * textmodes/reftex.el (reftex-access-scan-info):
17088 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17089 (reftex-toc-promote-prepare): Follow error conventions.
17090
17091 * diff-mode.el (diff-mode): Fix typo in docstring.
17092
17093 * forms.el (forms--intuit-from-file): Fix reference to
17094 `forms-number-of-fields' in error message.
17095 (forms-print): Fix quoting in error message.
17096
17097 * forms.el (forms-mode):
17098 * emulation/vi.el (vi-goto-insert-state):
17099 * progmodes/flymake.el (flymake-new-err-info)
17100 (flymake-start-syntax-check-for-current-buffer)
17101 (flymake-simple-cleanup):
17102 * eshell/esh-var.el (eshell/export):
17103 * progmodes/gud.el (xdb):
17104 * textmodes/flyspell.el (flyspell-incorrect-hook)
17105 (flyspell-maybe-correct-transposition)
17106 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17107
17108 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
17109
17110 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17111 minibuffer prompt.
17112
17113 2005-06-13 Kim F. Storm <storm@cua.dk>
17114
17115 * subr.el (add-to-ordered-list): New defun.
17116
17117 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17118 add cua--keymap-alist to emulation-mode-map-alists.
17119
17120 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17121
17122 * subr.el (complete-in-turn): New macro.
17123 (dynamic-completion-table, lazy-completion-table): Add debug info.
17124
17125 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17126 in preference to face aliases.
17127
17128 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17129 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17130 Remove unused vars `start' and `firstline'.
17131 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17132 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17133
17134 2005-06-13 Eli Zaretskii <eliz@gnu.org>
17135
17136 * cus-start.el (all): Don't complain about missing GTK-related
17137 variables, unless either `gtk' is boundp or this isn't a
17138 `windows-nt' build.
17139
17140 2005-06-13 Lute Kamstra <lute@gnu.org>
17141
17142 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17143 run-mode-hooks.
17144
17145 * ediff-mult.el (ediff-meta-mode):
17146 * ediff-util.el (ediff-mode): Use run-mode-hooks.
17147
17148 * ledit.el (ledit-mode): Use delay-mode-hooks.
17149
17150 * woman.el (woman-mode-line-format): Delete constant.
17151 (woman-mode-map): Initialize it properly.
17152 (woman-mode): Set mode-class property to special.
17153 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
17154 Set major-mode and mode-name. Don't set mode-line-format directly.
17155 (Man-getpage-in-background): Don't reference woman-mode-line-format.
17156
17157 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17158 string argument obsolete.
17159
17160 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
17161
17162 * textmodes/org.el (org-CUA-compatible): New option.
17163 (org-disputed-keys): New variable.
17164 (org-key): New function.
17165 (orgtbl-make-binding): Add docstring to the created function.
17166 (org-mode): Set paragraph start/separate regexps.
17167 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17168 (org-archive-location, org-archive-mark-done)
17169 (org-archive-stamp-time): New options.
17170 (org-archive-subtree): New command.
17171 (org-fill-paragraph): New function.
17172 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17173 (org-fake-empty-table-line): Function removed.
17174 (org-format-org-table-html): Do not create empty table lines at
17175 separator lines. Improved table header treatment.
17176 (org-link-format): New option.
17177 (org-make-link): New function.
17178 (org-insert-link, org-store-link): Use org-make-link.
17179 (org-open-file): Quote file name for shell command, to allow
17180 spaces in file names.
17181 (org-link-regexp): Fix bug with mailto link.
17182 (org-link-maybe-angles-regexp, org-protected-link-regexp):
17183 New constants.
17184 (org-export-as-html): Deal with the optional angles around a link.
17185 Better treatment of file: links.
17186 (org-open-at-point): Replace @{ and @} with < and >.
17187 (org-run-mode-hooks): Function removed.
17188 (org-agenda-mode): No longer use `org-run-mode-hooks'.
17189
17190 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
17191
17192 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17193 MI command -data-list-register-values.
17194 (gdb-post-prompt): Indent properly.
17195
17196 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
17197
17198 * hilit-chg.el (highlight-changes-colors): Rename from
17199 `highlight-changes-colours'.
17200 (highlight-changes-colours): Keep as obsolete alias.
17201 (highlight-changes-face-list): Doc fix.
17202 (hilit-chg-make-list): Use `highlight-changes-colors'.
17203
17204 2005-06-12 Mark A. Hershberger <mah@everybody.org>
17205
17206 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17207 defun-prompt-regexp.
17208
17209 2005-06-12 Eli Zaretskii <eliz@gnu.org>
17210
17211 * loadup.el: Don't say we are dumping under 2 names on windows-nt
17212 and cygwin.
17213
17214 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17215 Don't use an old loaddefs.el, as in Makefile.in.
17216
17217 2005-06-12 Lute Kamstra <lute@gnu.org>
17218
17219 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17220
17221 * man.el (Man-mode-map): Initialize it properly.
17222 (Man-mode): Set mode-class property to special.
17223
17224 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17225
17226 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
17227
17228 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17229 A newline is needed in the docstring there.
17230
17231 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17232 Doc fixes.
17233
17234 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17235
17236 * printing.el: Doc fix. The menubar is no more changed when printing
17237 is loaded, it only changes when pr-menu-bind or pr-update-menus is
17238 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
17239 (pr-version): New version number (6.8.4).
17240 (pr-menu-bind): New command.
17241 (pr-update-menus): Docstring and code fix.
17242 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17243 Docstring fix.
17244 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17245 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17246
17247 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
17248
17249 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17250 "Returns" to "return", document useful return values, etc.
17251
17252 2005-06-11 Alan Mackenzie <acm@muc.de>
17253
17254 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17255 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17256 (adaptive-file-function): Minor amendment to doc-string.
17257
17258 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17259
17260 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17261 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17262 Fix :type--it is `integer', not `string'.
17263
17264 * faces.el (modeline-highlight): Rename from (the erroneous)
17265 `modeline-higilight'.
17266
17267 2005-06-11 Lute Kamstra <lute@gnu.org>
17268
17269 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17270 lisp-interaction-mode-map but make it the parent.
17271 (edebug-eval-mode): Use define-derived-mode.
17272
17273 2005-06-11 Andreas Schwab <schwab@suse.de>
17274
17275 * bindings.el: Add binding of `ESC functionkey' for every
17276 `M-functionkey'.
17277 * hexl.el (hexl-mode-map): Likewise.
17278
17279 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
17280
17281 * progmodes/compile.el (compilation-error-regexp-alist-alist)
17282 [msft]: update regexp for newer msft compilers.
17283
17284 2005-06-10 Mark A. Hershberger <mah@everybody.org>
17285
17286 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17287 ATTLIST portions of included DTDs.
17288 (xml-parse-dtd): Eliminate use of inefficient match-data.
17289
17290 2005-06-10 Miles Bader <miles@gnu.org>
17291
17292 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17293 (mpuz-text): Remove "-face" suffix from face names.
17294 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17295 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17296 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17297
17298 * play/gomoku.el (gomoku-O, gomoku-X):
17299 Remove "-face" suffix from face names.
17300 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17301 New backward-compatibility aliases for renamed faces.
17302 (gomoku-font-lock-keywords): Use renamed gomoku faces.
17303
17304 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17305
17306 * thumbs.el: Fixes for changes of 2005-06-09.
17307 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17308 as a directory.
17309 (thumbs-thumbname): Remove directory separator from format string;
17310 `thumbs-thumbsdir' now returns a valid directory name.
17311 (thumbs-temp-dir): New defsubst.
17312 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17313 Use it.
17314
17315 * cus-edit.el (minibuffer):
17316 * files.el (make-backup-file-name-function):
17317 * filesets.el (filesets-external-viewers):
17318 * hilit-chg.el (highlight-changes-colours)
17319 (highlight-changes-face-list, highlight-changes-rotate-faces):
17320 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17321 * kmacro.el (kmacro-call-macro):
17322 * log-edit.el (log-edit-changelog-full-paragraphs):
17323 * mouse.el (mouse-1-click-follows-link):
17324 * skeleton.el (skeleton-autowrap):
17325 * subr.el (insert-for-yank-1):
17326 * tempo.el (tempo-insert-region):
17327 * terminal.el (terminal-emulator):
17328 * time.el (display-time-mail-face):
17329 * vc.el (vc-annotate):
17330 * vcursor.el (vcursor-copy-line):
17331 * woman.el (woman-bold-headings, woman-ignore)
17332 (woman-default-faces, woman-monochrome-faces):
17333 * calendar/todo-mode.el (todo-insert-threshold):
17334 * emulation/pc-select.el (pc-select-selection-keys-only)
17335 (pc-selection-mode):
17336 * emulation/vip.el (vip-find-char-forward):
17337 * emulation/viper-cmd.el (viper-find-char-forward):
17338 * international/mule-cmds.el
17339 (select-safe-coding-system-accept-default-p)
17340 (input-method-exit-on-invalid-key):
17341 * international/mule-diag.el (describe-coding-system):
17342 * international/ucs-tables.el (unify-8859-on-encoding-mode):
17343 * net/browse-url.el (browse-url-xterm-program):
17344 * obsolete/lazy-lock.el (lazy-lock-mode):
17345 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17346 (cperl-mode):
17347 * progmodes/cpp.el (cpp-face-light-name-list)
17348 (cpp-face-dark-name-list):
17349 * progmodes/delphi.el (delphi-newline-always-indents):
17350 Fix spellings in docstrings.
17351
17352 * ido.el (ido-mode, ido-file-extensions-order)
17353 (ido-default-file-method, ido-default-buffer-method)
17354 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17355 (ido-decorations, ido-read-file-name-as-directory-commands)
17356 (ido-read-file-name-non-ido, ido-work-directory-list)
17357 (ido-ignore-item-temp-list, ido-current-directory)
17358 (ido-magic-forward-char, ido-enter-find-file)
17359 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
17360 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
17361
17362 2005-06-10 Lute Kamstra <lute@gnu.org>
17363
17364 * play/dunnet.el (dun-mode): Use define-derived-mode.
17365 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
17366 obsolete alias.
17367
17368 * play/doctor.el (doctor-mode-map): Remove defvar.
17369 (doctor-mode): Use define-derived-mode.
17370
17371 * mail/mspools.el (mspools-mode):
17372 * net/eudc-hotlist.el (eudc-hotlist-mode):
17373 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
17374
17375 2005-06-10 Miles Bader <miles@gnu.org>
17376
17377 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17378 Remove "-face" suffix from face names.
17379 (flyspell-incorrect-face, flyspell-duplicate-face):
17380 New backward-compatibility aliases for renamed faces.
17381 (flyspell-mode-on, make-flyspell-overlay)
17382 (flyspell-highlight-incorrect-region)
17383 (flyspell-highlight-duplicate-region)
17384 (flyspell-display-next-corrections)
17385 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
17386
17387 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
17388 from face name.
17389 (texinfo-heading-face): New backward-compatibility alias for
17390 renamed face.
17391 (texinfo-heading-face): Use renamed texinfo-heading face.
17392
17393 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
17394 suffix from face names.
17395 (tex-math-face, tex-verbatim-face):
17396 New backward-compatibility aliases for renamed faces.
17397 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
17398 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
17399 literal face name.
17400
17401 * textmodes/table.el (table-cell): Remove "-face" suffix from face
17402 name.
17403 (table-cell-face): New backward-compatibility alias for renamed face.
17404 (table--put-cell-face-property, table--update-cell-face):
17405 Use renamed table-cell face.
17406
17407 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
17408 from face name.
17409 (sgml-namespace-face): New backward-compatibility alias for
17410 renamed face.
17411 (sgml-namespace-face): Use renamed sgml-namespace face.
17412
17413 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
17414 (org-level-4, org-level-5, org-level-6, org-level-7)
17415 (org-level-8, org-warning, org-headline-done)
17416 (org-deadline-announce, org-scheduled-today)
17417 (org-scheduled-previously, org-link, org-done, org-table)
17418 (org-time-grid): Remove "-face" suffix from face names.
17419 (org-level-1-face, org-level-2-face, org-level-3-face)
17420 (org-level-4-face, org-level-5-face, org-level-6-face)
17421 (org-level-7-face, org-level-8-face, org-warning-face)
17422 (org-headline-done-face, org-deadline-announce-face)
17423 (org-scheduled-today-face, org-scheduled-previously-face)
17424 (org-link-face, org-done-face, org-table-face)
17425 (org-time-grid-face):
17426 New backward-compatibility aliases for renamed faces.
17427 (org-level-faces, org-set-font-lock-defaults, org-timeline)
17428 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
17429 (org-agenda-get-timestamps, org-agenda-get-scheduled)
17430 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
17431
17432 * emulation/viper-init.el (viper-search, viper-replace-overlay)
17433 (viper-minibuffer-emacs, viper-minibuffer-insert)
17434 (viper-minibuffer-vi): Remove "-face" suffix from face names.
17435 (viper-search-face, viper-replace-overlay-face)
17436 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17437 (viper-minibuffer-vi-face):
17438 New backward-compatibility aliases for renamed faces.
17439 (viper-search-face, viper-replace-overlay-face)
17440 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17441 (viper-minibuffer-vi-face): Use renamed viper faces.
17442
17443 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
17444 Remove "-face" suffix from face names.
17445 (testcover-nohits-face, testcover-1value-face):
17446 New backward-compatibility aliases for renamed faces.
17447 (testcover-mark): Use renamed testcover faces.
17448
17449 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
17450 face name.
17451 (diary-button-face): New backward-compatibility alias for renamed face.
17452 (diary-entry): Use renamed diary-button face.
17453
17454 * calendar/calendar.el (diary, calendar-today, holiday)
17455 (mark-visible-calendar-date): Remove "-face" suffix from face names.
17456 (diary-face, calendar-today-face, holiday-face):
17457 New backward-compatibility aliases for renamed faces.
17458 (eval-after-load "facemenu", diary-entry-marker)
17459 (calendar-today-marker, calendar-holiday-marker, diary-face):
17460 Use renamed calendar faces.
17461
17462 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
17463 (compare-windows-face): New backward-compatibility alias for
17464 renamed face.
17465 (compare-windows-highlight): Use renamed compare-windows face.
17466
17467 * strokes.el (strokes-char): Remove "-face" suffix from face name.
17468 (strokes-char-face): New backward-compatibility alias for renamed face.
17469 (strokes-encode-buffer): Use renamed strokes-char face.
17470
17471 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
17472 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
17473 Remove "-face" suffix from face names.
17474 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17475 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17476 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
17477 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
17478 Use renamed pcvs faces.
17479 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
17480 * pcvs-defs.el (cvs-mode-map): Likewise.
17481 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
17482
17483 * info.el (info-title-1, info-title-2, info-title-3)
17484 (info-title-4): Remove "-face" suffix from and downcase face names.
17485 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17486 (Info-title-4-face):
17487 New backward-compatibility aliases for renamed faces.
17488 (Info-fontify-node): Use renamed info faces.
17489
17490 * hilit-chg.el (highlight-changes, highlight-changes-delete):
17491 Remove "-face" suffix from face names.
17492 (highlight-changes-face, highlight-changes-delete-face):
17493 New backward-compatibility aliases for renamed faces.
17494 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
17495 (hilit-chg-make-list): Use renamed highlight-changes faces.
17496
17497 * generic-x.el (show-tabs-tab, show-tabs-space):
17498 Remove "-face" suffix from face names.
17499 (show-tabs-tab-face, show-tabs-space-face):
17500 New backward-compatibility aliases for renamed faces.
17501 (show-tabs-generic-mode-font-lock-defaults-1)
17502 (show-tabs-generic-mode-font-lock-defaults-2):
17503 Use renamed show-tabs faces.
17504
17505 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
17506 (smerge-markers): Remove "-face" suffix from face names.
17507 (smerge-mine-face, smerge-other-face, smerge-base-face)
17508 (smerge-markers-face):
17509 New backward-compatibility aliases for renamed faces.
17510 (smerge-mine-face, smerge-other-face, smerge-base-face)
17511 (smerge-markers-face): Use renamed smerge faces.
17512
17513 * log-view.el (log-view-file, log-view-message): Remove "-face"
17514 suffix from face names.
17515 (log-view-file-face, log-view-message-face):
17516 New backward-compatibility aliases for renamed faces.
17517 (log-view-file-face, log-view-message-face): Use renamed log-view
17518 faces.
17519
17520 * paren.el (show-paren-match, show-paren-mismatch):
17521 Remove "-face" suffix from face names.
17522 (show-paren-match-face, show-paren-mismatch-face):
17523 New backward-compatibility aliases for renamed faces.
17524 (show-paren-function): Use renamed show-paren faces.
17525
17526 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
17527 (ruler-mode-margins, ruler-mode-fringes)
17528 (ruler-mode-column-number, ruler-mode-fill-column)
17529 (ruler-mode-comment-column, ruler-mode-goal-column)
17530 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
17531 suffix from face names.
17532 (ruler-mode-default-face, ruler-mode-pad-face)
17533 (ruler-mode-margins-face, ruler-mode-fringes-face)
17534 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
17535 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
17536 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
17537 New backward-compatibility aliases for renamed faces.
17538 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
17539 (ruler-mode-column-number, ruler-mode-fill-column)
17540 (ruler-mode-comment-column, ruler-mode-goal-column)
17541 (ruler-mode-tab-stop, ruler-mode-current-column)
17542 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
17543 faces.
17544
17545 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
17546 face name.
17547 (whitespace-highlight-the-space): Use renamed face.
17548 (whitespace-highlight-face): New backward-compatibility alias for
17549 renamed face.
17550
17551 * woman.el (woman-italic, woman-bold, woman-unknown)
17552 (woman-addition, woman-symbol-face):
17553 Remove "-face" suffix from face names.
17554 (woman-italic-face, woman-bold-face, woman-unknown-face)
17555 (woman-addition-face):
17556 New backward-compatibility aliases for renamed faces.
17557 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
17558 (woman-decode-region, woman-replace-match)
17559 (woman-display-extended-fonts, woman-special-characters)
17560 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
17561 Use renamed woman faces.
17562
17563 * longlines.el (longlines-visible-face): Face removed.
17564
17565 * diff-mode.el (diff-header, diff-file-header, diff-index)
17566 (diff-hunk-header, diff-removed, diff-added, diff-changed)
17567 (diff-function, diff-context, diff-nonexistent): Remove "-face"
17568 suffix from face names.
17569 (diff-header-face, diff-file-header-face, diff-index-face)
17570 (diff-hunk-header-face, diff-removed-face, diff-added-face)
17571 (diff-changed-face, diff-function-face, diff-context-face)
17572 (diff-nonexistent-face): New backward-compatibility aliases for
17573 renamed faces.
17574 (diff-header-face, diff-file-header-face)
17575 (diff-index, diff-index-face, diff-hunk-header)
17576 (diff-hunk-header-face, diff-removed, diff-removed-face)
17577 (diff-added, diff-added-face, diff-changed-face, diff-function)
17578 (diff-function-face, diff-context-face, diff-nonexistent)
17579 (diff-nonexistent-face): Use renamed diff-mode faces.
17580
17581 * progmodes/compile.el (compilation-warning-face)
17582 (compilation-info-face): Remove "-face" suffix from face names.
17583 (compilation-warning-face, compilation-info-face):
17584 New backward-compatibility aliases for renamed faces.
17585 (compilation-warning-face, compilation-info-face):
17586 Use renamed compilation faces.
17587
17588 * add-log.el (change-log-date, change-log-name)
17589 (change-log-email, change-log-file, change-log-list)
17590 (change-log-conditionals, change-log-function)
17591 (change-log-acknowledgement): Remove "-face" suffix from face names.
17592 (change-log-date-face, change-log-name-face)
17593 (change-log-email-face, change-log-file-face)
17594 (change-log-list-face, change-log-conditionals-face)
17595 (change-log-function-face, change-log-acknowledgement-face):
17596 New backward-compatibility aliases for renamed faces.
17597 (change-log-font-lock-keywords): Use renamed change-log faces.
17598
17599 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
17600 (custom-set, custom-changed, custom-saved, custom-button)
17601 (custom-button-pressed, custom-documentation, custom-state)
17602 (custom-comment, custom-comment-tag, custom-variable-tag)
17603 (custom-variable-button, custom-face-tag, custom-group-tag-1)
17604 (custom-group-tag): Remove "-face" suffix from face names.
17605 (custom-magic-alist, custom-magic-value-create)
17606 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
17607 (custom-invalid-face, custom-rogue-face, custom-modified-face)
17608 (custom-set-face, custom-changed-face, custom-saved-face)
17609 (custom-button-face, custom-button-pressed-face)
17610 (custom-documentation-face, custom-state-face)
17611 (custom-comment-face, custom-comment-tag-face)
17612 (custom-variable-tag-face, custom-variable-button-face)
17613 (custom-face-tag-face, custom-group-tag-face-1)
17614 (custom-group-tag-face):
17615 New backward-compatibility aliases for renamed faces.
17616
17617 * wid-edit.el (widget-documentation, widget-button)
17618 (widget-field, widget-single-line-field, widget-inactive)
17619 (widget-button-pressed): "-face" suffix removed from face names.
17620 (widget-documentation-face, widget-button-face)
17621 (widget-field-face, widget-single-line-field-face)
17622 (widget-inactive-face, widget-button-pressed-face):
17623 New backward-compatibility aliases for renamed faces.
17624 (widget-documentation-face, widget-button-face)
17625 (widget-button-pressed-face, widget-specify-field)
17626 (widget-specify-inactive): Use renamed widget faces.
17627
17628 2005-06-10 Kenichi Handa <handa@m17n.org>
17629
17630 * term/x-win.el (x-clipboard-yank): Remove condition-case
17631 wrapping.
17632
17633 2005-06-11 Kenichi Handa <handa@m17n.org>
17634
17635 * add-log.el (change-log-font-lock-keywords): Make the regexp for
17636 date lines stricter.
17637
17638 2005-06-10 Zhang Wei <id.brep@gmail.com>
17639
17640 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
17641 of x-get-selection.
17642
17643 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17644
17645 * comint.el (comint-mode, comint-snapshot-last-prompt):
17646 * frame.el (frame-current-scroll-bars):
17647 * term.el (term-mode, term-check-proc, term-input-sender)
17648 (term-simple-send, term-extract-string, term-word)
17649 (term-match-partial-filename):
17650 * window.el (window-current-scroll-bars):
17651 * emulation/cua-base.el (cua-normal-cursor-color)
17652 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
17653 (cua-global-mark-cursor-color):
17654 * mail/undigest.el (rmail-forward-separator-regex):
17655 Fix typos in docstrings.
17656
17657 * comint.el (comint-check-proc, make-comint-in-buffer)
17658 (comint-source-default): Doc fixes.
17659
17660 * term.el (term-send-string): Improve argument/docstring consistency.
17661
17662 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
17663
17664 * comint.el (comint-send-input): Bind `inhibit-read-only' around
17665 call to `delete-region'.
17666 (comint-mode-hook): Do not enable Font Lock by default.
17667
17668 2005-06-09 Lute Kamstra <lute@gnu.org>
17669
17670 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
17671 could be void.
17672
17673 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
17674
17675 * emacs-lisp/debug.el (debugger-will-be-back): New var.
17676 (debug): Use it.
17677 (debugger-step-through, debugger-continue, debugger-jump)
17678 (debugger-return-value): Set it when needed.
17679 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
17680 Use inhibit-read-only.
17681
17682 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
17683
17684 * window.el (shrink-window-if-larger-than-buffer)
17685 (window-size-fixed): Fix typo in docstring.
17686
17687 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
17688 thumbnails directory on loading.
17689 (thumbs-conversion-program): Use `eq' to check the system type,
17690 not `equal'.
17691 (thumbs-temp-dir): Initialize to `temporary-file-directory',
17692 not "/tmp". Fix docstring.
17693 (thumbs-thumbsdir): New function to return the thumbnails
17694 directory, creating it if needed.
17695 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
17696 (thumbs-temp-file): Delete variable and make it into a function.
17697 (thumbs-resize-image, thumbs-modify-image): Use it.
17698 (thumbs-kill-buffer): Simplify.
17699 (thumbs-gensym): Defalias or duplicate CL `gensym'.
17700 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
17701 docstrings.
17702
17703 2005-06-09 Kim F. Storm <storm@cua.dk>
17704
17705 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
17706 set-match-data to free markers in match-data.
17707
17708 * replace.el (replace-match-data): Pass RESEAT arg `t' to
17709 match-data to unchain markers in match-data.
17710
17711 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
17712
17713 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
17714 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
17715 unnecessary now.
17716
17717 2005-06-08 Richard M. Stallman <rms@gnu.org>
17718
17719 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
17720 give the variable a doc string that doesn't say don't set it directly.
17721
17722 * textmodes/ispell.el (ispell-check-version):
17723 Use match-string-no-properties.
17724 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
17725 (ispell-buffer-local-words): Likewise.
17726
17727 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
17728 except on terminals with enough colors to really display it.
17729 (makefile-dependency-regex): Delete spurious `bb'.
17730
17731 * faces.el (escape-glyph): Use blue once again in last case.
17732 (no-break-space): Redefine so that it isn't invisible on a tty.
17733
17734 2005-06-08 Kim F. Storm <storm@cua.dk>
17735
17736 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
17737 also when reading directory name.
17738
17739 2005-06-08 Lute Kamstra <lute@gnu.org>
17740
17741 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
17742 (flyspell-mode-line-string): Remove autoload cookie.
17743 (flyspell-mode): Remove defvar.
17744
17745 2005-06-07 Lute Kamstra <lute@gnu.org>
17746
17747 * textmodes/org.el (org-run-mode-hooks): New function.
17748 (org-agenda-mode): Use it.
17749
17750 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
17751
17752 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
17753
17754 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17755
17756 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
17757
17758 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
17759
17760 * font-lock.el (font-lock-add-keywords): Doc fix.
17761
17762 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17763
17764 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
17765 (tex-compile-default): In the absence of any history, use the order in
17766 tex-compile-alist to choose the preferred command.
17767 (tex-compile-commands): Reorder a bit.
17768
17769 * textmodes/flyspell.el (flyspell-auto-correct-binding)
17770 (flyspell-incorrect-face, flyspell-duplicate-face):
17771 Use (X)Emacs-agnostic code.
17772 (flyspell-mode-map): Don't overwrite at each load. Remove code
17773 redundant with the subsequent add-minor-mode. Merge Emacs and
17774 XEmacs code.
17775 (flyspell-word): Minor simplification.
17776 (flyspell-math-tex-command-p): Quieten the byte-compiler.
17777 (flyspell-external-point-words): Remove unused vars `size' and `start'.
17778 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
17779 Merge the corresponding Emacs code.
17780 (flyspell-correct-word, flyspell-xemacs-popup):
17781 Use flyspell-do-correct.
17782
17783 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
17784 a dedicated window.
17785
17786 * international/latexenc.el (latexenc-find-file-coding-system):
17787 Undo part of last patch, to turn off a compiler warning.
17788
17789 2005-06-06 Juri Linkov <juri@jurta.org>
17790
17791 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
17792 Rename `tmm-inactive-face' to `tmm-inactive'.
17793
17794 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
17795
17796 * iswitchb.el: Rename faces.
17797
17798 2005-06-06 Kim F. Storm <storm@cua.dk>
17799
17800 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
17801 (cua-global-mark): Remove -face suffix from face names.
17802
17803 * emulation/cua-gmrk.el (cua--init-global-mark):
17804 Remove cua-global-mark face setup.
17805
17806 2005-06-06 Richard M. Stallman <rms@gnu.org>
17807
17808 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
17809 just like other allowed characters.
17810 (makefile-match-dependency): Exclude leading and training whitespace
17811 from the range of regexp subexp 1.
17812 (makefile-macroassign-regex): Don't try to match the body,
17813 just the name of the macro being defined.
17814
17815 * info.el (Info-read-node-name-2): New function.
17816 (Info-read-node-name-1): Use that.
17817 Add a completion-base-size-function property.
17818
17819 * simple.el (completion-setup-function): Look for
17820 completion-base-size-function property of minibuffer-completion-table.
17821
17822 * files.el (locate-file-completion): Doc fix.
17823
17824 * printing.el: Don't call pr-update-menus; user must do that.
17825
17826 * emacs-lisp/debug.el (debugger-window): New variable.
17827 (debug): Use debugger-window if it is set and still alive.
17828 Record debugger-window for next entry.
17829
17830 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
17831
17832 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
17833
17834 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
17835 (hack-one-local-variable, hack-local-variables)
17836 (hack-local-variables-prop-line): Pass that arg.
17837
17838 2005-06-06 Kim F. Storm <storm@cua.dk>
17839
17840 * ido.el (ido-first-match, ido-only-match, ido-subdir)
17841 (ido-indicator): Remove -face suffix from face names.
17842
17843 2005-06-06 Juri Linkov <juri@jurta.org>
17844
17845 * font-lock.el (font-lock-regexp-backslash)
17846 (font-lock-regexp-backslash-construct): New faces.
17847 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
17848 after `('. Add `while-no-input' to control structures.
17849
17850 * faces.el (no-break-space, shadow): New faces.
17851 (escape-glyph): Use less loud colors pink2 and red4.
17852
17853 * diff-mode.el (diff-context-face)
17854 * dired.el (dired-ignored)
17855 * rfn-eshadow.el (file-name-shadow)
17856 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
17857
17858 * info.el (Info-title-1-face): Use green instead of yellow because
17859 bold yellow is not readable on light backgrounds.
17860
17861 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
17862 before selecting the desired mode to not spend time fontifying
17863 old contents.
17864
17865 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
17866
17867 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
17868 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
17869
17870 * ps-print.el (ps-default-fg, ps-default-bg):
17871 Fix typos in docstrings.
17872
17873 * isearchb.el (isearchb): Don't pass a spurious second argument to
17874 `iswitchb-completions'.
17875
17876 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
17877
17878 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
17879 to preserve point.
17880 (gdb-find-file-hook): Add doc string.
17881
17882 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
17883 C dereferenced pointer expression.
17884 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
17885
17886 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
17887
17888 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
17889 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
17890 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
17891 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
17892 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
17893 Make background transparent.
17894
17895 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
17896
17897 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
17898 (font-lock-remove-keywords): Doc fix.
17899 (font-lock-mode-major-mode): Compiler defvar.
17900 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
17901
17902 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
17903 (font-lock-mode): Update `font-lock-mode-major-mode'.
17904 (font-lock-set-defaults): Compiler defvar.
17905 (font-lock-default-function): Take `font-lock-mode-major-mode'
17906 into account.
17907
17908 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
17909 keep track of which major mode it enabled the minor mode for.
17910 Use find-file-hook again. Update docstring.
17911
17912 * simple.el (eval-expression-print-level)
17913 (eval-expression-print-length, eval-expression-debug-on-error):
17914 Doc fixes.
17915
17916 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
17917
17918 * iswitchb.el (iswitchb-single-match-face)
17919 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
17920 (iswitchb-invalid-regexp-face): New faces.
17921 (iswitchb-completions): Use them.
17922 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
17923 now marked as an obsolete alias.
17924 (iswitchb-read-buffer): Remove check for bound font variables.
17925 (iswitchb-invalid-regexp): New free variable.
17926 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
17927 set iswitchb-invalid-regexp.
17928 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
17929 invalid regexps.
17930 (iswitchb-completions): Add check for complete match when entering
17931 a regexp.
17932 (iswitchb-completions): Remove require-match argument.
17933 (iswitchb-exhibit): Fix caller.
17934 (iswitchb-common-match-inserted): New variable.
17935 (iswitchb-complete, iswitchb-completion-help): Use it.
17936
17937 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
17938
17939 * url-http.el (url-http-chunked-encoding-after-change-function):
17940 Use `url-http-debug' instead of `message'.
17941
17942 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
17943
17944 * url-http.el (url-http-parse-headers): Pass redirected URL as a
17945 callback argument.
17946
17947 2005-06-04 Kim F. Storm <storm@cua.dk>
17948
17949 * simple.el (line-move): Only call sit-for when moving backwards.
17950
17951 * ido.el (ido-make-merged-file-list-1): New defun split from
17952 ido-make-merged-file-list.
17953 (ido-make-merged-file-list): Bind throw-on-input around call to
17954 ido-make-merged-file-list-1. Return input-pending-p if
17955 interrupted by more input available.
17956 (ido-read-internal): Handle input-pending-p return value from
17957 ido-make-merged-file-list.
17958
17959 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
17960
17961 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
17962 compatibility code.
17963
17964 * international/latexenc.el (latexenc-find-file-coding-system):
17965 Don't inherit the EOL part of the coding-system from the
17966 tex-main buffer. Fit within 80 columns.
17967
17968 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
17969
17970 * tmm.el (tmm-inactive-face): New face.
17971 (tmm-remove-inactive-mouse-face): New function.
17972 (tmm-prompt, tmm-add-one-shortcut)
17973 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
17974 but not selectable.
17975
17976 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
17977
17978 * faces.el (face-equal): Improve argument/docstring consistency.
17979
17980 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
17981
17982 * progmodes/make-mode.el (makefile-targets-face)
17983 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
17984 (makefile-bsdmake-dependency-regex)
17985 (makefile-makepp-rule-action-regex)
17986 (makefile-bsdmake-rule-action-regex): New constants.
17987 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
17988
17989 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17990 Allow (...) within `...' for makepp messages.
17991
17992 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
17993
17994 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
17995
17996 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
17997 "." files are deleted from all file lists before comparison.
17998
17999 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18000 (viper-ESC-key): Made them customizable.
18001
18002 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18003
18004 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18005
18006 * autorevert.el (auto-revert-buffers): Use save-match-data.
18007
18008 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18009
18010 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18011 menu items with a nil command binding.
18012
18013 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18014
18015 * emacs-lisp/cl-macs.el (defsetf):
18016 Improve argument/docstring consistency.
18017
18018 * faces.el (list-faces-display): Improve the formatting by
18019 computing the maximum length required for any face-name (reworked
18020 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18021 (internal-find-face): Remove redundant info in docstring.
18022
18023 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18024
18025 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18026 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18027 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18028 (gdb-assembler-custom): Improve regexps.
18029 (def-gdb-auto-update-handler): Use window point to preserve point.
18030
18031 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18032
18033 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18034
18035 2005-05-31 Jay Belanger <belanger@truman.edu>
18036
18037 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18038 to calc-embedded.
18039 (calc-embedded-make-info): Have plain prefix argument select
18040 entire line.
18041
18042 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18043
18044 * faces.el (list-faces-display): Signal error if passed a regexp
18045 that matches no face name.
18046
18047 * simple.el (filter-buffer-substring): Fix typo in docstring.
18048
18049 2005-05-31 Richard M. Stallman <rms@gnu.org>
18050
18051 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18052 (vhdl-emacs-21): Doc fix.
18053 (vhdl-mode): Unconditionally set comment-padding.
18054 (vhdl-fixup-whitespace-region): Insert spaces only where
18055 there are none.
18056 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18057
18058 2005-05-30 John Wiegley <johnw@newartisans.com>
18059
18060 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18061 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18062 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18063 `directory-sep-char' to ?/, and all uses of `string-to-int' to
18064 `string-to-number'.
18065
18066 2005-05-30 Jay Belanger <belanger@truman.edu>
18067
18068 * calc/calc.el (calc-bug-address): Fix docstring.
18069 (calc-window-hook, calc-trail-window-hook): New variables.
18070 (calc-trail-display): Restore use of calc-trail-window-hook.
18071 (calc): Restore use of calc-window-hook.
18072
18073 2005-05-31 Masatake YAMATO <jet@gyve.org>
18074
18075 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18076
18077 * help-fns.el (help-C-file-name): Add autoload mark for
18078 `find-function-noselect'.
18079
18080 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18081
18082 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18083 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18084
18085 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18086
18087 * calendar/diary-lib.el (mark-included-diary-files): Only kill
18088 included diary buffer if it was not already being visited.
18089 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18090
18091 * calendar/icalendar.el (top-level): Do not require appt.
18092
18093 * mail/supercite.el (sc-select-attribution): Only use a list
18094 element from sc-attrib-selection-list if it returns a string.
18095 Reported by Davide G. M. Salvetti <salve@debian.org>.
18096
18097 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
18098
18099 * thumbs.el (thumbs-thumbname): The resulting thumbname now
18100 includes a hash value to improve its uniqueness, and has a ".jpg"
18101 extension. Also, it is now a valid filename on all systems.
18102 (thumbs-make-thumb): Use `let', not `let*'.
18103 (thumbs-show-thumbs-list): Check for JPEG availability.
18104
18105 2005-05-30 Richard M. Stallman <rms@gnu.org>
18106
18107 * filesets.el (filesets-menu-ensure-use-cached):
18108 Prevent warning when emacs-version>= is undefined.
18109
18110 * printing.el (pr-interactive-n-up): Use string-to-number.
18111
18112 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18113
18114 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18115 Warn only when name to be defined is quoted.
18116
18117 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
18118
18119 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18120 Make regexp more robust.
18121 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18122 Force regeneration of disassembly.
18123
18124 2005-05-29 Jay Belanger <belanger@truman.edu>
18125
18126 * calc/calc.el (calc-user-invocation): Check if
18127 calc-invocation-macro is non-nil.
18128
18129 2005-05-29 Juri Linkov <juri@jurta.org>
18130
18131 * add-log.el (change-log-font-lock-keywords):
18132 Add `+' to e-mail regexp to accept mail address with keywords.
18133
18134 * man.el (Man-name-regexp): Add `:' to accept qualified names.
18135
18136 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
18137
18138 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18139
18140 * ielm.el (inferior-emacs-lisp-mode): Ditto.
18141
18142 2005-05-29 Richard M. Stallman <rms@gnu.org>
18143
18144 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18145 Undo the change that moves to end of the current word.
18146
18147 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18148
18149 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18150 Throw error when count <= 0 to ensure input is a number.
18151 (gdb-read-memory-custom): Pick up address from buffer.
18152 (gdb-memory-mode): Allow user to increment and decrement
18153 memory address from header line.
18154
18155 2005-05-29 Richard M. Stallman <rms@gnu.org>
18156
18157 * flyspell.el (flyspell-version): Function deleted.
18158 (flyspell-auto-correct-previous-hook): Doc fix.
18159
18160 * jit-lock.el (jit-lock-function, jit-lock-after-change):
18161 Do nothing if memory is full.
18162
18163 * font-lock.el (font-lock-fontify-syntactically-region):
18164 Pass t for GREEDY to looking-back.
18165
18166 * saveplace.el (save-place-alist-to-file): Write the file
18167 using write-region.
18168
18169 * subr.el (looking-back): New argument GREEDY.
18170
18171 * progmodes/compile.el (compilation-start): Set the mode
18172 before inserting the initial text.
18173
18174 * progmodes/which-func.el (which-func-update-1): Turn the mode
18175 off in case of error by setting which-func-mode.
18176
18177 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
18178
18179 * flyspell.el (flyspell-auto-correct-previous-word):
18180 Narrow down to what's on the screen, and recenter overlays
18181 at the end of the next word.
18182
18183 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
18184
18185 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18186 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18187 (flyspell-abbrev-p): Default to nil.
18188 (flyspell-use-global-abbrev-table-p): Doc fix.
18189 (flyspell-large-region): Allow nil as value.
18190 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18191
18192 (mail-mode-flyspell-verify): More robust handling
18193 of `mail-header-separator'. More efficient signature detection.
18194 Allow for regexp metacharacters in message-header-separator.
18195 Adding `To' not to be checked in mail-mode-flyspell-verify.
18196
18197 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18198 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18199 Bind flyspell-auto-correct-binding.
18200 Bind C-. and C-, .
18201 (flyspell-mode-map): Likewise.
18202 (flyspell-mode): Doc fix.
18203 (flyspell-accept-buffer-local-defs): Preserve current buffer.
18204 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18205 (flyspell-word-cache-result): New var, always local.
18206 (flyspell-check-pre-word-p): Doc fix.
18207 (flyspell-check-changed-word-p): Handle spc like newline.
18208 (flyspell-post-command-hook): Set flyspell-word-cache-result.
18209 (flyspell-word-search-backward, flyspell-word-search-forward):
18210 New functions.
18211 (flyspell-word): Return t if nothing to check.
18212 When parsing TeX code, check for after } or \.
18213 Use flyspell-word-search-backward to find previous word.
18214 Return nil if duplicated word.
18215 For word already checked, return same value as last time.
18216 Set flyspell-word-cache-result after checking.
18217 Don't clobber the return value.
18218 (flyspell-get-word): Major rewrite.
18219 (flyspell-external-point-words): New locals pword, pcount.
18220 Fix size used in progress message.
18221 Find the proper corresponding word in flyspell-large-region-buffer.
18222 (flyspell-region): Check for flyspell-large-region = nil.
18223 (flyspell-highlight-incorrect-region): Clean up overlays in region.
18224 (flyspell-auto-correct-word): Check that WORD is a cons.
18225 (flyspell-correct-word): Likewise.
18226
18227 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
18228
18229 * progmodes/make-mode.el (makefile-rule-action-regex)
18230 (makefile-macroassign-regex, makefile-makepp-mode)
18231 (makefile-bsdmake-mode): Continuation lines may be empty.
18232 Reported by Joshua Varner.
18233 (makefile-makepp-font-lock-keywords): Add $(stem).
18234
18235 2005-05-28 Karl Berry <karl@gnu.org>
18236
18237 * textmodes/tex-mode.el: Now that tex-send-command calls
18238 shell-quote-argument (2005-03-31 change), remove all calls to
18239 shell-quote-argument; they all end up invoking tex-send-command.
18240 The double quoting loses on filenames with non-safe characters,
18241 such as "@". Reported by Frederik Fouvry.
18242
18243 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18244
18245 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18246 about preserving point.
18247
18248 2005-05-27 Jay Belanger <belanger@truman.edu>
18249
18250 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18251 Info-goto-node.
18252
18253 * calc/calc-embed.el (calc-embed-arg): New variable.
18254 (calc-do-embedded-activate, calc-embedded-activate-formula)
18255 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18256 variable by new variable.
18257 (calc-embedded-make-info): Replace undeclared variable by new
18258 variable. When selecting region with positive prefix
18259 argument, use end of previous line instead of beginning of line.
18260
18261 * calc/calc-aent.el (calc-arg-values): Declare it.
18262
18263 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18264 Declare them.
18265
18266 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18267
18268 * calc/calc.el (calc-alg-map): Declare it.
18269
18270 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18271
18272 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
18273
18274 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18275 (gdb-registers-buffer, toggle-gdb-all-registers):
18276 Toggle display of floating point registers.
18277 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18278
18279 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
18280 (toggle-gud-tooltip-dereference):
18281 Rename from gud-toggle-tooltip-dereference.
18282
18283 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18284
18285 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18286
18287 2005-05-27 Jay Belanger <belanger@truman.edu>
18288
18289 * calc/calc-prog.el (calc-kbd-report): Remove.
18290 (calc-kbd-query): Rewrite.
18291
18292 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
18293
18294 * image.el (image-library-alist): Move to image.c.
18295 (image-type-available-p): Doc fix.
18296
18297 2005-05-27 Lute Kamstra <lute@gnu.org>
18298
18299 * calc/calc.el (calc):
18300 * outline.el (outline-1, outline-2, outline-3, outline-4)
18301 (outline-5, outline-6, outline-7, outline-8):
18302 * textmodes/dns-mode.el (dns-mode):
18303 * textmodes/sgml-mode.el (sgml-namespace-face):
18304 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18305 (tex-verbatim-face, tex-use-reftex):
18306 * textmodes/texinfo.el (texinfo-heading-face):
18307 Specify customization group.
18308
18309 * longlines.el: Don't require easy-mmode.
18310 (longlines-visible-face): Specify customization group.
18311
18312 2005-05-27 Kenichi Handa <handa@m17n.org>
18313
18314 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18315 encoding table of windows-1251.
18316
18317 * international/ucs-tables.el (ucs-set-table-for-input):
18318 If translation-table-for-input of a coding system is a symbol, get
18319 its translation-table property.
18320
18321 * international/code-pages.el: Don't register a coding system into
18322 non-iso-charset-alist more than once.
18323 (cp-make-coding-system): Likewise.
18324
18325 2005-05-26 John Wiegley <johnw@newartisans.com>
18326
18327 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18328 `eshell-resume-eval' is wrapped in a list, it indicates that the
18329 command was run asynchronously. In that case, unwrap the value
18330 before checking the delimiter value.
18331
18332 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18333 character before a space at the end of a line is \, assume the space
18334 is part of the last argument rather than a final argument separator.
18335
18336 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18337 is in use, and the target is `t' or `nil' (which are the most common
18338 values), don't assume that the symbol target is a buffer.
18339
18340 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18341
18342 * calendar/calendar.el (calendar-mode-line-format):
18343 Use mode-line-highlight as mouse-face.
18344
18345 * time.el (display-time-string-forms, display-time-update):
18346 Use mode-line-highlight as mouse-face.
18347
18348 2005-05-26 Jay Belanger <belanger@truman.edu>
18349
18350 * calc/calc.el (calc-language-alist): Remove extra defvar.
18351
18352 2005-05-26 Lute Kamstra <lute@gnu.org>
18353
18354 * arc-mode.el (archive-mode):
18355 * bookmark.el (bookmark-read-annotation-mode)
18356 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18357 * bs.el (bs-mode):
18358 * calc/calc-yank.el (calc-edit-mode):
18359 * calc/calc.el (calc-mode, calc-trail-mode):
18360 * calculator.el (calculator-mode):
18361 * chistory.el (command-history-mode):
18362 * comint.el:
18363 * cus-edit.el (custom-mode):
18364 * descr-text.el (describe-text-mode):
18365 * ebuff-menu.el (Electric-buffer-menu-mode):
18366 * ediff-util.el (ediff-mode):
18367 * emacs-lisp/re-builder.el (reb-mode):
18368 * emulation/vi.el (vi-mode-setup):
18369 * emulation/ws-mode.el (wordstar-mode):
18370 * eshell/esh-mode.el (eshell-mode):
18371 * forms.el (forms-mode):
18372 * help-mode.el (help-mode):
18373 * hexl.el (hexl-mode):
18374 * ibuffer.el (ibuffer-mode):
18375 * ielm.el (inferior-emacs-lisp-mode):
18376 * info.el (Info-mode, Info-edit-mode):
18377 * international/swedish.el:
18378 * ledit.el (ledit-from-lisp-mode):
18379 * locate.el (locate-mode):
18380 * mail/rmail.el (rmail-mode):
18381 * mail/rmailedit.el (rmail-edit-mode):
18382 * mail/rmailsum.el (rmail-summary-mode):
18383 * mail/supercite.el (sc-electric-mode):
18384 * net/eudc.el (eudc-mode):
18385 * net/quickurl.el (quickurl-list-mode):
18386 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
18387 * obsolete/ooutline.el (outline-mode):
18388 * obsolete/options.el (Edit-options-mode):
18389 * obsolete/rnews.el (news-mode):
18390 * obsolete/rnewspost.el (news-reply-mode):
18391 * play/5x5.el (5x5-mode):
18392 * play/decipher.el (decipher-mode, decipher-stats-mode):
18393 * play/gomoku.el (gomoku-mode):
18394 * play/snake.el (snake-mode):
18395 * play/solitaire.el (solitaire-mode):
18396 * play/tetris.el (tetris-mode):
18397 * progmodes/ada-mode.el (ada-mode):
18398 * progmodes/antlr-mode.el (antlr-mode):
18399 * progmodes/autoconf.el (autoconf-mode):
18400 * progmodes/dcl-mode.el (dcl-mode):
18401 * progmodes/delphi.el (delphi-mode):
18402 * progmodes/ebrowse.el (ebrowse-tree-mode)
18403 (ebrowse-electric-list-mode, ebrowse-member-mode)
18404 (ebrowse-electric-position-mode):
18405 * progmodes/f90.el (f90-mode):
18406 * progmodes/fortran.el (fortran-mode):
18407 * progmodes/icon.el (icon-mode):
18408 * progmodes/idlw-help.el (idlwave-help-mode):
18409 * progmodes/idlw-shell.el (idlwave-shell-mode):
18410 * progmodes/idlwave.el (idlwave-mode):
18411 * progmodes/inf-lisp.el (inferior-lisp-mode):
18412 * progmodes/m4-mode.el (m4-mode):
18413 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
18414 * progmodes/modula2.el (modula-2-mode):
18415 * progmodes/octave-inf.el (inferior-octave-mode):
18416 * progmodes/octave-mod.el (octave-mode):
18417 * progmodes/pascal.el (pascal-mode):
18418 * progmodes/sh-script.el (sh-mode):
18419 * progmodes/sql.el (sql-mode, sql-interactive-mode):
18420 * progmodes/vhdl-mode.el (vhdl-mode):
18421 * progmodes/xscheme.el (scheme-interaction-mode):
18422 * replace.el (occur-mode):
18423 * ses.el (ses-mode):
18424 * simple.el (completion-list-mode):
18425 * skeleton.el:
18426 * speedbar.el (speedbar-mode):
18427 * term.el (term-mode):
18428 * terminal.el (terminal-edit-mode):
18429 * textmodes/reftex-index.el (reftex-index-mode)
18430 (reftex-index-phrases-mode):
18431 * textmodes/reftex-sel.el (reftex-select-label-mode)
18432 (reftex-select-bib-mode):
18433 * textmodes/reftex-toc.el (reftex-toc-mode):
18434 * wdired.el (wdired-change-to-wdired-mode):
18435 * wid-browse.el (widget-browse-mode):
18436 Use run-mode-hooks.
18437
18438 * array.el (array-mode):
18439 * calendar/todo-mode.el (todo-mode):
18440 * man.el (Man-mode):
18441 * play/landmark.el (lm-mode):
18442 * play/mpuz.el (mpuz-mode):
18443 Use kill-all-local-variables and run-mode-hooks.
18444
18445 * subr.el (delay-mode-hooks): Specify indentation.
18446
18447 2005-05-26 Mark A. Hershberger <mah@everybody.org>
18448
18449 * xml.el (xml-substitute-special): Don't die for undefined xml
18450 entities.
18451
18452 2005-05-26 Jay Belanger <belanger@truman.edu>
18453
18454 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
18455 of nil.
18456
18457 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
18458
18459 * progmodes/gdb-ui.el (gdb-frame-address):
18460 Rename from gdb-current-address.
18461 (gdb-previous-frame-address): Rename from gdb-previous-address.
18462 (gdb-selected-frame): Rename from gdb-current-frame.
18463 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
18464 (gdb-frame-number): Rename from gdb-current-stack-level.
18465 (gdb-ann3): Match new mode-name for disassembly buffer.
18466 Extend initialization of variables.
18467 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
18468 (gdb-memory-mode): Use mouse-face in header line.
18469 (gdb-assembler-buffer-name): Call it disassembly and give frame
18470 in mode line.
18471 (gdb-source-spec-regexp, gdb-assembler-custom)
18472 (gdb-invalidate-assembler, gdb-frame-handler):
18473 Make robust to leading zeroes in address format.
18474
18475 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
18476
18477 * textmodes/org.el (org-mode): Use `define-derived-mode' to
18478 define `org-mode'.
18479 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
18480
18481 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
18482
18483 * log-edit.el (log-edit-changelog-entries): Distinguish between
18484 filenames like xfns.c and fns.c.
18485
18486 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
18487
18488 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
18489 point after reverting.
18490 (Buffer-menu-make-sort-button): Handle the case where
18491 `Buffer-menu-use-header-line' is nil.
18492
18493 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
18494
18495 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
18496 New funcs. In minibuffer-local-completion-map bind `]', `/'
18497 and `:' to them.
18498
18499 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18500
18501 * startup.el (normal-top-level): Allow modification of load-path while
18502 we're iterating over it.
18503
18504 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
18505
18506 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
18507 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
18508 (thumbs-resize-interactive, thumbs-insert-image)
18509 (thumbs-insert-thumb, thumbs-dired-show-marked)
18510 (thumbs-find-image-at-point, thumbs-delete-images)
18511 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
18512 (thumbs-increment-image-size, thumbs-decrement-image-size):
18513 Fix typos in docstrings.
18514
18515 2005-05-24 Andre Spiegel <spiegel@gnu.org>
18516
18517 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
18518 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
18519 (cperl-mode): Use them.
18520
18521 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
18522
18523 * window.el (quit-window, shrink-window-if-larger-than-buffer):
18524 Doc fixes.
18525
18526 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
18527
18528 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
18529 Bind C-d to gdb-inferior-io-eof.
18530
18531 * dired.el (dired-dnd-popup-notice): Use message-box.
18532
18533 2005-05-23 Masatake YAMATO <jet@gyve.org>
18534
18535 * bindings.el (mode-line-major-mode-keymap):
18536 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
18537
18538 * faces.el (mode-line-highlight): New face.
18539
18540 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
18541 as mouse-face.
18542
18543 * bindings.el (top-level, help-echo, mode-line-modified)
18544 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
18545 as mouse-face.
18546
18547 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
18548
18549 * progmodes/cc-engine.el (c-guess-basic-syntax):
18550 Remove spurious call to `zerop'.
18551
18552 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
18553
18554 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
18555
18556 CC Mode update to 5.30.10:
18557
18558 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
18559 could go past the limit in decoration level 2, thereby causing
18560 errors during interactive fontification.
18561
18562 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
18563 the file is evaluated interactively.
18564
18565 * cc-engine.el (c-guess-basic-syntax): Handle operator
18566 declarations somewhat better in C++.
18567
18568 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
18569 make use of `run-mode-hooks' which has been added in Emacs 21.1.
18570 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
18571 (awk-mode): Use it.
18572 (make-local-hook): Suppress warning about obsoleteness.
18573
18574 * cc-engine.el, cc-align.el, cc-cmds.el
18575 (c-append-backslashes-forward, c-delete-backslashes-forward)
18576 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
18577 Compensate for return value from `forward-line' when it has moved
18578 but not to a different line due to eob.
18579
18580 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
18581 `objc-method-intro' and `objc-method-args-cont'.
18582
18583 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
18584
18585 CC Mode update to 5.30.10:
18586
18587 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
18588 in the copyright statement. Incidentally, change "along with GNU
18589 Emacs" to "along with this program" where it occurs.
18590
18591 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
18592 so that it is interactive, hence can be found by M-x awk-mode
18593 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
18594 <gmorris+emacs@ast.cam.ac.uk>.
18595
18596 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
18597 Mode's regexps.
18598
18599 2005-05-23 Kevin Ryde <user42@zip.com.au>
18600
18601 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
18602 c-parse-state, to avoid a lisp error (on bad code).
18603
18604 2005-05-23 Lute Kamstra <lute@gnu.org>
18605
18606 * subr.el (font-lock-defaults): Remove defvar as it's already
18607 defined in font-core.el.
18608
18609 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
18610
18611 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
18612
18613 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
18614 more general and work when GDB variable "print pretty" is on,
18615 as with Emacs, for example.
18616
18617 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
18618
18619 * font-core.el: Update comment.
18620
18621 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18622 Use `after-change-major-mode-hook' instead of `find-file-hook'.
18623
18624 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
18625
18626 2005-05-22 Eli Zaretskii <eliz@gnu.org>
18627
18628 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
18629 and `yank-handler' in the doc strings.
18630
18631 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18632
18633 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
18634
18635 2005-05-22 Richard M. Stallman <rms@gnu.org>
18636
18637 * help.el (describe-key): Move print-help-return-message call
18638 out of conditional.
18639
18640 * progmodes/etags.el (list-tags): Use with-no-warnings.
18641
18642 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
18643 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
18644 (starttls-extra-args, starttls-extra-arguments): Add defvars.
18645
18646 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
18647
18648 * language/viet-util.el (viet-viscii-nonascii-translation-table):
18649 Add defvar.
18650
18651 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
18652 Use defvar, not defconst.
18653
18654 * hexl.el (hexl-follow-line): Use with-no-warnings.
18655
18656 * emulation/tpu-extras.el: Use write-file-functions instead of
18657 write-file-hooks.
18658
18659 * dired.el (dired-font-lock-keywords): Fontify files with junk
18660 extensions even if marked by -F.
18661
18662 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
18663
18664 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
18665 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
18666 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
18667 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
18668 (concatenate, list-length, get*, getf, cl-remprop):
18669 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
18670 (etypecase, progv, lexical-let, lexical-let*)
18671 (multiple-value-bind, multiple-value-setq, shiftf):
18672 Improve argument/docstring consistency.
18673
18674 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
18675
18676 2005-05-22 Andre Spiegel <spiegel@gnu.org>
18677
18678 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
18679 doesn't exist.
18680
18681 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
18682 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
18683
18684 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
18685
18686 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
18687 already deleted variables: auto-fill-hook, blink-paren-hook,
18688 lisp-indent-hook, inhibit-local-variables, unread-command-event,
18689 suspend-hooks, comment-indent-hook, meta-flag,
18690 before-change-function, after-change-function,
18691 font-lock-doc-string-face.
18692
18693 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
18694
18695 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18696
18697 2005-05-21 Eli Zaretskii <eliz@gnu.org>
18698
18699 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
18700 rmail-dont-reply-to.
18701
18702 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18703
18704 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
18705 literal blank when splitting new-header-values.
18706
18707 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
18708
18709 * calendar/cal-menu.el (cal-menu-update): Add separator as a
18710 string so that tmm doesn't create a completion entry for it.
18711
18712 * textmodes/table.el (table-disable-menu): Ditto.
18713
18714 2005-05-21 Richard M. Stallman <rms@gnu.org>
18715
18716 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
18717
18718 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
18719
18720 * net/rcompile.el (remote-compile): Use compilation-start.
18721
18722 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
18723
18724 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
18725
18726 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
18727 Default to makefile-bsdmake-mode on BSD systems.
18728
18729 * imenu.el (imenu-generic-expression, imenu--generic-function'):
18730 REGEXP may also be a search function now. The part of doc-string
18731 for describing the structure was 95% identical to that of
18732 `imenu--generic-function'. Unify it there.
18733
18734 * progmodes/make-mode.el (makefile-imenu-generic-expression):
18735 Use function to find dependencies, because regexp alone is so complex,
18736 it easily goes into an endless loop.
18737 (makefile-makepp-mode): Also add submenu for Perl functions
18738 defined in the makefile.
18739 (makefile-bsdmake-mode): Special imenu-generic-expression no
18740 longer needed, due to function call.
18741 (makefile-match-dependency): Take BOUND into account when checking
18742 if we're through.
18743
18744 2005-05-20 Jay Belanger <belanger@truman.edu>
18745
18746 * calc/calc-units.el (calc-invalidate-units-table):
18747 Use inhibit-read-only.
18748 (math-build-units-table-buffer): Use view-mode.
18749
18750 2005-05-20 David Kastrup <dak@gnu.org>
18751
18752 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
18753 easy-menu-add is not a nop on Emacs; and clarify when to call it.
18754
18755 2005-05-20 Lute Kamstra <lute@gnu.org>
18756
18757 * diff-mode.el (diff-header-face, diff-file-header-face)
18758 (diff-index-face, diff-hunk-header-face, diff-removed-face)
18759 (diff-added-face, diff-changed-face, diff-function-face)
18760 (diff-context-face, diff-nonexistent-face): Put them in the
18761 diff-mode customization group.
18762
18763 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18764
18765 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
18766
18767 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
18768
18769 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
18770 Minor regexp-optimization.
18771
18772 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
18773
18774 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
18775 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
18776 (org-agenda-add-time-grid-maybe): New function.
18777 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
18778 (org-table-create): `dotimes' instead of `mapcar'.
18779 (org-xor): Simplify implementation.
18780 (org-agenda): `inhibit-redisplay' turned on.
18781 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
18782 a consistent line after a state change.
18783 (org-agenda-remove-times-when-in-prefix): New option.
18784 (org-prefix-has-time): New variable.
18785 (org-parse-time-string): Optional argument NODEFAULT.
18786 (org-format-agenda-item): Parse items for time-of-day
18787 specifications and move these into the prefix if possible.
18788 (org-agenda-priority): Get current heading, not previous heading
18789 during agenda remote editing.
18790
18791 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
18792
18793 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
18794 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
18795 (remove-duplicates, delete-duplicates, substitute)
18796 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
18797 (nsubstitute-if-not, find, find-if, find-if-not, position)
18798 (position-if, position-if-not, count, count-if, count-if-not)
18799 (mismatch, search, sort*, stable-sort, merge, member*)
18800 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
18801 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
18802 (intersection, nintersection, set-difference, nset-difference)
18803 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
18804 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
18805 (nsublis, tree-equal): Improve argument/docstring consistency.
18806
18807 * subr.el (send-string, send-region): Remove obsolescence declaration.
18808 (window-dot, set-window-dot, read-input, show-buffer)
18809 (eval-current-buffer, string-to-int):
18810 Add release number to obsolescence declarations.
18811
18812 2005-05-19 Kim F. Storm <storm@cua.dk>
18813
18814 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
18815 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
18816
18817 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
18818
18819 * faces.el (list-faces-display): Make back button respect optional
18820 regexp arg.
18821
18822 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
18823
18824 * calculator.el (calculator-radix-grouping-mode)
18825 (calculator-radix-grouping-digits, calculator-displayer)
18826 (calculator-radix-grouping-separator, calculator-copy-displayer):
18827 * dabbrev.el (dabbrev-search-these-buffers-only):
18828 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
18829 (diff-advance-after-apply-hunk, diff-mode-hook)
18830 (diff-minor-mode-prefix):
18831 * imenu.el (imenu-use-popup-menu):
18832 * jit-lock.el (jit-lock-context-time):
18833 * newcomment.el (comment-fill-column, comment-column)
18834 (comment-style, comment-padding, comment-multi-line)
18835 (comment-empty-lines, comment-auto-fill-only-comments):
18836 * reveal.el (reveal-around-mark):
18837 * uniquify.el (uniquify-buffer-name-style)
18838 (uniquify-after-kill-buffer-p)
18839 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
18840 (uniquify-min-dir-content, uniquify-separator)
18841 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
18842 * w32-vars.el (w32-fixed-font-alist):
18843 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
18844 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
18845 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
18846 * progmodes/perl-mode.el (perl-indent-level)
18847 (perl-continued-statement-offset, perl-continued-brace-offset)
18848 (perl-brace-offset, perl-brace-imaginary-offset)
18849 (perl-label-offset, perl-indent-continued-arguments)
18850 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
18851 * progmodes/tcl.el (tcl-indent-level)
18852 (tcl-continued-indent-level, tcl-auto-newline)
18853 (tcl-tab-always-indent, tcl-electric-hash-style)
18854 (tcl-help-directory-list, tcl-use-smart-word-finder)
18855 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
18856 (inferior-tcl-source-command):
18857 * textmodes/fill.el (enable-kinsoku):
18858 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
18859 * textmodes/table.el (table-yank-handler):
18860 Specify missing group (and type, if simple) in defcustom.
18861
18862 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
18863
18864 * progmodes/compile.el (compilation-finish-function): Fix defvar.
18865
18866 2005-05-19 Richard M. Stallman <rms@gnu.org>
18867
18868 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
18869
18870 * subr.el (event-basic-type): Don't get an error.
18871 (left-fringe-p): Function deleted.
18872
18873 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
18874 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
18875
18876 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
18877 in recursive copy.
18878
18879 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
18880
18881 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
18882
18883 * emacs-lisp/bytecomp.el
18884 (byte-compile-file-form-custom-declare-variable):
18885 Call byte-compile-nogroup-warn if appropriate.
18886
18887 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
18888 (compilation-set-window): Don't call left-fringe-p; do it directly.
18889
18890 2005-05-19 Jay Belanger <belanger@truman.edu>
18891
18892 * calc/calc-graph.el (calc-graph-format-data): Make sure
18893 var-PlotRejects is bound before trying to check its value.
18894
18895 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
18896
18897 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
18898 definition of this variable from reftex-global.el to reftex.el,
18899 because it is needed in the menu.
18900
18901 2005-05-19 Lute Kamstra <lute@gnu.org>
18902
18903 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
18904 years are fixed. Don't insert a space after a dash.
18905
18906 2005-05-19 Kim F. Storm <storm@cua.dk>
18907
18908 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
18909
18910 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
18911
18912 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
18913 strings, because (eq ... ?\\) is fairly frequent.
18914
18915 * progmodes/make-mode.el (makefile-add-this-line-targets):
18916 Simplify and integrate into `makefile-pickup-targets'.
18917 (makefile-add-this-line-macro): Simplify and integrate into
18918 `makefile-pickup-macros.
18919 (makefile-pickup-filenames-as-targets): Simplify.
18920 (makefile-previous-dependency, makefile-match-dependency):
18921 Don't stumble over `::'.
18922
18923 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
18924
18925 * subr.el (post-command-idle-hook, post-command-idle-delay):
18926 Remove obsoletion of post-command-idle-hook and
18927 post-command-idle-delay.
18928
18929 * faces.el (list-faces-display): Provide button when describe-face
18930 is called to take user back to the list of faces.
18931
18932 * help-fns.el (describe-variable): Remove hyperlinks in a
18933 variable's value as these are quite frequently inappropriate.
18934
18935 * follow.el (follow-submit-feedback, follow-mode):
18936 Remove references to post-command-idle-hook.
18937
18938 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
18939
18940 * progmodes/make-mode.el (makefile-previous-dependency)
18941 (makefile-match-dependency): Check for := (and in bsd mode also
18942 !=) to give a better result, even when font-lock is not on.
18943
18944 2005-05-18 Jay Belanger <belanger@truman.edu>
18945
18946 * calc/calc-help.el (calc-s-prefix-help):
18947 Add `calc-copy-special-constant' to help string.
18948
18949 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
18950
18951 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18952
18953 2005-05-18 Jay Belanger <belanger@truman.edu>
18954
18955 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
18956 in linear factors are in proper order.
18957
18958 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
18959
18960 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18961 Support for jurabib.
18962
18963 * textmodes/reftex.el (featurep): Define aliases for overlay
18964 commands, for XEmacs compatibility, and use these aliases in
18965 overlay initializations.
18966 (reftex-highlight): Use `reftex-move-overlay'.
18967 (reftex-unhighlight): Use `reftex-delete-overlay'.
18968 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
18969 (reftex-access-search-path): Use `reftex-uniquify' instead of
18970 `reftex-uniq'
18971
18972 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
18973 `before-string' property modification enables for Emacs as well.
18974 (reftex-select-item): Use `reftex-delete-overlay'.
18975 (reftex-select-mark): Use `reftex-make-overlay' and
18976 `reftex-overlay-put'.
18977 (reftex-select-unmark): Use `reftex-delete-overlay' and
18978 `reftex-overlay-put'.
18979
18980 2005-05-18 Lute Kamstra <lute@gnu.org>
18981
18982 * emacs-lisp/lisp.el (check-parens): Fix docstring.
18983
18984 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
18985
18986 * add-log.el (add-change-log-entry):
18987 * array.el (array-make-template, array-reconfigure-rows)
18988 (array-init-max-row, array-init-max-column)
18989 (array-init-columns-per-line, array-init-field-width):
18990 * replace.el (replace-match-maybe-edit, perform-replace):
18991 * textmodes/spell.el (spell-region):
18992 Replace `read-input' by `read-string'.
18993
18994 * forms.el (forms-mode):
18995 * finder.el (finder-compile-keywords):
18996 * shadowfile.el (shadow-read-files):
18997 Replace `eval-current-buffer' by `eval-buffer'.
18998
18999 * terminal.el (te-pass-through):
19000 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19001 (ange-ftp-raw-send-cmd):
19002 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19003 (send-process-next-char, telnet-initial-filter, telnet):
19004 Replace `send-string' by `process-send-string'.
19005
19006 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19007 (prolog-consult-region): Replace `send-string' by
19008 `process-send-string'; replace `send-region' by `process-send-region'.
19009
19010 * progmodes/delphi.el (delphi-log-msg):
19011 Replace `set-window-dot' by `set-window-point'.
19012
19013 * subr.el (window-dot, set-window-dot, read-input, send-string)
19014 (send-region, show-buffer, eval-current-buffer):
19015 Make really obsolete, as the comment says.
19016
19017 2005-05-17 Kim F. Storm <storm@cua.dk>
19018
19019 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19020 (cua--init-keymaps): Bind C-return instead of S-return to set
19021 rectangle mark.
19022
19023 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19024 instead of S-return to toggle/clear rectangle mark.
19025
19026 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19027
19028 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19029 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19030 Also fontify plain strings assigned to variables, mostly so that a
19031 colon has a face and is thus not taken as a dependency separator.
19032 (makefile-previous-dependency): Inline the new matcher, because it
19033 is too complex to work in both directions.
19034 (makefile-match-dependency): Eliminate `backward' arg (see above).
19035 Completely reimplemented so as to not sometimes go into an endless
19036 loop. It should also be more efficient, because first it only
19037 searches for `:', instead of applying the very complex regexp.
19038 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19039 to be fontified in one piece can be too long for JIT.
19040 Makefiles are never *that* big.
19041
19042 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19043
19044 * dired.el (dired-mode): Simplify.
19045
19046 2005-05-17 Lute Kamstra <lute@gnu.org>
19047
19048 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19049 defcustom for the mode hook variable.
19050
19051 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19052 Emacs Lisp Reference Manual.
19053
19054 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
19055
19056 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19057 (evenp, list*):
19058 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19059 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19060
19061 * net/tramp-smb.el (tramp-smb-open-connection):
19062 Pass `tramp-chunksize' as fifth (required) argument.
19063
19064 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
19065
19066 * font-lock.el (lisp-font-lock-keywords-1):
19067 Set `font-lock-negation-char-face' for [^...] char group.
19068 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19069
19070 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19071 a var, and refine it to mask one more level of nested vars.
19072 (makefile-rule-action-regex): Turn it into a var, and refine it so
19073 it recognizes backslashed continuation lines as belonging to the
19074 same command.
19075 (makefile-macroassign-regex): Refine it so it recognizes
19076 backslashed continuation lines as belonging to the same command.
19077 (makefile-var-use-regex): Don't look at the next char, because it
19078 might be the same one to be skipped by the initial [^$], leading
19079 to an overlooked variable use.
19080 (makefile-make-font-lock-keywords): Remove two parameters, which
19081 are now variables that some of the modes set locally.
19082 Handle dependency and rule action matching through functions, because
19083 regexps alone match too often. Dependency matching now comes
19084 last, so it can check, whether a colon already matched something else.
19085 (makefile-mode): Inform that font-lock improves makefile parsing
19086 capabilities.
19087 (makefile-match-dependency, makefile-match-action): New functions.
19088
19089 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
19090
19091 * emacs-lisp/cl-extra.el (equalp): Doc fix.
19092
19093 * align.el (align-regexp):
19094 * ansi-color.el (ansi-color-get-face):
19095 * array.el (array-reconfigure-rows, array-init-max-row)
19096 (array-init-max-column, array-init-columns-per-line)
19097 (array-init-field-width):
19098 * dired-aux.el (dired-trample-file-versions):
19099 * dired-x.el (dired-mark-sexp):
19100 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19101 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19102 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19103 * faces.el (face-read-integer):
19104 * files.el (backup-extract-version, insert-directory):
19105 * hexl.el (hexl-insert-decimal-char):
19106 * server.el (server-process-filter):
19107 * shell.el (shell-extract-num):
19108 * startup.el (command-line-1):
19109 * term.el (term-command-hook):
19110 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19111 (time-stamp-do-number):
19112 * time.el (display-time-update):
19113 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19114 (timezone-fix-time):
19115 * vms-patch.el (vms-suspend-resume-hook):
19116 * calendar/appt.el (appt-convert-time):
19117 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19118 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19119 * calendar/cal-islam.el (mark-islamic-diary-entries):
19120 * calendar/calendar.el (calendar-cursor-to-date)
19121 (calendar-star-date):
19122 * calendar/diary-lib.el (diary-attrtype-convert)
19123 (mark-diary-entries, diary-entry-time):
19124 * calendar/solar.el (solar-get-number):
19125 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19126 * emacs-lisp/re-builder.el (reb-display-subexp):
19127 * emulation/edt.el (edt-set-scroll-margins):
19128 * emulation/tpu-extras.el (tpu-set-scroll-margins):
19129 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19130 (vip-get-ex-count):
19131 * emulation/viper-ex.el (viper-get-ex-token)
19132 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19133 * international/fontset.el (fontset-plain-name):
19134 * mail/feedmail.el (feedmail-look-at-queue-directory):
19135 * mail/mailalias.el (mail-get-names):
19136 * mail/rmail.el (rmail-convert-to-babyl-format):
19137 * mail/rmailsum.el (rmail-make-basic-summary-line)
19138 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19139 (rmail-summary-goto-msg):
19140 * mail/smtpmail.el (smtpmail-read-response):
19141 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19142 (ange-ftp-vms-add-file-entry):
19143 * play/gametree.el (gametree-looking-at-ply)
19144 (gametree-current-branch-score):
19145 * progmodes/ada-xref.el (ada-prj-find-prj-file)
19146 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19147 * progmodes/cperl-mode.el (condition-case):
19148 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19149 (ebrowse-set-member-buffer-column-width)
19150 (ebrowse-select-1st-to-9nth):
19151 * progmodes/etags.el (etags-snarf-tag):
19152 * progmodes/flymake.el (flymake-parse-line):
19153 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19154 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19155 (idlwave-shell-menu-def):
19156 * progmodes/ps-mode.el (ps-run-goto-error):
19157 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19158 (vhdl-speedbar-contract-level):
19159 * term/mac-win.el (x-handle-numeric-switch):
19160 * term/sun-mouse.el (sun-get-frame-data):
19161 * term/w32-win.el (x-handle-numeric-switch):
19162 * term/x-win.el (x-handle-numeric-switch):
19163 * textmodes/ispell.el (ispell-parse-output):
19164 * textmodes/nroff-mode.el (nroff-outline-level):
19165 * textmodes/reftex-cite.el (reftex-bib-sort-year)
19166 (reftex-bib-sort-year-reverse, reftex-format-citation):
19167 * textmodes/reftex-parse.el (reftex-init-section-numbers)
19168 (reftex-section-number):
19169 * textmodes/texinfmt.el (texinfo-paragraphindent):
19170 Replace `string-to-int' by `string-to-number'.
19171
19172 * international/latexenc.el: Add page marker to force the "Local
19173 Variables:" string out of the last page.
19174
19175 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19176
19177 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19178 tooltip-change-major-mode.
19179 (gud-tooltip-print-command): Remove case where gud-minor-mode
19180 is gdb ("--fullname").
19181 (gud-tooltip-tips): Turn GUD tooltips off for this case and
19182 explain to user.
19183
19184 2005-05-16 Jay Belanger <belanger@truman.edu>
19185
19186 * calc/calc-store.el (calc-copy-special-constant): New function.
19187
19188 * calc/calc-ext.el (calc-init-extensions): Add binding for
19189 `calc-copy-special-constant'.
19190
19191 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19192 for the `calc-copy-special-constant' command.
19193
19194 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19195
19196 * subr.el (left-fringe-p): New function.
19197
19198 * progmodes/compile.el (compilation-setup): Set local value of
19199 overlay-arrow-string to "" always.
19200 (compilation-set-window): Left fringe then don't scroll.
19201 No left fringe then no arrow and scroll message to top.
19202 (compilation-context-lines): Adjust doc string accordingly.
19203
19204 2005-05-16 Kim F. Storm <storm@cua.dk>
19205
19206 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19207 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19208 (ido-wide-find-dir-or-delete-dir): New command for M-d.
19209 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
19210 (ido-read-file-name): Handle commands with ido property value
19211 equal to find-file as reading a file name, to allow C-d to enter dired.
19212 (ibuffer-find-file): Add ido property with value find-file.
19213
19214 2005-05-15 Kim F. Storm <storm@cua.dk>
19215
19216 * subr.el (open-network-stream-nowait): Remove.
19217 (open-network-stream-server): Remove.
19218
19219 2005-05-15 Richard M. Stallman <rms@gnu.org>
19220
19221 * faces.el (describe-face): Output a definition link button.
19222
19223 * help-mode.el (help-face-def): New button type.
19224
19225 * emacs-lisp/copyright.el (copyright-fix-years):
19226 Match properly if the first year is 2-digit.
19227 Don't mess up the whitespace after the years by filling.
19228
19229 * dired-aux.el (dired-mark-confirm):
19230 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19231
19232 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19233 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19234 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19235
19236 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19237 Set font-lock-comment-start-skip.
19238
19239 * font-lock.el (font-lock-comment-start-skip): New variable.
19240 (font-lock-comment-end-skip): New variable.
19241 (font-lock-fontify-syntactically-region): Use them if non-nil.
19242
19243 2005-05-15 Jay Belanger <belanger@truman.edu>
19244
19245 * calc/calc-store.el (calc-store-value): Return a string rather
19246 than display it as a message.
19247 Use calc-var-name for variable name.
19248 (calc-store-into): Add the result of calc-store-value to message.
19249 (calc-copy-variable): Add a message.
19250 (calc-store-exchange): Improve error messages.
19251 (calc-store-binary, calc-store-map): Don't reset the values of
19252 special constants.
19253
19254 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
19255
19256 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19257 manual to docstring.
19258
19259 * files.el (hack-local-variables-confirm): Add STRING argument.
19260 Make the function handle non file visiting buffers correctly.
19261 (hack-local-variables-prop-line, hack-local-variables)
19262 (hack-one-local-variable): Use STRING arg of
19263 `hack-local-variables-confirm'.
19264
19265 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
19266
19267 Sync with Tramp 2.0.49.
19268
19269 * net/tramp.el (tramp-handle-dired-call-process)
19270 (tramp-handle-insert-directory):`insert-buffer' cannot be used
19271 because the contents of the Tramp buffer is changed before
19272 insertion (`expand-file' and alike).
19273 (tramp-handle-insert-directory): If `localname' has an empty
19274 nondirectory name, it must not be quoted.
19275 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
19276 variable `tramp-chunksize'. Change callees.
19277 (tramp-open-connection-setup-interactive-shell): Check remote host
19278 for buggy `send-process-string' implementation.
19279 Set `tramp-chunksize' if found. Reported by Michael Kifer
19280 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19281 (tramp-handle-shell-command): `insert-buffer' cannot be used
19282 because the contents of the Tramp buffer is changed before
19283 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19284 <frederic.bothamy@free.fr>.
19285 (tramp-set-auto-save): Actions should be done for Tramp file name
19286 handler only. Ange-FTP has its own auto-save mechanism.
19287 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19288 (tramp-set-auto-save-file-modes): Set file modes of
19289 `buffer-auto-save-file-name' to ?\600 as fallback solution.
19290 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19291 (tramp-bug): Remove obsolete variable.
19292 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
19293 for presence of `mml-mode'. Make it running for older Emacsen as well.
19294
19295 2005-05-14 John Paul Wallington <jpw@pobox.com>
19296
19297 * ibuf-ext.el (define-ibuffer-filter filename):
19298 If `dired-directory' is a list, use its car.
19299
19300 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
19301
19302 * ibuffer.el (define-ibuffer-column filename):
19303 If `dired-directory' is a list, use its car.
19304
19305 2005-05-14 Richard M. Stallman <rms@gnu.org>
19306
19307 * subr.el (symbol-file): Doc fix.
19308
19309 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19310 (byte-compile-form): Call byte-compile-nogroup-warn.
19311 (byte-compile-warning-types): Doc fix.
19312
19313 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19314
19315 * progmodes/cc-engine.el (c-literal-faces):
19316 Add font-lock-comment-delimiter-face.
19317
19318 * net/net-utils.el (dig): Use with-no-warnings.
19319
19320 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19321 (sc-recite-frame-alist, sc-default-cite-frame)
19322 (sc-default-uncite-frame, sc-default-recite-frame)
19323 (sc-attrib-selection-list, sc-rewrite-header-list):
19324 Mark as risky-local-variable.
19325
19326 * international/ogonek.el (ogonek-jak, ogonek-how):
19327 Don't use beginning-of-buffer.
19328
19329 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19330
19331 * calendar/solar.el (solar-data-list): Move definition up.
19332
19333 * dnd.el (dnd-protocol-alist): Add autoload.
19334
19335 * progmodes/sh-script.el: Many doc usage fixes.
19336 (sh-indent-after-do): Change default to match common styles.
19337
19338 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
19339
19340 * files.el (interpreter-mode-alist)
19341 (auto-mode-interpreter-regexp): Doc fixes.
19342
19343 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
19344
19345 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19346
19347 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19348
19349 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19350
19351 * dired.el (dired-mode): make-variable-buffer-local =>
19352 make-local-variable.
19353
19354 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19355
19356 * term/mac-win.el (mac-select-convert-to-string): Try coding
19357 systems in mac-script-code-coding-systems if specified one cannot
19358 encode string for `com.apple.traditional-mac-plain-text'.
19359
19360 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
19361
19362 * progmodes/make-mode.el (makefile-targets-face)
19363 (makefile-shell-face, makefile-makepp-perl-face): New faces.
19364 (makefile-dependency-regex): Fix it to not make the colon in
19365 $(var:a=b) special.
19366 (makefile-rule-action-regex): New regexp for highlighting embedded
19367 Shell strings.
19368 (makefile-macroassign-regex): Handle != for highlighting as
19369 embedded Shell strings.
19370 (makefile-var-use-regex): New const.
19371 (makefile-statements, makefile-automake-statements)
19372 (makefile-gmake-statements, makefile-makepp-statements)
19373 (makefile-bsdmake-statements): New consts.
19374 (makefile-make-font-lock-keywords): New function.
19375 (makefile-automake-font-lock-keywords)
19376 (makefile-gmake-font-lock-keywords)
19377 (makefile-makepp-font-lock-keywords)
19378 (makefile-bsdmake-font-lock-keywords): New consts.
19379 (makefile-mode-map): Add switchers between the various submodes.
19380 (makefile-mode): Document the availability of the variants.
19381 (makefile-automake-mode, makefile-gmake-mode)
19382 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
19383
19384 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
19385 new variants of makefile-mode.
19386
19387 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19388
19389 * font-lock.el (font-lock-comment-delimiter-face): Fix up
19390 the inheritance.
19391
19392 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
19393
19394 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
19395 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
19396
19397 * files.el (normal-mode): Extend the scope of the
19398 `enable-local-variables' binding to include the `set-auto-mode' call.
19399 (magic-mode-alist): Doc fix.
19400
19401 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19402
19403 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
19404 font-lock-comment-face rather than copying its setting.
19405
19406 2005-05-12 Andreas Schwab <schwab@suse.de>
19407
19408 * eshell/esh-mode.el (eshell-send-input): Doc fix.
19409
19410 2005-05-12 Lute Kamstra <lute@gnu.org>
19411
19412 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
19413 defcustom for the mode hook variable. Delete the last argument.
19414 * generic-x.el: Fix callers of define-generic-mode.
19415 (generic-x-modes): Delete group.
19416 (show-tabs-tab-face, show-tabs-space-face): Put them in the
19417 generic-x customization group.
19418
19419 2005-05-12 Kim F. Storm <storm@cua.dk>
19420
19421 * font-lock.el (font-lock-negation-char-face): Default to "off".
19422
19423 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
19424 font-lock-negation-char-face to ! in !=.
19425
19426 2005-05-12 Masatake YAMATO <jet@gyve.org>
19427
19428 * add-log.el (find-change-log): Fix typos in the docstring
19429 of function.
19430
19431 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19432
19433 * international/latexenc.el (latexenc-find-file-coding-system):
19434 Avoid `re-search-forward' when looking for input encoding because
19435 of speed and safety. Better regular expressions for recognizing
19436 input encoding. Limit a search for TeX-master/tex-main-file to
19437 the local variable section.
19438
19439 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
19440
19441 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
19442 syntax of $ to "'" (quote).
19443
19444 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
19445
19446 * dnd.el (dnd-protocol-alist): Improve custom type.
19447
19448 * dired.el (dired-dnd-protocol-alist): New variable.
19449 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
19450 `dired-mode-hook' to the end.
19451
19452 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19453
19454 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
19455 comment-end if comment-start-skip is not set.
19456 Obey the font-lock-comment-delimiter-face variables.
19457
19458 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19459
19460 * files.el (executable-find): Move from executable.el. Use
19461 locate-file.
19462 * progmodes/executable.el (executable-find): Move to files.el.
19463
19464 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
19465 when trying to ensure forward progress.
19466
19467 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
19468
19469 * mouse-sel.el (mouse-sel-follow-link-p): New function.
19470 (mouse-select, mouse-select-internal, mouse-extend-internal):
19471 Use it to implement mouse-1-click-follows-link functionality.
19472
19473 2005-05-11 Richard M. Stallman <rms@gnu.org>
19474
19475 * font-lock.el (font-lock-fontify-syntactically-region):
19476 Use font-lock-comment-delimiter-face for comment delimiters.
19477
19478 2005-05-10 Jay Belanger <belanger@truman.edu>
19479
19480 * calc/calc-help.el (calc-m-prefix-help): Add mention of
19481 preserving embedded modes.
19482
19483 2005-05-10 Richard M. Stallman <rms@gnu.org>
19484
19485 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
19486
19487 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
19488 Move from ada-stmt.el.
19489 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
19490
19491 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
19492 Move to ada-mode.el.
19493 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
19494
19495 * cus-edit.el (custom-file): Call file-chase-links.
19496
19497 * files.el (read-directory-name): Fix previous change.
19498 (hack-local-variables-confirm): New function.
19499 (hack-local-variables-prop-line, hack-local-variables)
19500 (hack-one-local-variable): Use it.
19501
19502 2005-05-10 Lute Kamstra <lute@gnu.org>
19503
19504 * font-lock.el (font-lock-keywords-alist)
19505 (font-lock-removed-keywords-alist): Clarify docstrings.
19506
19507 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
19508
19509 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
19510 (gdb-source-info): Check for preprocessor info.
19511 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
19512 a macro for a function.
19513 (gdb-info-breakpoints-custom): Try to find file again if not already
19514 found (user might have used GDB dir command).
19515 (gdb-get-location): Update gdb-location-alist correctly for change
19516 to gdb-info-breakpoints-custom.
19517
19518 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
19519 (gud-tooltip-print-command): Add gdbmi case.
19520 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
19521 preprocessor info.
19522
19523 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
19524
19525 * startup.el (fancy-splash-insert): Fix typo in doc string.
19526
19527 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
19528
19529 * obsolete/float.el (string-to-float):
19530 * obsolete/hilit19.el (hilit-add-pattern):
19531 * obsolete/rnews.el (news-parse-range, news-select-message)
19532 (news-get-pruned-list-of-files): Replace `string-to-int' by
19533 `string-to-number'.
19534
19535 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
19536 `find-file-not-found-hooks'; use `add-hook'.
19537 (uncompress-while-visiting): Set `write-file-functions', not
19538 `write-file-hooks'; use `add-hook'.
19539
19540 2005-05-09 Kim F. Storm <storm@cua.dk>
19541
19542 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
19543 (cua-paste): Handle clipboard action.
19544 (cua--init-keymaps): Remap clipboard-kill-region and
19545 clipboard-kill-ring-save.
19546
19547 2005-05-08 Eli Zaretskii <eliz@gnu.org>
19548
19549 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19550 Improve commentary.
19551
19552 * simple.el (next-error-overlay-arrow-position): Revert the change
19553 made on 2005-04-30.
19554
19555 2005-05-07 Jay Belanger <belanger@truman.edu>
19556
19557 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
19558 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
19559 `calc-sel-reselect'.
19560
19561 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
19562 Calc is in embedded mode.
19563
19564 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19565
19566 * progmodes/compile.el (compilation-setup):
19567 Set overlay-arrow-string to an empty string on text terminals.
19568
19569 * textmodes/ispell.el (ispell-program-name): Try looking for
19570 "aspell" along exec-path, and if found, use it as the default
19571 speller program.
19572
19573 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
19574
19575 * international/mule.el (sgml-xml-auto-coding-function):
19576 Recognize encoding='FOO' in single quotes as well as in double quotes.
19577
19578 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19579
19580 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
19581 as well as `interactive', so that defmacro* would recognize
19582 `declare' forms.
19583
19584 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19585
19586 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19587 Explain more about the LIGHTER arg's usage in the doc string.
19588 Add commentary to clarify what the code does. Fix the regexp that
19589 strips whitespace from LIGHTER. Quote LIGHTER before using it,
19590 since it could have characters special to regular expressions.
19591
19592 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19593
19594 * replace.el (occur-1): Bind inhibit-read-only so that
19595 erase-buffer doesn't barf on read-only text properties (likewise
19596 for add-text-properties in occur-engine). Mark buffer as unmodified.
19597 (occur-engine): Don't set buffer-read-only here.
19598
19599 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19600
19601 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
19602 list-buffers-directory. This caused the *cvs-commit* buffer to be
19603 sometimes mistakenly reused as a *cvs* buffer.
19604
19605 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
19606
19607 * tooltip.el: Move code for GUD tooltips into gud.el.
19608 (require): CL no longer needed to compile case.
19609 (tooltip-mode): Do not toggle functions for GUD tooltips.
19610 (tooltip-gud-tips-p): Remove. Replace with minor mode
19611 gud-tooltip-mode in gud.el.
19612 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
19613 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
19614 tooltip-gud prefix with gud-tooltip and obsolete.
19615 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
19616 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
19617 (tooltip-mouse-motion): Mouse movement functions/variable.
19618 Rename in gud.el by adding gud prefix.
19619 (tooltip-gud-original-filter, tooltip-gud-dereference)
19620 (tooltip-gud-event, tooltip-toggle-gud-tips)
19621 (tooltip-gud-process-output, tooltip-gud-print-command)
19622 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
19623 gud.el by replacing tooltip-gud prefix with gud-tooltip.
19624 (gdb-tooltip-print): Move to gdb-ui.el.
19625
19626 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
19627 (require): CL needed to compile case.
19628 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
19629 tooltip-gud-tips-p. Make it a minor-mode.
19630 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
19631 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
19632 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
19633 (gud-tooltip-change-major-mode)
19634 (gud-tooltip-activate-mouse-motions-if-enabled)
19635 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
19636 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
19637 (gud-tooltip-original-filter, gud-tooltip-dereference)
19638 (gud-tooltip-event, tooltip-toggle-gud-tips)
19639 (gud-tooltip-process-output, gud-tooltip-print-command)
19640 (gud-tooltip-tips): Move from tooltip.el.
19641
19642 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
19643 (gdb-cpp-define-alist-flags): Doc fix.
19644 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
19645 gud-tooltip-mode is t.
19646
19647 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19648
19649 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
19650 evaporate if their text is deleted.
19651 (goto-address-at-point): Make it work as a mouse binding as well.
19652 (goto-address-at-mouse): Obsolete it. Update users.
19653
19654 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
19655
19656 * calendar/appt.el (top-level): No longer activate on load.
19657
19658 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
19659
19660 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19661 * net/webjump.el (webjump):
19662 * progmodes/idlw-help.el (idlwave-do-context-help1)
19663 (idlwave-highlight-linked-completions):
19664 * textmodes/po.el (po-find-file-coding-system-guts):
19665 Replace `assoc-ignore-case' by `assoc-string'.
19666
19667 2005-05-06 Eli Zaretskii <eliz@gnu.org>
19668
19669 * files.el (locate-file): Doc fix.
19670
19671 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
19672 Remove the redundant test for ms-dos.
19673
19674 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
19675 look for the preprocessor with exec-suffixes. If not found in
19676 standard places, look in exec-path. Remove most of the tests that
19677 used system-type.
19678
19679 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
19680
19681 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
19682
19683 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
19684 file-name clash with jka-compr.el on 8+3 filesystems.
19685
19686 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19687
19688 * term/mac-win.el: Don't define or bind scroll bar functions if
19689 x-toolkit-scroll-bars is t.
19690 (x-select-text, x-get-selection-value): Clear
19691 x-last-selected-text-clipboard if x-select-enable-clipboard is
19692 nil.
19693 (PRIMARY): Put mac-scrap-name property.
19694 (mac-select-convert-to-file-url): New function.
19695 (public.file-url): New selection target type. Add to
19696 selection-converter-alist.
19697 (x-get-selection, x-selection-value): Handle it.
19698 (x-cut-buffer-or-selection-value): New alias.
19699
19700 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19701
19702 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
19703 entry to avoid calling bibtex-find-entry with arg global
19704 being t. Remove arg key.
19705 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
19706 (bibtex-copy-summary-as-kill): Change accordingly.
19707
19708 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19709
19710 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
19711 (org-agenda-date-later): Use with-current-buffer.
19712
19713 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
19714
19715 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
19716 (define-obsolete-variable-alias): Doc Fixes.
19717
19718 2005-05-06 Kim F. Storm <storm@cua.dk>
19719
19720 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
19721 vertical-motion when selective-display is active.
19722
19723 * ido.el (ido-setup-hook): New hook.
19724 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
19725 (ido-input-stack): New var.
19726 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
19727 ido-next-work-file binding to M-O.
19728 Bind M-f to ido-wide-find-file-or-pop-dir.
19729 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
19730 (ido-read-internal): Run ido-setup-hook.
19731 Catch quit in read-file-name and read-string to cancel edit.
19732 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
19733 Automatically pop-all when completing a directory name (RET).
19734 (ido-file-internal): Add with-no-warnings around ffap and dired code.
19735 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
19736 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
19737 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
19738 New functions for M-b/M-f to move among the directory components.
19739 (ido-make-merged-file-list): Catch quit to cancel merge.
19740 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
19741 (ido-completion-help): No warnings for ido-completion-buffer-full.
19742
19743 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
19744
19745 * font-lock.el (font-lock-negation-char-face): New face and variable.
19746 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
19747 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
19748 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
19749 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
19750
19751 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
19752
19753 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
19754 Fix typo in docstring.
19755
19756 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
19757 (ebrowse-print-statistics-line)
19758 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
19759
19760 * term/w32-win.el (image-library-alist): Add additional name for
19761 Xpm library.
19762
19763 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
19764
19765 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
19766 use gcc instead of cpp.
19767
19768 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
19769 (gdb-create-define-alist): Use it.
19770 (gdb-cpp-define-alist-program): Update for MS-DOS.
19771
19772 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
19773
19774 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
19775
19776 2005-05-04 Richard M. Stallman <rms@gnu.org>
19777
19778 * help.el (describe-key): No error when UNTRANSLATED is nil.
19779
19780 * simple.el (line-move-1): Fix previous change to signal errors
19781 appropriately.
19782
19783 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
19784
19785 * calendar/icalendar.el (icalendar-version): Now at 0.12.
19786 (icalendar-duration-correction): Remove.
19787 (icalendar--get-event-properties): Split result at commas.
19788 (icalendar--decode-isoduration): New optional argument
19789 DURATION-CORRECTION.
19790 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
19791 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
19792 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
19793 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
19794 (icalendar--convert-anniversary-to-ical): New functions, extracted
19795 from icalendar-export-region, with bug fixes.
19796 (icalendar-export-region): Use the above functions.
19797 (icalendar-import-buffer): Check before saving diary file.
19798 (icalendar--convert-recurring-to-diary)
19799 (icalendar--convert-non-recurring-all-day-to-diary)
19800 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
19801 extracted from icalendar--convert-ical-to-diary, with bug fixes.
19802 (icalendar--convert-ical-to-diary): Use the above functions.
19803
19804 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
19805
19806 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
19807 Remove these recent additions.
19808 (c-mode): Restore to before 2005-04-28.
19809
19810 * progmodes/cc-vars.el (cc-define-list-program): Remove this
19811 recent addition.
19812
19813 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
19814 (gdb-define-alist): New variables.
19815 (gdb-create-define-alist): New function.
19816 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
19817 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
19818 with string-to-number.
19819 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
19820
19821 * progmodes/gud.el: Replace string-to-int with string-to-number.
19822 (gud-find-file): Handle gdb-define-alist.
19823
19824 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
19825
19826 2005-05-02 Jay Belanger <belanger@truman.edu>
19827
19828 * calc/calc-aent.el (math-read-token):
19829 * calc/calc-bin.el (calc-word-size):
19830 * calc/calc-ext.el (calc-read-number-fancy):
19831 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
19832 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
19833 * calc/calc-frac.el (calc-over-notation):
19834 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
19835 (calc-graph-num-points, calc-graph-init):
19836 * calc/calc-prog.el (calc-read-parse-table-part)
19837 (calc-edit-macro-repeats):
19838 * calc/calc-yank.el (calc-do-grab-rectangle):
19839 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
19840 Replace `string-to-int' by `string-to-number'.
19841
19842 2005-05-02 Kim F. Storm <storm@cua.dk>
19843
19844 * kmacro.el: Use executing-kbd-macro-index variable.
19845
19846 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
19847
19848 * net/rlogin.el (rlogin-parse-words): Delete func.
19849 (rlogin): Use split-string, not rlogin-parse-words.
19850 Also, if there are option-like elements in the parsed args,
19851 take the host to be the first arg immediately following them.
19852 Suggested by Michael Mauger.
19853
19854 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19855
19856 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
19857
19858 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19859
19860 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
19861 (cc-mode-cpp-program): Rename to cc-define-list-program and
19862 move to cc-vars.el.
19863
19864 * progmodes/cc-vars.el (cc-define-list-program):
19865 Change to "gcc -E -dM -". Make customizable.
19866
19867 2005-05-02 Kim F. Storm <storm@cua.dk>
19868
19869 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
19870
19871 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19872
19873 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
19874
19875 * international/mule-util.el (truncate-string): Remove alias and
19876 obsolete declaration.
19877
19878 * international/mule-cmds.el (update-iso-coding-systems):
19879 Remove alias and obsolete declaration.
19880
19881 * international/mule.el (coding-system-parent): Remove alias and
19882 obsolete declaration.
19883
19884 * subr.el (define-function, sref): Remove aliases and obsolete
19885 declarations.
19886 (chars-in-region): Remove obsolete declaration.
19887
19888 2005-05-01 Richard M. Stallman <rms@gnu.org>
19889
19890 * info.el (Info-mode): Set widen-automatically to nil, locally.
19891
19892 * simple.el (widen-automatically): New variable.
19893 (pop-global-mark): Obey widen-automatically.
19894
19895 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
19896
19897 * term/xterm.el (function-key-map): Call substitute-key-definition
19898 before the keymap size is increased by a lot of define-key calls.
19899
19900 2005-05-01 Richard M. Stallman <rms@gnu.org>
19901
19902 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
19903 Rename ARG to ELEMENT. Doc fix.
19904
19905 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
19906
19907 * allout.el (allout-exposure): Remove macro and obsolete declaration.
19908 Remove references to allout-exposure/change to allout-new-exposure.
19909
19910 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
19911 bytecode symbols.
19912
19913 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
19914 (compiled-function-p, focus-frame, unfocus-frame):
19915 Remove aliases and obsolete declarations.
19916 Back out inadvertent changes from previous commit.
19917
19918 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19919
19920 * files.el (require-final-newline): Make Custom tags consistent
19921 with mode-require-final-newline.
19922 (mode-require-final-newline): Doc fix.
19923
19924 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
19925
19926 * international/latexenc.el (latexenc-find-file-coding-system):
19927 Fix regular expressions.
19928
19929 2005-05-01 David Kastrup <dak@gnu.org>
19930
19931 * international/latexenc.el (latexenc-find-file-coding-system):
19932 Fix regular expressions.
19933
19934 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
19935
19936 * subr.el (string-to-int): Make obsolete.
19937
19938 2005-04-30 Richard M. Stallman <rms@gnu.org>
19939
19940 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
19941
19942 * loadup.el: load jka-comp-hook.
19943
19944 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
19945 (jka-compr-handler): Add autoload. `put' calls moved
19946 to jka-comp-hook.el.
19947 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
19948 (jka-compr-inhibit): Autoload.
19949
19950 * jka-comp-hook.el: New file.
19951 Enable the mode by default.
19952
19953 * files.el (backup-buffer-copy): Use copy-file instead
19954 of write-region, and put back the 'excl.
19955
19956 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
19957
19958 * progmodes/flymake.el (flymake-split-string)
19959 (flymake-split-string, flymake-log, flymake-pid-to-names)
19960 (flymake-reg-names, flymake-get-source-buffer-name)
19961 (flymake-unreg-names, flymake-add-line-err-info)
19962 (flymake-add-err-info): Clarify docstrings.
19963 (flymake-popup-menu, flymake-make-emacs-menu)
19964 (flymake-make-xemacs-menu): Add docstrings.
19965 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
19966 Set variables directly throughout.
19967
19968 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
19969
19970 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
19971 exists. Initialize cc-define-alist.
19972 (c-mode): Add cc-create-define-alist locally to after-save-hook.
19973 If there is no file (Macroexpansion) don't create an alist.
19974
19975 2005-04-29 Sam Steingold <sds@gnu.org>
19976
19977 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
19978 (cc-create-define-alist): Use it instead of the hard-coded string.
19979
19980 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19981
19982 * international/mule-conf.el (file-coding-system-alist): Fix regexp
19983 for latexenc.
19984
19985 2005-04-29 Lute Kamstra <lute@gnu.org>
19986
19987 * emacs-lisp/generic.el: Improve commentary section.
19988 (define-generic-mode): Improve docstring.
19989
19990 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
19991
19992 * textmodes/org.el (many places): Change to quiet the byte compiler.
19993 (org-prefix-format-compiled): New variable.
19994 (org-compile-prefix-format): New function.
19995 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
19996 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
19997 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
19998 (org-get-entries-from-diary): Use `org-get-time-of-day' for
19999 consistency with entries from `org-mode' files.
20000 (org-get-time-of-day): Fix bug with partial matches early in a line.
20001 (org-non-link-chars): New constant.
20002 (org-link-regexp): Respect `org-non-link-chars'.
20003 (org-agenda-day-view): Remove command.
20004 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20005 (org-follow-bbdb-link, org-store-link): Search also company field.
20006 (org-highlight-overlay): New variable.
20007 (org-highlight, org-unhighlight): New functions.
20008 (org-agenda-mode): Add pre-command-hook to remove highlight.
20009 (org-evaluate-time-range): Behavior depends upon whether time stamp
20010 contains a time or not.
20011 (org-show-subtree, org-show-entry): New functions.
20012 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20013
20014 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20015
20016 * comint.el (comint-output-filter-functions): Add autoload cookie.
20017
20018 2005-04-28 Kim F. Storm <storm@cua.dk>
20019
20020 * ido.el (ido-everywhere): Fix last change.
20021
20022 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20023
20024 * international/latexenc.el: New file.
20025 * international/mule-conf.el (file-coding-system-alist): For .tex,
20026 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20027
20028 2005-04-28 Lute Kamstra <lute@gnu.org>
20029
20030 * font-lock.el (font-lock-add-keywords)
20031 (font-lock-remove-keywords): Clarify docstring.
20032 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20033 Don't start docstrings with a `*'.
20034 (font-lock-update-removed-keyword-alist): Give it a docstring.
20035
20036 * generic-x.el: Update commentary section.
20037 Only require font-lock when compiling.
20038 Define all modes conditionally.
20039 Place all generic modes in the generic-x-modes customization group.
20040 (generic-x-modes): New customization group.
20041 (generic-default-modes, generic-mswindows-modes)
20042 (generic-unix-modes, generic-other-modes): New constants.
20043 (generic-define-mswindows-modes, generic-define-unix-modes):
20044 Update docstrings. Make them obsolete.
20045 (generic-extras-enable-list): New default value. Update docstring.
20046 Improve :type. Change :set function.
20047 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20048 Fix docstring.
20049
20050 * emacs-lisp/generic.el (generic-mode-internal):
20051 Simplify font-lock-defaults.
20052 (define-generic-mode): Fix docstring.
20053
20054 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20055
20056 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20057 font-lock-face property to highlight matches.
20058
20059 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
20060
20061 * progmodes/cc-mode.el (cc-create-define-alist): New function.
20062 (cc-define-alist): New variable.
20063 (c-mode): Make it local and initialize it.
20064
20065 * progmodes/gdb-ui.el (gdb-active-process): New variable.
20066 (gdb-exited): New function.
20067 (gdb-annotation-rules): Use it.
20068 (gdb-starting): Set gdb-active-process to t.
20069 (gdb-stopping): Amend doc string.
20070 (gdb-reset): Set gdb-active-process to nil.
20071
20072 * tooltip.el (tooltip-gud-tips): Show the associated #define
20073 directives when a C program under GDB is not executing.
20074
20075 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20076
20077 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20078 font-lock-fontify-syntactic-keywords.
20079
20080 * font-lock.el (font-lock-default-fontify-region): Don't force
20081 parse-sexp-lookup-properties to nil.
20082
20083 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20084
20085 * man.el (man-mode-syntax-table): Set up `:' to have
20086 word-constituent syntax.
20087
20088 2005-04-27 Lute Kamstra <lute@gnu.org>
20089
20090 * novice.el (disable-command): Don't add spurious newlines to the
20091 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
20092
20093 2005-04-26 Jay Belanger <belanger@truman.edu>
20094
20095 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20096 than one window before deleting window.
20097
20098 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
20099
20100 * shell.el (shell-prompt-pattern): Doc fix.
20101 (shell-mode): Set paragraph-separate buffer locally to "\\'".
20102
20103 * comint.el (comint-prompt-regexp, comint-get-old-input)
20104 (comint-use-prompt-regexp)
20105 (comint-use-prompt-regexp-instead-of-fields)
20106 (comint-replace-by-expanded-history, comint-send-input)
20107 (comint-output-filter, comint-get-old-input-default)
20108 (comint-line-beginning-position, comint-bol, comint-show-output)
20109 (comint-backward-matching-input, comint-forward-matching-input)
20110 (comint-next-prompt, comint-previous-prompt):
20111 Rename `comint-use-prompt-regexp-instead-of-fields' to
20112 `comint-use-prompt-regexp'. Keep old name as alias and declare
20113 obsolete.
20114 (comint-use-prompt-regexp): Shorten first line of doc string.
20115
20116 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20117 Set paragraph-separate buffer locally to "\\'".
20118
20119 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20120 Adapt to above name change.
20121
20122 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20123 (smbclient-prompt-regexp): Ditto.
20124
20125 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20126
20127 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
20128
20129 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20130 gdb-location-list.
20131 Break lines that are over 80 characters wide.
20132
20133 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
20134
20135 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20136 New fun and var, to preserve compatibility.
20137
20138 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20139
20140 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
20141
20142 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20143 name to file-newer-than-file-p.
20144
20145 2005-04-26 Richard M. Stallman <rms@gnu.org>
20146
20147 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20148
20149 * progmodes/python.el (python-mode):
20150 Use new name eldoc-documentation-function.
20151
20152 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20153
20154 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20155 (eldoc-documentation-function):
20156 Rename from eldoc-print-current-symbol-info-function. Calls changed.
20157
20158 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
20159
20160 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20161
20162 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20163
20164 * term/xterm.el (function-key-map): Fix strings for
20165 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
20166 {C,S,A,C-S}-{f1-f12}.
20167
20168 2005-04-26 Kenichi Handa <handa@m17n.org>
20169
20170 * international/mule-cmds.el (select-safe-coding-system):
20171 Fix previous change.
20172
20173 2005-04-26 Lute Kamstra <lute@gnu.org>
20174
20175 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20176
20177 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20178 (font-lock-comment-delimiter-face): Ditto.
20179
20180 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20181
20182 2005-04-25 Jay Belanger <belanger@truman.edu>
20183
20184 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20185 to t while inserting information; use help-mode.
20186
20187 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20188
20189 * term.el (ansi-term-color-vector): Use the xterm colors.
20190 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
20191
20192 2005-04-25 Lute Kamstra <lute@gnu.org>
20193
20194 * font-core.el (font-lock-defaults): Fix docstring.
20195
20196 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20197
20198 2005-04-25 Kenichi Handa <handa@m17n.org>
20199
20200 * international/mule-cmds.el (select-safe-coding-system):
20201 Don't check consistency with coding: spec, etc if raw-text or
20202 no-conversion was found to be safe.
20203
20204 2005-04-24 Richard M. Stallman <rms@gnu.org>
20205
20206 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20207 citation markers at start of each line.
20208
20209 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20210 citation markers at start of each line.
20211
20212 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20213
20214 * files.el (mode-require-final-newline): Fix previous change.
20215 (require-final-newline): Fix type label.
20216
20217 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20218
20219 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20220 statement in buffer (broken by 2004-11-24 change).
20221
20222 2005-04-24 Kim F. Storm <storm@cua.dk>
20223
20224 * ido.el (ido-everywhere): Save and restore old read-buffer-function
20225 and read-file-name-function values. Don't overwrite existing
20226 non-nil values if ido-mode is enabled without ido-everywhere.
20227
20228 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
20229
20230 * files.el (mode-require-final-newline): Minor doc fix.
20231
20232 2005-04-24 Eli Zaretskii <eliz@gnu.org>
20233
20234 * subr.el (syntax-after): Doc fix.
20235 (syntax-class): If argument is nil, return nil. Mask off upper 16
20236 bits, not 8 bits.
20237
20238 * files.el (mode-require-final-newline): Doc fix.
20239 (backup-buffer-copy): Fix last change.
20240
20241 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20242
20243 * term/mac-win.el: Require select. Set selection-coding-system to
20244 mac-system-coding-system. Call menu-bar-enable-clipboard.
20245 (x-last-selected-text-clipboard, x-last-selected-text-primary)
20246 (x-select-enable-clipboard): New variables.
20247 (x-select-text, x-get-selection, x-selection-value)
20248 (x-get-selection-value, mac-select-convert-to-string)
20249 (mac-services-open-file, mac-services-open-selection)
20250 (mac-services-insert-text): New functions.
20251 (CLIPBOARD, FIND): Put mac-scrap-name property.
20252 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20253 (public.tiff): Put mac-ostype property.
20254 (selection-converter-alist): Add entries for them.
20255 (mac-application-menu-map): New keymap.
20256 (interprogram-cut-function, interprogram-paste-function): Set to
20257 x-select-text and x-get-selection-value, respectively.
20258 (split-window-keep-point): Set to t.
20259
20260 2005-04-23 Richard M. Stallman <rms@gnu.org>
20261
20262 * files.el (read-directory-name): Always pass non-nil
20263 DEFAULT-FILENAME arg to read-file-name.
20264 (backup-buffer-copy, basic-save-buffer-2): Take care against
20265 writing thru an unexpected existing symlink.
20266 (revert-buffer): In indirect buffer, revert the base buffer.
20267 (magic-mode-alist): Doc fix.
20268 (buffer-stale-function): Doc fix.
20269 (minibuffer-with-setup-hook): Avoid warning.
20270 (mode-require-final-newline): Doc and custom fix.
20271
20272 * follow.el (follow-end-of-buffer): Use with-no-warnings.
20273
20274 * font-lock.el (font-lock-comment-face): On terminals with few colors,
20275 use the default appearance.
20276 (font-lock-comment-delimiter-face): New face, new variable.
20277
20278 * imenu.el (imenu--generic-function): The official position of a
20279 definition is the start of the line that BEG is in.
20280
20281 * midnight.el (midnight-timer): Move defvar up.
20282
20283 * mouse.el (mouse-drag-region-1): Delete some debugging code.
20284
20285 * saveplace.el (save-place-to-alist): Use with-no-warnings.
20286
20287 * startup.el (command-line): Use with-no-warnings.
20288
20289 * window.el (window-size-fixed): New defvar.
20290
20291 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20292
20293 * mail/rmail.el (rmail-font-lock-keywords):
20294 Use font-lock-comment-delimiter-face.
20295
20296 * mail/sendmail.el (mail-font-lock-keywords):
20297 Use font-lock-comment-delimiter-face.
20298
20299 * progmodes/compile.el (next-error-highlight-timer): New defvar.
20300
20301 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20302
20303 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20304 Specify t for LAXMATCH when matching directories.
20305 Save match data around compilation-compat-error-properties form.
20306
20307 2005-04-23 David Kastrup <dak@gnu.org>
20308
20309 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20310 Mention that the autoloaded aliases should be kept for AUCTeX.
20311
20312 2005-04-23 Andreas Schwab <schwab@suse.de>
20313
20314 * isearch.el (isearch-forward): Doc fix.
20315
20316 2005-04-23 Eli Zaretskii <eliz@gnu.org>
20317
20318 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20319 (jit-lock-stealth-nice): Change default value to 0.5.
20320
20321 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
20322
20323 * abbrev.el (write-abbrev-file): Write table entries in
20324 alphabetical order by table name.
20325
20326 2005-04-22 Kim F. Storm <storm@cua.dk>
20327
20328 * ido.el (ido-read-internal): Fix `list' completion.
20329
20330 2005-04-22 Kenichi Handa <handa@m17n.org>
20331
20332 * recentf.el (recentf-save-file-coding-system): New variable.
20333 (recentf-save-list): Encode the file by
20334 recentf-save-file-coding-system and add coding: tag.
20335
20336 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
20337
20338 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20339
20340 2005-04-21 Lute Kamstra <lute@gnu.org>
20341
20342 * loadhist.el (unload-feature): Don't remove a function from hooks
20343 if it is about to be restored to an autoload . Remove functions
20344 that will become unbound from auto-mode-alist. Simplify the code.
20345
20346 * subr.el (assq-delete-all): New implementation that is linear,
20347 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
20348 (rassq-delete-all): New function.
20349
20350 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20351 Add size-indication-mode.
20352
20353 2005-04-21 Kenichi Handa <handa@m17n.org>
20354
20355 * international/mule-cmds.el: Add autoload for widget-value in
20356 eval-when-compile.
20357
20358 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
20359
20360 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20361 Add tooltip-mode.
20362
20363 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
20364
20365 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
20366
20367 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
20368 (inferior-lisp-filter-regexp, inferior-lisp-program)
20369 (inferior-lisp-load-command, inferior-lisp-prompt)
20370 (inferior-lisp-mode-hook, lisp-source-modes)
20371 (inferior-lisp-load-hook): defvar->defcustom.
20372 (inferior-lisp-program, inferior-lisp-prompt)
20373 (inferior-lisp-load-hook): Doc fixes.
20374 (inferior-lisp-install-letter-bindings): Small change in
20375 introductory comment.
20376
20377 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
20378
20379 * vc.el (vc-annotate-color-map): Change some colors so that text
20380 using them as foreground is readable on both white and black
20381 backgrounds.
20382
20383 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20384
20385 * international/mule-conf.el (translation-table-for-input):
20386 Remove redundant declaration.
20387
20388 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20389
20390 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
20391
20392 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
20393 (tooltip-toggle-gud-tips): New function.
20394
20395 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20396
20397 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
20398 right angle brackets.
20399
20400 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20401
20402 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
20403
20404 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20405
20406 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
20407 Remove. Update callers to use expand-file-name instead.
20408
20409 * subr.el (syntax-class): New function.
20410
20411 * simple.el (blink-matching-open): Use it.
20412
20413 * paren.el (show-paren-function): Use it to recognize parens that are
20414 also used in 2-char comment markers.
20415
20416 2005-04-19 Lute Kamstra <lute@gnu.org>
20417
20418 * loadhist.el (unload-feature): Update for new format of
20419 load-history. Simplify the code.
20420
20421 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20422
20423 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
20424 (mac-add-charset-info): New function. Initialize variable
20425 mac-charset-info-alist using it.
20426 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
20427 for translation.
20428 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
20429 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
20430 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
20431 New CCL programs.
20432
20433 2005-04-19 Kim F. Storm <storm@cua.dk>
20434
20435 * simple.el (next-buffer, prev-buffer, next-error)
20436 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20437 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
20438
20439 * bindings.el (next-buffer, prev-buffer, next-error)
20440 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20441 (clone-indirect-buffer-other-window): Move bindings from simple.el.
20442 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
20443 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
20444
20445 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20446
20447 * isearch.el (isearch-edit-string): Make the search-ring available for
20448 minibuffer history commands.
20449 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
20450 the default history commands now work just as well.
20451 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
20452
20453 2005-04-18 Kim F. Storm <storm@cua.dk>
20454
20455 * emulation/cua-base.el (cua--pre-command-handler): Add more
20456 elaborate check for shift modifier on non-window systems.
20457
20458 2005-04-18 Lars Hansen <larsh@math.ku.dk>
20459
20460 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
20461
20462 2005-04-18 Kim F. Storm <storm@cua.dk>
20463
20464 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
20465 and make it optional. Don't test tooltip-gud-echo-area here.
20466 (tooltip-gud-process-output, gdb-tooltip-print):
20467 Pass tooltip-gud-echo-area to tooltip-show.
20468 (tooltip-help-tips): Remove second optional arg to tooltip-show.
20469
20470 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20471
20472 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
20473 `display-graphic-p' may not be bound yet.
20474
20475 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
20476
20477 * startup.el (command-line): No longer enable Xterm Mouse mode by
20478 default in terminals compatible with xterm.
20479
20480 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
20481
20482 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
20483
20484 * tooltip.el (tooltip-gud-echo-area): Rename from
20485 tooltip-use-echo-area.
20486 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
20487 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
20488 area independently of where help tooltips are displayed.
20489
20490 2005-04-17 David Kastrup <dak@gnu.org>
20491
20492 * cus-theme.el (custom-theme-write-variables): Quote variables
20493 where necessary.
20494
20495 2005-04-17 Richard M. Stallman <rms@gnu.org>
20496
20497 * simple.el (yank-excluded-properties): Add follow-link to value.
20498
20499 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
20500
20501 * startup.el (fancy-splash-max-time): Just 30 seconds.
20502 (fancy-splash-delay): Just 7.
20503 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
20504
20505 * loadhist.el (unload-feature): Update for new format of load-history.
20506 Simplify the code.
20507
20508 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
20509 (rmail-font-lock-keywords): Don't fontify the text of a citation.
20510
20511 * mail/sendmail.el (mail-font-lock-keywords):
20512 Don't fontify subject text.
20513 Don't fontify the text of a citation.
20514
20515 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
20516
20517 * comint.el (comint-output-filter): Run comint-output-filter-functions
20518 with point where the user had it.
20519
20520 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20521
20522 * international/ucs-tables.el (ucs-set-table-for-input):
20523 Disable when using unify-on-decoding.
20524
20525 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
20526
20527 * emulation/cua-base.el (cua-global-mark-face): Add special case
20528 for displays supporting a high number of colors.
20529
20530 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20531
20532 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
20533
20534 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
20535
20536 * filesets.el (filesets-add-buffer): If user supplies a name of a
20537 non-existing fileset, create a new fileset.
20538
20539 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
20540
20541 * textmodes/org.el (org-up-heading-all): Fix bug with
20542 `outline-up-heading-all'.
20543
20544 2005-04-16 Andreas Schwab <schwab@suse.de>
20545
20546 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
20547 /etc/permissions.d/* and /etc/aliases.d/*.
20548
20549 2005-04-16 Kenichi Handa <handa@m17n.org>
20550
20551 * international/code-pages.el (cp-make-coding-system):
20552 Set `translation-table-for-input' property value to the symbol
20553 ucs-mule-to-mule-unicode, not to that value.
20554 (pt154): Escape guillemet by `\'.
20555
20556 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
20557
20558 * loadup.el: Load tooltip if x-show-tip is fboundp.
20559
20560 * startup.el (command-line): Add comment.
20561
20562 * tooltip.el (tooltip-mode): Specify correct standard value for
20563 Custom in init-value.
20564
20565 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
20566
20567 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
20568 possible.
20569
20570 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
20571
20572 * textmodes/org.el (org-agenda-date-prompt): Rename from
20573 `org-agenda-date-today'.
20574 (org-evaluate-time-range): Insert at point instead of directly
20575 after time range.
20576 (org-first-headline-recenter, org-subtree-end-visible-p)
20577 (org-optimize-window-after-visibility-change): New functions
20578 (org-agenda-post-command-hook): Don't allow point at end of line,
20579 to make sure it always hits the text properties.
20580 (org-agenda-next-date-line, org-agenda-previous-date-line):
20581 New commands.
20582 (org-set-regexps-and-options): Category may contain white space.
20583 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20584 Improve marker positions.
20585 (org-agenda-new-marker): Argument POS made optional.
20586 (org-agenda-get-timestamps): Deadlines which are done are listed
20587 in org-done-face now.
20588 (org-agenda-get-todos, org-agenda-get-timestamps)
20589 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20590 Set `undone-face' and `done-face' properties.
20591 (org-last-todo-state-is-todo): New variable.
20592 (org-todo): Set `org-last-todo-state-is-todo'.
20593 (org-agenda-todo): Change face according to
20594 `org-last-todo-state-is-todo'. And change other lines referring to
20595 the same entry.
20596 (org-calendar-goto-agenda): New command.
20597 (org-calendar-to-agenda-key): New option.
20598 (org-startup-folded): New allowed value `content'.
20599 (org-set-regexps-and-options): Accept new value `content' for
20600 `org-startup-folded'.
20601 (org-get-current-options): Handle new value `content' for
20602 `org-startup-folded'.
20603 (org-insert-todo-heading): New command.
20604 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
20605 interactively in empty file and option
20606 `org-insert-mode-line-in-empty-file' has been set.
20607 (org-agenda-todo, org-agenda-priority): Modify to use
20608 `org-agenda-change-all-lines'.
20609 (org-warning-face): Change color on dark background
20610
20611 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20612
20613 * international/mule-cmds.el (set-locale-environment): On Mac OS,
20614 use preferences AppleLocale and AppleLanguages, and variable
20615 mac-system-locale for default locale. On Mac OS Classic, use
20616 mac-system-coding-system for default coding systems.
20617
20618 * term/mac-win.el: Don't set file-name-coding-system.
20619 Decode variables system-name, emacs-build-system, user-login-name, and
20620 user-full-name by mac-system-coding-system on Mac OS Classic.
20621 (mac-system-coding-system): New variable.
20622
20623 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
20624
20625 * startup.el (command-line): Handle `xterm-mouse-mode' before
20626 reading init file.
20627
20628 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
20629
20630 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
20631
20632 * progmodes/sh-script.el (sh-here-document-word): Make it a
20633 defcustom. Doc fix.
20634 (sh-add): Bash uses $(( )) for arithmetic.
20635 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
20636 (sh-maybe-here-document): Remove quotes and leading whitespace
20637 from heredoc word when closing. Indent heredoc with tabs if word
20638 starts with "-".
20639
20640 2005-04-13 Richard M. Stallman <rms@gnu.org>
20641
20642 * simple.el (undo): Fix previous change.
20643
20644 * custom.el (defface): Doc fix.
20645
20646 2005-04-13 Lute Kamstra <lute@gnu.org>
20647
20648 * Makefile.in (DONTCOMPILE): Remove list.
20649 (compile, compile-always): Don't use DONTCOMPILE.
20650 (update-authors): Load the library in which batch-update-authors
20651 is defined.
20652 * makefile.w32-in (DONTCOMPILE): Remove list.
20653 (compile, compile-always): Fix comments.
20654 (update-authors): Load the library in which batch-update-authors
20655 is defined.
20656
20657 * generic-x.el (generic-mode-ini-file-find-file-hook):
20658 Rename to ini-generic-mode-find-file-hook.
20659 Keep generic-mode-ini-file-find-file-hook as an alias.
20660 (ini-generic-mode-find-file-hook): Rename from
20661 generic-mode-ini-file-find-file-hook. Fix docstring.
20662 (ini-generic-mode): Docstring change.
20663 (bat-generic-mode-run-as-comint): Silence the byte compiler.
20664
20665 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
20666 called from lisp.
20667
20668 * generic.el: Move to the emacs-lisp subdir.
20669
20670 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
20671
20672 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
20673 and C-S- function and cursor motion keys.
20674
20675 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
20676
20677 * startup.el (command-line): Enable Xterm Mouse mode by default.
20678 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
20679 for Custom. No longer show "Mouse" in mode line when enabled.
20680 Doc fix.
20681
20682 2005-04-12 Kim F. Storm <storm@cua.dk>
20683
20684 * emulation/cua-base.el (cua-rectangle-face)
20685 (cua-rectangle-noselect-face): Define face attributes here.
20686
20687 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
20688
20689 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20690
20691 * startup.el (command-line): Turn off blinking cursor if
20692 cursorBlink in resources is off or false.
20693
20694 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20695
20696 * term/mac-win.el (dnd): Require dnd.
20697 (mac-drag-n-drop): Call dnd-handle-one-url.
20698 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
20699 (kTextEncodingISOLatin2): Remove constants.
20700 (mac-script-code-coding-systems): New constant.
20701 (mac-handle-language-change): New function.
20702 (special-event-map): Bind it to `language-change' event.
20703 (mac-centraleurroman, mac-cyrillic): New coding systems.
20704 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
20705 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
20706 and mac-cyrillic-encoder to encode-mac-centraleurroman and
20707 encode-mac-cyrillic, respectively.
20708
20709 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20710
20711 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
20712 Don't set overlay-arrow-string to "=>" as this is done
20713 globally in C now.
20714
20715 2005-04-12 Lute Kamstra <lute@gnu.org>
20716
20717 * generic-x.el (rc-generic-mode, rul-generic-mode):
20718 Fix auto-mode-alist entries.
20719 (etc-fstab-generic-mode): Tweak fontification.
20720
20721 * generic.el (generic-make-keywords-list): Fix docstring.
20722 (generic-mode-internal): Simplify generic-font-lock-keywords.
20723
20724 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20725
20726 * whitespace.el (whitespace-buffer-leading)
20727 (whitespace-buffer-trailing): Revert the incorrect test inversion.
20728 However, fix the highlight area for the leading and
20729 trailing whitespaces to show space.
20730
20731 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20732
20733 * whitespace.el (whitespace-version): Bump to 3.5
20734
20735 (whitespace-buffer-leading, whitespace-buffer-trailing):
20736 Invert sense of the test to highlight the whitespace.
20737
20738 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20739
20740 * progmodes/gud.el (gud-display-line): GUD uses its own
20741 overlay arrow now so don't set overlay-arrow-string.
20742 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
20743
20744 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
20745
20746 * term.el (term-ansi-current-bold, term-ansi-current-underline)
20747 (term-ansi-current-reverse, term-ansi-current-invisible)
20748 (term-ansi-face-already-done): Change to boolean.
20749 (term-reset-terminal, term-handle-colors-array): Handle the above
20750 vars accordingly.
20751 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
20752 (term-emulate-terminal): Use the new name.
20753
20754 * faces.el (secondary-selection): Use yellow1, not yellow.
20755 (trailing-whitespace): Use red1, not red.
20756
20757 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20758
20759 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
20760 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
20761 (dired-dnd-handle-file): Call dnd-get-local-file-uri
20762
20763 * cus-edit.el (dnd): New group.
20764
20765 * term/w32-win.el (dnd): Require dnd
20766 (w32-drag-n-drop): Call dnd-handle-one-url.
20767
20768 * x-dnd.el: Require dnd.
20769 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
20770 Call dnd-handle-one-url.
20771 (x-dnd-types-alist, x-dnd-insert-utf8-text)
20772 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
20773 to dnd-insert-text.
20774 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
20775 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
20776 (x-dnd-get-local-file-name, x-dnd-open-local-file)
20777 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
20778
20779 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
20780
20781 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20782
20783 * wdired.el: Doc fixes.
20784 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
20785 (wdired-use-dired-vertical-movement): Rename from
20786 wdired-always-move-to-filename-beginning.
20787 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
20788 (wdired-change-to-wdired-mode): Change mode name.
20789 (wdired-newline): Delete.
20790
20791 2005-04-11 Richard M. Stallman <rms@gnu.org>
20792
20793 * whitespace.el (whitespace-highlight-the-space):
20794 Don't call whitespace-unhighlight-the-space here.
20795
20796 * simple.el (undo): Record t in undo-equiv-table
20797 for the redo record made by an undo-in-region.
20798
20799 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20800
20801 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
20802 (gdb-frame-inferior-io-buffer): New Functions to control
20803 display of separate IO buffer.
20804 (menu): Add them to menu-bar.
20805 (gdb-display-buffer): Check for buffer another frame.
20806 Protect GUD buffer.
20807 (gdb-setup-windows): Create IO buffer if not already there.
20808 (gdb-memory-mode): Remove purecopy noops.
20809
20810 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20811
20812 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
20813 and pass to self-insert-command.
20814
20815 2005-04-11 Lute Kamstra <lute@gnu.org>
20816
20817 * generic.el: Commentary section cleanup.
20818 (generic): Delete.
20819 (generic-use-find-file-hook, generic-lines-to-scan)
20820 (generic-find-file-regexp, generic-ignore-files-regexp)
20821 (default-generic-mode, generic-mode-find-file-hook)
20822 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
20823 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
20824 (generic-use-find-file-hook, generic-lines-to-scan)
20825 (generic-find-file-regexp, generic-ignore-files-regexp)
20826 (default-generic-mode, generic-mode-find-file-hook)
20827 (generic-mode-ini-file-find-file-hook): Move from generic.el.
20828
20829 2005-04-10 Karl Fogel <kfogel@red-bean.com>
20830
20831 * bookmark.el (bookmark-write-file): Catch errors writing file.
20832 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
20833
20834 2005-04-10 Richard M. Stallman <rms@gnu.org>
20835
20836 * startup.el (fancy-splash-tail): Update copyright year.
20837 (command-line): Split part of -Q into -D.
20838 (emacs-basic-display): New defvar.
20839 (fancy-splash-text): Correct name of menu item.
20840
20841 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
20842
20843 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
20844 lines in one node.
20845
20846 * comint.el (comint-send-input): New arg ARTIFICIAL.
20847 Callers in this file changed.
20848
20849 * abbrev.el (define-abbrevs): Read system abbrevs properly.
20850
20851 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
20852
20853 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
20854
20855 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
20856 `ldap-search-internal'.
20857
20858 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20859
20860 * files.el (set-auto-mode-1): Use line-end-position.
20861
20862 * international/latin-1.el:
20863 * international/latin-2.el:
20864 * international/latin-3.el:
20865 * international/latin-4.el:
20866 * international/latin-5.el:
20867 * international/latin-8.el:
20868 * international/latin-9.el: Give punctuation syntax to NBSP.
20869
20870 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
20871 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
20872 Use char-classes to accept non-ascii letters, accepted in some recent
20873 bibtex implementations.
20874
20875 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
20876
20877 * custom.el (custom-set-minor-mode): Any non-nil value for the
20878 variable should enable the mode when set through Custom.
20879
20880 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20881
20882 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
20883 TAB binding so tab-always-indent is obeyed.
20884 (vhdl-minibuffer-local-map): Move initialization into declaration.
20885 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
20886 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
20887 (vhdl-hooked-abbrev): Avoid test for XEmacs.
20888 (vhdl-current-line): Use line-beginning-position.
20889 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
20890 with-output-to-temp-buffer, so the current position can be recorded.
20891
20892 2005-04-10 Masatake YAMATO <jet@gyve.org>
20893
20894 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20895 Add regexp for gcov.
20896
20897 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20898
20899 * calendar/time-date.el (time-to-seconds, seconds-to-time)
20900 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
20901 syntax which Emacs 20 doesn't support.
20902
20903 2005-04-09 Richard M. Stallman <rms@gnu.org>
20904
20905 * help.el (describe-key-briefly, describe-key):
20906 Replace strings as event types with "(any string)".
20907
20908 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
20909
20910 * arc-mode.el (archive-mode-map): Move initialization into
20911 the declaration. Override *all* bindings of `undo'.
20912 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
20913
20914 2005-04-09 Jay Belanger <belanger@truman.edu>
20915
20916 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
20917
20918 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
20919
20920 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
20921 (xterm-register-default-colors): Update color values computation
20922 to match xterm-200.
20923
20924 2005-04-09 Kenichi Handa <handa@m17n.org>
20925
20926 * international/code-pages.el (iso-latin-7): Fix the map.
20927
20928 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
20929
20930 * emacs-lisp/lisp.el (defun-prompt-regexp)
20931 (parens-require-spaces, buffer-end, end-of-defun)
20932 (insert-parentheses): Doc fixes.
20933
20934 2005-04-08 Kim F. Storm <storm@cua.dk>
20935
20936 * comint.el (comint-highlight-prompt): Fix face spec.
20937 * hi-lock.el (hi-green): Likewise.
20938
20939 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
20940
20941 * cus-edit.el (custom-modified-face):
20942 * comint.el (comint-highlight-input): Fix previous changes.
20943 * term.el (term-handle-ansi-escape): Add a comment.
20944
20945 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
20946
20947 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
20948 in the buffer and in whitespace-highlighted-space.
20949 (whitespace-unhighlight-the-space): Simplify.
20950 (whitespace-buffer): Simplify.
20951
20952 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
20953
20954 * textmodes/table.el (table-cell-face): Add special case for
20955 displays supporting a high number of colors.
20956 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20957 (vhdl-font-lock-reserved-words-face)
20958 (vhdl-speedbar-architecture-face)
20959 (vhdl-speedbar-instantiation-face)
20960 (vhdl-speedbar-architecture-selected-face)
20961 (vhdl-speedbar-instantiation-selected-face): Likewise.
20962 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
20963 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
20964 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20965 (ebrowse-root-class-face, ebrowse-member-attribute-face)
20966 (ebrowse-progress-face): Likewise.
20967 * progmodes/compile.el (compilation-info-face): Likewise.
20968 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
20969 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
20970 * calendar/calendar.el (diary-face): Likewise.
20971 * woman.el (woman-italic-face, woman-bold-face)
20972 (woman-unknown-face): Likewise.
20973 * wid-edit.el (widget-button-pressed-face): Likewise.
20974 * whitespace.el (whitespace-highlight-face): Likewise.
20975 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
20976 * pcvs-info.el (cvs-marked-face): Likewise.
20977 * info.el (info-xref): Likewise.
20978 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
20979 * hilit-chg.el (highlight-changes-face)
20980 (highlight-changes-delete-face): Likewise.
20981 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
20982 (hi-red-b): Likewise.
20983 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
20984 * font-lock.el (font-lock-keyword-face)
20985 (font-lock-function-name-face, font-lock-warning-face): Likewise.
20986 * cus-edit.el (custom-invalid-face, custom-modified-face)
20987 (custom-set-face, custom-changed-face, custom-variable-tag-face)
20988 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
20989 * comint.el (comint-highlight-prompt): Likewise.
20990
20991 2005-04-08 Lute Kamstra <lute@gnu.org>
20992
20993 * font-lock.el (font-lock-keywords): Docstring fixes.
20994
20995 2005-04-08 Kenichi Handa <handa@m17n.org>
20996
20997 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
20998 chars are more than a limit, print " and more..." at the tail.
20999
21000 2005-04-08 Kim F. Storm <storm@cua.dk>
21001
21002 * emacs-lisp/authors.el (authors-aliases): Update list.
21003 (authors-ignored-files): New list.
21004 (authors-fixed-entries): Fix typo.
21005 (authors-renamed-files-alist): Update list.
21006 (authors-add): Check authors-ignored-files.
21007
21008 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21009
21010 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21011 optional, to ensure backward compatibility.
21012
21013 2005-04-08 Stephen Eglen <stephen@gnu.org>
21014
21015 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21016
21017 2005-04-08 Kim F. Storm <storm@cua.dk>
21018
21019 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21020
21021 * mouse.el (mouse-on-link-p): Doc fix.
21022
21023 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21024
21025 * ielm.el (ielm-prompt-read-only): Doc fix.
21026
21027 * comint.el (comint-prompt-read-only): Doc fix.
21028
21029 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21030
21031 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21032 ensure dired always handles wildcards passed to ffap.
21033 (find-file-at-point): Use it.
21034 (ffap-dired-wildcards): Doc fix.
21035
21036 2005-04-07 Juri Linkov <juri@jurta.org>
21037
21038 * simple.el (next-error-overlay-arrow-position): New defvar.
21039 Put "=>" on its property `overlay-arrow-string'. Add it to
21040 `overlay-arrow-variable-list'.
21041
21042 * progmodes/compile.el (compilation-setup):
21043 Set `next-error-overlay-arrow-position' to nil. Also set it to
21044 nil in the local hook `kill-buffer-hook'. Make local variable
21045 `overlay-arrow-string' and set it to "=>".
21046 (compilation-goto-locus): Set BOL position to
21047 `next-error-overlay-arrow-position' instead of
21048 `overlay-arrow-position'.
21049
21050 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21051 locally instead of adding it to the global hook.
21052 (Info-kill-buffer): Move up.
21053
21054 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
21055
21056 * term/xterm.el (xterm-standard-colors): Update color values from
21057 xterm-200.
21058
21059 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
21060
21061 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21062
21063 * fast-lock.el:
21064 * lazy-lock.el: Move them to the obsolete subdir.
21065
21066 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21067
21068 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21069 (wdired-add-replace-advice): Remove.
21070 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21071
21072 2005-04-06 Kim F. Storm <storm@cua.dk>
21073
21074 * startup.el (command-line): Add --bare-bones alias for -Q.
21075
21076 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21077
21078 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21079 create the startup fontset if a font specification ends with
21080 `mac-roman'.
21081
21082 2005-04-06 Lute Kamstra <lute@gnu.org>
21083
21084 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21085 change.
21086
21087 * emacs-lisp/copyright.el (copyright-update-year): Replace the
21088 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
21089
21090 2005-04-05 Lute Kamstra <lute@gnu.org>
21091
21092 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21093 (define-generic-mode): Ditto. Fix debug declaration.
21094
21095 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21096 Put them in the generic-x group.
21097
21098 * calendar/timeclock.el (timeclock): Doc fix.
21099
21100 * generic.el (define-generic-mode): Don't use custom-current-group.
21101 Document default :group value.
21102 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21103 (define-global-minor-mode): Don't use custom-current-group.
21104
21105 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
21106
21107 * startup.el (command-line-1): Display startup-echo-area-message
21108 when fancy splash screen is in use.
21109
21110 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21111 (sh-escaped-newline): New face.
21112 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21113 newline, and use sh-escaped-newline face.
21114
21115 * progmodes/tcl.el (tcl-escaped-newline): New face.
21116 (tcl-builtin-list): New variable.
21117 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21118 newlines. Fix keywords subexpression number.
21119
21120 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
21121
21122 * textmodes/org.el (org-diary-default-entry): Fix call to
21123 `add-to-diary-entry'.
21124
21125 2005-04-05 Kim F. Storm <storm@cua.dk>
21126
21127 * ediff-init.el: Use (featurep 'xemacs).
21128
21129 2005-04-05 David Ponce <david@dponce.com>
21130
21131 * cus-edit.el (face): Derive from symbol widget. Display sample
21132 of the current face on the fly.
21133 (widget-face-sample-face-get, widget-face-notify): New functions.
21134 (widget-face-value-create): Remove.
21135
21136 * wid-edit.el (widget-field-end): Temporarily remove field
21137 narrowing before to call `get-char-property'.
21138
21139 2005-04-04 Jay Belanger <belanger@truman.edu>
21140
21141 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21142 (math-read-subscripts): New variable.
21143 (math-read-preprocess-string): Process subscripts.
21144
21145 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
21146
21147 * comint.el (comint-prompt-read-only): Doc fix.
21148
21149 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21150 `-1'. Doc fix.
21151
21152 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
21153
21154 * textmodes/org.el (org-insert-mode-line-in-empty-file):
21155 Change default value to nil.
21156
21157 2005-04-04 Lute Kamstra <lute@gnu.org>
21158
21159 * autorevert.el (auto-revert-mode): Specify :group.
21160 * battery.el (display-battery-mode): Specify :group.
21161 * diff-mode.el (diff-minor-mode): Specify :group.
21162 * font-core.el (font-lock-mode): Specify :group.
21163 * hl-line.el (hl-line-mode): Specify :group.
21164 * iimage.el (iimage): New customization group.
21165 (iimage-mode): Specify :group.
21166 * longlines.el (longlines-mode): Specify :group.
21167 * master.el: Don't require easy-mmode.
21168 (master): New customization group.
21169 (master-mode): Specify :group.
21170 * msb.el (msb-mode): Specify :group.
21171 * reveal.el (reveal-mode): Specify :group.
21172 * simple.el (next-error-follow-minor-mode): Specify :group.
21173 * smerge-mode.el (smerge-mode): Specify :group.
21174 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21175 * emulation/cua-base.el (cua-mode): Specify :group.
21176 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21177 * language/thai-util.el (thai-auto-composition-mode)
21178 (thai-word-mode): Specify :group.
21179 * mail/supercite.el (sc-minor-mode): Specify :group.
21180 * progmodes/cwarn.el (cwarn-mode): Specify :group.
21181 * progmodes/flymake.el (flymake-mode): Specify :group.
21182 * progmodes/glasses.el (glasses-mode): Specify :group.
21183 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21184 * textmodes/enriched.el (enriched-mode): Specify :group.
21185 * textmodes/refill.el (refill-mode): Specify :group.
21186
21187 * add-log.el (change-log-font-lock-keywords): Names in
21188 parenthesized lists can contain spaces.
21189
21190 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
21191
21192 * startup.el (fancy-splash-text): Shorten default text of
21193 "Emacs Tutorial" line. Also, if the current language env
21194 indicates an available tutorial file other than TUTORIAL,
21195 extract its title and append it to the line in parentheses.
21196 (fancy-splash-insert): If arg is a thunk, funcall it.
21197
21198 2005-04-04 Jay Belanger <belanger@truman.edu>
21199
21200 * calc.el (calc-language-alist): Add tags to customization type.
21201
21202 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
21203
21204 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21205 Doc fix.
21206
21207 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
21208
21209 * add-log.el (change-log-font-lock-keywords): The manual
21210 describing a Change Log entry, says: (...) "Aside from these
21211 header lines, every line in the change log starts with a space or
21212 a tab.". The font-lock was not highlighting lines started with
21213 spaces, added support for it.
21214
21215 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21216
21217 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21218 (bibtex-generate-url-list): Update docstring accordingly. Put the
21219 complex example in the docstring.
21220 (bibtex-font-lock-url): Use pop.
21221
21222 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
21223
21224 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21225
21226 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21227
21228 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21229
21230 * filesets.el (filesets-set-default): Doc fix.
21231
21232 2005-04-03 Lute Kamstra <lute@gnu.org>
21233
21234 * generic.el (define-generic-mode): Add argument to specify
21235 keywords for defcustom.
21236 (default-generic-mode): Specify :group.
21237
21238 * generic-x.el: Specify :group for all generic modes.
21239
21240 * desktop.el (desktop-no-desktop-file-hook)
21241 (desktop-after-read-hook): Doc fix.
21242
21243 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
21244
21245 * simple.el (visible-mode): Use explicit :group keyword.
21246 This changes the group of `visible-mode-hook' from paren-blinking
21247 to editing-basics.
21248
21249 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
21250
21251 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
21252 mailbox specifications as well as URLs.
21253 (rmail-insert-inbox-text): Remove unused conditional branches.
21254
21255 2005-04-01 Jay Belanger <belanger@truman.edu>
21256
21257 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
21258 (calc-gnuplot-print-command): Move definitions to calc.el.
21259
21260 * calc/calc-embed.el (calc-embedded-announce-formula)
21261 (calc-embedded-open-formula, calc-embedded-close-formula)
21262 (calc-embedded-open-word, calc-embedded-close-word)
21263 (calc-embedded-open-plain, calc-embedded-close-plain)
21264 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21265 (calc-embedded-open-mode, calc-embedded-close-mode):
21266 Move definitions to calc.el.
21267
21268 * calc/calc.el (calc-settings-file, calc-language-alist):
21269 Make customizable.
21270 (calc-embedded-announce-formula, calc-embedded-open-formula)
21271 (calc-embedded-close-formula, calc-embedded-open-word)
21272 (calc-embedded-close-word, calc-embedded-open-plain)
21273 (calc-embedded-close-plain, calc-embedded-open-new-formula)
21274 (calc-embedded-close-new-formula, calc-embedded-open-mode)
21275 (calc-embedded-close-mode, calc-gnuplot-name)
21276 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21277 from other files and make customizable.
21278
21279 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21280
21281 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21282 Use buffer-live-p.
21283 (cvs-mode-run): Don't call cvs-update-header here.
21284 (cvs-run-process): Call cvs-update-header.
21285 Use process properties for cvs-postprocess and cvs-buffer so that
21286 the sentinel can behave better if the temp buffer is killed.
21287 Use a pipe rather than a tty, to better handle unexpected prompts.
21288 (cvs-sentinel): Rewrite. Call cvs-update-header.
21289
21290 2005-04-01 Andre Spiegel <spiegel@gnu.org>
21291
21292 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21293 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
21294
21295 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21296
21297 * generic.el (define-generic-mode): Add indentation rule.
21298
21299 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
21300
21301 * files.el (mode-require-final-newline): Make Custom correctly
21302 report a nil value and allow to set it to nil via Custom.
21303 Doc fix.
21304
21305 2005-04-01 Kenichi Handa <handa@m17n.org>
21306
21307 * international/characters.el: Enable the correct case setting for
21308 dotless-i and dotted-I.
21309
21310 2005-04-01 Kim F. Storm <storm@cua.dk>
21311
21312 * ido.el (ido-file-internal): Fall back to non-ido command if
21313 initial directory is on slow ftp (or tramp) host.
21314
21315 2005-03-31 Richard M. Stallman <rms@gnu.org>
21316
21317 * emacs-lisp/autoload.el (make-autoload):
21318 Handle define-global-minor-mode.
21319
21320 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21321 Rename from easy-mmode-define-global-mode.
21322 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21323
21324 * progmodes/scheme.el (scheme-mode-syntax-table):
21325 Update syntax of | and # for two-character comment syntax.
21326
21327 2005-03-31 Lute Kamstra <lute@gnu.org>
21328
21329 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21330 (define-minor-mode): Call custom-current-group at load-time.
21331
21332 * generic.el (define-generic-mode): Add debug declaration.
21333 Add defcustom for the mode hook.
21334 (generic-mode-internal): Use run-mode-hooks.
21335
21336 2005-03-31 Kim F. Storm <storm@cua.dk>
21337
21338 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21339 (mouse-fixup-help-message): New defun called by show_help_echo
21340 to fixup mouse-2 prefix in help messages when applicable.
21341
21342 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21343
21344 2005-03-31 Kenichi Handa <handa@m17n.org>
21345
21346 * language/thai-word.el (thai-find-word-ends): Pay attention to
21347 the case that we reach the end of buffer.
21348
21349 * textmodes/fill.el (fill-text-properties-at): New function.
21350 (fill-newline): Use fill-text-properties-at instead of
21351 text-properties-at.
21352
21353 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21354
21355 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21356 not comint-quote-filename.
21357
21358 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
21359
21360 * help-fns.el (help-with-tutorial): Revert last change.
21361
21362 2005-03-31 Kim F. Storm <storm@cua.dk>
21363
21364 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
21365
21366 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
21367
21368 * calendar/cal-china.el: Update reference to "Calendrical
21369 Calculations" book; there's a new edition.
21370 * calendar/cal-coptic.el: Likewise.
21371 * calendar/cal-french.el: Likewise.
21372 * calendar/cal-hebrew.el: Likewise.
21373 * calendar/cal-islam.el: Likewise.
21374 * calendar/cal-iso.el: Likewise.
21375 * calendar/cal-julian.el: Likewise.
21376 * calendar/cal-mayan.el: Likewise.
21377 * calendar/cal-persia.el: Likewise.
21378 * calendar/calendar.el: Likewise.
21379 * calendar/holidays.el: Likewise.
21380 * calendar/lunar.el: Likewise.
21381 * calendar/solar.el: Likewise.
21382
21383 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
21384 white space from doc string.
21385
21386 2005-03-30 Jay Belanger <belanger@truman.edu>
21387
21388 * calc/calc-help.el (calc-full-help): Remove email address.
21389
21390 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
21391
21392 * help-fns.el (help-with-tutorial): Delete title line.
21393
21394 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21395
21396 * calendar/cal-x.el (calendar-one-frame-setup)
21397 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
21398 rather than `symbol' for set-window-dedicated-p.
21399
21400 * calendar/appt.el (appt-buffer-name): Make it a constant.
21401 (appt-add): Doc fix.
21402
21403 * filesets.el (filesets-menu-path, filesets-menu-before)
21404 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
21405 (filesets-menu-cache-file): Use directory ~/.emacs.d.
21406 (filesets-add-submenu): Delete and use add-submenu instead.
21407
21408 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
21409
21410 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
21411 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
21412 (org-diary-default-entry): New function.
21413 (org-get-entries-from-diary): Better parsing of diary entries.
21414 (org-agenda-check-no-diary): New function.
21415 ("diary-lib"): Advice to function `add-to-diary-list', to allow
21416 linking to diary entries.
21417 (org-agenda-execute-calendar-command): New function.
21418 (org-agenda): Improve visible section in window.
21419 Use `org-fit-agenda-window'.
21420 (org-fit-agenda-window): New option.
21421 (org-move-subtree-down): Better handling of empty lines
21422 at end of subtree.
21423 (org-cycle): Numeric prefix is interpreted now as show-subtree N
21424 levels up.
21425 (org-fontify-done-headline): New option.
21426 (org-headline-done-face): New face.
21427 (org-set-font-lock-defaults): Use `org-headline-done-face'.
21428 (org-table-copy-down): Rename from `org-table-copy-from-above'.
21429 When current field is non-empty, it is copied to next row.
21430 (org-table-copy-from-above): Fix bug which made it
21431 impossible to copy fields containing only a single non-white character.
21432
21433 2005-03-30 Kim F. Storm <storm@cua.dk>
21434
21435 * kmacro.el (kmacro-end-macro): Isearch may store this command
21436 into the macro -- so ignore it when executing keyboard macro.
21437
21438 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21439
21440 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
21441
21442 2005-03-29 Kenichi Handa <handa@m17n.org>
21443
21444 * language/thai.el ("Thai"): Set setup-function and exit-function
21445 for Thai language environment.
21446
21447 * language/thai-util.el: Require thai-word.
21448 (thai-word-mode-map): New variable.
21449 (thai-word-mode): New minor mode.
21450 (setup-thai-language-environment-internal): New function.
21451 (exit-thai-language-environment-internal): New function.
21452
21453 * language/thai-word.el (thai-word-table): Declare it by defvar,
21454 use dolist to initialize it.
21455 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
21456 (thai-fill-find-break-point): New functions.
21457
21458 2005-03-29 Richard M. Stallman <rms@gnu.org>
21459
21460 * simple.el (idle-update-delay): Move definition up.
21461 (set-mark): Doc fix.
21462
21463 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
21464
21465 * longlines.el: New file.
21466
21467 * simple.el (buffer-substring-filters): New variable.
21468 (filter-buffer-substring): New function.
21469 (kill-region, copy-region-as-kill): Use it.
21470
21471 * register.el (copy-to-register, append-to-register)
21472 (prepend-to-register): Use filter-buffer-substring.
21473
21474 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21475
21476 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
21477 (gud-filter-pending-text): Move in front of gdb.
21478 (gud-overlay-arrow-position): New variable.
21479 (gud-sentinel, gud-display-line): Use it in place of
21480 overlay-arrow-position.
21481
21482 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
21483
21484 * progmodes/fortran.el (fortran-if-indent): Doc fix.
21485 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
21486 (fortran-font-lock-keywords-4): New variable.
21487 (fortran-blocks-re, fortran-end-block-re)
21488 (fortran-start-block-re): New constants, for hideshow.
21489 (hs-special-modes-alist): Add a Fortran entry.
21490 (fortran-mode-map): Bind fortran-end-of-block,
21491 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
21492 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
21493 (fortran-looking-at-if-then, fortran-end-of-block)
21494 (fortran-beginning-of-block): New functions, for hideshow.
21495
21496 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
21497 Doc fix. Tweak regexp.
21498 (f90-beginning-of-block): Push mark first.
21499
21500 2005-03-29 Jay Belanger <belanger@truman.edu>
21501
21502 * calc/calc.el: Update copyright date.
21503 (calc-version): Increase to 2.1.
21504 (calc-version-date): Remove.
21505
21506 * calc/calc-help.el: Update copyright date.
21507 (calc-full-help): Remove reference to calc-version-date.
21508 Update copyright date.
21509
21510 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21511
21512 * vc.el (vc-do-command): Use a pipe for async processes, so password
21513 prompts don't show up at places where the user can't reply.
21514
21515 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21516
21517 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
21518 on the file name we pass to the inferior shell.
21519
21520 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21521
21522 * progmodes/which-func.el (which-function): Be robust in the face of an
21523 imenu--make-index-alist failure.
21524
21525 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21526
21527 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
21528
21529 * progmodes/python.el (python-preoutput-filter): Fix last change.
21530
21531 2005-03-29 Lute Kamstra <lute@gnu.org>
21532
21533 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
21534 functions and compiled macros.
21535 (debug-convert-byte-code): Handle macros too.
21536 (debug-on-entry-1): Don't signal an error when trying to clear a
21537 function that is not set to debug on entry.
21538
21539 2005-03-29 Jay Belanger <belanger@truman.edu>
21540
21541 * calc/calc-lang.el: Add functions to math-function-table
21542 properties of tex and math.
21543
21544 2005-03-29 Kenichi Handa <handa@m17n.org>
21545
21546 * ps-mule.el (ps-mule-plot-string): Translate characters by
21547 ps-print-translation-table.
21548 (ps-mule-begin-job): Call find-charset-region/string with
21549 ps-print-translation-table.
21550 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
21551
21552 * ps-print.el (ps-print-translation-table): New variable.
21553 (ps-plot-region): Translate characters by ps-print-translation-table.
21554
21555 2005-03-29 Juri Linkov <juri@jurta.org>
21556
21557 * simple.el (next-error-highlight-timer): New variable.
21558
21559 * progmodes/compile.el (compilation-goto-locus):
21560 Use `next-error-highlight-timer' instead of `sit-for'.
21561
21562 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21563
21564 * mail/supercite.el (sc-mail-field): Use assoc-string.
21565 (sc-get-address): Simplify regexps.
21566
21567 * files.el (minibuffer-with-setup-hook): New macro.
21568 (find-file-read-args): Use it to avoid let-binding
21569 minibuffer-with-setup-hook (which breaks turning on/off
21570 file-name-shadow-mode while in the prompt).
21571
21572 * complete.el (PC-read-include-file-name-internal):
21573 Use test-completion.
21574
21575 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
21576
21577 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
21578
21579 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21580
21581 * window.el (window-buffer-height): Use count-screen-lines.
21582
21583 * progmodes/python.el (python-preoutput-leftover): New var.
21584 (python-preoutput-filter): Use it.
21585 (python-send-receive): Loop until all the result has been received.
21586
21587 2005-03-28 Juri Linkov <juri@jurta.org>
21588
21589 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
21590
21591 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
21592 "Recover Crashed Session".
21593 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
21594 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
21595 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
21596 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
21597 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
21598 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
21599 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
21600 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
21601
21602 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
21603 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
21604 Ediff Sessions", "Toggle use of separate control buffer frame",
21605 "Use separate frame for Ediff control buffer".
21606
21607 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
21608 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
21609 "Rename Bookmark", "Delete Bookmark".
21610
21611 * info.el (Info-mode-menu): Remove ellipsis from "Index".
21612 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
21613 Add `:active Info-index-alternatives' to "Next Matching Item".
21614
21615 * wdired.el (wdired-change-to-wdired-mode):
21616 Mention `wdired-abort-changes' key in the initial message.
21617
21618 * international/mule.el (auto-coding-alist): Associate non-ascii
21619 image filename extensions with `no-conversion'.
21620
21621 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
21622
21623 * international/iso-acc.el:
21624 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
21625
21626 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
21627
21628 * textmodes/sgml-mode.el (html-mode): Doc update.
21629
21630 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
21631
21632 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
21633
21634 * term.el (term-move-columns): Fix face after extending a line.
21635 (term-insert-spaces): Likewise.
21636 (term-reset-terminal): Fix off by one error.
21637
21638 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21639
21640 * international/mule.el (auto-coding-alist): Add .xpi files.
21641
21642 * files.el (auto-mode-alist): Add .xpi files.
21643
21644 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
21645
21646 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
21647
21648 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21649
21650 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
21651
21652 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21653
21654 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
21655 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
21656
21657 * calendar/cal-move.el (calendar-beginning-of-year): Move the
21658 cursor to Jan 1 when needed.
21659 (calendar-end-of-year): Fix -/+ typo.
21660 Reported by Chong Yidong <cyd@stupidchicken.com>.
21661
21662 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
21663
21664 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
21665
21666 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
21667 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
21668
21669 2005-03-25 Richard M. Stallman <rms@gnu.org>
21670
21671 * filesets.el (filesets-init): Add autoload.
21672
21673 * mail/mailalias.el (mail-directory): Doc fix.
21674
21675 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21676
21677 * mail/mailalias.el (mail-directory-process): Do nothing if
21678 mail-directory-process is an atom.
21679 (mail-get-names): Ignore mail-directory-names if it is an atom.
21680 (mail-directory-process defvar): Doc fix.
21681 (mail-names): Doc fix.
21682
21683 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
21684
21685 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
21686
21687 2005-03-26 Kenichi Handa <handa@m17n.org>
21688
21689 * international/mule-util.el (detect-coding-with-priority):
21690 Call update-coding-systems-internal before detect-coding-region.
21691
21692 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
21693
21694 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
21695 (gdb-frames-mode-map): Add follow-link property.
21696
21697 2005-03-25 Jay Belanger <belanger@truman.edu>
21698
21699 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
21700 for variables.
21701
21702 2005-03-25 Juri Linkov <juri@jurta.org>
21703
21704 * image-mode.el: Optimize image filename extension regexps in
21705 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
21706 in `auto-mode-alist'.
21707 (image-mode): Add `image-toggle-display-text' to local hook
21708 `change-major-mode-hook'. Display the image as an image by
21709 default. Set `cursor-type' and `truncate-lines' if the image
21710 is already displayed. Take into account the current mode (image
21711 or text) in message.
21712 (image-minor-mode): New minor mode.
21713 (image-mode-maybe, image-toggle-display-text): New functions.
21714 (image-toggle-display): Use called-interactively-p.
21715 Let-bind `inhibit-read-only' to t.
21716
21717 * image-mode.el (image-minor-mode): Set `cursor-type' and
21718 `truncate-lines' if the image is already displayed. Add turning
21719 image-minor-mode off to `change-major-mode-hook'. Add message.
21720 Call `image-toggle-display-text' after turning image-minor-mode off.
21721
21722 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
21723
21724 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
21725 Terminal.app, use utf-8.
21726 (set-display-table-and-terminal-coding-system): Add coding-system arg.
21727 (set-locale-environment): Use it.
21728
21729 * term/xterm.el: Undo last change, better done in mule-cmds.el.
21730
21731 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
21732
21733 * progmodes/python.el (python-close-block-statement-p)
21734 (python-outdent-p, python-current-defun): Use symbol-end.
21735
21736 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21737
21738 * files.el (save-some-buffers): Doc fix.
21739
21740 2005-03-25 Werner Lemberg <wl@gnu.org>
21741
21742 * complete.el, thumbs.el: Replace `legal' with `valid'.
21743 * calendar/calendar.el: Replace `legal' with `valid'.
21744 * emacs-lisp/advice.el: Replace `legal' with `valid'.
21745 * mail/supercite.el: Replace `legal' with `valid'.
21746 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
21747 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
21748 Replace `legal' with `valid'.
21749 * textmodes/reftex-vars.el, textmodes/reftex.el:
21750 Replace `legal' with `valid'.
21751
21752 2005-03-25 Werner Lemberg <wl@gnu.org>
21753
21754 * calc/calc-forms.el, calc/calc-sel.el
21755 * midnight.el, vc-cvs.el
21756 * emacs-lisp/cl-macs.el
21757 * emulation/vip.el
21758 * eshell/esh-io.el, eshell/esh-var.el
21759 * mail/supercite.el
21760 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
21761 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
21762 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
21763 * progmodes/sh-script.el, progmodes/xscheme.el
21764 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
21765 * textmodes/reftex-index.el, textmodes/reftex-parse.el
21766 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
21767 * textmodes/reftex.el, textmodes/org.el:
21768 Replace `illegal' with `invalid'.
21769
21770 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21771
21772 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
21773 (flymake-find-buildfile, flymake-find-possible-master-files)
21774 (flymake-check-include, flymake-parse-line): Replace loops over the
21775 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
21776
21777 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
21778 Substitute file-name-as-directory in the rest of the file.
21779 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
21780 (flymake-replace-region): Remove unused arg `buffer'.
21781 (flymake-check-patch-master-file-buffer): Update calls to it.
21782 (flymake-add-err-info): Remove unused var `count'.
21783 (flymake-mode): Use define-minor-mode.
21784
21785 * progmodes/flymake.el: Use with-current-buffer.
21786 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
21787 flymake-replace-regexp-in-string, flymake-line-beginning-position)
21788 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
21789 Avoid testing for `xemacs'.
21790 (flymake-nop): Move.
21791 (flymake-region-has-flymake-overlays): Return the computed value.
21792 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
21793 Remove unused var `endline'.
21794 (flymake-get-line-count): Remove unused function.
21795 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
21796
21797 * emulation/vi.el:
21798 * generic.el:
21799 * hilit-chg.el (global-highlight-changes):
21800 * hi-lock.el (hi-lock-mode):
21801 * follow.el: find-file-hooks -> find-file-hook.
21802
21803 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
21804
21805 2005-03-24 Juri Linkov <juri@jurta.org>
21806
21807 * dired.el (dired-mode-map): Add menu item "Compare directories"
21808 for dired-compare-directories.
21809
21810 * dired-aux.el (dired-compare-directories): Add autoload cookie.
21811 Doc fix. Replace `read-file-name' with `read-directory-name'.
21812
21813 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21814
21815 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
21816
21817 2005-03-24 Jay Belanger <belanger@truman.edu>
21818
21819 * calc/calc-embed.el (calc-embedded-mode-change): Save all
21820 relevant mode settings in calc-embedded-original-modes when modes
21821 are permanently changed.
21822
21823 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21824
21825 * autoinsert.el: find-file-hooks -> find-file-hook.
21826
21827 2005-03-24 Lute Kamstra <lute@gnu.org>
21828
21829 * generic.el (generic-font-lock-defaults): Make it obsolete.
21830 (generic-font-lock-keywords): New variable to replace
21831 generic-font-lock-defaults.
21832 (generic-mode-set-font-lock): Delete it.
21833 (generic-mode-internal): Don't call generic-mode-set-font-lock.
21834 (generic-bracket-support): Add docstring.
21835
21836 * generic-x.el: Rename generic-font-lock-defaults to
21837 generic-font-lock-keywords throughout.
21838 (mailagent-rules-setup-function): Delete it.
21839 (mailagent-rules-generic-mode): Use anonymous function instead.
21840 (show-tabs-generic-mode-font-lock-defaults-1)
21841 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
21842 Quote faces.
21843 (show-tabs-tab-face, show-tabs-space-face): Specify background,
21844 not foreground.
21845
21846 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
21847 Recognize define-generic-mode.
21848
21849 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
21850
21851 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
21852 if there's no completion table.
21853
21854 2005-03-23 Miles Bader <miles@gnu.org>
21855
21856 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21857 Remove tty-specific variants, as they're no longer needed.
21858
21859 2005-03-23 Lute Kamstra <lute@gnu.org>
21860
21861 * generic-x.el: Code cleanup: make args constant whenever possible.
21862 (installshield-statement-keyword-list)
21863 (installshield-system-functions-list)
21864 (installshield-system-variables-list, installshield-types-list)
21865 (installshield-funarg-constants-list): Make them constants.
21866
21867 * generic.el (generic-make-keywords-list): Add autoload cookie.
21868
21869 * calendar/time-date.el: Add comment on time value formats.
21870 Don't require parse-time.
21871 (with-decoded-time-value): New macro.
21872 (encode-time-value): New function.
21873 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21874 (days-to-time): Return a valid time value when arg is huge.
21875 (time-since): Use time-subtract.
21876 (time-to-number-of-days): Use time-to-seconds.
21877
21878 2005-03-23 David Ponce <david@dponce.com>
21879
21880 * recentf.el (recentf-keep): New option.
21881 (recentf-menu-action): Default to `find-file'.
21882 (recentf-keep-non-readable-files-flag)
21883 (recentf-keep-non-readable-files-p)
21884 (recentf-file-readable-p, recentf-find-file)
21885 (recentf-cleanup-remote): Remove.
21886 (recentf-include-p): More robust.
21887 (recentf-keep-p): New function.
21888 (recentf-remove-if-non-kept): Rename from
21889 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
21890 All callers updated.
21891 (recentf-menu-items-for-commands): Fix help string.
21892 (recentf-track-closed-file): Update. Doc fix.
21893 (recentf-cleanup): Update. Count removed files. Doc fix.
21894
21895 2005-03-23 Kim F. Storm <storm@cua.dk>
21896
21897 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21898 Don't inherit from fringe face (now happens automatically).
21899
21900 2005-03-22 Kim F. Storm <storm@cua.dk>
21901
21902 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
21903 position values.
21904
21905 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21906
21907 * menu-bar.el (showhide-date-time): Remove.
21908 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
21909 (menu-bar-make-mm-toggle): Simplify.
21910
21911 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21912
21913 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
21914 Accept qualified variable and function names.
21915
21916 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
21917
21918 * bindings.el (completion-ignored-extensions):
21919 Remove ".lis" for `vax-vms'.
21920
21921 2005-03-22 Andreas Schwab <schwab@suse.de>
21922
21923 * generic-x.el: Revert last change.
21924 * ldefs-boot.el: Update.
21925
21926 2005-03-22 Jay Belanger <belanger@truman.edu>
21927
21928 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
21929 (calc-embedded-save-original-modes)
21930 (calc-embedded-restore-original-modes): New functions.
21931 (calc-do-embedded): Save original modes when entering embedded mode
21932 and restore when leaving embedded mode.
21933 (calc-embedded-modes-change): Change the value of
21934 calc-embedded-original-modes to reflect permanent changes.
21935
21936 2005-03-22 Lute Kamstra <lute@gnu.org>
21937
21938 * generic-x.el: Require generic again.
21939
21940 2005-03-22 Miles Bader <miles@gnu.org>
21941
21942 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21943 Tweak details to look good on both ttys and bitmap displays, light
21944 or dark background, etc.
21945
21946 2005-03-21 Kim F. Storm <storm@cua.dk>
21947
21948 * tooltip.el (tooltip-show-help-function): Check car and cdr of
21949 mouse position.
21950
21951 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21952
21953 * icomplete.el: Don't forcibly turn on the mode upon load.
21954 (icomplete-mode): Use define-minor-mode.
21955 (icomplete-eoinput): Default to nil.
21956 (icomplete-minibuffer-setup): Remove autoload.
21957 (icomplete-tidy): Simplify.
21958 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
21959 in the initial state or if the user has modified the field.
21960 Fix handling of icomplete-max-delay-chars.
21961 Remove code that handles the oddball case where
21962 minibuffer-completion-table is an integer.
21963 Wrap icomplete-completions in while-no-input in case building
21964 completions takes more time than expected.
21965 (icomplete-completions): Simplify.
21966
21967 2005-03-21 Richard M. Stallman <rms@gnu.org>
21968
21969 * jka-compr.el (jka-compr-really-do-compress):
21970 Make variable buffer-local.
21971
21972 * image-mode.el: Handle .xpm files too.
21973 (image-toggle-display): Preserve modification flag.
21974
21975 * help.el (where-is): Don't mention aliases with no key bindings.
21976
21977 2005-03-21 Lute Kamstra <lute@gnu.org>
21978
21979 * generic.el: Fix commentary section. Don't require cl for
21980 compilation.
21981 (generic-mode-list): Add autoload cookie.
21982 (generic-use-find-file-hook, generic-lines-to-scan)
21983 (generic-find-file-regexp, generic-ignore-files-regexp)
21984 (generic-mode, generic-mode-find-file-hook)
21985 (generic-mode-ini-file-find-file-hook): Fix docstrings.
21986 (define-generic-mode): Make it a defmacro. Fix docstring.
21987 (generic-mode-internal): Code cleanup. Add autoload cookie.
21988 (generic-mode-set-comments): Code cleanup.
21989 * generic-x.el: Don't prevent compilation. Don't require generic.
21990 Follow coding conventions. Minor code cleanup.
21991 (etc-fstab-generic-mode): Add some keywords.
21992 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
21993 define-generic-mode like a function declaration.
21994
21995 2005-03-21 Jay Belanger <belanger@truman.edu>
21996
21997 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
21998 changing modes.
21999
22000 2005-03-21 Sam Steingold <sds@gnu.org>
22001
22002 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22003
22004 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22005
22006 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22007 Add underscore to "f$ lexicals" regexp.
22008
22009 2005-03-20 Juri Linkov <juri@jurta.org>
22010
22011 * subr.el (progress-reporter-do-update): When `min-value' is equal
22012 to `max-value', set `percentage' to 0 and prevent division by zero.
22013
22014 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22015
22016 Sync with Tramp 2.0.48.
22017
22018 * net/tramp.el (all): Change all addresses to .gnu.org.
22019 (tramp-append-tramp-buffers): New defun.
22020 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22021 Catch `dont-send' signal.
22022 (tramp-set-auto-save-file-modes): Set always permissions, because
22023 there might be an old auto-saved file belonging to another
22024 original file. This could be a security threat. Reported by
22025 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22026 Check for Emacs 21.3.50 removed.
22027
22028 * net/tramp-smb.el (all): Remove debug construct for
22029 `with-parsed-tramp-file-name'.
22030 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22031 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22032 No error message if DIRECTORY or FILENAME doesn't exist.
22033 (tramp-smb-open-connection): Check existence of
22034 `tramp-smb-program'.
22035
22036 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22037
22038 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22039 Properly handle the case where the `m' or `s' command's argument is not
22040 yet terminated.
22041 (perl-indent-new-calculate): New function.
22042 (perl-indent-line): Use it.
22043
22044 2005-03-20 Miles Bader <miles@gnu.org>
22045
22046 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22047 in text-mode too. Change to new face names.
22048 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22049 Add `:weight bold' attribute.
22050 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22051
22052 2005-03-19 Juri Linkov <juri@jurta.org>
22053
22054 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
22055
22056 * international/mule.el (auto-coding-alist): Sync with
22057 `auto-mode-alist' by adding upper case archive file extensions
22058 and adding ear/war to jar extension.
22059
22060 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
22061
22062 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22063 running, restart it.
22064
22065 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
22066
22067 * finder.el (finder-current-item): Throw an error on an empty line.
22068
22069 * man.el (Man-follow-manual-reference): If current-word returns
22070 nil, use "".
22071
22072 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
22073
22074 * simple.el (goto-line): Doc fix.
22075
22076 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
22077
22078 * files.el (save-buffer): Doc fix.
22079
22080 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
22081
22082 * recentf.el (recentf-cleanup-remote): New variable.
22083 (recentf-cleanup): Use it to conditionally check availability of
22084 remote files.
22085
22086 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
22087
22088 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22089 function names.
22090
22091 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22092
22093 * language/thai-word.el: New file.
22094
22095 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22096
22097 * files.el (backup-buffer): If the file's directory is not
22098 writable, use copy instead of move to backup the file.
22099
22100 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22101
22102 * obsolete/keyswap.el: Moved to obsolete/ from term/.
22103
22104 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22105
22106 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22107 Use functionp instead of symbolp and fboundp. Reported by Drkm
22108 <darkman_spam@yahoo.fr>.
22109 (ps-print-version): New version 6.6.6.
22110
22111 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
22112
22113 * textmodes/table.el (table--line-column-position): New idiom.
22114 (table--row-column-insertion-point-p): New function to test
22115 validity of row and column insertion operation at a location.
22116 (table-global-menu, table-cell-menu): Use above functions for
22117 deterministic test operation.
22118 (table--editable-cell-p): Behave in deterministic fashion.
22119
22120 2005-03-18 Juri Linkov <juri@jurta.org>
22121
22122 * isearch.el (isearch-lazy-highlight-new-loop):
22123 Make arguments beg and end optional.
22124 (isearch-update): Remove optional arguments nil from
22125 isearch-lazy-highlight-new-loop.
22126 (isearch-lazy-highlight-search): Let-bind case-fold-search to
22127 isearch-lazy-highlight-case-fold-search instead of
22128 isearch-case-fold-search, and let-bind isearch-regexp to
22129 isearch-lazy-highlight-regexp.
22130 Use isearch-lazy-highlight-last-string instead of isearch-string.
22131
22132 * replace.el (perform-replace): Remove bindings of global
22133 variables isearch-string, isearch-regexp, isearch-case-fold-search.
22134 Add three new arguments to `replace-highlight'.
22135 (replace-highlight): Add arguments string, regexp, case-fold.
22136 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22137 to allow isearch-lazy-highlight-new-loop to use these values
22138 to set corresponding isearch-lazy-highlight-* internal
22139 variables whose values lazy highlighting will use regardless of
22140 changes to global variables isearch-string, isearch-regexp,
22141 isearch-case-fold-search during lazy highlighting loop.
22142 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22143 to `lazy-highlight-cleanup'.
22144
22145 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22146 (ispell-highlight-face): Set default face to `isearch' when
22147 lazy highlighting is enabled.
22148 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22149 priority to 1. Add lazy highlighting.
22150 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22151 from `isearch-dehighlight'.
22152
22153 2005-03-18 David Ponce <david@dponce.com>
22154
22155 * files.el (hack-local-variables): Do a case-insensitive search
22156 for End.
22157
22158 2005-03-18 Juri Linkov <juri@jurta.org>
22159
22160 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22161 `isearch-lazy-highlight-cleanup', add alias to old name and
22162 declare obsolete. Add release numbers to other obsolete vars.
22163 (isearch-done, isearch-lazy-highlight-new-loop):
22164 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22165 (lazy-highlight-cleanup) <variable>: Doc fix.
22166 (isearch-lazy-highlight-update): Rename obsolete
22167 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22168
22169 2005-03-18 Kenichi Handa <handa@m17n.org>
22170
22171 * language/thai-util.el: Fix categorization of Thai characters in
22172 thai-category-table.
22173 (thai-composition-pattern): Adjust it for the above change.
22174 (thai-self-insert-command, thai-compose-syllable): New functions.
22175 (thai-compose-region): Use thai-compose-syllable.
22176 (thai-compose-string): Likewise.
22177 (thai-composition-function): Likewise.
22178 (thai-auto-composition): New function.
22179 (thai-auto-composition-mode): New minor mode.
22180
22181 * language/thai.el: Fix patterns to be registered in
22182 composition-function-table.
22183
22184 * international/quail.el (quail-input-method): Locally bind
22185 inhibit-modification-hooks to t.
22186
22187 2005-03-17 Richard M. Stallman <rms@gnu.org>
22188
22189 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22190 (perl-mode): Use run-mode-hooks.
22191
22192 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22193 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22194 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22195
22196 * mail/sendmail.el (sendmail-send-it): Reenable the code
22197 to compute resend-to-address and use it.
22198
22199 * tar-mode.el (tar-mode): Turn off undo unconditionally.
22200
22201 * image-mode.el: New file.
22202
22203 * image.el (insert-sliced-image): Add autoload cookie.
22204
22205 * font-lock.el (font-lock-lines-before): New user option.
22206 (font-lock-after-change-function): Obey it.
22207
22208 * bindings.el (esc-map): Make M-g a prefix.
22209 Bind M-g g and M-g M-g to goto-line.
22210
22211 * faces.el (face-id): Doc fix.
22212
22213 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22214
22215 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22216 (rmail-show-message): Use rmail-unknown-mail-followup-to.
22217 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22218
22219 * mail/sendmail.el (mail-yank-ignored-headers)
22220 (mail-font-lock-keywords, mail-mode-fill-paragraph):
22221 Add Mail-Followup-To and Mail-Reply-To headers.
22222 (mail-citation-hook): Add autoload cookie.
22223 (mail-mode): Doc fix.
22224 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22225 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22226 (mail-mode-fill-paragraph): Handle those headers.
22227 (mail-mailing-lists): New variable.
22228 (mail-mail-reply-to, mail-mail-followup-to): New functions.
22229
22230 2005-03-17 Juri Linkov <juri@jurta.org>
22231
22232 * isearch.el (isearch-fallback): Check for `(car previous)'
22233 before calling `isearch-other-end-state'.
22234
22235 2005-03-17 Kim F. Storm <storm@cua.dk>
22236
22237 * simple.el (move-beginning-of-line): Move to beginning of buffer
22238 line, as well as beginning of screen line.
22239
22240 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
22241
22242 * calendar/diary-lib.el (mark-diary-entries): Use new optional
22243 argument REDRAW rather than calendar-redrawing variable.
22244 * calendar/calendar.el (calendar-redrawing): Delete.
22245 (redraw-calendar): Do not bind calendar-redrawing.
22246
22247 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
22248
22249 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22250 diary-file buffer.
22251
22252 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
22253
22254 * help.el (describe-mode): Allow a :minor-mode-function property to
22255 specify a different minor mode toggle function than the variable.
22256 * simple.el (auto-fill-function):
22257 * subr.el (add-minor-mode): Use it.
22258
22259 2005-03-16 Kenichi Handa <handa@m17n.org>
22260
22261 * language/ethio-util.el (sera-being-called-by-w3): New variable.
22262 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22263 (ethio-fidel-to-sera-buffer): Likewise.
22264
22265 2005-03-16 Juri Linkov <juri@jurta.org>
22266
22267 * emacs-lisp/find-func.el (find-function-regexp):
22268 Add defun-emitting macro `menu-bar-make-toggle'.
22269
22270 * isearch.el: Put `isearch-scroll' property to
22271 `split-window-horizontally'.
22272
22273 * info.el: Update error messages for `debug-ignored-errors'.
22274 (Info-isearch-search): Doc fix.
22275 (Info-find-node): Move up code to go into info buffer before
22276 recording the node to the history.
22277 (Info-fontify-node): Fontify titles only if the next line
22278 has two or more `*', `=', `-', `.'.
22279 Display "go to this node" for empty (match-string 3).
22280
22281 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22282
22283 * term/mac-win.el: Add mouse pointer shape constants.
22284
22285 2005-03-15 Kim F. Storm <storm@cua.dk>
22286
22287 * simple.el (move-beginning-of-line): Use vertical-motion.
22288
22289 2005-03-15 Juri Linkov <juri@jurta.org>
22290
22291 * isearch.el (isearch-error): New variable.
22292 (isearch-invalid-regexp, isearch-within-brackets): Remove.
22293 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22294 (isearch-within-brackets-state): Remove.
22295 (isearch-case-fold-search-state, isearch-pop-fun-state):
22296 Decrease frame index.
22297 (isearch-mode, isearch-top-state, isearch-push-state)
22298 (isearch-edit-string, isearch-abort, isearch-search-and-update)
22299 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22300 (isearch-search, isearch-lazy-highlight-new-loop):
22301 Replace `isearch-invalid-regexp' with `isearch-error'.
22302 Remove `isearch-within-brackets'.
22303 (isearch-search): Add `search-failed' handler to `condition-case'.
22304 (isearch-lazy-highlight-search): Add `condition-case' to catch
22305 errors and allow `isearch-lazy-highlight-update' to try
22306 highlighting from the beginning of the window.
22307 (isearch-repeat): Move up code to set isearch-wrapped to t
22308 before calling isearch-wrap-function.
22309
22310 * info.el (Info-isearch-initial-node): New internal variable.
22311 (Info-search): Signal an error in isearch mode when search leaves
22312 the initial node. Signal an error when `bound' is non-nil and
22313 nothing was found in the current subfile.
22314 (Info-isearch-search): Remove `condition-case'.
22315 (Info-isearch-wrap): Don't wrap when search failed during leaving
22316 the initial node. If `Info-isearch-search' is nil, wrap around
22317 the current node.
22318 (Info-isearch-start): New fun.
22319 (Info-mode): Add buffer-local hook `Info-isearch-start' to
22320 `isearch-mode-hook'.
22321
22322 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22323
22324 * simple.el (normal-erase-is-backspace): Set default to t if
22325 running on Mac.
22326
22327 * term/mac-win.el (function-key-map): Sync with x-win.el.
22328
22329 2005-03-15 Kenichi Handa <handa@m17n.org>
22330
22331 * international/mule-cmds.el (locale-language-names): Modify the
22332 format of elements and add more entries.
22333 (locale-preferred-coding-systems): Add more entries.
22334 (set-locale-environment): Adjust for the change of
22335 locale-language-names.
22336
22337 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
22338
22339 * pcvs.el (smerge-ediff): Remove bogus autoload.
22340
22341 2005-03-14 Lute Kamstra <lute@gnu.org>
22342
22343 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22344 Ignore a `*' at the beginning of a line.
22345
22346 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22347 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22348 subr.el.
22349 (dont-compile, eval-when-compile, eval-and-compile): Use declare
22350 to specify indentation.
22351
22352 * generic.el (define-generic-mode): Let generic-mode-list be a
22353 list of strings; test membership with equal.
22354
22355 2005-03-14 Kim F. Storm <storm@cua.dk>
22356
22357 * simple.el (next-line, previous-line): Add optional try-vscroll
22358 arg to recognize interactive use. Pass it on to line-move.
22359 (line-move): Don't perform auto-window-vscroll when defining or
22360 executing keyboard macro to ensure consistent behavior.
22361
22362 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
22363
22364 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
22365
22366 2005-03-13 Lute Kamstra <lute@gnu.org>
22367
22368 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
22369 debugger-setup-buffer so that backtrace marks the frames set to
22370 debug-on-exit and we don't have to do it manually. Set an extra
22371 debug-on-exit for macro's.
22372 (debugger-setup-buffer): Don't mark the top frame manually.
22373
22374 2005-03-12 Lute Kamstra <lute@gnu.org>
22375
22376 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
22377 lisp-indent-function throughout.
22378 (with-no-warnings): Set lisp-indent-function property.
22379
22380 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
22381
22382 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
22383 Add entry for backslash.
22384
22385 2005-03-12 Juri Linkov <juri@jurta.org>
22386
22387 * info.el (Info-search): Four fixes for backward search.
22388
22389 2005-03-11 Jay Belanger <belanger@truman.edu>
22390
22391 * calc/calc.el (calc-language-alist): New variable.
22392 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
22393 (calc-embedded-find-modes): Use calc-language-alist instead of
22394 calc-embedded-language-alist.
22395
22396 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22397
22398 * calendar/calendar.el (calendar-redrawing): New internal
22399 variable.
22400 (redraw-calendar): Remove bogus save-excursion from previous
22401 change. Bind calendar-redrawing to t for mark-diary-entries.
22402 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
22403 calendar if that is why we were called.
22404
22405 2005-03-11 Kenichi Handa <handa@m17n.org>
22406
22407 * international/mule.el (make-coding-system): Set property
22408 coding-system-define-form to nil.
22409 (define-coding-system-alias): Likewise.
22410
22411 2005-03-11 Kenichi Handa <handa@m17n.org>
22412
22413 These changes are suggested by Dave Love <fx@gnu.org>.
22414
22415 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
22416 coding: tag.
22417 (adaptive-fill-regexp): Add more bullets.
22418 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
22419 regexps.
22420
22421 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
22422
22423 * help.el (describe-mode): Properly handle non-trivial lighters.
22424 Don't ignore minor modes that are not listed in minor-mode-list.
22425
22426 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
22427 feature ON when the user requests to turn it OFF.
22428
22429 2005-03-10 Lute Kamstra <lute@gnu.org>
22430
22431 * emacs-lisp/debug.el (debug-entry-code): Delete it.
22432 (implement-debug-on-entry): New function to replace debug-entry-code.
22433 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
22434 second argument as the 2005-03-07 change makes it obsolete.
22435 (debug-on-entry, cancel-debug-on-entry): Update call to
22436 debug-on-entry-1.
22437 (debug, debugger-setup-buffer): Comment update.
22438 (debugger-frame-number): Update to work with implement-debug-on-entry.
22439
22440 2005-03-10 Jay Belanger <belanger@truman.edu>
22441
22442 * calc/calc-embed.el (math-ms-args): Declare it.
22443 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
22444 math-ms-args.
22445 (calc-embedded-subst): Use math-multi-subst-rec to substitute
22446 variables.
22447
22448 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
22449
22450 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
22451 Use message-box.
22452
22453 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
22454 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
22455 (tooltip-gud-tips): Simplify.
22456 (tooltip-gud-tips-p): Remove superfluous :set.
22457 (tooltip-gud-modes): Add fortran-mode.
22458 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
22459
22460 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
22461
22462 2005-03-09 Kim F. Storm <storm@cua.dk>
22463
22464 * play/animate.el (animate-place-char): Use forward-line instead
22465 of next-line to improve performance.
22466
22467 2005-03-09 Simon Josefsson <jas@extundo.com>
22468
22469 * net/browse-url.el (browse-url-default-browser): Doc fix.
22470
22471 2005-03-09 Miles Bader <miles@gnu.org>
22472
22473 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
22474 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
22475
22476 2005-03-09 Kenichi Handa <handa@m17n.org>
22477
22478 * international/latin-1.el: Set case and syntax for 255 only if
22479 set-case-syntax-set-multibyte is nil.
22480
22481 * textmodes/ispell.el (ispell-insert-word): New function.
22482 (ispell-word): Use ispell-insert-word to insert a new word.
22483 (ispell-process-line): Likewise.
22484 (ispell-complete-word): Likewise.
22485
22486 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
22487
22488 * calendar/calendar.el (redraw-calendar): Preserve point.
22489 Reported by Matt Hodges <MPHodges@member.fsf.org>.
22490 (calendar-week-start-day): Move after definition of
22491 redraw-calendar. Delete buffer test, since redraw-calendar has
22492 that now.
22493
22494 * calendar/diary-lib.el (mark-diary-entries): Only call
22495 redraw-calendar in the first of any recursive calls.
22496 Reported by Alan Shutko <ats@acm.org>.
22497
22498 2005-03-08 Juri Linkov <juri@jurta.org>
22499
22500 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
22501 (html-horizontal-rule, html-line, html-image, html-checkboxes)
22502 (html-radio-buttons): Add a space before the trailing `/>' where
22503 sgml-xml-mode is non-nil.
22504 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
22505 the subsequent tag of the empty XML tag.
22506 (html-href-anchor): Don't set initial input to "http:".
22507 (html-image): Ask for the image URL and set point inside alt="".
22508 (html-name-anchor): Duplicate the name in the `id' attribute when
22509 sgml-xml-mode is non-nil.
22510 (html-paragraph): Remove \n before <p>.
22511 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
22512 instead of `checked' when sgml-xml-mode is non-nil.
22513
22514 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
22515 Remove 1 space before #RRGGBB to not truncate it on terminal
22516 windows w/o fringes. Remove 1 space between bg and fg examples
22517 to get more space.
22518 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
22519 avoid byte-compile warnings.
22520
22521 * image-file.el (image-file-handler): Put `safe-magic' property to
22522 `image-file-handler'.
22523
22524 * info.el (Info-isearch-search): Emulate word search in
22525 isearching through multiple Info nodes with Info-search.
22526 (Info-isearch-wrap): Allow isearch-word.
22527
22528 2005-03-08 Lute Kamstra <lute@gnu.org>
22529
22530 * emacs-lisp/debug.el (debugger-step-through): Make sure that
22531 stepping into the debugger's code is not possible.
22532 (debugger-jumping-flag): Docstring update.
22533
22534 2005-03-08 Jay Belanger <belanger@truman.edu>
22535
22536 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
22537 embedded mode begins.
22538 (calc-embedded-language-alist): New variable.
22539 (calc-embedded-find-modes): Use calc-embedded-language-alist to
22540 set default language mode.
22541
22542 2005-03-08 Kenichi Handa <handa@m17n.org>
22543
22544 * international/ccl.el (define-ccl-program): Fix docstring about
22545 extra 256 bytes assured for the output buffer.
22546
22547 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22548 Fix BUFFER_MAGNIFICATION to 2.
22549 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22550
22551 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
22552
22553 * align.el (align-rules-list): Added an alignment rule for CSS
22554 declarations (applies to css-mode and html-mode buffers).
22555
22556 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
22557
22558 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
22559
22560 2005-03-07 Kim F. Storm <storm@cua.dk>
22561
22562 * simple.el (move-beginning-of-line): New command.
22563
22564 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
22565
22566 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
22567
22568 * emulation/cua-base.el: Put CUA move property on move-end-of-line
22569 and move-beginning-of-line.
22570
22571 * apropos.el (apropos-print): Omit command from M-x ... RET.
22572
22573 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
22574
22575 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
22576 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
22577
22578 2005-03-06 Richard M. Stallman <rms@gnu.org>
22579
22580 * bindings.el (esc-map): Bind M-g to goto-line.
22581
22582 * facemenu.el (global-map): Bind M-o, not M-g.
22583
22584 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22585
22586 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
22587 "Open Directory" as for "Open File".
22588
22589 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
22590
22591 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
22592 (push-mark-command): Run activate-mark-hook.
22593
22594 2005-03-06 Richard M. Stallman <rms@gnu.org>
22595
22596 * help-mode.el (help-mode-finish): Don't alter the element
22597 in view-return-to-alist if there already is one.
22598
22599 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
22600 make sure the current buffer is the expected one.
22601
22602 * novice.el (disabled-command-function): Output in *Disabled Command*.
22603 Explicitly ignore non-keyboard events, and explicitly handle C-g.
22604
22605 * textmodes/flyspell.el (flyspell-large-region):
22606 Pass args differently for aspell.
22607
22608 * files.el (mode-require-final-newline): Doc fix.
22609
22610 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22611
22612 * progmodes/which-func.el (which-function):
22613 Specify NOERROR when calling imenu--make-index-alist.
22614
22615 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
22616
22617 * simple.el (normal-erase-is-backspace): Define default value.
22618
22619 * custom.el (custom-theme-set-variables): Remove unused var
22620 `immediate'.
22621 (custom-reevaluate-setting): Simple function to handle variables
22622 that are defined before their default value can really be
22623 computed.
22624
22625 * startup.el (command-line): Use it for temporary-file-directory,
22626 small-emporary-file-directory, auto-save-file-name-transforms,
22627 blink-cursor-mode, and normal-erase-is-backspace.
22628
22629 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
22630 progress, even with buggy anchored keywords.
22631
22632 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
22633
22634 * simple.el (goto-line): Remove unbalanced final parenthesis.
22635
22636 2005-03-05 Richard M. Stallman <rms@gnu.org>
22637
22638 * simple.el (goto-line): Use a number at point as the default.
22639 With C-u as arg, switch buffers.
22640
22641 2005-03-05 Juri Linkov <juri@jurta.org>
22642
22643 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
22644 with `no-blinking-cursor'.
22645
22646 * startup.el (no-blinking-cursor): New defvar.
22647 (command-line): Add `--no-blinking-cursor' to longopts.
22648 Set `no-blinking-cursor' to t for command line arguments
22649 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
22650 with `no-blinking-cursor' in the condition for calling
22651 `blink-cursor-mode'.
22652
22653 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
22654
22655 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
22656 (menu-bar-options-save): Add blink-cursor-mode.
22657 (menu-bar-options-menu): Add blink-cursor-mode.
22658
22659 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
22660
22661 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
22662 (icalendar-export-file, icalendar-export-region)
22663 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
22664 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
22665
22666 2005-03-04 Lute Kamstra <lute@gnu.org>
22667
22668 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
22669 (debug-function-list): Ditto.
22670
22671 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
22672
22673 * textmodes/texinfmt.el (texinfo-append-refill):
22674 Redefine the types of line to which @refill
22675 is not appended by replacing a search for `@refill\\|@bye' with
22676 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
22677 itemize@refill' bug and the unfilled long lines bug.
22678 (texinfmt-version): Update number and date.
22679
22680 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
22681
22682 * international/code-pages.el (windows-1250, windows-125[2-8])
22683 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
22684
22685 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
22686
22687 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
22688 bound yet.
22689
22690 2005-03-02 Romain Francoise <romain@orebokech.com>
22691
22692 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
22693 buffer after removing limits.
22694 (ibuffer-pop-filter): Ditto.
22695 Update copyright.
22696
22697 2005-03-02 Miles Bader <miles@gnu.org>
22698
22699 * button.el (make-text-button): If the user doesn't specify a
22700 type, use the default. Rewrite to use `add-text-properties' and
22701 plist functions.
22702
22703 2005-03-01 Lute Kamstra <lute@gnu.org>
22704
22705 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
22706 (debugger-jumping-flag): New var.
22707 (debug-entry-code): Use it.
22708 (debugger-jump): Use debugger-jumping-flag and add
22709 debugger-reenable to post-command-hook.
22710 (debugger-reenable): Use debugger-jumping-flag and remove itself
22711 from post-command-hook.
22712 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
22713 debugger-reenable.
22714
22715 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
22716
22717 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
22718 inclusion of "itemize\\|", which may be unnecessary, is certainly
22719 inelegant, and stops refilling in itemize lists when formatting
22720 Japanese Texinfo files to Info.
22721 Update copyright to 2005.
22722
22723 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
22724
22725 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
22726 of an error if GDB can't find the source file.
22727
22728 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22729
22730 * calendar/calendar.el (redraw-calendar): Work from any buffer,
22731 not just the calendar.
22732
22733 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
22734 first.
22735 (diary-redraw-calendar): New function.
22736 (make-diary-entry): Add diary-redraw-calendar to local
22737 write-contents-functions. Turn off selective display before
22738 inserting in diary.
22739
22740 2005-03-01 Kim F. Storm <storm@cua.dk>
22741
22742 * emacs-lisp/copyright.el (copyright-fix-years): New command.
22743
22744 2005-03-01 Lute Kamstra <lute@gnu.org>
22745
22746 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
22747 that debug-entry-code can be safely removed from a function while
22748 this code is being evaluated. Revert the 2005-02-27 change as the
22749 new implementation no longer requires it. Make sure that a
22750 function body containing just a string is not mistaken for a docstring.
22751 (debug): Skip one more frame in case of debug on entry.
22752 (debugger-setup-buffer): Delete one more frame line in case of
22753 debug on entry.
22754 (debugger-frame-number): Update to use the new text introduced by
22755 the 1999-11-03 change. Skip one more frame in case of debug on entry.
22756
22757 2005-02-28 Kim F. Storm <storm@cua.dk>
22758
22759 * double.el (double-translate-key): Call force-window-update after
22760 read-event to avoid crash in redisplay.
22761
22762 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
22763
22764 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
22765 (debug): Use it. Move the inhibit-trace earlier.
22766 (debug-entry-code): New const.
22767 (debug-on-entry-1): Use it.
22768
22769 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
22770
22771 * international/utf-16.el (ccl-encode-mule-utf-16le):
22772 Fix BUFFER_MAGNIFICATION to 2.
22773 (ccl-encode-mule-utf-16be): Likewise.
22774
22775 2005-02-28 Kenichi Handa <handa@m17n.org>
22776
22777 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22778 Fix BUFFER_MAGNIFICATION to 4.
22779 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22780
22781 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
22782
22783 * speedbar.el (speedbar-update-flag): Doc fix.
22784 (speedbar-show-info-under-mouse): Give set-mouse-position the right
22785 argument.
22786
22787 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
22788
22789 * reveal.el (reveal-post-command): Don't try to reveal overlays which
22790 have a non-nil `invisible' property but are actually visible.
22791
22792 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
22793 for perldoc sections.
22794 (perl-outline-regexp, perl-outline-level): New var and function.
22795 (perl-mode): Use them.
22796
22797 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
22798
22799 * calendar/diary-lib.el (diary-remind): Discard any mark portion
22800 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
22801
22802 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
22803
22804 * cus-edit.el: Comment change.
22805 (custom-buffer-create-internal): Slightly reword text at top of
22806 Custom buffers. Mention there that saving an option edits the
22807 init file. Add link to Emacs manual node on `custom-file'.
22808 (custom-magic-alist): Rewrite individual State messages to use
22809 capitalized keywords. Doc fix.
22810
22811 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
22812
22813 * calendar/calendar.el (calendar-buffer): Move above
22814 calendar-week-start-day.
22815 (calendar-week-start-day): Doc fix. Add :set function.
22816 (calendar-minimum-window-height): New variable.
22817 (generate-calendar-window): Only resize window if selected-window
22818 is displaying the calendar buffer. Use new variable
22819 calendar-minimum-window-height.
22820 (generate-calendar): Reword error message.
22821 (calendar-mode-map): Bind DEL to scroll-other-window-down.
22822
22823 2005-02-27 Andreas Schwab <schwab@suse.de>
22824
22825 * vc.el (vc-do-command): Don't run command asynchronously when
22826 operating in a remote directory.
22827
22828 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
22829 change from sync with Tramp 2.0.47.
22830
22831 2005-02-27 Richard M. Stallman <rms@gnu.org>
22832
22833 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
22834
22835 * textmodes/flyspell.el (flyspell-mode-on):
22836 Call ispell-change-dictionary only if necessary.
22837
22838 * emacs-lisp/re-builder.el (regexp-builder): New function.
22839
22840 * register.el (describe-register-1): Explicitly handle
22841 yank-excluded-properties = t.
22842
22843 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
22844 (custom-magic-alist): Change the status descriptions again.
22845 (face widget-type): Total rewrite based on `restricted-sexp'
22846 to eliminate the confusing double hiding levels.
22847
22848 * emacs-lisp/debug.el (debug-on-entry-1):
22849 If function body is empty, add nil as body form.
22850
22851 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
22852
22853 * emacs-lisp/trace.el (inhibit-trace): New var.
22854 (trace-make-advice): Use it.
22855
22856 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
22857
22858 2005-02-26 Kim F. Storm <storm@cua.dk>
22859
22860 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
22861 (mouse-on-link-p, mouse-drag-region-1): Use it.
22862
22863 2005-02-25 Lute Kamstra <lute@gnu.org>
22864
22865 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
22866
22867 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
22868
22869 * frame.el (blink-cursor-mode): Add :group keyword.
22870
22871 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
22872
22873 * calendar/icalendar.el (icalendar--decode-isodatetime):
22874 New optional argument DAY-SHIFT.
22875 (icalendar-export-region): Fix coding-system-for-write.
22876 (icalendar--convert-ical-to-diary): Shift end-day of all-day
22877 events by one.
22878
22879 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
22880
22881 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
22882
22883 2005-02-24 Kim F. Storm <storm@cua.dk>
22884
22885 * international/iso-acc.el (iso-accents-compose): Fix crash
22886 during redisplay. Call force-window-update after read-event
22887 and delete-region to signal that window is not accurate.
22888
22889 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
22890
22891 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
22892 Remove unused and inexistent var `inhibit-trace'.
22893 (debugger-mode): Use run-mode-hooks.
22894 (debugger-list-functions): Add buttons; setup xref stack.
22895
22896 2005-02-23 Richard M. Stallman <rms@gnu.org>
22897
22898 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
22899 appointment says it was explicitly made.
22900 (appt-add): Set the 3rd element.
22901 (appt-make-list): Preserve explicit appointments.
22902
22903 * subr.el (find-tag-default): Catch errors in forward-sexp.
22904
22905 2005-02-23 Juri Linkov <juri@jurta.org>
22906
22907 * info.el (Info-isearch-search): New defcustom.
22908 (Info-isearch-search): Call the default isearch function
22909 when Info-isearch-search is nil.
22910 (Info-isearch-wrap): Use variable Info-isearch-search.
22911
22912 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
22913
22914 * cus-edit.el: Comment change.
22915
22916 2005-02-22 Kim F. Storm <storm@cua.dk>
22917
22918 * progmodes/hideif.el (hide-ifdef-use-define-alist):
22919 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
22920
22921 2005-02-22 Simon Josefsson <jas@extundo.com>
22922
22923 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
22924 New variable.
22925 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
22926 Oskarsson" <myrkraverk@users.sourceforget.net>.
22927
22928 2005-02-22 Kim F. Storm <storm@cua.dk>
22929
22930 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
22931 check that window of that event is the selected window.
22932 (mouse-drag-region-1): Compare mouse event window to selected
22933 window before setting point.
22934
22935 * tooltip.el (tooltip-show-help-function): Pass event to
22936 mouse-on-link-p so it can check selected window.
22937
22938 2005-02-22 Kenichi Handa <handa@m17n.org>
22939
22940 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
22941 (ps-mule-show-warning): New function.
22942 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
22943 characters are found.
22944
22945 * ps-print.el (ps-header-footer-string): Return a list of header
22946 and footer strings.
22947
22948 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
22949
22950 * pcvs.el (cvs-retrieve-revision): Fix thinko.
22951
22952 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
22953
22954 * frame.el (blink-cursor-mode): Use define-minor-mode.
22955
22956 * term/mac-win.el (function-key-map): Use char-names more consistently.
22957 (file-name-coding-system): Only set it for MacOS-9. The other case is
22958 already handled in mule-cmds.el (where it also works when mac-win.el
22959 is not used).
22960
22961 2005-02-21 Kenichi Handa <handa@m17n.org>
22962
22963 * international/mule.el (ctext-pre-write-conversion): Always use
22964 " *code-converting-work*" buffer for work.
22965
22966 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
22967
22968 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
22969
22970 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
22971
22972 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
22973
22974 * ses.el (undo-more): Restore defadvice, but only the part that
22975 allows changes outside the restricted area of the buffer.
22976
22977 2005-02-20 Kim F. Storm <storm@cua.dk>
22978
22979 * simple.el (line-move): Add fourth optional arg try-vscroll which
22980 must be set to perform auto-window-vscroll.
22981 When moving backwards and doing auto-window-vscroll, automatically
22982 vscroll to the last part of lines which are taller than the window.
22983 (next-line, previous-line): Set try-vscroll arg on line-move.
22984
22985 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
22986
22987 * replace.el (query-replace, query-replace-regexp)
22988 (replace-string, replace-regexp): When operating on region, make
22989 the minibuffer prompt say so.
22990
22991 * isearch.el (isearch-forward): Document isearch-query-replace and
22992 isearch-query-replace-regexp keybindings.
22993
22994 2005-02-19 Jay Belanger <belanger@truman.edu>
22995
22996 * calc/calc-aent.el (math-read-token): Add local variable.
22997
22998 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
22999 (calc-edit-top): Move declaration to earlier in file.
23000 (calc-edit-macro-repeats): Add local variables.
23001
23002 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23003 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23004 calcFunc-tanh.
23005 Adjust integration rule for calcFunc-tan.
23006
23007 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23008
23009 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23010 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23011 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23012 (viper-skip-separators): Bug fix.
23013 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23014 particular major mode.
23015 (viper-del-backward-char-in-replace): Don't put deleted char on the
23016 kill ring.
23017
23018 * viper-ex.el (viper-color-display-p): New function.
23019 (viper-has-face-support-p): Use viper-color-display-p.
23020
23021 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23022
23023 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23024
23025 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23026 (viper-file-remote-p): Make equivalent to file-remote-p.
23027
23028 * viper.el (viper-major-mode-modifier-list):
23029 Use viper-gnus-modifier-map.
23030
23031 2005-02-19 David Kastrup <dak@gnu.org>
23032
23033 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23034 quoting.
23035
23036 2005-02-19 Jay Belanger <belanger@truman.edu>
23037
23038 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23039 Remove extra definitions.
23040 (calc-coth): New function.
23041 (calcFunc-cot): Fix `let'.
23042
23043 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23044
23045 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23046 the reasons we use "type pc" in these faces.
23047
23048 * button.el (button): Ditto.
23049
23050 2005-02-19 Michael Mauger <mmaug@yahoo.com>
23051
23052 * replace.el (query-replace-read-from): Set the value of
23053 query-replace-from-history-variable to handle the case of an empty
23054 string entered to accept the suggested default.
23055
23056 * net/tramp.el (tramp-file-name-for-operation):
23057 Use dired-call-process instead of dired-call-process-command.
23058
23059 2005-02-19 Jay Belanger <belanger@truman.edu>
23060
23061 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23062 (math-div-non-trig): New variables.
23063 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23064 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23065 (math-combine-prod, math-div-symb-fancy): Add simplifications for
23066 trig expressions.
23067
23068 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
23069
23070 * progmodes/gdb-ui.el (gdb-var-update-handler)
23071 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23072 for watch expressions,
23073 (gdb-var-create-handler): Don't set speedbar-update-flag.
23074 (gdb-post-prompt): Simplify test for speedbar.
23075
23076 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23077
23078 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23079 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23080 we use the syntax table of the correct buffer.
23081 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23082 Felix Gatzemeier.
23083
23084 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23085 (ediff-file-remote-p): Make synonymous with file-remote-p.
23086 In all deffaces ediff-*-face-*, use min-colors.
23087
23088 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23089 ediff-recurse-to-subdirectories.
23090 (ediff-mark-if-equal): Check that the arguments are strings, use
23091 ediff-same-contents (after to Felix Gatzemeier).
23092
23093 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23094 nil.
23095
23096 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23097
23098 * log-view.el (log-view-message-re): Fix up Subversion regexp.
23099
23100 2005-02-18 David Kastrup <dak@gnu.org>
23101
23102 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23103 use `mark-active' when defined.
23104
23105 2005-02-18 Kenichi Handa <handa@m17n.org>
23106
23107 * ps-print.el (ps-font-info-database): New entry
23108 ZapfChancery-MediumItalic with correct font name. Fix font name
23109 of the entry Zapf-Chancery-MediumItalic.
23110
23111 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
23112
23113 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23114
23115 2005-02-16 Kim F. Storm <storm@cua.dk>
23116
23117 * ido.el (ido-fallback-command): Pass user input to fallback command.
23118
23119 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
23120
23121 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23122 (gdb-find-file-hook): Add server prefix.
23123
23124 2005-02-16 Richard M. Stallman <rms@gnu.org>
23125
23126 * replace.el (perform-replace): Pass new args to replace-highlight.
23127 (replace-highlight): Take region args,
23128 and pass them to isearch-lazy-highlight-new-loop.
23129
23130 * novice.el (disabled-command-hook): Autoload the defalias
23131 and the make-obsolete-variable call.
23132
23133 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23134
23135 * isearch.el (isearch-lazy-highlight-start-limit)
23136 (isearch-lazy-highlight-end-limit): New variables limit
23137 the region for highlighting.
23138 (isearch-lazy-highlight-new-loop): New args BEG and END.
23139 (isearch-lazy-highlight-search): Use the new vars.
23140 (isearch-lazy-highlight-update): Likewise.
23141
23142 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23143
23144 * cus-start.el (all): Use default-boundp.
23145
23146 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
23147
23148 * menu-bar.el (menu-bar-select-frame): Handle current frame.
23149
23150 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
23151
23152 * autorevert.el (auto-revert-stop-on-user-input)
23153 (auto-revert-verbose): Doc fixes.
23154
23155 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
23156
23157 * international/mule-cmds.el (set-locale-environment): Remove call
23158 to set-selection-coding-system on Windows.
23159
23160 2005-02-15 Jay Belanger <belanger@truman.edu>
23161
23162 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23163 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23164 calcFunc-coth.
23165 (math-simplify-sqrt): Add simplifications.
23166
23167 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23168 to list.
23169
23170 * calc/calc-ext.el: Add functions to autoloads.
23171
23172 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23173 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23174 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23175 (math-csc-raw, math-cot-raw): New functions.
23176
23177 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23178
23179 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23180 the variable name in a message.
23181
23182 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23183 calcFunc-csc, calcFunc-cot.
23184
23185 * calc/calcalg2.el: Add derivative and integration rules for
23186 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23187 calcFunc-csch, calcFunc-coth.
23188 (math-do-integral-methods): Add to checks for when to use
23189 substitutions.
23190
23191 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23192
23193 2005-02-15 Lute Kamstra <lute@gnu.org>
23194
23195 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23196 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
23197 <monnier@iro.umontreal.ca>
23198 (lisp-outline-level): Improve efficiency. Suggested by David
23199 Kastrup <dak@gnu.org>.
23200
23201 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
23202
23203 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23204 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23205 (gdb-set-gud-minor-mode-existing-buffers): New functions.
23206 (gdb-find-file-hook): New hook. Add it to find-file-hook.
23207 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23208
23209 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
23210
23211 * cus-start.el (all): Comment change.
23212
23213 2005-02-14 Lute Kamstra <lute@gnu.org>
23214
23215 * cus-start.el (all): Check if symbol is void.
23216
23217 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
23218
23219 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23220 optional argument to \cite.
23221
23222 2005-02-14 Richard M. Stallman <rms@gnu.org>
23223
23224 * cus-edit.el (custom-buffer-create-internal): Update help message.
23225 (custom-magic-alist): Update help messages.
23226
23227 * cus-start.el (all): Allow a var to specify a standard value.
23228
23229 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
23230
23231 * custom.el (custom-theme-set-variables): Handle variable aliases.
23232
23233 * frame.el (blink-cursor-timer): Doc fix.
23234 (blink-cursor): Make it an alias for `blink-cursor-mode' and
23235 declare obsolete.
23236 (blink-cursor-mode): Define with defcustom and use correct
23237 standard expression in that defcustom.
23238 * startup.el (command-line): Adapt to above changes in frame.el.
23239
23240 2005-02-11 Lute Kamstra <lute@gnu.org>
23241
23242 * apropos.el (apropos-score-doc): Prevent division by zero.
23243
23244 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
23245
23246 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23247 (icalendar--get-event-property-attributes)
23248 (icalendar--get-event-properties)
23249 (icalendar--datetime-to-diary-date): New functions.
23250 (icalendar--split-value): Doc fix.
23251 (icalendar--datetime-to-noneuropean-date)
23252 (icalendar--datetime-to-european-date): New optional argument
23253 SEPARATOR. Return result as a string instead of a list.
23254 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23255 (icalendar--convert-string-for-export): Rename arg S to STRING.
23256 (icalendar-export-region): Doc fix. Change name of error buffer.
23257 Save output buffer.
23258 (icalendar-import-file): Add blank at end of prompt.
23259 (icalendar-import-buffer): Doc fix. Do not switch to error
23260 buffer. Indicate status in return value.
23261 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
23262 buffer. Save output buffer. Handle exception from recurrence
23263 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
23264 events. Fix problems with weekly all-day events.
23265
23266 2005-02-10 Richard M. Stallman <rms@gnu.org>
23267
23268 * simple.el (eval-expression-print-format):
23269 Avoid warning about edebug-active.
23270
23271 * help.el (help-for-help-internal): Rename from help-for-help.
23272 (help-for-help): Define with defalias.
23273
23274 * font-core.el (font-lock-default-function): Use with-no-warnings.
23275
23276 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23277
23278 * custom.el (defface): Doc fix.
23279
23280 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
23281
23282 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23283 width 0" to prevent word wrapping problems.
23284
23285 2005-02-09 Kim F. Storm <storm@cua.dk>
23286
23287 * ido.el (ido-file-extensions-order): New defcustom.
23288 (ido-file-extension-lessp, ido-file-extension-aux)
23289 (ido-file-extension-order): New advanced file ordering.
23290 (ido-file-lessp): New simple file ordering.
23291 (ido-sort-list): Remove.
23292 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23293 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23294
23295 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
23296
23297 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23298 that some versions of grep produce.
23299 (grep-mode-font-lock-keywords): Likewise.
23300
23301 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
23302
23303 * progmodes/gdb-ui.el (gdb-location-list): New variable.
23304 (gdb-cdir): Delete.
23305 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23306 (gdb-source-info): Treat case when source file is in another
23307 directory properly.
23308 (gdb-get-location): New function.
23309
23310 2005-02-07 Jay Belanger <belanger@truman.edu>
23311
23312 * calc/calc-prog.el (calc-write-parse-table-part)
23313 (calc-fix-token-name): Fix a check for language type.
23314
23315 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23316
23317 2005-02-07 Andre Spiegel <spiegel@gnu.org>
23318
23319 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23320 as directory not writable.
23321
23322 2005-02-07 Kim F. Storm <storm@cua.dk>
23323
23324 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23325 (cua--standard-movement-commands): Remove list.
23326 Instead, set CUA property value to move for movement commands.
23327 (cua-movement-commands): Remove. Users must set CUA prop instead.
23328 (cua--pre-command-handler): Check CUA property.
23329 (cua--init-keymaps): Don't remap undo commands.
23330 (cua-mode): Don't call cua--rectangle-on-off.
23331
23332 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23333 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23334 (cua--rect-undo-set-point): New var.
23335 (cua--rectangle-undo-boundary): Setup undo apply entry.
23336 (cua--rect-undo-handler): New function for rectangle undo.
23337 (cua--rect-start-position, cua--rect-end-position): Add.
23338 (cua--rectangle-post-command): Call cua--rectangle-set-corners
23339 for restored rectangle. Set point if cua--rect-undo-set-point.
23340
23341 2005-02-06 Jay Belanger <belanger@truman.edu>
23342
23343 * calc/calc-lang.el (calc-tex-language): Display more information
23344 in messages.
23345
23346 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23347 in TeX mode.
23348
23349 2005-02-06 Richard M. Stallman <rms@gnu.org>
23350
23351 * emacs-lisp/lisp.el (buffer-end): Doc fix.
23352
23353 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
23354
23355 * net/ldap.el (ldap-search-internal): Support attributes with
23356 optional descriptions separated by a semi-colon, as in
23357 "userCertificate;binary".
23358
23359 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23360
23361 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
23362 isn't a cons (i.e. the version is 0).
23363
23364 2005-02-05 Eli Zaretskii <eliz@gnu.org>
23365
23366 * help.el (help-for-help): Doc fix.
23367
23368 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
23369
23370 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
23371 GDB-Windows on the menu-bar as this works better.
23372
23373 2005-02-04 Jay Belanger <belanger@truman.edu>
23374
23375 * calc/calc-embed.el (calc-embedded-update): Don't put in
23376 unnecessary newlines. Adjust the end of formula marker.
23377
23378 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
23379 (math-latex-parse-two-args): New function.
23380
23381 2005-02-03 Lute Kamstra <lute@gnu.org>
23382
23383 * help-fns.el (help-with-tutorial): Make sure that users cannot
23384 remove the entire text of the tutorial by means of `undo'.
23385
23386 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
23387
23388 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
23389 in recent changes, where the ispell process was repeatedly
23390 killed & restarted.
23391
23392 * international/mule-cmds.el (set-locale-environment): Set file-name
23393 coding system to utf-8 on Darwin systems.
23394 (set-default-coding-systems): Don't set default-file-name-coding-system
23395 on Darwin systems.
23396
23397 2005-02-03 Richard M. Stallman <rms@gnu.org>
23398
23399 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
23400
23401 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
23402
23403 * faces.el (list-faces-display): Add optional argument.
23404
23405 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
23406
23407 * font-core.el (font-lock-default-function): Handle the rare case where
23408 only font-lock-keywords is set.
23409
23410 2005-02-02 Kenichi Handa <handa@m17n.org>
23411
23412 * international/characters.el: Cancel previous change for
23413 I-WITH-DOT-ABOVE and DOTLESS-i.
23414
23415 * international/latin-5.el: Cancel previous change.
23416
23417 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23418
23419 * progmodes/gud.el: Correction to syntax in gud-menu-map.
23420
23421 2005-02-02 Kenichi Handa <handa@m17n.org>
23422
23423 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
23424 DOTLESS-i.
23425
23426 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
23427 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
23428
23429 * case-table.el (get-upcase-table): New function.
23430 (copy-case-table): Copy upcaes table too if non-nil.
23431 (set-case-syntax-delims): Maintain upcase table too.
23432 (set-case-syntax-pair): Likewise.
23433 (set-upcase-syntax, set-downcase-syntax): New functions.
23434 (set-case-syntax): Maintain upcase table too.
23435
23436 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23437
23438 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
23439
23440 * progmodes/gud.el (gud-goto-info): New function.
23441 (gud-tool-bar-map): Use correct icon.
23442
23443 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23444
23445 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
23446 When delegating, order args in the funcall correctly.
23447
23448 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23449
23450 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
23451
23452 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
23453
23454 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
23455 buffer not visiting a file.
23456
23457 2005-01-31 Jay Belanger <belanger@truman.edu>
23458
23459 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
23460 bound on the line with the formula.
23461
23462 2005-01-31 Kim F. Storm <storm@cua.dk>
23463
23464 * ses.el (ses-create-cell-variable-range)
23465 (ses-destroy-cell-variable-range, ses-reset-header-string)
23466 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
23467 (ses-insert-row): Fix format of apply undo entries.
23468
23469 2005-01-31 Jay Belanger <belanger@truman.edu>
23470
23471 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
23472 parts.
23473
23474 * calc/calc-embed.el (calc-embedded-open-formula)
23475 (calc-embedded-close-formula): Ignore matrix environments.
23476
23477 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
23478 TeX mode.
23479
23480 * calc/calc-lang.el (math-function-table, math-oper-table)
23481 (math-variable-table): Adjust the LaTeX portions.
23482
23483 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
23484 (math-latex-ignore-words): New constant.
23485
23486 2005-01-31 Richard M. Stallman <rms@gnu.org>
23487
23488 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
23489 (ispell-local-dictionary): Doc fix.
23490 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
23491 Don't reinitialize at run time. Don't defcustom.
23492 All uses changed to append ispell-local-dictionary-alist,
23493 or check it first.
23494 (ispell-current-dictionary): New variable for dictionary in use.
23495 (ispell-dictionary): Now used only for global default.
23496 (ispell-start-process): Set ispell-current-dictionary,
23497 not ispell-dictionary.
23498 (ispell-change-dictionary): Use this only for setting
23499 user preferences.
23500 (ispell-internal-change-dictionary): New function
23501 to change the current dictionary in use.
23502 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
23503 Use ispell-current-dictionary.
23504 Handle ispell-local-dictionary-overridden.
23505 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
23506
23507 2005-01-31 Jay Belanger <belanger@truman.edu>
23508
23509 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
23510
23511 * calc/calc-ext.el: Add calc-latex-language to autoloads.
23512 (calc-mode-map): Add calc-latex-language.
23513
23514 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
23515 (math-latex-print-frac): New functions.
23516 (math-oper-table, math-function-table, math-variable-table)
23517 (math-complex-format, math-input-filter): Add latex properties.
23518 (calc-set-language): Set math-expr-special-function-mapping.
23519
23520 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
23521 (calc-write-parse-table-part): Add LaTeX support.
23522
23523 * calc/calc.el (calc-language): Adjust docstring.
23524 (calc-set-mode-line): Add LaTeX support.
23525 (math-expr-special-function-mapping): New variable.
23526 (math-tex-ignore-words): Add to list.
23527
23528 * calc/calccomp.el (math-compose-expr, math-compose-rows):
23529 Add LaTeX support.
23530 (math-compose-expr): Add support for special functions.
23531
23532 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
23533
23534 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
23535
23536 * progmodes/gdb-ui.el (gdb-memory-address)
23537 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
23538 (gdb-memory-mode-map, gdb-memory-format-keymap)
23539 (gdb-memory-format-menu, gdb-memory-unit-keymap)
23540 (gdb-memory-unit-menu): New variables for a buffer
23541 that lets the user examine program memory.
23542 (gdb-memory-set-address, gdb-memory-set-repeat-count)
23543 (gdb-memory-format-binary, gdb-memory-format-octal)
23544 (gdb-memory-format-unsigned, gdb-memory-format-signed)
23545 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
23546 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
23547 (gdb-memory-unit-word, gdb-memory-unit-halfword)
23548 (gdb-memory-unit-byte, gdb-memory-unit-menu)
23549 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
23550 (gdb-memory-mode, gdb-memory-buffer-name)
23551 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
23552 New functions for above buffer.
23553
23554 2005-01-30 Richard M. Stallman <rms@gnu.org>
23555
23556 * cus-edit.el (custom-bury-buffer): Function deleted.
23557 (custom-buffer-done-function): Option deleted.
23558 (custom-buffer-done-kill): New replacement option.
23559 (Custom-buffer-done): Call quit-window.
23560 (custom-buffer-create-internal): Update for above changes.
23561
23562 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
23563
23564 * simple.el (undo-ask-before-discard): New var.
23565 (undo-outer-limit-truncate): Implement it.
23566 (undo-extra-outer-limit): Doc update.
23567
23568 2005-01-29 Richard M. Stallman <rms@gnu.org>
23569
23570 * ses.el (undo-more): Delete defadvice.
23571 (ses-begin-change): Doc fix.
23572
23573 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
23574 instead of rebinding C-x u and C-_.
23575
23576 * files.el (normal-backup-enable-predicate): Return nil for files
23577 in /tmp, regardless of temporary-file-directory.
23578
23579 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
23580
23581 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
23582 (open-rectangle, delete-whitespace-rectangle-line)
23583 (clear-rectangle-line): If FILL, pass t instead of FILL
23584 for move-to-column's 2nd arg.
23585
23586 * simple.el (undo): Fix the test for continuing a series of undos.
23587 (undo-more): Set pending-undo-list to t when we reach end.
23588 (pending-undo-list): Move up defvar.
23589
23590 * wid-edit.el (widget-button-click):
23591 Shorten the range of the track-mouse binding.
23592
23593 * comint.el (comint-insert-input): Undo previous changes;
23594 use last-input-event in interactive spec.
23595
23596 2005-01-29 Eli Zaretskii <eliz@gnu.org>
23597
23598 * progmodes/compile.el (compilation-start): Bind buffer-read-only
23599 to nil before invoking call-process. Reset buffer's modified flag
23600 after fontifying it in the no-async branch.
23601
23602 * wid-edit.el (widget-specify-button): If mouse pointer shape
23603 cannot be changed, use mouse face instead.
23604
23605 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
23606
23607 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
23608 (gdb-goto-breakpoint): Make breakpoint handling work on template
23609 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
23610 (gdb-assembler-custom): Update to recognize breakpoint information
23611 added on 2005-01-19.
23612
23613 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23614
23615 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
23616 (dsssl-mode): Use define-derived-mode.
23617 (scheme-mode-initialize): Remove.
23618 (scheme-mode): Use run-mode-hooks.
23619
23620 * cus-edit.el (customize-group-other-window)
23621 (custom-buffer-create-other-window): Don't override special-display-*.
23622 (custom-mode-map): Make it dense.
23623
23624 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
23625 sets the default value.
23626
23627 2005-01-28 Eli Zaretskii <eliz@gnu.org>
23628
23629 * descr-text.el: Add more keywords.
23630
23631 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
23632
23633 * speedbar.el: Avoid unnecessary use of locate-library.
23634
23635 * international/mule-cmds.el (standard-display-european-internal):
23636 Don't fiddle with latin-1 non-break space any more since it's now
23637 special cased in the C code.
23638 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
23639
23640 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
23641
23642 * cus-start.el (all): Add `undo-outer-limit'.
23643
23644 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23645
23646 * textmodes/bibtex.el (bibtex-format-entry):
23647 Use `bibtex-empty-field-re' only on the text of fields, not on entire
23648 field lines.
23649 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
23650 not on part of a buffer.
23651
23652 2005-01-25 Lute Kamstra <lute@gnu.org>
23653
23654 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
23655 nonempty field text strings like "{letters\\macro{}more letters}".
23656 Clarify docstring.
23657 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
23658 (bibtex-entry-offset, bibtex-parse-association)
23659 (bibtex-parse-field-name): Fix typos in docstrings.
23660 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
23661
23662 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
23663
23664 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
23665 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
23666 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
23667 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
23668
23669 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
23670 isearch minor mode.
23671
23672 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
23673
23674 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
23675
23676 2005-01-24 Lute Kamstra <lute@gnu.org>
23677
23678 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
23679 CASECHARS and NOT-CASECHARS regular expressions of the
23680 "nederlands" and "nederlands8" dictionaries to prevent a "Range
23681 striding over charsets" error.
23682
23683 2005-01-24 Jay Belanger <belanger@truman.edu>
23684
23685 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
23686 display variable name.
23687
23688 2005-01-24 Kenichi Handa <handa@m17n.org>
23689
23690 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
23691 Fix setting of the element of encoded-kbd-iso2022-invocations.
23692
23693 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
23694
23695 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
23696 (gdb-threads-select): Change to also accept mouse events.
23697 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
23698 (gdb-threads-mouse-select): Delete.
23699
23700 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
23701
23702 * files.el (insert-directory): Take care of empty directory,
23703 listed without -a switch.
23704
23705 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
23706
23707 * textmodes/refill.el (refill-post-command-function):
23708 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
23709 to the list of functions that we should be careful not to undo.
23710 (refill-late-fill-paragraph-function): Remove.
23711 (refill-saved-state): New var.
23712 (refill-mode): Use it to save fill-paragraph-function.
23713 Save also the value of auto-fill-function.
23714
23715 * term/w32-win.el: Simplify code.
23716
23717 2005-01-23 Kim F. Storm <storm@cua.dk>
23718
23719 * simple.el (line-move): Adapt to new return value from
23720 pos-visible-in-window-p.
23721
23722 * simple.el (line-move): Fix last change. Check partial
23723 visibility at point rather than at window-start.
23724
23725 2005-01-22 Jason Rumney <jasonr@gnu.org>
23726
23727 * term/w32-win.el (xw-defined-colors): Remove debug-message.
23728
23729 2005-01-22 David Kastrup <dak@gnu.org>
23730
23731 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
23732
23733 2005-01-22 Eli Zaretskii <eliz@gnu.org>
23734
23735 * type-break.el (type-break-mode): Add a test for
23736 type-break-file-name being non-nil.
23737
23738 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
23739
23740 * net/eudc.el (top level): Call (message "") via progn, so that
23741 eudc-options-file is loaded.
23742
23743 2005-01-22 Kim F. Storm <storm@cua.dk>
23744
23745 * simple.el (line-move-1): Rename from line-move.
23746 (line-move): New function that adjusts vscroll for partially
23747 visible rows, and calls line-move-1 otherwise.
23748
23749 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
23750
23751 * pcomplete.el: Define pcomplete-read-event instead of read-event,
23752 since it's not a complete read-event implementation
23753
23754 2005-01-20 Jay Belanger <belanger@truman.edu>
23755
23756 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
23757 for called function.
23758
23759 2005-01-20 Steven Tamm <steventamm@mac.com>
23760
23761 * term/mac-win.el (process-connection-type): Remove.
23762 Controlled now by s/darwin.h:PTY_ITERATION.
23763
23764 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
23765
23766 * window.el (handle-select-window): Don't switch window when we're
23767 in the minibuffer.
23768
23769 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
23770
23771 * subr.el (dotimes-with-progress-reporter): New macro.
23772
23773 * ses.el (ses-dotimes-msg): Remove macro.
23774 Use `dotimes-with-progress-reporter' instead.
23775
23776 2005-01-19 Steven Tamm <steventamm@mac.com>
23777
23778 * term/mac-win.el (process-connection-type): Use new
23779 operating-system-release variable to use ptys on Darwin 7 (OS X
23780 10.3) when using carbon build.
23781
23782 2005-01-19 Jay Belanger <belanger@truman.edu>
23783
23784 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
23785 flags if the last command was a tab or M-tab.
23786
23787 * calc/calc-prog.el (calc-user-define-edit): Put original formula
23788 in formula editing buffer.
23789
23790 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23791
23792 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
23793 breakpoint image symbol in margin.
23794
23795 2005-01-19 Jay Belanger <belanger@truman.edu>
23796
23797 * calc/calc-prog.el (calc-execute-kbd-macro):
23798 Ignore calc-keep-arg-flag.
23799
23800 2005-01-19 Kenichi Handa <handa@m17n.org>
23801
23802 * textmodes/ispell.el (ispell-looking-at): New function.
23803 (ispell-process-line): Use ispell-looking-at to compare the ispell
23804 output and the buffer contents.
23805
23806 2005-01-18 Jay Belanger <belanger@truman.edu>
23807
23808 * calc/calc.el (calc-display-raw): Fix docstring.
23809
23810 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
23811
23812 * simple.el (blink-matching-open): Strip extra info from syntax.
23813
23814 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
23815 funny chars in the end-of-here-doc marker.
23816
23817 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23818
23819 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
23820 that enable/disabled state of breakpoints is shown correctly in
23821 fringe and on ttys.
23822 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
23823 Add breakpoint information as text properties.
23824 (gdb-mouse-toggle-breakpoint):
23825 Rename to gdb-mouse-set-clear-breakpoint.
23826 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
23827 breakpoints in the margin.
23828 (gdb-remove-strings): Simplify.
23829
23830 2005-01-17 Jay Belanger <belanger@truman.edu>
23831
23832 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
23833 erasing buffer.
23834
23835 2005-01-17 Richard M. Stallman <rms@gnu.org>
23836
23837 * progmodes/grep.el (grep-find): Copy from `grep' the condition
23838 for calling grep-compute-defaults.
23839
23840 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
23841 if buffer is empty.
23842
23843 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
23844
23845 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
23846
23847 * hilit-chg.el (highlight-changes-mode): Don't autoload.
23848
23849 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
23850 non-preloaded variables.
23851
23852 2005-01-17 Steven Tamm <steventamm@mac.com>
23853
23854 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
23855 tex-shell cause to force interactivity when using pipes.
23856
23857 2005-01-17 Kim F. Storm <storm@cua.dk>
23858
23859 * simple.el (just-one-space): Make arg optional.
23860
23861 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
23862
23863 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
23864 posn-at-x-y to t to access left-margin.
23865
23866 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
23867
23868 Sync with Tramp 2.0.47.
23869
23870 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
23871 catching keep-date problems in cp/scp operations.
23872 (tramp-handle-copy-file): Don't call `set-file-modes'
23873 unconditionally. Specialized functions should know better what is
23874 necessary. This improves performance a little bit, and the
23875 functions could catch errors with `cp -p' and `scp -p'.
23876 (tramp-do-copy-or-rename-file-via-buffer)
23877 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
23878 when appropriate.
23879 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
23880 Call `set-file-modes' when appropriate.
23881 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
23882 Johnsson <isak@hypergene.com>
23883 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
23884 of both Tramp buffer and debug buffer. Reported by Joakim Verona
23885 <joakim@verona.se>
23886 (tramp-file-name-for-operation): Mark `shell-command' as magic for
23887 Emacs only.
23888
23889 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
23890 `find-file-hooks' and `dired-mode-hook'.
23891 (tramp-minor-mode-map): Respective map. Add remapping for
23892 `compile' and `recompile'.
23893 (tramp-remap-command, tramp-recompile): New defuns.
23894 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
23895 in buffer "*Compilation*". Call the commands asynchronously.
23896
23897 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
23898 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
23899 `shell-command', because it isn't magic in XEmacs. Reported by
23900 Adrian Aichner <adrian@xemacs.org>.
23901
23902 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
23903 `substitute-in-file-name.
23904 (tramp-smb-handle-substitute-in-file-name): New defun.
23905 (tramp-smb-advice-PC-do-completion): Delete advice.
23906
23907 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
23908
23909 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
23910 Fix error in deleting region.
23911
23912 2005-01-15 Richard M. Stallman <rms@gnu.org>
23913
23914 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
23915 In non-temp buffer, switch syntax table temporarily.
23916
23917 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
23918
23919 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
23920
23921 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
23922
23923 * imenu.el (imenu--split-menu): Copy menulist before sorting.
23924 (imenu--generic-function): Use START, not BEG, as pos of definition.
23925
23926 * simple.el (just-one-space): Argument specifies number of spaces.
23927
23928 * simple.el (eval-expression-print-format): Avoid warning
23929 about edebug-active.
23930
23931 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
23932
23933 * progmodes/sh-script.el: Code copied from make-mode.el
23934 with small changes,
23935 (sh-mode-map): Bind C-c C-\.
23936 (sh-backslash-column, sh-backslash-align): New variables.
23937 (sh-backslash-region, sh-append-backslash): New functions.
23938
23939 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
23940
23941 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
23942 (rmail-pop-password, rmail-pop-password-required): Move to
23943 rmail-obsolete group.
23944 (rmail-set-pop-password): Rename to rmail-set-remote-password.
23945 All callers updated.
23946 (rmail-get-pop-password): Rename to rmail-get-remote-password.
23947 Take an argument specifying whether it is POP or IMAP mailbox we
23948 are using. All callers updated.
23949 (rmail-pop-password-error): Rename to
23950 rmail-remote-password-error. Added mailutils-specific error message.
23951 (rmail-movemail-search-path)
23952 (rmail-movemail-variant-in-use): New variables.
23953 (rmail-remote-password, rmail-remote-password-required):
23954 New customization variables.
23955 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
23956 (rmail-parse-url): New function.
23957 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
23958 with GNU mailutils movemail.
23959
23960 2005-01-15 Kevin Ryde <user42@zip.com.au>
23961
23962 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
23963 suffix to space, $ or '$, to correctly position point when going
23964 to @table style constants like DBL_MAX.
23965
23966 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
23967
23968 * type-break.el (type-break-mode, type-break-file-time)
23969 (type-break-file-keystroke-count, type-break-choose-file):
23970 Don't store data in or load data from the file if type-break-file-name
23971 is nil.
23972 (type-break-file-name): Doc update as per the above.
23973
23974 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
23975
23976 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
23977 lookup-key might return nil; handle that.
23978
23979 2005-01-15 Alan Mackenzie <acm@muc.de>
23980
23981 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
23982 rather than the element found, thus enabling the tree to be setcar'd.
23983
23984 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
23985
23986 * textmodes/org.el (org-show-following-heading): New option.
23987 (org-show-hierarchy-above): Use `org-show-following-heading'.
23988 (org-cycle): Documentation fix.
23989
23990 * textmodes/org.el (orgtbl-optimized): New option
23991 (orgtbl-mode): New command, a minor mode.
23992 (orgtbl-mode-map): New variable.
23993 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
23994 (orgtbl-error, orgtbl-self-insert-command)
23995 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
23996
23997 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
23998 a local variable in each org-mode buffer.
23999
24000 * textmodes/org.el (org-set-regexps-and-options): Rename from
24001 `org-set-regexps'. Added checking for STARTUP keyword.
24002 (org-get-current-options): Add STARTUP options.
24003 (org-table-insert-row): Make mode intelligent about when
24004 realignment is needed.
24005 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24006 New commands.
24007 (org-enable-table-editor): New default value `optimized'.
24008 (org-table-blank-field): Support blanking regions if active.
24009
24010 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24011
24012 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24013 if the year is not given.
24014
24015 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24016 Add new escapes %m and %M, fixed bug with %F by adding
24017 save-match-data.
24018 (reftex-reference): Remove ?. from list of spaces.
24019 (reftex-label-info): Add automatic label prefix recognition.
24020
24021 * textmodes/reftex-index.el (reftex-index-next-phrase):
24022 Add slave parameter to call of `reftex-index-this-phrase'.
24023 (reftex-index-this-phrase): New optional argument.
24024 (reftex-index-region-phrases): Add slave parameter to call of
24025 `reftex-index-this-phrase'.
24026 (reftex-display-index): New argument redo.
24027 (reftex-index-rescan): Add `redo' to arguments of
24028 `reftex-display-index'.
24029 (reftex-index-Rescan, reftex-index-revert)
24030 (reftex-index-switch-index-tag): Add `redo' to arguments of
24031 `reftex-display-index'.
24032 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24033 indexing. Fix bug with matching is there is a quote before or
24034 after the word.
24035
24036 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24037 Fix bug when collecting citation keys in lines with comments.
24038 (reftex-citation): Prefix argument no longer rescans the document,
24039 but forces prompting for optional arguments of cite macros.
24040 (reftex-do-citation): Prompting for optional arguments implemented.
24041
24042 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24043 Add optional arguments to most cite commands.
24044 (reftex-cite-cleanup-optional-args): New option
24045 (reftex-cite-prompt-optional-args): New option.
24046 (reftex-trust-label-prefix): New option.
24047
24048 * textmodes/reftex-toc.el (reftex-toc-find-section):
24049 Add push-mark before changing the position in the buffer.
24050
24051 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24052 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24053
24054 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
24055
24056 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24057 more carefully.
24058
24059 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
24060
24061 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24062 (sgml-mode): Use it.
24063 (sgml-get-context): Better keep track of implicitly closed tags.
24064
24065 2005-01-13 Kenichi Handa <handa@m17n.org>
24066
24067 * textmodes/ispell.el: These changes are to fix misalignment error
24068 caused by equivalent characters of different Emacs charsets.
24069 (ispell-unified-chars-table): New variable.
24070 (ispell-get-decoded-string): New function.
24071 (ispell-get-casechars, ispell-get-not-casechars)
24072 (ispell-get-otherchars): Call ispell-get-decoded-string.
24073
24074 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24075
24076 * custom.el (custom-declare-variable): Just put symbol instead
24077 of (defvar . symbol) in `current-load-list'.
24078
24079 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
24080
24081 * emacs-lisp/elint.el: Fixed typo in Commentary section.
24082
24083 2005-01-12 Jay Belanger <belanger@truman.edu>
24084
24085 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24086 to create a Calc summary.
24087
24088 2005-01-12 Kim F. Storm <storm@cua.dk>
24089
24090 * mouse.el (mouse-on-link-p): Change functionality and doc
24091 string to comply with latest description in lisp ref.
24092
24093 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
24094
24095 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24096 Enable mouse clicks on mode-line, header-line and margin.
24097 (event-type): Give mouse event symbols an `event-kind' property
24098 with value `mouse-click'.
24099
24100 2005-01-12 Juri Linkov <juri@jurta.org>
24101
24102 * facemenu.el (list-colors-display): Add new arg buffer-name.
24103 Use it. Fix docstring. Replace code for identifying duplicate
24104 colors by the name with call to `list-colors-duplicates' which
24105 identifies duplicate colors by the value unless the color
24106 is one of special Windows colors. Set truncate-lines to t.
24107 Print sorted duplicate color names on each line. Indent to 22
24108 \(the longest color name in rgb.txt) instead of 20. Optimize.
24109 (list-colors-duplicates): New function.
24110 (facemenu-color-name-equal): Delete function.
24111
24112 * facemenu.el (list-colors-print): New function created from code
24113 in list-colors-display. Print #RRGGBB at the window right edge.
24114 (list-colors-display): When temp-buffer-show-function is not
24115 defined, call list-colors-print from temp-buffer-show-hook
24116 to get the right value of window-width in list-colors-print
24117 after the buffer is displayed.
24118
24119 * simple.el (pop-mark): Move deactivate-mark out of conditional
24120 part to deactivate the active mark regardless of the state of the
24121 mark ring.
24122
24123 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24124 variables line in desktop files.
24125
24126 2005-01-12 Juri Linkov <juri@jurta.org>
24127
24128 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24129 Bring together isearch highlight related options.
24130 (lazy-highlight): Replace group `replace' by `matching'.
24131 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24132 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24133 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24134 and declare them obsolete.
24135 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24136 (isearch-faces): Remove defgroup.
24137 (isearch-overlay, isearch-highlight, isearch-dehighlight):
24138 Move isearch highlighting code closer to lazy highlighting code.
24139
24140 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24141 (query-replace-highlight, query-replace-lazy-highlight)
24142 (query-replace): Move definitions to the beginning of the file.
24143
24144 2005-01-11 Juri Linkov <juri@jurta.org>
24145
24146 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24147 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24148 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24149
24150 * info.el (Info-history-forward): New variable.
24151 (Info-select-node): Reset Info-history-forward to nil.
24152 (Info-last): Turn into defalias.
24153 (Info-history-back): Rename from Info-last.
24154 Add current node to Info-history-forward.
24155 (Info-history-forward): New fun.
24156 (Info-mode-map): Replace Info-last by Info-history-back.
24157 Bind Info-history-forward to "r".
24158 (Info-mode-menu): Replace Info-last by Info-history-back.
24159 Fix menu item text. Add menu item for Info-history-forward.
24160 (info-tool-bar-map): Replace Info-last by Info-history-back.
24161 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
24162 for Info-history-forward.
24163 (Info-mode): Replace Info-last by Info-history-back in docstring.
24164 Add local variable Info-history-forward.
24165 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24166
24167 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
24168
24169 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24170 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24171 Ignore select-window events rather than fiddle with
24172 mouse-autoselect-window.
24173
24174 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
24175
24176 * type-break.el (type-break-mode): Fix previous change.
24177
24178 2005-01-10 Jay Belanger <belanger@truman.edu>
24179
24180 * calc/calc-ext.el (calc-reset): Reset when inside embedded
24181 calculator; only reset when point is inside a calculator.
24182 Don't adjust the window height if the window takes up the whole height
24183 of the frame.
24184
24185 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
24186
24187 * ebuff-menu.el (Electric-buffer-menu-mode):
24188 Preserve value of buffer-local var header-line-format.
24189
24190 2005-01-09 Jay Belanger <belanger@truman.edu>
24191
24192 * calc/calc.el (calc-mode-var-list-restore-saved-values):
24193 Make sure settings file exists before accessing it.
24194
24195 * calc/calc-embed.el (calc-embedded-subst):
24196 Replace math-multi-subst-rec, which is only supposed to be called
24197 by math-multi-subst, by math-multi-subst.
24198
24199 2005-01-09 Andre Spiegel <spiegel@gnu.org>
24200
24201 * vc.el (vc-allow-async-revert): New user option.
24202 (vc-disable-async-diff): New internal variable.
24203 (vc-revert-buffer): Use them to disable asynchronous diff.
24204
24205 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24206 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24207 asynchronously if vc-disable-async-diff is t.
24208
24209 2005-01-09 Jay Belanger <belanger@truman.edu>
24210
24211 * calc/calc.el (defcalcmodevar): New macro.
24212 (calc-mode-var-list-restore-default-values)
24213 (calc-mode-var-list-restore-saved-values): New functions.
24214 (calc-mode-var-list): Use defcalcmodevar to define it.
24215 (calc-always-load-extensions, calc-line-numbering)
24216 (calc-line-breaking, calc-display-just, calc-display-origin)
24217 (calc-number-radix, calc-leading-zeros, calc-group-digits)
24218 (calc-group-char, calc-point-char, calc-frac-format)
24219 (calc-prefer-frac, calc-hms-format, calc-date-format)
24220 (calc-float-format, calc-full-float-format, calc-complex-format)
24221 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24222 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24223 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24224 (calc-matrix-brackets, calc-language, calc-language-option)
24225 (calc-left-label, calc-right-label, calc-word-size)
24226 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24227 (calc-display-raw, calc-internal-prec, calc-angle-mode)
24228 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24229 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24230 (calc-window-height, calc-display-trail, calc-show-selections)
24231 (calc-use-selections, calc-assoc-selections)
24232 (calc-display-working-message, calc-auto-why, calc-timing)
24233 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24234 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24235 (calc-gnuplot-default-device, calc-gnuplot-default-output)
24236 (calc-gnuplot-print-device, calc-gnuplot-print-output)
24237 (calc-gnuplot-geometry, calc-graph-default-resolution)
24238 (calc-graph-default-resolution-3d, calc-invocation-macro)
24239 (calc-show-banner): Use defcalcmodevar to declare them and set
24240 their default values.
24241
24242 * calc/calc-ext.el (calc-reset): Restore saved values of variables
24243 instead of default values (but restore default values if there is
24244 an argument of 0).
24245
24246 2005-01-09 David Kastrup <dak@gnu.org>
24247
24248 * desktop.el (desktop-restore-eager): Fix typo in type.
24249
24250 2005-01-08 Richard M. Stallman <rms@gnu.org>
24251
24252 * cus-edit.el (customize): Delete :link.
24253
24254 2005-01-08 Jay Belanger <belanger@truman.edu>
24255
24256 * calc/calc.el (calc-mode): Remove the extension from the
24257 `calc-settings-file' file name when loading it.
24258
24259 2005-01-08 Kim F. Storm <storm@cua.dk>
24260
24261 * info.el (Info-mode-map, Info-next-link-keymap)
24262 (Info-prev-link-keymap, Info-up-link-keymap):
24263 Map follow-link to mouse-face.
24264 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24265
24266 2005-01-08 Jay Belanger <belanger@truman.edu>
24267
24268 * calc/calc.el (calc-settings-file): Change default value.
24269 Suggested by cgw in a comment in calc-mode.el.
24270
24271 * calc/calc-mode.el (calc-settings-file-name):
24272 Compare calc-settings-file to user-init-file instead of ~/.emacs.
24273 Replace ~/.emacs in a prompt by calc-settings-file.
24274
24275 2005-01-07 Lars Hansen <larsh@math.ku.dk>
24276
24277 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24278 (desktop-lazy-idle-delay): New customizable variables.
24279 (desktop-buffer-args-list): New variable.
24280 (desktop-append-buffer-args): New function.
24281 (desktop-save): Call desktop-append-buffer-args for some buffers.
24282 (desktop-lazy-create-buffer): New function.
24283 (desktop-idle-create-buffers): New function.
24284 (desktop-read): Add message about buffers to restore lazily.
24285 (desktop-lazy-abort): New command.
24286 (desktop-clear): Call desktop-lazy-abort.
24287 (desktop-lazy-complete): New command.
24288
24289 2005-01-06 Richard M. Stallman <rms@gnu.org>
24290
24291 * emacs-lisp/find-func.el (find-face-definition):
24292 Rename from find-face.
24293
24294 2005-01-06 Kim F. Storm <storm@cua.dk>
24295
24296 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24297
24298 * man.el (Man-xref-man-page, Man-xref-header-file)
24299 (Man-xref-normal-file): Add follow-link property.
24300
24301 2005-01-06 Jay Belanger <belanger@truman.edu>
24302
24303 * calc/calc-units.el: Make sure the proper macro definitions are
24304 available when compiling.
24305
24306 2005-01-06 Juri Linkov <juri@jurta.org>
24307
24308 * isearch.el (isearch-lazy-highlight-update):
24309 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24310
24311 2005-01-06 Miles Bader <miles@gnu.org>
24312
24313 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24314 (isearch-lazy-highlight-face): Use new name.
24315
24316 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
24317
24318 * uniquify.el (uniquify-rationalize-file-buffer-names):
24319 Re-add an interactive spec.
24320 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24321 to the same name.
24322
24323 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24324 (isearch-update, isearch-done): Adjust calls accordingly.
24325
24326 2005-01-05 Richard M. Stallman <rms@gnu.org>
24327
24328 * custom.el (custom-set-variables, custom-theme-set-variables):
24329 Clarify documentation.
24330
24331 * emacs-lisp/find-func.el (find-variable)
24332 (find-variable-other-window, find-variable-other-frame):
24333 Fix the TYPE args to find-function-read and find-function-do-it.
24334 (find-function): Doc fix.
24335 (find-function-at-point): Replace function-at-point alias.
24336
24337 2005-01-04 Richard M. Stallman <rms@gnu.org>
24338
24339 * cus-face.el (custom-declare-face):
24340 Record defface in current-load-list.
24341
24342 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24343
24344 * emacs-lisp/find-func.el: Doc fixes.
24345 (find-face-regexp): New variable.
24346 (find-function-regexp-alist): New variable.
24347 (find-function-C-source): Third arg is now TYPE.
24348 (find-function-search-for-symbol): Handle general TYPE.
24349 (find-function-read, find-function-do-it): Handle general TYPE.
24350 (find-definition-noselect, find-face): New functions.
24351 (function-at-point): Alias deleted.
24352
24353 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
24354
24355 * battery.el (display-battery-mode): Rename from display-battery.
24356 Handle the case where it gets turned off.
24357
24358 2005-01-04 Richard M. Stallman <rms@gnu.org>
24359
24360 * cus-edit.el (customize): Make :link point to user doc.
24361
24362 * man.el (Man-fontify-manpage): Turn off undo generation.
24363
24364 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
24365
24366 2005-01-04 Andreas Schwab <schwab@suse.de>
24367
24368 * files.el (insert-directory): Only look for error lines in
24369 inserted text. Don't move too far after processing --dired markers.
24370
24371 2005-01-04 Richard M. Stallman <rms@gnu.org>
24372
24373 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24374 Don't expand if the character is @, period, dash, etc.
24375 (define-mail-abbrev): Quote names that contain problem characters.
24376
24377 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
24378
24379 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
24380
24381 2005-01-03 Richard M. Stallman <rms@gnu.org>
24382
24383 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
24384 (query-replace-highlight, query-replace-lazy-highlight)
24385 (query-replace): Definitions moved up. Doc fix.
24386
24387 2005-01-03 Richard M. Stallman <rms@gnu.org>
24388
24389 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
24390 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24391 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24392 (lazy-highlight-face): Rename from isearch-lazy-...
24393 Change all references to them.
24394
24395 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
24396
24397 * cus-edit.el (custom-file): Doc fix for defcustom.
24398 (custom-file): The function no longer sets the variable
24399 `custom-file' to its return value.
24400
24401 * startup.el (command-line): No longer load `custom-file'.
24402
24403 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24404
24405 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
24406
24407 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
24408 Don't confuse module-prefixed identifiers for labels.
24409 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
24410
24411 2005-01-02 Richard M. Stallman <rms@gnu.org>
24412
24413 * files.el (basic-save-buffer-1): Fix previous change.
24414
24415 * loadhist.el (file-loadhist-lookup): New function.
24416 (file-provides, file-requires): Use it.
24417
24418 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
24419 instead of calculating the right size.
24420
24421 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24422
24423 * vc-svn.el (vc-svn-diff): Stay local if possible.
24424
24425 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
24426
24427 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
24428
24429 * files.el (hack-local-variables): Fix last change.
24430
24431 2005-01-02 Jay Belanger <belanger@truman.edu>
24432
24433 * calc/calc-yank.el (calc-edit-top): New variable.
24434 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
24435 object. Change header properties.
24436 (calc-edit-finish, calc-edit-finish-stack-object)
24437 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
24438 edited object.
24439 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
24440 for the beginning of the edited object.
24441 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
24442 for the beginning of the edited object.
24443 * calc/calc-prog.el (calc-edit-macro-finish-edit)
24444 (calc-finish-formula-edit, calc-macro-repeats)
24445 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
24446 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
24447 beginning of the edited object.
24448 (calc-user-define-edit): Change the header for editing macros.
24449 Remove unnecessary variable.
24450
24451 2005-01-01 Jay Belanger <belanger@truman.edu>
24452
24453 * calc/calc-yank.el (calc-edit-mode): Change default header.
24454 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
24455 * calc/calc-store.el (calc-edit-variable): Change title to match new
24456 header.
24457 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
24458 mode to match new header.
24459 (calc-user-define-edit): Change titles to include names of commands.
24460 (calc-finish-formula-edit): Adjust to handle new header.
24461 (calc-finish-macro-edit): Remove.
24462 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
24463 (calc-edit-macro-command, calc-edit-macro-command-type)
24464 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
24465 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
24466 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
24467 (calc-edit-macro-finish-edit): New functions.
24468 (calc-user-define-edit): Use new functions to edit named calc macros.
24469
24470 2005-01-01 Stefan <monnier@iro.umontreal.ca>
24471
24472 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
24473
24474 * ses.el (copy-region-as-kill): Deactivate mark.
24475
24476 2005-01-01 Richard M. Stallman <rms@gnu.org>
24477
24478 * replace.el (occur-1): If the output buffer is also an input,
24479 don't kill it, rename it.
24480
24481 * faces.el (set-face-background, set-face-foreground): Doc fix.
24482
24483 * cus-face.el (custom-face-attributes): Fix :help-echo strings
24484 for :foreground and :background.
24485
24486 * dired.el (dired-view-command-alist): Variable deleted.
24487 (dired-view-file, dired-mouse-find-file-other-window):
24488 Delete the code to use it.
24489
24490 2005-01-01 Kim F. Storm <storm@cua.dk>
24491
24492 * image.el (insert-sliced-image): Use t for line-height property.
24493
24494 See ChangeLog.11 for earlier changes.
24495
24496 ;; Local Variables:
24497 ;; coding: iso-2022-7bit
24498 ;; End:
24499
24500 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
24501 Copying and distribution of this file, with or without modification,
24502 are permitted provided the copyright notice and this notice are preserved.
24503
24504 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1