]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(mouse-drag-vertical-line-rightward-window): New function.
[gnu-emacs] / lisp / ChangeLog
1 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el: Require noutline, also on XEmacs.
4 (org-end-of-subtree): Return point.
5 (org-dblock-start-re, org-dblock-end-re): New constants.
6 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
7 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8 (org-update-all-dblocks, org-find-dblock): New functions.
9 (org-collect-clock-time-entries): New function.
10 (org-html-handle-time-stamps): Never export CLOCK timeranges.
11 (org-fixup-indentation): Modified to deadl correctly with lines
12 starting with TAB. Only one argument DIFF now.
13 (org-demote, org-promote): Call `org-fixup-indentation' with just
14 one argument, DIFF.
15 (org-mode): Don't mark buffer as modified when aligning tables.
16 (org-clock-sum): Don't makr buffer modified when adding time sum
17 properties.
18 (org-export-as-html): Added support for a link validation
19 function.
20 (org-archive-all-done): New function.
21 (org-archive-subtree): New prefix argument. When set, archive all
22 done subtrees in this buffer.
23 (org-remove-clock-overlays)
24 (org-remove-occur-highlights): Use
25 `org-inhibit-highlight-removal'.
26 (org-inhibit-highlight-removal): New variable, for dynamic
27 scoping.
28 (org-put-clock-overlay): Don't swallow last headline character
29 when displaying overlay.
30 (org-store-link): Link to `image-mode' with just the file name.
31
32
33 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
34
35 * viper-cmd.el (viper-special-read-and-insert-char): use
36 read-key-sequence.
37 (viper-after-change-undo-hook): enhancements.
38 (viper-after-change-undo-hook): new hook.
39 (viper-undo): use viper-after-change-undo-hook.
40 (viper-add-newline-at-eob-if-necessary): widen before making changes.
41 (viper-next-line-at-bol): If point is on a widget or a button, simulate
42 clicking on that widget/button.
43
44 * viper.el (viper-mode): allow for a separate cursor color in Emacs
45 state.
46
47 * ediff-diff (ediff-test-patch-utility): catch errors.
48 (ediff-actual-diff-options, ediff-actual-diff3-options): new variables.
49 (ediff-set-actual-diff-options): new function.
50 (ediff-reset-diff-options, ediff-toggle-ignore-case):
51 use ediff-set-actual-diff-options.
52 (ediff-extract-diffs): catch errors.
53 (ediff-whitespace): add nonbreakable space.
54 (ediff-same-file-contents): catch errors.
55
56 * ediff-mult.el (ediff-collect-custom-diffs): save
57 coding-system-for-read.
58
59 * ediff-vers.el (ediff-keep-tmp-versions): new var.
60 (ediff-vc-internal, ediff-vc-merge-internal): use
61 ediff-delete-version-file.
62 (ediff-delete-version-file): new function.
63
64 * ediff-wind.el (ediff-control-frame-parameters): set frame fringes.
65
66 * ediff.el (ediff-directories, ediff-directory-revisions,
67 ediff-merge-directories, ediff-merge-directories-with-ancestor,
68 ediff-directories-internal, ediff-merge-directory-revisions,
69 ediff-merge-directory-revisions-with-ancestor,
70 ediff-directories3): use read-directory-name.
71
72 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
73
74 * textmodes/tex-mode.el (tex-font-lock-match-suscript): Remove
75 superfluous part of regexp for brace matching which is handled by
76 `scan-lists' call.
77
78 2006-06-16 Richard Stallman <rms@gnu.org>
79
80 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
81
82 * files.el (basic-save-buffer-2): For a new precious file,
83 use the default modes in the return value.
84
85 * facemenu.el (facemenu-color-alist): Doc fix.
86
87 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
88
89 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
90
91 * cus-start.el (all): Add mac-ts-script-language-on-focus.
92
93 * term/mac-win.el (mac-text-encoding-ascii): New constant.
94 (mac-utxt-to-string): Use it.
95 (mac-ts-update-active-input-area): Use mac-ae-number.
96
97 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
98
99 * term.el (term-handle-scroll, term-delete-lines)
100 (term-insert-lines): Fix off by one errors.
101
102 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
103
104 * net/tramp.el (tramp-touch): Use UTC to express time.
105
106 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
107
108 * mail/sendmail.el (mail-send): Search explicitly for
109 mail-header-separator when checking for corrupted header lines.
110
111 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
112
113 * progmodes/gdb-ui.el (gdb-same-frame): New option.
114 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
115 (gdb-init-1): Initialise them.
116 (gdb-starting): Reset gdb-printing
117 (gdb-starting): Save value of gud-overlay-arrow-position.
118 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
119 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
120 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
121 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
122
123 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
124
125 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
126
127 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
128
129 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
130 (ldap-search-internal): Keep error messages, and a regexp fix.
131
132 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
133
134 * files.el (hack-local-variables-confirm):
135 Display string value using its printed representation.
136
137 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
138
139 * server.el (server-edit): No-op if no server buffers exist.
140
141 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
142
143 * textmodes/page-ext.el (pages-directory-for-addresses):
144 Including `pages-directory-address-mode' in the function results
145 in the message "Buffer in which pages were found is deleted".
146
147 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
148
149 * textmodes/org.el: (org-agenda-mode-map): Add bindings for
150 clocking functions.
151
152 (org-agenda-clock-in, org-check-running-clock)
153 (org-clock-out-if-current, org-remove-clock-overlays)
154 (org-put-clock-overlay): New functions.
155 (org-clock-marker, org-clock-file-total-minutes)
156 (org-clock-overlays): New variables.
157 (org-clock-display, org-clock-sum, org-clock-cancel)
158 (org-clock-out, org-clock-in): New commands.
159 (org-export): New function.
160 (org-emph-re): New constant.
161 (org-set-emph-re, org-do-emphasis-faces): New functions.
162 (org-emphasis-regexp-components, org-emphasis-alist): New options.
163 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
164 (org-export-html-convert-emphasize): Use the configurable emphasis.
165 (org-cleaned-string-for-export): Make multiline emphasis visible
166 to the exporter. New optional argument PARAMETERS.
167 (org-export-as-html): Specify :emph-multiline parameter to
168 `org-cleaned-string-for-export'.
169
170 2006-06-10 Richard Stallman <rms@gnu.org>
171
172 * help.el (help-for-help-internal): Clean up help text.
173
174 2006-06-10 Andreas Schwab <schwab@suse.de>
175
176 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
177 in doc string.
178
179 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
180
181 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
182
183 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
184 spaces after the comment start.
185
186 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
187
188 * play/pong.el (pong-init-buffer):
189 Fill buffer with spaces instead of ^A.
190
191 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
192 launched asynchronously, delete its process instead of being cool.
193 (ispell-async-processp): Check for `delete-process' existence
194 instead of `kill-process' one for consistency.
195
196 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
197
198 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
199 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
200 in mode line at startup.
201
202 2006-06-08 Kim F. Storm <storm@cua.dk>
203
204 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
205 (ido-init-completion-maps): Bind them to M-SPC and M-v.
206 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
207 (ido-file-internal): Pass full file name to write-file.
208 (ido-read-internal): Only pop stack elements automatically if they
209 actually match an existing directory or file name.
210
211 2006-06-07 Kenichi Handa <handa@m17n.org>
212
213 * international/mule.el (find-auto-coding): Don't handle the short
214 name `char-trans'.
215
216 * files.el (hack-local-variables-prop-line)
217 (hack-local-variables): Cancel the previous change.
218
219 2006-06-06 Jesper Harder <harder@phys.au.dk>
220
221 * ediff-diff.el (ediff-test-utility): Protect against file-error.
222
223 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
224
225 * diff-mode.el (diff-mode): Set buffer-read-only to t when
226 diff-default-read-only is non-nill.
227 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
228 (diff-refine-hunk): Set inhibit-read-only to t.
229
230 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
231 modifying the *Diff* buffer.
232 (diff-process-filter): New filter function for diff process that
233 sets inhibit-read-only to t when modifying the *Diff* buffer.
234
235 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
236
237 * textmodes/org.el: (org-archive-subtree): Use end-of-subtree as
238 insertion point and control the number of empty lines.
239 (org-paste-subtree): Limit the number of empty lines at the end of
240 the inserted tree.
241 (org-agenda): Use buffer name of current file for narrowing.
242 (org-export-as-xml): Command removed.
243 (org-export-xml-type): Option removed.
244 (org-mode-map): Call `org-export-as-xoxo' directly.
245 (org-get-indentation): New optional argument LINE.
246 (org-fix-indentation, org-remove-tabs): New functions.
247 (org-export-as-ascii, org-ascii-level-start): Determine and apply
248 correct indentation for headlines that are converted it items.
249 (org-skip-comments): Remove table lines that contain narrowing
250 cookies but no other non-empty fields.
251 (org-set-tags): Allow groups of mutually exclusive tags.
252 (org-cmp-time): Sort 24:21 before items without time.
253 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
254 (org-open-at-point): Require double colon also for numbers.
255
256 2006-06-06 Kim F. Storm <storm@cua.dk>
257
258 * ido.el (ido-default-file-method, ido-default-buffer-method):
259 Make choice values consistent with corresponding command names.
260 (ido-visit-buffer): Update accordingly. Default to selected-window.
261
262 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
263
264 * progmodes/gud.el (gud-running): Fix doc string.
265 (gud-menu-map): Use :visible instead fo :enable for debugger test.
266 (gud-tooltip-modes): Add python-mode.
267 (gud-tooltip-print-command): Add pdb. Remove perldb.
268
269 2006-06-05 Eli Zaretskii <eliz@gnu.org>
270
271 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
272 Quote $(EMACS).
273
274 2006-06-05 Richard Stallman <rms@gnu.org>
275
276 * faces.el (defined-colors): Doc fix.
277
278 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
279
280 * vc.el (vc-process-filter): Inhibit undo info collection around
281 call to insert.
282 (vc-setup-buffer): Likewise for call to erase-buffer.
283 (vc-do-command): Likewise for call to process-file.
284
285 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
286
287 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
288 for gud-go.
289 (gud-common-init): Other debuggers may trigger error.
290
291 2006-06-05 Kenichi Handa <handa@m17n.org>
292
293 * international/mule.el (find-auto-coding):
294 Handle enable-character-translation in file header.
295
296 2006-06-04 Kim F. Storm <storm@cua.dk>
297
298 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
299 (authors-fixed-entries): Fix spelling.
300 (authors-canonical-file-name): Don't report error for wildcards.
301
302 * help.el (view-emacs-news): Rewrite to support new NEWS,
303 NEWS.major, and NEWS.1-17 file naming. Add more intelligense,
304 e.g. version 10 matches 1.10, and don't be confused by version 1.1
305 begin a prefix of 1.12 (etc). A numeric prefix arg also works.
306
307 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
308
309 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
310 exec constructs like `foo bar`.
311 (sh-quoted-subshell): New helper function to search for a possibly
312 nested subshell (like `` or $()) within a "" quoted string.
313 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
314 (sh-apply-quoted-subshell): Flag quote characters inside a
315 subshell, which is itself already in a quoted region, as
316 punctuation, since this is the closest to what they actually are.
317 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
318 sh-apply-quoted-subshell.
319 (sh-font-lock-syntactic-face-function): Apply the new face for
320 text inside `` instead of the old font-lock-string-face.
321
322 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
323
324 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
325 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
326 (mac-bytes-to-text-range, mac-ae-text-range-array)
327 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
328 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
329 (mac-ts-unicode-for-key-event): New functions.
330 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
331 (mac-handle-font-selection): Use mac-ae-number.
332 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
333 New variables.
334 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
335 (mac-ts-converted-text, mac-ts-selected-converted-text)
336 (mac-ts-block-fill-text, mac-ts-outline-text)
337 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
338 (mac-ts-hilite-style-faces): New constant.
339 (mac-apple-event-map): Bind text input events.
340 (mac-dispatch-apple-event): Use command-execute instead of
341 call-interactively.
342 (global-map): Don't bind mac-apple-event.
343 (special-event-map): Bind mac-apple-event.
344
345 2006-06-02 Eli Zaretskii <eliz@gnu.org>
346
347 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
348 file name.
349 (emacs): Enclose the value of $(EMACS) in quotes.
350
351 2006-06-02 Juri Linkov <juri@jurta.org>
352
353 * international/mule.el (sgml-html-meta-auto-coding-function):
354 Remove the condition `(search-forward "<html" size t)'.
355 Replace `\"' with `[\"']?' in `re-search-forward'.
356
357 2006-06-02 Kenichi Handa <handa@m17n.org>
358
359 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
360 as well as `coding'.
361 (hack-local-variables): Likewise.
362
363 * international/mule.el (enable-character-translation):
364 Put permanent-local and safe-local-variable properties.
365 (find-auto-coding): Handle char-trans: tag.
366
367 2006-06-02 Juri Linkov <juri@jurta.org>
368
369 * international/mule.el (sgml-html-meta-auto-coding-function):
370 Limit the search by the end of the HTML header (if any).
371
372 2006-06-01 Richard Stallman <rms@gnu.org>
373
374 * subr.el (with-current-buffer): Doc fix.
375
376 2006-06-02 Masatake YAMATO <jet@gyve.org>
377
378 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
379 Almost rewrite. Underlines over all lines of gcov output are too
380 uncomfortable to read. Suggested by Dan Nicolaescu.
381
382 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
383
384 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
385
386 * shell.el (shell-mode): Use shell-mode-map in docstring.
387
388 * comint.el (comint-send-input): Do not add help-echo and
389 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
390
391 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
392
393 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
394
395 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
396
397 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
398 (gdb-stopped, gdb-info-stack-custom): If there is no source info
399 look up the stack and pop up GUD buffer if necessary.
400 (gdb-frames-select): Remove redundant call to gud-display-frame.
401 (gdb-info-threads-custom): Keep point at start of buffer.
402 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
403
404 2006-05-31 Juri Linkov <juri@jurta.org>
405
406 * replace.el (query-replace-read-from, query-replace-read-to):
407 Bind `history-add-new-input' to nil. Call `add-to-history'.
408
409 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
410
411 * textmodes/table.el: Convert all HTML tags to lower case for
412 XHTML compatibility.
413
414 2006-05-31 Masatake YAMATO <jet@gyve.org>
415
416 * progmodes/compile.el:
417 (compilation-error-regexp-alist-alist::gcov-called-line):
418 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
419
420 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
421
422 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
423 Revert inadvertant changes made with last commit.
424
425 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
426
427 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
428 New functions.
429
430 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
431
432 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
433
434 * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp
435 only matches in the right place.
436 (org-upcoming-deadline): New face.
437 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
438 (org-export-ascii-underline): Rename constant `org-ascii-underline'
439 and make it an option.
440 (org-export-ascii-bullets): New option.
441 (org-export-as-html): Many changes to emit valid XHTML.
442 (org-par-open): New variable.
443 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
444 (org-html-do-expand, org-section-number): Fixedcase in `replace-match'.
445 (org-timeline): Pass `org-timeline-show-empty-dates' to
446 `org-get-all-dates'. Interpret empty dates returned by `org-get-all-dates'.
447 (org-get-all-dates): New argument EMPTY. Add dates without
448 entries to the list, mark large ranges of empty dates.
449 (org-point-in-group, org-context): New functions.
450
451 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
452
453 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
454
455 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
456 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
457 to C-mouse-3 (for 2 button mice).
458 (gdb-send): Do the right thing for C-d.
459
460 * speedbar.el (speedbar-detach): Delete.
461 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
462 it breaks things.
463 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
464
465 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
466
467 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
468 Makeppfile.
469
470 * progmodes/compile.el (compilation-error-regexp-alist-alist):
471 Add makepp diagnostic.
472
473 2006-05-29 Richard Stallman <rms@gnu.org>
474
475 * window.el (fit-window-to-buffer): Doc fix.
476
477 * help.el (temp-buffer-max-height): Doc fix.
478
479 * subr.el (with-current-buffer): Doc fix.
480
481 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
482
483 * term/x-win.el: Bind F10 to menu-bar-start if available.
484
485 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
486
487 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
488 uses with a simple test.
489 (term-set-escape-char, term-mode, term-check-kill-echo-list)
490 (term-send-raw-string, term-send-raw, term-mouse-paste)
491 (term-char-mode, term-line-mode, term-exec, term-sentinel)
492 (term-handle-exit, term-read-input-ring)
493 (term-previous-matching-input-string)
494 (term-previous-matching-input-string-position)
495 (term-previous-matching-input-from-input)
496 (term-replace-by-expanded-history, term-send-input)
497 (term-skip-prompt, term-bol, term-send-invisible)
498 (term-kill-input, term-delchar-or-maybe-eof)
499 (term-backward-matching-input, term-check-source)
500 (term-proc-query, term-emulate-terminal)
501 (term-handle-colors-array, term-process-pager, term-pager-line)
502 (term-pager-bob, term-unwrap-line, term-word)
503 (term-dynamic-complete-filename)
504 (term-dynamic-complete-as-filename)
505 (term-dynamic-simple-complete): Replace one arm ifs with whens or
506 unlesses.
507
508 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
511 during bootstrapping.
512
513 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
514 Basically undo the change of 2006-05-26: use extra arguments instead of
515 dynamic scoping.
516 (ewoc-locate): Remove unused var `footer'.
517
518 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
519
520 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
521
522 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
523 (generate-file-autoloads): Obey it. Return whether autoloads were
524 added at point or not.
525 (update-file-autoloads): Use this new return value.
526 Remove redundant test for the presence of an autoload cookie.
527
528 * emacs-lisp/autoload.el (autoload-find-file): New fun.
529 This one calls hack-local-variables.
530 (generate-file-autoloads, update-file-autoloads): Use it.
531
532 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
533 (bibtex-sort-entry-class): Add safe-local-variable predicate.
534 (bibtex-sort-entry-class-alist): Don't set the global value.
535 (bibtex-init-sort-entry-class-alist): New fun.
536 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
537 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
538 of bibtex-init-sort-entry-class.
539
540 2006-05-28 Richard Stallman <rms@gnu.org>
541
542 * subr.el (load-history-regexp): If FILE is relative, insist
543 entire last name component must match it.
544 (load-history-filename-element, load-history-regexp): Doc fixes.
545
546 2006-05-29 Kim F. Storm <storm@cua.dk>
547
548 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
549 `pos' and `raw-data' for clarity, as eval forms may access these.
550
551 2006-05-28 Kim F. Storm <storm@cua.dk>
552
553 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
554
555 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
556
557 * progmodes/make-mode.el (makefile-browser-map)
558 (makefile-mode-syntax-table): Move initialization inside declaration.
559 (makefile-fill-paragraph): Use the default comment-filling code.
560
561 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
562
563 * replace.el (query-replace-defaults): New variable.
564 (query-replace-read-from): Use `query-replace-defaults' for
565 default value, instead of history list.
566 (query-replace-read-to): Update `query-replace-defaults'.
567
568 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
569
570 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
571 with no X toolkit.
572
573 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
574
575 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
576 (tumme-show-all-from-dir): Add autoload.
577
578 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
579
580 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
581 (tumme-remove-tag): Fix bug.
582
583 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
584
585 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
586 FOOTER args. Update unique caller.
587 (ewoc-delete): Compute last node once before looping.
588 (ewoc--node-branch): Merge into unique caller.
589 (ewoc--node): Don't define constructor make-ewoc--node for this
590 structure.
591 (ewoc): Add member `hf-pp' to this structure.
592 (ewoc--wrap): New func.
593 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
594 header/footer pretty-printers. Save header/footer pretty-printer.
595 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
596
597 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
598
599 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
600
601 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
602 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
603 Tag'. Change "Compare directories..." to "Change Directories...".
604 Move tumme commands to Operate, Regexp and Immediate menus.
605 Change "Add Comment" to "Add Image Comment". Change "Add Image
606 Tag" to "Add Image Tags".
607
608 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
609 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
610 `tumme-delete-tag'.
611
612 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
613
614 * shell.el (shell-mode): Call shell-dirtrack-mode after
615 list-buffers-directory is made a local variable, to avoid setting
616 the default value.
617
618 2006-05-26 Kevin Ryde <user42@zip.com.au>
619
620 * info.el (Info-index-next): Use where-is-internal to report
621 actual binding of Info-index-next, rather than hard-coded `,'.
622
623 2006-05-26 Eli Zaretskii <eliz@gnu.org>
624
625 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
626 and "Find Command in Manual" to here.
627
628 * buff-menu.el (list-buffers-noselect): For Info buffers, use
629 Info-current-file as the file name.
630
631 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
632
633 * ses.el (defadvice undo-more): Delete this defadvice. The undo
634 overrides will now be done a different way.
635 (ses-set-parameter): Reapply this function for undo.
636 (ses-set-header-row): Reconstruct header row during undo.
637 (ses-widen): New function.
638 (ses-goto-data, ses-reconstruct-all): Use new function.
639 (ses-command-hook): Widen buffer during undo, before unupdating
640 the cells.
641 (ses-insert-row, ses-delete-row): Widen buffer during undo.
642 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
643 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
644 formula hasn't been executed yet.
645
646 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
647
648 * comint.el (comint-kill-whole-line): Rename arg to count.
649 Fix doc string.
650
651 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
652
653 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
654 to copy-file.
655
656 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
657
658 * simple.el (toggle-truncate-lines): Make arg optional for
659 backward compatibility.
660
661 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
662
663 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
664 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
665 DLL arg. Instead, use ewoc--current-dll. Update all callers.
666 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
667 (ewoc--adjust): Use ewoc--current-dll.
668 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
669
670 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
671
672 * textmodes/org.el: (org-next-item, org-previous-item): Emit more
673 compact error message.
674 (org-tags-view): Refresh category table in each file.
675 (org-table-justify-field-maybe): Remove superfluous arguments to
676 `format'.
677 (org-export-as-html): Insert "<p>" before postamble.
678 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
679
680 2006-05-26 Kenichi Handa <handa@m17n.org>
681
682 * textmodes/po.el (po-find-charset): Pay attention to the case
683 FILENAME is a cons (NAME . BUFFER).
684 (po-find-file-coding-system-guts): Likewise.
685
686 * arc-mode.el (archive-set-buffer-as-visiting-file):
687 Call find-operation-coding-system with (FILENAME . BUFFER).
688
689 * tar-mode.el (tar-extract): Call find-operation-coding-system
690 with (FILENAME . BUFFER).
691
692 * international/mule.el (decode-coding-inserted-region):
693 Call find-operation-coding-system with (FILENAME . BUFFER).
694
695 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
696
697 * image-mode.el (image-toggle-display): Use buffer contents to
698 generate image for a remote file.
699
700 2006-05-25 Juri Linkov <juri@jurta.org>
701
702 * replace.el (query-replace-read-from, query-replace-read-to):
703 Remove 8th arg KEEP-ALL in read-from-minibuffer.
704
705 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
706
707 * whitespace.el (whitespace-cleanup): Change to cleanup
708 region if one is active.
709 * whitespace.el (whitespace-cleanup-internal): New internal method.
710
711 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
712
713 * dired.el (dired-mode-map): Add help-echo strings to tumme
714 commands. Bind `tumme-dired-display-image' to C-t i.
715
716 * tumme.el (tumme-display-image): Change documentation string slightly.
717 (tumme-dired-display-image): Add call to `display-buffer'.
718
719 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
720
721 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
722 Signal error if RAW-DATA is a multibyte string.
723
724 2006-05-24 Richard Stallman <rms@gnu.org>
725
726 * subr.el (with-local-quit): When handling `quit' signal,
727 make a chance for quit-flag to cause a quit.
728
729 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
730 (ad-disable-advice): Add autoloads.
731
732 * subr.el (read-passwd): Copy PROMPT before changing its properties.
733
734 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
735
736 * dired.el (dired-mode-map): Change menu items for tumme as per
737 suggestions in emacs-devel.
738
739 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
740
741 * dired.el (dired-mode-map): Fix breakage.
742
743 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
744
745 * tumme.el (tumme-display-dired-image): Rename to...
746 (tumme-dired-display-image): ...this.
747 (tumme-track-movement): Change default value to t.
748 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
749 used from `tumme-next-line-and-display' and similar commands.
750
751 * dired.el (dired-mode-map): Add Thumbnail submenu under the
752 Immediate menu. Add some tumme commands there.
753
754 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
755
756 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
757
758 2006-05-24 Chong Yidong <cyd@mit.edu>
759
760 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
761 menu entries that open submenus.
762
763 2006-05-24 Alan Mackenzie <acm@muc.de>
764
765 * startup.el (command-line): For names of preloaded files, don't
766 append ".elc" (now done in Fload), and call file-truename on the
767 lisp directory.
768
769 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
770 match ANY loaded file with the right name, not just those in
771 load-path. Put a regexp matching the file name into
772 after-load-alist, rather than the name itself.
773
774 * subr.el: New functions load-history-regexp,
775 load-history-filename-element, do-after-load-evaluation.
776
777 * international/mule.el (load-with-code-conversion): Do the
778 eval-after-load stuff by calling do-after-load-evaluation.
779
780 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
781
782 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
783 has not been killed.
784
785 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
786
787 * term/mac-win.el: Set idle timer to clean up expired Apple events.
788 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
789 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
790 Optionally set error message in reply.
791
792 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
793
794 * textmodes/org.el: (org-open-at-point): Use renamed variable
795 `org-confirm-shell-link-function'.
796 (org-confirm-shell-link-function): Rename from
797 `org-confirm-shell-links'.
798 (org-export-directory): New function.
799 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
800 (org-export-icalendar): Use `org-export-directory'.
801 (org-indent-item): Keep cursor position.
802 (org-link-file-path-type): New option.
803 (org-export-as-html): Fix bug with plain lists starting in
804 column 0.
805 (org-export-as-html): Remove deadline formatting, this happens
806 now already in `org-html-handle-time-stamps'.
807 (org-export-html-style): Deadline class removed.
808 (org-insert-labeled-timestamps-at-point): New option.
809 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
810 of `hide-sublevels 1', in case the first headline is not level 1.
811 (org-overview, org-content): New fuction.
812 (org-cycle-global-status, org-cycle-subtree-status): Make these
813 variables buffer-local.
814 (org-global-cycle): New command.
815 (org-shifttab): Use `org-global-cycle'.
816 (org-insert-heading, org-insert-item): Go to end of new
817 headline/item after creating it.
818 (org-export-visible): Rename from `org-export-copy-visible'.
819 Now creates a temporary org-file and applies an exporting command
820 to it.
821 (org-table-eval-formula): Support for lisp forms.
822 (org-agenda-todo-ignore-scheduled): New option.
823 (org-agenda-get-todos): Use new option
824 `org-agenda-todo-ignore-scheduled'.
825 (org-export-html-inline-images): New value `maybe'.
826 (org-export-as-html): Inlining of images dependent on link description.
827 (org-archive-subtree): Check for end-of-buffer before trying
828 `kill-line'.
829 (org-agenda-follow-mode): New option.
830 (org-export-with-tags, org-export-with-timestamps): New options.
831 (org-html-handle-time-stamps): New function.
832 (org-keyword-time-regexp): New variable.
833 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
834 (org-agenda-todo-list-sublevels): New option.
835 (org-html-level-start): When TITLE is nil, just close all levels.
836 (org-parse-key-lines, org-parse-export-options): Remove functions,
837 replaced by `org-infile-export-plist'.
838 (org-combine-plists, org-infile-export-plist)
839 (org-default-export-plist): New functions.
840 (org-export-html-preamble, org-export-html-postamble)
841 (org-export-html-auto-preamble, org-export-html-auto-postamble):
842 New variables.
843 (org-export-publishing-directory): New option.
844 (org-export-as-html, org-export-as-ascii): Use the new property
845 lists for settings.
846 (org-export-copy-visible, org-export-as-xoxo):
847 Respect `org-export-publishing-directory'.
848 (org-link-search, org-store-link, org-file-apps): Support for
849 links to BibTeX database entries..
850 (org-get-current-options, org-set-regexps-and-options):
851 Implement logging as a startup option.
852 (org-store-link): Make sure context string is never empty
853 (org-insert-link): Use relative path when possible.
854 (org-at-item-checklet-p): New function.
855 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
856 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
857 (org-metaright, org-metaup, org-metadown, org-shiftup)
858 (org-shiftdown, org-shiftright, org-shiftleft)
859 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
860 Dispatch using `call-interactively'.
861 (org-call-with-arg): New defsubst.
862 (org-tag-alist, org-use-fast-tag-selection): New options.
863 (org-complete): Use `org-tag-alist'.
864 (org-fast-tag-insert, org-fast-tag-selection): New functions.
865 (org-next-item, org-previous-item): New commands.
866 (org-beginning-of-item, org-end-of-item): Add (interactive) to
867 make command.
868 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
869
870
871 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
872
873 * emacs-lisp/ewoc.el (ewoc-delete): New function.
874 (ewoc-filter): Use `ewoc-delete'.
875
876 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
877
878 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
879
880 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
881 Signal more user-friendly error messages.
882
883 * complete.el (PC-do-completion): Undo the addition of implicit
884 wildcards if they did not lead to finding any match.
885 (read-file-name-internal): Don't add the final > if the completion is
886 not finished.
887
888 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
889
890 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
891 Quote safe-local-variable predicate.
892
893 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
894
895 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
896
897 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
898
899 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
900
901 * progmodes/make-mode.el (makefile-special-targets-list)
902 (makefile-macro-table, makefile-target-table): Mark as risky.
903 (makefile-query-one-target-method): Make this the alias for the
904 following variable.
905 (makefile-query-one-target-method-function): Make this the real name.
906
907 * textmodes/artist.el (artist-text-renderer): Make this the alias
908 for the following variable.
909 (artist-text-renderer-function): Make this the real name.
910
911 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
912 the alias for the following variable.
913 (flyspell-generic-check-word-predicate): Make this the real name.
914
915 * textmodes/ispell.el (ispell-format-word): Make this the alias
916 for the following variable.
917 (ispell-format-word-function): Make this the real name.
918 (ispell-message-text-end): Mark as risky.
919
920 * skeleton.el (skeleton-transformation, skeleton-filter)
921 (skeleton-pair-filter): Make these the aliases for the following
922 variables.
923 (skeleton-transformation-function, skeleton-filter-function)
924 (skeleton-pair-filter-function): Make these the real names.
925
926 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
927 and skeleton-pair-filter-function.
928
929 * textmodes/sgml-mode.el (sgml-transformation): Make this the
930 alias for the following variable.
931 (sgml-transformation-function): Make this the real name.
932 (sgml-tag-alist): Mark as risky.
933
934 2006-05-21 Richard Stallman <rms@gnu.org>
935
936 * simple.el (kill-region): Interactively, pass point, then mark.
937
938 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
939
940 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
941
942 2006-05-21 Romain Francoise <romain@orebokech.com>
943
944 * dired-x.el (dired-mode-map): Don't bind M-g.
945
946 2006-05-20 Richard Stallman <rms@gnu.org>
947
948 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
949 (dired-goto-file): Doc fix.
950
951 2006-05-21 Kim F. Storm <storm@cua.dk>
952
953 * emulation/cua-base.el: Mention customizing cua-mode as alternative
954 way to enable built-in cua-mode if user loads older CUA-mode package.
955
956 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
957 if default-filename is specified.
958
959 2006-05-20 Eli Zaretskii <eliz@gnu.org>
960
961 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
962
963 * info.el (info-apropos): Make sure current-file and current-node
964 have non-nil values. Speed up by using add-to-list instead of
965 manual consing.
966
967 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
968
969 * progmodes/make-mode.el (makefile-mode): Doc fix.
970
971 2006-05-20 Eli Zaretskii <eliz@gnu.org>
972
973 * dired-aux.el (dired-do-shell-command): Doc fix.
974
975 2006-05-20 Kevin Ryde <user42@zip.com.au>
976
977 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
978 ``(custom-manual :tag "Foo" "(foo)Node")''.
979
980 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
981
982 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
983 value is an integer.
984
985 2006-05-20 Eli Zaretskii <eliz@gnu.org>
986
987 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
988 "format".
989 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
990
991 2006-05-20 Martin Rudalics <rudalics@gmx.at>
992
993 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
994 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
995
996 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
999 regexp for keywords.
1000
1001 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1002
1003 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1004 replace-regexp-in-string.
1005
1006 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1007 encode, and escape file name on conversion to URL.
1008
1009 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1010
1011 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1012 Don't unescape URL.
1013 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1014
1015 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1016 on conversion to URLs.
1017
1018 * net/browse-url.el (browse-url-file-url): Encode file name on
1019 conversion to URL.
1020
1021 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1022 conversion to URL.
1023
1024 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1025
1026 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1027
1028 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1029
1030 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1031 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1032
1033 2006-05-19 Glenn Morris <rgm@gnu.org>
1034
1035 * calendar/diary-lib.el (diary-bahai-date)
1036 (list-bahai-diary-entries, mark-bahai-diary-entries)
1037 (mark-bahai-calendar-date-pattern): Not interactive.
1038 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1039 (diary-entries-list): Change format of 4th element in each entry.
1040 (diary-list-entries): Use add-to-diary-list.
1041 (diary-goto-entry): Handle the case where the buffer visiting the
1042 diary has been killed.
1043 (fancy-diary-display): Add 'locator to button rather than 'marker.
1044 Only generate temp-face when there are marks to apply.
1045 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1046 (diary-fancy-date-pattern): New variable.
1047 (diary-time-regexp): Doc fix.
1048 (diary-anniversary, diary-time): New faces.
1049 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1050 diary-time-regexp. Add font-lock-multiline property where needed.
1051 Use new faces diary-anniversary and diary-time.
1052 (diary-fancy-font-lock-fontify-region-function): New function, to
1053 handle multiline font-lock pattern in fancy diary.
1054 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1055 (diary-font-lock-keywords): Tweak time regexp. Use new face
1056 diary-time.
1057
1058 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1059
1060 * international/code-pages.el (mik): Table corrected.
1061
1062 2006-05-18 Kim F. Storm <storm@cua.dk>
1063
1064 * progmodes/grep.el (grep-find): Don't check grep-find-command
1065 before running command (breaks non-interactive usage).
1066
1067 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1068
1069 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1070 (ewoc--insert-new-node): Don't insert trailing newline.
1071 Instead, adjust successor nodes's start markers.
1072 (ewoc--refresh-node): Delete all text from current node's start
1073 marker to the next one's; adjust successor nodes's start markers.
1074 (ewoc--create): Doc fixes.
1075 (ewoc--refresh): Don't insert newline.
1076 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1077 * pcvs.el (cvs-make-cvs-buffer):
1078 Specify extra newline for ewoc's header and footer.
1079 (cvs-update-header): Update initial header recognition.
1080 Append newline to final header and footer values.
1081 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1082
1083 2006-05-17 Richard Stallman <rms@gnu.org>
1084
1085 * files.el (file-name-extension): Doc fix.
1086
1087 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1090 we can explicitly enable/disable rather than toggle.
1091 (shell-mode): Use it.
1092 (shell-cd): Don't try to reproduce what `cd' does.
1093
1094 2006-05-17 Kim F. Storm <storm@cua.dk>
1095
1096 * ido.el (ido-read-internal): Use only nondirectory part of
1097 default item.
1098
1099 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1100
1101 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1102 (ewoc-nth): Doc fix.
1103
1104 (ewoc-map, ewoc-invalidate): Compute PP before looping.
1105
1106 2006-05-16 Eli Zaretskii <eliz@gnu.org>
1107
1108 * international/mule.el (auto-coding-alist): Add .lha to files
1109 read with no-conversion.
1110
1111 * files.el (auto-mode-alist): Add .lha files to archive file
1112 extensions.
1113
1114 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1115 Convert csize to integer when computing offsets within the
1116 compressed archive file.
1117
1118 2006-05-16 Kim F. Storm <storm@cua.dk>
1119
1120 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1121 with read-from-minibuffer.
1122
1123 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1124
1125 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1126 (byte-compile-warnings): Fix safe-local-variable property.
1127
1128 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
1129
1130 * allout.el (allout-show-bodies, allout-old-style-prefixes)
1131 (allout-stylish-prefixes, allout-numbered-bullet)
1132 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1133 predicates to qualify `safe-local-variable' property, when
1134 available, else use equivalent lambda.
1135 (allout-current-topic-collapsed-p): Do the right thing regarding
1136 trailing blank lines.
1137
1138 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1139
1140 * server.el (server-start): Only create a directory if needed.
1141 (server-edit, server-unload-hook): server-start => server-mode.
1142 (kill-emacs-hook): Cleanup upon exit.
1143
1144 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * hexl.el (hexlify-buffer): Encode process arguments manually.
1147
1148 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1149
1150 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1151 call to gdb-tooltip-print.
1152
1153 2006-05-15 Romain Francoise <romain@orebokech.com>
1154
1155 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1156 systems, default to "tar" since those systems probably have GNU tar.
1157
1158 2006-05-14 Lars Hansen <larsh@soem.dk>
1159
1160 * desktop.el (desktop-missing-file-warning): Fix docstring.
1161 (desktop-restore-file-buffer): Correct question asked on missing file.
1162
1163 2006-05-14 Kim F. Storm <storm@cua.dk>
1164
1165 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1166 Add CUA move property.
1167
1168 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1169
1170 * custom.el (custom-push-theme): Load the variable before checking
1171 its `standard-value'.
1172
1173 2006-05-13 Lars Hansen <larsh@soem.dk>
1174
1175 * desktop.el (desktop-save): Use with-temp-buffer.
1176
1177 2006-05-12 Glenn Morris <rgm@gnu.org>
1178
1179 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1180 * calendar/calendar.el (calendar-mode-map):
1181 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1182 * calendar/appt.el (appt-check, appt-make-list): Refer to
1183 diary-view-entries, diary-list-entries, diary-show-all-entries
1184 rather than obsolete aliases.
1185
1186 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * simple.el (line-move-finish): Avoid calling point motion hooks
1189 while processing intangibility.
1190
1191 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1192
1193 * term/xterm.el (terminal-init-xterm): Fix typo.
1194
1195 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1196
1197 * allout.el: (allout-view-change-hook): Mark as being deprecated,
1198 to be replaced by `allout-exposure-change-hook'.
1199 (allout-exposure-change-hook): New, replacing
1200 `allout-view-change-hook'.
1201 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1202 in addition to `allout-view-change-hook'.
1203 (allout-show-bodies, allout-old-style-prefixes)
1204 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1205 lambda forms to prevent their showing up in variable help
1206 presentations as inscrutable byte-compiled code.
1207 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1208 Use string-or-null-p to qualify safe-local-variable values.
1209 (allout-reindent-bodies): Use memq to qualify matches against
1210 valid safe-local-variable values. Also, quote the lambda as above.
1211 (allout-use-mode-specific-leader): Add missing candidate-value
1212 symbols, use memq, and quote the lambda.
1213 (allout-overlay-interior-modification-handler): Remove unused
1214 variables `msg' and 'opened'.
1215 (allout-hidden-p): Constrain invisibility consideration to allout's
1216 invisibility spec, disregarding invisibility for other reasons.
1217
1218 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1219
1220 * files.el (version-control): Correct safe values.
1221
1222 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1223
1224 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1225
1226 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1227 (ewoc--insert-new-node): New func.
1228 Update callers of deleted funcs to use it, instead.
1229
1230 2006-05-11 Glenn Morris <rgm@gnu.org>
1231
1232 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1233 obsolete alias `show-all-diary-entries'.
1234 (make-diary-entry): Not interactive.
1235 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1236 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1237 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1238 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1239 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1240 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1241
1242 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1243
1244 * calendar/calendar.el (calendar-french-date-string)
1245 (calendar-mayan-date-string, calendar-chinese-date-string)
1246 (calendar-astro-date-string, calendar-iso-date-string)
1247 (calendar-islamic-date-string, calendar-bahai-date-string)
1248 (calendar-hebrew-date-string, calendar-coptic-date-string)
1249 (calendar-ethiopic-date-string, calendar-persian-date-string):
1250 These functions are not interactive.
1251
1252 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1253
1254 * files.el: Balance parentheses.
1255
1256 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1257
1258 * files.el, newcomment.el, outline.el, simple.el,
1259 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1260 progmodes/cc-vars.el, progmodes/compile.el:
1261 Move `safe-local-variable' declarations to the respective files.
1262
1263 * help-fns.el (describe-variable): Don't print safe-var if it is
1264 byte-code. Improve wording as suggested by Luc Teirlinck.
1265
1266 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1267
1268 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1269 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1270 Use a token for pending-triggers to ensure gdb-var-update
1271 gets called once per user input again for pre-GDB 6.4.
1272 (gdb-var-delete): Match on more complex expressions.
1273 (gdb-var-list-children-handler, gdb-var-create-handler):
1274 Use a token for consistency.
1275
1276 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1277
1278 * textmodes/org.el (org-read-date, org-goto-calendar)
1279 (org-agenda-goto-calendar):
1280 Bind `view-calendar-holidays-initially' to nil.
1281
1282 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1283
1284 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1285 Update all callers to do it there, instead.
1286
1287 2006-05-10 Glenn Morris <rgm@gnu.org>
1288
1289 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1290 prefix arg case, to avoid view-diary-entries-initially error.
1291 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1292 (calendar-date-is-legal-p): Handle dates with no day part.
1293
1294 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1295
1296 * comint.el (comint-insert-input): Just make it when
1297 comint-use-prompt regexp is nil (default) and with the mouse.
1298 (comint-copy-old-input): Reinstate from 2004-06-23.
1299 (comint-mode-map): Bind C-c C-m to it.
1300
1301 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
1302
1303 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1304 Remove spurious move to point-max (new comint behavior fixes).
1305
1306 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1307 compatibility function (Emacs 18/19).
1308 (idlwave-is-continuation-line): Always return point at start of
1309 previous non-blank continuation line.
1310 `keyword-parameters': Fix continued comment font-lock matcher.
1311 (idlwave-font-lock-fontify-region): Written, use as
1312 font-lock-fontify-region-function, to fix continued keyword
1313 fontification issues.
1314
1315 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1316
1317 * term/mac-win.el (mac-font-panel-mode): Doc fix.
1318 (mac-service-selection, mac-service-open-file)
1319 (mac-service-open-selection, mac-service-mail-selection)
1320 (mac-service-mail-to, mac-service-insert-text): Rename from
1321 mac-services-*. All uses changed.
1322 (mac-apple-event-map): Rename event symbol `services' to `service'.
1323
1324 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1325
1326 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1327 (ewoc--node-enter-first, ewoc--node-enter-last)
1328 (ewoc--delete-node-internal): Merge funcs into unique callers.
1329
1330 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1333 return value of read-from-minibuffer for empty input.
1334
1335 2006-05-09 Miles Bader <miles@gnu.org>
1336
1337 * comint.el (comint-insert-input): Remove redundant calls to setq
1338 and goto-char.
1339
1340 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
1341
1342 * comint.el (comint-insert-input): Make it work when
1343 comint-use-prompt-regexp is t.
1344
1345 2006-05-10 Miles Bader <miles@gnu.org>
1346
1347 * subr.el (field-at-pos): New function.
1348
1349 * comint.el (comint-insert-input): Use it.
1350
1351 2006-05-09 Juri Linkov <juri@jurta.org>
1352
1353 * battery.el (battery-linux-proc-acpi): Also try
1354 `/proc/acpi/thermal_zone/THR2/temperature'.
1355
1356 * files.el <safe-local-variable>: Remove `eval' and `let' binding
1357 for now unused lambda `string-or-null'.
1358
1359 * add-log.el (change-log-default-name): Put `string-or-null-p'
1360 instead of lambda on `safe-local-variable' property.
1361
1362 * diff-mode.el (diff-context->unified): Use `region-beginning' and
1363 `region-end' instead of `mark' and `point'.
1364 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1365 Operate on region in Transient Mark mode when the mark is active.
1366 Use `region-beginning' and `region-end' instead of `mark' and
1367 `point'.
1368 (diff-hunk-text, diff-goto-source): Doc fix.
1369
1370 * startup.el (fancy-splash-screens, normal-splash-screen): Use
1371 face `mode-line-buffer-id' for mode-line buffer face instead of
1372 hard-coded `(:weight bold)'.
1373
1374 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1375 buffer-undo-list to t (undo-ask is reproducible by visiting
1376 nested archives).
1377
1378 2006-05-09 Kim F. Storm <storm@cua.dk>
1379
1380 * progmodes/grep.el (rgrep): Set default directory of *grep*
1381 buffer if we start M-x rgrep in the *grep* buffer and choose
1382 a different base directory.
1383
1384 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
1385
1386 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1387 completion also when ido is loaded.
1388
1389 2006-05-09 Masatake YAMATO <jet@gyve.org>
1390
1391 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1392 "warning" and "import".
1393 (cpp-font-lock-keywords): Added "warning".
1394
1395 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1396
1397 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1398
1399 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1402 pages at a time, if we signal the end, we should indeed reach that end.
1403
1404 2006-05-08 David Reitter <david.reitter@gmail.com>
1405
1406 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1407 output during execution of the body.
1408
1409 2006-05-08 Kim F. Storm <storm@cua.dk>
1410
1411 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1412
1413 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1414
1415 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1416 Use with-current-buffer.
1417
1418 2006-05-07 Kim F. Storm <storm@cua.dk>
1419
1420 * subr.el (add-to-history): Remove keep-dups arg.
1421
1422 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1423 to nil around call to add-to-history.
1424
1425 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1428 than after a buffer modification.
1429
1430 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
1431
1432 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1433 call to...
1434 (gud-watch): ...here so speedbar is raised for already watched
1435 expressions.
1436 (gdb-speedbar-refresh): Delete function.
1437 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1438 Use speedbar-timer-fn instead of speedbar-refresh (reverting
1439 earlier change).
1440 (gdb-var-evaluate-expression-handler)
1441 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1442
1443 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1444 Update localized contents for all buffers except ignored modes.
1445
1446 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1447
1448 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1449 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1450 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1451 (mac-handle-font-panel-closed, mac-handle-font-selection):
1452 New functions.
1453 (mac-font-panel-mode): New minor mode.
1454 (mac-apple-event-map): Add bindings for toolbar toggle button and
1455 font panel.
1456 (menu-bar-showhide-menu): Add mac-font-panel-mode.
1457
1458 2006-05-07 John Paul Wallington <jpw@pobox.com>
1459
1460 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1461 Avoid `regexp-opt'; simplify regexp for readability.
1462
1463 2006-05-06 Eli Zaretskii <eliz@gnu.org>
1464
1465 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1466 * files.el (buffer-stale-function):
1467 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1468 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1469 links to the main manual, not to emacs-xtra.
1470
1471 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1472
1473 * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
1474 MacJapanese if text is ASCII-only.
1475
1476 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
1477
1478 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1479 unless so nil isn't returned.
1480 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1481
1482 2006-05-06 Kim F. Storm <storm@cua.dk>
1483
1484 * subr.el (add-to-history): New function.
1485
1486 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1487 (ediff-merge-files-with-ancestor):
1488 * env.el (setenv):
1489 * isearch.el (isearch-update-ring):
1490 * server.el (server-visit-files):
1491 * progmodes/grep.el (lgrep, rgrep):
1492 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1493 * progmodes/xscheme.el (xscheme-insert-expression):
1494 Use add-to-history.
1495
1496 * kmacro.el (kmacro-push-ring): Use add-to-history.
1497 (kmacro-ring-length): Remove unused defun.
1498 (kmacro-start-macro): Use kmacro-push-ring.
1499
1500 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
1501
1502 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1503 directly instead of a lambda expression that calls it.
1504
1505 2006-05-06 Kim F. Storm <storm@cua.dk>
1506
1507 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1508 instead of compute-motion.
1509
1510 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1511
1512 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
1513 change.
1514
1515 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
1516
1517 * startup.el (command-line-1): Refer to "Pure Storage" on
1518 pure-space-overflow.
1519
1520 2006-05-05 Martin Rudalics <rudalics@gmx.at>
1521
1522 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1523 provided faces once they all have been used up.
1524
1525 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1526
1527 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1528 reference to the Lisp manual to the warning about pure space
1529 overflow.
1530
1531 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1532
1533 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1534 argument to avoid the call to `ispell-internal-change-dictionary'
1535 when not needed.
1536 (ispell-change-dictionary): Use this argument and call
1537 `ispell-internal-change-dictionary' after the possible change
1538 to `ispell-local-dictionary'.
1539 (ispell-internal-change-dictionary): Check for a change in
1540 personal dictionary use too.
1541 Cosmetic changes from Agustin Martin
1542 <agustin.martin@hispalinux.es>.
1543
1544 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1545
1546 * startup.el (command-line): On MS-Windows, probe "~", not
1547 "~USER", for warning about non-existent home directory
1548
1549 * arc-mode.el (archive-l-e): New optional argument `float' means
1550 generate a float value.
1551 (archive-arc-summarize, archive-lzh-summarize)
1552 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1553 with 3rd argument non-nil when file's size is being computed.
1554 Format the file sizes with %8.0f instead of %8d.
1555
1556 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1557
1558 * cus-start.el (all): Add mac-dnd-known-types.
1559
1560 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
1561 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1562 (mac-TIFF-to-string): New functions.
1563 (x-get-selection, x-selection-value)
1564 (mac-select-convert-to-string): Use them.
1565 (mac-text-encoding-mac-japanese-basic-variant): New constant.
1566 (mac-dnd-types-alist): New customization variable.
1567 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1568 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1569 (mac-dnd-handle-drag-n-drop-event): New functions.
1570 (mac-drag-n-drop): Remove function.
1571 (global-map): Bind drag-n-drop and M-drag-n-drop to
1572 mac-dnd-handle-drag-n-drop-event.
1573
1574 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
1575
1576 * progmodes/perl-mode.el (perl-beginning-of-function):
1577 Skip anonymous subs.
1578
1579 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1580
1581 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1582 regexp-opt at run time.
1583
1584 * term.el (term-handle-ansi-escape): Fix off by one error.
1585
1586 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
1587
1588 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1589 (gdb-init-1, gdb-post-prompt): ...and references to it.
1590 (gdb-frame-handler): Strip directory name from filename if present.
1591
1592 * progmodes/gud.el (gdb-force-update): Delete defvar
1593 (gud-speedbar-buttons): ...and references to it. Use window-start
1594 to try to keep positon in watch expression.
1595
1596 2006-05-03 Richard Stallman <rms@gnu.org>
1597
1598 * simple.el (next-history-element, previous-history-element): Doc fix.
1599
1600 * isearch.el (isearch-update-ring): Doc fix.
1601
1602 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
1603
1604 * isearch.el (isearch-update-ring): Take history-delete-duplicates
1605 into consideration. Replace one arm ifs with whens.
1606
1607 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
1608
1609 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1610 (menu): Fix typo.
1611
1612 2006-05-02 Miles Bader <miles@gnu.org>
1613
1614 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
1615
1616 2006-05-02 Jay Belanger <belanger@truman.edu>
1617
1618 * calc/calc-embed.el: (calc-override-minor-modes-map)
1619 (calc-override-minor-modes): New variables.
1620 (calc-do-embedded): Make sure that Calc keystrokes aren't
1621 overwritten by minor modes.
1622
1623 2006-05-02 Chong Yidong <cyd@mit.edu>
1624
1625 * msb.el (msb): If EVENT is a down event, read and discard the up event.
1626
1627 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
1628
1629 * startup.el (command-line-1): Refer to Lisp manual when
1630 pure-space-overflow occurs.
1631
1632 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
1633 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
1634 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
1635 (version-control): Don't use `t' for safe-local-variable declarations.
1636
1637 2006-05-01 Richard Stallman <rms@gnu.org>
1638
1639 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
1640 M-r, M-R, M-A, M-SPC or M-DEL.
1641 (diff-mode-map): diff-refine-hunk now on C-c C-w
1642 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
1643
1644 * help-mode.el (help-mode): view-exit-action calls delete-window
1645 only when it is safe and possible.
1646
1647 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
1648 in messages.
1649
1650 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
1651
1652 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
1653 in the default tool-bar-map.
1654
1655 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
1656
1657 * net/tramp.el (tramp-completion-file-name-handler-alist)
1658 (tramp-run-real-handler, tramp-completion-run-real-handler)
1659 (tramp-completion-handle-file-name-all-completions)
1660 (tramp-completion-handle-file-name-completion): Autoload them.
1661 (tramp-completion-handle-file-exists-p)
1662 (tramp-completion-handle-file-name-directory)
1663 (tramp-completion-handle-file-name-nondirectory)
1664 (tramp-completion-handle-expand-file-name): Remove them.
1665 (tramp-handle-file-name-directory): Return the real directory name.
1666 Returning "/" only doesn't need to be necessary any longer.
1667 (tramp-file-name-handler): Make special attention when in hostname
1668 completion mode.
1669 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
1670 (tramp-register-file-name-handlers):
1671 Register `tramp-completion-file-name-handler' only when
1672 `partial-completion-mode' is enabled.
1673 (tramp-completion-handle-file-name-all-completions):
1674 Delete directory part from results.
1675 (tramp-get-completion-methods, tramp-get-completion-user-host):
1676 Discard deleting "/", it doesn't work after the change of
1677 `tramp-handle-file-name-directory' above.
1678
1679 2006-05-01 Kim F. Storm <storm@cua.dk>
1680
1681 * progmodes/grep.el (grep-expand-template): Use save-match-data
1682 and symbol-value.
1683
1684 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1685
1686 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
1687 Use select-frame-set-input-focus instead of raise-frame.
1688 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
1689
1690 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
1691
1692 * progmodes/gud.el (gud-def): Add %c case.
1693 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
1694 (gud-format-command): Make match case sensitive. Match on %F.
1695
1696 2006-04-30 Glenn Morris <rgm@gnu.org>
1697
1698 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
1699 (cal-tex-preamble): Use cal-tex-preamble-extra.
1700 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
1701 than alias `list-diary-entries'.
1702
1703 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1704
1705 * help-fns.el (describe-variable): Add info about safe local variables.
1706
1707 2006-04-29 Richard Stallman <rms@gnu.org>
1708
1709 * bindings.el (mode-line-format): help-echo doc fixes.
1710
1711 * net/tramp.el (tramp-file-name-handler-alist): Delete
1712 expand-file-name and other operations that can cause spurious loading.
1713
1714 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * files.el (safe-local-variable-p): Remove support for the special
1717 value t.
1718
1719 * textmodes/paragraphs.el (sentence-end-without-space):
1720 Fix safety predicate.
1721 (sentence-end-double-space, sentence-end-without-period)
1722 (paragraph-ignore-fill-prefix):
1723 * textmodes/fill.el (colon-double-space):
1724 * abbrev.el (abbrev-mode): Tighten the safety predicate.
1725
1726 * subr.el (booleanp): New fun.
1727
1728 * textmodes/reftex-vars.el (reftex-guess-label-type):
1729 Tighten the safety predicate.
1730
1731 2006-04-28 Kim F. Storm <storm@cua.dk>
1732
1733 * progmodes/grep.el (defgroup grep): Doc fix.
1734 (grep-auto-highlight): Remove.
1735 (grep-template): New defcustom.
1736 (grep-find-template): Rename from grep-tree-template.
1737 (grep-files-aliases): Rename from grep-tree-files-aliases.
1738 Remove "all" alias, add "l" alias.
1739 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
1740 (grep-find-ignored-directories): New defcustom to replace
1741 grep-tree-ignore-CVS-directories, to facilitate ignoring
1742 subdirectories for multiple version control systems.
1743 (grep-mode-map): Add Recursive grep item to GREP menu.
1744 (grep-regexp-history, grep-files-history): New defvars.
1745 (grep-probe): New helper function.
1746 (grep-compute-defaults): Use it to simplify code.
1747 Adapt to name changes.
1748 Use `.' as base in grep-find-template rather than <D>.
1749 (grep): Remove superfluous highlight-regexp arg. Fix doc.
1750 Call grep-compute-defaults unconditionally.
1751 (grep-expand-keywords): New defconst.
1752 (grep-expand-template): Rename from grep-expand-command-macros.
1753 Simplify via grep-expand-keywords. Look at case-fold-search instead
1754 of grep-tree-ignore-case to add -i option.
1755 Bind case-fold-search to nil while matching keywords.
1756 (grep-tree-last-regexp, grep-tree-last-files): Remove.
1757 (grep-read-regexp, grep-read-files): New helper functions.
1758 (rgrep): Rename from grep-tree. Rework to use proper histories.
1759 Adapt to changes in defcustoms and functions above.
1760 (lgrep): New command, as grep, but using same interactive UI as rgrep.
1761
1762 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
1763
1764 * net/tramp.el (tramp-completion-file-name-handler):
1765 Disable Tramp's functionality while loading Tramp itself.
1766 (tramp-register-file-name-handlers): That's a defsubst now.
1767 Code from `tramp-repair-jka-compr' moved here. Apply it via
1768 `after-init-hook'.
1769 (tramp-repair-jka-compr): Remove.
1770
1771 2006-04-27 Jay Belanger <belanger@truman.edu>
1772
1773 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
1774 read expression when `math-read-big-expr' doesn't work.
1775
1776 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
1777
1778 * startup.el (command-line-1): Display warning when
1779 pure-space-overflow is non-nil.
1780
1781 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1782
1783 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
1784 risky.
1785
1786 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1787
1788 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
1789 Return the URL or nil if none can be generated.
1790
1791 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
1792
1793 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
1794 byte compiler warnings.
1795 (gud-basic-call, gud-find-expr): Let user select an expression
1796 for printing. Print expression as well as value in GUD buffer.
1797
1798 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
1799
1800 * allout.el: Remove local autoload declaration for
1801 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
1802 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
1803 (allout-plain-bullets-string, allout-distinctive-bullets-string)
1804 (allout-use-mode-specific-leader, allout-old-style-prefixes)
1805 (allout-stylish-prefixes, allout-numbered-bullet)
1806 (allout-file-xref-bullet, allout-presentation-padding)
1807 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
1808 safe-local-variable with suitable value spec, and add autoload
1809 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
1810 (move-beginning-of-line, move-end-of-line): Repair so these compat
1811 functions now actually resituate the point, when appropriate.
1812
1813 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1814
1815 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
1816
1817 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
1818 (add-log-iso8601-time-string): Fix call to format-time-string.
1819
1820 2006-04-26 Kim F. Storm <storm@cua.dk>
1821
1822 * subr.el (posn-string, posn-image, posn-object): Doc fix.
1823
1824 2006-04-26 Masatake YAMATO <jet@gyve.org>
1825
1826 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1827 Add support for "//" style comments. Remove `b' flag
1828 from ?* in `asm-mode-syntax-table'.
1829
1830 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * follow.el: Use (featurep 'xemacs) everywhere.
1833 (follow-mode): Use define-minor-mode.
1834 (follow-mode-map): Move initialization into the declaration.
1835 Use command remapping.
1836 (follow-emacs-version-xemacs-p): Remove.
1837 (follow-submit-feedback): Remove.
1838
1839 * allout.el (allout-layout, allout-passphrase-verifier-string)
1840 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
1841
1842 * textmodes/reftex-vars.el (reftex-vref-is-default)
1843 (reftex-fref-is-default, reftex-guess-label-type):
1844 Tighten up a bit the safety predicate.
1845
1846 * textmodes/paragraphs.el (sentence-end-double-space)
1847 (sentence-end-without-period, sentence-end-without-space)
1848 (page-delimiter, paragraph-ignore-fill-prefix):
1849 Tighten up a bit the safety predicate.
1850
1851 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
1852
1853 * progmodes/python.el (python-continuation-line-p)
1854 (python-beginning-of-statement): syntax-ppss may return
1855 a negative depth.
1856 (python-mode): Don't forcefully enable font-lock.
1857
1858 * time-stamp.el (time-stamp-start, time-stamp-end)
1859 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
1860
1861 * add-log.el: Remove spurious * in docstrings.
1862 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
1863 (add-change-log-entry): Use it here, since it's not specific
1864 to iso8601.
1865 (add-log-iso8601-time-string): Don't use it here any more.
1866 (change-log-indent-text, change-log-indent): Rename from add-log-*.
1867
1868 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
1869
1870 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
1871
1872 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
1873 (rcirc-toggle-low-priority): Doc fix.
1874 (rcirc-handler-NOTICE): Remove beginning of line anchor in
1875 ChanServ regexp.
1876 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
1877 #emacs.
1878 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
1879 (rcirc-decode-coding-system): Use utf-8 as the default.
1880 (rcirc-multiline-minor-mode): Set the fill-column.
1881 (rcirc-format-response-string): Display bright and dim nicks.
1882 (rcirc-browse-url): Update interactive spec to fill ARG.
1883 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
1884 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
1885
1886 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1887
1888 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
1889 case for @Article, etc.
1890
1891 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
1892
1893 * net/tramp.el (tramp-register-file-name-handlers): New defun.
1894 Added with autoload cookie.
1895 (tramp-unload-file-name-handlers): Rename from
1896 `tramp-unload-file-name-handler-alist'.
1897
1898 2006-04-23 Romain Francoise <romain@orebokech.com>
1899
1900 * comint.el (comint-match-partial-filename): Doc fix.
1901
1902 2006-04-21 Glenn Morris <rgm@gnu.org>
1903
1904 * calendar/cal-menu.el (calendar-mode-map): Refer to
1905 `diary-view-entries' rather than alias `view-diary-entries'.
1906 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
1907
1908 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
1909
1910 * progmodes/antlr-mode.el (antlr-default):
1911 * cus-edit.el (custom-documentation):
1912 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
1913 in defface.
1914
1915 2006-04-21 Kim F. Storm <storm@cua.dk>
1916
1917 * image.el (image-type): New defun split out of create-image.
1918 (create-image): Use it.
1919
1920 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
1921
1922 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
1923 (org-open-at-point): Remove the "...done" message to keep output
1924 in the echo area visible.
1925 (org-export-as-xoxo): Fix call to `indent-region'.
1926
1927 2006-04-21 Kevin Ryde <user42@zip.com.au>
1928
1929 * international/mule.el (keyboard-coding-system): defcustom
1930 info-link fixes: "Specify Coding" has been split, keyboard now in
1931 "Terminal Coding", and "Single-Byte Character Support" is now
1932 "Unibyte Mode".
1933
1934 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
1935
1936 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
1937 Use font-lock-warning-face for any errors e.g. no stack.
1938 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
1939
1940 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1941
1942 * progmodes/sh-script.el (sh-shell): Mark as safe.
1943
1944 * newcomment.el (comment-start, comment-start-skip)
1945 (comment-end-skip, comment-end): Mark as safe.
1946
1947 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
1948
1949 * textmodes/org.el (org-deadline-announce): Face removed.
1950 (org-level-faces, org-n-levels): Convert to constant.
1951 (org-compatible-face): New function.
1952 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1953 (org-level-5, org-level-6, org-level-7, org-level-8)
1954 (org-special-keyword, org-warning, org-headline-done, org-link)
1955 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1956 (org-scheduled-today, org-scheduled-previously, org-time-grid):
1957 Face definition revised for better color tty support.
1958 (org-bold-re, org-italic-re, org-underline-re): New constants.
1959 (org-set-font-lock-defaults): Use the new constants.
1960 (org-agenda-highlight-todo): New function.
1961 (org-agenda-todo): Fix bug with point at end of line.
1962 (org-agenda-change-all-lines, org-finalize-agenda-entries):
1963 Fontify TODO keywords.
1964 (org-insert-link): Preserve relative path in ../ links.
1965 (org-export-as-html): Convert links pointing to .org files into
1966 links that will work beteen the exported HTML files.
1967 (org-todo-list): Fix bug when arg=0.
1968 (org-insert-heading): More fine-tuning.
1969
1970 2006-04-19 Romain Francoise <romain@orebokech.com>
1971
1972 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
1973 from `rmail-mime-charset-pattern'.
1974
1975 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1976
1977 * progmodes/python.el (python-mode): Fix typo.
1978
1979 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
1980
1981 * comint.el (comint-previous-input): Don't clobber input line
1982 when moving off either end of the input history ring.
1983 (comint-delete-input): New function, used by
1984 `comint-previous-input' and others.
1985 (comint-previous-matching-input):
1986 Use `coming-delete-input'. Save the partial input if leaving the
1987 edit line. Goto point-max before deleting input to avoid
1988 partial input fragments hanging around.
1989 (comint-restore-input): New function, used by `comint-previous-input'.
1990
1991 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
1992
1993 * imenu.el (imenu--index-alist): Balance parentheses.
1994
1995 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1996
1997 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
1998
1999 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2000
2001 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2002 file is nil.
2003
2004 2006-04-18 Richard Stallman <rms@gnu.org>
2005
2006 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2007
2008 * imenu.el (imenu-create-index-function, imenu--index-alist)
2009 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2010 (imenu-default-create-index-function, imenu--generic-function):
2011 Doc fixes.
2012
2013 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2014
2015 * help-mode.el (help-mode): Set view-exit-action to delete window.
2016
2017 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2018 now works by passing nil as arg.
2019
2020 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2021
2022 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2023 (read-abbrev-file): Provide default when reading filename.
2024
2025 * files.el (enable-local-variables): Allow :all as value.
2026 (hack-local-variables): Implement that value.
2027 (safe-local-variable-values, safe-local-eval-forms)
2028 (enable-local-variables): Mark as risky.
2029 (find-file-visit-truename, kept-old-versions): Mark safe.
2030
2031 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2032 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2033 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2034
2035 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2036
2037 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2038 Use forward-line so as to get to BOL even in the presence of fields.
2039 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2040 in return.
2041 (inferior-tcl): Tell tclsh to work in interactive mode.
2042
2043 * complete.el (partial-completion-mode):
2044 Use 'choose-completion-string-functions to make sure that
2045 choose-completion fills the minibuffer properly.
2046
2047 * complete.el (PC-old-read-file-name-internal): Remove.
2048 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2049 of read-file-name-internal.
2050 (partial-completion-mode): Enable/disable this advice.
2051
2052 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2053
2054 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2055 of 2006-04-17.
2056
2057 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2058
2059 * textmodes/org.el (org-insert-heading): Insert heading before
2060 current if at beginning of line.
2061 (org-todo, org-date): New faces.
2062 (org-table-align): Make sure tooltip window contains full text.
2063 (org-no-properties): New defsubst.
2064 (org-set-font-lock-defaults): Use new faces.
2065
2066 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2067
2068 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2069 for root variables.
2070
2071 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2072 (gdb-frame-address): Re-use to identify frame for watch expression.
2073 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2074 variables.
2075 (gdb-init-1, gdb-source, gdb-post-prompt)
2076 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2077 (gdb-frame-handler): Get gdb-frame-address.
2078
2079 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2080
2081 Sync with Tramp 2.0.53.
2082
2083 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2084 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2085 (tramp-completion-file-name-handler): Add autoload cookie for
2086 adding to `file-name-handler-alist'.
2087
2088 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2089 the prompt. If it returns earlier (when detecting an error
2090 message), the rest of the output will merge accidently with the
2091 output of the next command. Reported by M Jared Finder
2092 <jared@hpalace.com>.
2093
2094 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2095 for `process-file', in order to let it work for older Emacsen too.
2096
2097 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2098
2099 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2100 (tex-font-lock-keywords-3): Use it.
2101
2102 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * newcomment.el (comment-add): New function.
2105 (comment-region-default, comment-dwim): Use it.
2106
2107 2006-04-15 Michael Olson <mwolson@gnu.org>
2108
2109 * emacs-lisp/tq.el: Improve comments.
2110 (tq-queue-head-question): New accessor function.
2111 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2112 Update for modified queue structure.
2113 (tq-queue-add): Accept `question' argument.
2114 (tq-queue-pop): If a question is pending, send it.
2115 (tq-enqueue): Accept new optional argument `delay-question'.
2116 If this is non-nil, and at least one other question is pending a
2117 response, queue the question rather than sending it immediately.
2118
2119 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2120
2121 * calendar/appt.el (appt-add): Check whether an appointment is
2122 already present in appt-time-msg-list. Simplify code.
2123
2124 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * progmodes/cc-langs.el (c-mode-menu):
2127 Don't presume c-subword-mode is bound.
2128
2129 2006-04-13 Bill Wohler <wohler@newt.com>
2130
2131 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2132 (customize-package-emacs-version): Use cdr instead of cadr now
2133 that alists use dotted pairs.
2134
2135 * custom.el (defcustom): Fix docstring for :package-version.
2136
2137 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
2138
2139 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2140 (tramp-handle-shell-command): Display output buffer only when
2141 `tramp-display-shell-command-buffer' is true.
2142 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2143
2144 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2145
2146 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2147 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2148
2149 2006-04-13 Romain Francoise <romain@orebokech.com>
2150
2151 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2152 leaving temporary .cvsignore buffers behind.
2153
2154 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2155
2156 * textmodes/org.el (org-set-regexps-and-options)
2157 (org-get-current-options): Better names for the startup folding
2158 options.
2159
2160 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2161
2162 * vc.el (vc-annotate): Arrange for point to end up at the same
2163 line number as in the original, but only when using a new buffer.
2164
2165 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2166
2167 * files.el (hack-one-local-variable-eval-safep):
2168 Recognize `edebug-form-spec' for `put', but only if it passes
2169 `edebug-basic-spec'. Generalize `put' handling.
2170
2171 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2172 vetting file-local form specs.
2173
2174 * allout.el (allout-layout): Autoload its `safe-local-variable'
2175 property.
2176
2177 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2178
2179 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2180 (org-agenda-mouse-1-follows-link)
2181 (org-mouse-1-follows-link): New options.
2182 (org-format-agenda-item): Fix bug if TAGS is nil.
2183 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2184
2185 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2186
2187 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2188 GDB 6.1+ gives full filename for "info sources" so use
2189 file-name-nondirectory.
2190
2191 2006-04-12 Romain Francoise <romain@orebokech.com>
2192
2193 * subr.el (read-passwd): Bind `message-log-max' to nil.
2194
2195 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * progmodes/perl-mode.el (perl-indent-new-calculate):
2198 Recompute parse-start after jumping backward by a whole sexp.
2199
2200 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2202 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2203 window configuration.
2204 (vc-annotate-display-select): Select the buffer so that current-buffer
2205 (and selected-window) is the output buffer at the end of vc-annotate.
2206
2207 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2208
2209 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2210 8-color terminals, to use all of the colors in a sensible order.
2211 256-color terminals work well with the standard map.
2212 (vc-annotate-lines): Only strip the first color character if it
2213 is "#", to allow for terminal-style named colors.
2214 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2215 the correct buffer is scrolled.
2216
2217 2006-04-11 Richard Stallman <rms@gnu.org>
2218
2219 * emacs-lisp/bytecomp.el (byte-compile-file):
2220 Bind enable-local-variables to :safe, and make normal-mode obey it.
2221
2222 * files.el (enable-local-variables): Allow value :safe.
2223 (normal-mode): Doc fix.
2224 (hack-local-variables): Implement enable-local-variables = :safe.
2225 (hack-local-variables-confirm): Don't prevent quitting.
2226
2227 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2228
2229 * loadhist.el (unload-feature): A bit of sanity check of
2230 load-history entries. Cancel timer-vars before unbinding them.
2231
2232 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2233 quote special chars, and make the trick work on the hex part of the
2234 buffer as well.
2235 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2236 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2237
2238 * startup.el (normal-splash-screen): Fix last change so we don't wait
2239 2 minutes if we don't show the splash screen.
2240
2241 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2242
2243 * textmodes/org.el (org-export-plain-list-max-depth)
2244 (org-table-spaces-around-separators)
2245 (org-radio-targets, org-activate-camels)
2246 (org-table-spaces-around-invisible-separators): Options removed.
2247 (org-time-stamp-rounding-minutes, org-remember-templates)
2248 (org-ellipsis, org-activate-links, org-descriptive-links):
2249 New options.
2250 (org-remember-apply-template, org-current-time)
2251 (org-finish-edit-table-field)
2252 (org-link-unescape, org-link-escape)
2253 (org-string-width, org-table-clean-line, org-html-do-expand)
2254 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2255 (org-read-agenda-file-list): New functions.
2256 (org-table-edit-field)
2257 (org-table-create-or-convert-from-region): New commands
2258 (org-table-toggle-vline-visibility): Command removed.
2259 (org-table-convert-region): Made a command.
2260 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2261 Replace with the normal org- functions.
2262 (org-self-insert-command): Don't trigger realign unnecessarily
2263 when blanking a field that is not full.
2264 (org-mode): `Set buffer-invisibility-spec' for links.
2265 (org-activate-links2): Hide link part and only show descriptive
2266 part of the link.
2267 (org-insert-link): Modify for new linking system.
2268 (org-store-link): Store description separately, for use by
2269 `org-insert-link'.
2270 (org-table-align): Use `org-string-width'.
2271 (defgroup): Completely new group structure for custom variables.
2272 (org-agenda-files): Option: Single file name allowed. Function:
2273 Optional argument unrestrited means ignore any restricitons.
2274 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2275 trying to modify the menu. Use generalized access to
2276 `org-agenda-files.'
2277 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2278 (org-agenda-file-to-front, org-remove-file, org-diary)
2279 (org-tags-view, org-export-icalendar-all-agenda-files)
2280 (org-export-icalendar-combine-agenda-files): Use generalized
2281 access to `org-agenda-files'.
2282 (org-remember-handler): Correctly preserve heading if present.
2283 (org-table-insert-row, org-table-insert-hline): Deal with
2284 invisible characters.
2285
2286 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2287
2288 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2289 (vc-annotate-color-map): New 18 element constant
2290 value/saturation, rotating hue colormap, from red->blue.
2291 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2292 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2293 (vc-annotate): To avoid killing the required local variables,
2294 set them before the end of `with-output-to-temp-buffer', and
2295 after first switching to annotate-mode.
2296 (vc-annotate-warp-version): Add buffer argument in goto-line to
2297 ensure annotation, not source, is scrolled.
2298
2299 2006-04-10 Bill Wohler <wohler@newt.com>
2300
2301 * custom.el (defcustom, custom-handle-keyword):
2302 Add :package-version keyword.
2303 (custom-add-package-version): New function. Sets value of new
2304 property 'custom-package-version from :package-version keyword.
2305 (defcustom): Create Common Keywords section in docstring.
2306 (defface, defgroup): Replace definitions of a select few keywords
2307 with a reference to the Common Keywords in defcustom.
2308 (defcustom, defface, defgroup): Replace reference to Customization
2309 chapter in manual with hyperlink.
2310
2311 * cus-edit.el (customize-package-emacs-version-alist):
2312 New variable.
2313 (customize-changed-options): Add check for custom-package-version.
2314 (customize-package-emacs-version): New function to look up Emacs
2315 version corresponding to the given package version.
2316
2317 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2318 defun name, in similar fashion to find-variable-regexp.
2319
2320 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2321
2322 * international/mule-cmds.el (set-locale-environment): Fix last
2323 change for when the locale's preferences don't specify any encoding.
2324
2325 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2328 so the defined var/fun doesn't need to be quoted.
2329
2330 2006-04-10 Richard Stallman <rms@gnu.org>
2331
2332 * finder.el (finder-mode-map): Add n and p bindings.
2333
2334 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
2335
2336 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2337 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2338 (gdb-setup-windows): Put something in source window if we can't find
2339 the source file.
2340 (gdb-frame-handler): Make it work again with just assembly.
2341 (gdb-data-list-register-values-handler): Make it work when there is
2342 no stack.
2343
2344 2006-04-09 Richard Stallman <rms@gnu.org>
2345
2346 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2347 specs while looking for charset.
2348
2349 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2350
2351 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2352 Make them faces.
2353 (lm-font-lock-keywords): Update appropriately.
2354
2355 2006-04-10 Kim F. Storm <storm@cua.dk>
2356
2357 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2358 it can also replace buffer-substring-no-properties.
2359
2360 * emulation/cua-base.el (cua-delete-region, cua-paste)
2361 (cua-repeat-replace-region): Use filter-buffer-substring.
2362
2363 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2364 (cua-cut-region-to-global-mark): Likewise.
2365
2366 * emulation/cua-rect.el (cua--extract-rectangle)
2367 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2368
2369 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2370
2371 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2372 entry-type. Add field delimiters to numerical fields if they are
2373 not present.
2374
2375 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2376
2377 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2378 string-const to return value.
2379 (bibtex-remove-delimiters): Use it.
2380
2381 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2384 cl-byte-compile-compiler-macro unless it exists.
2385
2386 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2387
2388 * files.el (hack-local-variables-confirm) <offer-save>:
2389 Clarify message text. Suggested by Ralf Angeli.
2390
2391 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
2392
2393 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2394 (delete-extract-rectangle-line): Use `filter-buffer-substring'
2395 instead of `buffer-substring' and `delete-region'. (Most of the
2396 code actually copied from `kill-region'.)
2397
2398 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
2399
2400 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2401 (rcirc-default-port): Rename from rcirc-port.
2402 (rcirc-default-nick): Rename from rcirc-nick.
2403 (rcirc-default-user-name): Rename from rcirc-user-name.
2404 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2405 (rcirc-low-priority-flag): New variable.
2406 (rcirc-decode-coding-system): New defcustom.
2407 (rcirc-encode-coding-system): New defcustom.
2408 (rcirc-coding-system-alist): New defcustom.
2409 (rcirc-multiline-major-mode): New defcustom.
2410 (rcirc-nick): New internal variable.
2411 (rcirc-process): Remove variable.
2412 (rcirc-server-buffer): New variable.
2413 (rcirc): Update to use rcirc-default-* variables above.
2414 (rcirc-connect): Do not add window-configuration-hook-here.
2415 (rcirc-server): New internal variable.
2416 (rcirc-connect): Do not send keepalive pings if
2417 rcirc-keepalive-seconds is nil.
2418 (with-rcirc-server-buffer): New macro.
2419 (rcirc-send-string): Encode with rcirc-encode-coding-system.
2420 (rcirc-server-name): Rename from rcirc-server.
2421 (rcirc-buffer-process): New function.
2422 (rcirc-buffer-nick): New function.
2423 (rcirc-buffer-target): Remove function.
2424 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2425 New commands.
2426 (rcirc-mode-map): Change binding of C-c C-l to
2427 rcirc-toggle-low-priority.
2428 (rcirc-mode): Initialize coding system based on
2429 rcirc-coding-system-alist. New change-major-mode-hook to part the
2430 channel on a mode change. Make kill-buffer-hook buffer-local.
2431 (rcirc-change-major-mode-hook): New function.
2432 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2433 (rcirc-last-post-time): New variable.
2434 (rcirc-process-message): Store the last time user posted a message
2435 to this target.
2436 (rcirc-multiline-minor-mode): New mode.
2437 (rcirc-multiline-minor-mode-map): New mode map.
2438 (rcirc-edit-multiline): Put multiline-edit buffer in
2439 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2440 (rcirc-print): Ignore any line starting with an ignored nick.
2441 (rcirc-print): Decode using rcirc-decode-coding-system.
2442 (rcirc-track-minor-mode): Update global-mode-string when disabling
2443 this mode.
2444 (minor-mode-alist): Add LowPri indicator.
2445 (rcirc-toggle-low-priority): New function.
2446 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2447 next lowpriority buffer with activity.
2448 (rcirc-record-activity): Sort buffers in rcirc-activity by the
2449 last time the user posted a message in to the target.
2450 (rcirc-update-activity-string): New formatting for low priority
2451 buffers.
2452 (rcirc-split-activity): New function.
2453 (rcirc-handler-PART, rcirc-handler-KICK)
2454 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2455 (rcirc-nick-away-alist): New variable.
2456 (rcirc-handler-301): New handler. Away messages are printed once
2457 per change.
2458
2459 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2460
2461 * info.el (Info-follow-nearest-node): Doc fix.
2462
2463 * international/mule-cmds.el (set-locale-environment): Make sure
2464 the coding-system preferred by the locale's language has the same
2465 EOL conversion type as the original buffer-file-coding-system.
2466 (locale-language-names): Add a few MS Windows language codes.
2467
2468 2006-04-07 Richard Stallman <rms@gnu.org>
2469
2470 * simple.el (eval-expression): Doc fix.
2471
2472 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2473 (eval-defun): Doc fixes.
2474
2475 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2476
2477 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2478
2479 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
2480
2481 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2482 GDB list command without argument for greater generality.
2483
2484 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2485
2486 * subr.el (string-or-null-p): New function.
2487
2488 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2489
2490 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2491
2492 * files.el: Update comment about safe-local-variable declarations.
2493
2494 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
2495
2496 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2497 See idlwave.org.
2498
2499 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2500 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
2501
2502 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2503 See idlwave.org.
2504
2505 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2506 version 6.0 (minimal changes). See idlwave.org.
2507
2508 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2509 6.0 (minimal changes). See idlwave.org.
2510
2511 * progmodes/idlw-rinfo.el: File obsoleted and removed.
2512
2513 2006-04-06 Romain Francoise <romain@orebokech.com>
2514
2515 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2516 symmetric encryption features and a new asynchronous interface to
2517 GnuPG. This new version is version 1.4, plus whitespace changes.
2518
2519 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2520
2521 * files.el: Move some `safe-local-variable' declarations to the
2522 respective files.
2523
2524 * textmodes/ispell.el (ispell-check-comments)
2525 (ispell-local-dictionary): Mark as safe.
2526
2527 * abbrev.el (abbrev-mode): Mark as safe.
2528
2529 * add-log.el (change-log-default-name): Mark as safe.
2530
2531 * textmodes/reftex-vars.el (reftex-vref-is-default)
2532 (reftex-fref-is-default, reftex-level-indent)
2533 (reftex-guess-label-type): Mark as safe.
2534
2535 * textmodes/fill.el (colon-double-space): Mark as safe.
2536
2537 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2538 (sentence-end-double-space, sentence-end-without-period)
2539 (sentence-end-without-space, sentence-end, sentence-end-base)
2540 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2541
2542 2006-04-06 Kim F. Storm <storm@cua.dk>
2543
2544 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2545 the :set-after list.
2546 (ido-downcase-unc-hosts): New user option. Default on.
2547 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2548 when it is set, as regexps are now applied on the fly.
2549 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2550 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2551 on the fly, but only when ido-process-ignore-lists is set.
2552 Do case insensitive filtering if ido-downcase-unc-hosts is set.
2553 Only downcase names if ido-downcase-unc-hosts is set.
2554
2555 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
2556
2557 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2558
2559 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2560
2561 2006-04-05 Kim F. Storm <storm@cua.dk>
2562
2563 * ido.el (ido-mode): Set after ido-unc-hosts and
2564 ido-ignore-unc-host-regexps.
2565 (ido-save-history): Save ido-unc-hosts-cache.
2566 (ido-load-history): Load ido-unc-hosts-cache.
2567 (ido-reread-directory): Refresh unc hosts cache in // dir.
2568
2569 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2570 to nil while displaying slash screen.
2571
2572 2006-04-05 Daiki Ueno <ueno@unixuser.org>
2573
2574 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2575 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2576
2577 2006-04-05 Kenichi Handa <handa@m17n.org>
2578
2579 * international/characters.el: Setup cases of Latin, Greek, and
2580 Cyrillic characters in CJK charsets.
2581
2582 2006-03-29 Daiki Ueno <ueno@unixuser.org>
2583
2584 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2585 default-enable-multibyte-characters. This reverts the change from
2586 revision 6.17 which is no longer necessary because the passphrase
2587 is sent separately now. GnuPG messages are unreadable under
2588 multibyte locales with default-enable-multibyte-characters set to nil.
2589
2590 2006-04-04 Andreas Schwab <schwab@suse.de>
2591
2592 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2593 and `byte-compile-warnings' as `safe-local-variable'.
2594
2595 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2596
2597 * man.el (Man-mode-map): Restore the \r binding.
2598 (Man-abstract-xref-man-page): If Man-target-string is a function,
2599 call it.
2600 (Man-highlight-references): Use Man-default-man-entry to get the
2601 target. Deal with xrefs too.
2602 (Man-highlight-references0): Don't call the target function.
2603
2604 * woman.el (WoMan-xref-man-page): Strip the section number, woman
2605 cannot deal with it.
2606
2607 2006-04-04 Daiki Ueno <ueno@unixuser.org>
2608
2609 * pgg-gpg.el: Clean up process buffers every time gpg processes
2610 complete.
2611
2612 2006-04-04 Kenichi Handa <handa@m17n.org>
2613
2614 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
2615 here.
2616 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
2617 Temporarily bind inhibit-field-text-motion to t.
2618
2619 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2620
2621 * startup.el (normal-splash-screen): Only set mode-line-format in the
2622 splash buffer, so as not to interfere when debugging the code.
2623 Ignore errors when switching buffer.
2624
2625 2006-04-03 Romain Francoise <romain@orebokech.com>
2626
2627 * dired.el (dired-dnd-protocol-alist): Fix typo.
2628
2629 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
2630
2631 * savehist.el (savehist): Add :version.
2632 (savehist-ignored-variables): New variable.
2633 (savehist-minibuffer-hook): Don't save variables listed in
2634 `savehist-ignored-variables'.
2635
2636 * dired.el (dired-dnd-protocol-alist): Mention that change does
2637 only apply to new buffers in doc string.
2638
2639 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2640
2641 * recentf.el (recentf-open-files-item): Include newline in button
2642 field, so opening a file will work, when the point is at the end
2643 of the file name. Allow, for example, to [i]search a file by
2644 extension and just push RET to open it.
2645
2646 2006-04-03 Daiki Ueno <ueno@unixuser.org>
2647
2648 * pgg-gpg.el (pgg-gpg-process-filter)
2649 (pgg-gpg-wait-for-completion): Check if buffer is alive.
2650
2651 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2652 lines, temporary fix.
2653
2654 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2655
2656 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
2657
2658 2006-04-02 Richard Stallman <rms@gnu.org>
2659
2660 * progmodes/compile.el (compilation-message-face): Make it defcustom.
2661
2662 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2663
2664 * ibuf-macs.el (define-ibuffer-column): Add a new key:
2665 header-mouse-map.
2666
2667 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
2668 (ibuffer-mode-header-map): New keymaps.
2669 (ibuffer-update-title-and-summary): Enable mouse face highlighting
2670 and keybindings for column headers.
2671 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
2672 property.
2673
2674 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
2675
2676 * speedbar.el (speedbar-after-create-hook): Doc fix.
2677
2678 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
2679
2680 * shell.el (shell-directory-tracker)
2681 (shell-dynamic-complete-command): Doc fixes.
2682
2683 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
2684
2685 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
2686 terminals.
2687
2688 2006-04-01 Kim F. Storm <storm@cua.dk>
2689
2690 * ido.el (ido-unc-hosts-cache): New defvar.
2691 (ido-unc-hosts): If value of defcustom is a function, call it to
2692 get list of UNC hosts. Add function-item choices to specify
2693 ido-unc-hosts-net-view or user function.
2694 (ido-ignore-unc-host-regexps): New defcustom.
2695 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
2696 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
2697 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
2698
2699 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
2702 wwidth.
2703
2704 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
2705
2706 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
2707 (ido-max-work-file-list, ido-switch-buffer)
2708 (ido-read-file-name-as-directory-commands):
2709 Fix typos in docstrings.
2710
2711 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2712
2713 * term/mac-win.el (mac-system-coding-system): Define and use after
2714 Mac-specific coding systems are ready.
2715
2716 2006-03-27 Romain Francoise <romain@orebokech.com>
2717
2718 * net/rcirc.el (rcirc-connect): Add autoload cookie.
2719
2720 * ldefs-boot.el: Update.
2721
2722 2006-03-27 Daiki Ueno <ueno@unixuser.org>
2723
2724 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2725 passphrases when it is not needed.
2726 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2727 passphrase stuff from gpg, should only be necessary when you use
2728 gpg with a smartcard.
2729
2730 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
2731
2732 * comint.el (comint-dynamic-list-completions): Allow user to
2733 select *Completions* buffer.
2734
2735 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
2736
2737 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
2738
2739 2006-03-26 Andreas Schwab <schwab@suse.de>
2740
2741 * progmodes/gud.el (gdb): Only complain about multiple debugging
2742 when the gdb process is still running.
2743
2744 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2745
2746 * mail/rmail.el (tool-bar-map): Defvar it.
2747 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
2748 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2749
2750 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
2751
2752 * help.el (print-help-return-message): Suggest to use
2753 display-buffer instead of switch-to-buffer-other-window to restore
2754 the previous window without selecting it.
2755
2756 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2757
2758 * frame.el (select-frame-by-name): Call x-focus-frame also when
2759 window-system is mac.
2760
2761 * term/mac-win.el: Adjust Courier font specifications in
2762 x-fixed-font-alist.
2763 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
2764 when directly encoding to UTF-16 in native byte order, no BOM.
2765
2766 2006-03-25 Kim F. Storm <storm@cua.dk>
2767
2768 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
2769 (cua--init-keymaps): Use it instead of fixed C-return.
2770 (cua-mode): Set after it.
2771
2772 * emulation/cua-rect.el (cua--init-rectangles):
2773 Use cua-rectangle-mark-key instead of fixed C-return.
2774
2775 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
2776
2777 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
2778 "run" in .gdbinit.
2779 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2780
2781 2006-03-24 Romain Francoise <romain@orebokech.com>
2782
2783 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
2784 `display-buffer-other-frame'.
2785
2786 2006-03-24 Kim F. Storm <storm@cua.dk>
2787
2788 * apropos.el (apropos-synonyms): Add selection => region.
2789
2790 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2791
2792 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2793 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2794 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2795 (gdb-data-list-register-values-regexp)
2796 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
2797 Future proof against new fields being added to MI output.
2798 (gdb-send): Don't treat backslashes for program input as
2799 continuations.
2800 (gdb-assembler-handler): Don't use window-start for this handler.
2801 (gdb-frame-handler): Don't change to hollow arrow if overlay
2802 arrow doesn't move to new frame.
2803
2804 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2805
2806 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
2807 prevent compiler warnings.
2808 (gdb-stopped): Check for gud-last-last-frame (case: signal).
2809 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
2810 (gdb-assembler-custom): Use hollow-right-triangle for assembler
2811 buffer too.
2812
2813 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
2814
2815 * pgg-gpg.el (pgg-gpg-update-agent): Check for
2816 make-network-process, so we can use the same code in Gnus v5-10
2817 too and have this file fully synchronized with that release.
2818
2819 2006-03-23 Romain Francoise <romain@orebokech.com>
2820
2821 * ibuf-ext.el (ibuffer-read-filter-group-name):
2822 Use `ibuffer-generate-filter-groups' to make completion list match
2823 the filter groups that are really displayed in the Ibuffer buffer.
2824 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
2825
2826 2006-03-23 Kenichi Handa <handa@m17n.org>
2827
2828 * international/mule-cmds.el (sort-coding-systems): Describe that
2829 the argument is modified in docstring.
2830
2831 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
2832
2833 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2834 (pgg-gpg-update-agent): New function.
2835 (pgg-gpg-use-agent-p): New function.
2836 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2837 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2838 (pgg-gpg-sign-region): Use it.
2839
2840 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * cus-edit.el (custom-face-set): Call custom-push-theme before
2843 face-spec set so that `changed' theme is correctly saved.
2844 (custom-face-reset-standard): Reset to recalculated face rather
2845 than defface spec.
2846
2847 * custom.el (custom-push-theme): Only save `changed' theme if the
2848 current face does not match the defface specs.
2849
2850 2006-03-21 Simon Josefsson <jas@extundo.com>
2851
2852 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2853 <wilde@sha-bang.de>.
2854 (pgg-gpg-use-agent): New variable.
2855 (pgg-gpg-process-region): Use it.
2856 (pgg-gpg-encrypt-region): Likewise.
2857 (pgg-gpg-encrypt-symmetric-region): Likewise.
2858 (pgg-gpg-decrypt-region): Likewise.
2859 (pgg-gpg-sign-region): Likewise.
2860 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2861
2862 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
2863
2864 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
2865 bracket links.
2866
2867 2006-03-21 Kim F. Storm <storm@cua.dk>
2868
2869 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
2870 fringe-indicator-alist instead of modifying global value.
2871 (gdb-frame-handler): Likewise.
2872
2873 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
2874
2875 * diff-mode.el (diff-function): Make it inherit from diff-header
2876 instead of diff-context.
2877
2878 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
2879 bitmap.
2880 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
2881 change names in macro above for consistency.
2882 (gdb-frame-handler): Use hollow-right-triangle for all selected
2883 frames which except the innermost (where execution has stopped).
2884 (gdb-reset): Reset buffer-local values of overlay-arrow.
2885
2886 2006-03-20 Richard Stallman <rms@gnu.org>
2887
2888 * simple.el (set-mark-command): Doc fix.
2889
2890 * files.el (display-buffer-other-frame): New command.
2891 (ctl-x-4-map): Bind C-x 5 C-o to it.
2892
2893 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2894
2895 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
2896 rather than just defer-time, in case defer-time has been changed but
2897 the timer isn't running yet.
2898 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
2899
2900 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2901
2902 * help-mode.el (help-follow-symbol): New function.
2903 Essentially identical to the old `help-follow', but do not let
2904 `push-button' do the work when on an xref.
2905 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
2906
2907 2006-03-19 Richard Stallman <rms@gnu.org>
2908
2909 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
2910 preceded by the word `program'.
2911 (help-follow-mouse, help-follow): Throw error if not on xref.
2912 Delete no longer used args.
2913
2914 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
2915
2916 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
2917 annotation ensure gud-overlay-arrow-position is redisplayed.
2918
2919 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2920
2921 * textmodes/bibtex.el (bibtex-include-OPTkey)
2922 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
2923 (bibtex-autokey-name-case-convert)
2924 (bibtex-autokey-titleword-case-convert): Make these the aliases
2925 for the following two variables.
2926 (bibtex-autokey-name-case-convert-function)
2927 (bibtex-autokey-titleword-case-convert-function): Make these the
2928 real names.
2929 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
2930 bibtex-font-lock-crossref sublists.
2931 (bibtex-mode): Revert 2005-12-30 change (which made
2932 completion-ignore-case buffer-local).
2933 (bibtex-url): Simplify.
2934
2935 2006-03-19 Kim F. Storm <storm@cua.dk>
2936
2937 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
2938 cursor property value to 2 (to align with C level change).
2939
2940 2006-03-19 Bill Wohler <wohler@newt.com>
2941
2942 * image.el (image-load-path-for-library): Shorten first line in
2943 docstring.
2944
2945 2006-03-18 Richard Stallman <rms@gnu.org>
2946
2947 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
2948
2949 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
2950
2951 * isearch.el (isearch-other-meta-char): Handle user bindings for
2952 shifted control characters.
2953
2954 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
2955
2956 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
2957 part that matches email addresses, file names, etc.
2958
2959 2006-03-18 Eli Zaretskii <eliz@gnu.org>
2960
2961 * term/w32-win.el (mouse-set-font):
2962 Mention w32-list-proportional-fonts in the doc string.
2963
2964 2006-03-18 Kim F. Storm <storm@cua.dk>
2965
2966 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
2967 (ido-unc-hosts): New user option to explicitly define list of know
2968 UNC-style hosts for completion.
2969 (ido-cache-unc-host-shares-time): New user option.
2970 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
2971 New helper functions for UNC file-name support.
2972 (ido-may-cache-directory): Check for UNC host. Simplify.
2973 (ido-wash-history): Clean out old UNC hosts.
2974 (ido-nonreadable-directory-p): UNC hosts are always readable.
2975 (ido-directory-too-big-p): UNC hosts are never too big.
2976 (ido-set-current-directory): Handle UNC root path.
2977 (ido-file-name-all-completions): Complete UNC host names from
2978 ido-unc-hosts list. Cache UNC host shares.
2979 (ido-make-file-list-1): Don't filter UNC root.
2980 (ido-exhibit): Check for // in root directory, and switch to UNC
2981 mode by setting ido-current-directory to //.
2982
2983 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
2984
2985 * cus-edit.el (customize-changed-options): Mention explicit
2986 version number as default in prompt.
2987
2988 2006-03-17 Bill Wohler <wohler@newt.com>
2989
2990 * image.el (image-load-path-for-library): Minor docstring fix.
2991
2992 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
2993
2994 * textmodes/org.el (org-read-date): Include subgroup 5 into
2995 replacement text.
2996 (org-popup-calendar-for-date-prompt): Fix customization type.
2997
2998 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
2999
3000 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3001 (gdb-continuation): New variable.
3002 (gdb-send): Deal with continuation lines.
3003
3004 * progmodes/gud.el (gud-gdb-complete-command)
3005 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3006 expressions.
3007 (gud-tooltip-mode): Use buffer-local value.
3008
3009 2006-03-16 Kim F. Storm <storm@cua.dk>
3010
3011 * ido.el (ido-edit-input): Use selected match, if any.
3012
3013 2006-03-16 Bill Wohler <wohler@newt.com>
3014
3015 * image.el (image-load-path-for-library): Prefer user's images in
3016 image-load-path.
3017
3018 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3019
3020 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3021 when checking for attempt to drag leftmost or rightmost scrollbar.
3022
3023 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3024
3025 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3026 (gdb-force-mode-line-update): New function.
3027 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3028 (gdb-exited): Use them.
3029 (gdb-signal): New function.
3030 (gdb-annotation-rules): Provide a rule for it.
3031
3032 2006-03-16 Kenichi Handa <handa@m17n.org>
3033
3034 * international/mule.el (auto-coding-regexp-alist): Add entries
3035 for Unicode BOM.
3036
3037 * sort.el (sort-build-lists): Temporarily bind
3038 inhibit-field-text-motion to t.
3039
3040 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3041
3042 * locate.el (locate-command, locate-make-command-line)
3043 (locate-fcodes-file, locate-update-command)
3044 (locate-prompt-for-command, locate, locate-with-filter)
3045 (locate-get-file-positions): Doc fixes.
3046 (locate-buffer-name, locate-header-face): Remove leading `*' in
3047 defcustom.
3048 (locate-filter-output): Use `keep-lines' instead of its alias
3049 `delete-non-matching-lines'.
3050 (locate-get-filename, locate-get-dirname): Add introductory comment.
3051 (locate-find-directory-other-window): Give appropriate error
3052 message if used outside main listing.
3053
3054 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3055
3056 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3057 the new extend-region feature.
3058 (font-lock-after-change-function): Update correspondingly.
3059 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3060 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3061
3062 2006-03-15 Bill Wohler <wohler@newt.com>
3063
3064 * image.el (image-load-path-for-library): Fix example by not
3065 recommending that one binds image-load-path. Just defvar it to
3066 placate compiler and only use it if previously defined.
3067
3068 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3069
3070 * textmodes/org.el (org-insert-centered): Use `string-width' to
3071 make underlining work for wide characters.
3072 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3073 TAB to `org-cycle', to make sure that no binding in
3074 `outline-mode-map' can supercede it.
3075
3076 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3077
3078 * allout.el: Increment version to 2.2.1 in file commentary.
3079
3080 (allout-version): Increment to 2.2.1.
3081
3082 (allout-default-layout): New customization variable, used when the
3083 file lacks a specific allout-layout. Uses allout-layout-type for
3084 recursively nested definition.
3085
3086 (allout-layout-type): Widget defining allout layouts, necessary for
3087 self-recursive definition.
3088
3089 (allout-mode): Incorporate allout-default-layout as fallback for
3090 allout-layout.
3091
3092 (allout-layout): Mark as 'safe-local-variable', and refer mention
3093 fallback to `allout-default-layout' in absence of a specified value.
3094 (allout-passphrase-verifier-string)
3095 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3096
3097 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3098
3099 (allout-get-encryption-passphrase-verifier): Use correct name of
3100 passphrase verifier in docstring.
3101
3102 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
3103
3104 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3105 elements.
3106 (gdb-find-watch-expression): Make it work for arrays too.
3107 Follow change to gdb-var-list.
3108 (gud-watch): Allow the user to enter variable name with a prexix
3109 arg. Create keybindings.
3110 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3111 (gdb-var-list-children-handler, gdb-var-update-handler)
3112 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3113 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3114 Follow change to gdb-var-list.
3115 (gdb-starting): Don't show the overlay arrows when program is running.
3116
3117 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3118 gdb-var-list.
3119
3120 2006-03-14 Bill Wohler <wohler@newt.com>
3121
3122 * image.el (image-load-path-for-library): Pass value of path
3123 rather than symbol. Always return list of directories.
3124 Guarantee that image directory comes first.
3125
3126 2006-03-14 Alan Mackenzie <acm@muc.de>
3127
3128 * font-core.el (font-lock-extend-region\(-function\)?.):
3129 New function/variable.
3130
3131 * font-lock.el (font-lock-after-change-function):
3132 Call font-lock-extend-region. Obey font-lock-lines-before.
3133 (font-lock-default-fontify-region): Remove reference to
3134 font-lock-lines-before.
3135
3136 * jit-lock.el (jit-lock-after-change):
3137 Call font-lock-extend-region. Obey font-lock-lines-before.
3138
3139 2006-03-14 David Ponce <david@dponce.com>
3140
3141 * tree-widget.el (tree-widget-themes-load-path)
3142 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3143
3144 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3145
3146 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3147 (rcirc-print): Mark the start of text at the end of the prompt.
3148 (rcirc-track-minor-mode): Add autoload cookie.
3149 (rcirc-update-activity-string): Add space to front of mode-line
3150 indicator.
3151
3152 2006-03-13 Miles Bader <miles@gnu.org>
3153
3154 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3155 (rcirc-abbrev-nick): Remove function.
3156 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3157
3158 2006-03-13 David Ponce <david@dponce.com>
3159
3160 * tree-widget.el: Handle themes across all occurrences of the main
3161 themes sub-directory found in tree-widget-themes-load-path.
3162 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3163 (tree-widget--locate-sub-directory): Return all occurrences.
3164 (tree-widget-themes-path): New function.
3165 Replace tree-widget-themes-directory, and return a list of directories.
3166 (tree-widget-set-parent-theme)
3167 (tree-widget-lookup-image): Use it.
3168
3169 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3170
3171 * textmodes/org.el (org-link-search): Avoid self-matching of
3172 links, allow target text to be distributed over several lines.
3173 (org-search-not-link): New function.
3174 (org-set-regexps-and-options, org-get-current-options):
3175 New startup options.
3176 (org-export-as-html): Take odd-level setting from local variable.
3177 (org-fontify-emphasized-text): New option.
3178 (org-set-font-lock-defaults): Include emphasized text.
3179 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3180 (org-font-lock): Customize group renamed from `org-faces'.
3181
3182 2006-03-13 John Paul Wallington <jpw@pobox.com>
3183
3184 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3185 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3186
3187 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3188
3189 * cus-start.el (all): Delete :version keyword for members of the
3190 fringe group, since the entire group is new in 22.1.
3191
3192 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3193
3194 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3195 map if value is hexadecimal (an address).
3196 (gud-watch): Only search roots for existing watch expressions.
3197 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3198 prevent caching problems with speedbar-update-directory-contents.
3199
3200 2006-03-12 Juri Linkov <juri@jurta.org>
3201
3202 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3203 before comparing with `low' and `warn'.
3204
3205 * info.el (Info-dir-remove-duplicates): Move point to the
3206 beginning of the current line after deleting the entries from
3207 redundant heading. Use marker for `limit' and compare it with
3208 point before calling `re-search-forward'.
3209
3210 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3211
3212 * simple.el (yank): Fix typo in docstring.
3213
3214 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3215
3216 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3217 messages, where "D" is the 6th character.
3218
3219 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3220
3221 * simple.el (yank): Fix last change.
3222
3223 2006-03-11 David Ponce <david@dponce.com>
3224
3225 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3226 merging elements from the standard ispell-dictionary-alist.
3227 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3228 alist, and return the new alist.
3229
3230 2006-03-11 Richard Stallman <rms@gnu.org>
3231
3232 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3233
3234 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3235 the way it is implemented is too unclean.
3236
3237 * simple.el (kill-region, yank): Doc fix.
3238
3239 * battery.el (battery-echo-area-format): Doc fix.
3240 (battery-mode-line-format): Likewise.
3241 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3242 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3243
3244 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3245
3246 * progmodes/octave-mod.el (octave-indent-for-comment):
3247 Behave according to do string.
3248
3249 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3250
3251 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3252 Be visible only if major mode is Mail Mode.
3253
3254 * textmodes/flyspell.el (flyspell-external-point-words)
3255 (flyspell-process-localwords): Fix last changes.
3256
3257 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3258
3259 * calendar/holidays.el (list-holidays): Doc fix.
3260
3261 * international/mule.el (auto-coding-alist): Add .odt
3262 (OpenOffice's open document) files.
3263
3264 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3265 document) files. Mention in the doc string the need to sync with
3266 auto-coding-alist.
3267
3268 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3271 enable-local-variables is set to always query, or there is no
3272 savable variable.
3273
3274 2006-03-10 Bill Wohler <wohler@newt.com>
3275
3276 * image.el (image-load-path-for-library): Merge at least three
3277 functions from Gnus and MH-E into this one function that can now
3278 be shared.
3279
3280 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3281
3282 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3283 gdb-remove-mouse-face and remove help-echo too.
3284 (gdb-enqueue-input): Correct conditional clause.
3285
3286 2006-03-10 Glenn Morris <rgm@gnu.org>
3287
3288 * calendar/calendar.el (calendar-holidays): Doc fix.
3289 * calendar/holidays.el (list-holidays): Doc fix.
3290
3291 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3292
3293 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3294 it gets called in gdb-prompt anyway.
3295 (gdb-use-separate-io-buffer): Only restore window arrangement for
3296 gdb-many-windows.
3297 (gdb-enqueue-input): Make it harder to send GDB input when program
3298 is running.
3299 (gdb-buffer-list): New variable.
3300 (gdb-remove-mouse-face): New function.
3301 (gdb-starting): Use it when GDB input won't get sent.
3302
3303 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
3304
3305 * help.el (view-lossage): Remove trailing whitespace before
3306 inserting "\n".
3307
3308 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
3309
3310 * files.el (hack-local-variables-confirm):
3311 Set coding-system-for-read to nil before writing to .emacs.
3312
3313 * arc-mode.el (archive-extract): Check if an existing buffer name
3314 comes from a different archive.
3315
3316 * help.el (describe-key-briefly): If KEY is a down event, read and
3317 discard the up event.
3318
3319 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
3320
3321 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3322 be edited and use font-lock-warning-face for any changes.
3323
3324 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3325 (gdb-edit-value): Use it to report any errors.
3326
3327 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
3328
3329 * help.el (describe-key): Remove leftover test code.
3330
3331 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3332
3333 * textmodes/org.el: Move defvars out of eval-when-compile.
3334 Use buffer-file-name variable.
3335 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3336 arg `file'.
3337 (org-level-faces): Remove startup dependency.
3338 (org-cycle, org-map-tree, org-scan-tags)
3339 (org-remember-handler): Don't call `outline-level' directly.
3340 (org-mhe-search-all-folders): New option.
3341 (org-mhe-get-message-folder-from-index)
3342 (org-mhe-get-message-folder): Fix indexing search.
3343 (org-format-agenda-item): Handle nil TAGS argument.
3344 (org-cleaned-string-for-export, org-activate-target-links)
3345 (org-make-target-link-regexp): Deal with empty radio target list.
3346 (org-tag): New face.
3347 (org-get-level-face): New function.
3348 (org-set-font-lock-defaults): Simplify setup for headlines.
3349 (org-complete): Pass common substring to `display-completion-list'.
3350
3351 2006-03-06 David Ponce <david@dponce.com>
3352
3353 * tree-widget.el: Update Commentary header.
3354 (tree-widget-theme-name): Ignore parent themes.
3355 (tree-widget-set-parent-theme): New function.
3356 (tree-widget-set-theme): Use it.
3357 (tree-widget-set-image-properties): Move definition. Does nothing
3358 if image properties have already been set.
3359 (tree-widget-image-properties): Move definition. Receive an image
3360 name. Set the :pointer property.
3361 (tree-widget-lookup-image): Doc fix. Search in parent themes.
3362 Don't set the :pointer image property.
3363 (tree-widget-convert-widget): New function. Handle :dynargs
3364 compatibility here.
3365 (tree-widget): Use it to :convert-widget. Add the :expander-p
3366 predicate to control when the :expander function is entered.
3367 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3368 (tree-widget-value-create): Handle :expander-p. widget-apply
3369 :expander.
3370 (tree-widget-expander-p): New function. Default value of the
3371 :expander-p property.
3372
3373 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3374
3375 * help.el (describe-key): Properly handle the return value of
3376 read-key-sequence when grabbing an up-event. Cleanup mouse-1
3377 remaps. Handle string and vector `follow-link' values.
3378
3379 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 * complete.el (PC-expand-many-files): Try be more careful when parsing
3382 the shell's output.
3383
3384 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 * outline.el (hide-sublevels): Provide better interactive default.
3387
3388 2006-03-06 Kenichi Handa <handa@m17n.org>
3389
3390 * international/fontset.el (create-fontset-from-fontset-spec):
3391 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3392
3393 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
3394
3395 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3396 backslashes instead of one in regexp.
3397 (gud-tooltip-dereference): Add missing optional argument.
3398
3399 2006-03-04 John Paul Wallington <jpw@pobox.com>
3400
3401 * wdired.el (toplevel): Require `cl' at compile-time.
3402
3403 2006-03-04 Andreas Schwab <schwab@suse.de>
3404
3405 * server.el (server-process-filter): Handle errors during
3406 evaluation of the argument.
3407
3408 2006-03-03 John Paul Wallington <jpw@pobox.com>
3409
3410 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3411 escape parentheses at beginning of line.
3412 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3413 (t-mouse-mode): Remove period from end of error message.
3414
3415 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
3416
3417 * textmodes/flyspell.el (flyspell-process-localwords):
3418 Be case-sensitive.
3419
3420 2006-03-03 Martin Rudalics <rudalics@gmx.at>
3421
3422 * cus-edit.el (custom-quote): Remove function, since it has been
3423 moved to custom.el.
3424
3425 * font-lock.el (lisp-font-lock-keywords-2)
3426 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3427 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3428 they have no special meaning.
3429
3430 * midnight.el (clean-buffer-list): Handle case where base-buffer of
3431 indirect buffer gets killed before indirect buffer. Use dolist.
3432
3433 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3434
3435 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3436 value instead of a literal constant (1) on more pauses.
3437
3438 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3439
3440 * textmodes/flyspell.el (flyspell-external-point-words):
3441 Be case-sensitive.
3442
3443 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
3444
3445 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3446 with "www".
3447
3448 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3449
3450 * allout.el: Restablish intermediate missing comment header to
3451 preserve outline structure.
3452 (allout-beginning-of-current-entry): Skip invisible text.
3453 (allout-open-topic): Fix opening a topic at end-of-buffer.
3454 (allout-minor-mode): Move nearer to allout-mode function.
3455
3456 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
3457
3458 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3459
3460 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
3461
3462 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3463 is nil.
3464
3465 * progmodes/gud.el (gud-speedbar-menu-items):
3466 Use buffer-local-value and add missing :visible keyword.
3467
3468 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3469
3470 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
3471
3472 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3473 must be `follow-link'.
3474
3475 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3476
3477 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3478 formatting: No nested anchors.
3479 (org-all-targets): Fix bug with XEmacs compatibility.
3480 (org-read-date): Add (require 'parse-time).
3481 (org-set-tags): Fix bug with extra inserted space.
3482 (org-export-html-style): Define a style class for targets.
3483 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3484 (org-hide-leading-stars): New option.
3485 (org-hide): New face.
3486 (org-set-font-lock-defaults): Allow to hide leading stars.
3487 (org-get-legal-level, org-tr-level): New functions.
3488 (org-odd-levels-only): New option.
3489 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3490 (org-demote, org-promote): Deal with double-star levels.
3491 (org-convert-to-odd-levels): New command.
3492
3493 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
3494
3495 * speedbar.el (speedbar-update-localized-contents): Try to
3496 preserve window-start.
3497 (speedbar-update-directory-contents): Try to preserve window-start
3498 and window-point.
3499 (speedbar-update-special-contents): Don't move back to start of window.
3500
3501 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3502 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
3503 speedbar-timer-fn.
3504 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3505 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3506 instead of gdb-speedbar-timer-fn.
3507
3508 2006-02-28 Jay Belanger <belanger@truman.edu>
3509
3510 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3511 (math-compose-expr): Use latex option when calling
3512 `math-compose-tex-matrix' for latex mode.
3513
3514 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
3515
3516 * speedbar.el: Re-instate comments about developing for speedbar
3517 [this is what info and gdb-ui use even if better methods exist now].
3518
3519 * t-mouse.el: New file.
3520 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
3521 (t-mouse-lispy-buffer-posn-from-coords): Remove.
3522 (t-mouse-make-event-element): Use posn-at-x-y instead.
3523 (t-mouse-make-event): Deal with Fedora Core 3.
3524 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3525 (t-mouse-mouse-position-function): New function. Use it instead
3526 of advising mouse-position.
3527 (t-mouse-mode): New minor mode.
3528 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
3529
3530 2006-02-27 Glenn Morris <rgm@gnu.org>
3531
3532 * calendar/calendar.el (calendar-holidays): Doc fix.
3533
3534 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
3535
3536 * progmodes/gdb-ui.el (gdb-source-window): New variable.
3537 Re-introduce the concept of a source window.
3538 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3539 consistency with get-buffer-create.
3540 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3541 (gdb-data-list-register-values-handler)
3542 (gdb-stack-list-locals-handler): Try to preserve window-start as
3543 well as window-point.
3544 (gdb-display-source-buffer): New function (old concept).
3545 (gdb-goto-breakpoint): Use it.
3546
3547 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3548 for gdb-ui/gdb-mi (old concept).
3549
3550 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
3551
3552 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3553 binding.
3554
3555 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3556
3557 * textmodes/reftex-sel.el (reftex-select-label-map)
3558 (reftex-select-bib-map): Add `follow-mouse' binding.
3559
3560 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3561
3562 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3563 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3564 Give :set functions to provide automatic updating.
3565 Update docstring. Give compiler defvars early in the file
3566 and move the defcustoms to a later spot where all called functions
3567 are defined.
3568 (jka-compr-file-name-handler-entry): Doc fix.
3569 (jka-compr-compression-info-list--internal)
3570 (jka-compr-mode-alist-additions--internal)
3571 (jka-compr-load-suffixes--internal): New variables.
3572 (jka-compr-install): Set the three above variables.
3573 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3574 (jka-compr-update, jka-compr-set): New functions.
3575 (auto-compression-mode): Doc fix.
3576
3577 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3578 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3579 Use jka-compr-compression-info-list--internal,
3580 jka-compr-mode-alist-additions--internal and
3581 jka-compr-load-suffixes--internal.
3582
3583 * files.el (load-library):
3584 * loadhist.el (file-loadhist-lookup):
3585 * startup.el (command-line):
3586 * subr.el (locate-library):
3587 * emacs-lisp/autoload.el (update-directory-autoloads):
3588 * emacs-lisp/find-func.el (find-library-suffixes):
3589 Use `get-load-suffixes' instead of `load-suffixes'.
3590
3591 * subr.el (locate-library):
3592 * emacs-lisp/find-func.el (find-library-name):
3593 Use `load-file-rep-suffixes' instead of '("").
3594
3595 2006-02-26 Kim F. Storm <storm@cua.dk>
3596
3597 * ido.el (ido-save-history, ido-load-history): Simplify.
3598 Don't use find-file-noselect to avoid interference from other modes.
3599
3600 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
3601
3602 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3603 to use the default shell if filename is not available.
3604 Reported by Giorgos Keramidas.
3605
3606 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
3607
3608 * progmodes/etags.el (tags-completion-table): Do completion from
3609 all the tables in the current list, as documented in the manual.
3610
3611 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3612
3613 * CC Mode Update to 5.31.3.
3614
3615 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3616
3617 * progmodes/cc-mode.el (c-postprocess-file-styles):
3618 Bind inhibit-read-only to t, around the call to
3619 c-remove-any-local-eval-or-mode-variables, so that it works on a
3620 RO file.
3621
3622 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3623
3624 * progmodes/cc-awk.el: Correct a typo.
3625
3626 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3627
3628 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
3629 c-hungry-delete-backwards, at the request of RMS. Leave the old
3630 name as an alias.
3631
3632 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3633
3634 * progmodes/cc-mode.el: Correct a typo.
3635
3636 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3637
3638 * progmodes/cc-defs.el: Update the version number to 5.31.3.
3639
3640 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3641
3642 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
3643 brace-else-brace (error due to mbeg, mend being undefined).
3644
3645 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3646
3647 * progmodes/cc-mode.el: File Local variables: Solve the problem
3648 where both `mode' and c-file-offsets are specified: `mode' will
3649 overwrite c-f-o's settings:
3650 (c-remove-any-local-eval-or-mode-variables): New function.
3651 (c-postprocess-file-styles): Call the above new function, within
3652 c-tentative-buffer-change, to splat `mode' and `eval' before the
3653 second hack-local-variables.
3654
3655 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3656
3657 * progmodes/cc-mode.el:
3658 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
3659 (c-after-change): Protect the match data with save-match-data.
3660 It was getting corrupted by c-after-change-check-<>-operators.
3661
3662 * cc-defs.el: [Supersedes patch V1.38]:
3663 (top level): Check for a buggy font-lock-compile-keywords ONLY in
3664 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
3665
3666 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
3667 with save-match-data. It was being corrupted when Font Lock was
3668 not enabled.
3669
3670 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3671
3672 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
3673 Mode and Subword Mode.
3674
3675 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
3676 real labels ("case 1:" or "foo:") from non-labels ("public:").
3677 (c-forward-objc-directive): Replace c-forward-token-2 with crude
3678 coding; c-f-t-2 doesn't move over a token at EOB.
3679
3680 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
3681
3682 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
3683 (c-update-modeline): Concatenate the minor mode indicators
3684 directly onto mode-name, removing c-submode-indicators.
3685 Sometimes, c-s-i got separated from the mode name on the mode line.
3686
3687 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
3688 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
3689
3690 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3691
3692 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
3693 error message when there's an evaluation error to show whether
3694 it's loaded from source or not.
3695 (c-filter-ops): Make it available at runtime too to work when
3696 `c-make-init-lang-vars-fun' needs to evaluate from source.
3697
3698 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
3699
3700 * help.el (help): Revert last part of 2006-02-23 change (deletion
3701 of the `provide' call).
3702
3703 2006-02-23 Juri Linkov <juri@jurta.org>
3704
3705 * compare-w.el (compare-windows-highlight): Add new value
3706 `persistent' and change :type from `boolean' to `choice'.
3707 (compare-windows-overlays1, compare-windows-overlays2):
3708 New internal variables.
3709 (compare-windows-highlight): If compare-windows-highlight is
3710 `persistent', add current overlays to compare-windows-overlays[12]
3711 instead of adding compare-windows-dehighlight to pre-command-hook.
3712 (compare-windows-dehighlight): Delete all overlays from
3713 compare-windows-overlays[12].
3714
3715 * info.el (Info-search): Don't bind search-spaces-regexp to
3716 Info-search-whitespace-regexp in non-regexp isearch mode.
3717
3718 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3719
3720 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
3721
3722 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
3723
3724 * textmodes/org.el (org-xemacs-p)
3725 (org-export-html-show-new-buffer, org-table-may-need-update)
3726 (org-insert-item, org-mhe-get-message-real-folder)
3727 (org-mhe-get-message-folder-from-index)
3728 (org-mhe-get-message-folder, org-mhe-get-message-num)
3729 (org-mhe-get-header, org-make-org-heading-search-string)
3730 (org-make-org-heading-camel, org-table-sort-lines)
3731 (org-format-org-table-html, org-format-table-table-html):
3732 Fix typos in docstrings.
3733
3734 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
3735
3736 * textmodes/org.el (org-cleaned-string-for-export)
3737 (org-solidify-link-text): New function.
3738 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
3739 XEmacs, just to silence the compiler.
3740 (org-export-as-ascii, org-export-as-html-and-open):
3741 Use `org-cleaned-string-for-export' and create internal links.
3742 (org-follow-mhe-link): Require mh-e, use folder.
3743
3744 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3745
3746 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
3747
3748 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
3749 gdb-debug-log-length.
3750 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
3751 it a real ring but...
3752 (gud-gdba-marker-filter): ...make it work like mark-ring.
3753 (gdb-enable-debug): Rename from gdb-enable-debug-log.
3754 (gdb-mouse-jump): New function. Add bindings.
3755
3756 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3757
3758 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
3759 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
3760 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
3761 (gdb-debug-log-length): Customize it's length.
3762 (gud-watch, gdb-var-create-handler): Display function::var format
3763 but don't use to create variable object.
3764 (gdb-var-create-handler): Use message-box in place of message.
3765 (gdb-stopped): Call gdb-exited if signalled.
3766
3767 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
3768
3769 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
3770
3771 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3772
3773 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3774 if `reftex-try-all-extensions' is set.
3775
3776 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
3777 fail silently when there is no valid argument at point.
3778 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
3779 `fail-silently' argument. From a patch by David Reiter.
3780
3781 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
3782 New commands.
3783 (org-mark-ring): New variable.
3784 (org-mark-ring-length): New option.
3785 (org-open-at-point, org-goto, org-open-file): Push old position
3786 onto the mark ring.
3787 (org-add-hook): New function.
3788 (org-export-table-remove-special-lines): New option.
3789 (org-skip-comments, org-format-org-table-html): Respect new
3790 option `org-export-table-remove-special-lines'.
3791 (org-open-file): Allow special command configuration for
3792 directory link.
3793 (org-file-apps): Fix bugs in customize type, added setting
3794 for directories.
3795 (org-activate-tags, org-format-agenda-item, org-complete)
3796 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
3797 (org-get-tags, org-get-buffer-tags, org-open-at-point)
3798 (org-link-search, org-make-org-heading-search-string)
3799 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
3800 (org-radio-targets, org-file-link-context-use-camel-case)
3801 (org-activate-camels): New options.
3802 (org-update-radio-target-regexp, org-all-targets)
3803 (org-make-target-link-regexp, org-activate-target-links):
3804 New functions.
3805 (org-make-org-heading-search-string): New function.
3806 (org-store-link, org-insert-link): Use new option
3807 `org-file-link-context-use-camel-case'.
3808 (org-activate-camels): Use new option `org-activate-camels'.
3809 (org-link-regexp): Add mhe prefix.
3810 (org-open-at-point, org-store-link): Support for mhe links.
3811 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
3812 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
3813 (org-mhe-get-header, org-follow-mhe-link): New functions.
3814 (org-remove-angle-brackets, org-add-angle-brackets):
3815 New functions.
3816 (org-bracket-link-regexp): New constant.
3817 (org-read-date): Fix bug that was rejecting all typed dates.
3818 (org-link-search): Make hierarchy above visible after a match.
3819 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
3820 (org-store-link): Fix bug with link creation when cursor is in
3821 an empty line.
3822 (org-open-at-point): Fix bug with matching a link.
3823 Fixed buggy argument sequence in call to `org-view-tags'.
3824 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3825 (org-prefix-has-tag): New variable.
3826 (org-format-agenda-item): Remove tags from headline
3827 if appropriate.
3828 (org-agenda-remove-tags-when-in-prefix): New option.
3829
3830 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
3831
3832 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
3833 Fix the regular expressions.
3834
3835 2006-02-21 Richard M. Stallman <rms@gnu.org>
3836
3837 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
3838 if there's no other specific basis.
3839
3840 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
3841 as variables at all.
3842 (unsafep-variable): Rename arg; doc fix.
3843
3844 * abbrevlist.el (list-one-abbrev-table): Add autoload.
3845
3846 * calendar/appt.el (diary-selective-display): Add defvar.
3847
3848 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
3849
3850 * isearch.el (search-whitespace-regexp): Fix custom type.
3851
3852 * help.el (describe-key-briefly): Compute interactive args
3853 in same was as before previous change.
3854
3855 * files.el (enable-local-variables): Doc fix.
3856
3857 2006-02-21 Kim F. Storm <storm@cua.dk>
3858
3859 * fringe.el: Cleanup as file is now pre-loaded.
3860 (fringe-bitmaps): Initialize unconditionally.
3861 (fringe-mode, set-fringe-style): Remove autoload cookies.
3862
3863 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3864
3865 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
3866 `horizontal-bar'.
3867 (fringe-cursor-alist): Use `horizontal-bar'.
3868
3869 2006-02-20 Kim F. Storm <storm@cua.dk>
3870
3871 * fringe.el (fringe-bitmaps): Update to new bitmap names.
3872 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
3873
3874 * loadup.el: Load "fringe" on window systems.
3875
3876 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3877
3878 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
3879 out of scope components.
3880
3881 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
3882 default.
3883
3884 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * custom.el (customize-mark-to-save, customize-mark-as-set):
3887 Load the symbol first.
3888
3889 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
3890
3891 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
3892 strech spec so it doesn't display as "^J" on the header line
3893 when `Buffer-menu-use-header-line' is t.
3894
3895 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3896
3897 * speedbar.el (speedbar-make-button): Keep text properties
3898 of string arguments if desired.
3899
3900 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
3901 expessions.
3902
3903 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
3904 of speedbar.
3905
3906 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
3907
3908 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
3909 to value of `read-file-name-completion-ignore-case'.
3910
3911 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * custom.el (customize-mark-as-set): Push to `user' theme.
3914
3915 * cus-edit.el (custom-save-variables): Allow unthemed values.
3916 (customize-set-variable): Push setting to `user' theme.
3917
3918 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3919
3920 * progmodes/gud.el: Don't require font-lock as it's now
3921 automatically loaded.
3922 (gud-speedbar-buttons): Replace gdb-var-changed with
3923 gdb-force-update.
3924
3925 * progmodes/gdb-ui.el (gdb-force-update): Rename from
3926 gdb-var-changed.
3927 (gdb-post-prompt): Use it.
3928 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3929 (gdb-var-update-handler, gdb-var-delete)
3930 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
3931 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
3932 gdb-force-update in gdb-post-prompt.
3933 (gdb-reset): Clear watch expressions from speedbar when quitting.
3934
3935 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3936
3937 * viper-cmd.el (viper-insert-state-post-command-sentinel)
3938 (viper-change-state-to-vi, viper-change-state-to-emacs):
3939 Make aware of cursor coloring in the Emacs state.
3940 (viper-special-read-and-insert-char): Use read-char-exclusive.
3941 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
3942
3943 * viper-init.el (viper-emacs-state-cursor-color): New variable.
3944
3945 * viper-util.el (viper-save-cursor-color)
3946 (viper-get-saved-cursor-color-in-replace-mode)
3947 (viper-get-saved-cursor-color-in-insert-mode)
3948 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
3949 state.
3950 (viper-get-saved-cursor-color-in-emacs-mode): New function.
3951
3952 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
3953 (ediff-ignore-case-option3, ediff-actual-diff-options)
3954 (ediff-actual-diff3-options): New variables to control case sensitivity.
3955 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
3956 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
3957 (ediff-toggle-ignore-case): New function.
3958 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
3959
3960 * ediff-help.el (ediff-long-help-message-narrow2)
3961 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
3962 (ediff-long-help-message-word-mode): Add ignore-case command.
3963 (ediff-help-for-quick-help): Add ignore-case command.
3964
3965 * ediff-merg.el: Move provide to the end.
3966
3967 * ediff-ptch.el: Move provide to the end.
3968
3969 * ediff-wind.el: Move provide to the end.
3970
3971 * ediff-mult.el: Move provide to the end.
3972 (ediff-set-meta-overlay): Enable follow-link.
3973
3974 * ediff.el: Move provide to the end.
3975 Break recursive load cycle in eval-when-compile.
3976 (ediff-patch-buffer): Better heuristics.
3977
3978 * ediff-util.el: Move provide to the end.
3979 Break recursive load cycle in eval-when-compile.
3980 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
3981 defuns.
3982 (ediff-submit-report): Pass the values of ediff-diff3-program,
3983 ediff-diff3-options.
3984
3985 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
3986
3987 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
3988 the opening bracket of the following bracketing pairs: {}, [], (), <>,
3989 `' (for example, in the docstring of `windmove-default-keybindings').
3990
3991 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3992
3993 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
3994 shadow face. Don't provide binding to edit variable when it is
3995 out of scope.
3996
3997 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3998 (gdb-var-update-handler): Detect out of scope variables with pre
3999 GDB 6.4 too.
4000 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4001 Reset status of variable objects to nil in update handlers.
4002 (gdb-var-update-handler-1): Detect when a variable object comes
4003 in scope. setcar on var changes gdb-var-list directly.
4004
4005 2006-02-17 Juri Linkov <juri@jurta.org>
4006
4007 * ffap.el (ffap) <defface>: Add explicit face declaration.
4008 (ffap-highlight): Use face `ffap' directly instead of checking
4009 for its existence.
4010
4011 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4012 `visible-ok' of `other-buffer' to find the right original buffer.
4013
4014 * info.el (Info-search): Skip `Local Variables' node.
4015
4016 2006-02-17 Juri Linkov <juri@jurta.org>
4017
4018 * info.el (Info-find-file): Check for symbols `apropos', `history',
4019 `toc' in the input filename, and return these symbols as is.
4020 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4021 `history', `toc' instead of strings.
4022 (Info-set-mode-line): For non-string Info-current-file use the
4023 symbol's name inside **.
4024 (Info-isearch-push-state): Add quote before Info-current-file and
4025 Info-current-node.
4026 (Info-isearch-pop-state): Use `equal' instead of `string='.
4027 (Info-extract-pointer, Info-following-node-name): Use
4028 `match-string-no-properties' instead of `match-string'.
4029 (Info-up): Check `old-file' for `stringp'.
4030 (Info-history): Use `equal' instead of `string-equal'.
4031 Check `file' for `stringp'.
4032 (Info-history): Use symbol `history' instead of string as first arg
4033 of `Info-find-node'.
4034 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4035 `toc' instead of string.
4036 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4037 instead of `buffer-substring', and `match-string-no-properties'
4038 instead of `match-string'.
4039 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4040 instead of strings.
4041 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4042 Use symbol `apropos' instead of string.
4043 (Info-copy-current-node-name): Check `Info-current-file' for
4044 `stringp' and construct a command with `Info-find-node' from it.
4045 (Info-fontify-node): Use `match-string-no-properties' instead of
4046 `match-string' and check file names for `stringp'.
4047 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4048 `history', `toc' instead of strings.
4049
4050 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4051
4052 * files.el: Rearrange functions and variables in the file local
4053 variables section.
4054
4055 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4056
4057 * files.el: Add truncate-lines, ispell-check-comments and
4058 ispell-local-dictionary as safe local variables.
4059
4060 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4061
4062 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4063 out of scope variables.
4064 (gud-speedbar-buttons): Use unless.
4065
4066 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4067 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4068 (gdb-show-changed-values): Also use for out of scope variables.
4069 (gdb-var-update-handler-1): Note if variable goes out of scope.
4070
4071 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4072
4073 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4074 default to global variable values for unsupplied args.
4075 (rcirc-get-buffer-create): Fix bug with setting the target.
4076 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4077 test for rcirc-always-use-server-buffer-flag here.
4078 (rcirc-response-formats): Add %N, which is a facified nick. %n
4079 uses the default face. Change the ACTION format string. If the
4080 "nick" is the server, don't print anything for that field.
4081 Comment fixes.
4082 (rcirc-target-buffer): Don't test
4083 rcirc-always-use-server-buffer-flag here.
4084 (rcirc-print): Squeeze extra spaces out of the text before message.
4085 (rcirc-put-nick-channel): Strip potential "@" char from nick
4086 before adding them to nick table.
4087 (rcirc-url-regexp): Improve to match address like "foo.com".
4088
4089 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4090
4091 * allout.el (allout-hidden-p): Move this defsubst before
4092 allout-overlay-interior-modification-handler, where it is first
4093 used.
4094
4095 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4096
4097 * allout.el: Use allout invisible-text overlays instead of
4098 selective display for concealed text. Also, lots of general
4099 cleanup, and improved compatibility code.
4100
4101 (allout-version) Incremented, corrected, revised, and refined
4102 module commentary.
4103
4104 (provide 'allout): Moved to the bottom, added a require of overlay.
4105
4106 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4107 `except-current'.
4108 (allout-write-file-hook-handler): Minimize delay.
4109 (count-trailing-whitespace-region): New function so
4110 auto-encryption of current topic can resituate cursor exactly.
4111 PGP/GPG encryption trims trailing whitespace from lines, which
4112 must be accounted for across encryption then decryption.
4113
4114 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4115 just plain "\C-c", to avoid intruding on user's keybinding space.
4116
4117 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4118 parameter, so user request to provide a new password is done.
4119
4120 (allout-outside-normal-auto-fill-function, allout-auto-fill):
4121 Refined mechanism for auto-filling behavior while in allout mode.
4122
4123 (allout-mode): Explicitly specify the mode map in the docstring.
4124 Clarify provision for various write-file hook var names.
4125 Adjusted for invisible-text overlays instead of selective-display.
4126
4127 (allout-depth): Really return 0 if not within any topic. This
4128 rectifies `allout-beginning-of-level' and sequence numbering
4129 errors that occur when cutting and pasting numbered topics.
4130 Changed from a in-line subst to a regular function, as well.
4131
4132 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4133
4134 (allout-end-of-subtree, allout-end-of-subtree)
4135 (allout-end-of-entry, allout-end-of-current-heading)
4136 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4137 (allout-show-children, allout-show-to-offshoot)
4138 (allout-hide-current-entry, allout-show-current-entry): Rectified
4139 handling of trailing blank lines between items.
4140
4141 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4142 (allout-current-depth, allout-unprotected, allout-hidden-p)
4143 (allout-on-current-heading-p, allout-listify-exposed)
4144 (allout-chart-subtree, allout-goto-prefix)
4145 (allout-back-to-current-heading, allout-get-body-text)
4146 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4147 (allout-hide-region-body, allout-toggle-subtree-encryption)
4148 (allout-encrypt-string, allout-encrypted-key-info)
4149 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4150 (allout-file-vars-section-data): Adjusted for use with
4151 invisible-text overlays instead of selective-display.
4152
4153 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4154 Reworked for use with invisible text overlays.
4155
4156 (allout-current-topic-collapsed-p): New function.
4157
4158 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4159 to know when to close the containing topic.
4160
4161 (allout-pre-command-business, allout-post-command-business):
4162 Simplify undo-batching and dynamic isearch exposure.
4163
4164 (allout-set-overlay-category): New for invisible-text overlays.
4165 Sets properties of allout-overlay-category, used by
4166 allout-flag-region to set invisible-text overlay properties.
4167 (allout-get-invisibility-overlay): Get the first qualifying
4168 invisibility overlay, so we can find the extent of it.
4169 (allout-back-to-visible-text): Get to just before the beginnining
4170 of the current invisibility overlay, if any.
4171
4172 (allout-overlay-insert-in-front-handler)
4173 (allout-overlay-interior-modification-handler)
4174 (allout-before-change-handler, allout-isearch-end-handler): New
4175 functions to handle extraordinary actions affecting concealed
4176 text.
4177
4178 (allout-flag-region): Use overlays instead of selective-display
4179 for invisible text - by inheritence from the properties of
4180 allout-overlay-category in mainline Emacs, and applied
4181 property-by-property in XEmacs, some recent versions of which
4182 don't inherit the properties from the category. Provisions to
4183 respond to concealed-text edits simplified drastically.
4184
4185 (allout-isearch-rectification, allout-isearch-was-font-lock)
4186 (allout-isearch-expose, allout-enwrap-isearch)
4187 (allout-isearch-abort, allout-pre-was-isearching)
4188 (allout-isearch-prior-pos, allout-isearch-did-quit)
4189 (allout-isearch-dynamic-expose)
4190 (allout-hide-current-entry-completely): Functions deleted.
4191
4192 (allout-undo-aggregation): Explicit undo aggregation no longer
4193 necessary due to transition away from selective-display.
4194
4195 (set-allout-regexp, allout-up-current-level)
4196 (allout-next-visible-heading, allout-forward-current-level)
4197 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4198 (allout-kill-line, allout-yank-processing, allout-show-children)
4199 (allout-expose-topic, allout-old-expose-topic)
4200 (allout-listify-exposed, allout-insert-latex-header)
4201 (allout-toggle-subtree-encryption, allout-encrypt-string)
4202 (remove-from-invisibility-spec, allout-hide-current-subtree):
4203 Ditched unused variables.
4204
4205 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4206
4207 * textmodes/ispell.el (ispell-change-dictionary): Call
4208 ispell-buffer-local-dict instead of
4209 ispell-accept-buffer-local-defs.
4210 (ispell-local-dictionary-alist): Accept as valid any coding-system
4211 supported by Emacs.
4212 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4213 changed to iso-8859-3.
4214
4215 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4216
4217 * speedbar.el (speedbar-frame-width): Make an inline function
4218 instead of a macro. Use frame-width.
4219 (speedbar-try-completion, speedbar-update-contents)
4220 (speedbar-timer-fn): Use consp.
4221 (speedbar-update-localized-contents): Try to preserve point.
4222
4223 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4224 (menu): Re-order menu items.
4225 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4226 field.
4227 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4228 (gdb-post-prompt): Speed things by not forcing update.
4229
4230 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4233 press and perform default action if we get a mouse movement event.
4234
4235 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4236
4237 * calendar/icalendar.el (icalendar--get-event-property)
4238 (icalendar--get-event-property-attributes): Fix typos in
4239 docstrings.
4240
4241 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4242 docstring.
4243
4244 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4245
4246 * bs.el (bs-mode): Use `buffer-disable-undo'.
4247 (bs--get-file-name): Simplify.
4248 (bs-show-in-buffer): Mark the buffer as not modified.
4249
4250 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4253 widget-button-click.
4254
4255 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4256 (custom-mode): Update docstring.
4257
4258 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4259 binding.
4260
4261 * files.el (hack-local-variables-confirm): Allow scrolling if the
4262 file variable list is too long. Kill temp buffer after use.
4263
4264 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4265
4266 * progmodes/gud.el (gdb): Improve doc string.
4267 (gdb-script-font-lock-keywords): Expand allowed character set.
4268
4269 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4270 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4271 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4272 (gdb-separate-io-stop, gdb-separate-io-eof):
4273 Rename from gdb-inferior-* to gdb-separate-*.
4274 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4275
4276 2006-02-14 Jay Belanger <belanger@truman.edu>
4277
4278 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4279 expression is a symbol before checking that it is bound.
4280
4281 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4282 test to see if equation can be solved.
4283
4284 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4285
4286 * wid-edit.el (widget-button-click): Use :pressed-face property
4287 for overlay face, if it exists.
4288
4289 * cus-edit.el (custom-manual, custom-add-see-also)
4290 (custom-add-parent-links, custom-group-link): Add :pressed-face
4291 property to links.
4292
4293 * files.el (hack-local-variables): Remove ignored variables before
4294 checking if any variables need setting.
4295
4296 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4297
4298 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4299
4300 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4301
4302 * help.el (where-is): Fix message for remapped commands.
4303
4304 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4305 Fix typos in docstrings.
4306
4307 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4308
4309 * files.el (safe-local-variable-values): New option.
4310 (hack-local-variables-prop-line): Return a list of variable-value
4311 pairs if MODE-ONLY is non-nil.
4312 (hack-local-variables): Construct list of variable-value pairs,
4313 and apply or reject them in one go. Ask for confirmation if
4314 variables are not known safe.
4315 (hack-local-variables-confirm): Complete rewrite. Support
4316 `safe-local-variable-values'.
4317 (enable-local-variables): Update docstring to reflect new
4318 behavior.
4319 (ignored-local-variables): Ignore ignored-local-variables and
4320 safe-local-variable-values.
4321 (safe-local-variable-p): New function.
4322 (risky-local-variable-p): `safe-local-variable' property check
4323 moved to safe-local-variable-p.
4324 (hack-one-local-variable): Checks moved to hack-local-variables.
4325
4326 (byte-compile-dynamic, c-basic-offset, c-file-style)
4327 (c-indent-level, comment-column, fill-column, fill-prefix)
4328 (indent-tabs-mode, kept-new-versions, no-byte-compile)
4329 (no-update-autoloads, outline-regexp, page-delimiter)
4330 (paragraph-start, paragraph-separate, sentence-end)
4331 (sentence-end-double-space tab-width, version-control):
4332 Add `safe-local-variable' property.
4333
4334 * find-lisp.el: Delete nonexistent `autocompile' file variable.
4335
4336 * icomplete.el, play/landmark.el: Change nonexistent
4337 `outline-layout' file variable to `allout-layout'.
4338
4339 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
4340
4341 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4342 (gdb-get-changed-registers): Test value of gud-minor-mode relative
4343 to gud-comint-buffer.
4344 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4345 gdb-ui.el for gdb-mi.el.
4346 (gdb-post-prompt, gdb-get-changed-registers): Move test for
4347 registers buffer to gdb-get-changed-registers.
4348 (gdb-breakpoint-regexp): New regexp. Allow toggling and
4349 deletion of catchpoints (throw and catch).
4350 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4351 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4352 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4353 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4354 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4355
4356 2006-02-13 Jay Belanger <belanger@truman.edu>
4357
4358 * calc/calc-arith.el (math-check-known-matrixp): Make sure
4359 expression is a symbol before checking that it is bound.
4360
4361 2006-02-13 Richard M. Stallman <rms@gnu.org>
4362
4363 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4364 for the minibuffer too, but not if resize-mini-windows will interfere.
4365
4366 * help.el (describe-key-briefly, describe-key): Do all arg-reading
4367 inside `interactive' spec.
4368 (describe-key-briefly-internal, describe-key-internal):
4369 Functions merged back into their callers.
4370
4371 2006-02-13 Martin Rudalics <rudalics@gmx.at>
4372
4373 * info.el (info-xref-visited): Inherit from info-xref too.
4374 (Info-set-mode-line): Replace occurrences of `%' by `%%'
4375 when propertizing Info-current-file and Info-current-node.
4376
4377 2006-02-13 Juri Linkov <juri@jurta.org>
4378
4379 * tumme.el (tumme-thumbnail-storage): Fix docstring.
4380 (tumme-thumb-name): Fix per-directory format.
4381
4382 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4385
4386 2006-02-12 Miles Bader <miles@gnu.org>
4387
4388 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4389
4390 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
4391
4392 * tumme.el: Remove history section. If someone needs the it, it
4393 can always be found in CVS.
4394
4395 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4396
4397 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
4398 about the Thumbnail Managing Standard option.
4399
4400 2006-02-12 Richard M. Stallman <rms@gnu.org>
4401
4402 * subr.el (substitute-key-definition): Doc fix.
4403
4404 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4405
4406 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4407
4408 * info.el (Info-mode): Doc fix.
4409
4410 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4411
4412 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
4413
4414 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4415 because on Solaris a POSIX compatible "id" is needed. Reported by
4416 Magnus Henoch <mange@freemail.hu>.
4417
4418 2006-02-12 Juri Linkov <juri@jurta.org>
4419
4420 * tumme.el: Remove todo item about Thumbnail Managing Standard.
4421 (tumme) <defgroup>: Change :group to `multimedia'.
4422 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4423 Managing Standard.
4424 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4425 Fix dostring.
4426 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4427 and %y. Fix docstring.
4428 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4429 (tumme-cmd-create-standard-thumbnail-command): New user options.
4430 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4431 is `standard'. Fix docstring.
4432 (tumme-thumb-width, tumme-thumb-height): New user options.
4433 (tumme-external-viewer): Try to find various viewers.
4434 (tumme-get-thumbnail-image): Use `create-image' instead of
4435 constructing the `image' structure.
4436 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4437 `standard'.
4438 (tumme-thumb-name): Add file name generation for standard storage.
4439 Simplify code for other storages.
4440 (tumme-thumb-name): Use width %w and height %h instead of size %s.
4441 Add modification time %m and thumbnail-nq8 %q.
4442 Use `tumme-cmd-create-standard-thumbnail-command' if
4443 tumme-thumbnail-storage is `standard'.
4444 (tumme-dired-insert-marked-thumbs): New autoload command.
4445 (tumme-dired-after-readin-hook): New function.
4446 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4447 `tumme-thumb-size'.
4448 (tumme-display-image): Replace size-x %x and size-y %y with
4449 width %w and height %h.
4450
4451 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4452 `tumme-dired-insert-marked-thumbs'.
4453
4454 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4455
4456 * tumme.el (tumme-write-tag): Fix small bug (file name did not
4457 include path).
4458 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4459 matching tag.
4460
4461 2006-02-12 Miles Bader <miles@gnu.org>
4462
4463 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4464 New variables.
4465 (rcirc-abbrev-nick): New function.
4466 (rcirc-format-response-string): Rewrite to use the formats in
4467 `rcirc-response-formats' and expand escape sequences therein.
4468 A text-property `rcirc-text' is added over the actual response
4469 text to make easy to find inside the returned string.
4470 (rcirc-print): When filling, just look for the `rcirc-text'
4471 text-property to find the appropriate fill prefix, instead of
4472 using hardwired patterns.
4473
4474 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4475
4476 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
4477 Managing Standard.
4478
4479 2006-02-11 Kim F. Storm <storm@cua.dk>
4480
4481 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4482 Don't use insert-buffer; do insert-buffer-substring directly.
4483 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
4484
4485 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4486
4487 * files.el (revert-buffer, recover-file): Replace buffer-read-only
4488 with inhibit-read-only. Suggested by Stefan Monnier.
4489 (revert-buffer): Let insert-file-contents discard
4490 buffer-undo-list. Simplify code.
4491 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4492
4493 2006-02-11 Eli Zaretskii <eliz@gnu.org>
4494
4495 * menu-bar.el (menu-bar-select-yank): Add a doc string.
4496
4497 * help.el (describe-key-briefly): Now a wrapper for
4498 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
4499 to t. Populate yank-menu if empty.
4500 (describe-key-briefly-internal): Renamed from describe-key-briefly.
4501 (describe-key): Now a wrapper for describe-key-internal. Bind
4502 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
4503 (describe-key-internal): Renamed from describe-key.
4504
4505 2006-02-11 Milan Zamazal <pdm@zamazal.org>
4506
4507 * progmodes/glasses.el (glasses-separator): Doc fix.
4508 (glasses-original-separator): New defcustom.
4509 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4510
4511 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4512
4513 * mwheel.el (mouse-wheel-up-event): Doc fix.
4514
4515 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4516
4517 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4518 (tumme-dir): New function. Copied from thumbs.el.
4519
4520 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
4521
4522 * desktop.el (desktop-outvar): Fix typo.
4523 (desktop-save-buffer-p): Doc fix.
4524
4525 * subr.el (substitute-key-definition): Fix typo.
4526
4527 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4528
4529 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4530 when window-system is mac.
4531
4532 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4533
4534 2006-02-10 Kim F. Storm <storm@cua.dk>
4535
4536 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4537 indirect-function instead of using condition-case.
4538
4539 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
4540
4541 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4542 less `colloquial'...
4543
4544 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
4545
4546 * tumme.el: Add a couple of todo items.
4547
4548 2006-02-09 Lars Hansen <larsh@soem.dk>
4549
4550 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4551 (highlight-changes-mode): Don't change desktop-locals-to-save.
4552
4553 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
4554
4555 * image-mode.el (image-toggle-display): Clear image cache if using
4556 filename.
4557
4558 2006-02-09 Masatake YAMATO <jet@gyve.org>
4559
4560 * dired-x.el (dired-guess-shell-alist-default): Add .man as
4561 a `dired-man' target.
4562
4563 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4564 boundary of symbols.
4565
4566 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
4567
4568 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4569
4570 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
4571
4572 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4573 `mapcar'; return nil.
4574
4575 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
4576
4577 * mouse.el (mouse-drag-track): Don't change window if we rebind to
4578 some other event.
4579
4580 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
4581
4582 * net/rcirc.el (rcirc-startup-channels-alist):
4583 Add irc.freenode.net and #emacs as defaults.
4584 (rcirc-ignore-all-activity-flag): Remove variable.
4585 (rcirc-authinfo): New variable.
4586 (rcirc-authinfo-filename): Remove variable.
4587 (rcirc-always-use-server-buffer-flag): New flag.
4588 (rcirc): M-x rcirc will automatically connect without prompting.
4589 C-u M-x rcirc will prompt. Use rcirc-connect to create a
4590 connection in lisp.
4591 (rcirc-process-server-response-1): Remove everything but the nick
4592 portion of the sender so it doesn't need to be done everywhere
4593 else. Update related code.
4594 (global-map): Remove global keybindings.
4595 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4596 (rcirc-send-input): Split into several functions.
4597 (rcirc-process-input-line, rcirc-process-message)
4598 (rcirc-process-command): New functions.
4599 (rcirc-target-buffer): New function to determine where to route
4600 messages.
4601 (rcirc-user-nick): Save match data.
4602 (rcirc-toggle-ignore-buffer-activity)
4603 (rcirc-update-activity-string): Remove global ignore functionality,
4604 which can be done now by toggling rcirc-track-minor-mode.
4605 (rcirc-track-minor-mode-map): New keymap.
4606 (rcirc-track-minor-mode): New minor-mode.
4607 (ignore): Make the ignore output nicer. Always print it when
4608 adding or removing nicks.
4609 (rcirc-url-regexp): Improve.
4610 (rcirc-mangle-text): Remove properties before using text in the
4611 modeline.
4612 (rcirc-authenticate): Authentication data comes from
4613 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4614 (rcirc-server-prefix): Inherit from rcirc-server.
4615
4616 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
4617
4618 * Makefile.in (compile): Append "|| true" to the end of the `find'
4619 command, like compile-always does.
4620
4621 2006-02-08 Sam Steingold <sds@gnu.org>
4622
4623 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4624 output from a dead connection.
4625
4626 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4627
4628 * dired.el (dired-mode-map): Add more bindings for tumme.
4629
4630 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4631
4632 * wdired.el (wdired-mode-map): Use remap.
4633 (wdired-get-filename): Massage.
4634 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
4635 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
4636 `keymap' property rather than `local-map'.
4637
4638 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4639
4640 * tumme.el (tumme-get-thumbnail-image): New utility function.
4641 Suggested by from Chong Yidong.
4642 (tumme-dired-with-window-configuration): Rename from
4643 `tumme-dired'. Add code to save window configuration.
4644 (tumme-restore-window-configuration): New command to restore the
4645 window configuration that `tumme-dired-with-window-configuration'
4646 saves before it changes the window configuration.
4647 (tumme-show-all-from-dir): New command to display thumbnails for
4648 all files in a directory entered by the user, like M-x thumbs.
4649 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
4650 have been created.
4651 (tumme-display-thumbnail-original-image): Call `display-buffer'.
4652 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
4653 Remove obsolete test function.
4654
4655 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
4656
4657 * vc.el (small-temporary-file-directory): Remove defvar; there's
4658 a defcustom for it in files.el.
4659
4660 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
4661 Fix typo in message.
4662 (tumme-gallery-generate): Fix typo in `error' message.
4663 (tumme-display-window-height-correction)
4664 (tumme-display-window-width-correction, tumme-line-up-dynamic)
4665 (tumme-line-up-interactive): Dox fixes.
4666 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
4667 (tumme-restore-window-configuration, tumme-format-properties-string)
4668 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
4669 Fix typos in docstrings.
4670
4671 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
4672
4673 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
4674
4675 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
4676
4677 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
4678 User should use hook if desired.
4679
4680 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
4681 buffer if necessary.
4682 (gdb-delete-frame-or-window): New function.
4683 (gdb-breakpoints-mode-map): Bind "q" to it.
4684
4685 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * textmodes/nroff-mode.el: Clean up name space.
4688 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
4689 (nroff-mode): Obey the global setting of nroff-electric-mode.
4690 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
4691
4692 * calendar/calendar.el (calendar-increment-month): Typo in last change.
4693
4694 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
4695
4696 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
4697
4698 2006-02-06 Lars Hansen <larsh@soem.dk>
4699
4700 * generic-x.el (etc-fstab-generic-mode): Add file system types
4701 cifs and usbdevfs. Allow special chars in file names.
4702
4703 2006-02-05 Jay Belanger <belanger@truman.edu>
4704
4705 Update copyright notices of the files in lisp/calc.
4706
4707 2006-02-05 Romain Francoise <romain@orebokech.com>
4708
4709 Update copyright notices of all files in the lisp/play directory.
4710
4711 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
4712
4713 * ldefs-boot.el: Regenerate.
4714
4715 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
4716
4717 2006-02-05 Kim F. Storm <storm@cua.dk>
4718
4719 * files.el (magic-mode-regexp-match-limit): New defvar.
4720 (set-auto-mode): Use it to limit magic-mode-alist matching.
4721
4722 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
4723
4724 * simple.el (display-message-or-buffer): Compare the number of
4725 characters to the frame width when determining whether a 1-line
4726 message string will fit in the echo area. Count screen lines
4727 instead of buffer lines when determining whether a multi-line
4728 message will fit in the echo area/minibuffer window.
4729
4730 2006-02-04 Eli Zaretskii <eliz@gnu.org>
4731
4732 * info.el (Info-index, Info-mode): Improve the description of the
4733 `i' command.
4734
4735 * ldefs-boot.el: Regenerate.
4736
4737 2006-02-03 Werner Lemberg <wl@gnu.org>
4738
4739 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
4740 greedy to find the closing bracket in \*[...] and similar
4741 expressions. This is a first rough fix -- many additional
4742 refinements are necessary to make nroff mode really usable with groff.
4743
4744 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
4745
4746 * international/mule-cmds.el (set-locale-environment):
4747 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
4748 libX11.
4749
4750 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4751
4752 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
4753 archive are created in archive-tmpdir.
4754
4755 2006-02-02 John Paul Wallington <jpw@pobox.com>
4756
4757 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
4758 (ibuffer-fontification-alist): Use it.
4759 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
4760 to "* z" and the Ibuffer Mark menu.
4761
4762 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
4763
4764 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4765
4766 * textmodes/table.el (*table--cell-describe-mode)
4767 (*table--cell-describe-bindings): Undo last change since
4768 print-help-return-message is not obsoleted by anything at all.
4769
4770 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
4771
4772 * emulation/cua-base.el (cua-mode): Doc fix.
4773
4774 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
4775
4776 * dframe.el (dframe-handle-make-frame-visible)
4777 (dframe-handle-iconify-frame, dframe-get-focus)
4778 (dframe-select-attached-frame, dframe-power-click)
4779 (dframe-frame-mode): Fix typos in docstrings.
4780
4781 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
4782 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
4783 Fix typos in docstrings.
4784
4785 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
4786 (hi-lock-face-buffer, hi-lock-font-lock-hook)
4787 (hi-lock-archaic-interface-message-used)
4788 (hi-lock-file-patterns-range): Fix typos in docstrings.
4789
4790 * savehist.el (savehist-loaded, savehist-load, savehist-install)
4791 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
4792
4793 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
4794 Fix typo in docstring.
4795
4796 * net/newsticker.el (newsticker--decode-iso8601-date)
4797 (newsticker--set-customvar, newsticker--buffer-insert-item)
4798 (newsticker--do-run-auto-mark-filter)
4799 (newsticker--parse-generic-feed): Doc fixes.
4800 (newsticker--retrieval-timer-list, newsticker-url-list)
4801 (newsticker-hide-immortal-items-in-echo-area)
4802 (newsticker-hide-obsolete-items-in-echo-area)
4803 (newsticker-new-item-face, newsticker--enclosure)
4804 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
4805 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
4806 (newsticker--parse-generic-feed, newsticker--cache-contains)
4807 (newsticker--stat-num-items, newsticker-download-enclosures):
4808 Fix typos in docstrings.
4809
4810 * net/rcirc.el (rcirc-debug): Doc fix.
4811 (rcirc-fill-column, rcirc-receive-message-hooks)
4812 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
4813 (rcirc-mode, rcirc-generate-new-buffer-name)
4814 (rcirc-startup-channels, rcirc-ignore-update-automatic)
4815 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
4816 Fix typos in docstrings.
4817 (rcirc-print): "?\ " -> "?\s".
4818 (rcirc-cmd-join): Improve argument/docstring consistency.
4819
4820 2006-02-01 Mark A. Hershberger <mah@everybody.org>
4821
4822 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
4823 before narrow-to-region.
4824
4825 2006-02-01 Richard M. Stallman <rms@gnu.org>
4826
4827 * simple.el (move-beginning-of-line): Scan properly for invis change.
4828
4829 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
4830
4831 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
4832
4833 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
4834 change bit only when id-format is 'integer. Reported by Matt
4835 Hodges <M.P.Hodges@rl.ac.uk>.
4836
4837 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
4838
4839 * hilit-chg.el (highlight-changes-initial-state)
4840 (highlight-changes-global-initial-state): Doc fixes.
4841 (highlight-changes-global-modes, global-highlight-changes):
4842 Fix typos in docstrings.
4843
4844 2006-02-01 Kim F. Storm <storm@cua.dk>
4845
4846 * emulation/cua-base.el (cua-mode): Mention that CUA enables
4847 transient-mark-mode in doc string.
4848
4849 2006-01-31 Richard M. Stallman <rms@gnu.org>
4850
4851 * replace.el (multi-occur): Doc fix.
4852 (multi-occur-in-matching-buffers): Rename from
4853 multi-occur-by-filename-regexp. Prefix arg says match
4854 buffer names instead of file names.
4855
4856 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
4857
4858 * bs.el: Allow non-default values of `bs-header-lines-length'.
4859 (bs--running-in-xemacs): Remove (not needed anymore).
4860 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
4861 instead of `shrink-window', thus avoiding having to compute the
4862 height of the window.
4863 (bs--up): Wrap around even when there's no header.
4864 (bs--down): Use `forward-line' instead of `next-line'.
4865
4866 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
4867
4868 * image-mode.el (image-toggle-display): Use file name if possible,
4869 instead of unnecessarily allocating a (possibly huge) lisp string.
4870
4871 2006-01-30 John Paul Wallington <jpw@pobox.com>
4872
4873 * subr.el (toplevel): Define `cl-assertion-failed' condition here
4874 because the `assert' macro signals it at runtime.
4875
4876 * emacs-lisp/cl.el (toplevel): Remove definition of
4877 `cl-assertion-failed' condition.
4878
4879 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
4880
4881 * thumbs.el (thumbs-marked-list): Make buffer-local and
4882 permanent-local.
4883 (thumbs-insert-thumb): Make help-echo non-sticky.
4884 (thumbs-file-alist): Use eolp as check for (non)-image.
4885
4886 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
4887
4888 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
4889 (ediff-before-session-group-setup-hooks)
4890 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
4891 Fix typos in docstrings.
4892
4893 * window.el (bw-dir, bw-eqdir, balance-windows)
4894 (split-window-keep-point): Fix typos in docstrings.
4895
4896 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
4897 (org-quote-string, org-calendar-to-agenda-key)
4898 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
4899 (org-show-following-heading, org-tags-column)
4900 (org-use-tag-inheritance, org, org-allow-space-in-links)
4901 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
4902 (org-enable-table-editor, org-calc-default-modes)
4903 (org-table-allow-automatic-line-recalculation)
4904 (org-export-html-style, org-export-with-fixed-width)
4905 (org-export-with-sub-superscripts, org-special-keyword)
4906 (org-formula, org-time-grid, org-table-may-need-update)
4907 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
4908 (org-goto-quit, org-get-indentation, org-end-of-item)
4909 (org-move-item-down, org-move-item-up)
4910 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
4911 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
4912 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
4913 (org-agenda-log-mode, org-agenda-toggle-diary)
4914 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
4915 (org-agenda-file-to-end, org-agenda-no-heading-message)
4916 (org-agenda-get-closed, org-format-agenda-item)
4917 (org-cmp-priority, org-cmp-category, org-cmp-time)
4918 (org-agenda-change-all-lines, org-agenda-diary-entry)
4919 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
4920 (org-link-search, org-camel-to-words, org-open-file)
4921 (org-remember-handler, org-table-convert-region)
4922 (org-table-move-row-down, org-table-move-row-up)
4923 (org-table-copy-region, org-table-wrap-region)
4924 (org-table-toggle-vline-visibility)
4925 (org-table-get-vertical-vector, org-table-modify-formulas)
4926 (org-table-get-specials, org-recalc-commands)
4927 (org-table-rotate-recalc-marks, org-table-eval-formula)
4928 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
4929 (org-level-color-stars-only, org-insert-heading):
4930 Fix typos in docstrings.
4931 (last-arg): Add defvar.
4932
4933 * makefile.w32-in (WINS): Add erc.
4934 (MH_E_SRC): Update (copied from lisp/Makefile.in).
4935
4936 2006-01-29 Bill Wohler <wohler@newt.com>
4937
4938 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
4939 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
4940 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
4941 (mh-autoloads): Don't use comments on otherwise empty lines.
4942
4943 2006-01-29 Edward O'Connor <ted@oconnor.cx>
4944
4945 * emulation/viper.el (viper-major-mode-modifier-list): Add
4946 insert-state and vi-state entries for erc-mode.
4947 (viper-go-away, viper-set-hooks): Add and remove
4948 viper-comint-mode-hook from erc-mode-hook as appropriate.
4949
4950 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
4951
4952 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
4953
4954 * bs.el (bs--format-aux): Implement `middle' alignment as
4955 described in the docstring for `bs-attributes-list'.
4956 (bs--get-name): Simplify. Don't pad the buffer name.
4957
4958 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
4959
4960 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
4961 English aspell dictionary is installed, use the first entry of
4962 ispell-dictionary-alist-1.
4963
4964 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
4965
4966 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4967 Doc fix.
4968
4969 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
4970
4971 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4972 for `process-file', in order to let it work for older Emacsen too.
4973
4974 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4975
4976 * international/latexenc.el: Add a suitable `coding:' tag.
4977 (latexenc-find-file-coding-system): Undo last change.
4978
4979 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4980
4981 * international/latexenc.el (latexenc-find-file-coding-system):
4982 Make sure latexenc-main-file is a regular file and is readable.
4983
4984 2006-01-27 Andre Spiegel <spiegel@gnu.org>
4985
4986 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
4987 Pass FILE to vc-user-login-name.
4988
4989 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
4990
4991 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
4992
4993 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
4994 there are no more images to display.
4995 (thumbs-mark, thumbs-unmark): Revert change so that they move to
4996 the next image.
4997
4998 2006-01-26 Richard M. Stallman <rms@gnu.org>
4999
5000 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5001
5002 * wid-edit.el (advertised-widget-backward): New alias.
5003 (widget-keymap): Use advertised-widget-backward for S-TAB.
5004
5005 * tumme.el: Correct the keywords.
5006 (tumme-dir-max-size): Use defvar.
5007 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5008
5009 * simple.el (move-beginning-of-line): Take account of fields.
5010 (clone-indirect-buffer-other-window): Take args like
5011 clone-indirect-buffer, and work like it.
5012
5013 * help-fns.el (describe-function): Don't pass `nil' as default.
5014
5015 * files.el (risky-local-variable-p): Follow var aliases.
5016
5017 * subr.el (lazy-completion-table): Doc fix.
5018
5019 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5020 global binding of `line'.
5021
5022 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5023
5024 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5025 Tramp.
5026
5027 * vc.el (vc-default-dired-state-info): Pass FILE to
5028 vc-user-login-name.
5029 (vc-default-update-changelog): Don't use vc-user-login-name, we
5030 don't need it here.
5031
5032 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5033 no longer necessary.
5034
5035 2006-01-25 Kenichi Handa <handa@m17n.org>
5036
5037 * international/mule.el (decode-char): Avoid the overhead of
5038 calling utf-lookup-subst-table-for-decode if
5039 utf-translate-cjk-mode is nil.
5040 (encode-char): Avoid the overhead of calling
5041 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5042 nil.
5043
5044 2006-01-22 Kenichi Handa <handa@m17n.org>
5045
5046 * international/mule.el (make-subsidiary-coding-system): Reset
5047 `coding-system-define-form' property of subsidiaries to nil.
5048 Avoid duplicated entry in coding-system-alist.
5049 (make-coding-system): Avoid duplicated entry in
5050 coding-system-alist.
5051 (define-coding-system-alias): Likewise.
5052
5053 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5054
5055 * completion.el: Minor fixes in introductory comment.
5056 (completion-def-wrapper): Fix alist.
5057
5058 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5059
5060 * thumbs.el (thumbs-new-image-size): New function.
5061 (thumbs-increment-image-size-element)
5062 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5063 (thumbs-decrement-image-size): Delete.
5064 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5065 temp files and use to resize.
5066 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5067 Use increment argument to enlarge/shrink. Preserve point.
5068 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5069 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5070 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5071 (thumbs-mark, thumbs-unmark): Preserve point.
5072 (thumbs-modify-image): Keep old temp files and use to modify.
5073 Cleanup old temp files at load time. Preserve point.
5074 (thumbs-view-image-mode-map): Use new command names.
5075
5076 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5077
5078 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5079
5080 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5081 the nastiest part of the cyclic dependency.
5082 (cal-menu-update): Use dotimes and calendar-increment-month.
5083
5084 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5085 (calendar-week-start-day): Add an :initializer.
5086 (calendar-mode-map): Use suppress-keymap, and command remapping.
5087 (describe-calendar-mode): Setup xref-stack info for the back button.
5088 (calendar-star-date): Insert before delete.
5089 (calendar-set-mode-line): Add file-modified info if applicable.
5090 (calendar-increment-month): New function.
5091
5092 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5093
5094 * font-lock.el (lisp-font-lock-keywords-2):
5095 Recognize "& keywords" only at word boundaries.
5096
5097 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5098
5099 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5100 and permanent-local.
5101 (thumbs-max-image-number): New variable.
5102 (thumbs-do-thumbs-insertion): Use them.
5103 (thumbs-per-line): Change default to 4.
5104 (thumbs-marked-list): Rename from thumbs-markedL.
5105 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5106 (thumbs-rename-images): Use -list instead of L for internal variables.
5107 (thumbs-call-convert): Use call-process instead of shell-command.
5108 (thumbs-insert-thumb): Add filename as help-echo to each image.
5109 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5110 Give dir to thumbs-show-thumbs-list.
5111 (thumbs-show-thumbs-list): Set default-directory to that of images.
5112 (thumbs-dired-show): Rename from thumbs-dired-show-all.
5113 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5114 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5115 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5116
5117 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * ses.el (ses-read-cell): Provide a default value.
5120
5121 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
5122
5123 * term/w32-win.el (image-library-alist): Add additional names for
5124 GIF library.
5125
5126 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5127
5128 * international/latexenc.el (latexenc-find-file-coding-system):
5129 Add file-regular-p check.
5130
5131 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * simple.el (clone-buffer): Don't show the new buffer in the same
5134 window.
5135
5136 2006-01-23 Juri Linkov <juri@jurta.org>
5137
5138 * faces.el (link, link-visited): New faces based on default values
5139 of `info-xref' and `info-xref-visited'.
5140
5141 * info.el (info-xref): Inherit from `link'.
5142 (info-xref-visited): Inherit from `link-visited'.
5143
5144 * cus-edit.el (custom-buffer-create-internal): Use widget type
5145 `custom-manual' instead of `info-link' and don't set properties
5146 `button-face' and `mouse-face' explicitly.
5147 (custom-browse-group-tag, custom-browse-variable-tag)
5148 (custom-browse-face-tag): Inherit from widget class
5149 `custom-group-link' instead of `push-button'.
5150 (custom-button-unraised): Inherit from `underline' face.
5151 (custom-link): Inherit from `link' face. Fix doc and group.
5152 (custom-add-parent-links, custom-group-value-create): Don't set
5153 properties `button-face' and `mouse-face' explicitly for
5154 `custom-group-link' widget.
5155 (custom-group-link): Add properties `button-face' and `mouse-face'
5156 to widget definition.
5157 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5158 editable-field's :keymap property.
5159 (custom-mode): Fix docstring: substitute keybindings for
5160 `widget-forward' and `widget-backward' from `widget-keymap',
5161 `widget-complete' from `custom-field-keymap', replace old
5162 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5163
5164 * desktop.el (desktop-load-file): Check for `fboundp' before
5165 calling `symbol-function'.
5166
5167 * simple.el (clone-buffer, clone-indirect-buffer)
5168 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5169 `read-string'. Fix prompts.
5170
5171 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5172
5173 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5174
5175 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5176
5177 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5178
5179 * startup.el (inhibit-splash-screen, initial-scratch-message):
5180 Doc fixes.
5181
5182 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5183
5184 Sync with Tramp 2.0.52.
5185
5186 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5187 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5188 `tramp-unload-tramp' for checklist.
5189
5190 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5191 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5192 (tramp-unload-file-name-handler-alist)
5193 (tramp-unload-tramp): New defuns.
5194 (tramp-advice-PC-expand-many-files): New defadvice.
5195 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5196 removed.
5197 (tramp-handle-expand-file-name): Remove double slash.
5198 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5199 It doesn't matter, because it will be converted later on.
5200 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5201 implementation was just heuristic.
5202 (tramp-post-connection): Set uid and gid properties.
5203 (tramp-convert-file-attributes): Set file's gid change bit.
5204 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5205 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5206 in case of su(do)? methods. The home directory of the local user
5207 will be taken else.
5208 (tramp-open-connection-telnet)
5209 (tramp-open-connection-rsh, tramp-open-connection-su)
5210 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5211 local shell prompt could hurt. Reported by Romain Francoise
5212 <romain@orebokech.com>.
5213 (tramp-let-maybe): Add `edebug-form-spec' property.
5214 (tramp-handle-expand-file-name): Bind `default-directory' locally
5215 to "/" in order to avoid problems with UNC shares or Cygwin
5216 mounts.
5217 (tramp-md5-function): Fix typo in error message.
5218
5219 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5220
5221 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5222 for byte-compiler pacification.
5223
5224 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5225
5226 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5227 ID-FORMAT `string'. This allows us to get rid of
5228 `vc-user-login-name UID'.
5229
5230 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5231
5232 2006-01-22 John Paul Wallington <jpw@pobox.com>
5233
5234 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5235
5236 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5237
5238 * emacs-lisp/find-func.el (find-definition-noselect)
5239 (find-variable-noselect): Search variables in C source code too.
5240 (find-function-C-source, find-function-noselect, find-function)
5241 (find-function-other-frame, find-variable-noselect, find-variable)
5242 (find-variable-other-frame, find-variable-at-point):
5243 Fix docstrings.
5244
5245 2006-01-21 Francesco Potorti` <pot@gnu.org>
5246
5247 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5248
5249 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5250
5251 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5252 Default to disabling the "Save affix" question.
5253
5254 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5255
5256 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5257 the first arg to run-python.
5258
5259 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5260
5261 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5262 is not loaded.
5263
5264 2006-01-20 Jay Belanger <belanger@truman.edu>
5265
5266 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5267 limit is 0.
5268
5269 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5270 the correct variable.
5271
5272 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5273
5274 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5275 link. Fixed buggy argument sequence in call to `org-view-tags'.
5276 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5277 (org-prefix-has-tag): New variable.
5278 (org-format-agenda-item): Remove tags from headline if
5279 appropriate.
5280 (org-agenda-remove-tags-when-in-prefix): New option.
5281 (org-get-tags-at): New function.
5282
5283 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5284
5285 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5286 (thumbs-find-image): Move image name and number from buffer name
5287 to mode name. Set thumbs-buffer. Preserve point so that large
5288 images remain visible.
5289 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5290 order.
5291 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5292 mode name.
5293 (thumbs-next-image, thumbs-previous-image): Make them work.
5294
5295 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5296
5297 * cus-edit.el (custom-buffer-create-internal): State in the text above
5298 the whole buffer buttons that they do not operate on hidden items.
5299 (custom-face-menu): Use `custom-face-save' instead of
5300 `custom-face-save-command'.
5301 (custom-face-save-command): Make it an alias for `custom-face-save'
5302 and declare it obsolete.
5303 (custom-face-save): Doc fix.
5304
5305 * dired.el (dired-no-confirm): Add quote.
5306 (dired-subdir-alist-pre-R): Add quote in
5307 `make-variable-buffer-local' form and remove unbalanced parenthesis.
5308
5309 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5310
5311 * textmodes/table.el (table-mode-indicator): Typo in last change.
5312
5313 2006-01-19 Richard M. Stallman <rms@gnu.org>
5314
5315 * outline.el (hide-leaves): Don't call outline-end-of-heading.
5316 Fixes bug reported in Nov 2005.
5317
5318 * isearch.el (isearch-forward): Doc fix.
5319
5320 * dired.el (dired-move-to-filename-regexp): Define as alias.
5321 (dired-no-confirm): Use defcustom.
5322 (dired-subdir-alist-pre-R): Put defvar at top level.
5323
5324 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5325
5326 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5327 Mark as risky.
5328
5329 * simple.el (set-mark-command): Doc fix.
5330 (clone-indirect-buffer-other-window):
5331 Read arg like clone-indirect-buffer.
5332 (move-beginning-of-line): Skip invisible newlines.
5333
5334 2006-01-19 Masatake YAMATO <jet@gyve.org>
5335
5336 * progmodes/cpp.el (cpp-edit-load): Make the order of
5337 listed conditions in a base C code buffer and its associate
5338 CPP Edit buffer the same.
5339
5340 2006-01-19 Kenichi Handa <handa@m17n.org>
5341
5342 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5343 (rmail-mime-feature): Likewise.
5344 (rmail-require-mime-maybe): Use display-warning to show a warning
5345 message.
5346
5347 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5348 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5349
5350 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5351
5352 * array.el: Move defvars out of eval-when-compile.
5353 (array-make-template): Replace undeclared global var with a local one.
5354 (array-mode): Inline initialization functions.
5355 (array-init-local-variables, array-init-max-row)
5356 (array-init-max-column, array-init-columns-per-line)
5357 (array-init-field-width, array-init-rows-numbered)
5358 (array-init-line-length, array-init-lines-per-row): Remove.
5359
5360 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
5361 (doc-mode-map): Define explicitly.
5362 (doctor-txtype): Use mapc.
5363
5364 * textmodes/table.el: Move defvars out of eval-when-compile.
5365 Remove harmful code meant to avoid byte-compiler warnings.
5366 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
5367 specification that checks table-fixed-width-mode directly.
5368 (table-recognize-region, table-recognize-cell):
5369 Use restore-buffer-modified-p.
5370 (table-fixed-width-mode): Remove code that refreshes
5371 table-fixed-mode-indicator.
5372 (*table--cell-describe-bindings, *table--cell-describe-mode):
5373 Avoid obsolete name print-help-return-message.
5374 (table--test-cell-list): Don't use replace-regexp from elisp.
5375 (table--point-entered-cell-function, table--point-left-cell-function):
5376 Don't set table-fixed-mode-indicator, use force-mode-line-update.
5377
5378 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
5379 that was after the end of file. Use buffer-file-name variable.
5380 (org-timestamp-change): Use with-current-buffer.
5381 (org-todo-list): Don't unnecessarily define a new buffer-local var.
5382 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5383 `file'.
5384
5385 * progmodes/fortran.el: Move defvars out of eval-when-compile.
5386 (fortran-break-line): Remove unused var `opoint'.
5387 (fortran-abbrev-start): Obey help-event-list.
5388
5389 2006-01-18 Jesper Harder <harder@phys.au.dk>
5390
5391 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5392
5393 2006-01-18 Masatake YAMATO <jet@gyve.org>
5394
5395 * progmodes/make-mode.el (makefile-imake-mode): New mode
5396 derived from makefile-mode.
5397 (makefile-imake-mode-syntax-table): New syntax table
5398 derived from makefile-mode-syntax-table.
5399 (makefile-mode): Write about makefile-imake-mode in doc string.
5400 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5401 (makefile-imake-font-lock-keywords): New font lock keywords.
5402
5403 * files.el (auto-mode-alist): Add Imakefile.
5404
5405 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
5406
5407 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5408 loading the file rather than when turning on flyspell-mode.
5409
5410 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
5411
5412 * cus-edit.el (customize-rogue): Minor doc fix.
5413
5414 2006-01-17 Juri Linkov <juri@jurta.org>
5415
5416 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5417 instead of the file at the mark as default if the file at the mark
5418 is the same as the file at point or if dired-dwim-target-directory
5419 is not the same as the current directory and the mark is not active.
5420
5421 * log-view.el (log-view-minor-wrap): Use the same logic to get
5422 revisions as `log-view-diff'.
5423
5424 * info.el (Info-revert-find-node): Check for Info-current-file
5425 before preserving new-history.
5426
5427 * man.el (Man-heading-regexp): Add `/'.
5428
5429 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5430 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5431
5432 2006-01-16 Juri Linkov <juri@jurta.org>
5433
5434 * faces.el (mode-line-faces): New defgroup.
5435 (mode-line-highlight): Move definition after new defgroup.
5436 (mode-line, mode-line-inactive, mode-line-highlight):
5437 Replace :group `modeline' with `mode-line-faces'.
5438 (mode-line-buffer-id): New face.
5439 (modeline-buffer-id): New face alias.
5440 (vertical-border): Remove :group `modeline'.
5441
5442 * bindings.el (propertized-buffer-identification): Use face
5443 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5444 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5445 (mode-line-buffer-identification-keymap): For mouse-1 replace
5446 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5447 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5448 mouse-3.
5449
5450 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5451 Buffer-menu-buffer. Doc fix.
5452 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5453 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5454 `Buffer-menu-buffer'.
5455
5456 * info.el (Info-mode-line-node-keymap): New defvar.
5457 (Info-set-mode-line): Use `stringp' to check Info-current-file.
5458 Propertize Info-current-node with `mode-line-buffer-id' and
5459 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5460
5461 * time.el (display-time-mail-face): Replace :group `faces' with
5462 `mode-line-faces'.
5463
5464 2006-01-16 Kenichi Handa <handa@m17n.org>
5465
5466 * international/code-pages.el: Add autoload cookies for cp125[0345678].
5467
5468 * language/european.el (cp1252): New alias for windows-1252.
5469
5470 * international/mule.el (autoload-coding-system): Prepare for EOL
5471 variants.
5472
5473 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
5474
5475 * term.el (term-raw-map): Add mapping for insert.
5476 (term-send-insert): New.
5477 (term-mode): Make variables local here instead of doing it in
5478 `term-emulate-terminal'.
5479 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5480 Scroll reverse needs to take into account the scroll region.
5481 Saving and restoring the cursor should save the color attributes too.
5482 (term-reset-terminal): Reset the scroll region.
5483 (term-handle-ansi-escape): Cursor up and down should take into
5484 account the scroll region.
5485 (term-set-scroll-region): Rename from `term-scroll-region'.
5486 Move to 0,0 after setting the region.
5487 (term-handle-scroll): Handle scroll up.
5488 (term-down): Fix off by one error.
5489 (term-delete-lines): Do not delete outside the scroll region.
5490 (term-insert-lines): Take into account the scroll region.
5491
5492 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5493
5494 * textmodes/ispell.el (ispell-internal-change-dictionary)
5495 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5496 (start, end): Move declaration outside of eval-when-compile.
5497
5498 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5499 (flyspell-mode-on): Use it.
5500
5501 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5502 ispell-kill-ispell-hook.
5503
5504 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
5505
5506 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5507 (Custom-reset-saved): Do not ask for confirmation in single option
5508 buffers.
5509
5510 2006-01-13 Richard M. Stallman <rms@gnu.org>
5511
5512 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
5513
5514 2006-01-13 Romain Francoise <romain@orebokech.com>
5515
5516 * add-log.el (add-change-log-entry, change-log-merge):
5517 Conditionally use `hard-newline'.
5518
5519 2006-01-13 Martin Rudalics <rudalics@gmx.at>
5520
5521 * wid-edit.el (widget-field-end): If the overlay is no longer
5522 associated with a buffer, behave as if the overlay didn't exist.
5523
5524 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5525 Make sure the links use the `custom-link' face.
5526
5527 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5530 (ld-script-mode): Don't set indent-line-function since we don't
5531 have one.
5532
5533 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
5534
5535 * textmodes/org.el (org-open-file): Use mailcap for selecting an
5536 application.
5537 (org-file-apps-defaults-gnu): Use mailcap as the default for
5538 selecting an application on a UNIX system.
5539 (org-agenda-show-tags): New command.
5540 (org-table-insert-hline): Keep cursor in current table line.
5541 (org-table-convert): Offset effect of modifying
5542 `org-table-insert-hline'.
5543 (org-format-agenda-item): New optional argument TAG.
5544 (org-compile-prefix-format): Handle %T format for the tag.
5545 (org-expand-wide-chars): New function.
5546 (org-table-insert-row, org-table-insert-hline):
5547 Use `org-expand-wide-chars'.
5548 (org-open-file): Fix bug in program launch.
5549 (org-get-time-of-day): Fix bug with times before 1am.
5550 (org-agenda-menu): Add tags commands.
5551
5552 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
5553
5554 * textmodes/ispell.el (ispell-init-process): Include the used
5555 dictionary in ispell process start message.
5556 (ispell-internal-change-dictionary): When flyspell-mode is active
5557 and dictionary is changed, make sure ispell process is restarted
5558 and flyspell word cache cleared out for the current buffer.
5559 (ispell-change-dictionary): Make sure flyspell word cache is
5560 cleared out in all buffers with active flyspell mode when
5561 dictionary is globally changed.
5562 Call ispell-internal-change-dictionary after dictionary change.
5563
5564 2006-01-13 Eli Zaretskii <eliz@gnu.org>
5565
5566 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5567
5568 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5569 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5570 years. Fix small differences wrt Makefile.in.
5571 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5572 Makefile.in does.
5573
5574 2006-01-12 Bill Wohler <wohler@newt.com>
5575
5576 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5577 mh-search.el.
5578
5579 2006-01-12 Masatake YAMATO <jet@gyve.org>
5580
5581 * progmodes/ld-script.el: Update copyright year.
5582
5583 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
5584
5585 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5586 Don't add widget if setting undefined.
5587
5588 2006-01-12 John Paul Wallington <jpw@pobox.com>
5589
5590 * help-fns.el (describe-variable): Remove newlines from void
5591 variable output.
5592
5593 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
5594
5595 * wdired.el (wdired-mode-map): Add help echo for
5596 wdired-abort-changes.
5597
5598 * man.el (Man-file-name-regexp): Adjust for a list of files.
5599
5600 2006-01-12 Masatake YAMATO <jet@gyve.org>
5601
5602 * progmodes/ld-script.el (auto-mode-alist): Support
5603 suffix conventions used in netbsd and eCos.
5604
5605 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5606
5607 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5608 (custom-variable-menu, custom-face-menu, custom-group-menu)
5609 (Custom-mode-menu): Change names of menu items. (As discussed on
5610 emacs-devel.)
5611 (custom-face-menu): Add "Undo Edits" item.
5612
5613 * startup.el (init-file-user): defcustom -> defvar.
5614
5615 * tooltip.el (tooltip-mode): Doc fix.
5616
5617 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * reveal.el (reveal-post-command): window-buffer signals an error on
5620 dead windows rather than returning nil.
5621 (reveal-open-new-overlays): An overlay might die while we open others.
5622
5623 2006-01-11 Bill Wohler <wohler@newt.com>
5624
5625 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
5626 phrasing in docstring.
5627
5628 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
5629 can give some systems gas. Add new file mh-buffers.el.
5630
5631 2006-01-06 Masatake YAMATO <jet@gyve.org>
5632
5633 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
5634 C preprocessor forward ported from GNU Emacs 21.2.
5635
5636 * progmodes/asm-mode.el (asm-font-lock-keywords):
5637 Use `cpp-font-lock-keywords'.
5638
5639 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
5640
5641 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
5642 of $ for "\\.ld[s]?".
5643
5644 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5645
5646 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
5647 (tcl-indent-line): Return `noindent' if inside a string.
5648
5649 * progmodes/flymake.el (flymake-split-string): Remove more than one
5650 empty string at beg/end of the result.
5651 (flymake-find-buildfile, flymake-find-possible-master-files):
5652 Use expand-file-name.
5653 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
5654 since expand-file-name does it for us. Use directory-file-name.
5655 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
5656 (flymake-ler-get-type, flymake-ler-get-text)
5657 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
5658 (flymake-current-line-no): Remove spurious interactive spec.
5659 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
5660 (flymake-check-include): Remove arg inc-path merged into inc-name.
5661 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
5662 Arg regexp-list replaced by a simple regexp.
5663 (flymake-master-make-header-init, flymake-master-tex-init):
5664 Correspondingly replace regexp-list with a regexp. Fix regexp.
5665
5666 2006-01-10 Simon Josefsson <jas@extundo.com>
5667
5668 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
5669 describing AUTH PLAIN fix.
5670
5671 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5672
5673 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
5674 (report-emacs-bug): Don't record initial prompt text.
5675 Instead, add text properties to prompting text.
5676 (report-emacs-bug-hook): Delete prompting text.
5677
5678 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
5681 `dirs'. Adjust callers.
5682
5683 2006-01-09 John Paul Wallington <jpw@gnu.org>
5684
5685 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
5686
5687 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5688
5689 * reveal.el (reveal-open-new-overlays): New extracted fun.
5690 (reveal-close-old-overlays): Idem. Check overlays's liveness before
5691 using them. Simplify the code.
5692 (reveal-post-command): Use them. Fix up obsolete windows in
5693 reveal-open-spots.
5694
5695 * progmodes/flymake.el: Use `require' rather than autoload for
5696 XEmacs's overlays.
5697 (flymake-get-common-file-prefix, flymake-build-relative-filename):
5698 Delete. Use file-relative-name instead.
5699 (flymake-get-syntax-check-program-args, flymake-perl-init):
5700 Simplify the resulting code.
5701
5702 * log-view.el (log-view-file-re, log-view-message-re): Add support
5703 for DaRCS output.
5704
5705 2006-01-09 Alex Schroeder <alex@gnu.org>
5706
5707 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
5708 identifiers sometimes added in square brackets at the beginning of
5709 subject lines.
5710
5711 2006-01-07 Richard M. Stallman <rms@gnu.org>
5712
5713 * cus-edit.el (Custom-set, Custom-save): Doc fix.
5714 (Custom-reset-current, Custom-reset-saved): Change question text.
5715 (Custom-reset-standard): Likewise.
5716 (custom-variable-reset-saved): Doc fix.
5717
5718 2006-01-07 Eli Zaretskii <eliz@gnu.org>
5719
5720 * startup.el (init-file-user): Doc fix.
5721
5722 2006-01-07 Alex Schroeder <alex@gnu.org>
5723
5724 * mail/rmail.el (rmail-current-subject): New function.
5725 (rmail-current-subject-regexp): New function.
5726 (rmail-next-same-subject): Use it.
5727
5728 * mail/rmailsum.el (rmail-summary-by-topic):
5729 Use rmail-current-subject and rmail-current-subject-regexp.
5730 (rmail-summary-next-same-subject): Ditto.
5731
5732 * net/rcirc.el (rcirc-send-input): No longer check whether the
5733 process is open, since not all commands need an open process.
5734 (rcirc-send-string): Check whether the process is open before
5735 sending anything.
5736 (rcirc-ignore-list): New option.
5737 (rcirc-ignore-list-automatic): New variable.
5738 (rcirc-print): Take rcirc-ignore-list into account.
5739 (rcirc-cmd-ignore): New command.
5740 (rcirc-ignore-update-automatic): New function.
5741 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
5742 list if ignored nicks.
5743 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
5744
5745 2006-01-06 David Reitter <david.reitter@gmail.com>
5746
5747 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
5748 reflect the address to which the report will be sent.
5749
5750 2006-01-06 Eli Zaretskii <eliz@gnu.org>
5751
5752 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
5753 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
5754
5755 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
5756
5757 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
5758
5759 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
5760 the doc string: "functoin" => "function".
5761 * ldefs-boot.el: Likewise.
5762
5763 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
5764 message text: "Duplicat" => "Duplicate".
5765
5766 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
5767
5768 * files.el (basic-save-buffer-2): If backing-up failed, reset
5769 buffer-backed-up to nil.
5770
5771 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
5772
5773 * progmodes/gud.el (gdb-script-skip-to-head)
5774 (gdb-script-calculate-indentation): Indent for breakpoint command
5775 lists also.
5776
5777 2006-01-05 Bill Wohler <wohler@newt.com>
5778
5779 * Makefile.in (compile-always): Add mh-autoloads dependency.
5780 (bootstrap): Remove mh-autoloads dependency, as compile dependency
5781 provides it.
5782 (updates): Remove mh-autoloads dependency, since it probably has
5783 already run recently (via recompile).
5784
5785 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
5788 argument `force' to disable the flyspell-last-buffer optimization.
5789 (flyspell-mode-on): Use it.
5790
5791 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
5792 flymake-simple-cleanup.
5793 (flymake-allowed-file-name-masks): Use this new default.
5794 All the functions are now called in the right buffer rather than
5795 passing the buffer as argument.
5796 (flymake-process-sentinel): Switch to buffer before calling cleanup.
5797 (flymake-parse-err-lines): Remove redundant buffer arg.
5798 (flymake-get-program-dir): Comment out unused function.
5799 (flymake-start-syntax-check, flymake-start-syntax-check-process):
5800 Remove redundant buffer argument.
5801 (flymake-get-real-file-name, flymake-simple-java-cleanup)
5802 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
5803
5804 2006-01-05 Richard M. Stallman <rms@gnu.org>
5805
5806 * info.el (Info-find-node): Don't record previous node if have none.
5807 (info): Go to directory only if history is empty.
5808
5809 * simple.el (mark): Doc fix.
5810
5811 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5812
5813 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
5814 already of desired type.
5815 (mac-ae-list): Coerce parameter to "list" type.
5816 (mac-dispatch-apple-event): Replace cadr part of event with a
5817 dummy position so that event-start returns it.
5818
5819 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
5820
5821 * textmodes/org.el (org-end-of-subtree): New function.
5822 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
5823 Use `org-end-of-subtree'.
5824 (org-agenda, org-agenda-convert-date): Protect calls to
5825 `fit-window-to-buffer'.
5826 (org-tags-view): Force matching of sublevels when doing a
5827 todo-only search. Define the correct redo command, including the
5828 arguments.
5829 (org-agenda-redo): Display message.
5830 (org-check-for-org-mode): New function.
5831 (org-agenda-type): New variable.
5832 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5833 Set `org-agenda-type'.
5834 (org-agenda-check-type): New function.
5835 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5836 (org-agenda-week-view, org-agenda-day-view)
5837 (org-agenda-next-date-line, org-agenda-previous-date-line)
5838 (org-agenda-log-mode, org-agenda-toggle-diary)
5839 (org-agenda-toggle-time-grid, org-agenda-date-later)
5840 (org-agenda-date-prompt, org-agenda-diary-entry)
5841 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
5842 (org-agenda-convert-date, org-agenda-menu):
5843 Use `org-agenda-check-type'.
5844 (org-make-overlay, org-delete-overlay)
5845 (org-detatch-overlay, org-move-overlay, org-overlay-put):
5846 New compatibility functions.
5847 (org-calendar-select-mouse): New command.
5848
5849 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
5850
5851 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
5852 (Custom-reset-standard): Fix y-or-n-p messages.
5853 (custom-link): New face for links.
5854 (custom-buffer-create-internal, custom-manual): Use it.
5855 (custom-face-save): Push to theme-face before setting face spec.
5856
5857 * wid-edit.el (widget-default-mouse-face-get): New function.
5858 (widget-specify-button): Handle mouse-face like button-face.
5859
5860 * custom.el (load-theme): Clear old theme settings if reloading.
5861
5862 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
5863
5864 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
5865 "Erase Customization" button back to same position it occupies in
5866 the individual State menus.
5867
5868 2006-01-04 Kim F. Storm <storm@cua.dk>
5869
5870 * wid-edit.el (key-sequence): Rework widget to read key binding
5871 using `kbd' syntax. Use C-q to insert literal key, event, or code.
5872 (widget-key-sequence-default-value): Default value for empty sequence.
5873 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
5874 (widget-key-sequence-read-event): New command for C-q.
5875 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
5876 (widget-key-sequence-value-to-external): New functions.
5877
5878 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5879
5880 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
5881 Use expand-file-name.
5882 (flymake-delete-temp-directory): Use expand-file-name,
5883 file-name-directory, and directory-file-name.
5884 (flymake-strrchr): Delete.
5885 (flymake-start-syntax-check): Don't pass the redundant buffer argument
5886 to the init-f function.
5887 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
5888 (flymake-init-find-buildfile-dir)
5889 (flymake-init-create-temp-source-and-master-buffer-copy)
5890 (flymake-simple-make-init-impl, flymake-simple-make-init)
5891 (flymake-master-make-init, flymake-master-make-header-init)
5892 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
5893 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
5894 (flymake-xml-init): Remove corresponding redundant buffer argument.
5895 (flymake-allowed-file-name-masks): Remove last elems that are equal to
5896 the default anyway. Clean up regexps.
5897
5898 * progmodes/flymake.el (flymake-temp-source-file-name)
5899 (flymake-master-file-name, flymake-temp-master-file-name)
5900 (flymake-base-dir): New buffer-local vars.
5901 (flymake-buffer-data, flymake-get-buffer-value)
5902 (flymake-set-buffer-value): Replace those hash-tables by the new
5903 buffer-local vars. Update callers.
5904
5905 * progmodes/flymake.el (flymake-check-start-time)
5906 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
5907 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
5908 Move definition, so we can remove redundant earlier declaration.
5909 (flymake-replace-regexp-in-string, flymake-split-string)
5910 (flymake-get-temp-dir): Use defalias.
5911 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
5912 (flymake-xemacs-window-edges): Remove unused function.
5913 (flymake-get-point-pixel-pos): Move.
5914 (flymake-pid-to-names, flymake-reg-names)
5915 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
5916 Replace by a simple list flymake-processes and by process-buffer.
5917 Update callers. Other than simplify the code, it uses buffers rather
5918 than buffer-names so it doesn't get confused by uniquify.
5919 (flymake-buffer-data): The global value should just be nil.
5920
5921 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
5922 Optimize the body of a defalias like any other code.
5923
5924 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
5925 Make sure we've setup font-lock's vars. It may influence which
5926 function we then call.
5927 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
5928 here since it's too late anyway.
5929
5930 2006-01-03 Romain Francoise <romain@orebokech.com>
5931
5932 * startup.el (fancy-splash-tail, normal-splash-screen):
5933 Update copyright year.
5934
5935 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
5936
5937 * mouse.el (mouse-drag-track): Rename, from
5938 `mouse-drag-region-1'. Includes optional argument required to
5939 enable post-drag event processing (e.g. delete region keys).
5940 Can be used without this argument to track a mouse region and operate
5941 on it as soon as the drag completes.
5942 (mouse-drag-region): Use `mouse-drag-track'.
5943
5944 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5945
5946 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
5947 Move to `custom-buffer' group.
5948
5949 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
5950 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
5951 (custom-theme-insert-face-marker, custom-theme-variable-menu)
5952 (custom-theme-face-menu): New variables.
5953 (custom-theme-add-variable, custom-theme-variable-action)
5954 (custom-variable-reset-theme, custom-theme-delete-variable)
5955 (custom-face-reset-theme, custom-theme-face-action)
5956 (custom-theme-delete-face, custom-theme-merge-theme)
5957 (custom-theme-add-face, custom-theme-visit-theme): New functions.
5958
5959 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
5960
5961 * custom.el: Move Custom Themes commentary to start of theme code.
5962 (custom-known-themes): Rename `standard' theme to `changed'.
5963 (custom-push-theme): Caller no longer specifies what theme to use
5964 when doing `reset'---the setting is simply removed from the theme.
5965 Delete MODE from `theme-value' and `theme-settings' properties.
5966 (custom-declare-theme): Ignore &rest args since we don't use them.
5967
5968 (custom-loaded-themes): Delete variable.
5969 (custom-theme-load-themes, custom-theme-loaded-p)
5970 (custom-theme-value): Delete functions.
5971
5972 (custom-declare-theme): Signal error on invalid theme names.
5973 (provide-theme): custom-loaded-themes was deleted.
5974 (load-theme): Load the file unconditionally.
5975 (enable-theme): Call `load-theme' if theme is undefined.
5976 (custom-enabled-themes): Only update value for successful loads.
5977 (disable-theme): Complete from enabled themes when interactive.
5978 (custom-variable-theme-value): Calculate theme value directly.
5979
5980 (custom-theme-reset-variables, custom-reset-variables): Mark as
5981 XEmacs compatibility functions. We don't actually use these.
5982
5983 * cus-edit.el (custom-variable-state-set):
5984 Use custom-variable-theme-value instead of custom-theme-value.
5985 (custom-face-state-set): Rename `standard' theme to `changed'.
5986 (custom-save-variables, custom-save-faces): Delete unneeded
5987 references to custom-reset-variables.
5988 (custom-save-resets): Delete function.
5989 (custom-save-variables, custom-save-faces): MODE argument deleted.
5990 (custom-save-variables, custom-save-faces): Ignore theme values.
5991
5992 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
5993 compatibility function.
5994
5995 2006-01-01 Richard M. Stallman <rms@gnu.org>
5996
5997 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
5998 (Custom-reset-current, Custom-reset-saved): Likewise.
5999 (Custom-reset-standard): Show message if aborted.
6000 (custom-mode): Doc fix, describing those commands.
6001
6002 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6003 put on event-kind property.
6004
6005 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6006
6007 * custom.el (provide-theme): Ban `user' theme name.
6008 (custom-enabling-themes): New variable.
6009 (enable-theme): Don't enable user if custom-enabling-themes is t.
6010 (custom-enabled-themes): Make it a defcustom.
6011 (custom-theme-recalc-face): No-op if face is undefined.
6012
6013 * cus-edit.el (custom-button-mouse): New variable.
6014 (custom-button-mouse): New face.
6015 (custom-raised-buttons, custom-mode): Use it.
6016
6017 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6018
6019 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6020
6021 * progmodes/gud.el (gud-display-line): Support hl-line in the
6022 source buffer.
6023
6024 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6025
6026 * mouse.el (mouse-drag-window-above): Verify that the found window
6027 overlaps with the given window in the horizontal dimension.
6028
6029 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6030
6031 * Makefile.in (cvs-update): New target.
6032
6033 * makefile.w32-in (cvs-update): Ditto.
6034
6035 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6038 (custom-new-theme-mode-map): New variable.
6039
6040 2005-12-30 Richard M. Stallman <rms@gnu.org>
6041
6042 * custom.el (custom-load-themes): Function deleted.
6043
6044 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6045 (custom-save-variables): Don't delete or add custom-load-themes call.
6046
6047 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6048
6049 * cus-start.el: Add `visible-cursor'.
6050
6051 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6052 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6053 (flymake-process-filter): Switch to buffer before calling it instead.
6054 (flymake-post-syntax-check, flymake-highlight-err-lines)
6055 (flymake-delete-own-overlays, flymake-parse-err-lines)
6056 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6057 (flymake-count-lines, flymake-parse-residual):
6058 Remove constant buffer argument.
6059 (flymake-start-syntax-check-for-current-buffer): Remove.
6060 Update callers to use flymake-start-syntax-check instead.
6061 (flymake-display-err-menu-for-current-line):
6062 Remove unused var `mouse-pos'.
6063 (flymake-restore-formatting): Comment out unused function.
6064 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6065 argument, use current-buffer instead. Update callers.
6066
6067 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6068
6069 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6070 buffer-local because choose-completion-delete-max-match requires
6071 that we set completion-ignore-case (i.e., binding via let is not
6072 sufficient).
6073 (bibtex-complete): Always set completion-ignore-case and
6074 choose-completion-string-functions. The latter is needed because
6075 choose-completion-string-functions keeps its value if we quit the
6076 *Completions* buffer without requesting a completion.
6077
6078 2005-12-30 Andreas Schwab <schwab@suse.de>
6079
6080 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6081
6082 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6083
6084 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6085
6086 2005-12-30 Juri Linkov <juri@jurta.org>
6087
6088 * locate.el (locate-fcodes-file, locate-header-face)
6089 * progmodes/delphi.el (delphi-other-face)
6090 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6091
6092 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6093 group `paren-showing-faces'.
6094
6095 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6096 (goto-address): Fix docstring.
6097
6098 * net/webjump.el (webjump-sample-sites): Update URLs.
6099
6100 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6101
6102 * subr.el (cancel-change-group): Add listp around pending-undo-list.
6103
6104 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * font-lock.el (font-lock-compile-keywords): Signal an error when
6107 font-lock-set-defaults hasn't been called.
6108
6109 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6110
6111 * subr.el (noreturn, 1value): Doc fixes.
6112
6113 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6114
6115 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6116 that assoc-string returns nil.
6117
6118 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6119
6120 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6121 (bibtex-entry-type-str, bibtex-empty-field-re)
6122 (bibtex-search-backward-string, bibtex-preamble-prefix)
6123 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6124 (bibtex-any-valid-entry-type): New variable.
6125 (bibtex-parse-field-name): Simplify.
6126 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6127 (bibtex-preamble-prefix): Include left delimiter.
6128 (bibtex-search-forward-field, bibtex-search-backward-field):
6129 Allow unbounded search past entry boundaries (required by bibtex-pop).
6130 (bibtex-text-in-field-bounds): Use push.
6131 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6132 (bibtex-parse-preamble, bibtex-valid-entry)
6133 (bibtex-beginning-first-field): New functions.
6134 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
6135 (bibtex-map-entries): Fix docstring.
6136 (bibtex-flash-head): New arg prompt. Simplify.
6137 (bibtex-enclosing-field): Include code of bibtex-inside-field.
6138 (bibtex-insert-kill): Simplify. Always insert text past the
6139 current field or entry.
6140 (bibtex-format-entry): Use bibtex-parse-field.
6141 (bibtex-pop): Use bibtex-beginning-of-entry and
6142 bibtex-end-of-entry to initiate the search. Insert empty field if
6143 we found ourselves.
6144 (bibtex-print-help-message): New args field and comma.
6145 Handle entry keys.
6146 (bibtex-make-field): Use bibtex-beginning-of-entry.
6147 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6148 invalid entry.
6149 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6150 Handle preambles. Simplify code for thorough test.
6151 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6152 New arg comma. Handle entry heads.
6153 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6154 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6155 New arg comma.
6156 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6157 (bibtex-fill-field): Simplify.
6158 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6159 bibtex-parse-field.
6160 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6161 (bibtex-complete): Use bibtex-parse-preamble.
6162
6163 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6164
6165 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6166 Display name of expression instead of convenience variable.
6167 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6168
6169 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6170 toggle-gud-tooltip-dereference.
6171 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6172 (gud-tooltip-tips): ...here when dereferencing.
6173
6174 2005-12-28 Bill Wohler <wohler@newt.com>
6175
6176 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6177
6178 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6179
6180 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6181 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6182 (vc-annotate-display-autoscale): Adjust call.
6183 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6184 Fix interactive spec.
6185 (vc-annotate-time-span): Remove.
6186 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6187 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6188 (vc-annotate-display-select): Use new name.
6189
6190 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6191 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6192 Correct the construction of span entries. Simplify.
6193 (vc-annotate-display-select): Fix the nil case.
6194 (vc-annotate): Remove obsolete (and now broken) code.
6195 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6196 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6197
6198 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6199
6200 * subr.el (lazy-completion-table): Correct typo in docstring.
6201
6202 * startup.el (command-line): Use `custom-reevaluate-setting' for
6203 `send-mail-function'.
6204
6205 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6206
6207 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6208
6209 * mail/smtpmail.el (smtpmail-try-auth-methods):
6210 Send credentials together with "AUTH PLAIN" command.
6211
6212 2005-12-27 Richard M. Stallman <rms@gnu.org>
6213
6214 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6215 mouse-2, go back to previously selected window, so it's selected
6216 when mouse-2 command runs.
6217
6218 2005-12-27 Juri Linkov <juri@jurta.org>
6219
6220 * descr-text.el (describe-text-sexp): Use square brackets for
6221 button [Show] to distinguish it from the property value `show'.
6222 (describe-property-list): Use `insert-text-button' with
6223 `help-face' type instead of putting face in quotes, because button
6224 is not created automatically for a list of faces.
6225 (describe-text-properties-1): Put button-type value in quotes to
6226 distinguish from plain text "button".
6227 (describe-char): Display code point values in hex. Don't use
6228 `symbol-name' for `current-input-method' because it is a string.
6229 Use `insert-text-button' with `help-face' type instead of putting
6230 hardcoded face in quotes, because button is not created automatically.
6231
6232 2005-12-27 Richard M. Stallman <rms@gnu.org>
6233
6234 * progmodes/glasses.el (glasses-face): More specific custom type.
6235
6236 * files.el (set-visited-file-name): Doc fix.
6237
6238 * textmodes/flyspell.el (flyspell-external-point-words):
6239 Use local var buffer-scan-pos to advance scan for next misspelling.
6240 Advance it only after we find the misspelling.
6241
6242 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6243
6244 * textmodes/flyspell.el (flyspell-external-point-words):
6245 New criteria for finding the misspelling in the buffer.
6246
6247 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6248
6249 * help-mode.el (help-insert-string): Set help-xref-stack-item
6250 rather than call help-setup-xref.
6251
6252 * descr-text.el (describe-char): Revert previous changes for
6253 optional buffer argument.
6254
6255 2005-12-27 Juri Linkov <juri@jurta.org>
6256
6257 * help-mode.el (help-insert-string): New function. Save buffer
6258 contents in cases where it is impossible to recompute the old contents.
6259
6260 * descr-text.el (describe-char): Set help-xref-stack-item
6261 explicitly after buffer has been generated.
6262
6263 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6264
6265 * cus-start.el (all): Add x-gtk-show-hidden-files.
6266
6267 2005-12-26 Richard M. Stallman <rms@gnu.org>
6268
6269 * replace.el (perform-replace): Calculate match-again
6270 before skipping read-only matches.
6271
6272 * paren.el (paren-showing-faces): New group.
6273 (show-paren-match, show-paren-mismatch): Move to that group.
6274
6275 * button.el (button): Put into group `basic-faces'.
6276
6277 * progmodes/make-mode.el: Remove faces from group `faces'.
6278
6279 * apropos.el (apropos, apropos-value): Doc fix.
6280 (apropos-documentation): Doc fix.
6281
6282 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 * subr.el (lazy-completion-table): Remove argument `args'.
6285
6286 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6287 Don't use the `args' argument of lazy-completion-table.
6288
6289 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6290
6291 * descr-text.el (describe-char): Add optional argument for buffer.
6292 Set buffer appropriately. Call help-setup-xref.
6293 Suggested by Stefan Monnier.
6294
6295 2005-12-26 Juri Linkov <juri@jurta.org>
6296
6297 * descr-text.el: Require `help-fns' at runtime. Don't require
6298 `button' for byte compilation.
6299 (describe-text-widget): Add `help-echo' for first button.
6300 Use `help-info' for second.
6301 (describe-property-list): Use `help-argument-name' instead of `italic'.
6302 (describe-text-category): Add prompt to interactive spec.
6303 Call `help-setup-xref'.
6304 (describe-char): Use `help-character-set'. Add `help-echo' for
6305 code point. Use `help-input-method'. Remove superfluous insert.
6306
6307 2005-12-25 Richard M. Stallman <rms@gnu.org>
6308
6309 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6310 at point, in case of narrowing.
6311
6312 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6313
6314 * locate.el (locate-header-face): Allow nil in type.
6315
6316 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6317
6318 2005-12-25 Romain Francoise <romain@orebokech.com>
6319
6320 * battery.el (battery-linux-proc-acpi): Also try
6321 `/proc/acpi/thermal_zone/THM0/temperature'.
6322
6323 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6324
6325 * custom.el (custom-push-theme): Fix docstring.
6326
6327 * cus-edit.el (custom-variable-set, custom-variable-save)
6328 (custom-variable-save): Custom-quote widget values.
6329 (customize-save-variable): Fix custom-push-theme call.
6330
6331 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6332
6333 * w32-fns.el (w32-batch-update-autoloads): New function.
6334
6335 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6336 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6337 from the command line.
6338
6339 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
6340
6341 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
6342 reset means to remove setting from theme entirely. Don't keep
6343 expanding theme-settings list; delete old entries if necessary.
6344
6345 * cus-edit.el (custom-buffer-create-internal): Move "Erase
6346 customization" button one line up.
6347 (custom-themed): New face.
6348 (custom-magic-alist): New value, THEMED, for theme settings.
6349 (custom-variable-state-set, custom-face-state-set):
6350 Check theme-value instead of saved-value.
6351 (custom-variable-reset-standard, custom-face-reset-standard):
6352 Remove theme setting entirely. Recalculate new values.
6353 (custom-variable-set, custom-variable-set)
6354 (custom-variable-reset-saved, custom-variable-reset-backup)
6355 (custom-face-set, custom-face-reset-saved): Update `user' theme.
6356 (custom-variable-save): Fix typos.
6357
6358 2005-12-23 Juri Linkov <juri@jurta.org>
6359
6360 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6361 Add autoload cookies.
6362 (edebug-outside-d-c-i-n-s-w): New variable.
6363 (edebug-display, edebug-outside-excursion): Use it to save the
6364 original value of default-cursor-in-non-selected-windows.
6365 Set default-cursor-in-non-selected-windows to t while Edebug
6366 is active.
6367 (edebug-mode, edebug-eval-mode): Doc fix.
6368
6369 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6370 with `buffer-substring-no-properties' to remove common substring
6371 highlighting.
6372
6373 * info.el (info-other-window, info): Rename function argument
6374 `file' to `file-or-node'.
6375 (Info-complete-menu-item): Use local variable `complete-nodes' to
6376 keep the global value of `Info-complete-nodes' unchanged for
6377 subsequent completions.
6378 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6379
6380 * simple.el (get-next-valid-buffer, last-buffer)
6381 (next-error-buffer-p, next-error-find-buffer)
6382 (minibuffer-history-sexp-flag): Doc fix.
6383
6384 * savehist.el (savehist-mode-hook): Add `:group'.
6385
6386 * log-view.el: Call autoload for vc-find-version.
6387 (log-view-current-file): Adjust subgroup numbers.
6388 (log-view-current-tag): Add `length'.
6389
6390 2005-12-23 Richard M. Stallman <rms@gnu.org>
6391
6392 * vc.el (vc-annotate-car-last-cons): Defn moved up.
6393
6394 2005-12-23 Juri Linkov <juri@jurta.org>
6395
6396 * hi-lock.el (hi-lock-archaic-interface-message-used)
6397 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6398 (hi-lock-mode): Display "Hi" in the mode line only when
6399 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6400 (hi-lock-write-interactive-patterns):
6401 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6402 (hi-lock-set-pattern, hi-lock-set-file-patterns)
6403 (hi-lock-font-lock-hook): Set 3rd arg `how' of
6404 font-lock-add-keywords to t.
6405
6406 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
6407
6408 * hi-lock.el (hi-lock-highlight-range): New variable.
6409 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6410 only if font-lock-fontified is non-nil. Remove overlays.
6411 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6412 font-lock-fontified is non-nil, otherwise use overlays (instead of
6413 text properties).
6414 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6415 New variables.
6416 (hi-lock-string-serialize) New function.
6417
6418 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6419
6420 * menu-bar.el (menu-find-file-existing): New function.
6421 (menu-bar-file-menu): Use menu-find-file-existing for Open.
6422
6423 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6424
6425 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6426
6427 * vc.el: Remove unnecessary leading * in docstrings.
6428 (vc-annotate-mode-map): Move initialization into declaration.
6429 (vc-static-header-alist): Nitpick on the regexp.
6430 (vc-default-init-version): New fun.
6431 (vc-register): Use it.
6432 (vc-insert-headers): Use dolist.
6433 (vc-annotate-get-backend): Remove unused function.
6434 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
6435 (vc-annotate-mode): Remove corresponding call.
6436 (vc-annotate-car-last-cons): Simplify.
6437 (vc-annotate-buffers): Remove var.
6438 (vc-annotate-backend): Make it buffer-local.
6439 (vc-annotate): Move the interaction to the interactive spec.
6440 Add a `buf' argument.
6441 (vc-annotate-warp-version): Use this new `buf' argument to avoid
6442 killing&creating a vc-annotate buffer, which is very disruptive when
6443 the buffers are shown in dedicated frames.
6444
6445 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
6446
6447 * descr-text.el: Add FSF as maintainer.
6448 (describe-text-mode, describe-text-mode-map)
6449 (describe-text-mode-hook, describe-text-done): Delete. Use normal
6450 help-mode.
6451 (describe-text-widget, describe-text-sexp)
6452 (describe-property-list, describe-text-category)
6453 (describe-text-properties, describe-text-properties-1)
6454 (describe-char): Use help buttons instead of widgets.
6455 (describe-char-unicodedata-file): Make URL link in doc string.
6456
6457 2005-12-22 Richard M. Stallman <rms@gnu.org>
6458
6459 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6460 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6461 Don't include buttons that write a file when there's no file.
6462 (custom-variable-menu, custom-face-menu, custom-group-menu):
6463 Don't include commands that write a file when there's no file.
6464 (customize-browse): Reword the top-of-buffer help intro.
6465 (custom-buffer-create-internal): Fix previous change.
6466 (customize-changed-options-previous-release): Prev release is 21.1.
6467 (customize-changed-options): Doc fix.
6468 (customize-changed): New alias.
6469 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6470 Say "standard values".
6471 (Custom-reset-standard): Doc fix.
6472 (custom-face-reset-standard): Doc fix.
6473
6474 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6477 even if font-lock-mode is non-nil since it may be t without having
6478 turned on font-lock-mode-internal.
6479 (font-lock-choose-keywords): Minor optimization.
6480 (font-lock-add-keywords, font-lock-remove-keywords)
6481 (font-lock-set-defaults): Don't call make-local-variable on a variable
6482 that we know to already be local.
6483
6484 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6485
6486 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6487 messages if in the minibuffer.
6488
6489 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6490
6491 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6492 (tex-mode-flyspell-verify, flyspell-get-word)
6493 (flyspell-external-point-words): Don't use point-min/max uselessly.
6494
6495 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6496 by Kevin Rodgers. Instead, just hide the completions buffer if we
6497 don't need to show it.
6498
6499 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6500
6501 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6502
6503 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6504
6505 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6506 delete-windows-on with an inexistent buffer.
6507
6508 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
6509
6510 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6511 Delete defcustom variable :tag names.
6512
6513 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
6514
6515 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6516 (log-view-font-lock-keywords): Ajust subgroup numbers.
6517 (log-view-current-tag): Don't hard code the number of subgroups.
6518
6519 2005-12-20 Juri Linkov <juri@jurta.org>
6520
6521 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6522 (tooltip-x-offset, tooltip-y-offset): Doc fix.
6523
6524 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6525 (menu-bar-non-minibuffer-window-p): Instead of checking
6526 display-multi-frame-p, use selected-frame when menu-updating-frame
6527 is nil.
6528
6529 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
6530
6531 * align.el (align-rules-list): Use [ \t] instead of \s-
6532 for column separators in text mode.
6533
6534 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
6535
6536 * help-mode.el (help-customize-variable, help-customize-face):
6537 Don't pop help-xref-stack as help-follow no longer pushes
6538 anything on to it.
6539
6540 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
6541
6542 * textmodes/org.el (org-agenda-custom-commands): New option.
6543 (org-agenda): Offer custom commands on splash screen.
6544 (org-make-tags-matcher): Parser for Boolean logic added.
6545 (org-agenda-set-tags): New command.
6546 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6547 (org-set-tags): Efficiency improvements.
6548 (org-auto-align-tags): New option.
6549 (org-todo, org-demote, org-promote): Realign tags.
6550 (org-tags-completion-function): Use also "&" and "|" as separators.
6551 (org-org-menu): Agenda commands simplified.
6552
6553 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6554
6555 * cus-edit.el (customize-apropos, customize-apropos-options):
6556 Docstring changes.
6557
6558 * font-lock.el (font-lock): Add tags to the links in the defgroup.
6559
6560 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
6561
6562 * longlines.el (longlines-mode): Wrap while widened.
6563 (longlines-decode-region, longlines-encode-region): Compute max
6564 just once.
6565
6566 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6567
6568 * cus-edit.el (mac): New group.
6569
6570 * cus-start.el (all): Add user options in macterm.c. Add test for
6571 Mac-related built-ins. Fix test for GTK-related built-ins.
6572
6573 * term/mac-win.el (mac-handle-language-change)
6574 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6575 (mac-services-open-selection, mac-services-mail-selection)
6576 (mac-services-mail-to, mac-services-insert-text)
6577 (mac-dispatch-apple-event): Add docstrings.
6578 (x-get-selection, mac-select-convert-to-string): Select coding
6579 system from `utf-16be' and `utf-16le' using `byteorder'.
6580
6581 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6582
6583 * subr.el (lazy-completion-table): Don't be fooled if the var holds
6584 a "list" (lambda ...) rather than a real completion list.
6585
6586 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6587 lexical-let when encountering ((lambda (...) ...) ...).
6588
6589 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6590
6591 * progmodes/sh-script.el (sh-mode):
6592 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6593 * textmodes/picture.el (picture-mode): Update docstrings.
6594
6595 2005-12-17 Eli Zaretskii <eliz@gnu.org>
6596
6597 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6598 commands enclosed in $(ARGQUOTE)s should not be split between two
6599 lines, as that will break with GNU Make >3.80, when sh.exe is used
6600 and arg quoting is with '..'.
6601 (autoloads): Don't break the quoted --eval expression between
6602 several lines.
6603
6604 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6605
6606 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6607 Capture error from printing circular structures.
6608
6609 2005-12-17 Martin Rudalics <rudalics@gmx.at>
6610
6611 * wid-edit.el (widget-checkbox-action): Clear undo info.
6612
6613 2005-12-16 Bill Wohler <wohler@newt.com>
6614
6615 * menu-bar.el (kill-this-buffer): Set a good example by using menu
6616 bar, not menubar in comment.
6617
6618 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
6621 After-change-functions should not clobber the match data.
6622
6623 2005-12-16 Juri Linkov <juri@jurta.org>
6624
6625 * simple.el (choose-completion): Use `buffer-substring-no-properties'
6626 instead of `buffer-substring'.
6627 (completion-common-substring): Doc fix.
6628 (completion-setup-function): Use minibuffer-completion-contents
6629 instead of minibuffer-contents. Don't set common-string-length
6630 initially. Remove special handling of partial-completion-mode.
6631 Move computation of completion-base-size into one cond.
6632 Call completion-base-size-function in mainbuf. In computation of
6633 completion-base-size for file name completion don't move point to
6634 the end of the minibuffer. Move computation of common-string-length
6635 into one cond. Start putting faces only when common-string-length>=0.
6636 Add condition to put completions-common-part when
6637 common-string-length>0.
6638
6639 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
6640 place point at the first different character in the minibuffer
6641 even if this position is at the beginning of the minibuffer.
6642
6643 * info.el (Info-read-node-name-1): In completion-base-size-function's
6644 lambda return 1 if common-substring or minibuffer-completion-contents
6645 starts with (, and 0 otherwise.
6646
6647 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
6648 Use `crm-current-element' for second arg of `display-completion-list'.
6649
6650 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
6651
6652 * files.el (set-auto-mode): Look for an interpreter specified on
6653 the first line also if search for mode specification succeeded,
6654 but the mode is not known.
6655
6656 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
6657
6658 * textmodes/org.el (org-tags-match-list-sublevels): New option.
6659 (org-open-at-point): Implement tag searches as links.
6660 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
6661 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
6662 (org-tags-sparse-tree, org-tags-view, org-set-tags)
6663 (org-agenda-dispatch): New commands.
6664 (org-use-tag-inheritance, org-tags-column): New options.
6665 (org-tab-follows-link, org-return-follows-link): New options.
6666 (org-tags): New customize group.
6667 (org-start-icalendar-file): Get local time zone.
6668 (org-tags-completion-function): New function.
6669 (org-set-font-lock-defaults): Make sure links will also be
6670 highlighted inside headlines.
6671
6672 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
6673
6674 * term.el (term-emulate-terminal):
6675 Let term-handle-ansi-terminal-messages override what Bash says about
6676 its current directory.
6677
6678 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6679
6680 * bindings.el (last-buffer): Move to simple.el.
6681 * simple.el (last-buffer): Move here.
6682 (get-next-valid-buffer): New function.
6683 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
6684 (prev-buffer): Ditto. Rename to `previous-buffer'.
6685
6686 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
6687 * bindings.el (global-map): Ditto.
6688
6689 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
6690
6691 * cus-edit.el: Introductory comment change.
6692 (custom-magic-alist): Change message string for the `rogue' state.
6693
6694 2005-12-15 Richard M. Stallman <rms@gnu.org>
6695
6696 * tooltip.el: Delete defcustom variable :tag names.
6697
6698 * complete.el (partial-completion-mode): Doc fix.
6699
6700 * textmodes/flyspell.el (flyspell-external-point-words):
6701 Use save-excursion to ensure we don't move backward in the
6702 search loop, not even one character.
6703 (flyspell-delete-all-overlays): Use remove-overlays directly.
6704
6705 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
6706 (ispell-start-process): Set that variable.
6707 Clear ispell-buffer-local-name.
6708 (ispell-internal-change-dictionary):
6709 Set ispell-current-dictionary after killing process.
6710 (ispell-buffer-local-dict):
6711 Don't set spell-personal-dictionary after killing process.
6712 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
6713 (ispell-tex-skip-alists, ispell-html-skip-alists)
6714 (ispell-skip-region-alist): Mark as risky.
6715
6716 * net/newsticker.el (newsticker--retrieval-timer-list)
6717 (newsticker--display-timer, newsticker-running-p)
6718 (newsticker-ticker-running-p): Definitions moved up.
6719
6720 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
6721
6722 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
6723
6724 2005-12-15 David Ponce <david@dponce.com>
6725
6726 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
6727 (recentf-edit-list, recentf-open-files): Signal an error when
6728 there is no recent file.
6729
6730 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6731
6732 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
6733 read-only except for texinfo-format-region evaluation.
6734
6735 2005-12-14 Richard M. Stallman <rms@gnu.org>
6736
6737 * vc.el (vc-default-previous-version, vc-default-next-version)
6738 (vc-do-command): Doc fixes.
6739
6740 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6741
6742 * textmodes/bibtex.el (bibtex-expand-strings)
6743 (bibtex-autokey-expand-string, bibtex-name-part)
6744 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
6745 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
6746 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
6747 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
6748 (bibtex-entry-postfix, bibtex-known-entry-type-re)
6749 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
6750 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
6751 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
6752 (bibtex-beginning-of-last-entry): Remove.
6753 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
6754 message if comma is missing but buffer is read-only.
6755 (bibtex-parse-field-text): Handle whitespaces at the end of field
6756 text. Return 3-element list with beginning and end of field text
6757 and end of field.
6758 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
6759 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
6760 (bibtex-search-forward-field, bibtex-search-backward-field):
6761 Search always delimited by limits of entry. Use more efficient
6762 search algorithms.
6763 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
6764 bibtex-end-of-name-in-field.
6765 (bibtex-text-in-field-bounds): Handle BibTeX strings when
6766 extracting the content of a field.
6767 (bibtex-text-in-field): Use search limits.
6768 (bibtex-parse-string-prefix): Handle empty string keys based on
6769 bibtex-string-empty-key.
6770 (bibtex-parse-string): Fix docstring.
6771 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
6772 (bibtex-preamble-prefix, bibtex-strings): New functions.
6773 (bibtex-skip-to-valid-entry): Include preceding whitespace in
6774 BibTeX entries (consistent with other BibTeX functions).
6775 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
6776 (bibtex-search-entry): Fix docstring. Simplify.
6777 (bibtex-flash-head, bibtex-complete-string-cleanup)
6778 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
6779 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
6780 (bibtex-parse-entry): New optional arg content.
6781 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
6782 Use bibtex-text-in-field-bounds.
6783 (bibtex-print-help-message): Handle BibTeX strings and preambles.
6784 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
6785 bibtex-parse-string-postfix.
6786 (bibtex-find-text-internal): New function.
6787 (bibtex-remove-delimiters): Use it.
6788 (bibtex-find-text): Use it. New optional arg help.
6789 (bibtex-complete): Handle BibTeX string and preamble entries.
6790 (bibtex-Preamble): Fix order of closing delimiters.
6791
6792 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * vc.el (vc-default-revert): New fun.
6795
6796 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
6797
6798 2005-12-14 Romain Francoise <romain@orebokech.com>
6799
6800 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
6801 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
6802 (font-lock-remove-keywords): Likewise.
6803
6804 2005-12-14 Juri Linkov <juri@jurta.org>
6805
6806 * log-view.el (log-view-diff): Doc fix.
6807
6808 * isearch.el (isearch-query-replace): Use (mark) instead of
6809 isearch-opoint if mark is active in transient-mark-mode.
6810
6811 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6812
6813 * isearch.el (isearch-query-replace): Check for isearch-other-end.
6814
6815 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
6816
6817 * progmodes/cpp.el (cpp-face): New widget.
6818 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
6819
6820 2005-12-14 Juri Linkov <juri@jurta.org>
6821
6822 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
6823 around `erase-buffer' and `insert'.
6824
6825 * descr-text.el (describe-text-properties): Replace buffer name
6826 "*Help-2*" with "*Help*<2>".
6827 (describe-char): Add functions print-help-return-message,
6828 toggle-read-only. Use help-setup-xref with nil to not store
6829 describe-char in help-xref-stack. Use help-make-xrefs to
6830 make [back] button.
6831
6832 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
6833
6834 * wdired.el (wdired-old-point): New internal variable.
6835 (wdired-change-to-wdired-mode): Set it buffer-locally.
6836 (wdired-abort-changes): Restore point after aborting changes.
6837
6838 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6839
6840 * vc.el (vc-do-command): Add a new value t for okstatus.
6841
6842 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
6843 frame in case of errors.
6844
6845 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6846
6847 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
6848 so it comes after "On the Left" in the menu.
6849
6850 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
6851
6852 * cus-edit.el (customize-apropos, customize-apropos-options)
6853 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
6854
6855 2005-12-12 Bill Wohler <wohler@newt.com>
6856
6857 * vc-svn.el (vc-svn-registered): Fix problem of visiting
6858 non-writable Subversion-controlled files by saving window
6859 configuration before calling vc-do-command. vc-do-command calls
6860 pop-to-buffer on error which is unexpected during registration.
6861
6862 2005-12-12 Jay Belanger <belanger@truman.edu>
6863
6864 * calc/README: Update the summary of changes.
6865
6866 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * descr-text.el (describe-char): Rework last fix to solve the problem
6869 is the same way it's solved for everything else in that function
6870 (i.e. by extracting the info before setting up the *Help* buffer).
6871
6872 2005-12-12 Kim F. Storm <storm@cua.dk>
6873
6874 * subr.el (version-regexp-alist): Allow space as separator before
6875 non-numeric part, e.g. "1.0 alpha".
6876 (version-to-list): Interpret .X.Y version as 0.X.Y version.
6877
6878 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
6879
6880 * textmodes/org.el (org-agenda, org-timeline, org-todo):
6881 Implement Logging and the keep-modes setting.
6882 (org-get-category): Make sure a string is returned.
6883 (org-log-done): New function.
6884 (org-log-done, org-closed-string): New options.
6885
6886 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6887
6888 * tooltip.el (tooltip-y-offset): Change default to 20.
6889
6890 2005-12-12 Richard M. Stallman <rms@gnu.org>
6891
6892 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
6893
6894 * frame.el (display-hourglass): Doc fix.
6895
6896 * help.el (help-for-help-internal): Simplify entry for `a'.
6897
6898 * info.el (Info-on-current-buffer): Doc fix.
6899 (info-insert-file-contents): Don't test (featurep 'jka-compr).
6900
6901 * startup.el (inhibit-splash-screen): Make this the real name.
6902 (inhibit-startup-message): Make this the alias.
6903 (command-line): Find only simple.el, and use its directory
6904 to fill in other preloaded files' names.
6905 (command-line): Deactivate the mark if deactivate-mark is set.
6906
6907 * international/mule.el (load-with-code-conversion):
6908 Bind deactivate-mark.
6909
6910 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6911
6912 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
6913
6914 * cus-edit.el (customize-apropos): Avoid listing an option more
6915 than once under different aliases. No longer list user options
6916 that are not defined with defcustom (unless a prefix arg is given).
6917 Doc fix.
6918 (customize-apropos-options): Doc fix.
6919
6920 2005-12-11 Juri Linkov <juri@jurta.org>
6921
6922 * frame.el (set-background-color, set-foreground-color)
6923 (set-cursor-color, set-mouse-color, set-border-color):
6924 Add explicit prompts to read colors by `facemenu-read-color'.
6925 (show-trailing-whitespace, blink-cursor-delay)
6926 (blink-cursor-interval, display-hourglass, hourglass-delay):
6927 Remove tags.
6928 (display-hourglass, hourglass-delay): Doc fix.
6929 (cursor-in-non-selected-windows): Capitalize words in tag.
6930
6931 * faces.el (frame-background-mode): Replace `choice-item' keywords
6932 with `const' to not make [default] button. Change default value tag
6933 from `default' to `automatic'. Doc fix.
6934 (trailing-whitespace) <defface>: Change group `whitespace' to
6935 `whitespace-faces'.
6936
6937 2005-12-11 Richard M. Stallman <rms@gnu.org>
6938
6939 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
6940
6941 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6942
6943 * term/mac-win.el: Create keymap for mac-apple-event-map.
6944
6945 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
6946
6947 * tooltip.el (tooltip-mode): Move to start of file so that it
6948 appears at top of customize buffer.
6949
6950 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6951 Add the gud groupname.
6952 (gud-tooltip-mode): Add the tooltip groupname.
6953 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
6954 avoid conflict with tooltip-use-echo-area.
6955
6956 2005-12-10 Romain Francoise <romain@orebokech.com>
6957
6958 * help.el (help-for-help-internal): Add `r' in doc string.
6959
6960 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6961
6962 * align.el (align-regexp, align-highlight-rule):
6963 Use region-beginning and region-end instead of point and mark, so that
6964 repetition (with `repeat-complex-command') recomputes the region
6965 bounds.
6966
6967 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
6968
6969 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6970 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6971 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
6972 (balance-windows): Rewrite using the above new functions.
6973
6974 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
6975
6976 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
6977 react if global-hi-lock-mode seems intended.
6978 (global-hi-lock-mode) Renamed from hi-lock-mode.
6979 (hi-lock-archaic-interface-message-used)
6980 (hi-lock-archaic-interface-deduce): New variables.
6981 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
6982 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
6983 (hi-lock-find-patterns, hi-lock-font-lock-hook):
6984 Replace hi-lock-buffer-mode with hi-lock-mode.
6985
6986 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
6987
6988 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
6989 completion list, even after a partial completion has been
6990 inserted in the current buffer. If there are more than 1
6991 completion, redisplay the *Completions* buffer; if the
6992 completion is unique, delete the *Completions* window.
6993
6994 2005-12-10 Eli Zaretskii <eliz@gnu.org>
6995
6996 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
6997 strings and long subject lines that were broken into multiple
6998 lines at arbitrary places. Handle subjects that have "Re: " in
6999 the middle.
7000
7001 2005-12-10 John W. Eaton <jwe@octave.org>
7002
7003 * emacs/octave-mod.el (octave-electric-space): Don't indent
7004 comments or strings if octave-auto-indent is nil.
7005
7006 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7007
7008 * term/mac-win.el: Require url when compiling.
7009 Call mac-process-deferred-apple-events after loading init files.
7010 (mac-apple-event-map): New defvar. Define event handlers in it.
7011 (core-event, internet-event): New Apple event class symbols.
7012 (open-application, reopen-application, open-documents)
7013 (print-documents, open-contents, quit-application)
7014 (application-died, show-preferences, autosave-now, get-url):
7015 New Apple event ID symbols.
7016 (about): New HICommand ID symbol.
7017 (mac-event-spec, mac-event-ae): New macros.
7018 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7019 (mac-ae-selection-range, mac-ae-text-for-search)
7020 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7021 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7022 and Services menu events are now defined in mac-apple-event-map.
7023 (mac-drag-n-drop): Remove selection range handling.
7024
7025 2005-12-10 Kenichi Handa <handa@m17n.org>
7026
7027 * simple.el (zap-to-char):
7028 * isearch.el (isearch-process-search-char): Translate CHAR by
7029 translation-table-for-input.
7030
7031 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7032
7033 * foldout.el (foldout-exit-fold): Properly hide subtree.
7034
7035 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7036
7037 * files.el (save-buffer):
7038 * international/ucs-tables.el (ucs-set-table-for-input):
7039 * mail/mail-extr.el (mail-extract-address-components):
7040 * mail/sendmail.el (mail-mode): Reformat doc string.
7041
7042 2005-12-09 Juri Linkov <juri@jurta.org>
7043
7044 * isearch.el (isearch-highlight): Change main overlay priority
7045 from 1 to 1001. Simplify.
7046 (isearch-lazy-highlight-update): Change lazy overlay priority
7047 from 0 to 1000.
7048
7049 * replace.el (replace-highlight): Change overlay priority from
7050 1 to 1001.
7051
7052 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7053 Change overlay priority from 1 to 1001. Reuse existing overlay.
7054
7055 * compare-w.el (compare-windows-highlight): Change overlay
7056 priority from 1 to 1000.
7057
7058 * menu-bar.el (menu-bar-edit-menu): Add listp around
7059 pending-undo-list to disable menu item "undo" when pending
7060 undo list is empty.
7061
7062 * locate.el (locate): Disable undo in *Locate* buffer.
7063
7064 2005-12-09 Kim F. Storm <storm@cua.dk>
7065
7066 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7067
7068 2005-12-09 David Ponce <david@dponce.com>
7069
7070 * recentf.el: Improvement of the menu code.
7071 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7072 instead of menu hook.
7073 (recentf-show-menu, recentf-hide-menu): New functions.
7074 (recentf-menu-customization-changed, recentf-mode): Use them.
7075 (recentf-menu-action, recentf-max-menu-items)
7076 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7077 (recentf-arrange-by-rule-others)
7078 (recentf-arrange-by-rules-min-items)
7079 (recentf-arrange-by-rule-subfilter) : Don't use
7080 `recentf-menu-customization-changed'.
7081 (recentf-arrange-rules): Likewise. Accept functions to compute
7082 sub-menu titles.
7083 (recentf-menu-filter): Likewise. Doc fix.
7084 (recentf-menu-value-shortcut): Doc fix.
7085 (recentf-dump-variable): Quote atom value.
7086 (recentf-make-menu-items): Update to use it as a menu filter.
7087 (recentf-match-rule): New function.
7088 (recentf-arrange-by-rule): Use it.
7089 (recentf-indirect-mode-rule): New function.
7090 (recentf-build-mode-rules): Use it.
7091 (recentf-dir-rule): New function.
7092 (recentf-arrange-by-dir): Use it.
7093 (recentf-filter-changer-current): Rename from
7094 `recentf-filter-changer-state'. All references updated.
7095 (recentf-filter-changer-alist): Update filter names.
7096 (recentf-filter-changer-select): New function.
7097 (recentf-filter-changer): Use it. Make a sub-menu from filters
7098 available in `recentf-filter-changer-alist'.
7099 (recentf-data-cache, recentf-clear-data)
7100 (recentf-update-menu): Remove. All references updated.
7101 (recentf-match-rule-p, recentf-build-dir-rules)
7102 (recentf-filter-changer-goto-next)
7103 (recentf-filter-changer-get-current)
7104 (recentf-filter-changer-get-next): Remove.
7105
7106 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7107
7108 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7109 buffer "Reset" button to "Reset to Current" for consistency with
7110 the State buttons.
7111
7112 2005-12-08 John Paul Wallington <jpw@pobox.com>
7113
7114 * ibuf-ext.el (define-ibuffer-filter filename):
7115 If `dired-directory' is a list then really use its car.
7116
7117 2005-12-08 Kim F. Storm <storm@cua.dk>
7118
7119 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7120 Fix indention of text on right side of replaced rectangle.
7121
7122 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
7123
7124 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7125 No need to check gud-comint-buffer is bound.
7126 (gdb): Prevent multiple debugging when first session uses gdba.
7127
7128 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7129
7130 CC Mode update to 5.31.
7131
7132 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7133 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
7134 We might do this function properly in the future).
7135
7136 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7137 New macros c-sentence-end and c-default-value-sentence end, to cope
7138 with Emacs 22's new function `sentence-end'.
7139
7140 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7141
7142 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7143 compat issue using `c-put-overlay' and `c-delete-overlay'.
7144
7145 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7146 New compat macros to handle overlays/extents.
7147
7148 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7149
7150 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7151 (for GNU Emacs 20.4)
7152
7153 * progmodes/cc-defs.el:
7154 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7155
7156 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7157 highlighting mechanism so it will work in XEmacs too.
7158
7159 * progmodes/cc-defs.el: Insert c-int-to-char.
7160
7161 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7162 call to the new macro c-int-to-char. This solves XEmacs's
7163 regarding characters as different from integers.
7164
7165 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7166
7167 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7168 New internal helper.
7169
7170 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7171 construct to make the indirect face lookup work in XEmacs.
7172
7173 (c-cpp-matchers): Append the negation char face to the existing
7174 fontification, so that the cpp face doesn't disappear.
7175 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7176 and strings.
7177
7178 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7179 to map to `font-lock-negation-char-face' in emacsen where it exists.
7180
7181 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7182
7183 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7184
7185 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7186 Rename "c-subword-move-mode" as "c-subword-mode".
7187
7188 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7189 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7190
7191 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7192
7193 * progmodes/cc-mode.el: Added autoload directive for
7194 `c-subword-move-mode' for use in older emacsen.
7195
7196 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7197
7198 * progmodes/cc-mode.el:
7199 (i) Insert a binding for C-c C-backspace into
7200 c-bind-special-erase-keys which works in TTYs.
7201 (ii) Make sure that when file styles are used, any explicitly
7202 given style variables take priority over those in the style.
7203 Do this by calling `hack-local-variables' a second time.
7204
7205 * progmodes/cc-vars.el: Add language specific customization
7206 widgets for AWK to c-doc-comment-style, c-require-final-newline
7207 and c-default-style. Add a defcustom for awk-mode-hook.
7208 Give c-syntactic-element and c-syntactic-context doc-strings by
7209 directly setting their `variable-documentation' propery.
7210 This allows Emacs 22.1 to read these with C-h v.
7211
7212 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7213
7214 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7215
7216 * progmodes/cc-fonts.el, cc-vars.el
7217 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7218 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7219 Masatake YAMATO.
7220
7221 (c-doc-comment-style): Made GtkDoc default in C mode.
7222
7223 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7224 and C-c C-<delete>.
7225
7226 (c-bind-special-erase-keys): New function for use on
7227 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7228
7229 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7230 <delete> key behavior in XEmacs according to `delete-forward-p'.
7231 C.f. `c-electric-delete'.
7232
7233 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7234
7235 * progmodes/cc-mode.el: Give c-hungry-backspace and
7236 c-hungry-delete-forward permanent key bindings.
7237
7238 * progmodes/cc-cmds.el (c-electric-semi&comma):
7239 Bind c-syntactic-context for calls to "criteria functions", for
7240 consistency with other calls to user functions.
7241
7242 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7243 `current-prefix-arg', since this might be the prefix arg to a
7244 command which calls c-indent-command as a function. Change the
7245 interactive spec from "p" to "P".
7246
7247 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7248 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7249 was difficult to understand.
7250
7251 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7252
7253 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7254 first char of an identifier.
7255
7256 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7257 +" syntax in C++.
7258
7259 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7260
7261 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7262 auto-fill doesn't split a c-comment's last word from a hanging
7263 "*/" when a space is typed between them after fill-column.
7264
7265 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7266
7267 * progmodes/cc-styles.el (c-set-style)
7268 (c-setup-paragraph-variables): Abort the command if we're not in a
7269 CC Mode buffer.
7270
7271 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7272 with blank comment-prefix, and a blank line as the comment's
7273 second line.
7274
7275 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7276
7277 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7278 Incorporate the patterns added in the Emacs development branch
7279 for the new Emacs 22 face `font-lock-negation-char-face'.
7280
7281 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7282 of "red" since it stands out better in xterms and DOS terminals.
7283
7284 * progmodes/cc-engine.el (c-literal-faces):
7285 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7286
7287 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7288
7289 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7290 forcibly enable c-electric-flag.
7291
7292 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7293 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7294 after the comment-prefix of a C-style comment will close that comment.
7295
7296 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7297
7298 * progmodes/cc-fonts.el (c-basic-matchers-before)
7299 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7300 in Pike.
7301
7302 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7303 digraphs.
7304
7305 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7306 (c-cpp-message-directives, c-cpp-include-directives)
7307 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7308 (c-cpp-expr-directives): Introduce new language constants to
7309 control cpp syntax in a cleaner way.
7310
7311 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7312
7313 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7314
7315 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7316 (c-multiline-string-start-char): New language constants and
7317 variables to specify how newlines in string literals work.
7318
7319 (c-font-lock-invalid-string): Use them.
7320
7321 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7322 unbalanced close brace is entered. Optimization by avoiding going
7323 back over arbitrarily large blocks. Removed hints that this
7324 function only would be relevant/useful in AWK.
7325
7326 (c-electric-brace): Indent syntactically after the cleanups since
7327 lineup functions might do it differently then.
7328
7329 * progmodes/cc-engine.el, cc-langs.el
7330 (c-opt-op-identifier-prefix): New language constant and variable.
7331
7332 (c-just-after-func-arglist-p, c-after-special-operator-id)
7333 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7334
7335 * progmodes/cc-align.el, cc-engine.el
7336 (c-after-special-operator-id): New helper to handle C++ operator
7337 identifiers.
7338
7339 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7340 (c-guess-basic-syntax): Handle C++ operator identifiers in
7341 declarations.
7342
7343 * progmodes/cc-langs.el (c-assignment-operators): Add the
7344 trigraph version of ^= too.
7345
7346 * progmodes/cc-langs.el (c-assignment-operators): Add the
7347 trigraph version of |= in C++.
7348
7349 * progmodes/cc-fonts.el (c-font-lock-declarators):
7350 Handle `c-decl-hangon-kwds' after the identifier name.
7351
7352 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7353 whether an arglist is "nonempty", ignore a comment after the open
7354 paren if it isn't followed by a non-comment token on the same line.
7355
7356 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7357 Enable heuristics below the point to cope with classes inside special
7358 brace lists in Pike.
7359
7360 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7361
7362 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7363
7364 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7365
7366 * progmodes/cc-guess.el (cc-guess-install): New function to
7367 install an already guessed style in another buffer.
7368
7369 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7370 sets `inhibit-read-only' - `c-save-buffer-state' should be used
7371 anyway if the change always is undone.
7372
7373 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7374
7375 Implement togglable electricity:
7376
7377 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7378 saying when it should be used.
7379
7380 * progmodes/cc-engine.el: Add the new buffer-local variable,
7381 c-electric-flag.
7382
7383 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7384 c-toggle-auto-newline.
7385
7386 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7387 c-toggle-auto-newline. Remove the binding for
7388 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
7389 c-toggle-electric-state.
7390
7391 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7392
7393 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7394 c-\(forward\|backward\)-subword.
7395 (c-update-modeline): Add the new modeline flag `l' for
7396 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
7397 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7398 Make the old name an alias of the new name.
7399 (c-toggle-electric-state): New function.
7400 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7401 Adapt these functions to do electric things only when
7402 c-electric-flag is non-nil.
7403 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7404 new functions from c-electric-brace.
7405 (c-point-syntax): Add a check for "virtual semicolons" in AWK
7406 mode, so that the tentative extra newline doesn't change the
7407 syntax of the following brace.
7408 (c-electric-brace): Restructure by extracting the above functions.
7409 Tidy up the coding somewhat.
7410 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7411 restructure a bit.
7412
7413 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7414
7415 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7416 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
7417
7418 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7419 (c-submode-indicators): Change name from `c-auto-hungry-string'
7420 since it's now used to track another submode.
7421
7422 (c-update-modeline): Convert to function and extended to check
7423 `c-subword-move-mode'.
7424
7425 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7426 Convert to compat aliases for `c-forward-subword' and
7427 `c-backward-subword'.
7428
7429 * progmodes/cc-subword.el: New functions and minor mode to handle
7430 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7431
7432 (c-forward-subword, c-backward-subword, c-mark-subword)
7433 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7434 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7435 Functions corresponding to the standard word handling functions.
7436
7437 (c-subword-move-mode): Minor mode that replaces all the standard
7438 word handling functions with their subword equivalences.
7439
7440 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7441
7442 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7443 entry for one-liner-defun.
7444
7445 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7446 name in its def-edebug-spec.
7447
7448 * progmodes/cc-cmds.el (c-electric-brace): Make the
7449 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
7450 compacts space before a comment, if this will make things fit on
7451 one line.
7452
7453 Introduce an "awk" style, mainly for auto-newline and clean-ups.
7454
7455 * progmodes/cc-align.el: New function c-snug-1line-defun-close
7456
7457 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7458 clean-up one-liner-defun.
7459
7460 * progmodes/cc-styles.el: Add the new "awk" style.
7461
7462 * progmodes/cc-vars.el: Add description of one-liner-defun to
7463 c-cleanup-list's doc-string. New user options,
7464 c-max-one-liner-length. In c-default-style, set the default style
7465 for AWK to "awk".
7466
7467 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7468
7469 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7470 macros inside labels.
7471
7472 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7473 `c-at-statement-start-p' and `c-at-expression-start-p'.
7474
7475 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7476 error if the mark isn't set.
7477
7478 * progmodes/cc-engine.el (c-guess-continued-construct)
7479 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7480 accurately detect functions inside functions.
7481
7482 * progmodes/cc-engine.el (c-at-expression-start-p): New function
7483 like `c-at-statement-start-p' that additionally recognizes commas
7484 and expression parentheses as delimiters.
7485
7486 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7487 to avoid heuristics that doesn't work for unclosed blocks.
7488 (c-at-statement-start-p): New function.
7489
7490 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7491 Objective-C directives, e.g. directives spanning lines should work
7492 reasonably well now.
7493
7494 (c-put-c-type-property, c-clear-c-type-property): New helpers.
7495
7496 (c-forward-objc-directive): New function to move over any ObjC
7497 directive.
7498
7499 (c-just-after-func-arglist-p, c-guess-basic-syntax)
7500 (c-basic-matchers-before): Use it.
7501
7502 (c-font-lock-objc-iip-decl): Remove.
7503
7504 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7505 in the template arglist recognition.
7506
7507 * progmodes/cc-styles.el (c-style-alist): Fix several
7508 inconsistencies in the Whitesmith style.
7509
7510 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7511 New lineup function to get lines after Whitesmith style blocks
7512 correctly indented.
7513
7514 (c-lineup-whitesmith-in-block): Back out the compensation for
7515 opening parens since it's done using `add' lists in the style
7516 definition instead. Don't use the anchor position since it varies
7517 too much between the syntactic symbols. :P
7518
7519 * progmodes/cc-vars.el (c-valid-offset): Update.
7520
7521 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7522 lists where the offsets are combined according to several
7523 different methods: `first', `min', `max', and `add'.
7524 Report offset evaluation errors with `c-benign-error' so that some kind
7525 of reindentation still is done.
7526
7527 * progmodes/cc-engine.el (c-guess-basic-syntax):
7528 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7529 `arglist-close'.
7530
7531 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7532 situations for `arglist-cont-nonempty' and `arglist-close'.
7533
7534 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7535
7536 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7537 cc-bytecomp-boundp' in a number of places.
7538
7539 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7540 macro related issue.
7541
7542 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7543
7544 * progmodes/cc-awk.el: Change the terminology of regexps: A char
7545 list is now [asdf], a char class [:alpha:].
7546 Include code for char classes.
7547 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
7548 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7549
7550 Remove (nearly all of) the cruft associated with AWK Mode's former
7551 concept of "virtual semicolons":
7552
7553 Adapt c-beginning-of-statement, c-end-of-statement (together with
7554 subfunctions) to use the new notion of "virtual semicolon" in
7555 place of the old awkward special handling for AWK. There remains
7556 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7557 * progmodes/cc-cmds.el:
7558 (c-ascertain-adjacent-literal): In the backwards direction, now
7559 recognises AWK regexp delimiters as string delimiters.
7560 (c-after-statement-terminator-p): Adapt for virtual semicolons;
7561 check more rigorously for "end of macro".
7562 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7563 virtual semicolons;
7564 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7565 out the code for forward movement into ...
7566 (c-end-of-statement): Now contains the code for forward movement,
7567 adapted for virtual semicolons.
7568
7569 * progmodes/cc-engine.el:
7570 (c-ws*-string-limit-regexp): New regexp.
7571 (c-forward-single-comment, c-backward-single-comment): Comment out
7572 the (now redundant) "special" AWK stuff.
7573
7574 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7575 c-string-par-start, c-string-par-separate to be more like Text
7576 Mode than Fundamental Mode.
7577
7578 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7579
7580 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7581 to the fontified region so that fontification doesn't occur
7582 outside it (could happen e.g. when fontifying a line with an
7583 unfinished declaration).
7584
7585 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7586
7587 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7588 start of the file. ^L now separate sections of the file.
7589 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
7590 (c-awk-one-line-possibly-open-string-re)
7591 (c-awk-regexp-one-line-possibly-open-char-class-re)
7592 (c-awk-one-line-possibly-open-regexp-re)
7593 (c-awk-one-line-non-syn-ws*-re): New defonsts.
7594 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7595
7596 Amend the concept of "virtual semicolons" (in the indentation
7597 engine) for languages like AWK, such that they are now
7598 conceptually attached to end of the last token of a statement, not
7599 the end of the line. (In AWK Mode, however, the pertinent text
7600 property is still physically set on the EOL.) Remove the specific
7601 tests for awk-mode, thus facilitating the introduction of other
7602 language modes where EOLs can end statements.
7603 (Note: The funtionality in cc-cmds.el, specifically
7604 c-beginning/end-of-statement has yet to be amended.)
7605
7606 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7607 New macros.
7608
7609 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7610 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
7611 c-vsemi-status-unknown-p-fn (in a new page).
7612
7613 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7614 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
7615 numerous awkward forms like
7616 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
7617 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
7618 variable before-ws-ip, the place just after char-before-ip appears.
7619
7620 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
7621 a comment.
7622
7623 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7624
7625 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
7626 `c-tentative-buffer-changes'.
7627
7628 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
7629 convert to macro to choose between Emacs and XEmacs at compile time.
7630
7631 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
7632
7633 (c-tentative-buffer-changes): New macro to handle temporary buffer
7634 changes in a convenient way.
7635
7636 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
7637 for `c-tentative-buffer-changes'.
7638
7639 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
7640 the checks for paren sexps between the point and the keyword, to
7641 avoid some false alarms.
7642
7643 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
7644 Fixed a situation where an error could be thrown for unbalanced
7645 parens. Changed to make use of c-keyword-member' to avoid some
7646 repeated regexp matches.
7647
7648 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
7649 These language variable are no longer necessary.
7650
7651 (c-block-stmt-kwds): New language constant used by
7652 c-looking-at-inexpr-block'.
7653
7654 (c-guess-basic-syntax): Remove an optional check that looked at
7655 the existence of the now removed language variables.
7656
7657 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
7658 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
7659 object instantiation expressions as declarations in some contexts.
7660 This bug only affected languages where the declarator can't be
7661 enclosed in parentheses.
7662
7663 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
7664 insert newlines before and after substatement braces.
7665
7666 * progmodes/cc-engine.el: Improved the heuristics for recognizing
7667 function declaration headers and the handling of C++ style member
7668 init lists.
7669
7670 (c-just-after-func-arglist-p): Rewritten to use
7671 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
7672
7673 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
7674
7675 (c-guess-basic-syntax): Adapt case 5B for the new
7676 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
7677 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
7678 covers all cases now).
7679
7680 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
7681
7682 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7683
7684 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
7685 c-string-par-start/separate c-sentence-end-with-esc-eol,
7686 initialised in c-setup-paragraph-variables, used in string
7687 scanning subroutines of c-beginning-of-statement.
7688
7689 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
7690 which precedes the newly inserted `{'.
7691
7692 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7693
7694 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
7695 function for declaration level blocks. It should now cope with
7696 templates better and also be a lot more comprehensible.
7697
7698 (c-looking-at-decl-block): The new function.
7699
7700 (c-search-uplist-for-classkey): The old one. It's now a wrapper
7701 for compatibility.
7702
7703 (c-add-class-syntax, c-guess-continued-construct)
7704 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
7705
7706 (c-decl-block-key): Change to tell apart ambiguous and
7707 unambiguous keywords. Pike specials are now handled directly in
7708 the code instead.
7709
7710 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
7711 New language constants and variables to make the backward skip in
7712 `c-looking-at-decl-block' as tight as possible.
7713
7714 (c-nonsymbol-token-char-list): New language constant.
7715
7716 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
7717 find balanced template arglists backwards.
7718
7719 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
7720 making char classes for `c-syntactic-skip-backward'.
7721
7722 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
7723 16D - can't be a class-close at that point.
7724
7725 * progmodes/cc-engine.el (c-guess-basic-syntax)
7726 (c-add-class-syntax): Don't narrow out the enclosing declaration
7727 level. This makes everything a lot easier, and it was actually
7728 only four small places that needed it to work. Some places that
7729 previously did `widen' are removed now, which has the effect that
7730 `c-guess-basic-syntax' never will look at things outside the
7731 current narrowment now. The anchor position for `topmost-intro'
7732 is affected by this, but it was so bogus it was basically useless
7733 before, and now it's equally bogus but in a slightly different way.
7734
7735 (c-narrow-out-enclosing-class): Gone.
7736
7737 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
7738 the narrowed region.
7739
7740 (c-least-enclosing-brace): Remove silly optional argument.
7741
7742 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7743 the point could be left directly after an open paren when finding
7744 the beginning of the first decl in the block.
7745
7746 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
7747 Specify which submatch to use.
7748
7749 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
7750
7751 (c-decl-start-re): No longer any need for special treatment of
7752 ObjC due to the above.
7753
7754 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
7755 presumably follows C in that regard.
7756
7757 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
7758 New language constants to specify operator tokens inside
7759 identifiers in a more high level way.
7760
7761 (c-opt-identifier-prefix-key): New internal language constant.
7762
7763 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
7764 (c-identifier-start, c-identifier-key): Now completely calculated
7765 from other constants.
7766
7767 (c-identifier-last-sym-match): Decommission since it's no longer used.
7768
7769 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
7770
7771 * progmodes/cc-engine.el (c-forward-name): Remove the
7772 optimization when c-identifier-key is equal to c-symbol-key since
7773 it doesn't work in byte compiled files. Don't record empty
7774 regions as identifiers.
7775
7776 * progmodes/cc-langs.el (c-filter-ops): New helper function to
7777 simplify access to `c-operators' and its likes.
7778
7779 (c-operator-list, c-all-op-syntax-tokens)
7780 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
7781 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
7782 (c-primary-expr-regexp, c-cast-parens): Use it.
7783
7784 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
7785 an explicit language in functions.
7786
7787 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
7788 variant of adornment.
7789
7790 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
7791 variable.
7792
7793 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
7794 the Pike value.
7795
7796 * progmodes/cc-engine.el (c-on-identifier)
7797 (c-simple-skip-symbol-backward): Small fix for handling "-"
7798 correctly in `skip-chars-backward'. Affected the operator lfun
7799 syntax in Pike.
7800
7801 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
7802 diagnostic message about precompiled language vars not being used.
7803
7804 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
7805 "__attribute__" is followed by a parenthesis.
7806
7807 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
7808 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
7809 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
7810
7811 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
7812 Internal cleanups to properly detect the declared identifiers in
7813 various declarations.
7814
7815 (c-decl-start-kwds): New language constant to recognize
7816 declarations that can start anywhere. Used for class declarations
7817 in Pike.
7818
7819 (c-specifier-key, c-not-decl-init-keywords)
7820 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
7821 (c-find-decl-spots): Implement `c-decl-start-kwds'.
7822
7823 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
7824 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
7825 handling of the compiler specific extension keywords into a new
7826 language constant `c-decl-hangon-kwds' that defines keyword
7827 clauses to be ignored in declarations.
7828
7829 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
7830 past unrecognized tokens when handling `c-colon-type-list-kwds'.
7831 Necessary to stop at the declared identifier in e.g. IDL valuetype
7832 declarations.
7833
7834 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
7835 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
7836 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
7837 (c-forward-decl-or-cast-1): Recognize the declared identifier in
7838 class and enum declarations as such and not as part of the type.
7839
7840 (c-forward-decl-or-cast-1, c-forward-label): Relax the
7841 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
7842
7843 (c-forward-decl-or-cast-1): Don't disregard sure signs of
7844 declarations when there's some syntax error later on.
7845
7846 (c-complex-decl-matchers): Did away with a reference to
7847 `c-specifier-key'.
7848
7849 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
7850 value - this variable is always dynamically bound.
7851
7852 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
7853 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
7854 * cc-cmds.el, cc-defs.el: Change the policy for marking up
7855 functions that might do hidden buffer changes: All such internal
7856 functions are now marked instead of those that don't.
7857
7858 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
7859 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
7860 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
7861 (c-literal-type): Allow these functions to make hidden buffer changes,
7862 so that they are free to use text property caching later on.
7863
7864 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
7865 (c-electric-brace, c-electric-slash, c-electric-star)
7866 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
7867 (c-electric-paren, c-electric-continued-statement, c-indent-command)
7868 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
7869 (c-context-line-break): Add `c-save-buffer-state' calls to comply
7870 with the changed semantics of the functions above.
7871
7872 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
7873 when macros occur in obscure places. Optimized the sexp movement
7874 a bit.
7875
7876 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7877
7878 Enhancements for c-beginning-of-statement to work in AWK Mode:
7879
7880 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
7881 (completed statement) with `}' (statement completed by closing
7882 brace or semicolon) and `$' (statement completed by EOL).
7883
7884 (c-awk-virtual-semicolon-ends-prev-line-p)
7885 (c-awk-virtual-semicolon-ends-line-p)
7886 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
7887 (c-awk-at-statement-end-p): New functions.
7888
7889 * progmodes/cc-cmds.el: Simplify the structure of functions
7890 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
7891 two functions and c-beginning-of-statement to handle AWK Mode.
7892
7893 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
7894 c-backward-single-comment for AWK mode. Attempt to clarify their
7895 doc-strings.
7896
7897 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
7898
7899 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7900
7901 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
7902 label handling. Labels are now recognized in a uniform and more
7903 robust way, regardless of context. Text properties are put on all
7904 labels to recognize the following declarations better.
7905 Multiword labels are handled both in indentation and fontification for
7906 the benefit of language extensions like Qt. For consistency, keywords
7907 in labels are now fontified with the label face instead.
7908 That also applies to "case" and "default".
7909
7910 (c-beginning-of-statement-1): Fix some bugs in the label
7911 handling. Disregard `c-nonlabel-token-key' in labels that begin
7912 with `c-label-kwds'.
7913
7914 (c-find-decl-spots): Support that the callback adds more
7915 `c-decl-end' spots to find.
7916
7917 (c-forward-decl-or-cast-1): Don't treat a list of plain
7918 identifiers followed by a colon as a declaration.
7919
7920 (c-forward-label): New function to recognize labels.
7921
7922 (c-guess-basic-syntax): Replace uses of `c-label-key' with
7923 `c-forward-label'. Moved the label recognition cases (14 and 15)
7924 earlier since they aren't so context sensitive now. Handle labels
7925 on the top level gracefully. Moved access label recognition to
7926 the generic label case (CASE 15) - removed CASE 5E.
7927
7928 (c-font-lock-declarations): Add recognition of labels in the
7929 same round since we need to handle labels in parallell with other
7930 declarations to recognize both accurately. It should also improve
7931 speed.
7932
7933 (c-simple-decl-matchers, c-basic-matchers-after):
7934 Move `c-font-lock-labels' so that it only is used on decoration level 2
7935 since `c-font-lock-declarations' handles it otherwise.
7936
7937 (c-complex-decl-matchers): Remove the simplistic recognition of
7938 access labels.
7939
7940 (c-decl-prefix-re): Remove the kludges that was necessary to cope
7941 with labels earlier.
7942
7943 (c-decl-start-re): New language variable to make
7944 `c-font-lock-declarations' stop for the special protection labels
7945 in Objective-C that start with `@'.
7946
7947 (c-label-key): Remove since it's no longer used.
7948
7949 (c-recognize-colon-labels, c-label-prefix-re): New language
7950 constants to support recognition of generic colon-terminated labels.
7951
7952 (c-type-decl-end-used): `c-decl-end' is now used whenever there
7953 are colon terminated labels.
7954
7955 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7956 first argument starts with a special brace list.
7957
7958 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
7959 (c-font-lock-declarations): Break out the declaration and cast
7960 recognition from `c-font-lock-declarations' to a new function, so
7961 that it can be used in the indentation engine.
7962
7963 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
7964 up to the start of the literal. Fixed bug with the point on the
7965 wrong side of the search limit that could happen when the start
7966 position is inside a literal.
7967
7968 * progmodes/cc-engine.el (c-parse-state)
7969 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
7970 so that it's kept a little bit back to increase the hit rate.
7971
7972 (c-parse-state): Change the macro handling and fixed some
7973 glitches. Macro context is checked more often than necessary now,
7974 but otoh less garbage conses are generated.
7975
7976 * progmodes/cc-engine.el (c-parse-state)
7977 (c-invalidate-state-cache): Cache the last position where
7978 `c-state-cache' applies. This can speed up refontification quite
7979 a bit in blocks where there are many non-brace parens before the point.
7980
7981 (c-state-cache-end): New variable for this.
7982
7983 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
7984 cache variable.
7985
7986 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
7987 get close initial continue positions when the start position is
7988 inside a literal or macro. Do not call the callback for spots
7989 before the start position (which can happen e.g. for `c-decl-end'
7990 spots inside comments). Optimize better in special cases when the
7991 region is a single line inside a literal or macro (typically when
7992 the current line is refontified).
7993
7994 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
7995 to `c-add-stmt-syntax' - there's no need to explicitly whack off
7996 entries from the paren state.
7997
7998 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
7999 special case for "else if" clauses.
8000
8001 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8002 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8003
8004 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8005 New language variable to recognize the gcc extension with statement
8006 blocks inside expressions.
8007
8008 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8009 it somewhat more comprehensible. The argument AT-BLOCK-START is
8010 no longer used and hence removed.
8011
8012 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8013 to `c-add-stmt-syntax'.
8014
8015 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8016 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8017 This fixes bogus label recognition.
8018
8019 * progmodes/cc-engine.el (c-add-type, c-check-type)
8020 (c-forward-name, c-forward-type): Improve storage of template
8021 types in `c-found-types' so that they can be recognized better.
8022
8023 (c-syntactic-content): Add option to skip past nested parens.
8024
8025 * progmodes/cc-engine.el (c-forward-name):
8026 Set `c-last-identifier-range' all the time. It's less work that way.
8027 Handle that there might not be an identifier to store in
8028 `c-last-identifier-range'.
8029
8030 (c-forward-type): Handle that `c-last-identifier-range' might be
8031 nil from `c-forward-name'.
8032
8033 * progmodes/cc-defs.el (c-safe-scan-lists)
8034 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8035
8036 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8037 to work even if the form fails.
8038
8039 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8040 down in a large file in one go.
8041
8042 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8043
8044 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8045 function which is like `c-lineup-math' but returns nil instead of
8046 `c-basic-offset' when it doesn't match.
8047
8048 (c-lineup-math): Change to use `c-lineup-assignments'.
8049
8050 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8051
8052 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8053 c-beginning-of-statement. New subfunctions
8054 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8055
8056 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8057
8058 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8059 hardcoded char classes whereever possible. Changed a couple of
8060 places to use skip by syntax instead of skip by char class.
8061
8062 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8063 Fix a bug in the regexp that caused extreme backtracking.
8064
8065 * progmodes/cc-langs.el (c-block-comment-starter)
8066 (c-block-comment-ender): New language constants to specify in a
8067 single place how block comments look.
8068
8069 (c-comment-start-regexp, c-block-comment-start-regexp)
8070 (comment-start, comment-end, comment-start-skip)
8071 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8072 (c-syntactic-ws, c-nonempty-syntactic-ws)
8073 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8074 `c-line-comment-starter', `c-block-comment-starter' and
8075 `c-block-comment-ender'.
8076
8077 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8078 New language constants to break up things a bit.
8079
8080 (c-simple-ws): New language constant for simple whitespace.
8081
8082 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8083
8084 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8085 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8086 newlines. Allow and ignore nil elements in the list.
8087
8088 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8089
8090 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8091 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8092
8093 * progmodes/cc-cmds.el: Tidy up the comments in
8094 c-beginning-of-statement and subfunctions.
8095
8096 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8097 more flexible c-put-char-property and c-clear-char-properties.
8098 Add the author's email address.
8099
8100 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8101
8102 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8103 closing "*/" of a block comment.
8104
8105 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8106 subfunctions) so that it works at BOB and EOB.
8107
8108 * progmodes/cc-cmds.el, cc-vars.el: More updating of
8109 c-beginning-of-statement, including new variable
8110 c-block-comment-start-regexp.
8111
8112 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8113
8114 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8115 symbols from `*-font-lock-extra-types' so that there's no need to
8116 use `regexp-opt' on those lists.
8117
8118 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8119 `c-type-modifier-kwds' is empty.
8120
8121 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8122 there are several strings on the same line.
8123
8124 * progmodes/cc-engine.el (c-literal-limits): Remove the
8125 compatibility function for older emacsen. `c-literal-limits-fast'
8126 has now taken the place of this function.
8127
8128 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8129 with older emacsen: We now require `pps-extended-state'.
8130
8131 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8132
8133 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8134 which obviates the need to hack sentence-end. This now handles
8135 escaped newlines in strings correctly. Correct minor bugs in
8136 c-move-over-sentence and in c-beginning-of-statement.
8137
8138 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8139 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8140 that movement over macros and code are rigorously separated from
8141 eachother. Correct a few incidental bugs.
8142
8143 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8144 Improve its doc-string. Improve the handling of certain specific cases.
8145
8146 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8147
8148 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8149 (c-guess-basic-syntax): Change the way class-level labels are
8150 recognized; they can now contain essentially any symbols.
8151
8152 (c-opt-extra-label-key): New language variable to cope with the
8153 special protection label syntax in Objective-C.
8154
8155 (c-opt-access-key): Remove; this is now handled better by
8156 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8157
8158 (c-complex-decl-matchers): Update to handle that
8159 `c-opt-access-key' no longer exists.
8160
8161 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8162 improved label recognition in `c-beginning-of-statement-1'.
8163
8164 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8165 Recognize bitfields better.
8166
8167 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8168 Remove some cruft and fixed a bug that could cause it to go to a
8169 position further down.
8170
8171 * progmodes/cc-langs.el, cc-engine.el
8172 (c-beginning-of-statement-1): Improve detection of labels in
8173 declaration contexts.
8174
8175 (c-beginning-of-decl-1): Use it.
8176
8177 (c-nonlabel-token-key): New language constant and variable needed
8178 by `c-beginning-of-statement-1'.
8179
8180 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8181 manifested itself due to the correction in `c-forward-sexp'.
8182
8183 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8184 Make these behave as documented when used at the buffer limits.
8185
8186 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8187 (c-type-decl-end-used): Made this a language variable.
8188
8189 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8190 correctly when `combine-after-change-calls' is used together with
8191 temporary narrowings.
8192
8193 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8194 Report labels correctly when the start point is immediately after the
8195 colon.
8196
8197 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8198 Remove since it isn't used anymore.
8199
8200 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8201 bracket arglists such as template parens in C++.
8202
8203 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8204 in the last check-in. Some optimization.
8205
8206 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8207 where it could stop at the same level in a preceding sexp when
8208 PAREN-LEVEL is set.
8209
8210 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8211 text property lookup only when it's needed.
8212
8213 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8214 Change the policy for paren marked angle brackets to be more
8215 persistent; once marked they remain marked even when they're found
8216 to be unbalanced in the searched region. This should keep the
8217 paren syntax around even when individual lines are refontified in
8218 multiline template arglists.
8219
8220 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8221 to control markup so that incorrect angle bracket arglists aren't
8222 marked in contexts where the correct value for
8223 `c-disallow-comma-in-<>-arglists' isn't known.
8224
8225 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8226 argument has become `c-parse-and-markup-<>-arglists'.
8227
8228 (c-remove-<>-arglist-properties): Remove - no longer used.
8229
8230 (c-after-change-check-<>-operators): New function used on
8231 `after-change-functions' to avoid that "<" and ">" characters that
8232 are part of longer operators have paren syntax.
8233
8234 (c-<>-multichar-token-regexp): New language variable used by
8235 `c-after-change-check-<>-operators'.
8236
8237 (c-after-change): Call `c-after-change-check-<>-operators'.
8238
8239 (c-font-lock-<>-arglists): Use the context properties set by
8240 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8241 correctly to avoid doing invalid markup.
8242
8243 (c-font-lock-declarations): Remove code that undoes the invalid
8244 markup done by `c-font-lock-<>-arglists'.
8245
8246 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8247 after `c-font-lock-declarations'.
8248
8249 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8250 Add paren-level feature.
8251
8252 (c-guess-basic-syntax): Improve the anchor position for
8253 `template-args-cont' in nested template arglists. There's still
8254 much to be desired in this area, though.
8255
8256 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8257
8258 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8259 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8260
8261 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8262
8263 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8264 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8265
8266 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8267 it doesn't work no longer are supported.
8268
8269 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8270 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8271 requires support for the syntax-table' text property, which rules
8272 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8273 cruft associated with those versions.
8274
8275 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8276 for the `syntax-table' text property, which rules out Emacs 19 and
8277 XEmacs < 21.4. Removed various compatibility cruft associated
8278 with those versions.
8279
8280 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8281 support for the `syntax-table' text property.
8282
8283 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8284 variable and use an extra quoted face name instead. All the
8285 emacsen flavors handle that correctly.
8286
8287 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8288 (c-font-lock-declarators, c-font-lock-declarations)
8289 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8290 property to mark the items in in declarator lists to handle
8291 refontification inside multiline declarations better.
8292
8293 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8294 construct like "a * b = c;" as a declaration.
8295
8296 2005-12-08 Kim F. Storm <storm@cua.dk>
8297
8298 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8299 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8300 select either meta, hyper, or super modifier for rectangle commands.
8301 (cua--rectangle-modifier-key): New defvar.
8302 (cua--M/H-key): Use it. Remove special case for `space'.
8303 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8304 on X, to meta otherwise. Always bind C-return to toggle
8305 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
8306
8307 * emulation/cua-rect.el (cua-help-for-rectangle):
8308 Use cua--rectangle-modifier-key. Handle super modifier too.
8309 (cua--init-rectangles): Always bind C-return to toggle rectangle.
8310 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8311
8312 * ido.el: Move Acknowledgements and History after Commentary.
8313 Minor changes to Commentary.
8314
8315 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8316 keymap if cua--prefix-override-timer is `shift'.
8317 (cua--shift-control-prefix): New function; emulate "type prefix
8318 key twice" functionality to handle shifted prefix key override.
8319 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8320 New commands.
8321 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8322
8323 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8324
8325 * textmodes/org.el (org-insert-heading): Try to do items before
8326 headings.
8327 (org-agenda-mode): Quote `org-agenda-mode-hook'.
8328 (org-insert-item): New function.
8329 (org-renumber-ordered-list): Don't skip to higher level lists.
8330
8331 2005-12-08 Juri Linkov <juri@jurta.org>
8332
8333 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8334
8335 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8336
8337 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8338
8339 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8340 the constructed function name fun-1.
8341
8342 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8343 because such links don't lead to parent documentation.
8344
8345 2005-12-08 Kenichi Handa <handa@m17n.org>
8346
8347 * descr-text.el (describe-char): Use *Help-2* buffer if the
8348 current buffer is *Help*. Call describe-text-properties while
8349 setting the original buffer.
8350
8351 2005-12-07 Bill Wohler <wohler@newt.com>
8352
8353 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
8354 and causes problems with non-MH users (such as Gnus users).
8355
8356 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
8357
8358 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8359 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8360 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8361 command "info sources". Move calls to GDB command "list".
8362 (gdb-find-file-hook): Just use gdb-source-file-list.
8363 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8364 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8365 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8366 (gdb-data-list-register-values-handler): Use correct trigger name.
8367
8368 2005-12-07 Kim F. Storm <storm@cua.dk>
8369
8370 * ido.el (ido-completion-map): Rename from ido-mode-map.
8371 (ido-common-completion-map, ido-file-completion-map)
8372 (ido-file-dir-completion-map, ido-buffer-completion-map):
8373 Rename from ido-mode-....-map.
8374 (ido-init-completion-maps): Rename from ido-init-mode-maps.
8375 (ido-setup-completion-map): Rename from ido-define-mode-map.
8376 (ido-read-internal): Bind minibuffer-local-filename-completion-map
8377 to ido-completion-map.
8378
8379 2005-12-07 Kenichi Handa <handa@m17n.org>
8380
8381 * international/mule-cmds.el
8382 (set-display-table-and-terminal-coding-system): If the coding
8383 system specified in `unibyte-display' property is different from
8384 the arg coding-system, don't setup standard-display-table.
8385
8386 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8389 that comments end at \n, regardless of selective-display.
8390
8391 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
8392
8393 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8394 (gdb-version): New variables.
8395 (gdb-source-file-list, gdb-register-names)
8396 (gdb-changed-registers): New variables for use with GDB 6.4+.
8397 (gdb-ann3): Replace with...
8398 (gdb-init-1, gdb-init-2): ...two new functions.
8399 (gdba, gdb-prompt): Call gdb-init-1.
8400 (gdb-get-version): New function. Call gdb-init-2 from here.
8401 (gud-watch): Make it work with mouse events too.
8402 (gdb-post-prompt): Don't add to queue until GDB version is known.
8403 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8404 (gdb-locals-mode): Use gdb-version.
8405 (gdb-memory-format-map, gdb-memory-unit-map)
8406 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8407 (gdb-locals-font-lock-keywords-1)
8408 (gdb-locals-font-lock-keywords-2): New variables.
8409 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8410 (gdb-set-gud-minor-mode-existing-buffers-1)
8411 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8412 (gdb-var-update-1, gdb-var-update-handler-1)
8413 (gdb-data-list-register-values-handler)
8414 (gdb-data-list-register-values-custom)
8415 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8416 (gdb-stack-list-locals-handler, gdb-get-register-names):
8417 New functions for use with GDB 6.4+.
8418 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8419 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8420 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8421 (gdb-stack-list-locals-regexp)
8422 (gdb-data-list-register-names-regexp): New regexps for use with
8423 GDB 6.4+.
8424
8425 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8426
8427 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8428
8429 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
8430
8431 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8432 prompts work for AUTH PLAIN. Also reported by Steve Allan
8433 <seallan@verizon.net>.
8434
8435 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8436
8437 * frame.el (set-frame-parameter): Add doc string.
8438
8439 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8440
8441 * textmodes/org.el (org-occur-highlights): New variable.
8442 (org-highlight-new-match, org-remove-occur-highlights): New functions.
8443 (org-highlight-sparse-tree-matches): New option.
8444 (org-do-occur): New function.
8445 (org-get-heading): Make it work also at beginning of line.
8446 (org-category-table): New variable.
8447 (org-get-category-table, org-get-category)
8448 (org-camel-to-words, org-link-search): New functions.
8449 (org-select-this-todo-keyword): New variable.
8450 (org-todo-list): New command.
8451 (org-shiftright, org-shiftleft): New commands.
8452 (org-agenda-todo): Add prefix argument.
8453 (org-show-hierarchy-above): New option.
8454 (org-show-todo-tree): Numerical prefix creates tree for specific
8455 TODO keyword.
8456 (org-outline-level): New function, to assign a level to plain
8457 lists items.
8458 (org-cycle-include-plain-lists): New option.
8459 (org-mode): Use `org-outline-level' as value of `outline-level'.
8460 (org-cycle): Temporarily switch `outline-regexp' if
8461 `org-cycle-include-plain-lists' is non-nil.
8462 (org-start-icalendar-file): Fix format bug.
8463 (org-agenda-get-day-entries): Create category table.
8464 (org-agenda-get-todos, org-agenda-get-timestamps)
8465 (org-agenda-get-deadlines, org-agenda-get-scheduled)
8466 (org-agenda-get-blocks): Use `org-get-category'.
8467 (org-context-in-file-links): Rename from
8468 `org-line-numbers-in-file-links'.
8469
8470 2005-12-06 Romain Francoise <romain@orebokech.com>
8471
8472 * window.el (balance-windows): Delete extraneous third arg in call
8473 to `enlarge-window'.
8474
8475 2005-12-06 Kenichi Handa <handa@m17n.org>
8476
8477 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8478
8479 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
8480
8481 * progmodes/gdb-ui.el (gdb-var-create-handler)
8482 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8483 (gdb-var-list-children-handler, gdb-var-update-handler):
8484 Current buffer is already gdb-partial-output-buffer, don't
8485 make it current again.
8486
8487 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
8488
8489 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8490 (list-buffers-noselect): Use it.
8491
8492 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8493
8494 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8495 (mail-yank-ignored-headers): Use regexp-opt.
8496 (mail-mode-map): Move initialization into declaration.
8497 (mail-sent-via): Remove unused shadowed var `to-line'.
8498 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8499 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8500 (mail-do-fcc): Use dolist and push.
8501 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8502 (mail-yank-ignored-headers): Don't autoload.
8503
8504 2005-12-05 Kenichi Handa <handa@m17n.org>
8505
8506 * international/mule-cmds.el (set-language-info-internal): New fun.
8507 (set-language-info): Call set-language-info-internal to update
8508 language-info-alist. If LANG-ENV is the current one, call
8509 set-language-environment to make INFO effective now.
8510 (set-language-info-alist): Likewise.
8511 (locale-language-names): With locale "en", use English
8512 lang. env. but set the default codings to iso-8859-1.
8513
8514 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
8515
8516 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8517 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8518 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8519 for plain strings.
8520 (gdb-frames-mode): Remove redundant call to font-lock-mode.
8521 (gdb-all-registers): Rename from toggle-gdb-all-registers.
8522 Create registers buffer if necessary. Echo new state in minibuffer.
8523 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8524
8525 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
8526
8527 * info.el (Info-fontify-node): Match external links using
8528 non-directory part of filename.
8529
8530 2005-12-04 Juri Linkov <juri@jurta.org>
8531
8532 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8533 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
8534 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8535 because there is no customization option for it.
8536
8537 * font-lock.el (lisp-font-lock-keywords-1):
8538 Add define-global-minor-mode.
8539
8540 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8541
8542 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8543 properties on the constructed variable names.
8544
8545 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8546 Put `definition-name' properties on the constructed function names
8547 next-sym and prev-sym.
8548
8549 * emacs-lisp/find-func.el (find-function-regexp):
8550 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
8551 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
8552 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8553 and easy-menu-define.
8554
8555 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8556 easy-mmode-define-global-mode and define-global-minor-mode.
8557 (lisp-imenu-generic-expression): Add define-global-minor-mode.
8558
8559 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8560 instead of easy-mmode-define-global-mode.
8561
8562 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8563 Use define-minor-mode instead of easy-mmode-define-minor-mode.
8564
8565 * cus-edit.el (customize-group, customize-group-other-window):
8566 Filter out autoloaded options from the group completion list by
8567 using heuristics that autoloaded groups don't have `custom-autoload'
8568 property on their symbols (they have only `custom-loads').
8569
8570 * simple.el (completion-setup-function): Put completions-common-part
8571 face on complete completion string too (i.e. completion string
8572 without completions-first-difference face).
8573
8574 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8575
8576 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8577
8578 * view.el (view-mode): Doc fix.
8579
8580 * disp-table.el (standard-display-european): Add to the warning
8581 message a reference to the doc string.
8582
8583 * play/yow.el (apropos-zippy): Call print-help-return-message,
8584 similar to other Help and Apropos commands.
8585
8586 * help.el (print-help-return-message): If pop-up-frames is
8587 non-nil, set up help-return-method to delete the help window and,
8588 possibly, its frame as well, and don't display message about
8589 scrolling the help window. Doc fix.
8590 (help-return-method): Doc fix.
8591
8592 2005-12-03 Martin Rudalics <rudalics@gmx.at>
8593
8594 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8595 whereby names of length one or names starting with a
8596 symbol-constituent character would not be returned.
8597
8598 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8599
8600 * subr.el (atomic-change-group): Add edebug and indentation spec.
8601
8602 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 * completion.el (save-completions-file-name): Fix typo in last change.
8605
8606 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8607
8608 * info.el: Move back/forward history to the beginning of the tool bar.
8609
8610 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
8611
8612 * allout.el (eval-when-compile): Remove unnecessary load of cl.
8613 Add fset of allout-real-isearch-abort during compile to fix
8614 byte-compilation warnings.
8615 (allout-mode-p): Move definition of this macro above all uses, or
8616 byte compilation in barren emacs (eg, during emacs build) will
8617 lack the definition.
8618 (allout-mode): Move this variable above any uses, or byte
8619 compilation will fail.
8620 (allout-resolve-xref): Remove use of personal file-reference function.
8621 (allout-toggle-current-subtree-encryption): Do the current (ie,
8622 visible containing) topic, rather than nearest around point. Doc fix.
8623 (allout-toggle-subtree-encryption): New function, workhorse that
8624 works on nearest topic containing point.
8625 (allout-encrypt-string): Signal requirement for newer version of pgg.
8626 (allout-resumptions): Doc fix.
8627
8628 2005-12-02 Eli Zaretskii <eliz@gnu.org>
8629
8630 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
8631
8632 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
8633
8634 * textmodes/flyspell.el (flyspell-external-point-words):
8635 Consider a misspelling as found in the string search if: (a) misspelling
8636 and found string lengths match, or (b) misspelling is found as
8637 element in a boundary-chars separated longer string, or (c)
8638 ispell-program-name is really ispell and misspelling is found as
8639 part of a TeX string. After successful match move beginning of
8640 search region to end of match. Warn about not found misspellings
8641 once the process is done.
8642 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
8643
8644 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
8645
8646 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
8647 tool bar (removed inadvertently).
8648
8649 2005-12-02 Juri Linkov <juri@jurta.org>
8650
8651 * log-view.el (log-view-diff): Clarify doc string.
8652
8653 2005-12-01 Bill Wohler <wohler@newt.com>
8654
8655 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
8656 triggers lm-verify errors.
8657
8658 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
8659
8660 * simple.el (transient-mark-mode, line-number-mode)
8661 (column-number-mode, size-indication-mode): Remove `:require nil'.
8662
8663 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
8664
8665 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
8666 in the margin also.
8667 (gdb-breakpoints-mode-map): Use D instead of d for
8668 gdb-delete-breakpoint.
8669 (gdb-get-frame-number): Require a number to match on.
8670 (gdb-threads-mode-map): Add follow-link binding.
8671
8672 2005-11-30 Jason Rumney <jasonr@gnu.org>
8673
8674 * isearch.el (isearch-mode-map): Avoid exiting search on
8675 language-change event.
8676
8677 2005-11-30 Romain Francoise <romain@orebokech.com>
8678
8679 * speedbar.el (speedbar-default-position): New defcustom.
8680 (speedbar-frame-reposition-smartly): Use it.
8681
8682 * dframe.el (dframe-reposition-frame-emacs): Fix position
8683 computation for `left' location.
8684 Update copyright year.
8685
8686 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * help.el (help-map): Move initialization into declaration.
8689
8690 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
8691
8692 * help-fns.el (help-argument-name): Don't autoload.
8693 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
8694 to be re-loaded when customizing the `help' group.
8695
8696 2005-11-30 John Paul Wallington <jpw@gnu.org>
8697
8698 * help-fns.el (describe-function-1): Fill arglist output.
8699
8700 2005-11-30 Kim F. Storm <storm@cua.dk>
8701
8702 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
8703 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
8704 after revert-buffer (or anything else which kills all local variables).
8705
8706 * apropos.el (apropos-parse-pattern): Doc fix.
8707 Set apropos-regexp directly, rather than expecting callers to do so.
8708 (apropos-command, apropos, apropos-value, apropos-documentation):
8709 Simplify calls to apropos-parse-pattern.
8710
8711 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8712
8713 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8714 (hi-lock-face-phrase-buffer): Use hi-yellow face.
8715 (hi-lock-write-interactive-patterns): Use comment-region.
8716
8717 * longlines.el (longlines-mode): Add mail-setup-hook.
8718
8719 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
8720
8721 * simple.el (sendmail-user-agent-compose, next-line):
8722 Conditionally use hard-newline.
8723
8724 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8725
8726 * international/latexenc.el (latex-inputenc-coding-alist):
8727 Reword doc string.
8728
8729 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8730
8731 * help.el (describe-key-briefly, describe-key): Recognize default
8732 bindings.
8733
8734 2005-11-29 Romain Francoise <romain@orebokech.com>
8735
8736 * view.el (view-inhibit-help-message): New defcustom.
8737 (view-mode-enter): Use it.
8738
8739 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
8740
8741 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
8742 Preserve user position.
8743
8744 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
8745
8746 * font-lock.el: Throw error if facemenu is not loaded to prevent
8747 accidental change of loading order in loadup.el. (Suggested by RMS.)
8748
8749 * loadup.el: Add comment explaining why facemenu must be loaded
8750 before font-lock.
8751
8752 2005-11-28 Jay Belanger <belanger@truman.edu>
8753
8754 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
8755 (calc-dispatch-map): Add more keys for `calc-same-interface'.
8756
8757 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
8758
8759 * calc/calc-embed.el (calc-do-embedded): Update help message.
8760
8761 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
8762
8763 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8764
8765 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
8766
8767 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
8768 called-interactively-p.
8769 (elp-profilable-p): Rename from elp-not-profilable-p.
8770 Invert result and take into account macros and autoloaded functions.
8771 (elp-instrument-function): Update call.
8772 (elp-instrument-package): Update call. Add completion.
8773 (elp-pack-number): Use match-string.
8774 (elp-results-jump-to-definition-by-mouse): Merge into
8775 elp-results-jump-to-definition and then remove.
8776 (elp-output-insert-symname): Make help echo text single-line.
8777
8778 * replace.el (query-replace-map): Move initialization into declaration.
8779 (occur-engine): Use with-current-buffer.
8780 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
8781 (occur-mode-mouse-goto): Replace with an alias.
8782
8783 2005-11-28 Juri Linkov <juri@jurta.org>
8784
8785 * simple.el (quoted-insert): Let-bind input-method-function to nil.
8786
8787 * term/w32-win.el: Bind [S-tab] to [backtab].
8788
8789 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
8790 `Info-find-file' to t.
8791
8792 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
8793 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
8794 and same-window-regexps.
8795 (occur-next-error): Don't move point for arg 0.
8796
8797 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
8798
8799 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
8800
8801 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8802
8803 * log-edit.el (log-edit-changelog-use-first): New var.
8804 (log-edit-changelog-ours-p): Use it.
8805 (log-edit-insert-changelog): Set it with new arg `use-first'.
8806 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
8807 (log-edit-hook): Add them to the list of suggested options.
8808
8809 * textmodes/flyspell.el (flyspell-last-buffer): New var.
8810 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
8811 redundant work.
8812 (flyspell-mode-on): Use add-hook for after-change-functions.
8813 (flyspell-mode-off): Use remove-hook for after-change-functions.
8814 (flyspell-changes): Make it buffer-local.
8815 (flyspell-after-change-function): Make it non-interactive. Use push.
8816 (flyspell-post-command-hook): Check input-pending-p while processing
8817 the potentially long list of buffer changes.
8818
8819 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8820
8821 * buff-menu.el (list-buffers-noselect): Display the selected
8822 frame's buffer list, not the global one.
8823
8824 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8825
8826 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
8827 that (list last-input-event) works as in interactive spec.
8828
8829 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8830
8831 * loadup.el ("facemenu"): Load facemenu before font-lock, because
8832 `facemenu-keymap' needs to be defined when font-lock is loaded.
8833 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
8834
8835 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8836
8837 * completion.el: Remove useless leading * in defcustom docstrings.
8838 (save-completions-file-name): Use ~/.emacs.d if available.
8839 (completion-standard-syntax-table): Rename from
8840 cmpl-standard-syntax-table and fold initialization into declaration,
8841 thus removing cmpl-make-standard-completion-syntax-table.
8842 (completion-lisp-syntax-table, completion-c-syntax-table)
8843 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
8844 (cmpl-saved-syntax, cmpl-saved-point): Remove.
8845 (symbol-under-point, symbol-before-point)
8846 (symbol-under-or-before-point, symbol-before-point-for-complete)
8847 (add-completions-from-c-buffer): Use with-syntax-table.
8848 (make-completion): Don't return a list of completion entries.
8849 Update callers.
8850 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
8851 (completion-initialize): Rename from initialize-completions.
8852 (completion-find-file-hook): Rename from cmpl-find-file-hook.
8853 (kill-emacs-save-completions): Collect stats here.
8854 (save-completions-to-file, load-completions-from-file):
8855 Use with-current-buffer.
8856 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
8857 into a function. Move all calls to toplevel.
8858 (completion-lisp-mode-hook): New fun.
8859 (completion-c-mode-hook, completion-setup-fortran-mode):
8860 Set the syntax-table here. Use local-set-key.
8861 (completion-saved-bindings): New var.
8862 (dynamic-completion-mode): Make it into a proper minor mode.
8863 (load-completions-from-file): Remove unused var `num-uses'.
8864
8865 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
8866 constructor if it is explicitly overridden.
8867
8868 * complete.el (PC-completion-as-file-name-predicate):
8869 Use minibuffer-completing-file-name.
8870 (partial-completion-mode): Use find-file-not-found-functions.
8871 (PC-lisp-complete-symbol): Use with-syntax-table.
8872 (PC-look-for-include-file): Remove dead setq.
8873 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
8874 (PC-complete): Use with-current-buffer.
8875
8876 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
8877 escape single quotes.
8878
8879 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8880
8881 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
8882 of `if' whose condition always returned nil. Doc fix.
8883
8884 * buff-menu.el (Buffer-menu-revert-function): Make the selected
8885 window's buffer the current buffer around the call to
8886 `list-buffers-noselect'. This is necessary to mark that buffer
8887 with a `.' in the Buffer Menu when called from Lisp, for instance
8888 by Auto Revert Mode.
8889
8890 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8891
8892 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
8893 attaching to it.
8894 (gdb-pre-prompt): Make sure gdb-error is reset.
8895
8896 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
8897 with a child process, detect it.
8898 (gud-speedbar-buttons): Match regexp more carefully.
8899
8900 2005-11-27 Richard M. Stallman <rms@gnu.org>
8901
8902 * mouse.el (mouse-drag-move-window-bottom):
8903 Use adjust-window-trailing-edge.
8904
8905 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8906
8907 * simple.el (blink-matching-open): Ignore
8908 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
8909 (blink-matching-paren-on-screen): Update docstring.
8910
8911 * paren.el (show-paren-mode): No longer change
8912 `blink-matching-paren-on-screen'.
8913
8914 2005-11-27 John Paul Wallington <jpw@pobox.com>
8915
8916 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8917 (gdb-threads-select, gdb-edit-register-value):
8918 Use `posn-set-point' instead of `mouse-set-point' because the
8919 latter is not fbound when configured without X.
8920
8921 2005-11-27 Kim F. Storm <storm@cua.dk>
8922
8923 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
8924 existing face when partially highlighting a TAB in a rectangle.
8925
8926 2005-11-26 Kim F. Storm <storm@cua.dk>
8927
8928 * ido.el (ido-mode-map): Doc fix.
8929 (ido-mode-common-map, ido-mode-file-map)
8930 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
8931 (ido-define-mode-map): Rewrite. Select one of the new maps as
8932 parent for ido-mode-map instead of building from scratch.
8933 (ido-init-mode-maps): New defun to initialize new maps.
8934 (ido-mode): Call it.
8935 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
8936 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
8937
8938 2005-11-26 John Paul Wallington <jpw@pobox.com>
8939
8940 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
8941 `mouse-set-point' because the latter is not fbound when configured
8942 without X.
8943
8944 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8945
8946 * files.el (file-relative-name): Doc fix.
8947
8948 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8949
8950 * progmodes/octave-inf.el (inferior-octave-startup): Force a
8951 non-empty string for secondary prompt PS2.
8952
8953 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8954
8955 * progmodes/compile.el (compilation-setup): Fix last change.
8956
8957 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
8958
8959 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8960 (gdb-mouse-toggle-breakpoint-margin)
8961 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
8962 Add gdb-server-prefix to keep out of command history.
8963 (gdb-edit-register-value): New function.
8964 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
8965 (gdb-info-registers-custom): Use above map.
8966
8967 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8968
8969 * custom.el (enable-theme): Signal error if argument is not a
8970 theme. Don't recalculate a face if it's not loaded yet.
8971
8972 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
8973 the `user' theme is in effect.
8974
8975 * info.el (Info-on-current-buffer): Record actual filename in
8976 Info-current-file, instead of t, or a fake filename if a non-file
8977 buffer. Make autoload.
8978 (Info-find-node, Info-revert-find-node): No need to check for
8979 Info-current-file nil.
8980 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
8981 Info-current-file is now never `t'.
8982 (Info-fontify-node): Many simplifications due to Info-current-file
8983 always being valid. Use Info-find-file to find node filename.
8984
8985 2005-11-25 David Kastrup <dak@gnu.org>
8986
8987 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
8988 new character, then delete" in order to preserve markers.
8989
8990 2005-11-25 David Ponce <david@dponce.com>
8991
8992 * recentf.el (recentf-arrange-by-rule): Handle a special
8993 `auto-mode-alist'-like "strip suffix" rule.
8994 (recentf-build-mode-rules): Handle second level auto-mode entries.
8995
8996 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
8997
8998 * viper-keym.el (viper-ESC-key): Use different values in terminal and
8999 window modes.
9000
9001 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9002 jde-javadoc-checker-report-mode.
9003
9004 * ediff-wind (ediff-make-wide-display): Slight simplification.
9005
9006 * ediff.el (ediff-date): Change the date of last update.
9007
9008 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9009
9010 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9011 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9012 (hi-lock-mode): New global minor mode.
9013 (turn-on-hi-lock-if-enabled): New function.
9014 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9015 Change arguments to regexp and face instead of a font-lock pattern.
9016 Directly set face property, instead of refontifying.
9017 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9018 (hi-lock-find-patterns): Use line-number-at-pos.
9019
9020 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9021 arguments for hi-lock-set-pattern.
9022 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9023 Call font-lock-fontify-buffer.
9024 (hi-lock-find-file-hook, hi-lock-current-line)
9025 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9026
9027 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9028 turned off.
9029
9030 * progmodes/compile.el (compilation-setup): Don't fiddle with
9031 font-lock-defaults.
9032
9033 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9034
9035 * progmodes/gdb-ui.el (gdb-var-create-handler)
9036 (gdb-var-list-children-handler): Find values for all variable
9037 objects. gud-speedbar-buttons decides whether to display them.
9038
9039 2005-11-24 Romain Francoise <romain@orebokech.com>
9040
9041 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9042 buffer name with a space.
9043
9044 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9045
9046 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9047 `org-export-local-list-max-depth'. Change default value to 3.
9048 (org-auto-renumber-ordered-lists)
9049 (org-plain-list-ordered-item-terminator): New options.
9050 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9051 (org-get-indentation, org-get-string-indentation)
9052 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9053 New functions.
9054 (org-move-item-down, org-move-item-up): New commands.
9055 (org-export-as-html): New classes for CSS support. Bug fix in
9056 regular expression detecting fixed-width regions. Respect
9057 `org-local-list-ordered-item-terminator'.
9058 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9059 also a list item.
9060 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9061 New item moving functions.
9062
9063 2005-11-24 Juri Linkov <juri@jurta.org>
9064
9065 * isearch.el (isearch-repeat): With empty search ring set
9066 `isearch-error' to the error string instead of signaling error
9067 with the function `error'.
9068
9069 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9070
9071 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9072
9073 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9074
9075 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9076 and variable.
9077 (gdb-var-create-handler, gdb-var-list-children-handler):
9078 Don't match on "char **...".
9079 (gdb-var-update-handler): Find values for all variable objects.
9080 (gdb-info-frames-custom): Identify frames by leading "#".
9081
9082 * progmodes/gud.el (gud-speedbar-menu-items): Add
9083 gdb-speedbar-auto-raise as radio button.
9084 (gud-speedbar-buttons): Raise speedbar if requested.
9085 Don't match on "char **...".
9086 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9087 Make it editable.
9088
9089 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9090
9091 * info.el (Info-fontify-node): Handle the case where
9092 Info-current-file is t.
9093
9094 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9095
9096 * simple.el (blink-matching-open): Fix off-by-one in last change.
9097
9098 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9099
9100 * term/mac-win.el: Don't change default directory.
9101
9102 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
9103
9104 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9105 buffers correctly. (It used to throw an error in such buffers.)
9106 Make it ask for confirmation in group buffers and other Custom
9107 buffers containing more than one customization item.
9108
9109 2005-11-22 John Paul Wallington <jpw@gnu.org>
9110
9111 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9112 property on mail and url overlays.
9113 (goto-address-at-point): Use `posn-set-point' instead of
9114 `mouse-set-point' because the latter is not fbound when configured
9115 without X.
9116
9117 2005-11-22 Lars Hansen <larsh@soem.dk>
9118
9119 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9120 (ls-lisp-classify, ls-lisp-format): Delete call to
9121 ls-lisp-parse-symlink.
9122 (ls-lisp-handle-switches): Handle symlinks to directories as
9123 directories when ls-lisp-dirs-first in non-nil.
9124
9125 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
9126
9127 * startup.el (command-line): Make sure that loaddefs.el is handled
9128 correctly in load-history.
9129
9130 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
9131
9132 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9133 (gdb-struct-string, gdb-array-string): New constants.
9134 (gdb-info-locals-handler): Use them.
9135 (gdb-reset): Reset gdb-var-list to nil.
9136
9137 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9138
9139 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9140 in patterns.
9141
9142 2005-11-21 Juri Linkov <juri@jurta.org>
9143
9144 * custom.el (defcustom): Update link types in docstring.
9145
9146 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9147
9148 * custom.el (defgroup): Add doc-string-elt info.
9149
9150 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9151
9152 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * newcomment.el (comment-enter-backward): Fix last fix.
9155
9156 * simple.el (blink-matching-open):
9157 * paren.el (show-paren-function): Allow new paren-class info.
9158
9159 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9160
9161 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9162 handled automagically.
9163
9164 2005-11-20 Andreas Schwab <schwab@suse.de>
9165
9166 * descr-text.el (describe-char): When copying overlays put them
9167 over the full char description instead of just the first character
9168 of it.
9169
9170 2005-11-20 Juri Linkov <juri@jurta.org>
9171
9172 * simple.el (what-cursor-position):
9173 * descr-text.el (describe-char): Use Lisp-readable syntax
9174 for octal and hex. Reorder decimal, octal and hex values.
9175 Remove excess whitespace in the output. Use `=' in `column='
9176 like in `point=' and `Hscroll='.
9177
9178 * international/mule-cmds.el (encoded-string-description):
9179 Use Lisp-readable syntax for hex.
9180
9181 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9182
9183 * newcomment.el (comment-enter-backward): Handle the case where the
9184 comment is closed by EOB.
9185
9186 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9187
9188 * longlines.el (longlines-before-revert-hook)
9189 (longlines-after-revert-hook): New functions.
9190 (longlines-mode): Turn off longlines temporarily when reverting.
9191 Add a message-setup-hook.
9192 (longlines-decode-buffer): New function.
9193 (longlines-wrap-line): Preserve marker positions.
9194
9195 2005-11-19 Andreas Schwab <schwab@suse.de>
9196
9197 * emacs-lisp/shadow.el: Handle compressed files.
9198
9199 2005-11-19 Romain Francoise <romain@orebokech.com>
9200
9201 * net/browse-url.el (browse-url-default-browser): Signal an error
9202 if no usable browser can be found, rather than try to load w3.
9203
9204 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9205
9206 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9207 replacing existing properties.
9208 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9209 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9210 tty specs.
9211 (rcirc-server-prefix, rcirc-server): New faces.
9212 (rcirc-url-regexp): Generate with rx macro.
9213 (rcirc-last-server-message-time): New variable.
9214 (rcirc-filter): Record time of last message.
9215 (rcirc-keepalive): Kill processes that did not send a message
9216 since the last ping.
9217 (rcirc-mode): Give rcirc-topic a local binding here.
9218
9219 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9220
9221 * subr.el (read-passwd): Fontify the prompt as we do with other
9222 prompts.
9223
9224 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9225
9226 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9227 binding buffer-read-only to nil.
9228
9229 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9230
9231 * complete.el (partial-completion-mode):
9232 Mention completion-auto-help in the doc string.
9233
9234 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9235 more Lisp-ish way.
9236
9237 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9238
9239 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9240 digits, not 8, to avoid misalignment for files larger than 100MB.
9241
9242 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9243
9244 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9245 Mention "keyboard shortcuts" in the help text.
9246
9247 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9248
9249 * startup.el (fancy-splash-default-action): Discard only
9250 mouse-down and succeeding mouse-up events in the splash screen
9251 window so that drag-n-drop event can be processed.
9252
9253 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9254
9255 * longlines.el (longlines-mode): Add hacks for mail-mode and
9256 message-mode.
9257
9258 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9259
9260 * textmodes/org.el (org-table-sort-lines): New command.
9261 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9262 (org-add-file): Command removed, use `org-agenda-file-to-front'
9263 instead.
9264 (org-export-icalendar): Use `org-icalendar-combined-name'.
9265 (org-cycle-agenda-files, org-agenda-file-to-end)
9266 (org-agenda-file-to-front): New commands.
9267 (org-table-tab-jumps-over-hlines, org-export-html-style):
9268 New options.
9269 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9270 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9271 New functions.
9272 (org-fill-paragraph): Call `org-table-align' in tables.
9273 (org-mode): Call `org-set-autofill-regexps'.
9274 (org-export-as-html): Support for local handformatted lists.
9275 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9276 (org-export-local-list-max-depth): New option.
9277 (org-html-expand): Use `org-html-protect'.
9278
9279 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9280
9281 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9282 to "p".
9283 (gdb): Move definition of gud-pp to...
9284
9285 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9286 speedbar.
9287 (gdb-find-watch-expression): New function.
9288
9289 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9290
9291 * faces.el (face-attribute, set-face-attribute): Mention existence
9292 of `:ignore-defface' setting in docstring.
9293
9294 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * simple.el (completion-setup-function): Fix last change.
9297
9298 2005-11-17 John Paul Wallington <jpw@pobox.com>
9299
9300 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9301 Use `posn-set-point' instead of `mouse-set-point' because the
9302 latter is not fbound when configured without X.
9303
9304 * comint.el (comint-insert-input): Likewise.
9305
9306 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9307
9308 * simple.el (hard-newline): New variable.
9309 (sendmail-user-agent-compose, next-line): Use it.
9310
9311 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9312 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9313 (mail-mail-reply-to, mail-mail-followup-to)
9314 (mail-position-on-field, mail-signature, mail-yank-original)
9315 (mail-attach-file): Likewise.
9316
9317 * mail/mailheader.el (mail-header-format)
9318 (mail-header-format-function): Likewise.
9319
9320 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9321
9322 2005-11-17 Juri Linkov <juri@jurta.org>
9323
9324 * font-lock.el (font-lock-faces): Rename this defgroup from
9325 `font-lock-highlighting-faces'.
9326 (font-lock-comment-face, font-lock-comment-delimiter-face)
9327 (font-lock-string-face, font-lock-doc-face)
9328 (font-lock-keyword-face, font-lock-builtin-face)
9329 (font-lock-function-name-face, font-lock-variable-name-face)
9330 (font-lock-type-face, font-lock-constant-face)
9331 (font-lock-warning-face, font-lock-negation-char-face)
9332 (font-lock-preprocessor-face)
9333 (font-lock-regexp-grouping-backslash)
9334 (font-lock-regexp-grouping-construct): Rename :group from
9335 `font-lock-highlighting-faces' to `font-lock-faces'.
9336
9337 * cus-edit.el (lisp, c, tex):
9338 * progmodes/ada-mode.el (ada):
9339 * progmodes/asm-mode.el (asm):
9340 * progmodes/cperl-mode.el (cperl-faces):
9341 * progmodes/cpp.el (cpp):
9342 * progmodes/dcl-mode.el (dcl):
9343 * progmodes/f90.el (f90):
9344 * progmodes/fortran.el (fortran):
9345 * progmodes/icon.el (icon):
9346 * progmodes/idlwave.el (idlwave-misc):
9347 * progmodes/m4-mode.el (m4):
9348 * progmodes/make-mode.el (makefile):
9349 * progmodes/meta-mode.el (meta-font):
9350 * progmodes/modula2.el (modula2):
9351 * progmodes/octave-mod.el (octave):
9352 * progmodes/pascal.el (pascal):
9353 * progmodes/perl-mode.el (perl):
9354 * progmodes/prolog.el (prolog):
9355 * progmodes/ps-mode.el (PostScript-edit):
9356 * progmodes/scheme.el (scheme):
9357 * progmodes/sh-script.el (sh-script):
9358 * progmodes/simula.el (simula):
9359 * progmodes/tcl.el (tcl):
9360 * textmodes/nroff-mode.el (nroff):
9361 * textmodes/reftex-vars.el (reftex-fontification-configurations):
9362 * textmodes/sgml-mode.el (sgml):
9363 * textmodes/texinfo.el (texinfo):
9364 Add :link (custom-group-link font-lock-faces) to defgroup.
9365
9366 * hi-lock.el (hi-lock): Rename this defgroup from
9367 `hi-lock-interactive-text-highlighting'. Change parent group from
9368 `faces' to `font-lock'. Add link to the manual.
9369 (hi-lock-mode, hi-lock-file-patterns-range)
9370 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9371 `hi-lock-interactive-text-highlighting' to `hi-lock'.
9372 (hi-lock-faces): Add :group `faces'.
9373
9374 * cus-edit.el (custom-variable-prompt): Clarify the code.
9375
9376 * faces.el (face-read-string): Set the default value arg of
9377 completing-read.
9378
9379 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
9380
9381 * rfn-eshadow.el (file-name-shadow-properties)
9382 (file-name-shadow-tty-properties, file-name-shadow-mode):
9383 Remove autoloads, because the file is now preloaded.
9384
9385 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9386
9387 * printing.el (easy-menu-intern): Don't define.
9388 (pr-get-symbol): Use easy-menu-intern only if defined.
9389
9390 * simple.el (blink-matching-open): Simplify a bit.
9391 (completion-setup-function): Fix the case of partial-completion-mode
9392 when the minibuffer's contents start with "-".
9393 Obey completion-base-size-function even when
9394 minibuffer-completing-file-name is non-nil.
9395
9396 2005-11-16 Richard M. Stallman <rms@gnu.org>
9397
9398 * net/eudcb-ph.el (eudc-ph-open-session):
9399 Use set-process-query-on-exit-flag.
9400
9401 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9402
9403 * international/ucs-tables.el (ucs-set-table-for-input):
9404 Use make-local-variable, not make-variable-buffer-local.
9405
9406 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9407 Improve warning message text.
9408
9409 * savehist.el (savehist-save-hook): Add :group.
9410
9411 * menu-bar.el (menu-bar-help-menu):
9412 Rename Find Extra Packages to External Packages.
9413
9414 * cus-edit.el (Custom-reset-standard): Verify that
9415 :custom-standard-value prop exists before calling it.
9416
9417 * apropos.el (apropos-calc-scores): Use apropos-pattern.
9418
9419 2005-11-16 Martin Rudalics <rudalics@gmx.at>
9420
9421 * wid-edit.el (color): Enclose %t in %{...%}.
9422
9423 * cus-edit.el (face): Enclose %t in %{...%}.
9424
9425 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
9426
9427 * savehist.el (savehist-mode-hook): Re-add the var.
9428 (savehist-mode): Use it.
9429
9430 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9431
9432 * textmodes/flyspell.el: Fix commenting convention.
9433 Remove unnecessary leading * in custom docstrings.
9434 (flyspell-emacs): Remove unused var.
9435 (flyspell-delete-region-overlays): Use remove-overlays.
9436 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9437 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9438 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9439 (flyspell-debug-signal-word-checked): Use with-current-buffer.
9440 (make-flyspell-overlay): Don't locally reuse a global name.
9441 (flyspell-highlight-incorrect-region)
9442 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9443 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9444 (flyspell-notify-misspell): Remove unused args `start' and `end'.
9445 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
9446 Wrap calls to accept-process-output inside with-local-quit since it's
9447 often called from a post-command-hook.
9448 (flyspell-correct-word, flyspell-auto-correct-word):
9449 Use ispell-send-string.
9450 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
9451
9452 * calendar/diary-lib.el (diary-list-entries): Also hide the
9453 terminating newline.
9454
9455 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
9456
9457 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9458 window-system, to allow fonts on tty.
9459
9460 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
9461
9462 * progmodes/gud.el (gud-speedbar-item-info): New function.
9463 (gud-install-speedbar-variables): Use it to display data type
9464 of watch expression as a tooltip in speedbar.
9465
9466 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
9467
9468 * font-core.el (global-font-lock-mode): Add :version keyword,
9469 because default was changed.
9470
9471 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9472
9473 * startup.el (command-line): Use `custom-reevaluate-setting' for
9474 `file-name-shadow-mode'.
9475
9476 * loadup.el: Preload rfn-eshadow.
9477
9478 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9479 Add :version keyword.
9480 (file-name-shadow-properties, file-name-shadow-tty-properties)
9481 (file-name-shadow): Add :version keyword.
9482
9483 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9484 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9485 in the custom-group property of the symbol frames and the fringe
9486 group got no link to its parent group frames.
9487 Doc fix.
9488
9489 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9490
9491 * progmodes/gud.el (gud-stop-subjob): New function.
9492 (gud-menu-map, gud-tool-bar-map): Use it.
9493
9494 2005-11-16 Kim F. Storm <storm@cua.dk>
9495
9496 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9497 than kill it.
9498 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
9499 to a more useful/logical place.
9500
9501 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9502
9503 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9504 go buttons complementary.
9505
9506 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9509 (rfn-eshadow-sifn-equal): New function.
9510 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9511
9512 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
9513
9514 * viper-utils.el (viper-non-word-characters-reformed-vi):
9515 Quote `-' in string.
9516
9517 * viper.el (viper-emacs-state-mode-list): Ensure that
9518 rcirc-mode buffers come up in Emacs state.
9519
9520 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9521 operation.
9522
9523 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9524
9525 * term.el (term-termcap-format): Fix typos.
9526 (term-down): Fix the negative argument case.
9527
9528 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9529
9530 * progmodes/gdb-ui.el: Remove face-alias left over from change on
9531 2005-08-15.
9532 (gdb-ann3): New command gud-go.
9533 (menu): Accomodate gdb-mi.el.
9534 (gdb-assembler-custom): Make buffer of selected window current
9535 so that set-window-point works.
9536
9537 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9538 buttons and include new ones.
9539
9540 2005-11-16 Kim F. Storm <storm@cua.dk>
9541
9542 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9543 (gud-menu-map): Use it.
9544
9545 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
9546
9547 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9548 that works correctly for Custom and that does not override a user
9549 who disables it.
9550
9551 * help-mode.el (help-make-xrefs, help-xref-on-pp)
9552 (help-xref-interned, help-follow): Make hyperlinks for variables
9553 that are unbound, but have a non-nil variable-documentation property.
9554
9555 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9556 mode hook. (It conflicted with defcustoms for some mode hooks.)
9557 Use the `variable-documentation' property to give the mode hook a
9558 docstring and expand that docstring.
9559
9560 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
9561
9562 * savehist.el (savehist-mode): Don't bother with
9563 `custom-set-minor-mode'.
9564 (savehist-coding-system): Check XEmacs version.
9565 (history-length): Declare also at run time.
9566 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
9567 Don't set the customize state.
9568 (savehist-minibuffer-hook): Special case for when
9569 minibuffer-history-variable is equal to t.
9570
9571 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 * files.el (write-file): Refresh VC status.
9574
9575 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9576 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9577 than fundamental-mode to see if the mode was set.
9578
9579 2005-11-14 Romain Francoise <romain@orebokech.com>
9580
9581 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9582 dummy function in `eval-when-compile' to avoid compiler warning.
9583 Require `man' at compile time.
9584
9585 2005-11-14 Jay Belanger <belanger@truman.edu>
9586
9587 * calc-alg.el (calcFunc-write-out-power): Rename it to
9588 calcFunc-powerexpand.
9589 (math-write-out-power): Rename it to math-powerexpand; have it
9590 handle negative exponents.
9591 (calc-writeoutpower): Rename it to calc-powerexpand.
9592
9593 * calc-ext.el: Change calcFunc-writeoutpower and
9594 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9595 autoloads.
9596 Add calcFunc-ldiv to autoloads.
9597
9598 * calc-arith.el (calcFunc-ldiv): New function.
9599
9600 * calc.el (calc-left-divide): New function.
9601
9602 2005-11-14 Juri Linkov <juri@jurta.org>
9603
9604 * cus-edit.el (custom-variable-prompt): Set the default value arg
9605 of completing-read.
9606
9607 * cus-dep.el (custom-make-dependencies): Reverse the list of
9608 found dependencies.
9609
9610 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9611
9612 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9613 Highlighting" entry, it is on by default now.
9614 (menu-bar-options-save): Do not save global-font-lock-mode.
9615
9616 2005-11-13 Richard M. Stallman <rms@gnu.org>
9617
9618 * textmodes/flyspell.el (flyspell-large-region):
9619 Call flyspell-accept-buffer-local-defs.
9620
9621 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
9622
9623 * textmodes/flyspell.el (flyspell-notify-misspell):
9624 Fix misspelling of "Misspelling".
9625 (flyspell-process-localwords): New function.
9626 (flyspell-large-region): Call flyspell-process-localwords and
9627 flyspell-delete-region-overlays.
9628 (flyspell-delete-region-overlays): New function.
9629 (flyspell-delete-all-overlays): Call that.
9630
9631 2005-11-13 Richard M. Stallman <rms@gnu.org>
9632
9633 * help.el (help-for-help-internal): Improve doc of C-h a.
9634 (describe-key): Improve prompt; doc fix.
9635
9636 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9637
9638 * vc-svn.el (vc-svn-registered): Catch all errors.
9639
9640 * cus-dep.el (custom-make-dependencies): Typo.
9641
9642 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
9643
9644 * net/tramp-util.el (top): Fix compilation warning.
9645
9646 2005-11-13 Kim F. Storm <storm@cua.dk>
9647
9648 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
9649
9650 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9651
9652 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9653 (gud-speedbar-buttons): Match on "const char *" too.
9654
9655 * progmodes/gdb-ui.el (gdb-var-create-handler)
9656 (gdb-var-list-children-handler): Match on "const char *" too.
9657 (gdb-var-evaluate-expression-handler): Match on empty string.
9658 (gdb-var-update-handler): Only call
9659 gdb-var-evaluate-expression-handler when required.
9660
9661 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9662
9663 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
9664 selected window. This still doesn't work for speedbar.
9665 (gud-speedbar-buttons): Handle string expressions properly.
9666
9667 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9668 (gdb-var-create-handler): Handle string expressions properly.
9669 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
9670 Handle string expressions properly. Move "type" field into regexp.
9671
9672 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9673
9674 * bookmark.el (bookmark-maybe-message): New function to reduce
9675 code duplication: invokes `message' iff baud-rate is high enough.
9676 (bookmark-write-file): Use above instead of an inline conditional.
9677 (bookmark-load): Same.
9678
9679 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9680
9681 * bookmark.el (bookmark-write-file): Don't visit the destination
9682 file, just write the data to it using write-region. This is
9683 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
9684 change to avoid visiting the file in the first place.
9685
9686 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
9687
9688 * hi-lock.el (hi-lock-mode): Set the default value of
9689 font-lock-defaults.
9690
9691 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
9692
9693 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
9694 arg to `file-attributes'.
9695 (find-lisp-format): The UID and GID can now be strings.
9696
9697 2005-11-12 Kim F. Storm <storm@cua.dk>
9698
9699 * help.el (help-map): Bind C-h d to apropos-documentation.
9700
9701 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
9702 when point is at end-of-buffer.
9703
9704 * apropos.el (apropos-match-face): Doc fix.
9705 (apropos-sort-by-scores): Add new choice `verbose'.
9706 (apropos-documentation-sort-by-scores): New defcustom.
9707 (apropos-pattern): Now contains the pattern entered by the user.
9708 (apropos-pattern-quoted): New defvar.
9709 (apropos-regexp): New defvar, containing the regexp corresponding
9710 to apropos-pattern.
9711 (apropos-all-words-regexp): Rename from apropos-all-regexp.
9712 (apropos-read-pattern): New defun. Use it to read pattern arg in
9713 interactive calls; returns list of words for a word list, and
9714 string for a regexp.
9715 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
9716 parses a list of words or regexp as returned by apropos-read-pattern.
9717 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
9718 (apropos-score-doc): Return a very high score if the string
9719 entered by the user matches literally.
9720 (apropos-variable): Doc fix. Use apropos-read-pattern.
9721 (apropos-command): Doc fix. Use apropos-read-pattern and
9722 apropos-parse-pattern. Call apropos-print with nosubst=t.
9723 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
9724 apropos-parse-pattern.
9725 (apropos-documentation): Doc fix. Use apropos-read-pattern and
9726 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
9727 apropos-documentation-sort-by-scores. Call apropos-print with
9728 nosubst=t.
9729 (apropos-documentation-internal): Pass doc string through
9730 substitute-key-definition before adding text properties.
9731 Highlight substring matching literal user input if possible.
9732 (apropos-documentation-check-doc-file): Remove locals beg and end.
9733 Fix calculation of score (as added twice). Pass doc string through
9734 substitute-key-definition before adding text properties.
9735 (apropos-documentation-check-elc-file): Pass doc string through
9736 substitute-key-definition before adding text properties.
9737 Highlight substring matching literal user input if possible.
9738 (apropos-print): Add new arg NOSUBST; if set, command and variable
9739 doc strings have already been passed through substitute-key-definition.
9740 Add code to handle apropos-accumulator items without score element
9741 for backwards compatibility (e.g. with woman package).
9742 Only show scores if apropos-sort-by-scores is `verbose'.
9743
9744 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
9747 Add jka-compr-load-suffixes to load-suffixes.
9748
9749 * jka-compr.el: Require jka-cmpr-hook.
9750 (jka-compr-info-compress-message, jka-compr-info-compress-program)
9751 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
9752 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
9753 (jka-compr-info-can-append, jka-compr-info-strip-extension)
9754 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
9755 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
9756 (jka-compr-uninstall): Remove entries from
9757 jka-compr-added-to-file-coding-system-alist after they are used.
9758 (jka-compr-error): Remove unused var `curbuf'.
9759 (jka-compr-file-local-copy): Remove unused var `notfound'.
9760
9761 2005-11-10 Romain Francoise <romain@orebokech.com>
9762
9763 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
9764
9765 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
9766
9767 * progmodes/gud.el (gud-menu-map): Move parentheses.
9768 (gdb): New command gud-pv.
9769
9770 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9771
9772 * tar-mode.el: Remove spurious or unnecessary leading stars
9773 in docstrings.
9774 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
9775 (tar-parse-octal-integer-safe): Use mapc.
9776 (tar-header-block-summarize): Remove unused var `ck'.
9777 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
9778 cleared before. Obey default-enable-multibyte-characters.
9779 Use mapconcat. Simplify setting of tar-header-offset.
9780 (tar-mode-map): Move initialization inside delcaration.
9781 (tar-flag-deleted): Use `abs'.
9782 (tar-expunge-internal): Remove unused var `line'.
9783 (tar-expunge-internal): Don't hardcode point-min==1.
9784 (tar-expunge): Widen while doing set-buffer-multibyte.
9785 (tar-rename-entry): Use file-name-coding-system.
9786 (tar-alter-one-field): Don't hardcode point-min==1.
9787 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
9788 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
9789
9790 2005-11-10 Masatake YAMATO <jet@gyve.org>
9791
9792 * add-log.el (add-log-current-defun): Handle class::method
9793 notation of c++. Fix incorrect comment.
9794
9795 2005-11-10 Alan Mackenzie <acm@muc.de>
9796
9797 * help-fns.el (describe-variable): Make C-h v work when a variable
9798 has variable documentation yet is unbound.
9799
9800 2005-11-10 Masatake YAMATO <jet@gyve.org>
9801
9802 * man.el (Man-highlight-references): Set an empty
9803 string to `Man-arguments' if it is nil.
9804 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
9805
9806 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9807
9808 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
9809 commenting conventions.
9810
9811 * cus-dep.el (custom-make-dependencies): Simplify.
9812 Better follow the commenting conventions.
9813
9814 2005-11-09 Richard M. Stallman <rms@gnu.org>
9815
9816 * apropos.el (apropos-pattern): Rename from apropos-regexp.
9817 (apropos-orig-pattern): Rename from apropos-orig-regexp.
9818 All uses changed.
9819 (apropos-rewrite-regexp): Doc fix.
9820 (apropos-variable, apropos-command, apropos, apropos-value):
9821 Change prompt; carry through the argument renaming.
9822
9823 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
9824
9825 * find-lisp.el: Require dired.
9826 (find-lisp-find-dired-internal): Do not call
9827 `abbreviate-file-name' on DIR.
9828
9829 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
9830
9831 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
9832
9833 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
9834
9835 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
9836 when using the speedbar.
9837 (gdb): New command gud-pp.
9838 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
9839
9840 2005-11-09 Juri Linkov <juri@jurta.org>
9841
9842 * replace.el (occur-excluded-properties): New defcustom.
9843 (occur-1, occur-engine, occur-accumulate-lines): Use it.
9844
9845 2005-11-08 Jay Belanger <belanger@truman.edu>
9846
9847 * calc/calc-units.el (math-convert-units): Replace any composite
9848 unit by its definition.
9849
9850 2005-11-08 Lars Hansen <larsh@soem.dk>
9851
9852 * emacs-lisp/autoload.el (update-directory-autoloads):
9853 Add obsolete function alias.
9854
9855 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
9856
9857 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9858 comment-indent-function.
9859 (lisp-comment-indent): Replace by an alias for comment-indent-default.
9860
9861 * reveal.el (reveal-post-command): Rework the handling of
9862 reveal-open-spots, so as to be more reliable. There were several
9863 tricky corner cases where an open spot might be lost, or where
9864 a closed spot might end up on the list of open spots.
9865 Only reveal text that's ellipsised.
9866
9867 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
9868
9869 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
9870
9871 2005-11-07 John Paul Wallington <jpw@gnu.org>
9872
9873 * ibuffer.el (ibuffer): Search iconified frames too when
9874 getting Ibuffer buffer's window.
9875
9876 2005-11-06 Richard M. Stallman <rms@gnu.org>
9877
9878 * progmodes/compile.el (compilation-internal-error-properties):
9879 save-excursion around the computation of MARKER.
9880
9881 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
9882
9883 * textmodes/flyspell.el (flyspell-external-point-words):
9884 flyspell-get-word returns a list, not just a string.
9885
9886 2005-11-06 John Paul Wallington <jpw@pobox.com>
9887
9888 * ibuffer.el (ibuffer): Search all visible frames when getting
9889 Ibuffer buffer's window.
9890
9891 2005-11-07 Masatake YAMATO <jet@gyve.org>
9892
9893 * man.el (Man-reference-regexp): Accept spaces between
9894 `Man-name-regexp' and `Man-section-regexp'.
9895 (Man-apropos-regexp): New variable.
9896 (Man-abstract-xref-man-page): Use value for `Man-target-string'
9897 if available.
9898 (Man-highlight-references, Man-highlight-references0):
9899 Handle the case when `Man-arguments' includes "-k".
9900 (Man-highlight-references0): Rename the argument `TARGET-POS' to
9901 `TARGET'. `TARGET' can be a number, function or nil.
9902
9903 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
9904
9905 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
9906 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
9907 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
9908 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
9909 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
9910 (gdb-send-item): Use buffer-local-value and simplify.
9911
9912 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
9913
9914 * startup.el (command-line): Use `custom-reevaluate-setting' for
9915 `global-font-lock-mode'.
9916
9917 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
9918 by default, except in batch mode or when the -D option is given.
9919
9920 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
9921 specified keyword args on to `define-minor-mode'. Update docstring.
9922
9923 2005-11-05 Romain Francoise <romain@orebokech.com>
9924
9925 * replace.el (occur-engine): Add marker at end of line, too.
9926
9927 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9928
9929 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9930 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9931 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9932 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9933 argument to all these routines, so the passphrase can be managed
9934 externally and passed in to the system.
9935 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9936 pgg-add-passphrase-to-cache function.
9937
9938 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9939 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9940 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9941 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9942 argument to all these routines, so the passphrase can be managed
9943 externally and passed in to the system.
9944 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9945 function.
9946
9947 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9948
9949 * font-lock.el: Don't deal with font-lock-face-attributes here,
9950 move the code ...
9951
9952 * startup.el (command-line): ... here. Use face-spec-set instead
9953 of custom-declare-face.
9954
9955 * faces.el (face-spec-set): Reset the face if spec is not nil.
9956
9957 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * newcomment.el (comment-region-internal): Box more tightly in the
9960 common case where there's no TAB in the boxed text.
9961
9962 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9963
9964 * info.el (info-tool-bar-map): Use images prev-node, next-node and
9965 up-node.
9966
9967 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9968
9969 * newsticker.el: Commentary updated. Code formatting changed.
9970 (newsticker-version): Change to "1.9".
9971 (newsticker, newsticker-feed): Doc fix.
9972 (newsticker-url-list): Doc fix. Add option "Weekly".
9973 (newsticker-retrieval-interval): Add option "Weekly".
9974 (newsticker-headline-processing): Doc fix.
9975 (newsticker-auto-mark-filter): Remove.
9976 (newsticker-auto-mark-filter-list): New.
9977 (newsticker-layout, newsticker-sort-method): Doc fix.
9978 (newsticker-hide-old-items-in-newsticker-buffer)
9979 (newsticker-heading-format, newsticker-item-format)
9980 (newsticker-desc-format): Doc fix.
9981 (newsticker-show-all-rss-elements): Remove.
9982 (newsticker-show-all-news-elements): New.
9983 (newsticker-faces, newsticker-ticker): Doc fix.
9984 (remove-from-invisibility-spec): Code formatting.
9985 (newsticker--process-ids): New.
9986 (newsticker-mode): Doc fix.
9987 (newsticker-mode): Change mode-line-format.
9988 (newsticker-start): Remove debug output.
9989 (newsticker-start-ticker): Doc fix. Add autoload cookie.
9990 (newsticker-w3m-show-inline-images): Code formatting.
9991 (newsticker-next-item): Call `force-mode-line-update'.
9992 (newsticker-previous-item): Call `force-mode-line-update'.
9993 (newsticker-next-feed): Call `force-mode-line-update'.
9994 (newsticker-previous-feed): Call `force-mode-line-update'.
9995 (newsticker-mark-all-items-at-point-as-read): Code formatting.
9996 (newsticker-show-old-items): Do not show descs.
9997 (newsticker-hide-entry): Hide too much.
9998 (newsticker-hide-entry, newsticker-show-entry)
9999 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10000 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10001 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10002 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10003 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10004 (newsticker-get-news): Call `force-mode-line-update'.
10005 Collect process ids.
10006 (newsticker--sentinel): Change coding system handling.
10007 Move image retrieval to new functions newsticker--get-logo-url-*.
10008 Move feed parsing to new functions newsticker--parse-*.
10009 Update list of process ids.
10010 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10011 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10012 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10013 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10014 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10015 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10016 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10017 (newsticker--decode-coding-string): Remove.
10018 (newsticker--decode-numeric-entities): Check input. Format code.
10019 (newsticker--remove-whitespace): Check input.
10020 (newsticker--do-forget-preformatted): Doc fix.
10021 (newsticker--decode-rfc822-date): Allow for missing time.
10022 (newsticker--update-process-ids): New.
10023 (newsticker--image-sentinel): Change comment.
10024 (newsticker--image-read): Change error message.
10025 (newsticker--imenu-goto): Doc fix. Show headline title.
10026 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10027 (newsticker--buffer-do-insert-text): Clean whitespace in
10028 html-rendered headline title. Code formatting.
10029 Call `newsticker--buffer-print-extra-elements'.
10030 (newsticker--buffer-print-extra-element): Remove.
10031 (newsticker--buffer-print-extra-elements): New.
10032 (newsticker--buffer-do-print-extra-element): New.
10033 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10034 large sizes.
10035 (newsticker--run-auto-mark-filter)
10036 (newsticker--do-run-auto-mark-filter):
10037 Use `newsticker-auto-mark-filter-list'.
10038
10039 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10040
10041 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10042 (rcirc-print): Force redisplay before running hooks. Do long
10043 buffer truncation after making new text read-only. Deal with nil
10044 text when decoding strings. If TARGET is nil, use either the
10045 currently selected buffer, if it is an rcirc buffer and of the
10046 same process or the process buffer.
10047 (rcirc-mode): Remove header-line. Recompute short buffer names.
10048 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10049 (rcirc-short-buffer-name): Add variable.
10050 (rcirc-kill-buffer-hook): Recompute short buffer names.
10051 Remove nick from private channel.
10052 (rcirc-send-input): Send command text to current-buffer.
10053 Don't clear overlay arrow here.
10054 (rcirc-short-buffer-name): Return a short buffer name.
10055 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10056 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10057 buffer-name abbreviations.
10058 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10059 Do not touch nick-table when killing a parted channel.
10060 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10061 Clear arrow from current buffer if it is now hidden.
10062 (rcirc-current-buffer): Add variable.
10063 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10064 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10065 Remove -face from names.
10066 (rcirc-update-activity-string): Print "DND" when globally ignoring
10067 activity.
10068 (rcirc-ignore-buffer-activity-flag): Rename from
10069 rcirc-ignore-channel-activity.
10070 (rcirc-ignore-all-activity-flag): Doc fix.
10071 (rcirc-channels): Remove variable.
10072 (rcirc-kill-buffer-hook):
10073 (rcirc-get-buffer-create): Add nick to private channel.
10074 (rcirc-multiline-edit-submit): Remove tabs.
10075 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10076 folded.
10077 (rcirc-remove-nick-channel): Bug fix.
10078 (rcirc-toggle-ignore-buffer-activity): Rename from
10079 rcirc-toggle-ignore-channel-activity.
10080 (rcirc-record-activity): Add buffers to the front of the list.
10081 (rcirc-update-activity): Remove killed buffers from list.
10082 (rcirc-process-server-response-1): Remove last argument if it is
10083 null before calling handler.
10084 (rcirc): Add "rcirc" defcustom prefix.
10085 (rcirc-prompt): Simplify default prompt.
10086 Use custom-initialize-default.
10087 (rcirc-private-chats): Remove variable.
10088 (rcirc-prompt): Change initialization.
10089 (rcirc-version): Remove function.
10090 (rcirc-id-string): Add constant.
10091 (rcirc-last-buffer): Remove variable.
10092 (rcirc-buffer-alist): Add variable.
10093 (rcirc-connect): Update variable setup.
10094 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10095 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10096 default.
10097 (rcirc-handler-generic): Trigger activity.
10098 (rcirc-send-message): Create the buffor of the target.
10099 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10100 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10101 (rcirc-multiline-edit-cancel): Remove function.
10102 (rcirc-set-last-buffer): Remove function.
10103 (rcirc-get-any-buffer): Add function.
10104 (rcirc-join-channels): Don't print /join text.
10105 (rcirc-toggle-ignore-channel-activity): Add and update echo area
10106 messages.
10107 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10108 (rcirc-handler-NOTICE): Recognize CTCP responses.
10109 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10110 constructing TOPIC string for buffers we are not JOINed.
10111 (rcirc-handler-CTCP-response): Add handler.
10112 (rcirc-multiline-edit-submit): Restore the window-configuration
10113 before adjusting point.
10114 (rcirc): Add customization group.
10115 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10116 (rcirc-user-full-name, rcirc-startup-channels-alist)
10117 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10118 (rcirc-ignore-all-activity-flag, rcirc-time-format)
10119 (rcirc-input-ring-size, rcirc-read-only-flag)
10120 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10121 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10122 Change defvar to defcustom.
10123 (rcirc-update-prompt): Add optional ALL arg, which will update
10124 prompts in all rcirc buffers. Regexp quote replacement text.
10125 (rcirc-fill-column): Accept frame-width as a value.
10126 (rcirc-set-changed): Add function.
10127 (rcirc-next-active-buffer): Write more meaningful messages.
10128 (rcirc-faces): Add customization group.
10129 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10130 (rcirc-nick-in-message-face, rcirc-prompt-face)
10131 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10132 (with-rcirc-process-buffer): Move before first usage.
10133 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10134 (rcirc-debug-flag): Rename from `rcirc-log-p'.
10135 (rcirc-debug): Rename from `rcirc-log'.
10136 (rcirc-format-response-string): Do not print `-' chars for a
10137 NOTICE with no sender. Simplify output of server responses.
10138
10139 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10140
10141 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10142 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10143 Make urls mouse and RET clickable.
10144
10145 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10146
10147 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10148
10149 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10150
10151 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10152 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10153 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10154 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10155 argument to all these routines, so the passphrase can be managed
10156 externally and passed in to the system.
10157 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10158 pgg-add-passphrase-to-cache function.
10159
10160 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10161 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10162 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10163 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10164 argument to all these routines, so the passphrase can be managed
10165 externally and passed in to the system.
10166 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10167 function.
10168
10169 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10170
10171 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10172 from goto-address-url-regexp.
10173
10174 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10175
10176 * textmodes/org.el (org-read-date, org-goto-calendar)
10177 (org-recenter-calendar, org-agenda-goto-calendar):
10178 Temporarily clear `calendar-move-hook'.
10179
10180 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10181
10182 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10183 merging.
10184
10185 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10186 have merge clashes.
10187
10188 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10189
10190 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10191 Undo previous change.
10192
10193 * startup.el (command-line): Use `custom-reevaluate-setting' for
10194 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10195 tty-register-default-colors on Mac.
10196
10197 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10198
10199 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10200 (gdb-buffer-type): Make it automatically buffer local...
10201 (gdb-get-create-buffer): ...and set it accordingly.
10202 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10203 actually work.
10204
10205 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10206
10207 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10208 not red.
10209
10210 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10211
10212 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10213 case GUD buffer is not visible.
10214 (gdb-goto-breakpoint): Try to force display in source buffer.
10215 (gdb-frame-gdb-buffer): Copy other similar functions.
10216 (gdb-restore-windows): Don't display source if not asked for.
10217 (gdb-assembler-buffer-name): Don't capitalise.
10218
10219 2005-11-03 Richard M. Stallman <rms@gnu.org>
10220
10221 * wid-edit.el (key-sequence): New widget type.
10222
10223 * simple.el (set-mark-command-repeat-pop): New variable.
10224 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10225 if set-mark-command-repeat-pop is true.
10226
10227 * info.el (Info-fontify-node): Don't display extra "see" if there
10228 already is one here.
10229
10230 * mouse.el: Fix special handling of DEL after dragging a region:
10231 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10232 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10233
10234 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10235
10236 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10237 not to assume it pertains to an affix.
10238
10239 * textmodes/flyspell.el (flyspell-post-command-hook):
10240 Bind deactivate-mark to prevent deactivation.
10241
10242 2005-11-03 Lars Hansen <larsh@soem.dk>
10243
10244 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10245 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10246 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10247
10248 2005-11-03 Romain Francoise <romain@orebokech.com>
10249
10250 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10251 Update copyright years.
10252
10253 2005-11-03 Sam Steingold <sds@gnu.org>
10254
10255 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10256 Use system-type instead of window-system because window-system is not
10257 correctly defined during loadup.
10258
10259 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10260
10261 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10262 (xml-parse-tag): Join strings separated by a comment properly.
10263
10264 2005-11-02 Andreas Schwab <schwab@suse.de>
10265
10266 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10267
10268 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10269
10270 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10271 (byte-optimize-pure-func): Quote the eval'd value.
10272
10273 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10274 Rename from perl-font-lock-syntactic-face-function.
10275 Change the calling convention so it can be used as a font-lock MATCHER.
10276 Do the parse-partial-sexp loop outselves.
10277 (perl-font-lock-syntactic-keywords): Use it.
10278 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10279
10280 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10281
10282 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10283 disassembly buffer too.
10284 (gdb-exited): Remove overlay arrows when execution has finished.
10285 (gdb-info-frames-custom, gdb-info-threads-custom)
10286 (gdb-info-registers-custom): Don't add inappropriate text
10287 properties if inferior is not active.
10288
10289 2005-11-02 Glenn Morris <rgm@gnu.org>
10290
10291 * progmodes/fortran.el (fortran-blink-match):
10292 Use `blink-matching-delay'.
10293
10294 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10295
10296 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10297
10298 2005-11-02 Lars Hansen <larsh@soem.dk>
10299
10300 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10301 "Permission denied".
10302
10303 2005-11-01 Richard M. Stallman <rms@gnu.org>
10304
10305 * textmodes/flyspell.el (flyspell-external-point-words):
10306 Pass nil to flyspell-get-word.
10307
10308 2005-11-02 Kim F. Storm <storm@cua.dk>
10309
10310 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10311 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10312
10313 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10316 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10317 (calendar-mouse-print-dates): Add optional `event' argument.
10318 Update interactive-spec.
10319 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10320 Use `calendar-event-to-date' instead of `event'.
10321
10322 2005-11-02 Masatake YAMATO <jet@gyve.org>
10323
10324 * progmodes/ld-script.el (ld-script-builtins):
10325 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10326 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10327 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10328
10329 2005-11-01 Romain Francoise <romain@orebokech.com>
10330
10331 * vc-sccs.el: Update copyright year.
10332 * ezimage.el: Likewise.
10333
10334 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
10335
10336 * info.el (Info-fontify-node): Use `string-width' for fontifying
10337 underlined titles.
10338
10339 2005-11-01 Juri Linkov <juri@jurta.org>
10340
10341 * info.el (Info-fontify-node): Downcase node header keywords Node,
10342 Prev, Next, Up before comparison.
10343 (Info-history): Insert absolute directory name, and put invisible
10344 property on it.
10345
10346 2005-11-01 Juri Linkov <juri@jurta.org>
10347
10348 * info.el (Info-file-supports-index-cookies): New variable.
10349 (Info-find-node-2): Check makeinfo version for index cookie support.
10350 (Info-index-nodes): Search for nodes with index cookies only when
10351 Info-file-supports-index-cookies is t. Otherwise, search nodes
10352 with "Index" in the node name.
10353 (Info-index-node): Search index cookie in the current node only when
10354 Info-file-supports-index-cookies is t. Otherwise, check the word
10355 "Index" in the node name.
10356 (Info-find-emacs-command-nodes): Remove code that searches nodes
10357 with "Index" node name in the top menu.
10358
10359 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10360
10361 * progmodes/scheme.el (scheme-mode-variables): Use the default
10362 comment-indent-function.
10363
10364 * faces.el (face-attribute): Handle the case where a face inherits from
10365 a non-existent face.
10366
10367 * simple.el (eval-expression-print-format): Use lisp-readable syntax
10368 for octal and hexa output, and merge the char into the paren.
10369 (kill-new): Use push.
10370 (copy-to-buffer): Use with-current-buffer.
10371 (completion-setup-function): Move code in loop to remove redundancy.
10372 (minibuffer-local-must-match-map): Don't add bindings that duplicate
10373 those inherited from minibuffer-local-completion-map.
10374
10375 * savehist.el (savehist-mode) <defcustom>:
10376 Use custom-set-minor-mode if available.
10377 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10378 and emit a message if applicable.
10379
10380 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
10381
10382 * savehist.el: Sync up to version 19.
10383 (savehist-mode): New minor mode.
10384 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10385 (savehist-length): Remove (use history-length instead).
10386 (savehist-file-modes): Rename from savehist-modes.
10387 (savehist-save-hook, savehist-loaded): New vars.
10388 (savehist-load): Use savehist-mode. Try to smooth up transition from
10389 old format to new format.
10390 (savehist-install): Allow savehist-autosave-interval to be nil.
10391 (savehist-save): Run the new hook. Be more careful to only trim the
10392 history variables.
10393 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
10394 (savehist-printable): Print into a buffer rather than char-by-char.
10395
10396 2005-11-01 John Wiegley <johnw@newartisans.com>
10397
10398 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10399 toggle-ignore keybinding (C-a). The author said it had been
10400 disabled much earlier due to a possible incompatibility, but after
10401 many months of usage I have encountered no problems (and it is a
10402 rather useful option, especially for switching to " *temp*").
10403
10404 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10405 support for OS/X's AddressBook, by calling out to the open source
10406 program "contacts" (installable through Fink).
10407
10408 * net/eudc.el (eudc-expand-inline): If the
10409 `eudc-multiple-match-handling-method' is set to `all', delete the
10410 query string before inserting the query result.
10411
10412 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10413 flag, to prevent Eshell from using the system ls when
10414 `eshell-ls-insert-directory' is in used.
10415 (eshell-ls-insert-directory): Disable font-lock in directory
10416 buffer so that Eshell's own fontification is seen. This broke
10417 recently due to changes in font-lock, so this goes back to version
10418 21 behavior.
10419
10420 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
10421
10422 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10423 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10424 (gdb-many-windows): Doc fix.
10425
10426 2005-10-31 Romain Francoise <romain@orebokech.com>
10427
10428 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10429
10430 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10431
10432 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10433 that global-font-lock-mode can be enabled by default.
10434
10435 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10436 (font-lock-add-keywords, font-lock-remove-keywords)
10437 (font-lock-fontify-buffer): Remove autoload cookies.
10438
10439 * jit-lock.el (jit-lock-register): Likewise.
10440
10441 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10442
10443 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10444
10445 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10446 intact if there is no gud-comint-buffer.
10447
10448 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
10449
10450 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10451 old prompt comint-prompt-read-only is t and GDB commands are
10452 issued from tool bar etc.
10453
10454 2005-10-31 Masatake YAMATO <jet@gyve.org>
10455
10456 * vc.el (vc-directory-exclusion-list): Add "{arch}".
10457
10458 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10459
10460 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10461 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10462
10463 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
10464
10465 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10466 starting at beginning of line. Fontification is messed up when
10467 `open-paren-in-column-0-is-defun-start' set to t.
10468 Reported by John Paul Wallington <jpw@pobox.com>.
10469
10470 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
10471
10472 * comint.el (comint-send-input): Call `comint-update-fence' when
10473 `comint-process-echoes' and `comint-prompt-read-only' are both
10474 non-nil, to avoid leftover read-only newline.
10475
10476 2005-10-30 Richard M. Stallman <rms@gnu.org>
10477
10478 * textmodes/flyspell.el (flyspell-external-point-words):
10479 Detect when WORD can't be checked properly because
10480 flyspell-get-word finds just part of it, and move on.
10481
10482 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10483 boundarychar for Polish.
10484 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10485 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10486
10487 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10488
10489 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10490 (gdb-registers-font-lock-keywords): Delete.
10491 (gdb-registers-mode): Don't fontify.
10492 (gdb-info-registers-custom): Use text properties instead as, in
10493 future, changed register values will use font-lock-warning-face.
10494 (gdb-local-font-lock-keywords): Rename to...
10495 (gdb-locals-font-lock-keywords): ...for consistency.
10496
10497 2005-10-30 Andre Spiegel <spiegel@gnu.org>
10498
10499 * vc.el (vc-switch-backend): Better error message if the buffer is
10500 not visiting a file under version control.
10501
10502 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10503
10504 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
10505
10506 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10507 ~/.emacs.d/.emacs.
10508
10509 2005-10-29 Richard M. Stallman <rms@gnu.org>
10510
10511 * replace.el (occur-mode-mouse-goto): Always go to other window.
10512 (occur-mode-goto-occurrence): Always switch in same window.
10513
10514 * simple.el (undo): Display message at end, not at start.
10515
10516 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10517 New arg REUSE-CELL.
10518 (cancel-timer-internal): New function.
10519 (timer-event-handler): Use cancel-timer-internal,
10520 and pass the cell it returns to timer-activate...
10521
10522 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10523 (jit-lock-deferred-fontify, jit-lock-context-fontify)
10524 (jit-lock-after-change): Test memory-full.
10525
10526 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10527
10528 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10529 part of the decoded armor to find the key-identifier.
10530 (pgg-gpg-lookup-key-owner): New function to return the
10531 human-readable identifier of a key owner.
10532 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10533 key itself.
10534 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10535 the key value) if we have a key and can match it against a secret
10536 key. Also, added a note pointing out fact that the prompt only
10537 indicates the first matching key.
10538
10539 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10540 pgg-decrypt-region.
10541 (pgg-pending-timers): A new hash for tracking the passphrase cache
10542 timers, so that new ones supercede old ones.
10543 (pgg-add-passphrase-to-cache): Rename from
10544 `pgg-add-passphrase-cache' to reduce confusion (all callers
10545 changed). Modified to cancel old timers when new ones are added.
10546 (pgg-remove-passphrase-from-cache): Rename from
10547 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10548 changed). Modified to cancel old timers when their keys are
10549 removed from the cache.
10550 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10551 XEmacs, an indirection to delete-itimer.
10552 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10553 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10554 users can only check cache without risk of prompting. Correct bug in
10555 notruncate behavior.
10556 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10557 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10558 Add informative docstrings.
10559 (pgg-decrypt): Convey provided passphrase in subordinate call to
10560 pgg-decrypt-region.
10561
10562 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10563 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10564 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10565 `passphrase' argument, so the passphrase can be managed externally
10566 and then passed in to the system.
10567
10568 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10569 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10570 so the passphrase cache can be used reliably with identifiers
10571 besides a pgp packet's key id.
10572
10573 * pgg-gpg.el (pgg-pgp-encrypt-region)
10574 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10575 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10576 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10577 argument to all these routines, so the passphrase can be managed
10578 externally and passed in to the system.
10579
10580 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10581 `notruncate' argument, so the passphrase cache can be used
10582 reliably with identifiers besides a pgp packet's key id.
10583
10584 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10585
10586 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10587 symmetric encryption.
10588 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10589 encrypted session key.
10590 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10591 message ask for the passphrase in a proper way.
10592
10593 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10594 New user commands for symmetric encryption.
10595
10596 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
10597
10598 * textmodes/conf-mode.el (conf-assignment-sign)
10599 (conf-assignment-regexp): Fix docstrings.
10600 (conf-mode-initialize): New function.
10601 (conf-mode): Remove optional args. Use delay-mode-hooks to
10602 recognize recursive calls.
10603 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10604 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10605 (conf-xdefaults-mode): Use define-derived-mode and
10606 conf-mode-initialize.
10607
10608 2005-10-29 Romain Francoise <romain@orebokech.com>
10609
10610 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10611
10612 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10613
10614 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10615 part of the decoded armor to find the key-identifier.
10616 (pgg-gpg-lookup-key-owner): New function to return the
10617 human-readable identifier of a key owner.
10618 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10619 key itself.
10620 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10621 the key value) if we have a key and can match it against a secret
10622 key. Also, added a note pointing out fact that the prompt only
10623 indicates the first matching key.
10624
10625 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10626 pgg-decrypt-region.
10627 (pgg-pending-timers): A new hash for tracking the passphrase cache
10628 timers, so that new ones supercede old ones.
10629 (pgg-add-passphrase-to-cache): Rename from
10630 `pgg-add-passphrase-cache' to reduce confusion (all callers
10631 changed). Modified to cancel old timers when new ones are added.
10632 (pgg-remove-passphrase-from-cache): Rename from
10633 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10634 changed). Modified to cancel old timers when their keys are
10635 removed from the cache.
10636 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10637 XEmacs, an indirection to delete-itimer.
10638 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10639 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10640 users can only check cache without risk of prompting. Correct bug in
10641 notruncate behavior.
10642 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10643 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10644 Add informative docstrings.
10645 (pgg-decrypt): Convey provided passphrase in subordinate call to
10646 pgg-decrypt-region.
10647
10648 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
10649
10650 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10651 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10652 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10653 `passphrase' argument, so the passphrase can be managed externally
10654 and then passed in to the system.
10655
10656 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10657 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10658 so the passphrase cache can be used reliably with identifiers
10659 besides a pgp packet's key id.
10660
10661 * pgg-gpg.el (pgg-pgp-encrypt-region)
10662 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10663 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10664 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10665 argument to all these routines, so the passphrase can be managed
10666 externally and passed in to the system.
10667
10668 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10669 `notruncate' argument, so the passphrase cache can be used
10670 reliably with identifiers besides a pgp packet's key id.
10671
10672 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10673
10674 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10675 symmetric encryption.
10676 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10677 encrypted session key.
10678 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10679 message ask for the passphrase in a proper way.
10680
10681 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10682 New user commands for symmetric encryption.
10683
10684 2005-10-28 Bill Wohler <wohler@newt.com>
10685
10686 * help-mode.el (help-url): New button type. Calls browse-url.
10687 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
10688 Similar to Info nodes: URL `url'.
10689 (help-make-xrefs): Create help-url buttons for
10690 help-xref-url-regexp matches.
10691
10692 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
10693
10694 * tool-bar.el (tool-bar-add-item-from-menu)
10695 (tool-bar-local-item-from-menu): Fix doc strings.
10696
10697 2005-10-28 Romain Francoise <romain@orebokech.com>
10698
10699 * ldefs-boot.el: Update.
10700
10701 * subr.el (locate-library): Move from help-fns.el.
10702 * help-fns.el (locate-library): Move to subr.el.
10703
10704 2005-10-28 Richard M. Stallman <rms@gnu.org>
10705
10706 * net/tramp.el (tramp-completion-mode): defvar moved up.
10707
10708 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
10709
10710 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
10711
10712 * files.el (find-file-noselect): Use %d to format large file size.
10713
10714 * bindings.el (mode-line-format): Add %e.
10715
10716 * loadup.el ("facemenu"): Load unconditionally.
10717 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
10718 ("x-dnd"): Load, when appropriate.
10719
10720 * startup.el (command-line): Call before-init-hook earlier.
10721 Warn about some bad characters in -u user name.
10722
10723 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
10724 (flyspell-external-point-words): Error if misspelled word is not found.
10725 Set flyspell-large-region-beg at end of word.
10726
10727 2005-10-28 Andreas Schwab <schwab@suse.de>
10728
10729 * view.el (View-revert-buffer-scroll-page-forward):
10730 Use view-page-size-default.
10731
10732 2005-10-28 Juri Linkov <juri@jurta.org>
10733
10734 * international/quail.el (quail-get-current-str): Translate last
10735 raw character for deterministic input methods.
10736
10737 2005-10-27 Jay Belanger <belanger@truman.edu>
10738
10739 * calc/calc-ext.el: Add functions to autoloads.
10740 (math-identity-matrix-p, math-ident-row-p): New functions.
10741
10742 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
10743 multiplication by an identity matrix; don't turn multiplication by
10744 an inverse matrix into division.
10745 (math-div-symbol-fancy): Replace division by matrices with
10746 multiplication by inverse.
10747
10748 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
10749
10750 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
10751 (calc-writeoutpower): New functions.
10752
10753 2005-10-27 Romain Francoise <romain@orebokech.com>
10754
10755 * replace.el (occur-engine): Include colon in mouse-face highlight.
10756
10757 * dired-x.el: Change Maintainer field.
10758
10759 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
10760
10761 * longlines.el (longlines-mode): Bind after-change-functions to
10762 nil during initial decoding and final encoding.
10763
10764 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10765
10766 * term.el (term-emulate-terminal, term-handle-colors-array)
10767 (term-handle-ansi-escape): Specify the terminfo capabilities
10768 implemented.
10769
10770 2005-10-26 Richard M. Stallman <rms@gnu.org>
10771
10772 * info.el (Info-fontify-node): Fix detection of sentence-break
10773 before *Note.
10774
10775 2005-10-26 Romain Francoise <romain@orebokech.com>
10776
10777 * smerge-mode.el: Add `tools' to file keywords.
10778
10779 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
10780
10781 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
10782 when the fringe is not available.
10783
10784 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
10785 (def-gdb-auto-update-trigger): Simplify construction.
10786 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
10787 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
10788 defined explicitly.
10789 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
10790 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
10791 defined explicitly.
10792 (gdb-info-locals-custom): Remove as it's a no-op.
10793
10794 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
10795
10796 * longlines.el (longlines-mode): Remove narrowing before
10797 performing the initial decoding or final encoding.
10798
10799 2005-10-25 Romain Francoise <romain@orebokech.com>
10800
10801 * emacs-lisp/find-func.el (find-library-name): Also strip
10802 extension if library name ends in .el, to take advantage of
10803 `find-library-suffixes'.
10804
10805 2005-10-25 Richard M. Stallman <rms@gnu.org>
10806
10807 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
10808
10809 2005-10-25 Juri Linkov <juri@jurta.org>
10810
10811 * textmodes/texinfo.el (texinfo-mode): Change charset of one
10812 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
10813
10814 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
10817 (blackbox-redefine-key): Add argument `map'.
10818
10819 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
10820 regions when moving the jit-lock-context-unfontify-pos boundary.
10821
10822 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10823
10824 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
10825
10826 2005-10-25 Masatake YAMATO <jet@gyve.org>
10827
10828 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
10829
10830 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
10831
10832 * play/blackbox.el (blackbox-redefine-key): New function.
10833 (blackbox-mode-map): Use it to remap existing bindings for cursor
10834 motion instead of binding literal keys.
10835
10836 2005-10-25 Glenn Morris <rgm@gnu.org>
10837
10838 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
10839 diary does not end in a newline. Do not assume a blank line at
10840 the start of the diary file.
10841
10842 2005-10-25 Kenichi Handa <handa@m17n.org>
10843
10844 * international/quail.el (quail-translate-key): If the input
10845 method is deterministic and failed to handle the last key, restart
10846 the key handling loop from an appropriate key.
10847
10848 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
10849
10850 * vc.el (vc-dired-mode): Extend comment for binding of
10851 `directory-listing-before-filename-regexp'.
10852
10853 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10854
10855 * textmodes/texinfo.el (texinfo-mode):
10856 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
10857 not to unnecessarily expose emacs-mule's internal char codes.
10858
10859 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
10860
10861 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
10862 Display hand pointer and help-echo on disabled icon too.
10863 (gdb-mouse-until): New function.
10864 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
10865
10866 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
10867
10868 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
10869 with 2005-10-23 change to doctor.el.
10870
10871 * finder.el (finder-mode-map): Add follow-link binding.
10872
10873 2005-10-25 Kim F. Storm <storm@cua.dk>
10874
10875 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
10876 to gdb-mouse-toggle-breakpoint-fringe.
10877 (gdb-mouse-toggle-breakpoint-margin): Rename from
10878 gdb-mouse-toggle-breakpoint. Fix doc.
10879 (gdb-mouse-toggle-breakpoint-fringe): New defun.
10880 (gdb-put-string): Add optional SPROPS arg. Add props to string.
10881 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
10882 string properties also for fringe breakpoint bitmaps.
10883
10884 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
10885
10886 * textmodes/org.el (org-start-icalendar-file): Fix format form.
10887
10888 2005-10-25 Masatake YAMATO <jet@gyve.org>
10889
10890 * simple.el (completion-common-substring):
10891 Use `completion-common-substring' prior to `completion-base-size'.
10892
10893 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
10894
10895 * savehist.el: Require CL while compiling.
10896 (savehist-history-variables): Remove.
10897 (savehist-save-minibuffer-history, savehist-additional-variables)
10898 (savehist-minibuffer-history-variables): New vars.
10899 (savehist-save): Use them.
10900 (savehist-uninstall, savehist-minibuffer-hook): New funs.
10901 (savehist-install): New fun, extracted from savehist-load.
10902 (savehist-load): Use them.
10903
10904 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10905
10906 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
10907 a dummy doc-string-elt property.
10908 (defalias, defvaralias, define-category): Add a docstring property.
10909
10910 * image.el (defimage):
10911 * widget.el (define-widget):
10912 * custom.el (defface, defcustom): Add `doc-string' declaration.
10913
10914 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
10915 (defadvice): Add `doc-string' declaration.
10916
10917 * emacs-lisp/byte-run.el (macro-declaration-function):
10918 Handle `doc-string' declarations.
10919 (define-obsolete-function-alias, define-obsolete-variable-alias):
10920 Add `doc-string' declaration.
10921
10922 2005-10-24 Kenichi Handa <handa@m17n.org>
10923
10924 * international/utf-7.el (utf-7): Add autoload cookie.
10925
10926 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
10927
10928 2005-10-24 Eli Zaretskii <eliz@gnu.org>
10929
10930 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
10931 list of directories passed to batch-update-autoloads. Add "." to
10932 the list of the echoed directories.
10933
10934 * pgg-def.el:
10935 * pgg-gpg.el:
10936 * pgg-parse.el:
10937 * pgg-pgp.el:
10938 * pgg-pgp5.el:
10939 * pgg.el: Moved here from the gnus subdirectory.
10940
10941 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
10942
10943 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
10944 in case comint-prompt-read-only is set to t.
10945
10946 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
10947 in case comint-prompt-read-only is set to t.
10948
10949 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
10950
10951 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
10952 Now a string.
10953 (icalendar-import-format): Handle CLASS, STATUS, URL.
10954 Rename `subject' to `summary'.
10955 (icalendar-import-format-summary): Rename from
10956 `icalendar-import-format-subject'.
10957 (icalendar-import-format-url, icalendar-import-format-status)
10958 (icalendar-import-format-class): New variables.
10959 (icalendar--rris): Take variable argument list.
10960 (icalendar--datestring-to-isodate): Remove unnecessary
10961 calendar-style check when converting dates with explicit month names.
10962 (icalendar-export-region): Change return type of conversion
10963 subroutines. Bury current buffer unless error occurred.
10964 (icalendar--convert-to-ical)
10965 (icalendar--parse-summary-and-rest): New functions.
10966 (icalendar--convert-ordinary-to-ical)
10967 (icalendar--convert-weekly-to-ical)
10968 (icalendar--convert-yearly-to-ical)
10969 (icalendar--convert-block-to-ical)
10970 (icalendar--convert-cyclic-to-ical)
10971 (icalendar--convert-anniversary-to-ical): Change return type.
10972 Strip trailing blanks from subject.
10973 (icalendar--convert-sexp-to-ical): Change return type.
10974 Strip trailing blanks from subject. Handle simple sexp
10975 entries as generated by icalendar.el.
10976 (icalendar--convert-float-to-ical)
10977 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
10978 (icalendar-import-file): Doc fix.
10979 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
10980 Correct call to icalendar--rris.
10981 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
10982 `summary'.
10983 (icalendar--add-diary-entry): Rename `subject' to `summary'.
10984
10985 2005-10-24 Romain Francoise <romain@orebokech.com>
10986
10987 * server.el (server-sentinel): Set query-on-exit flag to nil on
10988 new client processes (it isn't inherited from the server process).
10989
10990 * replace.el (occur-engine): Rearrange text properties.
10991
10992 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10993
10994 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
10995 case-fold-search is nil.
10996 (debug-help-follow): Use help-xref-interned directly.
10997
10998 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10999
11000 * thumbs.el (thumbs-image-type): Add .pbm.
11001
11002 2005-10-23 Richard M. Stallman <rms@gnu.org>
11003
11004 * faces.el (inhibit-face-set-after-frame-default): New variable.
11005 (set-face-attribute): Bind it.
11006 (face-set-after-frame-default): Test it.
11007
11008 * help-fns.el (describe-simplify-lib-file-name): New function.
11009 (describe-function-1, describe-variable): Use it.
11010
11011 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11012
11013 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11014 Eliminate nil as possible value.
11015 (tooltip-hide-delay): Reduce internal-border-width.
11016
11017 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11018 (menu-bar-file-menu) <new-file>: Likewise.
11019
11020 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11021
11022 * international/mule.el (load-with-code-conversion):
11023 Pass full file name to `eval-buffer' unless preloading.
11024
11025 * textmodes/flyspell.el (flyspell-large-region):
11026 Call ispell-check-version.
11027
11028 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11029 Fix the make-variable-buffer-local call that was supposed
11030 to be for this variable.
11031 (ispell-aspell-supports-utf8): Doc fix.
11032 (ispell-find-aspell-dictionaries): Preserve elements of
11033 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11034 (ispell-aspell-find-dictionary): Return nil on error.
11035
11036 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11037 (doctor-symptoms): Likewise.
11038
11039 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11040
11041 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11042
11043 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11044 (custom-raised-buttons): Add :set spec.
11045 (custom-button-unraised, custom-button-pressed-unraised):
11046 New faces, so that custom-raised-buttons actually does something.
11047 (custom-mode): Use custom-button and custom-button-pressed.
11048
11049 * wid-edit.el (widget-specify-button): Don't ignore
11050 widget-mouse-face on graphic terminals.
11051 (widget-move-and-invoke): Cleanup.
11052
11053 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11054
11055 * whitespace.el (whitespace-cleanup): Doc fix.
11056
11057 2005-10-23 Romain Francoise <romain@orebokech.com>
11058
11059 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11060 `eval-after-load' to avoid evaluating their result.
11061
11062 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11063
11064 * files.el (directory-listing-before-filename-regexp):
11065 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11066
11067 * dired.el (dired-move-to-filename-regexp): Remove.
11068 All occurences replaced by `directory-listing-before-filename-regexp'.
11069
11070 * dired-x.el, locate.el, vc.el:
11071 Replace `dired-move-to-filename-regexp' by
11072 `directory-listing-before-filename-regexp'. In vc.el it is
11073 overwritten locally; maybe this can be handled in files.el too.
11074
11075 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11076 replaced by `directory-listing-before-filename-regexp'.
11077
11078 2005-10-23 Andreas Schwab <schwab@suse.de>
11079
11080 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11081 and eval-next-after-load.
11082
11083 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11084
11085 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11086 exist, create it.
11087
11088 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11089
11090 * allout.el: Remove autoloads for mailcrypt and crypt++.
11091 Require pgg, pgg-gpg during compilation.
11092 (allout-version): Increment version number to 2.1, and use a literal
11093 rather than RCS Id.
11094 (allout-default-encryption-scheme): Remove.
11095 (allout-passphrase-verifier-handling)
11096 (allout-passphrase-verifier-string)
11097 (allout-file-passphrase-verifier-string)
11098 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11099 (allout-passphrase-hint-handling): Rename and simplify.
11100 (allout-init): Use `find-file-hook' if available, otherwise
11101 `find-file-hooks'.
11102 (allout-mode): Use `write-file-functions' if available, otherwise
11103 `local-write-file-hooks' and, instead of making auto-save-hook
11104 buffer local, make the write-file-hook activity contingent to
11105 allout-mode.
11106 (allout-mode): Use key-binding substitution in the docstring.
11107 (allout-kill-line): Spell-out kill ring data structure mutation
11108 instead of using byte-compiler-complaint-provoking `pop'.
11109 (allout-insert-listified): Use `insert' rather than `insert-string'
11110 (allout-toggle-current-subtree-encryption): Update docstring, adjust
11111 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11112 (allout-encrypt-string): Totally revamped vis new underlying
11113 encryption facilities.
11114 (allout-mc-activate-passwd): Remove.
11115 (allout-obtain-passphrase): New, more or less replaces
11116 allout-mc-activate-passwd.
11117 (allout-encrypted-key-info): More or less replaces
11118 allout-encrypted-text-type.
11119 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11120 (my-mark-marker): Use `(featurep 'xemacs)'.
11121
11122 2005-10-23 Lars Hansen <larsh@soem.dk>
11123
11124 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11125 (byte-compile-file-form-defmumble, byte-compile-defun)
11126 (byte-compile-defmacro): Use it.
11127 (byte-compile-form): Don't call byte-compile-set-symbol-position
11128 when a byte-compile handler is called.
11129
11130 2005-10-22 Romain Francoise <romain@orebokech.com>
11131
11132 * savehist.el (savehist-history-variables): Add `grep-find-history'.
11133
11134 * subr.el (eval-after-load): Convert library name to an absolute
11135 file name using locate-library, since load-history no longer has
11136 library names in it.
11137
11138 2005-10-22 Richard M. Stallman <rms@gnu.org>
11139
11140 * files.el (make-temp-file): Move from subr.el.
11141 * subr.el (make-temp-file): Move to files.el.
11142
11143 * window.el (get-buffer-window-list): Move from subr.el.
11144 * subr.el (get-buffer-window-list): Move to window.el.
11145
11146 * image.el (image-load-path): Use eval-at-startup to initialize.
11147
11148 * subr.el (eval-at-startup): New macro.
11149
11150 * subr.el: Much rearrangement of functions and division
11151 into pages. No code changes.
11152
11153 2005-10-22 Kenichi Handa <handa@m17n.org>
11154
11155 * tar-mode.el (tar-extract): Be sure to call
11156 find-operation-coding-system if set-auto-coding doesn't find a
11157 coding system.
11158
11159 2005-10-22 Kim F. Storm <storm@cua.dk>
11160
11161 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11162 Change users.
11163 (image-type-file-name-regexps): New defconst.
11164 (image-type-from-data): Simplify loop.
11165 (image-type-from-buffer): New defun.
11166 (image-type-from-file-header): Use it instead of image-type-from-data.
11167 Use image-search-load-path instead of only looking in data-directory.
11168 (image-type-from-file-name): New defun.
11169 (image-search-load-path): Change `pathname' to `filename'.
11170 Make PATH arg optional, default to image-load-path.
11171
11172 2005-10-21 Richard M. Stallman <rms@gnu.org>
11173
11174 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11175
11176 * textmodes/paragraphs.el (sentence-end-base): New variable.
11177 (sentence-end): Use sentence-end-base.
11178
11179 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11180
11181 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11182 property independently from the font-lock-multiline variable.
11183
11184 2005-10-21 Richard M. Stallman <rms@gnu.org>
11185
11186 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11187
11188 * startup.el (command-line): Convert library names
11189 in `load-history' to absolute file names.
11190
11191 * subr.el (symbol-file): Doc fix.
11192
11193 * loadhist.el (file-loadhist-lookup): Call locate-library
11194 instead of find-library-name. Don't try converting
11195 abs file names to library names, since load-history no longer
11196 has library names in it.
11197 (file-dependents, file-provides, file-requires): Doc fixes.
11198
11199 2005-10-21 Juri Linkov <juri@jurta.org>
11200
11201 * progmodes/etags.el (tags-table-mode): New function.
11202 (tags-verify-table): Replace initialize-new-tags-table with
11203 tags-table-mode.
11204
11205 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11206 default value.
11207 (desktop-modes-not-to-save): Add tags-table-mode to the
11208 default value.
11209
11210 * info.el (Info-index-next): Add total number of index
11211 alternatives to the message.
11212
11213 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11214 backward only space (instead of space and period) before looking
11215 at sentence end.
11216
11217 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11218 Add the old variable value as 4th default-value arg of read-string.
11219
11220 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11221
11222 * cus-face.el (custom-declare-face): Make face from X resources
11223 also on Mac.
11224
11225 * disp-table.el (standard-display-g1, standard-display-graphic):
11226 Refuse to use string glyphs also on Mac.
11227 (standard-display-european): Don't set terminal coding system also
11228 on Mac.
11229
11230 * frame.el (display-screens): Use x-display-screens also on Mac.
11231
11232 2005-10-21 Romain Francoise <romain@orebokech.com>
11233
11234 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11235
11236 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11237
11238 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11239 and $? into sexps.
11240
11241 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11242 warning face on open-paren-in-column-0.
11243
11244 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11245 boundary case. Fix typo.
11246 Suggested by Martin Rudalics <rudalics@gmx.at>.
11247
11248 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11249
11250 * textmodes/org.el (org-combined-agenda-icalendar-file)
11251 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11252 (org-export-icalendar-this-file)
11253 (org-export-icalendar-all-agenda-files)
11254 (org-export-icalendar-combine-agenda-files): New commands.
11255 (org-export-icalendar, org-print-icalendar-entries)
11256 (org-start-icalendar-file, org-finish-icalendar-file)
11257 (org-ical-ts-to-string): New functions.
11258 (org-read-date, org-goto-calendar)
11259 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11260 call to `calendar'.
11261 (orgtbl-setup): Remove the :keys arguments from the menu description.
11262 (org-after-save-iCalendar-file-hook): New variable.
11263
11264 2005-10-21 Kenichi Handa <handa@m17n.org>
11265
11266 * language/vietnamese.el (tcvn-5712): Make it an alias of
11267 vietnamese-tcvn coding-system.
11268
11269 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11270
11271 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11272 group id is given.
11273
11274 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11275
11276 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11277 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11278 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11279 whose line is either continued or ends with a comment.
11280
11281 2005-10-20 Romain Francoise <romain@orebokech.com>
11282
11283 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11284
11285 * replace.el (occur-engine): Add follow-link property.
11286
11287 * font-core.el (font-lock-mode): Doc fix.
11288
11289 2005-10-20 Richard M. Stallman <rms@gnu.org>
11290
11291 * net/rcirc.el: New file.
11292
11293 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11294
11295 * term.el (term-term-name): Initialize to "eterm-color".
11296
11297 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11298
11299 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11300 for encryption functionality.
11301 Move allout customization subgroup from `editing' to `outlines' group.
11302 Fix commentary keywords to legitimate ones.
11303 Update author info (using my current email address, obscurified).
11304 (allout-encrypt-string, allout-encryption-produce-work-buffer)
11305 (allout-encrypted-topic-p, allout-encrypted-text-type)
11306 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11307 (allout-situate-encryption-key-verifier)
11308 (allout-get-encryption-key-verifier, allout-verify-key)
11309 (allout-next-topic-pending-encryption)
11310 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11311 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11312 (outline-key-verifier-handling, outline-key-hint-handling)
11313 (outline-encrypt-unencrypted-on-saves): New defcustoms.
11314 (allout-file-key-verifier-string, allout-encryption-scheme)
11315 (allout-key-verifier-string, allout-key-hint-string)
11316 (allout-after-save-decrypt): New variables.
11317 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11318 (allout-after-saves-handler): New hook functions.
11319 (allout-post-command-business): Do allout-after-save-decrypt.
11320 (allout-enable-file-variable-adjustment): Custom var to enable
11321 mechanism for adding and adjusting settings of Emacs file variables.
11322 (allout-adjust-file-variable, allout-file-vars-section-data):
11323 New functions, implement the mechanism.
11324 (outlineify-sticky): Use the file vars mechanism.
11325 (allout-inhibit-protection, allout-during-write-cue)
11326 (allout-override-protect, allout-before-change-protect): Remove.
11327 (allout-flag-region, allout-open-topic): Adjust read-only text.
11328 (allout-open-line-not-read-only): Add to facilitate read-only
11329 text based protection.
11330 (allout-kill-line): Revise to adjust read-only text, clue the
11331 user about the inhibition.
11332 (allout-unprotected): Use unwind-protect.
11333 (allout-shift-in, allout-shift-out): Disallow manually shifting a
11334 topic deeper than the offspring depth of the previous topic -
11335 avoiding confusing "containment discontinuities".
11336 (allout-reindent-bodies): Fix retention of body relative hanging
11337 indent during promotion of collapsed bodies.
11338 (allout-open-topic): Make it easy to open new topic with same
11339 bullet as current topic - topic creation functions provided with
11340 any universal argument provokes now prompt for bullet, defaulting
11341 to the bullet of the previous topic.
11342 (allout-plain-bullets-string, allout-distinctive-bullets-string):
11343 Plain bullet alternates `.' period and `,' comma only. All other
11344 bullets are relegated to special status (but customizable).
11345 (allout-end-of-entry): Rename from allout-end-of-current-entry
11346 since it actually operates w.r.t. most immediately containing
11347 entry, visible or not.
11348 (allout-hide-current-entry, allout-show-current-entry): Use the
11349 revised version.
11350 (allout-old-expose-topic): Solidify deprecation.
11351 (allout-end-of-subtree): Add so we can span concealed as well
11352 as visible topics.
11353 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11354 (allout-end-of-current-heading): Tweak to just respect the first line.
11355 (allout-get-body-text): Add.
11356 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11357 when invoked interactively.
11358 (allout-up-current-level): Use `interactive-p'.
11359 (allout-mode, allout-init): Miscellaneous docstring and
11360 operational refinements, as well as hookups of new encryption stuff.
11361 (allout-beginning-of-current-entry): Now works as advertised.
11362 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11363 (allout-isearch-rectification): Refine condition for isearching.
11364 (allout-isearch-abort, allout-enwrap-isearch)
11365 (allout-flag-region, my-region-active-p): Relocate some macros.
11366 (allout-title): Fallback title is (buffer-name), not
11367 non-existing (current-buffer-name).
11368 (subst-char-in-string): Define if absent (for some XEmacs versions).
11369
11370 2005-10-20 Jari Aalto <jari.aalto@cante.net>
11371
11372 * mail/sendmail.el (mail-setup-hook, mail-aliases)
11373 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11374 (mail-citation-prefix-regexp, mail-signature-file)
11375 (mail-default-headers, mail-bury-selects-summary)
11376 (mail-send-nonascii): Add autoload cookies.
11377
11378 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11379
11380 * frame.el (blink-cursor-mode): Add `mac' to the list of
11381 window-system's that support blinking cursor.
11382
11383 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11384
11385 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11386
11387 2005-10-20 Eli Zaretskii <eliz@gnu.org>
11388
11389 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11390 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11391 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11392
11393 2005-10-20 Kim F. Storm <storm@cua.dk>
11394
11395 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11396 (ido-set-current-directory): Don't add / after final @.
11397 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11398 Explicitly handle ange-ftp completion oddities.
11399 (ido-make-file-list): Don't rotate list at tramp root to avoid
11400 triggering tramp file handler for expand-file-name via get-file-buffer.
11401
11402 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11403
11404 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11405
11406 2005-10-19 Jay Belanger <belanger@truman.edu>
11407
11408 * calc/calc-units.el (math-standard-units): Add units, adjust
11409 symbols and update values.
11410 (math-unit-prefixes): Add more prefixes.
11411
11412 2005-10-19 Romain Francoise <romain@orebokech.com>
11413
11414 * bookmark.el (bookmark-menu-heading): New face.
11415 (bookmark-bmenu-list): Use it.
11416 Don't fiddle with `baud-rate' at top-level.
11417
11418 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
11419
11420 * image.el (create-image, find-image): Mention max-image-size in
11421 docstring.
11422
11423 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * savehist.el (savehist-load): Revert to checking XEmacs.
11426
11427 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11428 Various docstring and line-width fixups.
11429 (conf-mode): Use cond.
11430 Set font-lock-defaults. Don't set comment-use-syntax.
11431
11432 2005-10-18 David Ponce <david@dponce.com>
11433
11434 * tree-widget.el (tree-widget-button-click): New function.
11435 (tree-widget-button-keymap): Use it.
11436
11437 2005-10-18 Romain Francoise <romain@orebokech.com>
11438
11439 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11440 (bookmark-bmenu-hide-filenames): Add follow-link property.
11441 Improve help-echo text.
11442
11443 * ffap.el (find-file-at-point): Doc fix.
11444
11445 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11446
11447 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11448
11449 2005-10-18 Masatake YAMATO <jet@gyve.org>
11450
11451 Install to the CVS repository what I forgot to install in my
11452 2005-10-16 changes.
11453
11454 * progmodes/python.el (python-complete-symbol): Pass the common
11455 prefix substring of completion to `display-completion-list'.
11456
11457 * textmodes/org.el (org-complete): Ditto.
11458
11459 2005-10-18 Masatake YAMATO <jet@gyve.org>
11460
11461 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11462
11463 * woman.el (WoMan-xref-man-page): New button type derived
11464 from `Man-abstract-xref-man-page'.
11465 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11466
11467 * man.el (Man-abstract-xref-man-page): New button type.
11468 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11469 (Man-highlight-references): Add new optional argument `xref-man-type'.
11470
11471 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11472
11473 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11474
11475 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11476
11477 * cus-edit.el (Custom-move-and-invoke): Delete.
11478 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11479
11480 * wid-edit.el (widget-move-and-invoke): New function, from
11481 Custom-move-and-invoke.
11482
11483 2005-10-17 Bill Wohler <wohler@newt.com>
11484
11485 Move all remaining images from lisp/toolbar to etc/images, move
11486 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
11487 the low resolution images in their own directory (low-color).
11488
11489 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11490 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11491 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11492 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11493 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11494 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11495 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11496
11497 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11498 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11499 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11500 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11501 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11502 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11503 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11504 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11505 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11506 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11507 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11508 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11509 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11510 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11511 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11512
11513 To conform with convention, replace the underscore (_) in the
11514 following image names with dash (-) or (/) as appropriate.
11515
11516 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11517 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11518 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11519 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11520 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11521 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11522 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11523 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11524 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11525 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11526 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11527 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11528 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11529 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11530 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11531
11532 * info.el (info-tool-bar-map): Replace underscores in image names
11533 with dashes.
11534
11535 * makefile.w32-in (WINS): Remove toolbar.
11536
11537 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11538
11539 * tool-bar.el: Move to lisp from toolbar. Now that
11540 toolbar is empty, it should be deleted when folks run "cvs up -P".
11541
11542 2005-10-18 Jay Belanger <belanger@truman.edu>
11543
11544 * calc/calc-store.el (calc-store-into): Get the proper variable name
11545 to display in message.
11546
11547 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11548
11549 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11550 expressions display in speedbar for all buffers when debugging.
11551 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11552
11553 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11554 (speedbar-insert-button, speedbar-make-button):
11555 Use add-text-properties.
11556 (speedbar-update-localized-contents)
11557 (speedbar-update-directory-contents)
11558 (speedbar-update-special-contents): Use dolist.
11559 (speedbar-buffer-easymenu-definition): Add a menu separator.
11560
11561 2005-10-17 Jason Rumney <jasonr@gnu.org>
11562
11563 * makefile.w32-in: Use $(lisp) consistently.
11564 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11565 for shell specific generation of mh-autoloads.
11566
11567 2005-10-17 Richard M. Stallman <rms@gnu.org>
11568
11569 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11570
11571 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11572
11573 * jit-lock.el (jit-lock-fontify-now):
11574 Move jit-lock-context-unfontify-pos to avoid wasted work.
11575
11576 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
11577
11578 * net/tramp.el (tramp-completion-mode): New defvar. Used in
11579 `tramp-completion-mode' for checking if we are in completion mode.
11580 (tramp-completion-handle-file-name-all-completions): Reorder code
11581 in order to complete for file names only in case there are no
11582 method/user/host completions. This is necessary for cooperation
11583 with ido. Reported by Kim F. Storm <storm@cua.dk>.
11584
11585 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
11586
11587 * longlines.el (longlines-search-forward)
11588 (longlines-search-backward): Match any number of spaces.
11589
11590 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
11591
11592 * diff-mode.el (diff-mode): Doc fix.
11593
11594 2005-10-16 David Reitter <david.reitter@gmail.com>
11595
11596 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11597 as default on darwin and windows systems.
11598
11599 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
11600
11601 * arc-mode.el (archive-zip-extract): Doc fix.
11602
11603 2005-10-16 Romain Francoise <romain@orebokech.com>
11604
11605 * mouse.el (mouse-1-click-follows-link): Doc fix.
11606
11607 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11608
11609 * savehist.el: Don't require CL at runtime.
11610 (savehist-xemacs): Remove.
11611 (savehist-coding-system): Use utf-8 if present, regardless of religion.
11612 (savehist-no-conversion): Use (featurep 'xemacs).
11613 (savehist-load): Check existence of start-itimer rather than XEmacs.
11614 Use an idle timer.
11615 (savehist-process-for-saving): Replace use of CL funs `subseq' and
11616 `delete-if-not'.
11617
11618 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
11619
11620 * savehist.el: Newer version.
11621 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
11622 (savehist-last-checksum, savehist-no-conversion): New vars.
11623 (savehist-autosave, savehist-process-for-saving, savehist-printable):
11624 New functions.
11625 (savehist-load, savehist-save): Use them.
11626 (savehist-delimit): Remove.
11627
11628 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11629
11630 * progmodes/compile.el (compilation-goto-locus): Display the
11631 compilation buffer first and the source buffer second, in case they're
11632 in overlapping frames. Don't raise the compilation frame if it was the
11633 selected window upon entry. Pass the `other-window' arg to
11634 pop-to-buffer.
11635
11636 * info.el (Info-fontify-node): Use dolist.
11637 Change add-text-properties to put-text-property.
11638
11639 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11640
11641 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
11642 bound of search.
11643
11644 2005-10-16 Masatake YAMATO <jet@gyve.org>
11645
11646 * dabbrev.el (dabbrev-completion): Pass the common
11647 prefix substring of completion to `display-completion-list'.
11648
11649 * filecache.el (file-cache-minibuffer-complete)
11650 (file-cache-complete): Ditto.
11651
11652 * tempo.el (tempo-display-completions): Ditto.
11653
11654 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
11655
11656 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
11657
11658 * eshell/em-hist.el (eshell-list-history): Ditto.
11659
11660 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
11661
11662 * mail/mailalias.el (mail-complete): Ditto.
11663
11664 * progmodes/etags.el (complete-tag): Ditto.
11665
11666 * progmodes/make-mode.el (makefile-complete): Ditto.
11667
11668 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
11669
11670 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
11671
11672 * progmodes/pascal.el (pascal-complete-word)
11673 (pascal-show-completions): Ditto.
11674
11675 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
11676
11677 * simple.el (completion-common-substring): New variable.
11678 (completion-setup-function): Use `completion-common-substring'
11679 to put faces.
11680
11681 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11682
11683 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
11684 (x-get-selection, mac-select-convert-to-string): Convert from/to
11685 UTF-16 clipboard data as in native byte order, no BOM.
11686
11687 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
11688
11689 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11690 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
11691 (gud-sentinel): Use speedbar-frame to check for speedbar.
11692
11693 2005-10-15 Richard M. Stallman <rms@gnu.org>
11694
11695 * savehist.el: New file.
11696
11697 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
11698
11699 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
11700 Fix bug in \bf fontification.
11701
11702 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11703
11704 * pcvs.el (cvs-edit-log-files): New var.
11705 (cvs-mode-edit-log): New arg `file'.
11706 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
11707 Instead force the use of the original file and nothing else.
11708 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
11709 the cvs-minor-wrap-function is set.
11710 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
11711
11712 2005-10-14 Bill Wohler <wohler@newt.com>
11713
11714 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
11715 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
11716 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
11717 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
11718 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
11719 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
11720 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
11721 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
11722 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
11723 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
11724 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
11725 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
11726 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
11727 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
11728 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
11729
11730 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11731 appropriately (for example, gud-break to gud/break).
11732
11733 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
11734
11735 * longlines.el (longlinges-search-function)
11736 (longlines-search-forward, longlines-search-backward): New functions.
11737 (longlines-mode): Set isearch-search-fun-function to
11738 longlinges-search-function.
11739
11740 * mouse.el (mouse-drag-region-1): Handle the case where a
11741 double-click event is bound to an arbitrary function.
11742
11743 2005-10-14 David Ponce <david@dponce.com>
11744
11745 * recentf.el (recentf-track-opened-file)
11746 (recentf-track-closed-file, recentf-update-menu)
11747 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
11748 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
11749 mouse-1-click-follows-link.
11750
11751 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11752
11753 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
11754 Gnome file-manager.png. Suggested by
11755 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
11756
11757 * toolbar/README: Add diropen.xpm.
11758
11759 2005-10-13 Bill Wohler <wohler@newt.com>
11760
11761 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
11762 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
11763
11764 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11765
11766 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11767 Don't waste the byte-compiler's time on constant data.
11768
11769 2005-10-13 Kenichi Handa <handa@m17n.org>
11770
11771 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
11772 byte with `escape-glyph' face.
11773
11774 * international/fontset.el (ccl-encode-unicode-font):
11775 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
11776 Handle the case that ucs-mule-to-mule-unicode translates a character to
11777 ASCII (usually for IPA characters).
11778
11779 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11780
11781 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
11782 Don't hide the underline of titles if font-lock-mode is disabled.
11783
11784 2005-10-12 Bill Wohler <wohler@newt.com>
11785
11786 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
11787 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11788 files in MH-E-SRC have been updated.
11789 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
11790
11791 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11792
11793 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
11794 (mixal-mode-syntax-table): Add \n as end-comment.
11795 (mixal-operation-codes-alist): Immediately initialize to full value.
11796 (mixal-add-operation-code): Remove.
11797 (mixal-describe-operation-code): Make the arg non-optional.
11798 Use the interactive spec instead.
11799 Use mixal-operation-codes-alist rather than mixal-operation-codes.
11800 (mixal-font-lock-keywords): Don't highlight comments here any more.
11801 (mixal-font-lock-syntactic-keywords): New var.
11802 (mixal-mode): Use it. Fix comment-start-skip.
11803
11804 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11805
11806 * startup.el (command-line-x-option-alist): -nb => -nbi
11807
11808 2005-10-12 Kim F. Storm <storm@cua.dk>
11809
11810 * startup.el (fancy-splash-default-action): Discard mouse click in
11811 the splash screen window, as it has no sensible meaning in the
11812 next window to be selected. Fixes error reported by Jan D.
11813
11814 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11815
11816 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
11817
11818 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11819
11820 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
11821 Try to fix up minor layout issues like indentation, line break, etc...
11822 (mixal-mode-syntax-table): Don't try to specify comment syntax,
11823 because it doesn't work.
11824 (mixal-operation-codes): Add some more codes.
11825 (mixal-font-lock-keywords): Process comments here.
11826 (mixal-mode): mixasm no longer needs -g option.
11827
11828 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
11829
11830 * progmodes/sh-script.el (sh-tmp-file):
11831 Use mktemp -t. Finish support for es and rc shells.
11832
11833 2005-10-11 Jay Belanger <belanger@truman.edu>
11834
11835 * calc/calcalg2.el (calc-integral): With an argument, compute the
11836 definite integral.
11837
11838 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
11839
11840 * mouse.el (mouse-drag-region-1): Don't try to catch a
11841 double-click when doing follow-link (it's overridden anyway).
11842
11843 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
11844
11845 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
11846 (autoload-print-form-outbuf): Add docstring.
11847
11848 2005-10-11 Juri Linkov <juri@jurta.org>
11849
11850 * info.el (Info-mode-menu): Delete menu item "Edit".
11851 (Info-mode): Delete description of Info-edit from docstring,
11852 and rearrange descriptions of Info commands in the order
11853 they are documented in the Info manual.
11854
11855 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11856
11857 * calendar/appt.el (appt-check): Use diary-selective-display var.
11858
11859 2005-10-10 Richard M. Stallman <rms@gnu.org>
11860
11861 * net/newsticker.el (newsticker-start, newsticker-show-news):
11862 Add autoload cookies.
11863
11864 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
11865
11866 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
11867
11868 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
11869
11870 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
11871
11872 2005-10-10 Jay Belanger <belanger@truman.edu>
11873
11874 * calc/calc-arith.el (math-check-known-scalarp)
11875 (math-check-known-matrixp): Check the values of arguments that are
11876 variables.
11877 (math-check-known-square-matrixp): New function.
11878 (math-known-square-matrixp): Use math-check-known-square-matrixp.
11879 (math-super-types): Add sqmatrix type.
11880
11881 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
11882 mode name `square' to `sqmatrix'.
11883
11884 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
11885 mode name `square' to `sqmatrix'.
11886
11887 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11888
11889 * progmodes/etags.el (select-tags-table-mode): Don't use
11890 selective-display.
11891 (tags-select-tags-table): Pass `button' to the action function.
11892 (select-tags-table): Place the side-info on button properties rather
11893 than in hidden text. Abbreviate file names.
11894 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
11895 (select-tags-table-select): Add `button' argument.
11896 Get side-info from the button property rather than from hidden text.
11897
11898 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
11899
11900 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
11901 (gud-speedbar-buttons): Preserve point if possible.
11902 (gud-sentinel): Restore previous speedbar display type.
11903
11904 * progmodes/gdb-ui.el (gdba): Improve diagram.
11905 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11906 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
11907 Call get-buffer-window once.
11908
11909 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11910
11911 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
11912 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
11913 (pascal-indent-command): Remove unused var `ind'.
11914 (pascal-indent-case): Remove unused var `oldpos'.
11915 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
11916 since it's now used as a proper minor mode map.
11917 (pascal-outline): Rename to pascal-outline-mode.
11918 (pascal-outline-mode): Use define-minor-mode.
11919 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
11920 selective-display.
11921
11922 2005-10-10 Andreas Schwab <schwab@suse.de>
11923
11924 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
11925 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
11926
11927 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
11928 outside source directory.
11929
11930 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
11931
11932 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
11933 C-x' as a prefix.
11934 (orgtbl-mode-map): Full keymap instead of sparse, because all
11935 `self-insert-command' keys are redefined in this map.
11936 (org-export-as-html): Specify charset for HTML file, by taking it
11937 from the coding system.
11938
11939 2005-10-10 Kenichi Handa <handa@m17n.org>
11940
11941 * textmodes/flyspell.el (flyspell-check-word-p):
11942 If unread-command-events is non-empty, don't call sit-for.
11943
11944 2005-10-09 Richard M. Stallman <rms@gnu.org>
11945
11946 * font-lock.el (font-lock-syntactic-keywords)
11947 (font-lock-keywords): Doc fixes.
11948
11949 * textmodes/flyspell.el (flyspell-external-point-words):
11950 Simplify logic, and don't try to check for consecutive appearances
11951 of one incorrect word.
11952
11953 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
11954
11955 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
11956 separator.
11957
11958 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
11959 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
11960 (gud-expansion-speedbar-buttons): New function.
11961 (gud-speedbar-buttons): Check for gud-comint-buffer.
11962
11963 2005-10-09 Bill Wohler <wohler@newt.com>
11964
11965 * Makefile.in (updates): Add mh-loaddefs dependency.
11966
11967 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
11968
11969 * speedbar.el (speedbar-file-key-map): Fix typo.
11970
11971 2005-10-09 Daniel Brockman <daniel@brockman.se>
11972
11973 * cus-start.el (line-spacing): Add custom spec.
11974
11975 2005-10-09 Romain Francoise <romain@orebokech.com>
11976
11977 * textmodes/ispell.el (ispell-check-version): Fix last change.
11978
11979 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11980
11981 * term/x-win.el: Remove -i, --icon-type from comment.
11982
11983 * startup.el (command-line-x-option-alist): Remove options -i,
11984 -itype, --icon-type, added -nb, --no-bitmap-icon
11985
11986 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
11987
11988 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
11989 instead of :active.
11990
11991 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
11992
11993 * textmodes/ispell.el (ispell-check-version):
11994 Ignore hyphen, and all that follows, in aspell's version text.
11995
11996 2005-10-08 Jay Belanger <belanger@truman.edu>
11997
11998 * calc/calc-arith.el (math-known-square-matrixp): New function.
11999 (math-pow-fancy): Check for matrices before distributing exponent
12000 across products.
12001
12002 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12003 fullscreen keypad. Suggested by Luc Teirlinck.
12004 (calc-keypad-show-input): Add space for formatting.
12005
12006 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12007 Add square matrix option.
12008
12009 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12010 of checking calc-matrix-mode when deciding how to expand.
12011
12012 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12013
12014 2005-10-08 Lars Hansen <larsh@soem.dk>
12015
12016 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12017 Add error handling.
12018 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12019
12020 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12021
12022 Sync with Tramp 2.0.51.
12023
12024 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12025 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12026 Insert special handling for `last-coding-system-used', again
12027 it still seems to be necessary (unlike stated before).
12028 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12029 (tramp-password-prompt-regexp): There might be other words before
12030 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12031 (tramp-chunksize): Improve docstring.
12032 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12033 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12034 Christian Joergensen <bugs@razor.dk>.
12035
12036 2005-10-07 Glenn Morris <rgm@gnu.org>
12037
12038 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12039 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12040 precision'.
12041
12042 2005-10-07 Romain Francoise <romain@orebokech.com>
12043
12044 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12045 (ibuffer-do-shell-command-pipe-replace)
12046 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12047 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12048 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12049 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12050 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12051 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12052 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12053 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12054 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12055 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12056 Autoload file sans suffix.
12057
12058 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12059
12060 2005-10-07 David Ponce <david@dponce.com>
12061
12062 * recentf.el (recentf-menu-open-all-flag): New option.
12063 (recentf-digit-shortcut-command-name): New function.
12064 (recentf--shortcuts-keymap): New variable.
12065 (recentf-menu-shortcuts): New variable.
12066 (recentf-make-menu-items): Initialize it. Replace the "More..."
12067 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12068 (recentf-menu-value-shortcut): New function.
12069 (recentf-make-menu-item): Use it. No more in-lined.
12070 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12071 (recentf-open-most-recent-file): Rename from
12072 `recentf-open-file-with-key'. Don't depend on key binding.
12073 (recentf-mode-map): New variable.
12074 (recentf-mode): Use it.
12075
12076 2005-10-06 Bill Wohler <wohler@newt.com>
12077
12078 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12079
12080 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12081 (MH-E-SRC): New. Used by mh-autoloads.
12082 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12083 files in MH-E-SRC have been updated.
12084 (compile, recompile, bootstrap): Depend on mh-autoloads.
12085
12086 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12087
12088 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12089 gud-break and gud-remove icons when the fringe is not available.
12090
12091 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12092 Typo.
12093
12094 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12095
12096 * play/zone.el (zone): Wrap body with save-window-excursion.
12097
12098 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12099
12100 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12101 Use the new `list-only' arg to diary-list-entries.
12102
12103 * calendar/diary-lib.el: Use overlays rather than selective-display.
12104 (diary-selective-display): New var.
12105 (diary-header-line-format): Use it.
12106 (diary-list-entries): Add argument `list-only'.
12107 Put the buffer in diary-mode. Don't add \^M at beg and end.
12108 Replace \^M by invisible overlays.
12109 (diary-unhide-everything): Replace \^M by invisible overlays.
12110 (print-diary-entries): Look for overlays rather than \^M.
12111 Add a space to the temp buffer name.
12112 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12113 Put the buffer in diary-mode.
12114 (list-sexp-diary-entries): Replace \^M by invisible overlays.
12115 (diary-anniversary): Make the year arg optional.
12116 (diary-time-regexp): New const.
12117 (diary-font-lock-keywords): Use it to accept a few more time formats.
12118
12119 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12120
12121 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
12122
12123 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12124 Fix bug introduced 2005-07-03: Use (car (last ...))
12125 to faithfully reproduce replaced artist-last.
12126 (artist-set-arrow-points-for-poly): Likewise.
12127 Suggested by Johan Bockg\e,Ae\e(Brd.
12128
12129 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
12130
12131 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12132 * wid-edit.el (widget):
12133 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12134 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12135
12136 2005-10-06 Kenichi Handa <handa@m17n.org>
12137
12138 * international/mule-cmds.el (set-language-environment):
12139 Fix setting up of case-table for unibyte mode.
12140
12141 * simple.el (what-cursor-position): If the character is displayed
12142 by some `display' text property, show that. Don't use
12143 single-key-description for eight-bit characters in multibyte mode.
12144
12145 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12146
12147 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12148 (gdb-ann3): Set it.
12149 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12150 (gdb-info-frames-custom): Use inverse-video for first five
12151 characters of selected frame only.
12152 (gdb-get-frame-number): Select frame even when point is on frame
12153 number.
12154
12155 2005-10-06 Masatake YAMATO <jet@gyve.org>
12156
12157 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12158 Put `font-lock-function-name-face'.
12159 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12160 and `font-lock-variable-name-face'
12161 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12162 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12163 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12164 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12165 (gdb-local-font-lock-keywords): New font lock keywords definition.
12166 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12167 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12168 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12169
12170 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12171
12172 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12173 (ediff-merge-region-is-non-clash-to-skip): Previously called
12174 ediff-merge-region-is-non-clash.
12175
12176 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12177 Use insert-buffer-substring.
12178
12179 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12180 selecting files to patch. Also bug fixes.
12181
12182 * ediff-util.el (ediff-setup): Bug fix.
12183 (ediff-next-difference): Never skip clashes that differ in white
12184 space only.
12185
12186 * ediff-wind.el (ediff-setup-control-frame)
12187 (ediff-destroy-control-frame): Check the menubar feature.
12188
12189 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12190 (viper-refresh-mode-line): Use make-local-variable to localize
12191 some vars instead of make-variable-buffer-local. Suggested by
12192 Stefan Monnier.
12193
12194 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12195 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12196 Use make-local-variable instead of make-variable-buffer-local.
12197 Suggested by Stefan Monnier.
12198
12199 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12200 (viper-comint-mode-hook): Use make-local-variable on
12201 require-final-newline.
12202 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12203
12204 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12205
12206 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12207 also the second char of a comment-start sequence.
12208 (scheme-sexp-comment-syntax-table): New var.
12209 (lambda, define): Set their scheme-doc-string-elt property.
12210 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12211 Use lisp-font-lock-syntactic-face-function now that it properly
12212 handles |...| symbols.
12213 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12214 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12215
12216 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12217 bit from # to |.
12218 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12219
12220 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12221 (lisp-doc-string-elt-property): New var.
12222 (lisp-font-lock-syntactic-face-function): Use it.
12223 Rewrite to recognize docstrings even for forms not at toplevel.
12224
12225 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12226 annotation on the | part of #| rather than on the # part.
12227 (scheme-font-lock-syntactic-face-function): New function, to
12228 distinguish strings from |...| symbols.
12229 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12230 syntax-table so that #|...|# is properly highlighted.
12231
12232 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12233 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12234
12235 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12236
12237 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12238 and C-e.
12239
12240 * emacs-lisp/eldoc.el: Move comments into docstrings.
12241 (eldoc-message-commands): Initialize in its declaration.
12242 Add move-beginning-of-line and move-end-of-line.
12243 (eldoc-add-command, eldoc-add-command-completions)
12244 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12245
12246 * outline.el (outline-mark-subtree): Activate the mark.
12247
12248 * calendar/appt.el (appt-time-regexp): New var.
12249 (appt-add, appt-make-list): Use it.
12250 (appt-convert-time): Clean up.
12251
12252 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12253 Don't set any syntax-table property here.
12254 (tex-font-lock-verb): New function. Do it here.
12255 (tex-font-lock-syntactic-keywords): Use it.
12256
12257 2005-10-04 Richard M. Stallman <rms@gnu.org>
12258
12259 * wid-edit.el (widget-file-complete): Get the widget start point
12260 the right way. Default directory to `/' if file has none.
12261
12262 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12263
12264 * textmodes/flyspell.el (flyspell-mode-on):
12265 Call ispell-maybe-find-aspell-dictionaries.
12266
12267 * textmodes/ispell.el (ispell-word, ispell-region):
12268 Call ispell-maybe-find-aspell-dictionaries.
12269 (ispell-accept-buffer-local-defs):
12270 Don't call ispell-maybe-find-aspell-dictionaries
12271
12272 2005-10-04 Richard M. Stallman <rms@gnu.org>
12273
12274 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12275
12276 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12277
12278 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12279 instead of `fboundp' in order to allow for anonymous functions.
12280
12281 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12282
12283 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12284 case the user clicks on the link while another window is selected.
12285 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12286
12287 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12288 functionality.
12289 (dframe-help-echo): Save point in case mouse tracking is off.
12290
12291 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12292
12293 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12294
12295 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12296
12297 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12298 not change the global value of those vars.
12299
12300 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12301 make-local-variable which we do not need any more.
12302
12303 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
12304
12305 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12306 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12307 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12308 (speedbar-path-line): Define obsolete aliases.
12309 (speedbar-line-directory): Doc fix.
12310
12311 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12312 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12313 instead of speedbar-line-path.
12314
12315 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12316
12317 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12318 to nil if dropping on a window. Handle dropping on a minibuffer window
12319 like dropping on a non-window part of Emacs.
12320
12321 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12322
12323 * net/ange-ftp.el: Use with-current-buffer.
12324 (ange-ftp-insert-directory): Do not follow symlinks any more.
12325
12326 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12327 Remove interactive spec.
12328
12329 2005-10-03 Kim F. Storm <storm@cua.dk>
12330
12331 * ido.el (ido-mode): Use custom-initialize-set.
12332
12333 2005-10-02 Richard M. Stallman <rms@gnu.org>
12334
12335 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12336 Use insert-buffer-substring.
12337
12338 * net/tramp.el: Pacify byte compiler warnings in pacification code.
12339 (tramp-handle-file-local-copy): Use insert-buffer-substring.
12340
12341 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12344 in last change.
12345 (ange-ftp-insert-directory): Fix up the search for the case where
12346 `file' is absolute.
12347
12348 2005-10-02 Romain Francoise <romain@orebokech.com>
12349
12350 * progmodes/compile.el (compile-goto-error): Delete extra paren.
12351
12352 2005-10-02 Andreas Schwab <schwab@suse.de>
12353
12354 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12355 directory component in the session info.
12356
12357 2005-10-01 Richard M. Stallman <rms@gnu.org>
12358
12359 * comint.el (comint-redirect-subvert-readonly): Doc fix.
12360
12361 * simple.el (next-error-internal): New function.
12362
12363 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12364 (compilation-start): Pass new arg to compilation-buffer-name.
12365 (compile-goto-error): Use next-error-internal.
12366
12367 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12368
12369 * speedbar.el: Remove RCS tag.
12370 (speedbar-check-read-only): Handle non-existent files.
12371
12372 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12373
12374 * info.el (Info-speedbar-hierarchy-buttons)
12375 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12376
12377 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12378
12379 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12380 Do not match newline.
12381 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12382 (bibtex-summary): Remove unnecessary save-excursion.
12383 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12384
12385 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12386
12387 * term/mac-win.el: Add charset info for "iso10646-1".
12388 Modify default fontset to use ATSUI-compatible fonts for some charsets
12389 if available.
12390
12391 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12392
12393 * speedbar.el: Re-apply arch tag.
12394 (speedbar-version): Rename to version 1.0. Suggested by Eric
12395 M. Ludlam.
12396 Reapply two changes from Emacs CVS' version of speedbar lost
12397 during the merge:
12398 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12399 (speedbar-frame-parameters): Improve customize type.
12400
12401 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12402
12403 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12404 (ange-ftp-file-directory-p): Fix the symlink case.
12405 (ange-ftp-insert-directory): When listing a single file, get a list of
12406 the parent buffer and extract the relevant line. Inspired from a patch
12407 by Katsumi Yamaoka <yamaoka@jpl.org>.
12408 (ange-ftp-file-name-sans-versions): Simplify.
12409
12410 2005-09-30 Bill Wohler <wohler@newt.com>
12411
12412 Move MH-E image files from toolbar and mail directories into
12413 etc/images.
12414
12415 * mail/reply2.*: Move to etc/images/mail/reply*.
12416
12417 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12418 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12419 etc/images.
12420
12421 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12422 * toolbar/reply*: Move to etc/images/mail.
12423
12424 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12425
12426 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
12427
12428 * speedbar.el: New version 1.0pre3.
12429
12430 Frame management code (including timer, and mouse click specifics)
12431 moved to dframe.el:
12432 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
12433 (speedbar-timer): Removed. Use dframe-timer.
12434 (speedbar-close-frame): Removed. Use dframe-close-frame.
12435 (speedbar-activity-change-focus-flag): Removed. Use
12436 dframe-activity-change-focus-flag.
12437 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
12438 dframe-update-speed.
12439
12440 (speedbar-current-frame): New macro. Use this instead of the
12441 variable speedbar-frame.
12442
12443 (speedbar-use-images, speedbar-expand-image-button-alist)
12444 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12445
12446 (speedbar-find-image-on-load-path): Removed. Replaced by
12447 defezimage in ezimage.el.
12448 (speedbar-expand-image-button-alist): Removed. Replaced by
12449 ezimage-expand-image-button-alist in ezimage.el.
12450
12451 (speedbar-ignored-directory-regexp)
12452 (speedbar-add-ignored-directory-regexp)
12453 (speedbar-ignored-directory-expressions)
12454 (speedbar-line-directory, speedbar-buffers-line-directory)
12455 (speedbar-directory-line, speedbar-buffers-line-directory):
12456 Renamed, replacing `path' with `directory'.
12457
12458 (speedbar-create-directory, speedbar-expand-line-descendants)
12459 (speedbar-toggle-line-expansion)
12460 (speedbar-contract-line-descendants): New commands.
12461
12462 (speedbar-query-confirmation-method, speedbar-select-frame-method)
12463 (speedbar-use-tool-tips-flag): New options.
12464
12465 (speedbar-check-read-only, speedbar-require-version)
12466 (speedbar-insert-separator, speedbar-buffers-tail-notes)
12467 (speedbar-handle-delete-frame, speedbar-try-completion)
12468 (speedbar-update-localized-contents): New functions.
12469
12470 (speedbar-incompatible-version, speedbar-ro-to-do-point)
12471 (speedbar-object-read-only-indicator): New variables.
12472
12473 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12474 New hooks.
12475
12476 (speedbar-separator-face): New face.
12477
12478 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12479 (speedbar-ignored-modes): Add fundamental-mode.
12480 (speedbar-directory-unshown-regexp): Add . directories.
12481
12482 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12483 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12484 `]' for full expand/close.
12485 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12486
12487 (speedbar-check-vc): Support hidden files.
12488 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12489 (speedbar-this-file-in-vc): Use vc-state if available. If VC
12490 state is nil, it is not checked out.
12491
12492 (speedbar-line-text, speedbar-line-token): Support expand buttons
12493 with no text.
12494 (speedbar-refresh): Universal argument acts as power-click.
12495 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12496 that buffer to get variable values.
12497
12498 And many other bugfixes.
12499
12500 * dframe.el, ezimage.el, sb-image.el: New files.
12501
12502 * sb-*.xpm: Remove files. New image files installed into
12503 etc/images/ezimage.
12504
12505 2005-09-30 Kenichi Handa <handa@m17n.org>
12506
12507 * ps-mule.el (ps-mule-show-warning): If a character is in
12508 ps-print-translation-table, don't treat it as non-printable.
12509
12510 2005-09-30 David Ponce <david@dponce.com>
12511
12512 * tree-widget.el (tree-widget-themes-load-path): New variable.
12513 (tree-widget-themes-directory): Doc fix.
12514 (tree-widget-image-formats) [Emacs]: Doc fix.
12515 (tree-widget--locate-sub-directory): New function.
12516 (tree-widget-themes-directory): Use it.
12517
12518 * recentf.el (recentf-filename-handlers): Rename from
12519 `recentf-filename-handler'. Allow a list of functions.
12520 (recentf-menu-items-for-commands): Fix :help strings.
12521 (recentf-apply-filename-handlers): New function.
12522 (recentf-expand-file-name): Use it.
12523 (recentf-cleanup): Remove duplicates too.
12524
12525 2005-09-29 Juri Linkov <juri@jurta.org>
12526
12527 * faces.el: Rearrange face definitions to be in the same order as
12528 their face descriptions in "(emacs)Standard Faces".
12529
12530 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12531
12532 * tooltip.el (tooltip): Add group `basic-faces'.
12533
12534 * buff-menu.el (Buffer-menu-buffer): Remove group
12535 `font-lock-highlighting-faces'.
12536
12537 * progmodes/compile.el (compilation-error, compilation-warning)
12538 (compilation-info, compilation-line-number, compilation-column-number):
12539 Change group from `font-lock-highlighting-faces' to `compilation'.
12540
12541 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12542 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12543 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12544 (vhdl-font-lock-reserved-words-face)
12545 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12546 `font-lock-highlighting-faces'.
12547
12548 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12549
12550 2005-09-28 Kim F. Storm <storm@cua.dk>
12551
12552 * emulation/cua-base.el: Set CUA move property on additional commands:
12553 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12554 forward-sexp, backward-sexp, forward-list, backward-list.
12555
12556 2005-09-28 Romain Francoise <romain@orebokech.com>
12557
12558 * comint.el (comint-show-output): Really set point at the
12559 beginning of the output when not using `comint-use-prompt-regexp'.
12560
12561 2005-09-27 Jay Belanger <belanger@truman.edu>
12562
12563 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12564 in TeX mode.
12565
12566 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
12567
12568 * textmodes/org.el (org-table-sum): Fix format string.
12569
12570 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12571 Quote face names.
12572
12573 2005-09-26 Romain Francoise <romain@orebokech.com>
12574
12575 * isearch.el (isearch-forward-regexp): Close doc string.
12576
12577 2005-09-25 Richard M. Stallman <rms@gnu.org>
12578
12579 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12580
12581 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12582
12583 * progmodes/compile.el (compilation-error-properties):
12584 When getting the file from the previous error message,
12585 correctly decode the new data format.
12586
12587 * progmodes/cc-cmds.el (c-electric-paren):
12588 Call old-blink-paren only for close-paren.
12589
12590 2005-09-24 Andreas Schwab <schwab@suse.de>
12591
12592 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12593 condition.
12594
12595 2005-09-25 Romain Francoise <romain@orebokech.com>
12596
12597 * dired-aux.el (dired-copy-file-recursive):
12598 * dired.el (dired-delete-file):
12599 * ediff-mult.el (ediff-dir-diff-copy-file):
12600 * ediff-util.el (ediff-test-save-region):
12601 * forms.el (forms-mode):
12602 * ido.el (ido-file-internal, ido-delete-file-at-head):
12603 * log-edit.el (log-edit-done):
12604 * ses.el (ses-yank-resize):
12605 * play/gomoku.el (gomoku-human-plays, gomoku)
12606 (gomoku-human-resigns, gomoku-prompt-for-other-game)
12607 (gomoku-offer-a-draw):
12608 * play/landmark.el (lm-human-resigns, lm):
12609 * net/eudcb-ldap.el (eudc-ldap-check-base):
12610 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12611 * progmodes/ebrowse.el (ebrowse-find-pattern):
12612 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12613 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12614 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
12615
12616 * vc.el (vc-delete-file):
12617 * play/gomoku.el (gomoku-terminate-game, gomoku)
12618 (gomoku-prompt-for-move, gomoku-human-takes-back):
12619 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
12620 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
12621
12622 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12623
12624 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
12625 color rxvt terminals by using the code xterm.el used to use before
12626 2005-04-09 in order to match the colors used by rxvt.
12627
12628 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12629
12630 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
12631 colors rxvt-unicode terminals by using the same code as xterm.el.
12632
12633 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12634
12635 * textmodes/tex-mode.el (tex-font-lock-append-prop)
12636 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
12637 new symbol used for the tex-verbatim face.
12638
12639 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12640
12641 * woman.el (woman-file-name):
12642 * wid-edit.el (widget-file-prompt-value)
12643 (widget-coding-system-prompt-value):
12644 * w32-fns.el (set-w32-system-coding-system):
12645 * vc.el (vc-version-diff, vc-annotate):
12646 * textmodes/reftex-auc.el (reftex-arg-cite)
12647 (reftex-arg-index-tag):
12648 * textmodes/refer.el (refer-get-bib-files):
12649 * textmodes/artist.el (artist-figlet-choose-font):
12650 * terminal.el (terminal-emulator):
12651 * replace.el (occur-read-primary-args):
12652 * rect.el (string-rectangle, string-insert-rectangle):
12653 * ps-print.el (ps-print-preprint):
12654 * progmodes/pascal.el (pascal-goto-defun):
12655 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
12656 * progmodes/compile.el (compilation-find-file):
12657 * printing.el (pr-interactive-n-up):
12658 * play/animate.el (animate-birthday-present):
12659 * net/rcompile.el (remote-compile):
12660 * man.el (man, Man-goto-section, Man-follow-manual-reference):
12661 * mail/rmailsum.el (rmail-summary-search-backward)
12662 (rmail-summary-search):
12663 * mail/rmailout.el (rmail-output-read-rmail-file-name)
12664 (rmail-output-read-file-name):
12665 * mail/rmail.el (rmail-search, rmail-search-backwards):
12666 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
12667 * locate.el (locate):
12668 * international/quail.el (quail-show-keyboard-layout):
12669 * international/mule.el (set-buffer-file-coding-system)
12670 (revert-buffer-with-coding-system, set-file-name-coding-system)
12671 (set-terminal-coding-system, set-keyboard-coding-system)
12672 (set-next-selection-coding-system):
12673 * international/mule-diag.el (describe-coding-system)
12674 (describe-font, describe-fontset):
12675 * international/mule-cmds.el (universal-coding-system-argument)
12676 (search-unencodable-char, describe-input-method)
12677 (set-language-environment, describe-language-environment):
12678 * international/codepage.el (codepage-setup):
12679 * international/code-pages.el (codepage-setup):
12680 * info.el (Info-search, Info-follow-reference)
12681 (Info-search-backward):
12682 * emacs-lisp/advice.el (ad-read-advised-function)
12683 (ad-read-advice-class, ad-clear-cache, ad-activate)
12684 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
12685 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
12686 (ad-read-regexp):
12687 * ediff-util.el (ediff-toggle-regexp-match):
12688 * ediff-ptch.el (ediff-prompt-for-patch-file):
12689 * dired-aux.el (dired-diff):
12690 * diff.el (diff):
12691 * cus-edit.el (custom-variable-prompt):
12692 * calendar/timeclock.el (timeclock-ask-for-project):
12693 * calc/calcalg3.el (calc-get-fit-variables):
12694 * calc/calc-store.el (calc-edit-variable)
12695 (calc-permanent-variable):
12696 * vc-mcvs.el (vc-mcvs-register):
12697 * shadowfile.el (shadow-define-literal-group):
12698 * woman.el (woman-file-name):
12699 * vc.el (vc-version-diff, vc-merge):
12700 * textmodes/reftex-index.el (reftex-index-complete-tag):
12701 * format.el (format-decode-buffer, format-decode-region):
12702 * emulation/viper-cmd.el (viper-read-string-with-history):
12703 * emacs-lisp/debug.el (cancel-debug-on-entry):
12704 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12705 * ediff.el (ediff-merge-revisions)
12706 (ediff-merge-revisions-with-ancestor, ediff-revision):
12707 * completion.el (interactive-completion-string-reader):
12708 * calc/calc-prog.el (calc-user-define-formula):
12709 Follow convention for reading with the minibuffer.
12710
12711 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
12712
12713 * progmodes/python.el (python-describe-symbol): Add globals() and
12714 locals() to the arguments of emacs.ehelp.
12715
12716 2005-09-24 Magnus Henoch <mange@freemail.hu>
12717
12718 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
12719 New function, code extracted from ispell-valid-dictionary-list.
12720 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
12721 Call it.
12722
12723 2005-09-24 Eli Zaretskii <eliz@gnu.org>
12724
12725 * subr.el (version-regexp-alist): Extend valid syntax for version
12726 strings: allow any of the characters -,_,+ to separate the
12727 alpha/beta/rc part from the version part. Doc fix.
12728 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
12729
12730 2005-09-23 David Reitter <david.reitter@gmail.com>
12731
12732 * mail/mailclient.el: New file.
12733
12734 2005-09-23 Richard M. Stallman <rms@gnu.org>
12735
12736 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
12737 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
12738 Doc fixes.
12739
12740 * progmodes/cc-mode.el (c-font-lock-init):
12741 Specify font-lock-lines-before.
12742
12743 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12744
12745 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
12746 whole conflict.
12747
12748 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
12749
12750 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
12751 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
12752 of `remap' feature when available. Additional key bindings for
12753 better tty support.
12754 (org-mode-restart, org-force-self-insert): New commands.
12755 (org-time-stamp-inactive): New command.
12756 (org-remap): New function.
12757 (org-table-auto-blank-field, org-level-color-stars-only): New options.
12758 (org-enable-fixed-width-editor): Move to `org-structure'
12759 customization group.
12760 (org-self-insert-command, orgtbl-self-insert-command): Modify to
12761 blank field after field motion commands.
12762
12763 2005-09-23 Kenichi Handa <handa@m17n.org>
12764
12765 * international/mule-cmds.el (set-language-environment):
12766 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
12767 have to call utf-translate-cjk-load-tables.
12768
12769 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12770
12771 * mouse.el (mouse-move-drag-overlay): Fix last change.
12772
12773 2005-09-22 David Ponce <david@dponce.com>
12774
12775 * tree-widget.el (tree-widget-value-create): Fix previous change.
12776
12777 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12778
12779 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
12780
12781 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12782
12783 * mouse.el (mouse-move-drag-overlay): New function.
12784 (mouse-drag-region-1): Use it.
12785 Try to simplify a bit the state handling. Handle clicks on links
12786 inside intangible areas.
12787 (mouse-save-then-kill): Minor simplification.
12788 (mouse-secondary-overlay): Make it always non-nil instead of
12789 recreating it each time.
12790 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
12791 (mouse-kill-secondary, mouse-secondary-save-then-kill):
12792 Simplify accordingly.
12793
12794 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12795
12796 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
12797
12798 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
12799
12800 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
12801 (ediff-file-name-sans-prefix): Treat nil as an empty string.
12802 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
12803 to patch.
12804
12805 * ediff-util.el: Use insert-buffer-substring.
12806
12807 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
12808
12809 * emulation/viper-cmd.el (viper-change-state): Don't move over the
12810 field boundaries in the minibuffer.
12811 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
12812 (viper-minibuffer-post-command-hook): New hook.
12813 (viper-line): Don't move cursor at bolp.
12814
12815 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
12816
12817 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
12818 avoid compiler warnings.
12819
12820 * emulation/viper-macs.el (ex-map): Better messages.
12821
12822 * emulation/viper-utils.el (viper-beginning-of-field): New function.
12823
12824 * emulation/viper.el: Replace make-variable-buffer-local with
12825 viper-make-variable-buffer-local everywhere, to avoid warnings.
12826
12827 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12828
12829 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
12830 Delete unused var `old-selected-window'.
12831 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
12832 (mouse-drag-secondary): Delete unused var `start-frame'.
12833
12834 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12835
12836 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
12837
12838 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12839
12840 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
12841 Re-indent within 80 columns. Use inhibit-read-only.
12842
12843 2005-09-19 Romain Francoise <romain@orebokech.com>
12844
12845 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
12846
12847 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12848
12849 * font-lock.el (font-lock-default-fontify-region): Don't add a line
12850 unconditionally, since the after-change-function already did it.
12851
12852 2005-09-19 Miles Bader <miles@gnu.org>
12853
12854 * net/newsticker.el: Get rid of CVS keyword.
12855
12856 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
12857
12858 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
12859 The prompt is formatted later.
12860
12861 2005-09-19 David Ponce <david@dponce.com>
12862
12863 * tree-widget.el (tree-widget-value-create): Save the converted
12864 tree :node widget.
12865
12866 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
12867
12868 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
12869 variable `message'.
12870
12871 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
12872
12873 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
12874 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
12875 <slawomir.nowaczyk.847@student.lu.se>.
12876
12877 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
12878
12879 * image.el (image-load-path): Use symbol `data-directory' instead
12880 of its value, for backward compatibility with packages that bind
12881 it during `find-image'. Suggested by Katsumi Yamaoka.
12882 (image-search-load-path): Handle symbols whose values are strings.
12883
12884 2005-09-18 Romain Francoise <romain@orebokech.com>
12885
12886 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
12887 with-current-buffer form in save-excursion.
12888
12889 2005-09-18 Deepak Goel <deego@gnufans.org>
12890
12891 * apropos.el (apropos-command): Fix `message' call: first arg
12892 should be a format spec. In this and all other cases that appear
12893 below and elsewhere in the source code, I made a change only when
12894 two conditions were satisfied: [1] I can think of a possibility
12895 that the arguments would cause an error, for example, the code in
12896 question relies on external variables such as filenames. [2] I
12897 was sure that the arg to `message' could not have been nil in the code.
12898
12899 * textmodes/tildify.el (tildify-region): Ditto.
12900
12901 * textmodes/reftex-index.el (reftex-index-change-entry)
12902 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
12903 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
12904 * textmodes/org.el (org-complete, org-deadline, org-schedule)
12905 (org-priority, org-table-sum):
12906 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
12907 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
12908 (flyspell-word, flyspell-display-next-corrections):
12909 * textmodes/bibtex.el (bibtex-print-help-message):
12910 * textmodes/artist.el (artist-key-set-point-poly):
12911 * term/mac-win.el (mac-services-insert-text):
12912 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
12913 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
12914 (vhdl-port-paste-testbench, vhdl-compose-new-component)
12915 (vhdl-compose-configuration):
12916 * progmodes/sh-script.el (sh-blink, sh-show-indent)
12917 (sh-set-indent, sh-learn-line-indent):
12918 * progmodes/ps-mode.el (ps-mode-target-column):
12919 * progmodes/idlwave.el (idlwave-make-tags)
12920 (idlwave-scan-library-catalogs):
12921 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
12922 * progmodes/gud.el (gud-jdb-analyze-source):
12923 * progmodes/flymake.el (flymake-log):
12924 * progmodes/ebnf2ps.el (ebnf-generate-region):
12925 * progmodes/cmacexp.el (c-macro-expansion):
12926 * progmodes/ada-xref.el (ada-treat-cmd-string):
12927 * progmodes/ada-mode.el (ada-create-case-exception-substring)
12928 (ada-justified-indent-current, ada-batch-reformat):
12929 * play/zone.el (zone):
12930 * play/landmark.el (lm-move):
12931 * play/decipher.el (decipher-show-alphabet):
12932 * net/newsticker.el (newsticker--display-jump)
12933 (newsticker--display-scroll):
12934 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
12935 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
12936 * mail/feedmail.el (feedmail-dump-message-to-queue):
12937 * eshell/esh-proc.el (eshell-remove-process-entry):
12938 * emulation/ws-mode.el (ws-last-error):
12939 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
12940 (viper-record-kbd-macro):
12941 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
12942 * emacs-lisp/lisp-mnt.el (lm-report-bug):
12943 * emacs-lisp/find-func.el (find-function-noselect):
12944 * calendar/timeclock.el (timeclock-status-string)
12945 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
12946 (timeclock-when-to-leave-string):
12947 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
12948 * calc/calc-units.el (calc-enter-units-table):
12949 * calc/calc-mode.el (calc-mode-record-mode):
12950 * woman.el (woman-mini-help):
12951 * wdired.el (wdired-change-to-wdired-mode):
12952 * vc.el (vc-retrieve-snapshot):
12953 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
12954 * startup.el (display-startup-echo-area-message):
12955 * simple.el (set-goal-column):
12956 * ses.el (ses-command-hook, ses-recalculate-cell):
12957 * server.el (server-process-filter):
12958 * printing.el (pr-interface-txt-print, pr-interface-printify)
12959 (pr-interface-ps):
12960 * pcvs.el (cvs-help):
12961 * log-edit.el (log-edit, log-edit-mode-help):
12962 * iswitchb.el (iswitchb-possible-new-buffer):
12963 * isearch.el (isearch-edit-string):
12964 * image-mode.el (image-mode, image-minor-mode):
12965 * ibuf-macs.el (define-ibuffer-filter):
12966 * hi-lock.el (hi-lock-find-patterns):
12967 * files.el (toggle-read-only):
12968 * ediff-util.el (ediff-copy-diff)
12969 (ediff-write-merge-buffer-and-maybe-kill):
12970 * echistory.el (Electric-history-undefined):
12971 * dnd.el (dnd-insert-text):
12972 * dired-aux.el (dired-query):
12973 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
12974 * bookmark.el (bookmark-bmenu-locate):
12975 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
12976 Fix `message' calls to ensure first arg is a format string.
12977 The change was made only when these two conditions were satisfied:
12978 [1] when there is a possibility that the arguments would cause an error
12979 for example, if the code in question relies on external variables
12980 such as filenames, and
12981 [2] if the arg to `message' could not have been nil in the code.
12982
12983 * pcomplete.el (pcomplete--help): Fix `message' format spec.
12984 Not having a %s would be weird, though not technically wrong.
12985
12986 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12987
12988 * term/mac-win.el (mac-add-charset-info): Doc fix.
12989
12990 2005-09-17 Romain Francoise <romain@orebokech.com>
12991
12992 * shell.el (shell-resync-dirs): Handle echoing processes more
12993 reliably. Don't insert resync command if `comint-process-echoes'
12994 is non-nil.
12995
12996 2005-09-17 Magnus Henoch <mange@freemail.hu>
12997
12998 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
12999 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13000 aspell versions >= 0.60.
13001 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13002 only if ispell-aspell-supports-utf8 is non-nil.
13003
13004 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13005
13006 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13007 buffer-local value to lisp-indent-function.
13008
13009 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13010
13011 * progmodes/glasses.el (glasses-make-readable): If
13012 glasses-separator differs from underscore, put appropriate
13013 overlays over underscore characters.
13014 (glasses-convert-to-unreadable): If glasses-separator differs from
13015 underscore, try to convert glasses-separator characters to
13016 underscores.
13017
13018 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13019
13020 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13021 Use with-syntax-table and dolist.
13022
13023 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13024
13025 * textmodes/reftex-auc.el:
13026 * textmodes/reftex-cite.el:
13027 * textmodes/reftex-dcr.el:
13028 * textmodes/reftex-global.el:
13029 * textmodes/reftex-parse.el:
13030 * textmodes/reftex-ref.el:
13031 * textmodes/reftex-sel.el:
13032 * textmodes/reftex-toc.el:
13033 * textmodes/reftex-vars.el:
13034 * textmodes/reftex.el: Small changes to remove compiler warnings.
13035
13036 * textmodes/reftex-index.el: Likewise.
13037 (reftex-query-index-phrase): More efficient use of markers.
13038
13039 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13040
13041 * image.el (image-load-path): New variable.
13042 (image-search-load-path): New function.
13043 (find-image): Search for images in `image-load-path'.
13044
13045 2005-09-15 Richard M. Stallman <rms@gnu.org>
13046
13047 * follow.el: Change Maintainer field.
13048
13049 2005-09-15 David Ponce <david@dponce.com>
13050
13051 * recentf.el (recentf-save-file-modes): New option.
13052 (recentf-save-list): Use it.
13053
13054 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13055
13056 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13057 (mode-line-mule-info, mode-line-modified): Move bindings from
13058 mouse-3 to mouse-1.
13059
13060 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13061
13062 * simple.el (sendmail-user-agent-compose): Revert last change.
13063
13064 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13065
13066 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13067 Use with-current-buffer.
13068 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13069 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13070 (ange-ftp-insert-directory): Remove unused var `short'.
13071 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13072
13073 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13074 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13075
13076 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13077 (check-calendar-holidays, diary-list-entries): Autoload.
13078 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13079 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13080
13081 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13082 which mistakenly removed a call to display-buffer.
13083
13084 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13085
13086 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13087
13088 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13089
13090 * progmodes/hideshow.el
13091 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13092 (hs-allow-nesting): New user var.
13093 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13094 (hs-hide-block-at-point): When nesting allowed,
13095 if there is already an overlay in place, delete it.
13096 (hs-safety-is-job-n): Delete func; remove call sites.
13097 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13098 (hs-overlay-at): New func.
13099 (hs-already-hidden-p, hs-show-block): Use it.
13100 (hs-hide-all): Don't pre-clean if nesting allowed.
13101 (hs-show-all): Temporarily disallow
13102 nesting around call to `hs-discard-overlays'.
13103
13104 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
13105
13106 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13107 Delete unused local var.
13108
13109 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
13110
13111 * help-fns.el (describe-categories): "?\ " -> "?\s".
13112 (help-do-arg-highlight): Recognize also ARG-n, as in
13113 `move-to-left-margin' (ARG+n is already recognized). Simplify.
13114
13115 * international/codepage.el (dos-unsupported-char-glyph):
13116 * net/newsticker.el (tool-bar-map, w3-mode-map)
13117 (w3m-minor-mode-map):
13118 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13119 (ent-alist):
13120 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13121
13122 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
13123
13124 * custom.el (custom-push-theme): Handle the case where a symbol is
13125 bound but face properties have not yet been assigned.
13126
13127 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13128 Fix behavior if noerase is `t' and there is no mail buffer.
13129
13130 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13131 if `continue' is nil, rather than signal an error.
13132
13133 2005-09-12 Richard M. Stallman <rms@gnu.org>
13134
13135 * font-lock.el (font-lock-keywords): Add autoload.
13136
13137 * help-fns.el (describe-variable): Rearrange to put source link
13138 in a predictable place.
13139
13140 * net/newsticker.el: New file.
13141
13142 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13143
13144 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13145 (calendar-basic-setup): Use the new nil arg.
13146 (number-of-diary-entries): Move to diary-lib.el.
13147
13148 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13149 (diary-list-entries): Use with-syntax-table and dolist.
13150 Rename from list-diary-entries.
13151 Use number-of-diary-entries if `number' is nil.
13152 (diary, diary-view-entries): Use this new name and new nil arg value.
13153 (number-of-diary-entries): Move from calendar.el.
13154 (diary-unhide-everything): New function.
13155 (include-other-diary-files, fancy-diary-display)
13156 (diary-show-all-entries, make-diary-entry): Use it.
13157 (diary-mail-entries): Use buffer-string.
13158 (mark-diary-entries): Fix long standing paren typo.
13159 (diary-sexp-entry): Use count-lines.
13160 (make-diary-entry): Avoid `previous-line'.
13161 (diary-mode-map): New var.
13162 (diary-mode): Redraw cal after saving. Setup header-line.
13163 (fancy-diary-display-mode): Use local-set-key.
13164
13165 * startup.el (command-line): Try calling various terminal-init-foo-bar
13166 functions by stripping hyphenated suffixes from $TERM.
13167
13168 * files.el (normal-mode): Check boundness of font-lock-keywords.
13169
13170 2005-09-12 Richard M. Stallman <rms@gnu.org>
13171
13172 * progmodes/compile.el: Don't decide a file's directory
13173 until the user actually tries to go there.
13174 (compilation-next-error-function):
13175 Pass compilation-find-file the directory from the file-struct.
13176 (compilation-internal-error-properties): Separate local FILE-STRUCT
13177 from FILE. Doc the args better. Rename arg FMT to FMTS.
13178 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13179 Expand it, and if nil, use default-directory.
13180 (compilation-get-file-structure): Don't mix specified directory
13181 with default directory. Put specified directory into
13182 file-struct. Don't make the file name absolute.
13183
13184 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13185 (compile-command): Add autoload.
13186 (compilation-disable-input): Add autoload.
13187
13188 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13189
13190 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13191 strings of the variables it can override.
13192 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13193 %Q and %q, for fully-qualified domain name and unqualified host name.
13194
13195 2005-09-11 Kim F. Storm <storm@cua.dk>
13196
13197 * emacs-lisp/authors.el (authors-aliases): Update list.
13198 (authors-fixed-entries): Update mldrag.el entry.
13199
13200 2005-09-10 Alan Mackenzie <acm@muc.de>
13201
13202 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13203 from the region narrowed to.
13204
13205 2005-09-10 Magnus Henoch <mange@freemail.hu>
13206
13207 * textmodes/ispell.el (ispell-check-version): Signal an error if
13208 aspell version is less than 0.60.
13209
13210 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13211
13212 * progmodes/octave-inf.el (inferior-octave-startup):
13213 Resync current dir at the end.
13214
13215 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13216
13217 * woman.el (woman-topic-at-point-default):
13218 Rename to woman-use-topic-at-point-default.
13219 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13220 (woman-file-name): Reflect renames above. Automatically use the
13221 word at point as topic if woman-use-topic-at-point is non-nil.
13222 Otherwise offer it as default but don't insert it in the
13223 minibuffer. Also use `test-completion' instead of `assoc' as
13224 suggested by Stefan Monnier.
13225
13226 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13227
13228 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13229 the attempt to do it over Tramp. This is not yet supported.
13230
13231 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13232
13233 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13234 (menu-bar-non-minibuffer-window-p): New functions.
13235 ("Split Window", "Save As..."): Use them.
13236 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13237 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13238 Use menu-bar-menu-frame-live-and-visible-p.
13239 ("Save Buffer", "Insert File", "Open Directory...")
13240 ("Open File...", "Visit New File..."):
13241 Use menu-bar-non-minibuffer-window-p.
13242 (kill-this-buffer-enabled-p, dired <menu-enable>):
13243 Use menu-bar-non-minibuffer-window-p.
13244
13245 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13246
13247 * cus-start.el (all): Don't complain about fringe-related
13248 built-ins if fringes are not supported. Ditto about
13249 selection-related built-ins. Fix the test for GTK-related built-ins.
13250
13251 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13252 ("Postscript Print Buffer", "Print Region", "Save As...")
13253 ("Save", "Insert File...", "Open Directory...")
13254 ("Open File...", "Visit New File..."")
13255 ("Truncate Long Lines in this Buffer"): Don't look at
13256 menu-updating-frame if this display does not support multiple frames.
13257
13258 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13259
13260 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13261
13262 2005-09-09 Emilio Lopes <eclig@gmx.net>
13263
13264 * woman.el: Format- and whitespace-related changes.
13265
13266 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13267
13268 * woman.el: Fix my email address.
13269
13270 2005-09-08 Richard M. Stallman <rms@gnu.org>
13271
13272 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13273 (sh-mode): Locally set skeleton-pair-default-alist.
13274
13275 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13276
13277 * progmodes/flymake.el: Require `compile' unconditionally.
13278
13279 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13280
13281 * woman.el (woman-file-name): Provide a default, not initial input.
13282
13283 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13284
13285 * font-lock.el (font-lock-support-mode): Doc fix.
13286
13287 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13288
13289 2005-09-08 Richard M. Stallman <rms@gnu.org>
13290
13291 * simple.el (blink-matching-open): Get rid of text props from
13292 the string shown in echo area. Don't permanently set point.
13293 Some rearrangements.
13294
13295 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13296
13297 * recentf.el (recentf-filename-handler): Add custom choice
13298 `abbreviate-file-name'.
13299
13300 * msb.el (msb--very-many-menus): Fix typo.
13301
13302 * disp-table.el (standard-display-european): Don't set
13303 enable-multibyte-characters to nil.
13304
13305 2005-09-08 David Ponce <david@dponce.com>
13306
13307 * recentf.el (recentf-show-file-shortcuts-flag): New option.
13308 (recentf-expand-file-name): Doc fix.
13309 (recentf-dialog-mode-map): Define digit shortcuts.
13310 (recentf--files-with-key): New variable.
13311 (recentf-show-digit-shortcut-filter): New function.
13312 (recentf-open-files-items): New function.
13313 (recentf-open-files): Use it.
13314 (recentf-open-file-with-key): New command.
13315
13316 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
13317
13318 * buff-menu.el (Buffer-menu-sort-by-column): New function.
13319 Suggested by Kim F. Storm.
13320 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13321 (Buffer-menu-make-sort-button): Use global keymap.
13322
13323 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
13324
13325 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13326 (Man-getpage-in-background-advice): Remove defadvice; it isn't
13327 necessary any longer with the remapped command.
13328 (Man-bgproc-sentinel-advice): Remove defadvice which counts
13329 formatting time only.
13330
13331 * net/tramp.el (tramp-action-password)
13332 (tramp-multi-action-password): Compile the password prompt from
13333 `method', `user' and `host'. Sometimes it isn't obvious which
13334 password to enter, for example with remote files offered by
13335 recentf.el, or with multiple steps. Suggested by Robert Marshall
13336 <robert@chezmarshall.freeserve.co.uk>.
13337
13338 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13339
13340 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13341 Fix regexp for when "s///" is at the beginning of line.
13342
13343 2005-09-07 Jay Belanger <belanger@truman.edu>
13344
13345 * calc/calc-poly.el (math-expand-term): Multiply out any powers
13346 when in matrix mode.
13347
13348 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13349
13350 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13351 non-anonymous functions.
13352
13353 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
13354
13355 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13356 when using a header line. Otherwise, use mouse-1-click-follows-link.
13357
13358 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13359 can't be moved; don't signal an error.
13360
13361 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
13362
13363 * cus-theme.el (custom-theme-write-faces): Save the current face
13364 spec, not the defface spec.
13365
13366 * custom.el (custom-known-themes): Clarify meaning of "standard".
13367 (custom-push-theme): Save old values in the standard theme.
13368 (disable-theme): Correct typo.
13369 (custom-face-theme-value) Deleted unused function.
13370 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13371
13372 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13373
13374 * progmodes/compile.el (compilation-goto-locus): Take into account
13375 iconified frames when determining whether the buffer is
13376 already visible.
13377 Don't reset window height if the window already existed.
13378
13379 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
13380
13381 * custom.el (load-theme): Rename from require-theme.
13382 Add interactive spec.
13383 (enable-theme): Rename from custom-enable-theme.
13384 Add interactive spec.
13385 (disable-theme): Rename from custom-disable-theme.
13386 Add interactive spec.
13387 (custom-make-theme-feature): Doc fix.
13388 (custom-theme-directory): Doc fix.
13389 (provide-theme): Call enable-theme.
13390
13391 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13392
13393 * obsolete/lazy-lock.el (lazy-lock-mode):
13394 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13395 font-lock-mode if it's off. Print a warning instead.
13396
13397 * progmodes/compile.el (compilation-start): Ignore errors if the
13398 process died before we get to send-eof.
13399
13400 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13401 Undo last change. Enclosing the result in quotes broke things on Unix
13402 since tex-send-command passes it through shell-quote-argument.
13403 (tex-send-command): Pass `file' through convert-standard-filename
13404 when possible.
13405 (tex-uptodate-p): Handle the case where TeX hasn't put additional
13406 info in a transcript.
13407
13408 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13409
13410 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13411 fix compilation warning. Reorder the key definitions to group
13412 together keys emitted by the current version of xterm.
13413
13414 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13415 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13416 Reorder predicates to correct min-color usage.
13417
13418 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
13419
13420 * longlines.el (longlines-mode): Inhibit read-only when encoding.
13421 Kill local variables when longlines-mode is turned off.
13422
13423 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13424
13425 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13426
13427 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13428
13429 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13430
13431 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13432 (font-lock-lines-before): Change default to being inactive.
13433 (font-lock-default-fontify-region): Obey font-lock-lines-before.
13434 (font-lock-after-change-function): Don't handle f-l-lines-before here.
13435
13436 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13437
13438 * net/tramp.el (tramp-handle-make-auto-save-file-name):
13439 Deactivate temporarily advice if active (not needed for Emacs 22,
13440 but for backwards compatibility).
13441 (tramp-exists-file-name-handler): Rewrite. First implementation
13442 was too simple.
13443 (tramp-advice-make-auto-save-file-name):
13444 Call `tramp-handle-make-auto-save-file-name' (again, just for
13445 backwards compatibility).
13446
13447 2005-08-31 Reto Zimmermann <reto@gnu.org>
13448
13449 * progmodes/vhdl-mode.el
13450 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13451 (vhdl-end-p): Fix indentation bug "else" after "-- when".
13452 (vhdl-set-default-project): New function (easier setting of default).
13453 (vhdl-port-copy): Handle extended identifiers for generics.
13454 (vhdl-compiler-alist): Better description for error message regexp.
13455 (vhdl-make): Query for target, use previous as default.
13456 (vhdl-port-copy): Fix port copy for port names starting with "signal".
13457 (vhdl-font-lock-keywords-2): Fix fontification for record
13458 el. assign.
13459 (vhdl-speedbar-make-subpack-line): Add package body link.
13460 (vhdl-generate-makefile-1): Not include itself as dependency.
13461 (vhdl-font-lock-init): Highlight c-preprocessor directives.
13462 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13463 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13464 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13465 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13466 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13467 (vhdl-import-project): Add string argument for `error'.
13468 (vhdl-compose-configuration)
13469 (vhdl-compose-configuration-architecture): Add configuration
13470 declaration generation.
13471 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13472 (vhdl-trailer-re): Add "record" keyword (better indentation).
13473 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13474 "[^ \t-\"]+".
13475 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13476 (vhdl-testbench-entity-file-name)
13477 (vhdl-testbench-architecture-file-name): Allow separate
13478 customization of testbench file names.
13479 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13480 (vhdl-get-visible-signals): Allow newline within alias declaration.
13481 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13482 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13483 (member-ignore-case): Alias for missing function in XEmacs.
13484 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13485 (vhdl-update-sensitivity-list): Ignore case on read signals.
13486 (vhdl-replace-string): Adjust case only for file names.
13487 (vhdl-update-sensitivity-list): Fix search for read signals.
13488 (vhdl-update-sensitivity-list): Exclude formal parameters.
13489 (vhdl-get-visible-signals): Include aliases of signals.
13490 (vhdl-get-visible-signals): Fix signal name searching.
13491 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13492 (vhdl-fixup-whitespace-region): Fix for character
13493 literals (e.g. `:').
13494
13495 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13496
13497 * ansi-color.el (comint-last-output-start):
13498 * bs.el (font-lock-verbose):
13499 * diff-mode.el (add-log-buffer-file-name-function):
13500 * dired-x.el (vm-folder-directory):
13501 * faces.el (help-xref-stack-item):
13502 * files.el (font-lock-keywords):
13503 * find-lisp.el (dired-buffers, dired-subdir-alist):
13504 * ido.el (cua-inhibit-cua-keys):
13505 * log-view.el (cvs-minor-wrap-function):
13506 * outline.el (font-lock-warning-face):
13507 * simple.el (compilation-current-error):
13508 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13509 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13510 * tooltip.el (comint-prompt-regexp):
13511 * w32-fns.el (explicit-shell-file-name):
13512 * term/mac-win.el (mac-charset-info-alist)
13513 (mac-services-selection, mac-system-script-code):
13514 * term/tty-colors.el (msdos-color-values):
13515 * term/w32-win.el (xlfd-regexp-registry-subnum):
13516 * term/x-win.el (x-keysym-table, x-selection-timeout)
13517 (x-session-id, x-session-previous-id):
13518 * textmodes/ispell.el (mail-yank-prefix):
13519 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13520 * textmodes/org.el (calc-embedded-close-formula)
13521 (calc-embedded-open-formula)
13522 (font-lock-unfontify-region-function):
13523 * textmodes/reftex-global.el (isearch-next-buffer-function)
13524 (TeX-master):
13525 * textmodes/reftex.el (font-lock-keywords):
13526 * textmodes/tex-mode.el (font-lock-comment-face)
13527 (font-lock-doc-face):
13528 * textmodes/texinfo.el (outline-heading-alist):
13529 Add defvars.
13530
13531 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13532 (artist-spray-chars, artist-mode-init, artist-replace-string)
13533 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13534 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13535 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13536
13537 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13538 (conf-align-assignments): "?\ " -> "?\s".
13539
13540 * textmodes/reftex-index.el (TeX-master): Add defvar.
13541 (reftex-index-phrases-marker): Move up defvar.
13542
13543 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13544 (reftex-toc-include-labels-indicator)
13545 (reftex-toc-include-index-indicator)
13546 (reftex-toc-max-level-indicator): Move up declarations.
13547
13548 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13549 of args to `tramp-run-real-handler', even if it's empty in this case.
13550
13551 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13552
13553 * dired.el (dired-move-to-filename-regexp): Add date format for
13554 Mac OS X 10.3 in East Asian locales.
13555
13556 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13557
13558 * files.el (make-auto-save-file-name): Add file name handler call
13559 if applicable.
13560
13561 * net/tramp.el (tramp-file-name-handler-alist)
13562 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13563 (tramp-handle-make-auto-save-file-name): Rename from
13564 `tramp-make-auto-save-file-name'.
13565 (tramp-exists-file-name-handler): New defun.
13566 (tramp-advice-make-auto-save-file-name): Make defadvice only when
13567 `make-auto-save-file-name' is not a magic file name operation.
13568
13569 2005-08-30 Richard M. Stallman <rms@gnu.org>
13570
13571 * files.el (risky-local-variable-p):
13572 Match `-predicates' and `-commands.
13573
13574 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13575 (custom-save-all): Visit the file if necessary;
13576 kill the buffer if we created it.
13577 (custom-save-delete): Don't visit file or kill buffer here.
13578
13579 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
13580
13581 * textmodes/org.el (org-special-keyword): New face.
13582 (org-table-copy-down, org-table-eval-formula)
13583 (org-table-recalculate, org-init-section-numbers):
13584 Use `string-to-number' instead of `string-to-int'.
13585 (org-get-location): Use `insert-buffer-substring' instead of
13586 `insert-buffer'.
13587 (org-modify-diary-entry-string): New function.
13588 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13589 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13590 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13591 active region.
13592 (org-export-as-html): Handle QUOTE keyword.
13593 (org-quote-string): New option.
13594 (org-bookmark-jump-unhide): New function, used for
13595 `bookmark-after-jump-hook'.
13596 (org-diary-default-entry): Apply only when not called through
13597 `org-agenda'.
13598
13599 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
13600
13601 * net/eudc.el (mode-popup-menu):
13602 * play/handwrite.el (ps-printer-name, ps-lpr-command):
13603 * progmodes/ada-mode.el (compile-auto-highlight)
13604 (skeleton-further-elements):
13605 * progmodes/autoconf.el (font-lock-syntactic-keywords):
13606 * progmodes/cmacexp.el (msdos-shells):
13607 * progmodes/compile.el (font-lock-extra-managed-props)
13608 (font-lock-keywords, font-lock-maximum-size)
13609 (font-lock-support-mode):
13610 * progmodes/grep.el (font-lock-lines-before):
13611 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13612 * progmodes/mixal-mode.el (compile-command):
13613 * progmodes/perl-mode.el (font-lock-comment-face)
13614 (font-lock-doc-face, font-lock-string-face):
13615 * progmodes/prolog.el (comint-prompt-regexp):
13616 * progmodes/sh-script.el (font-lock-comment-face)
13617 (font-lock-set-defaults, font-lock-string-face):
13618 * progmodes/sql.el (font-lock-keyword-face)
13619 (font-lock-set-defaults, font-lock-string-face):
13620 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
13621 (itimer-version, lazy-lock-defer-contextually)
13622 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
13623 Add defvars.
13624
13625 * progmodes/cperl-mode.el (cperl-electric-lbrace)
13626 (cperl-electric-keyword, cperl-electric-pod)
13627 (cperl-electric-backspace, cperl-forward-re)
13628 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
13629 (vc-rcs-header, vc-sccs-header): Add defvars.
13630
13631 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
13632 (font-lock-syntactic-keywords, gud-find-expr-function):
13633 Add defvars.
13634
13635 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
13636 (gdb-frame-parameters): Declare before use.
13637
13638 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
13639 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
13640 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
13641 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
13642
13643 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
13644 (idlwave-help-with-source): Use `insert-buffer-substring', not
13645 `insert-buffer'.
13646
13647 2005-08-29 Juri Linkov <juri@jurta.org>
13648
13649 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
13650 Put outline-back-to-heading function call inside save-excursion.
13651
13652 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
13653
13654 * man.el (Man-init-defvars, Man-translate-references)
13655 (Man-support-local-filenames, Man-highlight-references):
13656 * progmodes/sql.el (sql-interactive-mode):
13657 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
13658
13659 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
13660 (compilation-mode-font-lock-keywords): Add defvars.
13661 (checkdoc-interactive-loop): "?\ " -> "?\s".
13662
13663 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
13664 (font-lock-doc-face, font-lock-string-face)
13665 (font-lock-keywords-case-fold-search): Add defvars.
13666 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
13667
13668 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
13669 Don't pass X and Y (they are ignored anyway).
13670 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
13671 (mouse-delete-window): Make arguments optional.
13672
13673 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
13674 (caesar-translate-table, minor-modes, news-buffer-save)
13675 (news-group-name, news-minor-modes): Add defvars.
13676
13677 * emacs-lisp/lselect.el (mouse-highlight-priority)
13678 (x-lost-selection-functions, zmacs-regions):
13679 * emacs-lisp/pp.el (font-lock-verbose):
13680 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
13681 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
13682 (ses-mode-map):
13683 * emacs-lisp/tcover-unsafep.el (safe-functions):
13684 * international/mule-cmds.el (mac-system-coding-system)
13685 (mac-system-locale):
13686 * language/ethio-util.el (rmail-current-message)
13687 (rmail-message-vector):
13688 * language/thai-util.el (thai-auto-composition-mode):
13689 * mail/metamail.el (rmail-current-message, rmail-message-vector):
13690 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
13691 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
13692 (vm-primary-inbox, vm-spool-files):
13693 * mail/rmail.el (deleted-head, font-lock-fontified)
13694 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
13695 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
13696 (total-messages):
13697 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
13698 (rmail-summary-mode-map):
13699 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
13700 (rmail-last-label, rmail-last-multi-labels)
13701 (rmail-summary-vector, rmail-total-messages):
13702 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
13703 * mail/rmailsum.el (msgnum):
13704 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
13705 (rmail-current-message):
13706 * obsolete/fast-lock.el (font-lock-face-list):
13707 * obsolete/rnewspost.el (mail-reply-buffer):
13708 * obsolete/scribe.el (compile-command):
13709 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
13710
13711 2005-08-28 John Paul Wallington <jpw@gnu.org>
13712
13713 * ibuf-ext.el (ibuffer-auto-update-changed):
13714 Use `frame-or-buffer-changed-p' to check whether we need to update.
13715 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
13716 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
13717 as a `frame-or-buffer-changed-p' state vector instead.
13718
13719 2005-08-27 Romain Francoise <romain@orebokech.com>
13720
13721 * textmodes/makeinfo.el (makeinfo-compile):
13722 Use `compilation-start'. Set `next-error-function' according to
13723 `disable-errors'.
13724 (makeinfo-next-error): New function.
13725 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
13726 (makeinfo-buffer): Likewise.
13727
13728 * progmodes/compile.el (compilation-start): Add autoload cookie.
13729
13730 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
13731 * textmodes/sgml-mode.el: Likewise.
13732 * progmodes/python.el: Likewise.
13733
13734 2005-08-27 Eli Zaretskii <eliz@gnu.org>
13735
13736 * simple.el (blink-matching-paren-distance): Document the meaning
13737 of nil value, and allow to customize to nil.
13738
13739 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
13740 command.com, not command.exe.
13741
13742 2005-08-26 John Wiegley <johnw@newartisans.com>
13743
13744 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
13745 code around a bit so that an extraneous nil argument is not added
13746 to a command when no args are given.
13747
13748 * eshell/esh-arg.el (eshell-parse-double-quote): If a
13749 double-quoted argument resolves to nil, return it as an empty
13750 string rather than as nil. This made it impossible to pass "" to
13751 a shell script as a null string argument.
13752
13753 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13754
13755 * outline.el (outline-invent-heading): New fun.
13756 (outline-promote, outline-demote): Use it.
13757 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
13758 (outline-end-of-subtree): Remove unused var `opoint'.
13759
13760 2005-08-26 David Reitter <david.reitter@gmail.com>
13761
13762 * menu-bar.el (truncate-lines, write-file, print-buffer)
13763 (ps-print-buffer-faces, ps-print-buffer, split-window):
13764 Disable menu items when the frame they refer to is invisible, or when
13765 they refer to a buffer and the minibuffer is selected.
13766
13767 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13768
13769 * progmodes/flymake.el (flymake-highlight-err-lines):
13770 Use save-excursion around flymake-highlight-line to preserve point.
13771
13772 2005-08-26 Eli Zaretskii <eliz@gnu.org>
13773
13774 * progmodes/octave-mod.el: Change Author and Maintainer address.
13775 (octave-maintainer-address): Change Kurt's email address.
13776 * progmodes/octave-inf.el: Change Author and Maintainer address.
13777 * progmodes/octave-hlp.el: Change Author and Maintainer address.
13778
13779 2005-08-26 Kim F. Storm <storm@cua.dk>
13780
13781 * subr.el (version-list-<, version-list-<=, version-list-=):
13782 Rename from integer-list-*.
13783 (version-list-not-zero): Likewise. Fix while loop.
13784 (version=): Use version-list-= instead of string-equal.
13785
13786 2005-08-26 Richard M. Stallman <rms@gnu.org>
13787
13788 * outline.el (outline-promote): Try shortening the heading.
13789 As last resort, read the heading to use.
13790 (outline-demote): As last resort, read the heading to use.
13791
13792 2005-08-26 Romain Francoise <romain@orebokech.com>
13793
13794 * progmodes/compile.el (compilation-start): Doc fix.
13795
13796 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
13797 (antlr-font-lock-additional-keywords): Fix reference to
13798 `antlr-font-lock-literal-regexp' erroneously changed during the
13799 mass face rename.
13800 (antlr-run-tool): Use `compilation-start'.
13801
13802 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
13803 instead of the obsolete `compile-internal'.
13804
13805 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
13806
13807 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
13808 (number, original-date):
13809 * calendar/cal-china.el (date):
13810 * calendar/cal-coptic.el (date):
13811 * calendar/cal-french.el (date):
13812 * calendar/cal-hebrew.el (date, entry, number, original-date):
13813 * calendar/cal-islam.el (date, number, original-date):
13814 * calendar/cal-iso.el (date):
13815 * calendar/cal-julian.el (date):
13816 * calendar/cal-mayan.el (date):
13817 * calendar/cal-menu.el (date, event):
13818 * calendar/cal-persia.el (date):
13819 * calendar/lunar.el (date):
13820 * calendar/solar.el (date): Add defvars.
13821
13822 * emerge.el:
13823 * ibuffer.el:
13824 * info-xref.el:
13825 * obsolete/bg-mouse.el:
13826 * obsolete/sun-curs.el:
13827 * obsolete/swedish.el: Move the `defvar's to the top level.
13828
13829 * smerge-mode.el (smerge-refined-change): Add :group.
13830
13831 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
13832
13833 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
13834 (smerge-keep-n): Remove props.
13835 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13836 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
13837 now that it's done in smerge-keep-n.
13838 (smerge-refined-change): New face.
13839 (smerge-refine-chopup-region, smerge-refine-highlight-change)
13840 (smerge-refine): New funs.
13841 (smerge-basic-map): Bind smerge-refine.
13842
13843 2005-08-25 Juri Linkov <juri@jurta.org>
13844
13845 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
13846 compilation-process-setup-function and compilation-disable-input
13847 in grep-mode instead of let-bindings in grep.
13848
13849 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
13850 Delete "Automatic File De/compression" (auto-compression-mode).
13851
13852 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
13853
13854 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
13855 Silence warning about non-existent variable.
13856
13857 2005-08-25 Richard M. Stallman <rms@gnu.org>
13858
13859 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
13860 Rename "Describe Key" to "Describe Key or Mouse Operation".
13861
13862 * mail/mailalias.el (build-mail-aliases): Delete comments
13863 from the contents before processing them.
13864
13865 * isearch.el (isearch-edit-string): Erase the Search prompt
13866 if user enters an empty string and there is no default.
13867
13868 * comint.el (comint-file-name-prefix): Add autoload.
13869
13870 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
13871
13872 * subr.el (play-sound): Rearrange to avoid warning.
13873
13874 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
13875
13876 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
13877 New hook.
13878 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
13879
13880 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13881
13882 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
13883
13884 * custom.el (custom-theme-set-variables): Sort minor modes last.
13885
13886 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13887
13888 * subr.el (version-separator, version-regexp-alist): New vars used by
13889 version comparison funs.
13890 (integer-list-<, integer-list-=, integer-list-<=)
13891 (integer-list-not-zero): New funs for integer list comparison.
13892 (version-to-list, version=, version<, version<=): New funs for version
13893 comparison.
13894
13895 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
13896
13897 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
13898 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
13899 time to silence the byte-compiler.
13900
13901 * ibuffer.el (ibuffer-compile-make-eliding-form)
13902 (ibuffer-check-formats): Use `with-no-warnings' to hide references
13903 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
13904 so it's silly to get warnings for it).
13905 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
13906 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
13907 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
13908 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
13909 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
13910 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
13911 Defvar at compile time.
13912 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
13913 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
13914 Declare them before use.
13915
13916 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
13917 (info-xref-good, info-xref-bad): Defvar at compile time.
13918
13919 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
13920 Use `let*' instead of `let'.
13921
13922 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
13923 (*mouse-y*, menu, char): Defvar at compile time.
13924 (sc::menu): Declare it before use.
13925 (sc::pack-one-line): Use `let', not `let*'.
13926
13927 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
13928 (mail-send-hook): Defvar at compile time.
13929
13930 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
13931 Defvar at compile time.
13932
13933 * term/sun-mouse.el (current-global-mousemap)
13934 (current-local-mousemap): Declare them before use.
13935
13936 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
13937
13938 * bookmark.el (bookmark-after-jump-hook): New hook.
13939 (bookmark-jump): Run `bookmark-after-jump-hook'.
13940
13941 2005-08-23 Juri Linkov <juri@jurta.org>
13942
13943 * faces.el (minibuffer-prompt): Doc fix.
13944
13945 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
13946
13947 * progmodes/xscheme.el: Trivial changes to silence warnings.
13948 (xscheme-previous-mode, xscheme-previous-process-state):
13949 Add defvars.
13950 (xscheme-last-input-end, xscheme-process-command-line)
13951 (xscheme-process-name, xscheme-buffer-name)
13952 (xscheme-expressions-ring-max, xscheme-expressions-ring)
13953 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
13954 (xscheme-control-g-synchronization-p)
13955 (xscheme-control-g-disabled-p, xscheme-string-receiver)
13956 (default-xscheme-runlight, xscheme-runlight)
13957 (xscheme-runlight-string, xscheme-process-filter-state)
13958 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
13959 Move to beginning of file.
13960 (scheme-interaction-mode-commands-alist)
13961 (scheme-interaction-mode-map, scheme-debugger-mode-map):
13962 Declare them before use. Note: the initialization code for the variables
13963 has not been moved because it uses functions that reference the variables.
13964 (xscheme-control-g-message-string, xscheme-process-filter-alist)
13965 (xscheme-prompt-for-expression-map): Declare them before use.
13966 (scheme-debugger-mode-commands): "?\ " -> "?\s".
13967
13968 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
13969
13970 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
13971
13972 2005-08-22 Juri Linkov <juri@jurta.org>
13973
13974 * faces.el (set-face-underline): Delete this duplicate function
13975 and make an obsolete alias to set-face-underline-p.
13976 (set-face-underline-p): Use docstring of set-face-underline.
13977 (describe-face): Create hyperlink to parent face.
13978
13979 * info.el (Info-insert-dir): Use save-excursion around
13980 insert-buffer-substring.
13981 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
13982 (Info-escape-percent): Delete function.
13983 (Info-fontify-node): Replace Info-escape-percent by
13984 replace-regexp-in-string with REP arg set to lambda that
13985 duplicates `%' and preserves text properties.
13986
13987 * progmodes/compile.el (compilation-disable-input): Doc fix.
13988 (define-compilation-mode): Doc fix and refill.
13989 (kill-compilation): Use `mode-name' in the error message.
13990 (compilation-find-file): Use `compilation-error' in the
13991 read-file-name's prompt.
13992
13993 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13994
13995 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
13996 (smerge-auto-leave): Make undo re-enable the mode.
13997 (debug-ignored-errors): Add the user-error of impossible resolution.
13998 (smerge-resolve): Move things around a bit, in preparation for later.
13999 (smerge-diff): Don't fail if the buffer has no associated file.
14000 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14001 (smerge-conflict-overlay): New function.
14002 (smerge-match-conflict): Don't add text properties here.
14003 (smerge-find-conflict): Instead, add an overlay here.
14004 Also check for the case where we're inside a conflict already, so as to
14005 obviate the need for font-lock-multiline, which is unbearably slow with
14006 large conflicts and ciomplex font-lock patterns.
14007 (smerge-remove-props): Remove overlay rather than text-properties.
14008 (smerge-mode): Don't set font-lock-multiline.
14009 Remove overlays when turned off.
14010
14011 2005-08-21 Kim F. Storm <storm@cua.dk>
14012
14013 * ido.el (ido-ignore-item-p): Use save-match-data.
14014 Bind case-fold-search to ido-case-fold locally.
14015
14016 2005-08-20 Richard M. Stallman <rms@gnu.org>
14017
14018 * files.el (normal-mode): If font lock is on, turn it off and on.
14019
14020 * subr.el (replace-regexp-in-string): Doc fix.
14021
14022 * startup.el (command-line-1): Don't suppress startup screen
14023 due to existing processes.
14024
14025 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14026
14027 * progmodes/compile.el (compilation-disable-input): Default to nil.
14028
14029 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14030
14031 * progmodes/compile.el (compilation-disable-input): New defcustom.
14032 (compilation-start): If compilation-disable-input is non-nil, send
14033 EOF to the compilation process.
14034
14035 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14036
14037 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14038 Run the argument of tex-shell-cd-command through
14039 convert-standard-filename, to get the correct style of slashes on
14040 Windows, and enclose the result in quotes, in case the file name
14041 includes whitespace or other special characters.
14042
14043 2005-08-19 Andreas Schwab <schwab@suse.de>
14044
14045 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14046 process.
14047
14048 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14049
14050 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14051
14052 2005-08-18 Kim F. Storm <storm@cua.dk>
14053
14054 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14055
14056 2005-08-18 Richard M. Stallman <rms@gnu.org>
14057
14058 * scroll-lock.el: New file.
14059
14060 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14061
14062 * dired.el (dired-move-to-end-of-filename):
14063 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14064
14065 2005-08-18 Kim F. Storm <storm@cua.dk>
14066
14067 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14068 rather than toggle mode when custom value is nil.
14069 (ido-everywhere): Fix defun doc string.
14070
14071 2005-08-17 Richard M. Stallman <rms@gnu.org>
14072
14073 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14074 as tag instead of "Inviolable".
14075
14076 2005-08-17 Kim F. Storm <storm@cua.dk>
14077
14078 * windmove.el (windmove-coordinates-of-position): Remove.
14079 (windmove-coordinates-of-window-position): Remove.
14080 (windmove-reference-loc): Use posn-at-point instead.
14081
14082 * subr.el (insert-for-yank-1): Doc fix.
14083
14084 * ido.el (ido-enter-matching-directory): Rename from
14085 ido-enter-single-matching-directory. Change `slash' choice to
14086 `only'. Add `first' choice.
14087 (ido-exhibit): Adapt to above changes.
14088
14089 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14090
14091 * Makefile.in: Expand comment about building loaddefs.el.
14092
14093 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14094
14095 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14096 Comment use of defadvice.
14097
14098 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14099
14100 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14101
14102 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14103 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14104 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14105 * progmodes/idlw-shell.el, progmodes/ld-script.el,
14106 * progmodes/which-func.el, ruler-mode.el, strokes.el,
14107 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14108 for backward compatibility for faces that did not appear in the
14109 previous Emacs release.
14110
14111 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14112
14113 2005-08-15 Kim F. Storm <storm@cua.dk>
14114
14115 * emulation/cua-base.el (cua-delete-region): Return t if
14116 deleted region was non-empty.
14117 (cua-replace-region): Inhibit overwrite-mode for
14118 self-insert-command if replaced region was non-empty.
14119 (cua--explicit-region-start, cua--status-string): Make them
14120 buffer-local at top-level...
14121 (cua-mode): ...rather than when mode is enabled.
14122
14123 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
14124
14125 * progmodes/vhdl-mode.el (vhdl-emacs-21):
14126 Set t for Emacs 21, 22, and so on.
14127
14128 2005-08-15 David Ponce <david@dponce.com>
14129
14130 * tree-widget.el: Update Commentary header.
14131 (tree-widget-theme): Doc fix.
14132 (tree-widget-space-width): New option.
14133 (tree-widget-image-properties): Look up in the default theme too.
14134 (tree-widget--cursors): Only for images with arrow pointer shape.
14135 (tree-widget-lookup-image): Pointer shape is hand by default.
14136 (tree-widget-icon): Rename generic icon widget from
14137 `tree-widget-control'.
14138 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14139 derive from `tree-widget-icon'.
14140 (tree-widget-handle): Improve default look and feel of the text
14141 representation.
14142 (tree-widget): Rename :*-control properties to :*-icon properties.
14143 Add :action and :help-echo properties.
14144 (tree-widget-after-toggle-functions): Move.
14145 (tree-widget-close-node, tree-widget-open-node): Remove.
14146 (tree-widget-before-create-icon-functions): New hook.
14147 (tree-widget-value-create): Update to allow customization of icons
14148 and nodes at run-time via that new hook.
14149 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14150 (tree-widget-icon-action, tree-widget-icon-help-echo)
14151 (tree-widget-action, tree-widget-help-echo): New functions.
14152
14153 2005-08-15 Kim F. Storm <storm@cua.dk>
14154
14155 * ido.el (ido-buffer-internal): Use with-no-warnings.
14156 (ido-make-merged-file-list): Use while-no-input.
14157
14158 2005-08-15 Richard M. Stallman <rms@gnu.org>
14159
14160 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14161 (flyspell-large-region): Fix doc and custom type.
14162
14163 2005-08-14 Richard M. Stallman <rms@gnu.org>
14164
14165 * files.el (interpreter-mode-alist): Doc fix.
14166
14167 * mail/rmail.el (rmail-nonignored-headers): New variable.
14168 (rmail-clear-headers): Use it.
14169 (rmail-reply): Better handling of mail-followup-to header.
14170
14171 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14172 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14173 don't try to refer to executable-font-lock-keywords.
14174 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14175 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14176 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14177 (sh-mode): Set comment-start-skip, local-abbrev-table,
14178 imenu-case-fold-search.
14179 (sh-set-shell): Don't set them here.
14180 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14181 Don't cache the results in the original alist; don't ever modify
14182 that alist.
14183
14184 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14185
14186 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14187 empty.
14188
14189 2005-08-15 Andreas Schwab <schwab@suse.de>
14190
14191 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14192
14193 * dired.el, info.el, mail/rmail.el: Revert last change.
14194
14195 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14196
14197 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14198 modification in `eval-after-load' form.
14199 * info.el: Likewise.
14200 * mail/rmail.el: Likewise.
14201
14202 2005-08-14 Juri Linkov <juri@jurta.org>
14203
14204 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14205 Remove highlighting of "Compilation started". Highlight only
14206 the word "finished" in "Compilation finished". Add highlighting
14207 of "interrupt", "killed", "terminated" and the exit code.
14208 (compilation-start): Add newline after header. Use exactly the
14209 same time stamp format as the finishing message.
14210 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14211
14212 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14213 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14214 Add highlighting of "interrupt", "killed", "terminated".
14215
14216 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14217 enabled and the current command is self-insert-command, call it
14218 explicitly with overwrite-mode bound to nil, to not allow it
14219 to delete the character after the selected region.
14220
14221 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14222
14223 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14224 move-end-of-line, end-of-line, and beginning-of-line to the list
14225 of commands after which the echo area is updated.
14226
14227 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14228
14229 * cus-edit.el (custom-save-all, custom-save-delete):
14230 Bind recentf-exclude to exclude custom-file.
14231
14232 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14233
14234 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14235 to go to the bottom of the mail message. Added to
14236 `rmail-summary-mode-map' with key "/".
14237 (rmail-summary-show-message): New (internal) function for use by
14238 both `rmail-summary-beginning/end-of-message'.
14239 (rmail-summary-beginning-of-message): Change to use
14240 rmail-summary-show-message.
14241
14242 * mail/rmail.el (rmail-end-of-message): New command to go to the
14243 end of the current message. Added to `rmail-mode-map' with key "/".
14244 (rmail-beginning-of-message): Fix to work as documented.
14245 (rmail-mode): Change documentation.
14246
14247 * progmodes/compile.el (compilation-start): Add the line
14248 "Compilation started" with compilation start time.
14249 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14250
14251 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14252
14253 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14254 of menu items.
14255
14256 2005-08-11 Richard M. Stallman <rms@gnu.org>
14257
14258 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14259
14260 * battery.el (battery-status-function): Don't use ignore-errors.
14261
14262 2005-08-11 Lute Kamstra <lute@gnu.org>
14263
14264 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14265 define-obsolete-variable-alias.
14266
14267 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14268
14269 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14270 (ange-ftp-send-cmd): Revert last change, and expand
14271 the comment explaining the problem.
14272
14273 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14274
14275 * ldefs-boot.el: Update.
14276
14277 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14278 item to "Time, Load and Mail". Change help echo text.
14279
14280 * time.el (display-time-use-mail-icon, display-time-format)
14281 (display-time-string-forms): Shorten first line of docstrings.
14282
14283 2005-08-10 Lars Hansen <larsh@soem.dk>
14284
14285 * desktop.el (desktop-buffer-mode-handlers):
14286 Make non-customizable. Add autoload cookie. Change initial value to
14287 nil; add elements in respective modules instead. Fix doc string.
14288 (desktop-load-file): New function.
14289 (desktop-minor-mode-handlers): New autoloaded variable.
14290 (desktop-create-buffer): Call minor mode handlers.
14291 Use desktop-load-file to load major and minor mode modules prior to
14292 checking for a handler.
14293 (desktop-save): Don't add nil to desktop-minor-modes for minor
14294 modes with nil function in desktop-minor-mode-table. Don't delete
14295 desktop file before rewriting it.
14296 (desktop-locals-to-save): Add autoload cookie. Don't make
14297 automatically buffer-local. Add variables column-number-mode,
14298 size-indication-mode, indent-tabs-mode,
14299 indicate-buffer-boundaries, indicate-empty-lines and
14300 show-trailing-whitespace.
14301 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14302 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14303 (desktop-clear-preserve-buffers-regexp): Delete.
14304 (desktop-clear-preserve-buffers): Update initial value and docstring.
14305 (desktop-save-buffer): Fix doc string.
14306
14307 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14308 (hilit-chg-desktop-restore): New function.
14309 (highlight-changes-mode): Add highlight-changes-mode to
14310 desktop-locals-to-save.
14311
14312 * dired.el: Add handler to desktop-buffer-mode-handlers.
14313 (dired-restore-desktop-buffer): Remove autoload cookie.
14314 (dired-mode): Add autoload cookie.
14315
14316 * info.el: Add handler to desktop-buffer-mode-handlers.
14317 (Info-restore-desktop-buffer): Remove autoload cookie.
14318 (Info-mode): Add autoload cookie.
14319
14320 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14321 (mh-restore-desktop-buffer): Remove autoload cookie.
14322 (mh-folder-mode): Add autoload cookie.
14323
14324 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14325 (rmail-restore-desktop-buffer): Remove autoload cookie.
14326
14327 2005-08-11 Masatake YAMATO <jet@gyve.org>
14328
14329 * hexl.el (hexl-address-region):
14330 (hexl-ascii-region, hexl-font-lock-keywords):
14331 (hexl-highlight-line-range): Use the term "region"
14332 instead of "area" for consistency with the other symbols
14333 defined in hexl.el.
14334
14335 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
14336
14337 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14338 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14339 out by Juri Linkov). Add `display-battery-mode'.
14340
14341 2005-08-09 Juri Linkov <juri@jurta.org>
14342
14343 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14344 Remove `-text' from face variable names.
14345 (compilation-error-file-name, compilation-warning-file-name)
14346 (compilation-info-file-name): Delete faces.
14347 (compilation-line-number, compilation-column-number):
14348 Remove face underlining.
14349 (compilation-message-face): Set to `underline' value by default.
14350 (compilation-error-face, compilation-warning-face)
14351 (compilation-info-face): Remove `-file-name' from face names.
14352 (compilation-error-text-face, compilation-warning-text-face)
14353 (compilation-info-text-face): Delete face variables.
14354 (compilation-text-face): Delete function.
14355
14356 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14357 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14358 (grep-error-face): Set to `compilation-error' instead of
14359 `compilation-error-face' (which is redefined to `grep-hit-face' in
14360 grep buffers).
14361 (grep-mode-font-lock-keywords): Remove `-text' from face variable
14362 names. Use `grep-error-face' instead of `compilation-error-text-face'.
14363
14364 * dired-aux.el (dired-do-query-replace-regexp):
14365 Use `query-replace-read-args'.
14366
14367 * replace.el (query-replace-read-from, query-replace-read-to)
14368 (query-replace-read-args): Rename arg `string' to `prompt'.
14369
14370 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14371
14372 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14373
14374 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14375 uploading files.
14376 (ange-ftp-canonize-filename): Handle file names beginning with ~
14377 correctly.
14378
14379 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14380
14381 * textmodes/fill.el (canonically-space-region)
14382 (fill-context-prefix, fill-french-nobreak-p)
14383 (fill-delete-newlines, fill-comment-paragraph)
14384 (justify-current-line): "?\ " -> "?\s".
14385
14386 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
14387
14388 * textmodes/fill.el (fill-nonuniform-paragraphs):
14389 Improve argument/docstring consistency.
14390
14391 2005-08-09 Richard M. Stallman <rms@gnu.org>
14392
14393 * textmodes/ispell.el (ispell-word): More fboundp checks.
14394
14395 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14396 (find-file-noselect-1): Call it here, only if RAWFILE.
14397 (normal-mode): Always set some major mode.
14398 (save-some-buffers-action-alist): Change some explanation strings.
14399 (file-name-non-special): In the `quote' method, use unwind-protect.
14400
14401 2005-08-09 Magnus Henoch <mange@freemail.hu>
14402
14403 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14404 (ispell-have-aspell-dictionaries): New variable.
14405 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14406 (ispell-get-aspell-config-value): New function.
14407 (ispell-aspell-find-dictionary): New function.
14408 (ispell-aspell-add-aliases): New function.
14409 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14410 appropriate. Don't look for ispell dictionaries if we use aspell.
14411 (ispell-menu-map): Don't build a submenu of dictionaries.
14412
14413 2005-08-09 Richard M. Stallman <rms@gnu.org>
14414
14415 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14416 (sql-read-passwd): Use read-passwd.
14417
14418 * progmodes/idlw-toolbar.el (idlwave-toolbar)
14419 (idlwave-toolbar-is-possible): Add defvars.
14420
14421 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14422 Avoid warnings.
14423
14424 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14425 (idlwave-system-class-info, idlwave-executive-commands-alist):
14426 Use defvar.
14427
14428 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14429
14430 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14431 Avoid warnings.
14432
14433 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14434 and content-type: headers.
14435
14436 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14437
14438 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14439 and rename some of them to be more self-explanatory.
14440
14441 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14442
14443 * startup.el (command-line-1): Implement -scriptload.
14444
14445 * replace.el (occur-engine): Initial *Occur* output not undoable.
14446
14447 * menu-bar.el (menu-bar-file-menu): Rename some menu items
14448 and improve help strings.
14449
14450 * isearch.el (isearch-repeat): When changing direction,
14451 mark search successful.
14452
14453 * ediff-init.el: Use (featurep 'xemacs).
14454
14455 * comint.el (send-invisible): Identify buffer, if not selected.
14456
14457 * align.el: Delete autoload for c-guess-basic-syntax.
14458
14459 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14460
14461 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14462 Improve argument/docstring consistency. Doc fixes.
14463 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14464 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14465 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14466 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14467 (r2bv-organization, r2bv-pages, r2bv-primary-author)
14468 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14469 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14470 Defvar at compile time.
14471
14472 2005-08-09 Juri Linkov <juri@jurta.org>
14473
14474 * info.el: Replace `info' with upper-case `Info' where appropriate.
14475 (info-title-1, info-title-2, info-title-3, info-title-4)
14476 (info-menu-header): Move up face definitions.
14477 (info-menu-star): Rename from `info-menu-5'.
14478 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14479 (Info-fontify-visited-nodes): Fix docstring.
14480 (Info-hide-note-references): Fix docstring.
14481 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14482 menu items in the same way as on cross-references.
14483 (info-apropos): Fix sorting order and formatting to be like in the
14484 stand-alone Info browser. Display error messages for 1 sec.
14485 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
14486 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14487 from the menu bar.
14488 (Info-insert-dir): Restore point after calling
14489 `insert-buffer-substring'.
14490
14491 2005-08-08 Richard M. Stallman <rms@gnu.org>
14492
14493 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14494 (recompute-lucid-menubar): Add defvars.
14495
14496 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14497
14498 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14499
14500 * net/net-utils.el (run-dig): Rename from `dig'.
14501
14502 * play/gametree.el (gametree-mode): Use make-local-variable,
14503 not make-variable-buffer-local.
14504
14505 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14506
14507 * ansi-color.el (ansi-color-make-extent)
14508 (ansi-color-set-extent-face): Use fboundp, not functionp.
14509
14510 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14511 not make-variable-buffer-local.
14512
14513 * bookmark.el (Info-current-file): Add defvar.
14514 (bookmark-jump-noselect): Use with-no-warnings.
14515
14516 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14517
14518 * ebuff-menu.el (Helper-return-blurb): Add defvar.
14519
14520 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14521
14522 * find-file.el (ada-procedure-start-regexp)
14523 (ada-package-start-regexp): Add defvars.
14524
14525 * info.el (Info-insert-dir): Use insert-buffer-substring.
14526
14527 * xml.el (xml-att-def-re): Add defvar.
14528
14529 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14530 calling convention.
14531
14532 * subr.el (while-no-input): Return t if there is input.
14533
14534 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
14535
14536 * cus-start.el (all): Add `overflow-newline-into-fringe'.
14537
14538 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
14539
14540 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14541 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14542
14543 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
14544
14545 * cmuscheme.el (scheme-start-file): Replace reference to
14546 `user-emacs-directory' by "~/.emacs.d/".
14547
14548 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
14549
14550 * info.el (Info-dir-remove-duplicates): Avoid case folding
14551 in loop; instead, keep downcased strings for comparison.
14552 Suggested by Helmut Eller.
14553
14554 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
14555
14556 Sync with Tramp 2.0.50.
14557
14558 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14559 XEmacs case; not necessary anymore.
14560 (tramp-user-regexp): Allow "@" as part of user name.
14561 (tramp-handle-set-visited-file-modtime)
14562 (tramp-handle-insert-file-contents)
14563 (tramp-handle-write-region): No special handling for
14564 `last-coding-system-used, because this is done in
14565 `tramp-accept-process-output' now.
14566 (tramp-accept-process-output): New defun.
14567 (tramp-process-one-action, tramp-process-one-multi-action)
14568 (tramp-wait-for-regexp, tramp-wait-for-output)
14569 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
14570 Howells <dhowells@redhat.com>.
14571 (clear-visited-file-modtime): Defadvice removed. The check for
14572 unset buffer's modtime does not need to be based on
14573 `tramp-buffer-file-attributes'. Suggested by RMS.
14574 (tramp-message): Insert "\n" if not being at beginning of line.
14575 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14576 sequence with same logic.
14577 (tramp-completion-handle-expand-file-name): Discard call of
14578 `tramp-drop-volume-letter'. It is not necessary, and there have
14579 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14580 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14581 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14582 should always be visible.
14583 (tramp-handle-insert-directory, tramp-setup-complete)
14584 (tramp-set-process-query-on-exit-flag)
14585 (tramp-append-tramp-buffers): Pacify byte-compiler.
14586 (tramp-bug): Delete non-existing variables from list.
14587 Apply `tramp-load-report-modules' as pre-hook.
14588 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14589 `shell-prompt-pattern' because of non-7bit characters.
14590 Reported by Sebastian Luque <sluque@mun.ca>.
14591 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14592 (tramp-match-string-list): Remove function.
14593 (tramp-wait-for-regexp): Remove call of that function.
14594 Suggested by Kim F. Storm <storm@cua.dk>.
14595 (tramp-set-auto-save-file-modes): Use octal integer code #o600
14596 instead of octal character code ?\600. The latter resulted in a
14597 syntax error with XEmacs.
14598
14599 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14600 XEmacs case; not necessary anymore.
14601 (tramp-smb-handle-write-region): No special handling for
14602 `last-coding-system-used, because this is done in
14603 `tramp-accept-process-output' now.
14604 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14605
14606 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
14607
14608 * wid-edit.el (widget-choice-value-create):
14609 Unconditionally respect user choice. Set :explicit-choice back to nil
14610 when no longer needed.
14611 (widget-choice-action): Unconditionally respect user choice.
14612 Eliminate :explicit-choice-value.
14613
14614 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
14615
14616 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
14617 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
14618 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
14619 running new function `toggle-indicate-empty-lines'.
14620 Rename "Customize" item to "Customize fringe".
14621 Rename "Indicators" item to "Buffer boundaries" and change help echo.
14622 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
14623 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
14624 Delete "Empty lines only" item.
14625 (menu-bar-showhide-fringe-ind-customize): New function.
14626 (menu-bar-showhide-fringe-ind-mixed)
14627 (menu-bar-showhide-fringe-ind-box)
14628 (menu-bar-showhide-fringe-ind-right)
14629 (menu-bar-showhide-fringe-ind-left)
14630 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
14631 instead of `fringe-indicators'.
14632
14633 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14634
14635 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
14636 Change the date of last update.
14637
14638 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14639
14640 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
14641 (viper-exec-yank, viper-put-back): Don't display modification msg
14642 if in the minibuffer.
14643
14644 * viper-init.el (viper-replace-overlay-cursor-color)
14645 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
14646 Make variables frame local.
14647
14648 * viper-util.el (viper-append-filter-alist): Use append instead of
14649 nconc.
14650
14651 * viper.el (viper-vi-state-mode-list)
14652 (viper-emacs-state-mode-list): Move help-mode and
14653 completion-list-mode from the first list to the second.
14654 (viper-mode): Docstring.
14655 (viper-go-away, viper-non-hook-settings): Don't localize
14656 minor-mode-alist in newer Emacsen. Add advice to
14657 set-cursor-color. Don't bind "\C-c\\".
14658
14659 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
14660
14661 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
14662 (scheme-macro-expand-command): New user options.
14663 (scheme-trace-procedure, scheme-expand-current-form): New commands.
14664 (scheme-form-at-point, scheme-start-file)
14665 (scheme-interactively-start-process): New functions.
14666 (scheme-get-process): New function, extracted from `scheme-proc'.
14667 (run-scheme): Call `scheme-start-file' to get start file, and pass
14668 it to `make-comint'.
14669 (switch-to-scheme, scheme-proc):
14670 Call `scheme-interactively-start-process' if no Scheme buffer/process
14671 is available.
14672
14673 2005-08-06 Juri Linkov <juri@jurta.org>
14674
14675 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14676 Use `compilation-text-face', `compilation-info-text-face' and
14677 `compilation-error-text-face' instead of `font-lock-keyword-face'.
14678 (compilation-error): New face.
14679 (compilation-error-file-name): Inherit from
14680 `compilation-error' instead of `font-lock-warning-face'.
14681 (compilation-warning-file-name): Inherit from
14682 `compilation-warning' instead of `font-lock-warning-face'.
14683 (compilation-info, compilation-error-file-name)
14684 (compilation-warning-file-name, compilation-info-file-name)
14685 (compilation-line-number, compilation-column-number): Doc fix.
14686 (compilation-error-text-face, compilation-warning-text-face)
14687 (compilation-info-text-face): New face variables.
14688 (compilation-line-face, compilation-column-face)
14689 (compilation-enter-directory-face)
14690 (compilation-leave-directory-face): Doc fix.
14691 (compilation-text-face): New function.
14692
14693 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
14694 instead of 1 to display binary file names as info file links.
14695 (grep-error-face): Use `compilation-error-face' instead of
14696 `font-lock-keyword-face'.
14697 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
14698 and `compilation-warning-text-face' instead of
14699 `font-lock-keyword-face'. Use `compilation-error-text-face'
14700 instead of `grep-error-face'.
14701
14702 2005-08-05 Kenichi Handa <handa@m17n.org>
14703
14704 * international/code-pages.el: Add autoload cookies for all coding
14705 systems.
14706
14707 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
14708
14709 * cus-start.el (all): Put undo.c where it alphabetically belongs.
14710
14711 2005-08-04 Juri Linkov <juri@jurta.org>
14712
14713 * progmodes/compile.el (compilation-mode-map):
14714 * progmodes/grep.el (grep-mode-map):
14715 Bind TAB to `compilation-next-error' and [backtab] to
14716 `compilation-previous-error'.
14717
14718 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
14719 matching line numbers, column numbers and their ranges with regexp
14720 matching only line numbers.
14721 (grep-context-face): New face variable.
14722 (grep-mode-font-lock-keywords): Use it.
14723
14724 * faces.el (read-face-name): Delete duplicate faces.
14725
14726 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
14727
14728 * thumbs.el (thumbs-find-image): Don't make variables
14729 automatically buffer local.
14730 (thumbs-current-tmp-filename, thumbs-current-image-filename)
14731 (thumbs-image-num): Make automatically buffer local.
14732 (thumbs-show-thumbs-list): Use `make-local-variable', not
14733 `make-variable-buffer-local'.
14734 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
14735
14736 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
14737 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
14738 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
14739 (bother, bye, canyou, chatlst, continue, deathlst, describe)
14740 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
14741 (feelings-about, foullst, found, hello, history, howareyoulst)
14742 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
14743 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
14744 (neglst, obj, object, owner, please, problems, qlist)
14745 (random-adjective, relation, remlst, repetitive-shortness)
14746 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
14747 (shortlst, something, sportslst, stallmanlst, states, subj)
14748 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
14749 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
14750 Defvar at compile time.
14751
14752 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
14753 not `make-variable-buffer-local'.
14754
14755 2005-08-02 Kim F. Storm <storm@cua.dk>
14756
14757 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
14758 rectangle overlay in selected window.
14759
14760 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
14761
14762 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
14763 instead of display group. Make `indicate-buffer-boundaries'
14764 customizable through Custom.
14765
14766 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
14767
14768 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
14769 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
14770 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
14771 (gdb-put-string): Fix typos in docstrings.
14772
14773 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
14774
14775 Update copyright notices of files in progmodes directory for
14776 release of Emacs 22.1.
14777
14778 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
14779
14780 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
14781 Don't barf if the GUD buffer has been killed.
14782
14783 2005-08-01 Kim F. Storm <storm@cua.dk>
14784
14785 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
14786
14787 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
14788
14789 * simple.el (next-error-follow-minor-mode):
14790 make-variable-buffer-local -> make-local-variable.
14791
14792 * emacs-lisp/cl-extra.el: Require CL also when compiling.
14793
14794 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
14795 (byte-compile-form-make-variable-buffer-local): New functions to warn
14796 about misuses of make-variable-buffer-local where make-local-variable
14797 was meant.
14798
14799 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
14800
14801 * bs.el (bs-attributes-list): Doc fix.
14802 (bs): Update url-link.
14803
14804 * desktop.el (desktop-save-buffer): Fix typos in docstring.
14805 (desktop-load-default): Simplify.
14806
14807 * ibuffer.el (ibuffer-columnize-and-insert-list)
14808 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
14809 (ibuffer-unmark-all, ibuffer-toggle-marks)
14810 (ibuffer-unmark-forward, ibuffer-unmark-backward)
14811 (ibuffer-compile-make-format-form, ibuffer-format-column)
14812 (ibuffer-current-buffers-with-marks)
14813 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
14814 (ibuffer): Doc fix.
14815 (ibuffer-mode): Fix typo in docstring.
14816 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
14817 with `define-obsolete-variable-alias'.
14818 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
14819
14820 2005-07-29 Kenichi Handa <handa@m17n.org>
14821
14822 * international/mule-cmds.el (select-message-coding-system):
14823 Be sure to use LF for end-of-line. If no coding system is decided,
14824 return iso-8859-1-unix.
14825
14826 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
14827
14828 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
14829 (ange-ftp-pending-error-line): New vars.
14830 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
14831 to handle the non-fatal no-route-to-host messages.
14832 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
14833
14834 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
14835
14836 * isearch.el (isearch-mode-map, isearch-other-meta-char)
14837 (isearch-quote-char, isearch-printing-char)
14838 (isearch-text-char-description): "?\ " -> "?\s".
14839 (isearch-lazy-highlight-cleanup)
14840 (isearch-lazy-highlight-initial-delay)
14841 (isearch-lazy-highlight-interval)
14842 (isearch-lazy-highlight-max-at-a-time)
14843 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
14844 Declare with define-obsolete-*-alias macros.
14845 (isearch-forward): Fix typo in docstring.
14846 (search-invisible, search-ring-yank-pointer)
14847 (regexp-search-ring-yank-pointer): Doc fixes.
14848
14849 * recentf.el (recentf-menu-append-commands-p): Declare with
14850 `define-obsolete-variable-alias'.
14851 (recentf-max-saved-items, recentf-menu-filter)
14852 (recentf-arrange-by-rule-subfilter): Doc fixes.
14853 (recentf-menu-append-commands-flag)
14854 (recentf-initialize-file-name-history, recentf-expand-file-name)
14855 (recentf-clear-data): Fix typos in docstrings.
14856
14857 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
14858
14859 * progmodes/gdb-ui.el: Smarten comments.
14860 (gdb-info-breakpoints-custom): Use nowarn when finding file.
14861
14862 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14863
14864 * term/apollo.el (terminal-init-apollo): New function containing
14865 all former top level forms in the file.
14866 * term/bobcat.el (terminal-init-bobcat):
14867 * term/cygwin.el (terminal-init-cygwin):
14868 * term/iris-ansi.el (terminal-init-iris-ansi):
14869 * term/linux.el (terminal-init-linux):
14870 * term/news.el (terminal-init-news):
14871 * term/rxvt.el (terminal-init-rxvt):
14872 * term/sun.el (terminal-init-sun):
14873 * term/tvi970.el (terminal-init-tvi970):
14874 * term/vt100.el (terminal-init-vt100):
14875 * term/vt102.el (terminal-init-vt102):
14876 * term/vt125.el (terminal-init-vt125):
14877 * term/vt200.el (terminal-init-vt200):
14878 * term/vt201.el (terminal-init-vt201):
14879 * term/vt220.el (terminal-init-vt220):
14880 * term/vt240.el (terminal-init-vt240):
14881 * term/vt300.el (terminal-init-vt300):
14882 * term/vt320.el (terminal-init-vt320):
14883 * term/vt400.el (terminal-init-vt400):
14884 * term/vt420.el (terminal-init-vt420):
14885 * term/wyse50.el (terminal-init-wyse50):
14886 * term/xterm.el (terminal-init-xterm): Likewise.
14887
14888 * term/README: Describe the terminal-init-* functionality.
14889
14890 * startup.el (command-line): After loading the terminal initialization
14891 file call the corresponding terminal initialization function.
14892
14893 2005-07-27 Kenichi Handa <handa@m17n.org>
14894
14895 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
14896 negative.
14897
14898 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
14899 (ps-mule-composition-prologue): Fix for the case that
14900 RelativeCompose is false.
14901
14902 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14903
14904 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
14905
14906 * descr-text.el (describe-char): Handle the case where the list of
14907 chars is displayed in a separate frame.
14908 Be a bit more discriminating when looking for the char.
14909
14910 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
14911
14912 * bookmark.el (bookmark-automatically-show-annotations)
14913 (bookmark-read-annotation-text-func): Doc fixes.
14914 (bookmark-save): Improve argument/docstring consistency.
14915 (bookmark-get-bookmark, bookmark-get-bookmark-record)
14916 (bookmark-alist-from-buffer)
14917 (bookmark-upgrade-file-format-from-0)
14918 (bookmark-grok-file-format-version)
14919 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
14920 (bookmark-read-annotation-mode)
14921 (bookmark-insert-current-bookmark, bookmark-jump)
14922 (bookmark-exit-hook): Fix typos in docstrings.
14923 (bookmark-exit-hooks): Define as obsolete alias.
14924 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
14925 not `bookmark-exit-hooks'. Fix docstring.
14926 (bookmark-bmenu-select): "?\ " -> "?\s".
14927
14928 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
14929
14930 * startup.el (command-line): Fix typo.
14931
14932 2005-07-24 Richard M. Stallman <rms@gnu.org>
14933
14934 * tooltip.el (tooltip-mode): Test emacs-basic-display,
14935 not emacs-quick-startup.
14936
14937 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
14938
14939 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
14940 (reb-next-match, reb-show-subexp): Use `with-selected-window'
14941 instead of `reb-with-current-window'.
14942 (reb-prev-match): Likewise. Also, don't move left if the search
14943 was unsuccessful.
14944 (reb-initialize-buffer): New function.
14945 (re-builder, reb-change-syntax): Use it.
14946
14947 * man.el (Man-goto-page): Make second argument NOERROR optional.
14948
14949 2005-07-23 Richard M. Stallman <rms@gnu.org>
14950
14951 * man.el (Man-bgproc-sentinel): Check here for failure to find
14952 any man page in the output, and report the error here.
14953 (Man-arguments): Make it permanent local.
14954 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
14955 (Man-mode): Pass t for NOERROR.
14956
14957 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
14958 (grep-mode-font-lock-keywords):
14959 Don't use compilation-...-face for messages that are not file names.
14960
14961 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14962 Don't use compilation-...-face for messages that are not file names.
14963
14964 2005-07-22 Juri Linkov <juri@jurta.org>
14965
14966 * startup.el (normal-splash-screen): Update menu name.
14967
14968 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
14969
14970 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14971
14972 * term/xterm.el: Load term/rxvt if the terminal is actually an
14973 rxvt terminal.
14974 (xterm-rxvt-set-background-mode): Remove, not used anymore.
14975
14976 * term/rxvt.el (function-key-map): Use substitute-key-definition
14977 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
14978
14979 * term/cygwin.el: New file.
14980
14981 2005-07-22 Kim F. Storm <storm@cua.dk>
14982
14983 * image-file.el (insert-image-file, image-file-yank-handler):
14984 Fix last change to maintain a (unique) yank-handler on yanked images.
14985
14986 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
14987
14988 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
14989 of the file size (as in "177B" for 177 bytes). This happens with
14990 "ls -lh" on FreeBSD.
14991
14992 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
14993
14994 * hilit-chg.el (highlight-changes-global-initial-state)
14995 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
14996 (hilit-chg-fixup, highlight-changes-mode):
14997 Fix typos in docstrings.
14998 (highlight-changes-global-modes, highlight-changes-rotate-faces):
14999 Doc fixes.
15000
15001 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15002
15003 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15004 mode function using `eval-after-load'.
15005
15006 2005-07-21 Kim F. Storm <storm@cua.dk>
15007
15008 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15009 included when reporting an emacs crash, and tell about the DEBUG file.
15010
15011 * image-file.el (insert-image-file): Add yank-handler.
15012 (image-file-yank-handler): Yank handler to make unique copies of
15013 images when they are yanked into a buffer next to each other.
15014
15015 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15016
15017 * comint.el (comint-use-prompt-regexp, comint-send-input)
15018 (comint-source-default, comint-extract-string)
15019 (comint-get-source, comint-word, comint-completion)
15020 (comint-source, comint-prompt-read-only, comint-update-fence):
15021 Fix typos in docstrings.
15022 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15023 Declare with define-obsolete-*-alias macros.
15024 (comint-previous-matching-input-from-input)
15025 (comint-next-matching-input-from-input)
15026 (comint-previous-matching-input, comint-next-matching-input)
15027 (comint-forward-matching-input):
15028 Improve argument/docstring consistency.
15029
15030 * desktop.el (desktop-clear-preserve-buffers-regexp):
15031 Also preserve the *server* buffer.
15032
15033 * simple.el (clone-indirect-buffer): Doc fix.
15034 (fixup-whitespace, just-one-space)
15035 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15036 (next-error, next-error-highlight)
15037 (next-error-highlight-no-select, next-error-last-buffer)
15038 (next-error-buffer-p, next-error-find-buffer, next-error)
15039 (previous-error, next-error-no-select, previous-error-no-select)
15040 (open-line, split-line, minibuffer-prompt-width, kill-new)
15041 (binary-overwrite-mode): Fix typos in docstrings.
15042 (set-fill-column): Fix typo in message.
15043
15044 * skeleton.el (skeleton-proxy-new): Doc fix.
15045
15046 * strokes.el (strokes-load-hook): Doc fix.
15047 (strokes-grid-resolution, strokes-get-grid-position)
15048 (strokes-renormalize-to-grid, strokes-read-stroke)
15049 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15050 (strokes-global-map): Fix typos in docstrings.
15051 (strokes-help): Doc fix. Fix help message and pass it through
15052 `substitute-command-keys'.
15053
15054 * tempo.el (tempo-insert-prompt, tempo-interactive)
15055 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15056 (tempo-insert-string-functions, tempo-local-tags)
15057 (tempo-define-template, tempo-insert-template)
15058 (tempo-insert-prompt-compat, tempo-is-user-element)
15059 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15060 Fix typos in docstrings.
15061
15062 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15063 (vcursor-key-bindings, vcursor-use-vcursor-map)
15064 (vcursor-find-window, vcursor-scroll-down)
15065 (vcursor-disable, vcursor-beginning-of-buffer)
15066 (vcursor-end-of-buffer): Fix typos in docstrings.
15067 (vcursor-relative-move, vcursor-get-char-count):
15068 Improve argument/docstring consistency.
15069
15070 * version.el: "?\ " -> "?\s".
15071
15072 * wid-edit.el (widget-default-create, widget-after-change)
15073 (widget-default-format-handler, widget-checklist-add-item)
15074 (widget-radio-add-item, widget-choose, widget-specify-secret)
15075 (widget-field-value-create, widget-field-value-get)
15076 (widget-editable-list-format-handler)
15077 (widget-editable-list-entry-create, widget-group-value-create)
15078 (widget-documentation-link-add)
15079 (widget-documentation-string-value-create): "?\ " -> "?\s".
15080 (widget-convert-text): Doc fix.
15081 (widget-narrow-to-field, widget-field-find)
15082 (widget-url-link-action, widget-emacs-library-link-action)
15083 (widget-color-notify): Fix typos in docstrings.
15084
15085 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15086 (x-select-text, set-w32-system-coding-system)
15087 (w32-add-charset-info): Fix typos in docstrings.
15088
15089 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15090 (cua-enable-cua-keys, cua-use-hyper-key)
15091 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15092 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15093
15094 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15095
15096 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15097 `defalias' instead of faking it.
15098
15099 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15100 (eshell-ls-missing, eshell-ls-dired-initial-args)
15101 (eshell-ls-use-in-dired): Fix typos in docstrings.
15102
15103 2005-07-20 Kim F. Storm <storm@cua.dk>
15104
15105 * emulation/cua-base.el (cua-mode): Improve doc string.
15106
15107 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
15108
15109 * abbrev.el (expand-region-abbrevs): Doc fix.
15110 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15111 Improve argument/docstring consistency.
15112
15113 * arc-mode.el (archive-get-descr, archive-alternate-display):
15114 Doc fixes.
15115 (archive-l-e): Improve argument/docstring consistency.
15116 (archive-tmpdir, archive-unixdate, archive-unixtime)
15117 (archive-chmod-entry): Fix typos in docstrings.
15118 (archive-unflag, archive-unflag-backwards)
15119 (archive-unmark-all-files): "?\ " -> "?\s".
15120
15121 * buff-menu.el (Buffer-menu-unmark): Doc fix.
15122 (Buffer-menu-not-modified, Buffer-menu-execute)
15123 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15124 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15125
15126 * composite.el (compose-string, encode-composition-rule)
15127 (compose-last-chars): Fix typos in docstrings.
15128
15129 * desktop.el (desktop-enable, desktop-basefilename):
15130 Declare with `define-obsolete-variable-alias'.
15131 (desktop-internal-v2s): Don't quote keywords.
15132 (desktop-clear): "?\ " -> "?\s".
15133
15134 * dired.el (dired-align-file, dired-flag-backup-files)
15135 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15136 (dired-listing-switches, dired-ls-F-marks-symlinks)
15137 (dired-dwim-target, dired-load-hook, dired-mode-hook)
15138 (dired-directory, dired-faces, dired, dired-revert)
15139 (dired-mode, dired-summary, dired-view-file)
15140 (dired-copy-filename-as-kill, dired-delete-file)
15141 (dired-no-confirm, dired-unmark-all-marks)
15142 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15143 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15144 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15145 Fix typos in message strings.
15146
15147 * dired-x.el (virtual-dired): Declare with `defalias'.
15148 (dired-mark-unmarked-files, dired-local-variables-file)
15149 (dired-omit-here-always): Doc fix.
15150 (dired-omit-mode, dired-find-subdir)
15151 (dired-enable-local-variables, dired-clean-up-buffers-too)
15152 (dired-extra-startup, dired-mark-extension, dired-jump)
15153 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15154 (dired-smart-shell-command, dired-guess-shell-alist-user)
15155 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15156 (dired-x-bind-find-file, dired-x-submit-report):
15157 Fix typos in docstrings.
15158 (dired-mark-unmarked-files): "?\ " -> "?\s".
15159
15160 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15161
15162 * faces.el (describe-face): "?\ " -> "?\s".
15163 (read-all-face-attributes, read-face-font, modify-face)
15164 (face-attr-construct, italic): Fix typos in docstrings.
15165 (frame-update-face-colors): Declare with
15166 `define-obsolete-function-alias'.
15167
15168 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15169 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15170 (magic-mode-alist, buffer-file-numbers-unique)
15171 (write-file-functions, get-free-disk-space):
15172 Fix typos in docstrings.
15173 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15174 (write-contents-hooks, write-file-hooks):
15175 Declare with `define-obsolete-variable-alias'.
15176
15177 * forms-d2.el (arch-rj): Fix typo in docstrings.
15178 (arch-tocol): Likewise. "?\ " -> "?\s".
15179
15180 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15181 Fix typo in docstring.
15182 (set-screen-width, set-screen-height): Delete redundant info in
15183 doctrings.
15184 (new-frame, screen-height, screen-width): Declare with
15185 `define-obsolete-function-alias'.
15186 (delete-frame-hook, blink-cursor): Declare with
15187 `define-obsolete-variable-alias'.
15188
15189 * paths.el (prune-directory-list): Fix typos in docstring.
15190
15191 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15192 (cvs-prefix-get): Fix typos in docstrings.
15193
15194 * ps-print.el (ps-extend-face-list, ps-extend-face)
15195 (ps-print-background-image): Fix typos in docstrings.
15196 (ps-default-fg, ps-default-bg): Doc fixes.
15197
15198 * s-region.el (s-region-bind): Doc fix.
15199 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15200
15201 * textmodes/org.el (org-table-formula-substitute-names)
15202 (org-table-get-vertical-vector): Doc fixes.
15203 (org-table-recalculate): Remove unused argument to `message'.
15204
15205 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15206
15207 * textmodes/org.el (org-table-column-names)
15208 (org-table-column-name-regexp)
15209 (org-table-named-field-locations): New variables.
15210 (org-archive-subtree): Protect `this-command' when calling
15211 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15212 the kill buffer.
15213 (org-complete): Remove fixed-formula completion.
15214 (org-edit-formulas-map): New variable.
15215 (org-table-edit-formulas): New command.
15216 (org-finish-edit-formulas, org-abort-edit-formulas)
15217 (org-show-variable, org-table-get-vertical-vector): New functions.
15218 (org-table-maybe-eval-formula): Handle `:=' fields.
15219 (org-table-get-stored-formulas, org-table-store-formulas)
15220 (org-table-get-formula, org-table-modify-formulas)
15221 (org-table-replace-in-formulas): Handle named field formulas.
15222 (org-table-get-specials): Store locations of named fields.
15223
15224 2005-07-19 Juri Linkov <juri@jurta.org>
15225
15226 * progmodes/grep.el (grep-regexp-alist)
15227 (grep-mode-font-lock-keywords, grep-process-setup):
15228 Use default GNU grep match color "01;31m" instead of "01;41m".
15229 (grep-regexp-alist, grep-mode-font-lock-keywords):
15230 Use `\\[[0-9]*m' instead of `\\[00m'.
15231 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15232 sgr_start where its handling is more important. Use the real
15233 length of sgr_start instead of constant 8.
15234 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15235 specially. Delete all remaining escape sequences.
15236 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15237 (grep-regexp-alist): Make hyperlink only for binary file name
15238 instead of the whole line.
15239 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15240 (grep-mode): Add autoload.
15241
15242 * emacs-lisp/find-func.el (find-function-regexp):
15243 Add `define-compilation-mode'.
15244
15245 2005-07-19 Juri Linkov <juri@jurta.org>
15246
15247 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15248 (compare-windows-sync-string-size, compare-windows-recenter)
15249 (compare-windows-highlight, compare-windows): Add version 22.1.
15250 (compare-windows) <defface>: Inherit from lazy-highlight instead
15251 of duplicating its default value.
15252
15253 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15254 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15255
15256 * descr-text.el (describe-char): Create link buttons for `charset'
15257 and `code point'. Add the current input method name with a link
15258 button to `to input' field. Print face names of display table
15259 characters in `The display table entry is displayed by' section
15260 instead of printing face-id in the `display' field.
15261 Guess hardcoded faces and create a link button for them.
15262 Skip empty fields when calculating max-width.
15263 Treat `widget-create' specially while inserting strings from the
15264 collected field list.
15265 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15266
15267 * diff-mode.el (diff-file-header): Change foreground color from
15268 yellow to green on light backgrounds.
15269 (diff-context): Inherit from `shadow' only for color/grayscale
15270 with more than 88 colors.
15271 (diff-indicator-removed, diff-indicator-added)
15272 (diff-indicator-changed): New faces.
15273 (diff-font-lock-keywords): Use new faces. Regroup rules.
15274 Add "^---$" for `normal' diff format. Fontify `#' lines with
15275 font-lock-comment-delimiter-face and font-lock-comment-face.
15276 Add `#' to ^[^...] in the rule for `diff-context-face'.
15277
15278 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15279 a button-like box. Inherit from `highlight' on low colors.
15280 (shadow): Use shades of gray only for color/grayscale with
15281 more than 88 colors. Use green for light backgrounds with
15282 8 colors, and yellow for dark backgrounds with 8 colors.
15283
15284 * font-lock.el (font-lock-regexp-grouping-backslash):
15285 Don't inherit from escape-glyph (use bold for all cases).
15286
15287 * info.el (info-xref-visited): Use light foreground color `violet'
15288 for dark backgrounds instead of dark color `magenta3'.
15289 (info-title-1): Use `yellow' color for dark backgrounds.
15290
15291 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15292 too-light magenta2.
15293
15294 * replace.el (match): Use slightly more light RoyalBlue3 instead
15295 of dark RoyalBlue4.
15296
15297 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15298
15299 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15300
15301 * novice.el (disabled-command-hook): Declare it with
15302 `define-obsolete-variable-alias'.
15303
15304 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15305 (desktop-buffer-misc-functions, desktop-buffer-handlers)
15306 (desktop-load-default): Add release to obsolescence info.
15307 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15308 (desktop-append-buffer-args, desktop-read):
15309 Fix typos in docstrings.
15310 (desktop-kill): Fix typo in message.
15311 (desktop-save): Doc fix.
15312
15313 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
15314
15315 * viper-cmd.el (viper-escape-to-state): Bug fix.
15316 (viper-envelop-ESC-key): Change the definition of fast
15317 keysequence so it'll work with keyboard macros.
15318
15319 * ediff.el (ediff-patch-buffer): Change the docstring.
15320
15321 2005-07-19 Kenichi Handa <handa@m17n.org>
15322
15323 * international/mule-cmds.el (select-safe-coding-system): Try to
15324 use an auto-coding (if any) before anything else. If the found
15325 auto-coding is invalid, show a warning message.
15326
15327 * international/mule.el (find-auto-coding): New function created
15328 by modifying the body of set-auto-coding.
15329 (set-auto-coding): Use find-auto-coding to find a coding.
15330
15331 2005-07-18 Richard M. Stallman <rms@gnu.org>
15332
15333 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15334 not isearch-mode-end-hook-error.
15335 (allout-before-change-protect): Fix error message.
15336
15337 2005-07-18 Juri Linkov <juri@jurta.org>
15338
15339 * allout.el (allout-mode):
15340 * calculator.el (calculator-copy):
15341 * custom.el (custom-known-themes):
15342 * dired.el (dired-desktop-buffer-misc-data)
15343 (dired-restore-desktop-buffer):
15344 * dired-x.el (dired-omit-marker-char):
15345 * files.el (basic-save-buffer):
15346 * font-core.el (font-lock-mode):
15347 * calendar/calendar.el (calendar-goto-hebrew-date)
15348 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15349 (calendar-goto-persian-date):
15350 * language/ethio-util.el (ethio-sera-to-fidel-region):
15351 * textmodes/picture.el (picture-mode):
15352 Delete duplicate duplicate words.
15353
15354 2005-07-18 Juri Linkov <juri@jurta.org>
15355
15356 * isearch.el (isearch-mode-map): Remove key bindings for regexp
15357 chars * ? } |.
15358 (isearch-fallback): Don't call `isearch-process-search-char'.
15359 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15360 (isearch-process-search-char): Call `isearch-fallback' for regexp
15361 chars * ? } |.
15362 (isearch-return-char): Make obsolete with `make-obsolete' instead
15363 of simply documenting it as obsolete in the docstring.
15364 (isearch-fallback): Refill docstring.
15365
15366 * international/isearch-x.el
15367 (isearch-process-search-multibyte-characters): Remove unneeded
15368 `concat'. Add intermediate values to `junk-hist' instead of
15369 `minibuffer-history'. Test the length of `str'.
15370
15371 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
15372
15373 * allout.el (allout-resolve-xref): Fix typos in error strings.
15374 (allout-before-change-protect): Remove unneeded `concat'.
15375
15376 * array.el (array-mode, array-reconfigure-rows)
15377 (untabify-backward): Fix typos in docstrings.
15378 (array-reconfigure-rows): Use `insert-buffer-substring', not
15379 `insert-buffer'.
15380
15381 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15382 * progmodes/ada-mode.el (ada-make-body):
15383 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15384
15385 * dired.el (dired-log):
15386 * tar-mode.el (tar-subfile-save-buffer):
15387 * play/zone.el (zone-pgm-stress-destress):
15388 Use `insert-buffer-substring', not `insert-buffer'.
15389
15390 2005-07-17 Simon Josefsson <jas@extundo.com>
15391
15392 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15393
15394 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
15395
15396 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15397 Add plain auth method.
15398 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15399
15400 2005-07-17 Kim F. Storm <storm@cua.dk>
15401
15402 * ido.el (dired-other-window): Add ido property.
15403
15404 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
15405
15406 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15407 Fix typo in docstring.
15408 (byte-compile-interactive-only-functions): Add `insert-buffer' and
15409 `insert-file-literally'.
15410
15411 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15412 info and delete redundant message. Doc fix.
15413 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15414 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15415
15416 2005-07-16 Richard M. Stallman <rms@gnu.org>
15417
15418 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15419 (byte-compile-and): Use byte-compile-and-recursion.
15420 (byte-compile-or-recursion): New function.
15421 (byte-compile-or): Use that.
15422 (byte-compile-if): Guard the else-clause too.
15423 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15424
15425 * isearch.el (isearch-mode-end-hook-quit): New variable.
15426 (isearch-done): Bind it.
15427 (isearch-mode-end-hook): Doc fix.
15428
15429 * allout.el (allout-isearch-did-quit): Variable deleted.
15430 (allout-real-isearch-abort): Function name no longer used.
15431 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15432 (allout-isearch-rectification): isearch-mode always exists.
15433 Don't set allout-isearch-did-quit.
15434 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15435 allout-isearch-did-quit.
15436 (allout-enwrap-isearch): Just add the hook.
15437 (allout-isearch-abort): Function deleted.
15438 (allout-pre-command-business): Avoid warning.
15439
15440 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15441 Correctly avoid warnings.
15442 (pascal-outline): Likewise.
15443
15444 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15445
15446 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15447
15448 * play/tetris.el (tetris-mode): Avoid warning.
15449
15450 * play/snake.el (snake-mode): Avoid warning.
15451
15452 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15453 (gamegrid-set-display-table): Avoid warning.
15454 (gamegrid-set-timer): Likewise.
15455 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15456 (gamegrid-add-score-with-update-game-score-1): Take FILE
15457 as argument.
15458 (gamegrid-add-score-with-update-game-score): Pass that argument.
15459 Rename have-shared-game-dir to gamegrid-shared-game-dir.
15460
15461 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15462
15463 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15464 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15465
15466 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15467 and insert-file.
15468
15469 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15470 (sc-ask): Avoid warnings.
15471
15472 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15473 (eshell-hist-initialize): Use that var the natural way.
15474
15475 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15476
15477 * emacs-lisp/re-builder.el (reb-cook-regexp):
15478 Avoid warning calling lre-compile-string.
15479 (reb-color-display-p): Avoid warning.
15480
15481 * calculator.el (calculator-last-input): Guard uses
15482 of event-key and key-press-event-p.
15483 (event-key, key-press-event-p): Delete definitions.
15484
15485 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15486 (find-gc-source-directory, find-gc-subrs-callers)
15487 (find-gc-noreturn-list, find-gc-source-files)
15488 (find-gc-subrs-called): Vars renamed and defvar'd.
15489
15490 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15491 (checkdoc-overlay-put, checkdoc-delete-overlay)
15492 (checkdoc-overlay-start, checkdoc-overlay-end)
15493 (checkdoc-mode-line-update, checkdoc-char=):
15494 Define such that compiler knows they are defined.
15495 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
15496 (checkdoc-read-event): Delete. Use read-event directly.
15497
15498 * whitespace.el (whitespace-make-overlay)
15499 (whitespace-overlay-put, whitespace-delete-overlay)
15500 (whitespace-overlay-start, whitespace-overlay-end):
15501 Define such that compiler knows they are defined.
15502 (whitespace): Move conditional inside.
15503
15504 * tempo.el (tempo-insert-template): Suppress warning.
15505
15506 * ediff-diff.el (longlines-mode): Add defvar.
15507
15508 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
15509
15510 * server.el: Bind "C-x #" in a way that works even if C-x is
15511 redefined to a command key, not a prefix key.
15512
15513 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15514
15515 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15516 cl-make-type-test till execution time.
15517
15518 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
15519
15520 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15521 arg ARG and use it.
15522
15523 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15524
15525 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15526
15527 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
15528
15529 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15530 a defcustom with two :set or :type keywords.
15531
15532 2005-07-15 Richard M. Stallman <rms@gnu.org>
15533
15534 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15535 Don't give ^M comment-end syntax.
15536
15537 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
15538
15539 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15540 Don't consider gdbmi (gdb-mi.el has its own update functions).
15541 (gdb-var-delete): Make it work for gdbmi as well.
15542 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15543
15544 * progmodes/gud.el (etags, sdb): Only require etags when needed.
15545 (gud-speedbar-menu-items): Correct logic for enabling items.
15546
15547 2005-07-15 Kim F. Storm <storm@cua.dk>
15548
15549 * ido.el: Fix commentary.
15550 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15551 Use with-no-warnings around ffap-guesser.
15552 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15553 Let bind minibuffer-completing-file-name to t.
15554
15555 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
15556
15557 * startup.el (site-run-file, keyboard-type): Doc fixes.
15558 (command-line): Check for "--basic-display" argument; also for
15559 "--quick", not "--bare-bones" (which was renamed).
15560 (fancy-splash-text): Add missing item "Getting New Versions".
15561 (normal-splash-screen): Fix typos and improve consistency with
15562 `fancy-splash-text'. Update copyright year.
15563
15564 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15565 valid binding for `help-char'.
15566
15567 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15568
15569 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
15570
15571 * term.el (term-mode): Disable cua-mode for term buffers.
15572
15573 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
15574
15575 * add-log.el (add-log-mailing-address, change-log-merge):
15576 Doc fixes.
15577 (change-log-get-method-definition): Fix typo in docstring.
15578
15579 2005-07-14 Kim F. Storm <storm@cua.dk>
15580
15581 * emulation/cua-base.el:
15582 (cua--pre-command-handler-1, cua--pre-command-handler)
15583 (cua--post-command-handler-1, cua--post-command-handler):
15584 Split in two. Check (buffer local) value of cua-mode.
15585 (cua-selection-mode): New command.
15586
15587 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
15588
15589 * custom.el (custom-initialize-safe-set)
15590 (custom-initialize-safe-default): Doc fixes.
15591
15592 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15593 and simplify :init-value again.
15594
15595 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15596 and simplify :init-value again. Delete autoload.
15597
15598 * startup.el (command-line): Use `custom-reevaluate-setting' again
15599 for tooltip-mode.
15600
15601 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15602 a defcustom with two :initialize keywords.
15603
15604 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
15605
15606 * allout.el (my-mark-marker, allout-isearch-prior-pos)
15607 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15608 (allout-post-command-business, allout-flag-region)
15609 (isearch-reenable-font-lock, allout-yank)
15610 (allout-insert-latex-header, allout-insert-latex-trailer)
15611 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15612 (allout-latex-verb-quote): Fix typos in docstrings.
15613 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15614 (allout-unprotected, allout-prefix-data):
15615 Improve argument/docstring consistency.
15616 (allout-chart-subtree): Fix argument spec.
15617 (allout-open-topic): Rename `use_sib_bullet' argument to
15618 `use-sib-bullet'. Doc fix.
15619
15620 * whitespace.el (whitespace-check-buffer-leading)
15621 (whitespace-check-buffer-trailing)
15622 (whitespace-check-buffer-indent)
15623 (whitespace-check-buffer-spacetab)
15624 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
15625 (whitespace-check-leading-whitespace)
15626 (whitespace-check-trailing-whitespace)
15627 (whitespace-check-spacetab-whitespace)
15628 (whitespace-check-indent-whitespace)
15629 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
15630 (whitespace-modes): Fix typos in docstrings.
15631 (defgroup, defcustom): Doc fixes.
15632
15633 * winner.el (winner-mode, winner-boring-buffers)
15634 (winner-pending-undo-ring): Doc fixes.
15635 (winner-ring): Remove unneeded `progn'.
15636 (winner-equal): `defsubst' it.
15637 (winner-redo): Fix message.
15638
15639 2005-07-13 Kim F. Storm <storm@cua.dk>
15640
15641 * simple.el (line-move-1): Always use vertical-motion to
15642 do the last (or only) line move to ensure some movement.
15643 Undo 2005-06-23 change--don't check for overlays.
15644
15645 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15646
15647 * term/mac-win.el (ccl-encode-mac-roman-font)
15648 (ccl-encode-mac-centraleurroman-font)
15649 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
15650 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
15651 Change charset-id boundary of dimension to ?\xef.
15652 (mac-char-fontspec-list): New constant.
15653 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
15654 argument. Nil uses itself as family in font-spec. Previous
15655 behavior for nil is now provided by non-nil non-string argument.
15656 All callers changed. Add font-specs for Mac fonts to
15657 "fontset-default" unless iso8859-1 fonts are installed.
15658
15659 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
15660
15661 * progmodes/sh-script.el (sh-get-indent-info): Only indent
15662 a continuation line if the \ is preceded by SPC or TAB.
15663 (sh-get-indent-info): Simplify.
15664 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
15665 Use with-current-buffer.
15666
15667 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
15668 when the matched text is empty.
15669
15670 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
15671
15672 * startup.el (command-line): Revert to previous handling of
15673 tooltip-mode. Explain in comment why the complexity is needed.
15674
15675 * tooltip.el (tooltip-mode): Revert to previous implementation of
15676 its defcustom.
15677
15678 * frame.el (blink-cursor-mode): Revert to previous implementation
15679 of its defcustom. Update comment.
15680
15681 2005-07-12 Lars Hansen <larsh@soem.dk>
15682
15683 * desktop.el: Update e-mail address.
15684
15685 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15686
15687 * term/mac-win.el (mac-services-mail-selection)
15688 (mac-services-mail-to): New functions.
15689 (mac-application-menu-map): Bind them.
15690
15691 2005-07-12 wulei <milton@wulei.net> (tiny change)
15692
15693 * progmodes/gdb-ui.el: Add note about buffering with Windows.
15694
15695 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
15696
15697 * custom.el (custom-reevaluate-setting): Doc fix.
15698
15699 2005-07-11 Jay Belanger <belanger@truman.edu>
15700
15701 * calc/calc.el (calc-embedded-announce-formula-alist)
15702 (calc-embedded-open-close-plain-alist)
15703 (calc-embedded-open-close-mode-alist): Add checks for additional
15704 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
15705
15706 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
15707
15708 * custom.el (custom-enable-theme): Don't add theme to
15709 `custom-enabled-themes' with `push' because there is no
15710 setf-method for `delq'.
15711
15712 2005-07-11 Richard M. Stallman <rms@gnu.org>
15713
15714 * custom.el (custom-declare-variable): Doc fix.
15715
15716 * dired-aux.el (dired-compare-directories): Remove "." and ".."
15717 from the alists.
15718
15719 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
15720 Do nothing if edebug-active.
15721
15722 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
15723 (edebug-display): Do it here instead.
15724
15725 2005-07-10 Richard M. Stallman <rms@gnu.org>
15726
15727 * cus-face.el (custom-theme-set-faces): Make it work.
15728 (custom-reset-faces): Doc fix.
15729 (custom-theme-reset-internal-face, custom-theme-face-value):
15730 Functions deleted.
15731
15732 * custom.el (custom-push-theme): Maintain list of the settings
15733 of a given theme in its theme-settings property.
15734 Maintain position of old settings in the theme-value
15735 or theme-face property.
15736 (custom-enabled-themes): New variable.
15737 (custom-theme-enabled-p): New function.
15738 (provide-theme): Update custom-enabled-themes.
15739 Disable and reenable the `user' theme.
15740 (require-theme): Doc fix.
15741 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
15742 (custom-theme-value, custom-theme-variable-value): Likewise.
15743 (custom-theme-reset-internal): Likewise.
15744 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
15745 (custom-enable-theme, custom-disable-theme): New functions.
15746 (custom-variable-theme-value, custom-face-theme-value): Likewise.
15747 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
15748 (custom-theme-reset-variables): Simplify.
15749 (deftheme, custom-declare-theme, custom-make-theme-feature):
15750 Definitions moved.
15751
15752 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
15753
15754 * longlines.el (longlines-show-region)
15755 (longlines-unshow-hard-newlines): Recognize hard newlines by
15756 non-nil hard property, instead of t.
15757
15758 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
15759
15760 * viper-cmd.el (viper--key-maps): New variable.
15761 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
15762 emulation-mode-map-alists.
15763 (viper-envelop-ESC-key): Use viper-subseq.
15764 (viper-search-forward/backward/next): Disable debug-on-error.
15765
15766 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15767 (viper-ESC-key): New defcustoms.
15768
15769 * viper-macs.el (ex-map-read-args): Use viper-subseq.
15770
15771 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
15772 (viper-subseq): Copy of subseq from cl.el.
15773
15774 * viper.el (viper-go-away, viper-set-hooks): Use
15775 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
15776
15777 * viper-mous.el (viper-current-frame-saved): Use defvar.
15778
15779 * viper-init.el: Get rid of -face in face names.
15780
15781 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
15782 Make it work with longlines mode
15783
15784 * ediff-mult.el (ediff-meta-mode-hook): New variable.
15785
15786 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
15787
15788 * ediff-init.el: Get rid of -face in face names.
15789
15790 2005-07-10 Richard M. Stallman <rms@gnu.org>
15791
15792 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
15793 and with-timeout-unsuspend.
15794
15795 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
15796 and with-timeout-unsuspend.
15797
15798 * emacs-lisp/timer.el (with-timeout-timers): New variable.
15799 (with-timeout): Bind that variable to record timers.
15800 (with-timeout-suspend, with-timeout-unsuspend): New functions.
15801
15802 * emacs-lisp/debug.el (debug-help-follow): New function.
15803 (debugger-mode-map): Use that instead of help-follow.
15804 (debugger-setup-buffer): Use eval-buffer-list
15805 to handle eval-buffer frames.
15806
15807 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
15808
15809 * timezone.el (timezone-parse-date): Change first regexp
15810 so it will not mistakenly match dates with no time zone.
15811
15812 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
15813
15814 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
15815
15816 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
15817
15818 * custom.el (custom-initialize-safe-set)
15819 (custom-initialize-safe-default): New functions.
15820
15821 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15822 and simplify :init-value.
15823
15824 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15825 and simplify :init-value. Delete obsolete comment.
15826
15827 * startup.el (command-line): Use `custom-reevaluate-setting' to
15828 handle `tooltip-mode'. Delete obsolete comment.
15829
15830 * files.el (set-visited-file-name): Avoid calling
15831 `file-name-nondirectory' with a nil argument.
15832
15833 2005-07-09 Richard M. Stallman <rms@gnu.org>
15834
15835 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
15836 was called with nil for the buffer, handle the read position right.
15837 Handle read position for eval-region, too.
15838
15839 2005-07-09 Juri Linkov <juri@jurta.org>
15840
15841 * fringe.el (fringe-mode): Add period in docstring.
15842 (fringe-query-style): Build prompt depending on `all-frames' arg.
15843
15844 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
15845 to not create links to unrelated functions in the Help buffer.
15846
15847 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
15848 Doc fix.
15849
15850 * simple.el (next-error-hook): New variable.
15851 (next-error): Use it. Doc fix.
15852
15853 * textmodes/ispell.el (ispell-command-loop): Add current
15854 dictionary name and program name to mode-line-format.
15855 (ispell-region, ispell-process-line): Add current dictionary name
15856 and program name to messages.
15857
15858 2005-07-08 Jay Belanger <belanger@truman.edu>
15859
15860 * calc/calc.el (calc-embedded-announce-formula-alist)
15861 (calc-embedded-open-close-formula-alist)
15862 (calc-embedded-open-close-word-alist)
15863 (calc-embedded-open-close-plain-alist)
15864 (calc-embedded-open-close-new-formula-alist)
15865 (calc-embedded-open-close-mode-alist)
15866 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
15867 (calc-embedded-mode-hook): New variables.
15868
15869 * calc/calc-embed.el (calc-embedded-firsttime)
15870 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
15871 New variables.
15872 (calc-do-embedded): Use calc-embedded-firsttime,
15873 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
15874 determine whether or not to run hooks.
15875 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
15876 calc-embedded-firsttime-formula appropriately.
15877 Set calc-embedded delimiter variables according to mode.
15878
15879 2005-07-08 Richard M. Stallman <rms@gnu.org>
15880
15881 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
15882 Check for "emacs", etc., as entire symbol, not just as word.
15883 (checkdoc-file-comments-engine): Use regexp-quote on FN.
15884
15885 * files.el (set-visited-file-name): Report the error
15886 for "empty filename" earlier.
15887 (kill-some-buffers): Ignore buffers already dead.
15888
15889 * fringe.el (fringe-mode): Doc fix.
15890
15891 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15892 Check for (featurep 'xemacs) and turn off warnings in what it guards.
15893 Use unwind-protect to ensure byte-compile-unresolved-functions
15894 is updated.
15895
15896 * whitespace.el (whitespace-buffer-leading-cleanup):
15897 Simplify w/ skip-chars-forward.
15898 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
15899
15900 * mail/rmail.el (rmail-only-expunge): Fix paren error.
15901 Unconditionally try to leave point at the same old place.
15902
15903 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
15904
15905 * comint.el (comint-postoutput-scroll-to-bottom)
15906 (comint-show-maximum-output): Take scroll-margin into consideration.
15907
15908 2005-07-08 Kim F. Storm <storm@cua.dk>
15909
15910 * ido.el (ido-use-filename-at-point): New choice `guess'.
15911 (ido-file-internal): Try ffap-guesser if selected.
15912
15913 * ido.el (ido-before-fallback-functions): New hook.
15914 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
15915 (ido-read-file-name): Run it.
15916
15917 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
15918
15919 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
15920 strings rather than a list of symbols to the completion function.
15921
15922 2005-07-07 Jay Belanger <belanger@truman.edu>
15923
15924 * calc/calc-units.el (math-apply-units): Change the places in
15925 which units are simplified.
15926
15927 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
15928
15929 * cus-edit.el (customize-option, customize-option-other-window):
15930 Make them handle aliases.
15931
15932 * custom.el (custom-variable-p): Make it recursively follow
15933 aliases. Mention that in the docstring.
15934
15935 2005-07-07 Richard M. Stallman <rms@gnu.org>
15936
15937 * cus-start.el (exec-path): Use `directory' instead of `file'.
15938 Fix tag for nil.
15939
15940 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15941
15942 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
15943 when called non-interactively. Doc fix.
15944
15945 2005-07-07 Lute Kamstra <lute@gnu.org>
15946
15947 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
15948 new address as well.
15949
15950 2005-07-07 Kenichi Handa <handa@m17n.org>
15951
15952 * international/mule.el (make-coding-system):
15953 Describe `ascii-incompatible' property in the docstring.
15954 (set-file-name-coding-system): Signal an error if coding-system is
15955 ascii-incompatible.
15956 (set-keyboard-coding-system): Likewise.
15957
15958 * international/mule-cmds.el (set-default-coding-systems):
15959 Don't set default-file-name-coding-system and
15960 default-keyboard-coding-system if coding-system is ASCII-incompatible.
15961
15962 * international/utf-16.el: Declare that all UTF-16-based coding
15963 systems are ASCII-incompatible.
15964
15965 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
15966
15967 * progmodes/gud.el: Require font-lock for displaying errors.
15968 Used by gdb-ui.el.
15969
15970 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15971
15972 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
15973 values for the pattern lists which are `read'able but not
15974 `append'able (like symbols).
15975
15976 2005-07-06 Richard M. Stallman <rms@gnu.org>
15977
15978 * progmodes/flymake.el (flymake-float-time): Instead of
15979 with-no-warnings, test for xemacs.
15980 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
15981 to avoid warning.
15982
15983 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
15984
15985 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
15986
15987 2005-07-05 Lute Kamstra <lute@gnu.org>
15988
15989 * battery.el: Add support for Darwin (with much debugging help
15990 from Samuel Lauber <sam124@operamail.com>).
15991 (battery-status-function, battery-echo-area-format)
15992 (battery-mode-line-format): Add support for pmset on Darwin.
15993 (battery-load-low, battery-load-critical): New user options.
15994 (battery-pmset): New function.
15995
15996 2005-07-05 Lute Kamstra <lute@gnu.org>
15997
15998 Update FSF's address in GPL notices.
15999
16000 * textmodes/page-ext.el: Update FSF's address.
16001
16002 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16003
16004 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16005 filling from using prefix when filling a single-line docstring.
16006
16007 * progmodes/flymake.el: Remove useless eval-when-compile.
16008
16009 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16010
16011 2005-07-04 Richard M. Stallman <rms@gnu.org>
16012
16013 * textmodes/org.el (org-file-apps-defaults-gnu):
16014 Rename from org-file-apps-defaults-linux.
16015 (org-default-apps): Don't test system-type for `linux'.
16016 (org-file-apps): Doc fix.
16017
16018 2005-07-04 David Ponce <david@dponce.com>
16019
16020 * tree-widget.el: Improve header Commentary section.
16021 (tree-widget) [defgroup]
16022 (tree-widget-image-enable, tree-widget-themes-directory)
16023 (tree-widget-theme, tree-widget-image-properties-emacs)
16024 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16025 (tree-widget-image-formats, tree-widget-control)
16026 (tree-widget-empty-control, tree-widget-leaf-control
16027 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16028 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16029 (tree-widget-keep, tree-widget-after-toggle-functions)
16030 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16031 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16032 :help-echo message.
16033 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16034 (tree-widget-image-properties): Doc fix. Clearer implementation.
16035 (tree-widget--cursors): New constant.
16036 (tree-widget-lookup-image): New function split from
16037 `tree-widget-find-image'. Clearer implementation.
16038 (tree-widget-find-image): Use it.
16039 (tree-widget-button-keymap): Use `set-keymap-parent'.
16040 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16041 Define the sub-widgets here.
16042 (tree-widget-node): Check that :node is not a tree-widget.
16043 (tree-widget-get-super, tree-widget-open-control)
16044 (tree-widget-close-control, tree-widget-empty-control)
16045 (tree-widget-leaf-control, tree-widget-guide)
16046 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16047 (tree-widget-no-handle, tree-widget-value-delete)
16048 (tree-widget-map): Remove.
16049 (tree-widget-children-value-save): Doc fix. Simplified.
16050 (tree-widget-value-create): Update according to previous changes.
16051
16052 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16053
16054 * textmodes/org.el: Leading space replaced by TABS.
16055 (org-recalc-marks, org-table-rotate-recalc-marks)
16056 (org-table-get-specials): Treat "^" and "_" marks.
16057 (org-table-justify-field-maybe): Optional argument NEW.
16058 (org-table-eval-formula): Parsing of the format simplified.
16059 New modes C,I. Honor the %= parameter in the current table.
16060 Avoid unnecessary re-align by using the NEW argument to
16061 `org-table-justify-field-maybe'.
16062 (org-calc-default-modes): Default for date-format mimicks org-mode.
16063 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16064
16065 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16066
16067 * cus-face.el (custom-theme-set-faces): Make it handle face
16068 aliases whose alias declarations are pre- or autoloaded.
16069
16070 2005-07-04 Juri Linkov <juri@jurta.org>
16071
16072 * faces.el (read-face-name): Put the code for getting a face name
16073 from the buffer before adding the faces from the `face' property.
16074 Use `completing-read-multiple' instead of `completing-read'.
16075 Require `crm'. Add default value and post-process the returned
16076 list of faces.
16077
16078 * emacs-lisp/crm.el (crm-find-current-element)
16079 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16080
16081 * emacs-lisp/lisp-mode.el (eval-defun-1):
16082 * emacs-lisp/edebug.el (edebug-eval-defun):
16083 Remove unnecessary quotes.
16084
16085 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16086
16087 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16088 (prolog-indent-level): Fix typo in docstring.
16089
16090 * info.el (Info-history, Info-history-forward)
16091 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16092
16093 * add-log.el (add-change-log-entry):
16094 * comint.el (comint-dynamic-list-input-ring)
16095 (comint-dynamic-list-completions):
16096 * dabbrev.el (dabbrev-expand):
16097 * delim-col.el (delimit-columns-rectangle-line):
16098 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16099 (diff-unified->context):
16100 * ediff-init.el (ediff-abbrev-jobname):
16101 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16102 (ediff-replace-session-activity-marker-in-meta-buffer):
16103 * info.el (Info-summary):
16104 * lpr.el (printify-region):
16105 * printing.el (pr-create-interface):
16106 * ps-print.el (ps-print-quote):
16107 * ses.el (ses-column-widths, ses-print-cell)
16108 (ses-adjust-print-width, ses-center):
16109 * shell.el (shell-file-name-quote-list):
16110 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16111 (strokes-fill-current-buffer-with-whitespace)
16112 (strokes-xpm-for-stroke, strokes-list-strokes)
16113 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16114 * term.el (term-dynamic-list-input-ring)
16115 (term-dynamic-list-completions):
16116 * calc/calc.el (math-format-stack-value):
16117 * emacs-lisp/edebug.el (edebug-display-freq-count):
16118 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16119 (delphi-new-comment-line):
16120 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16121 * progmodes/executable.el (executable-set-magic):
16122 * progmodes/python.el (inferior-python-mode):
16123 * progmodes/scheme.el (scheme-mode-syntax-table):
16124 * progmodes/sh-script.el (sh-maybe-here-document):
16125 * progmodes/sql.el (sql-copy-column):
16126 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16127 * textmodes/bibtex.el (bibtex-mode):
16128 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16129 (sgml-auto-attributes):
16130 * textmodes/table.el (table-insert, table-shorten-cell)
16131 (table--generate-source-scan-lines, table-delete-row)
16132 (*table--cell-delete-char, table--spacify-frame)
16133 (table--horizontally-shift-above-and-below)
16134 (table--cell-insert-char, table--cell-blank-str)
16135 (table--fill-region-strictly):
16136 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16137 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16138
16139 * add-log.el (change-log):
16140 * apropos.el (apropos):
16141 * comint.el (comint-completion, comint-source):
16142 * dabbrev.el (dabbrev):
16143 * delim-col.el (columns):
16144 * diff-mode.el (diff-mode):
16145 * ediff.el (ediff):
16146 * ediff-diff.el (ediff-diff):
16147 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16148 * ediff-mult.el (ediff-mult):
16149 * ediff-ptch.el (ediff-ptch):
16150 * ediff-wind.el (ediff-window):
16151 * facemenu.el (facemenu):
16152 * indent.el (indent):
16153 * info.el (info):
16154 * jka-cmpr-hook.el (compression, jka-compr):
16155 * lpr.el (lpr):
16156 * outline.el (outlines):
16157 * pcmpl-cvs.el (pcmpl-cvs):
16158 * pcmpl-rpm.el (pcmpl-rpm):
16159 * printing.el (printing):
16160 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16161 (ps-print-vertical, ps-print-headers, ps-print-font)
16162 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16163 (ps-print-background, ps-print-printer, ps-print-page)
16164 (ps-print-miscellany):
16165 * ses.el (ses):
16166 * shell.el (shell, shell-directories, shell-faces):
16167 * startup.el (initialization):
16168 * strokes.el (strokes):
16169 * term.el (term):
16170 * uniquify.el (uniquify):
16171 * w32-vars.el (w32):
16172 * calc/calc.el (calc):
16173 * emacs-lisp/bytecomp.el (bytecomp):
16174 * emacs-lisp/cl-indent.el (lisp-indent):
16175 * emacs-lisp/edebug.el (edebug):
16176 * emacs-lisp/elp.el (elp):
16177 * emacs-lisp/testcover.el (testcover):
16178 * emacs-lisp/trace.el (trace):
16179 * emulation/viper-ex.el (viper-ex):
16180 * emulation/viper-mous.el (viper-mouse):
16181 * mail/mailalias.el (mailalias):
16182 * mail/supercite.el (supercite, supercite-frames)
16183 (supercite-attr, supercite-cite, supercite-hooks):
16184 * net/rcompile.el (remote-compile):
16185 * net/rlogin.el (rlogin):
16186 * obsolete/ooutline.el (outlines):
16187 * progmodes/delphi.el (delphi):
16188 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16189 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16190 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16191 (ebnf-optimization):
16192 * progmodes/etags.el (etags):
16193 * progmodes/executable.el (executable):
16194 * progmodes/idlwave.el (idlwave):
16195 * progmodes/pascal.el (pascal):
16196 * progmodes/prolog.el (prolog):
16197 * progmodes/python.el (python):
16198 * progmodes/scheme.el (scheme):
16199 * progmodes/sh-script.el (sh, sh-script):
16200 * progmodes/sql.el (SQL):
16201 * progmodes/tcl.el (tcl):
16202 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16203 * textmodes/enriched.el (enriched):
16204 * textmodes/makeinfo.el (makeinfo):
16205 * textmodes/sgml-mode.el (sgml):
16206 * textmodes/table.el (table-hooks):
16207 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16208 * textmodes/texinfo.el (texinfo):
16209 * textmodes/two-column.el (two-column):
16210 Finish `defgroup' description with period.
16211
16212 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16213 * eshell/esh-var.el (eshell-var):
16214 * progmodes/vhdl-mode.el (vhdl-testbench):
16215 * textmodes/org.el (org): Fix typos in docstrings.
16216
16217 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16218 consistency.
16219
16220 * progmodes/flymake.el (flymake-find-file): Remove.
16221 (flymake-float-time): Use `with-no-warnings'.
16222 (flymake-check-start-time, flymake-check-was-interrupted)
16223 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16224 (flymake-new-err-info): `defvar' at compile time.
16225
16226 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16227
16228 * replace.el (occur-hook): Doc fix.
16229 (occur-1): Don't call `occur-hook' if there are no matches.
16230
16231 2005-07-03 Richard M. Stallman <rms@gnu.org>
16232
16233 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16234 global-map, save the same map.
16235 (global-map): Don't alter it at top level.
16236 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16237 Then alter it here instead.
16238 (tpu-edt-off): Set global-map to the saved one.
16239
16240 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16241 All references simplified.
16242 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16243 (zmacs-regions): Add defvar.
16244 (repeat-complex-command-map): Everything about that deleted.
16245
16246 * textmodes/artist.el (artist-key-is-drawing)
16247 (artist-key-endpoint1, artist-key-poly-point-list)
16248 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16249 (artist-key-compl-table, artist-rb-save-data)
16250 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16251 Don't put them in eval-when-compile.
16252 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16253
16254 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16255 Use with-no-warnings.
16256
16257 * net/browse-url.el (dos-windows-version): Add defvar.
16258
16259 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16260
16261 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16262 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16263 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16264 Add defvar.
16265 (rmail-summary-beginning-of-message): Use with-no-warnings.
16266 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16267
16268 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16269 Use with-no-warnings.
16270
16271 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16272 (c-mark-function): Add point-moving-unit property.
16273 (vi-goto-line): Use with-no-warnings.
16274
16275 * emulation/edt.el (edt-last-copied-word): Add defvar.
16276 (zmacs-region-stays): Likewise.
16277 (edt-mark-section-wisely): Use c-mark-function for C.
16278 Use makr-defun for Fortran.
16279 (time-string): defvar deleted.
16280 (edt-display-the-time): Don't set time-string.
16281
16282 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16283
16284 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16285 Don't warn when name is not constant
16286 or for defining the group `emacs'.
16287
16288 * tooltip.el (gud-tooltip-mode): Add defvar.
16289
16290 * startup.el (default-frame-background-mode): Add defvar.
16291
16292 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16293
16294 * info.el (tool-bar-map): Add defvar.
16295
16296 * dired.el (dnd-protocol-alist): Add defvar.
16297
16298 * dired-aux.el (dired-query): Display question with answer, when
16299 the user answers.
16300
16301 * custom.el (custom-add-option): Doc fix.
16302
16303 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16304
16305 2005-07-03 Eli Zaretskii <eliz@gnu.org>
16306
16307 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16308 bogus name from the last change.
16309
16310 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
16311
16312 * custom.el (custom-declare-variable): Fix typos in comment.
16313 (custom-known-themes): Doc fix.
16314 (custom-theme-directory): New defcustom.
16315 (require-theme): Make it check `custom-theme-directory'.
16316
16317 * cus-theme.el (custom-new-theme-mode): New function.
16318 (custom-theme-name, custom-theme-variables, custom-theme-faces)
16319 (custom-theme-description): Add compiler defvars.
16320 (customize-create-theme): Add doc to the "*New Custom Theme*"
16321 buffer. Use `custom-new-theme-mode'.
16322 (custom-theme-write): Put the created buffer in emacs-lisp-mode
16323 and save it to the `custom-theme-directory'. Make this the
16324 default directory of the buffer.
16325
16326 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
16327
16328 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16329 Fix unbalanced parentheses.
16330
16331 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16332
16333 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16334 into flymake-mode and delegate to flymake-mode.
16335
16336 * find-file.el (ff-which-function-are-we-in): Clean up.
16337
16338 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
16339
16340 * replace.el (occur-rename-buffer): Fix docstring.
16341
16342 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16343 (edt-last-copied-word, edt-learn-macro-count)
16344 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16345 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16346 (time-string, zmacs-region-stays):
16347 * emulation/edt-mapper.el (edt-save-function-key-map)
16348 (EDT-key-name): `defvar' to silence the byte-compiler.
16349
16350 2005-07-02 Martin Rudalics <rudalics@gmx.at>
16351
16352 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16353 font-lock-regexp-backslash. Doc fix.
16354 (font-lock-regexp-backslash-grouping-construct): Rename from
16355 font-lock-regexp-backslash-construct. Doc fix.
16356 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16357 grouping constructs.
16358
16359 2005-07-02 Eli Zaretskii <eliz@gnu.org>
16360
16361 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16362 updating all the prerequisites.
16363
16364 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
16365
16366 * textmodes/org.el (org-agenda-start-on-weekday)
16367 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16368 (org-agenda-use-time-grid, org-archive-location)
16369 (org-allow-space-in-links, org-usenet-links-prefer-google)
16370 (org-enable-table-editor, org-export-default-language)
16371 (org-export-html-show-new-buffer, org-fill-paragraph)
16372 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16373 (org-goto-quit, org-occur, org-eval-in-calendar)
16374 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16375 (org-agenda-diary-entry, org-remember-help)
16376 (org-table-convert-region, org-at-table-p)
16377 (org-table-move-row-down, org-table-move-row-up)
16378 (org-table-copy-region, org-table-toggle-vline-visibility)
16379 (org-table-get-stored-formulas, org-table-get-specials)
16380 (org-recalc-commands, org-table-eval-formula)
16381 (org-table-formula-substitute-names, orgtbl-make-binding)
16382 (org-format-org-table-html, org-format-table-table-html)
16383 (org-format-table-table-html-using-table-generate-source)
16384 (org-customize): Fix typos in docstrings.
16385 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16386 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16387 (org-back-to-heading): Doc fixes.
16388 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16389 (org-agenda-change-all-lines, org-get-header):
16390 Improve argument/docstring consistency.
16391 (orgtbl-error): Fix error message.
16392
16393 * progmodes/flymake.el (flymake-find-possible-master-files)
16394 (flymake-master-file-compare, flymake-get-line-err-count)
16395 (flymake-highlight-line, flymake-gui-warnings-enabled):
16396 Fix typos in docstrings.
16397 (flymake-parse-line, flymake-get-project-include-dirs-function)
16398 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16399 Doc fixes.
16400 (flymake-get-project-include-dirs-function)
16401 (flymake-make-err-menu-data):
16402 Improve argument/docstring consistency.
16403
16404 2005-07-01 Lute Kamstra <lute@gnu.org>
16405
16406 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16407 Catch errors with ignore-errors. Use temporary buffer.
16408 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
16409
16410 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16411 background color faces.
16412 (facemenu-set-foreground, facemenu-set-background):
16413 Use facemenu-set-face-from-menu.
16414 (facemenu-set-face-from-menu): Treat face names that start with
16415 "fg:" or "bg:" as special.
16416 (facemenu-add-new-color): Don't create faces. Simplify.
16417
16418 2005-06-30 Richard M. Stallman <rms@gnu.org>
16419
16420 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16421 (crm-find-current-element): Likewise.
16422
16423 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
16424
16425 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16426
16427 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16428
16429 * arc-mode.el (archive-extract): Make it work as a mouse binding.
16430 (archive-mouse-extract): Make it an obsolete alias.
16431 (archive-mode-map): Don't use archive-mouse-extract any more.
16432 (archive-mode, archive-extract): write-contents-hooks ->
16433 write-contents-functions.
16434 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16435 first arg.
16436 (archive-rename-entry): Update the call.
16437 (archive-zip-summarize): Remove unused var `method'.
16438 (archive-lzh-summarize): Remove unused var `creator'.
16439
16440 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16441 dedicated frame upon exit.
16442
16443 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16444 (archive-zip-extract, archive-zip-expunge)
16445 (archive-zip-update, archive-zip-update-case): Use executable-find.
16446 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16447 Use restore-buffer-modified-p.
16448 (archive-extract, archive-add-new-member, archive-write-file-member):
16449 Use with-current-buffer.
16450 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16451
16452 2005-06-30 Andreas Schwab <schwab@suse.de>
16453
16454 * progmodes/gud.el (gud-filter): Remove unneeded progn.
16455
16456 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16457
16458 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16459
16460 2005-06-30 Juri Linkov <juri@jurta.org>
16461
16462 * faces.el (vertical-border): Inherit from mode-line-inactive
16463 only on tty.
16464
16465 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
16466
16467 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16468 example, -NLINES in the `occur' docstring).
16469
16470 * replace.el (occur-1): When no matches are found, do not set the
16471 `buffer-read-only' and modified flags for the occur buffer,
16472 because it is deleted.
16473
16474 * emulation/cua-base.el (cua-check-pending-input)
16475 (cua-repeat-replace-region, cua-mode, cua-debug)
16476 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16477 Fix typos in docstrings.
16478
16479 * emulation/cua-gmrk.el (cua-toggle-global-mark)
16480 (cua-cut-region-to-global-mark)
16481 (cua--cut-rectangle-to-global-mark):
16482 Remove period from end of messages.
16483
16484 * emulation/cua-rect.el (cua-do-rectangle-padding):
16485 Remove period from end of messages.
16486 (cua--rectangle-seq-format): Fix typo in docstring.
16487 (cua-sequence-rectangle, cua-fill-char-rectangle):
16488 Improve argument/docstring consistency.
16489
16490 2005-06-29 Juri Linkov <juri@jurta.org>
16491
16492 * faces.el (default-frame-background-mode): New internal variable.
16493 (frame-set-background-mode): Use it.
16494
16495 * startup.el (normal-top-level): Set default-frame-background-mode
16496 instead of frame-background-mode. Before setting it, test for its
16497 nil value. Remove tests for frame-background-mode and frame
16498 parameter `reverse'. Add test for "unspecified-fg".
16499
16500 * term/xterm.el (xterm-rxvt-set-background-mode):
16501 * term/rxvt.el (rxvt-set-background-mode):
16502 Set default-frame-background-mode instead of frame-background-mode.
16503
16504 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
16505
16506 * simple.el (set-variable): Warn about obsolete user variables.
16507
16508 * imenu.el (imenu--completion-buffer):
16509 * mouse.el (mouse-buffer-menu-alist):
16510 * msb.el (msb-invisible-buffer-p):
16511 * calendar/diary-lib.el (diary-header-line-format):
16512 * emacs-lisp/pp.el (pp-buffer):
16513 * progmodes/cperl-mode.el (cperl-do-auto-fill):
16514 * textmodes/picture.el (picture-replace-match):
16515 Change space constants followed by a sexp to "?\s ".
16516
16517 * play/decipher.el (decipher-loop-with-breaks):
16518 * textmodes/texinfo.el (texinfo-insert-@item): Change space
16519 constants "protected" from end of line by a comment to "?\s".
16520
16521 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16522
16523 * font-lock.el (save-buffer-state): Use `declare'.
16524
16525 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16526 reset the syntax-table to cperl-mode-syntax-table.
16527 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16528 "foo_print_bar" is not matched as a reserved keyword.
16529
16530 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
16531
16532 * textmodes/org.el (orgtbl-setup): New function, for delayed
16533 setup for the orgtbl commands.
16534 (org-calc-default-modes): New option.
16535 (orgtbl-make-binding): Use `defun' to get better help display.
16536 (org-diary): Call `org-compile-prefix-format'.
16537 (org-table-formula-substitute-names): New function.
16538 (org-agenda-day-view, org-agenda-week-view): New commands.
16539 (org-agenda-toggle-week-view): Command removed.
16540 (org-tbl-menu): Split off from org-org-menu.
16541 (org-mode): Move removal of outline-mode menus to here.
16542 (org-table-formula-debug): New option.
16543 (org-table-insert-row): Keep first field if just "#" or "*".
16544 (org-mode): Paragraph regexps fixed.
16545 (org-table-recalculate-regexp): New constant.
16546 (org-table-justify-field-maybe): Avoid replace if not necessary.
16547 (org-copy-special, org-cut-special): Use `call-interactively'.
16548 (org-table-copy-region): Take region from `interactive' call.
16549 (org-trim): Return string even if no match.
16550 (org-formula): New face.
16551 (org-set-font-lock-defaults): No longer highlight "FIXME".
16552 But highlight formula-related fields in table.
16553 (org-table-p): Use regexp, not fontification.
16554 (org-table-align): Handle white space at end of line.
16555 (org-table-formula-evaluate-inline): New option.
16556 (org-mode): Auto-wrapping in comment lines turned off.
16557 (org-table-copy-down): Evaluate only in copied field, not in
16558 destination.
16559 (org-table-current-formula): Variable removed.
16560 (org-table-store-formulas, org-table-get-stored-formulas)
16561 (org-table-modify-formulas, org-table-replace-in-formulas)
16562 (org-table-maybe-eval-formula): New functions.
16563 (org-table-get-formula): Modify to use stored formulas.
16564 (org-table-insert-column, org-table-delete-column)
16565 (org-table-move-column): Call `org-table-modify-formulas'.
16566 (org-complete): Add completion for keyword formulas.
16567 (orgtbl-mode): Pull orgtbl-mode-map to start of
16568 minor-mode-map-alist.
16569
16570 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16571
16572 * progmodes/python.el (python-check): Require `compile' before
16573 modifying its variables.
16574
16575 * newcomment.el (comment-indent-default): Don't get fooled by an early
16576 end of buffer.
16577
16578 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16579
16580 * ps-print.el (ps-print-version): Fix version number.
16581
16582 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
16583
16584 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16585
16586 2005-06-28 Richard M. Stallman <rms@gnu.org>
16587
16588 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16589 (flyspell-local-mouse-map): Declaration deleted.
16590 (flyspell-mouse-map): Bind only mouse-2.
16591 (flyspell-mode-map): Don't test flyspell-use-local-map.
16592 (flyspell-overlay-keymap-property-name): Var deleted.
16593 (flyspell-mode-on): Don't make local bindings for
16594 flyspell-mouse-map and flyspell-mode-map.
16595 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16596
16597 * textmodes/ispell.el (ispell-word): Do not ignore short words.
16598
16599 * progmodes/compile.el (compilation-next-error-function):
16600 Don't switch buffers; operate on the current buffer.
16601
16602 * progmodes/compile.el (compilation-error-file-name)
16603 (compilation-warning-file-name, compilation-info-file-name)
16604 (compilation-line-number, compilation-column-number): New faces.
16605 (compilation-error-face, compilation-warning-face)
16606 (compilation-info-face, compilation-line-face)
16607 (compilation-column-face): Use them.
16608
16609 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16610
16611 * comint.el (comint-password-prompt-regexp): Accept ", try again".
16612
16613 * bindings.el (global-map): Bind insertchar and its variants.
16614
16615 2005-06-27 Richard M. Stallman <rms@gnu.org>
16616
16617 * textmodes/artist.el (artist-text-overwrite)
16618 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
16619
16620 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16621
16622 * ps-print.el: It was not working the page selection for printing.
16623 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
16624 (ps-print-version): New version 6.6.7.
16625 (ps-end-sheet): New fun.
16626 (ps-header-sheet, ps-end-job): Call it.
16627
16628 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
16629
16630 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
16631
16632 2005-06-27 Lute Kamstra <lute@gnu.org>
16633
16634 * facemenu.el (facemenu-unlisted-faces): Add foreground and
16635 background color faces.
16636 (facemenu-get-face): Delete function.
16637 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
16638 (facemenu-add-new-color): Make second argument mandatory.
16639 Create the appropriate face and return it. Simplify.
16640 (facemenu-set-foreground, facemenu-set-background): Don't check if
16641 color is defined. Use return value of facemenu-add-new-color.
16642
16643 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
16644
16645 * progmodes/gud.el (gud-filter): Add missing argument to
16646 with-selected-window.
16647
16648 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16649
16650 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
16651 a :require to the defcustom.
16652
16653 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
16654 defcustoms corresponding to minor modes.
16655
16656 2005-06-26 David Ponce <david@dponce.com>
16657
16658 * recentf.el: Require tree-widget instead of wid-edit.
16659 (recentf-filename-handler): Fix widget :type.
16660 (recentf-cancel-dialog, recentf-open-more-files)
16661 (recentf-open-files-action): Doc fix.
16662 (recentf-dialog-goto-first): New function.
16663 (recentf-dialog-mode-map): Set parent keymap first.
16664 (recentf-dialog-mode): Define with define-derived-mode.
16665 Don't display continuation lines in dialogs.
16666 (recentf-edit-list): Rename from recentf-edit-selected-items.
16667 (recentf-edit-list-select): Rename from recentf-edit-list-action.
16668 Simplify.
16669 (recentf-edit-list-validate): New function.
16670 (recentf-edit-list): Update accordingly.
16671 (recentf-open-files-item-shift): Remove.
16672 (recentf-open-files-item): Convert menu elements into tree and
16673 link widgets. Don't create the widgets.
16674 (recentf-open-files): Update accordingly.
16675 (recentf-save-list): Untabify.
16676
16677 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
16678
16679 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
16680 (keep-lines): Add INTERACTIVE arg. Never delete lines only
16681 partially contained in the active region. Do not take active
16682 region into account when called from Lisp, unless INTERACTIVE arg
16683 is non-nil. Use `forward-line' instead of `beginning-of-line' to
16684 avoid trouble with fields. Make marker point nowhere when no
16685 longer used. Always return nil. Doc fix.
16686 (flush-lines): Add INTERACTIVE arg. Do not take active region
16687 into account when called from Lisp, unless INTERACTIVE arg is
16688 non-nil. Use `forward-line' instead of `beginning-of-line' to
16689 avoid trouble with fields. Make marker point nowhere when no
16690 longer used. Always return nil. Doc fix.
16691 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
16692 interchangeable. Do not take active region into account when
16693 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
16694 message in echo area when called from Lisp, unless INTERACTIVE arg
16695 is non-nil. Avoid saying "1 occurrences". Do not use markers.
16696 Return the number of matches. Doc fix.
16697 (occur): Doc fix.
16698 (perform-replace): Make comment follow double space convention for
16699 the sake of `outline-minor-mode'.
16700
16701 * faces.el (facep): Doc fix.
16702
16703 2005-06-25 Richard M. Stallman <rms@gnu.org>
16704
16705 * facemenu.el (facemenu-enable-faces-p): New function.
16706 (facemenu-background-menu, facemenu-foreground-menu)
16707 (facemenu-face-menu): Add menu-enable property.
16708
16709 * jka-compr.el (jka-compr-insert-file-contents):
16710 Special handling if cannot find the uncompression program.
16711
16712 * cus-face.el (custom-face-attributes): Add autoload.
16713
16714 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16715 Bind comment-indent-function locally.
16716
16717 * window.el (save-selected-window): Use save-current-buffer.
16718
16719 * subr.el (with-selected-window): Use save-current-buffer.
16720
16721 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
16722 and with-current-buffer.
16723
16724 2005-06-24 Richard M. Stallman <rms@gnu.org>
16725
16726 * simple.el (line-move-1): Fix previous change.
16727
16728 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16729
16730 * replace.el (occur-1): Set `buffer-read-only' and the
16731 buffer-modified flag before running `occur-hook' to protect
16732 against unintentional buffer switches that can lead to data loss.
16733
16734 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
16735
16736 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
16737 (gud-gdb-marker-filter): Use font-lock-warning-face for any
16738 initial error.
16739
16740 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
16741 after fresh input.
16742 (gdb-var-create-handler): Put name of expression in quotes.
16743
16744 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
16745
16746 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
16747 elements of RING in order, and without bogus nil elements.
16748
16749 2005-06-23 Richard M. Stallman <rms@gnu.org>
16750
16751 * simple.el (set-variable): Args renamed; doc fix.
16752 (line-move-1): When there are overlays around, use vertical-motion.
16753
16754 * faces.el (escape-glyph): Use brown against light background.
16755 (nobreak-space): Rename from no-break-space.
16756 Fix previous change.
16757
16758 * dired-aux.el (dired-do-copy): Fix arg prompt.
16759
16760 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
16761
16762 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16763
16764 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
16765 rather than "Distributor".
16766
16767 2005-06-23 Lute Kamstra <lute@gnu.org>
16768
16769 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
16770 (debug-on-entry): Use it. New interactive declaration that uses
16771 function-called-at-point.
16772
16773 2005-06-23 Kim F. Storm <storm@cua.dk>
16774
16775 * subr.el (save-match-data): Add comment about using evaporate arg
16776 to set-match-data.
16777
16778 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
16779
16780 * cus-edit.el (customize-face)
16781 (customize-face-other-window): Handle face aliases.
16782
16783 * faces.el (face-documentation, set-face-attribute)
16784 (face-spec-set): Handle face aliases.
16785
16786 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
16787
16788 * help-mode.el (help-make-xrefs): If a symbol representing a face
16789 name is not followed by the word "face", it could still be a
16790 function or variable name, so don't bypass other checks.
16791
16792 2005-06-22 Juri Linkov <juri@jurta.org>
16793
16794 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
16795 Replace aliased functions with calls where second arg `inherit' is t.
16796
16797 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
16798
16799 * progmodes/gdb-ui.el (gdb-error): New variable.
16800 (gdb-error): New function.
16801 (gdb-annotation-rules): Act on error-begin and error annotations.
16802 (gdb-concat-output): Use font-lock-warning-face for errors.
16803
16804 2005-06-22 Miles Bader <miles@gnu.org>
16805
16806 * bindings.el (propertized-buffer-identification): Use renamed
16807 `Buffer-menu-buffer' face.
16808
16809 * faces.el (vertical-border): Rename from `vertical-divider'.
16810 (escape-glyph): Change dark-background color back to `cyan'.
16811
16812 2005-06-21 Juri Linkov <juri@jurta.org>
16813
16814 * faces.el (face-user-default-spec): Try getting `customized-face'
16815 prior to `saved-face'.
16816 (frame-background-mode): Refill docstring.
16817
16818 * emacs-lisp/lisp-mode.el (eval-defun-1):
16819 * emacs-lisp/edebug.el (edebug-eval-defun):
16820 Set `saved-face' temporarily to nil before calling form.
16821 Set `customized-face' to the new spec after that.
16822
16823 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16824
16825 * subr.el (1value, lambda, key-substitution-in-progress):
16826 Doc fixes.
16827
16828 * autoinsert.el (auto-insert-alist):
16829 * ses.el (ses-call-printer):
16830 * subr.el (noreturn):
16831 * emacs-lisp/lisp.el (check-parens):
16832 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
16833 * net/browse-url.el (browse-url-mosaic):
16834 * progmodes/cc-defs.el (c-safe-scan-lists):
16835 * progmodes/ebnf-abn.el (ebnf-abn-lex):
16836 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
16837 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
16838 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
16839 * progmodes/ebnf-iso.el (ebnf-iso-lex):
16840 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
16841
16842 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16843
16844 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
16845
16846 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
16847
16848 * calendar/appt.el (appt-make-list): Activate the package, if
16849 not already active (for backwards compatibility).
16850
16851 2005-06-20 Kim F. Storm <storm@cua.dk>
16852
16853 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
16854
16855 2005-06-20 Miles Bader <miles@gnu.org>
16856
16857 * faces.el (vertical-divider): New face.
16858
16859 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
16860
16861 * simple.el (kill-whole-line): Doc fix.
16862 (next-error-buffer-p, next-error-find-buffer)
16863 (clone-indirect-buffer): Fix typos in docstrings.
16864 (comment-line-break-function): Doc fix: don't say variable
16865 is automatically buffer-local (it isn't).
16866
16867 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
16868
16869 * net/tramp-ftp.el (top):
16870 * net/tramp-smb.el (top):
16871 * net/tramp-util.el (top):
16872 * net/tramp-uu.el (top):
16873 * net/tramp-vc.el (top):
16874 * net/tramp.el (top): Revert copyright years back to original
16875 ones. Tramp has a life outside GNU Emacs.
16876
16877 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
16878
16879 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
16880
16881 2005-06-18 Juri Linkov <juri@jurta.org>
16882
16883 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
16884 end of first regexp to limit the match to the position between
16885 line number and source line with same separator character as used
16886 between file name and line number. In the second regexp limit
16887 mouse-face area to file name and line number by adding new group
16888 for them and referring it in HYPERLINK arg.
16889 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
16890 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
16891 previous line where grep markers may be already removed.
16892
16893 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
16894
16895 * progmodes/ps-mode.el: Update version and maintainer's email address.
16896
16897 2005-06-18 Steve Youngs <steve@xemacs.org>
16898
16899 * net/browse-url.el (browse-url-browser-function)
16900 (browse-url-default-browser): Add firefox.
16901 (browse-url-firefox-program, browse-url-firefox-arguments)
16902 (browse-url-firefox-startup-arguments)
16903 (browse-url-firefox-new-window-is-tab): New defcustoms.
16904 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
16905
16906 2005-06-17 Richard M. Stallman <rms@gnu.org>
16907
16908 * startup.el (command-line): Warn if specified user name has
16909 no home directory.
16910
16911 * term.el (term-get-old-input, term-input-filter, term-input-sender)
16912 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
16913
16914 * longlines.el (longlines-mode, longlines-show-hard-newlines):
16915 Doc fixes.
16916
16917 * faces.el (underline): Try bold if terminal doesn't support underline.
16918
16919 * mail/sendmail.el (mail-setup-with-from): New variable.
16920 (mail-insert-from-field): New function.
16921 (sendmail-send-it): Call it.
16922 (mail-setup): Optionally call it here.
16923
16924 * term/linux.el: Call tty-no-underline.
16925
16926 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
16927
16928 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
16929
16930 2005-06-17 Miles Bader <miles@gnu.org>
16931
16932 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
16933 (ediff-current-diff-C, ediff-current-diff-Ancestor)
16934 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
16935 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
16936 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
16937 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
16938 Remove "-face" suffix from face names.
16939 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16940 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16941 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16942 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16943 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16944 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16945 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16946 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16947 New backward-compatibility aliases for renamed faces.
16948 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16949 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16950 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16951 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16952 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16953 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16954 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16955 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16956 Use renamed ediff faces.
16957
16958 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
16959 Remove "-face" suffix from face names.
16960 (eshell-test-ok-face, eshell-test-failed-face):
16961 New backward-compatibility aliases for renamed faces.
16962 (eshell-run-test): Use renamed eshell-test faces.
16963
16964 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
16965 face name.
16966 (eshell-prompt-face): New backward-compatibility alias for renamed
16967 face.
16968 (eshell-emit-prompt): Use renamed eshell-prompt face.
16969
16970 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
16971 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
16972 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
16973 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
16974 Remove "-face" suffix from face names.
16975 (eshell-ls-directory-face, eshell-ls-symlink-face)
16976 (eshell-ls-executable-face, eshell-ls-readonly-face)
16977 (eshell-ls-unreadable-face, eshell-ls-special-face)
16978 (eshell-ls-missing-face, eshell-ls-archive-face)
16979 (eshell-ls-backup-face, eshell-ls-product-face)
16980 (eshell-ls-clutter-face):
16981 New backward-compatibility aliases for renamed faces.
16982 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
16983
16984 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
16985 Remove "-face" suffix from face name.
16986 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
16987 instead of literal face.
16988
16989 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
16990
16991 * emacs-lisp/warnings.el (display-warning, lwarn)
16992 (warning-minimum-log-level): Doc fixes.
16993 (warning-minimum-level, warning-minimum-log-level):
16994 Add :debug to :type choices.
16995
16996 * progmodes/ada-mode.el (ada-format-paramlist)
16997 (ada-get-indent-case, ada-check-matching-start)
16998 (ada-check-defun-name, ada-goto-matching-decl-start)
16999 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17000 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17001 (ada-make-subprogram-body): Follow error conventions.
17002 (ada-case-exception-file, ada-indent-comment-as-code)
17003 (ada-indent-handle-comment-special, ada-indent-renames)
17004 (ada-indent-return, ada-search-directories-internal)
17005 (ada-tab-policy, ada-case-exception-substring)
17006 (ada-other-file-alist, ada-matching-start-re)
17007 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17008 (ada-imenu-generic-expression, ada-compile-goto-error)
17009 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17010 (ada-popup-menu, ada-add-extensions, ada-mode)
17011 (ada-region-selected, ada-create-case-exception)
17012 (ada-create-case-exception-substring, ada-after-keyword-p)
17013 (ada-activate-keys-for-case, ada-adjust-case-region)
17014 (ada-adjust-case-buffer, ada-format-paramlist)
17015 (ada-scan-paramlist, ada-insert-paramlist)
17016 (ada-indent-newline-indent)
17017 (ada-indent-newline-indent-conditional)
17018 (ada-justified-indent-current, ada-goto-previous-word)
17019 (ada-indent-current, ada-get-indent-open-paren)
17020 (ada-get-indent-paramlist, ada-get-indent-end)
17021 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17022 (ada-get-indent-block-start, ada-get-indent-subprog)
17023 (ada-get-indent-noindent, ada-get-indent-label)
17024 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17025 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17026 (ada-goto-stmt-end, ada-goto-next-word)
17027 (ada-check-matching-start, ada-check-defun-name)
17028 (ada-goto-matching-decl-start, ada-goto-matching-start)
17029 (ada-goto-matching-end, ada-search-ignore-string-comment)
17030 (ada-in-decl-p, ada-looking-at-semi-or)
17031 (ada-looking-at-semi-private, ada-in-paramlist-p)
17032 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17033 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17034 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17035 (ada-previous-package, ada-create-menu)
17036 (ada-fill-comment-paragraph-justify)
17037 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17038 (ada-other-file-name, ada-last-which-function-line)
17039 (ada-last-which-function-subprog, ada-which-function)
17040 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17041 (ada-gen-treat-proc, ada-check-emacs-version)
17042 (ada-continuation-indent, ada-align-region-separate):
17043 Fix typos in docstrings.
17044 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17045
17046 2005-06-16 Lute Kamstra <lute@gnu.org>
17047
17048 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17049 conditionally.
17050
17051 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17052
17053 * comint.el (comint-replace-by-expanded-filename)
17054 (comint-prompt-regexp, comint-delimiter-argument-list)
17055 (comint-preinput-scroll-to-bottom):
17056 * info.el (Info-hide-cookies-node):
17057 * ls-lisp.el (ls-lisp-classify):
17058 * find-file.el (ff-search-directories, ff-special-constructs)
17059 (ff-find-other-file):
17060 * font-lock.el (font-lock-keywords):
17061 * shell.el (shell-prompt-pattern)
17062 (shell-dynamic-complete-functions, shell-mode)
17063 (shell-delimiter-argument-list):
17064 * term.el (term-replace-by-expanded-filename)
17065 (term-prompt-regexp, term-delimiter-argument-list):
17066 * woman.el (woman-ignore, woman0-if):
17067 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17068 * emacs-lisp/elint.el (elint-init-env):
17069 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17070 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17071 * language/ethio-util.el (ethio-tilde-escape)
17072 (ethio-use-three-dot-question):
17073 * net/zone-mode.el (zone-mode-load-time-setup):
17074 * progmodes/cc-align.el (c-lineup-argcont):
17075 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17076 * progmodes/cperl-mode.el (cperl-set-style-back):
17077 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17078 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17079 Fix spellings in docstrings.
17080
17081 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17082 * progmodes/modula2.el (m2-for): Fix spellings.
17083
17084 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17085
17086 * simple.el (undo-more): Don't use `format' on `error' arguments.
17087 Improve argument/docstring consistency.
17088 (pending-undo-list): Doc fix.
17089
17090 * smerge-mode.el (smerge-ensure-match):
17091 * emulation/vip.el (vip-ex):
17092 * net/zone-mode.el (zone-mode-update-serial):
17093 * progmodes/idlwave.el (idlwave-complete):
17094 * progmodes/vhdl-mode.el (vhdl-visit-file)
17095 (vhdl-compose-wire-components):
17096 Don't use `format' on `error' arguments.
17097
17098 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17099 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17100 (tooltip-help-tips): Fix typos in docstrings.
17101
17102 2005-06-16 David Ponce <david@dponce.com>
17103
17104 * tree-widget.el (tree-widget-value-create): Simplify last change.
17105
17106 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
17107
17108 * ido.el (ido-incomplete-regexp): New variable.
17109 (ido-set-matches-1): Handle invalid-regexp error and set
17110 ido-incomplete-regexp.
17111 (ido-incomplete-regexp): New face.
17112 (ido-completions): Use it.
17113 (ido-complete, ido-exit-minibuffer, ido-completions):
17114 Handle incomplete regexps.
17115 (ido-completions): Add check for complete match when entering a regexp.
17116
17117 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17118
17119 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17120
17121 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17122
17123 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17124 by field delimiters.
17125
17126 2005-06-15 David Ponce <david@dponce.com>
17127
17128 * tree-widget.el: eval-and-compile inlined functions so they will
17129 be available at run-time too.
17130 (tree-widget-super-format-handler)
17131 (tree-widget-format-handler): Remove.
17132 (tree-widget-value-create): Handle the :indent property.
17133
17134 2005-06-15 Miles Bader <miles@gnu.org>
17135
17136 * progmodes/which-func.el (which-func): Only inherit
17137 `font-lock-function-name-face' when that makes sense against the
17138 default mode-line face, otherwise set the face color explicitly.
17139
17140 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17141 faces instead of (non-existent) variables.
17142
17143 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17144
17145 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17146 (iswitchb-get-matched-buffers): Likewise. Simplify.
17147
17148 2005-06-14 Miles Bader <miles@gnu.org>
17149
17150 * progmodes/ld-script.el (ld-script-location-counter):
17151 Remove "-face" suffix from face name.
17152 (ld-script-location-counter-face):
17153 New backward-compatibility alias for renamed face.
17154 (ld-script-location-counter-face): Use renamed face.
17155
17156 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17157 (cperl-hash): Remove "-face" suffix from face names.
17158 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17159 New backward-compatibility aliases for renamed faces.
17160 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17161 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17162
17163 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17164 name.
17165 (which-func-face): New backward-compatibility alias for renamed face.
17166 (which-func-format): Use renamed which-func face.
17167
17168 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17169 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17170 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17171 names.
17172 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17173 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17174 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17175 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17176 (vhdl-speedbar-architecture-selected)
17177 (vhdl-speedbar-configuration-selected)
17178 (vhdl-speedbar-package-selected)
17179 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17180 names.
17181 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17182 Use renamed faces.
17183 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17184 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17185 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17186 Use renamed faces.
17187 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17188 names.
17189 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17190 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17191 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17192 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17193 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17194 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17195
17196 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17197 face name.
17198 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17199 (sh-heredoc-face): Use renamed sh-heredoc face.
17200
17201 * progmodes/idlw-help.el (idlwave-help-link):
17202 Remove "-face" suffix from face name.
17203 (idlwave-help-link-face):
17204 New backward-compatibility alias for renamed face.
17205 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17206
17207 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17208 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17209 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17210 New backward-compatibility aliases for renamed faces.
17211 (idlwave-shell-disabled-breakpoint-face)
17212 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17213
17214 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17215 Remove "-face" suffix from face names.
17216 (flymake-errline-face, flymake-warnline-face):
17217 New backward-compatibility aliases for renamed faces.
17218 (flymake-highlight-line): Use renamed flymake faces.
17219
17220 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17221 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17222 (ebrowse-member-class, ebrowse-progress):
17223 Remove "-face" suffix from face names.
17224 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17225 (ebrowse-file-name-face, ebrowse-default-face)
17226 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17227 (ebrowse-progress-face):
17228 New backward-compatibility aliases for renamed faces.
17229 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17230 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17231 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17232 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17233
17234 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17235 antlr-syntax)
17236 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17237 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17238 names.
17239 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17240 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17241 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17242 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17243 backward-compatibility aliases for renamed faces.
17244 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17245 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17246 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17247 remove "font-lock-". Use renamed antlr-mode faces.
17248 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17249 literal face-names with face variable references.
17250
17251 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17252 face name.
17253 (Buffer-menu-buffer-face): New backward-compatibility alias for
17254 renamed face.
17255 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17256
17257 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17258
17259 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17260 Eliminate "-face" suffix.
17261 (makefile-targets): Inherit from font-lock-function-name-face and
17262 eliminate "-face" suffix.
17263 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17264 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17265 actions, instead of prepending, to make it less visible.
17266 (makefile-previous-dependency, makefile-match-dependency):
17267 Don't match a target on a continuation line.
17268
17269 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17270
17271 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17272
17273 * progmodes/gdb-ui.el (menu): Re-order menu items.
17274 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17275
17276 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17277 Define in tooltip.el.
17278 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17279 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17280 gud-tooltip-echo-area.
17281
17282 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17283 backward compatibility and make obsolete.
17284 (tooltip-help-tips): Use tooltip-use-echo-area.
17285 (tooltip-show-help-function): Rename to...
17286 (tooltip-show-help): ...this, because it is a function.
17287 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17288
17289 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17290
17291 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17292 (edebug-print-length, edebug-print-level, edebug-print-circle)
17293 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17294 (edebug-eval-print-last-sexp): Doc fixes.
17295
17296 2005-06-14 Kim F. Storm <storm@cua.dk>
17297
17298 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17299 as the coverage buffer/file/both may change.
17300
17301 2005-06-14 Lute Kamstra <lute@gnu.org>
17302
17303 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17304 and run-mode-hooks. Simplify.
17305
17306 * mail/rmailedit.el (rmail-edit-mode):
17307 * progmodes/octave-inf.el (inferior-octave-mode):
17308 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17309
17310 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17311 and run-mode-hooks.
17312 (recentf-edit-list, recentf-open-files): Don't call
17313 kill-all-local-variables directly.
17314
17315 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17316
17317 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17318
17319 * emacs-lisp/byte-run.el (make-obsolete)
17320 (define-obsolete-function-alias): Rename arguments FUNCTION and
17321 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17322 (make-obsolete-variable, define-obsolete-variable-alias):
17323 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17324 respectively.
17325
17326 * isearchb.el (isearchb-activate):
17327 * pcvs.el (cvs-mode):
17328 * ses.el (ses-load):
17329 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17330 * net/tramp.el (tramp-find-file-exists-command)
17331 (tramp-find-shell):
17332 * progmodes/ada-mode.el (ada-create-case-exception)
17333 (ada-create-case-exception-substring, ada-make-subprogram-body):
17334 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17335 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17336 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17337 * textmodes/org.el (org-promote, org-evaluate-time-range)
17338 (org-agenda-next-date-line, org-agenda-previous-date-line)
17339 (org-agenda-error, org-open-at-point, org-table-move-row)
17340 (org-format-table-table-html-using-table-generate-source)
17341 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17342 * textmodes/reftex.el (reftex-access-scan-info):
17343 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17344 (reftex-toc-promote-prepare): Follow error conventions.
17345
17346 * diff-mode.el (diff-mode): Fix typo in docstring.
17347
17348 * forms.el (forms--intuit-from-file): Fix reference to
17349 `forms-number-of-fields' in error message.
17350 (forms-print): Fix quoting in error message.
17351
17352 * forms.el (forms-mode):
17353 * emulation/vi.el (vi-goto-insert-state):
17354 * progmodes/flymake.el (flymake-new-err-info)
17355 (flymake-start-syntax-check-for-current-buffer)
17356 (flymake-simple-cleanup):
17357 * eshell/esh-var.el (eshell/export):
17358 * progmodes/gud.el (xdb):
17359 * textmodes/flyspell.el (flyspell-incorrect-hook)
17360 (flyspell-maybe-correct-transposition)
17361 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17362
17363 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
17364
17365 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17366 minibuffer prompt.
17367
17368 2005-06-13 Kim F. Storm <storm@cua.dk>
17369
17370 * subr.el (add-to-ordered-list): New defun.
17371
17372 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17373 add cua--keymap-alist to emulation-mode-map-alists.
17374
17375 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17376
17377 * subr.el (complete-in-turn): New macro.
17378 (dynamic-completion-table, lazy-completion-table): Add debug info.
17379
17380 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17381 in preference to face aliases.
17382
17383 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17384 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17385 Remove unused vars `start' and `firstline'.
17386 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17387 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17388
17389 2005-06-13 Eli Zaretskii <eliz@gnu.org>
17390
17391 * cus-start.el (all): Don't complain about missing GTK-related
17392 variables, unless either `gtk' is boundp or this isn't a
17393 `windows-nt' build.
17394
17395 2005-06-13 Lute Kamstra <lute@gnu.org>
17396
17397 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17398 run-mode-hooks.
17399
17400 * ediff-mult.el (ediff-meta-mode):
17401 * ediff-util.el (ediff-mode): Use run-mode-hooks.
17402
17403 * ledit.el (ledit-mode): Use delay-mode-hooks.
17404
17405 * woman.el (woman-mode-line-format): Delete constant.
17406 (woman-mode-map): Initialize it properly.
17407 (woman-mode): Set mode-class property to special.
17408 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
17409 Set major-mode and mode-name. Don't set mode-line-format directly.
17410 (Man-getpage-in-background): Don't reference woman-mode-line-format.
17411
17412 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17413 string argument obsolete.
17414
17415 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
17416
17417 * textmodes/org.el (org-CUA-compatible): New option.
17418 (org-disputed-keys): New variable.
17419 (org-key): New function.
17420 (orgtbl-make-binding): Add docstring to the created function.
17421 (org-mode): Set paragraph start/separate regexps.
17422 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17423 (org-archive-location, org-archive-mark-done)
17424 (org-archive-stamp-time): New options.
17425 (org-archive-subtree): New command.
17426 (org-fill-paragraph): New function.
17427 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17428 (org-fake-empty-table-line): Function removed.
17429 (org-format-org-table-html): Do not create empty table lines at
17430 separator lines. Improved table header treatment.
17431 (org-link-format): New option.
17432 (org-make-link): New function.
17433 (org-insert-link, org-store-link): Use org-make-link.
17434 (org-open-file): Quote file name for shell command, to allow
17435 spaces in file names.
17436 (org-link-regexp): Fix bug with mailto link.
17437 (org-link-maybe-angles-regexp, org-protected-link-regexp):
17438 New constants.
17439 (org-export-as-html): Deal with the optional angles around a link.
17440 Better treatment of file: links.
17441 (org-open-at-point): Replace @{ and @} with < and >.
17442 (org-run-mode-hooks): Function removed.
17443 (org-agenda-mode): No longer use `org-run-mode-hooks'.
17444
17445 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
17446
17447 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17448 MI command -data-list-register-values.
17449 (gdb-post-prompt): Indent properly.
17450
17451 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
17452
17453 * hilit-chg.el (highlight-changes-colors): Rename from
17454 `highlight-changes-colours'.
17455 (highlight-changes-colours): Keep as obsolete alias.
17456 (highlight-changes-face-list): Doc fix.
17457 (hilit-chg-make-list): Use `highlight-changes-colors'.
17458
17459 2005-06-12 Mark A. Hershberger <mah@everybody.org>
17460
17461 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17462 defun-prompt-regexp.
17463
17464 2005-06-12 Eli Zaretskii <eliz@gnu.org>
17465
17466 * loadup.el: Don't say we are dumping under 2 names on windows-nt
17467 and cygwin.
17468
17469 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17470 Don't use an old loaddefs.el, as in Makefile.in.
17471
17472 2005-06-12 Lute Kamstra <lute@gnu.org>
17473
17474 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17475
17476 * man.el (Man-mode-map): Initialize it properly.
17477 (Man-mode): Set mode-class property to special.
17478
17479 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17480
17481 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
17482
17483 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17484 A newline is needed in the docstring there.
17485
17486 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17487 Doc fixes.
17488
17489 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17490
17491 * printing.el: Doc fix. The menubar is no more changed when printing
17492 is loaded, it only changes when pr-menu-bind or pr-update-menus is
17493 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
17494 (pr-version): New version number (6.8.4).
17495 (pr-menu-bind): New command.
17496 (pr-update-menus): Docstring and code fix.
17497 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17498 Docstring fix.
17499 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17500 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17501
17502 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
17503
17504 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17505 "Returns" to "return", document useful return values, etc.
17506
17507 2005-06-11 Alan Mackenzie <acm@muc.de>
17508
17509 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17510 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17511 (adaptive-file-function): Minor amendment to doc-string.
17512
17513 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17514
17515 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17516 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17517 Fix :type--it is `integer', not `string'.
17518
17519 * faces.el (modeline-highlight): Rename from (the erroneous)
17520 `modeline-higilight'.
17521
17522 2005-06-11 Lute Kamstra <lute@gnu.org>
17523
17524 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17525 lisp-interaction-mode-map but make it the parent.
17526 (edebug-eval-mode): Use define-derived-mode.
17527
17528 2005-06-11 Andreas Schwab <schwab@suse.de>
17529
17530 * bindings.el: Add binding of `ESC functionkey' for every
17531 `M-functionkey'.
17532 * hexl.el (hexl-mode-map): Likewise.
17533
17534 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
17535
17536 * progmodes/compile.el (compilation-error-regexp-alist-alist)
17537 [msft]: update regexp for newer msft compilers.
17538
17539 2005-06-10 Mark A. Hershberger <mah@everybody.org>
17540
17541 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17542 ATTLIST portions of included DTDs.
17543 (xml-parse-dtd): Eliminate use of inefficient match-data.
17544
17545 2005-06-10 Miles Bader <miles@gnu.org>
17546
17547 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17548 (mpuz-text): Remove "-face" suffix from face names.
17549 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17550 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17551 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17552
17553 * play/gomoku.el (gomoku-O, gomoku-X):
17554 Remove "-face" suffix from face names.
17555 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17556 New backward-compatibility aliases for renamed faces.
17557 (gomoku-font-lock-keywords): Use renamed gomoku faces.
17558
17559 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17560
17561 * thumbs.el: Fixes for changes of 2005-06-09.
17562 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17563 as a directory.
17564 (thumbs-thumbname): Remove directory separator from format string;
17565 `thumbs-thumbsdir' now returns a valid directory name.
17566 (thumbs-temp-dir): New defsubst.
17567 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17568 Use it.
17569
17570 * cus-edit.el (minibuffer):
17571 * files.el (make-backup-file-name-function):
17572 * filesets.el (filesets-external-viewers):
17573 * hilit-chg.el (highlight-changes-colours)
17574 (highlight-changes-face-list, highlight-changes-rotate-faces):
17575 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17576 * kmacro.el (kmacro-call-macro):
17577 * log-edit.el (log-edit-changelog-full-paragraphs):
17578 * mouse.el (mouse-1-click-follows-link):
17579 * skeleton.el (skeleton-autowrap):
17580 * subr.el (insert-for-yank-1):
17581 * tempo.el (tempo-insert-region):
17582 * terminal.el (terminal-emulator):
17583 * time.el (display-time-mail-face):
17584 * vc.el (vc-annotate):
17585 * vcursor.el (vcursor-copy-line):
17586 * woman.el (woman-bold-headings, woman-ignore)
17587 (woman-default-faces, woman-monochrome-faces):
17588 * calendar/todo-mode.el (todo-insert-threshold):
17589 * emulation/pc-select.el (pc-select-selection-keys-only)
17590 (pc-selection-mode):
17591 * emulation/vip.el (vip-find-char-forward):
17592 * emulation/viper-cmd.el (viper-find-char-forward):
17593 * international/mule-cmds.el
17594 (select-safe-coding-system-accept-default-p)
17595 (input-method-exit-on-invalid-key):
17596 * international/mule-diag.el (describe-coding-system):
17597 * international/ucs-tables.el (unify-8859-on-encoding-mode):
17598 * net/browse-url.el (browse-url-xterm-program):
17599 * obsolete/lazy-lock.el (lazy-lock-mode):
17600 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17601 (cperl-mode):
17602 * progmodes/cpp.el (cpp-face-light-name-list)
17603 (cpp-face-dark-name-list):
17604 * progmodes/delphi.el (delphi-newline-always-indents):
17605 Fix spellings in docstrings.
17606
17607 * ido.el (ido-mode, ido-file-extensions-order)
17608 (ido-default-file-method, ido-default-buffer-method)
17609 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17610 (ido-decorations, ido-read-file-name-as-directory-commands)
17611 (ido-read-file-name-non-ido, ido-work-directory-list)
17612 (ido-ignore-item-temp-list, ido-current-directory)
17613 (ido-magic-forward-char, ido-enter-find-file)
17614 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
17615 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
17616
17617 2005-06-10 Lute Kamstra <lute@gnu.org>
17618
17619 * play/dunnet.el (dun-mode): Use define-derived-mode.
17620 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
17621 obsolete alias.
17622
17623 * play/doctor.el (doctor-mode-map): Remove defvar.
17624 (doctor-mode): Use define-derived-mode.
17625
17626 * mail/mspools.el (mspools-mode):
17627 * net/eudc-hotlist.el (eudc-hotlist-mode):
17628 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
17629
17630 2005-06-10 Miles Bader <miles@gnu.org>
17631
17632 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17633 Remove "-face" suffix from face names.
17634 (flyspell-incorrect-face, flyspell-duplicate-face):
17635 New backward-compatibility aliases for renamed faces.
17636 (flyspell-mode-on, make-flyspell-overlay)
17637 (flyspell-highlight-incorrect-region)
17638 (flyspell-highlight-duplicate-region)
17639 (flyspell-display-next-corrections)
17640 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
17641
17642 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
17643 from face name.
17644 (texinfo-heading-face): New backward-compatibility alias for
17645 renamed face.
17646 (texinfo-heading-face): Use renamed texinfo-heading face.
17647
17648 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
17649 suffix from face names.
17650 (tex-math-face, tex-verbatim-face):
17651 New backward-compatibility aliases for renamed faces.
17652 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
17653 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
17654 literal face name.
17655
17656 * textmodes/table.el (table-cell): Remove "-face" suffix from face
17657 name.
17658 (table-cell-face): New backward-compatibility alias for renamed face.
17659 (table--put-cell-face-property, table--update-cell-face):
17660 Use renamed table-cell face.
17661
17662 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
17663 from face name.
17664 (sgml-namespace-face): New backward-compatibility alias for
17665 renamed face.
17666 (sgml-namespace-face): Use renamed sgml-namespace face.
17667
17668 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
17669 (org-level-4, org-level-5, org-level-6, org-level-7)
17670 (org-level-8, org-warning, org-headline-done)
17671 (org-deadline-announce, org-scheduled-today)
17672 (org-scheduled-previously, org-link, org-done, org-table)
17673 (org-time-grid): Remove "-face" suffix from face names.
17674 (org-level-1-face, org-level-2-face, org-level-3-face)
17675 (org-level-4-face, org-level-5-face, org-level-6-face)
17676 (org-level-7-face, org-level-8-face, org-warning-face)
17677 (org-headline-done-face, org-deadline-announce-face)
17678 (org-scheduled-today-face, org-scheduled-previously-face)
17679 (org-link-face, org-done-face, org-table-face)
17680 (org-time-grid-face):
17681 New backward-compatibility aliases for renamed faces.
17682 (org-level-faces, org-set-font-lock-defaults, org-timeline)
17683 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
17684 (org-agenda-get-timestamps, org-agenda-get-scheduled)
17685 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
17686
17687 * emulation/viper-init.el (viper-search, viper-replace-overlay)
17688 (viper-minibuffer-emacs, viper-minibuffer-insert)
17689 (viper-minibuffer-vi): Remove "-face" suffix from face names.
17690 (viper-search-face, viper-replace-overlay-face)
17691 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17692 (viper-minibuffer-vi-face):
17693 New backward-compatibility aliases for renamed faces.
17694 (viper-search-face, viper-replace-overlay-face)
17695 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17696 (viper-minibuffer-vi-face): Use renamed viper faces.
17697
17698 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
17699 Remove "-face" suffix from face names.
17700 (testcover-nohits-face, testcover-1value-face):
17701 New backward-compatibility aliases for renamed faces.
17702 (testcover-mark): Use renamed testcover faces.
17703
17704 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
17705 face name.
17706 (diary-button-face): New backward-compatibility alias for renamed face.
17707 (diary-entry): Use renamed diary-button face.
17708
17709 * calendar/calendar.el (diary, calendar-today, holiday)
17710 (mark-visible-calendar-date): Remove "-face" suffix from face names.
17711 (diary-face, calendar-today-face, holiday-face):
17712 New backward-compatibility aliases for renamed faces.
17713 (eval-after-load "facemenu", diary-entry-marker)
17714 (calendar-today-marker, calendar-holiday-marker, diary-face):
17715 Use renamed calendar faces.
17716
17717 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
17718 (compare-windows-face): New backward-compatibility alias for
17719 renamed face.
17720 (compare-windows-highlight): Use renamed compare-windows face.
17721
17722 * strokes.el (strokes-char): Remove "-face" suffix from face name.
17723 (strokes-char-face): New backward-compatibility alias for renamed face.
17724 (strokes-encode-buffer): Use renamed strokes-char face.
17725
17726 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
17727 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
17728 Remove "-face" suffix from face names.
17729 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17730 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17731 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
17732 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
17733 Use renamed pcvs faces.
17734 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
17735 * pcvs-defs.el (cvs-mode-map): Likewise.
17736 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
17737
17738 * info.el (info-title-1, info-title-2, info-title-3)
17739 (info-title-4): Remove "-face" suffix from and downcase face names.
17740 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17741 (Info-title-4-face):
17742 New backward-compatibility aliases for renamed faces.
17743 (Info-fontify-node): Use renamed info faces.
17744
17745 * hilit-chg.el (highlight-changes, highlight-changes-delete):
17746 Remove "-face" suffix from face names.
17747 (highlight-changes-face, highlight-changes-delete-face):
17748 New backward-compatibility aliases for renamed faces.
17749 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
17750 (hilit-chg-make-list): Use renamed highlight-changes faces.
17751
17752 * generic-x.el (show-tabs-tab, show-tabs-space):
17753 Remove "-face" suffix from face names.
17754 (show-tabs-tab-face, show-tabs-space-face):
17755 New backward-compatibility aliases for renamed faces.
17756 (show-tabs-generic-mode-font-lock-defaults-1)
17757 (show-tabs-generic-mode-font-lock-defaults-2):
17758 Use renamed show-tabs faces.
17759
17760 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
17761 (smerge-markers): Remove "-face" suffix from face names.
17762 (smerge-mine-face, smerge-other-face, smerge-base-face)
17763 (smerge-markers-face):
17764 New backward-compatibility aliases for renamed faces.
17765 (smerge-mine-face, smerge-other-face, smerge-base-face)
17766 (smerge-markers-face): Use renamed smerge faces.
17767
17768 * log-view.el (log-view-file, log-view-message): Remove "-face"
17769 suffix from face names.
17770 (log-view-file-face, log-view-message-face):
17771 New backward-compatibility aliases for renamed faces.
17772 (log-view-file-face, log-view-message-face): Use renamed log-view
17773 faces.
17774
17775 * paren.el (show-paren-match, show-paren-mismatch):
17776 Remove "-face" suffix from face names.
17777 (show-paren-match-face, show-paren-mismatch-face):
17778 New backward-compatibility aliases for renamed faces.
17779 (show-paren-function): Use renamed show-paren faces.
17780
17781 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
17782 (ruler-mode-margins, ruler-mode-fringes)
17783 (ruler-mode-column-number, ruler-mode-fill-column)
17784 (ruler-mode-comment-column, ruler-mode-goal-column)
17785 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
17786 suffix from face names.
17787 (ruler-mode-default-face, ruler-mode-pad-face)
17788 (ruler-mode-margins-face, ruler-mode-fringes-face)
17789 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
17790 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
17791 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
17792 New backward-compatibility aliases for renamed faces.
17793 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
17794 (ruler-mode-column-number, ruler-mode-fill-column)
17795 (ruler-mode-comment-column, ruler-mode-goal-column)
17796 (ruler-mode-tab-stop, ruler-mode-current-column)
17797 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
17798 faces.
17799
17800 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
17801 face name.
17802 (whitespace-highlight-the-space): Use renamed face.
17803 (whitespace-highlight-face): New backward-compatibility alias for
17804 renamed face.
17805
17806 * woman.el (woman-italic, woman-bold, woman-unknown)
17807 (woman-addition, woman-symbol-face):
17808 Remove "-face" suffix from face names.
17809 (woman-italic-face, woman-bold-face, woman-unknown-face)
17810 (woman-addition-face):
17811 New backward-compatibility aliases for renamed faces.
17812 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
17813 (woman-decode-region, woman-replace-match)
17814 (woman-display-extended-fonts, woman-special-characters)
17815 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
17816 Use renamed woman faces.
17817
17818 * longlines.el (longlines-visible-face): Face removed.
17819
17820 * diff-mode.el (diff-header, diff-file-header, diff-index)
17821 (diff-hunk-header, diff-removed, diff-added, diff-changed)
17822 (diff-function, diff-context, diff-nonexistent): Remove "-face"
17823 suffix from face names.
17824 (diff-header-face, diff-file-header-face, diff-index-face)
17825 (diff-hunk-header-face, diff-removed-face, diff-added-face)
17826 (diff-changed-face, diff-function-face, diff-context-face)
17827 (diff-nonexistent-face): New backward-compatibility aliases for
17828 renamed faces.
17829 (diff-header-face, diff-file-header-face)
17830 (diff-index, diff-index-face, diff-hunk-header)
17831 (diff-hunk-header-face, diff-removed, diff-removed-face)
17832 (diff-added, diff-added-face, diff-changed-face, diff-function)
17833 (diff-function-face, diff-context-face, diff-nonexistent)
17834 (diff-nonexistent-face): Use renamed diff-mode faces.
17835
17836 * progmodes/compile.el (compilation-warning-face)
17837 (compilation-info-face): Remove "-face" suffix from face names.
17838 (compilation-warning-face, compilation-info-face):
17839 New backward-compatibility aliases for renamed faces.
17840 (compilation-warning-face, compilation-info-face):
17841 Use renamed compilation faces.
17842
17843 * add-log.el (change-log-date, change-log-name)
17844 (change-log-email, change-log-file, change-log-list)
17845 (change-log-conditionals, change-log-function)
17846 (change-log-acknowledgement): Remove "-face" suffix from face names.
17847 (change-log-date-face, change-log-name-face)
17848 (change-log-email-face, change-log-file-face)
17849 (change-log-list-face, change-log-conditionals-face)
17850 (change-log-function-face, change-log-acknowledgement-face):
17851 New backward-compatibility aliases for renamed faces.
17852 (change-log-font-lock-keywords): Use renamed change-log faces.
17853
17854 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
17855 (custom-set, custom-changed, custom-saved, custom-button)
17856 (custom-button-pressed, custom-documentation, custom-state)
17857 (custom-comment, custom-comment-tag, custom-variable-tag)
17858 (custom-variable-button, custom-face-tag, custom-group-tag-1)
17859 (custom-group-tag): Remove "-face" suffix from face names.
17860 (custom-magic-alist, custom-magic-value-create)
17861 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
17862 (custom-invalid-face, custom-rogue-face, custom-modified-face)
17863 (custom-set-face, custom-changed-face, custom-saved-face)
17864 (custom-button-face, custom-button-pressed-face)
17865 (custom-documentation-face, custom-state-face)
17866 (custom-comment-face, custom-comment-tag-face)
17867 (custom-variable-tag-face, custom-variable-button-face)
17868 (custom-face-tag-face, custom-group-tag-face-1)
17869 (custom-group-tag-face):
17870 New backward-compatibility aliases for renamed faces.
17871
17872 * wid-edit.el (widget-documentation, widget-button)
17873 (widget-field, widget-single-line-field, widget-inactive)
17874 (widget-button-pressed): "-face" suffix removed from face names.
17875 (widget-documentation-face, widget-button-face)
17876 (widget-field-face, widget-single-line-field-face)
17877 (widget-inactive-face, widget-button-pressed-face):
17878 New backward-compatibility aliases for renamed faces.
17879 (widget-documentation-face, widget-button-face)
17880 (widget-button-pressed-face, widget-specify-field)
17881 (widget-specify-inactive): Use renamed widget faces.
17882
17883 2005-06-10 Kenichi Handa <handa@m17n.org>
17884
17885 * term/x-win.el (x-clipboard-yank): Remove condition-case
17886 wrapping.
17887
17888 2005-06-11 Kenichi Handa <handa@m17n.org>
17889
17890 * add-log.el (change-log-font-lock-keywords): Make the regexp for
17891 date lines stricter.
17892
17893 2005-06-10 Zhang Wei <id.brep@gmail.com>
17894
17895 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
17896 of x-get-selection.
17897
17898 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17899
17900 * comint.el (comint-mode, comint-snapshot-last-prompt):
17901 * frame.el (frame-current-scroll-bars):
17902 * term.el (term-mode, term-check-proc, term-input-sender)
17903 (term-simple-send, term-extract-string, term-word)
17904 (term-match-partial-filename):
17905 * window.el (window-current-scroll-bars):
17906 * emulation/cua-base.el (cua-normal-cursor-color)
17907 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
17908 (cua-global-mark-cursor-color):
17909 * mail/undigest.el (rmail-forward-separator-regex):
17910 Fix typos in docstrings.
17911
17912 * comint.el (comint-check-proc, make-comint-in-buffer)
17913 (comint-source-default): Doc fixes.
17914
17915 * term.el (term-send-string): Improve argument/docstring consistency.
17916
17917 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
17918
17919 * comint.el (comint-send-input): Bind `inhibit-read-only' around
17920 call to `delete-region'.
17921 (comint-mode-hook): Do not enable Font Lock by default.
17922
17923 2005-06-09 Lute Kamstra <lute@gnu.org>
17924
17925 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
17926 could be void.
17927
17928 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
17929
17930 * emacs-lisp/debug.el (debugger-will-be-back): New var.
17931 (debug): Use it.
17932 (debugger-step-through, debugger-continue, debugger-jump)
17933 (debugger-return-value): Set it when needed.
17934 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
17935 Use inhibit-read-only.
17936
17937 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
17938
17939 * window.el (shrink-window-if-larger-than-buffer)
17940 (window-size-fixed): Fix typo in docstring.
17941
17942 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
17943 thumbnails directory on loading.
17944 (thumbs-conversion-program): Use `eq' to check the system type,
17945 not `equal'.
17946 (thumbs-temp-dir): Initialize to `temporary-file-directory',
17947 not "/tmp". Fix docstring.
17948 (thumbs-thumbsdir): New function to return the thumbnails
17949 directory, creating it if needed.
17950 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
17951 (thumbs-temp-file): Delete variable and make it into a function.
17952 (thumbs-resize-image, thumbs-modify-image): Use it.
17953 (thumbs-kill-buffer): Simplify.
17954 (thumbs-gensym): Defalias or duplicate CL `gensym'.
17955 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
17956 docstrings.
17957
17958 2005-06-09 Kim F. Storm <storm@cua.dk>
17959
17960 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
17961 set-match-data to free markers in match-data.
17962
17963 * replace.el (replace-match-data): Pass RESEAT arg `t' to
17964 match-data to unchain markers in match-data.
17965
17966 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
17967
17968 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
17969 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
17970 unnecessary now.
17971
17972 2005-06-08 Richard M. Stallman <rms@gnu.org>
17973
17974 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
17975 give the variable a doc string that doesn't say don't set it directly.
17976
17977 * textmodes/ispell.el (ispell-check-version):
17978 Use match-string-no-properties.
17979 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
17980 (ispell-buffer-local-words): Likewise.
17981
17982 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
17983 except on terminals with enough colors to really display it.
17984 (makefile-dependency-regex): Delete spurious `bb'.
17985
17986 * faces.el (escape-glyph): Use blue once again in last case.
17987 (no-break-space): Redefine so that it isn't invisible on a tty.
17988
17989 2005-06-08 Kim F. Storm <storm@cua.dk>
17990
17991 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
17992 also when reading directory name.
17993
17994 2005-06-08 Lute Kamstra <lute@gnu.org>
17995
17996 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
17997 (flyspell-mode-line-string): Remove autoload cookie.
17998 (flyspell-mode): Remove defvar.
17999
18000 2005-06-07 Lute Kamstra <lute@gnu.org>
18001
18002 * textmodes/org.el (org-run-mode-hooks): New function.
18003 (org-agenda-mode): Use it.
18004
18005 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18006
18007 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18008
18009 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18010
18011 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18012
18013 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18014
18015 * font-lock.el (font-lock-add-keywords): Doc fix.
18016
18017 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18018
18019 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18020 (tex-compile-default): In the absence of any history, use the order in
18021 tex-compile-alist to choose the preferred command.
18022 (tex-compile-commands): Reorder a bit.
18023
18024 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18025 (flyspell-incorrect-face, flyspell-duplicate-face):
18026 Use (X)Emacs-agnostic code.
18027 (flyspell-mode-map): Don't overwrite at each load. Remove code
18028 redundant with the subsequent add-minor-mode. Merge Emacs and
18029 XEmacs code.
18030 (flyspell-word): Minor simplification.
18031 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18032 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18033 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18034 Merge the corresponding Emacs code.
18035 (flyspell-correct-word, flyspell-xemacs-popup):
18036 Use flyspell-do-correct.
18037
18038 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18039 a dedicated window.
18040
18041 * international/latexenc.el (latexenc-find-file-coding-system):
18042 Undo part of last patch, to turn off a compiler warning.
18043
18044 2005-06-06 Juri Linkov <juri@jurta.org>
18045
18046 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18047 Rename `tmm-inactive-face' to `tmm-inactive'.
18048
18049 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18050
18051 * iswitchb.el: Rename faces.
18052
18053 2005-06-06 Kim F. Storm <storm@cua.dk>
18054
18055 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18056 (cua-global-mark): Remove -face suffix from face names.
18057
18058 * emulation/cua-gmrk.el (cua--init-global-mark):
18059 Remove cua-global-mark face setup.
18060
18061 2005-06-06 Richard M. Stallman <rms@gnu.org>
18062
18063 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18064 just like other allowed characters.
18065 (makefile-match-dependency): Exclude leading and training whitespace
18066 from the range of regexp subexp 1.
18067 (makefile-macroassign-regex): Don't try to match the body,
18068 just the name of the macro being defined.
18069
18070 * info.el (Info-read-node-name-2): New function.
18071 (Info-read-node-name-1): Use that.
18072 Add a completion-base-size-function property.
18073
18074 * simple.el (completion-setup-function): Look for
18075 completion-base-size-function property of minibuffer-completion-table.
18076
18077 * files.el (locate-file-completion): Doc fix.
18078
18079 * printing.el: Don't call pr-update-menus; user must do that.
18080
18081 * emacs-lisp/debug.el (debugger-window): New variable.
18082 (debug): Use debugger-window if it is set and still alive.
18083 Record debugger-window for next entry.
18084
18085 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18086
18087 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18088
18089 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18090 (hack-one-local-variable, hack-local-variables)
18091 (hack-local-variables-prop-line): Pass that arg.
18092
18093 2005-06-06 Kim F. Storm <storm@cua.dk>
18094
18095 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18096 (ido-indicator): Remove -face suffix from face names.
18097
18098 2005-06-06 Juri Linkov <juri@jurta.org>
18099
18100 * font-lock.el (font-lock-regexp-backslash)
18101 (font-lock-regexp-backslash-construct): New faces.
18102 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
18103 after `('. Add `while-no-input' to control structures.
18104
18105 * faces.el (no-break-space, shadow): New faces.
18106 (escape-glyph): Use less loud colors pink2 and red4.
18107
18108 * diff-mode.el (diff-context-face)
18109 * dired.el (dired-ignored)
18110 * rfn-eshadow.el (file-name-shadow)
18111 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18112
18113 * info.el (Info-title-1-face): Use green instead of yellow because
18114 bold yellow is not readable on light backgrounds.
18115
18116 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18117 before selecting the desired mode to not spend time fontifying
18118 old contents.
18119
18120 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
18121
18122 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18123 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18124
18125 * ps-print.el (ps-default-fg, ps-default-bg):
18126 Fix typos in docstrings.
18127
18128 * isearchb.el (isearchb): Don't pass a spurious second argument to
18129 `iswitchb-completions'.
18130
18131 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
18132
18133 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18134 to preserve point.
18135 (gdb-find-file-hook): Add doc string.
18136
18137 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18138 C dereferenced pointer expression.
18139 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18140
18141 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18142
18143 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18144 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18145 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18146 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18147 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18148 Make background transparent.
18149
18150 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18151
18152 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18153 (font-lock-remove-keywords): Doc fix.
18154 (font-lock-mode-major-mode): Compiler defvar.
18155 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18156
18157 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18158 (font-lock-mode): Update `font-lock-mode-major-mode'.
18159 (font-lock-set-defaults): Compiler defvar.
18160 (font-lock-default-function): Take `font-lock-mode-major-mode'
18161 into account.
18162
18163 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18164 keep track of which major mode it enabled the minor mode for.
18165 Use find-file-hook again. Update docstring.
18166
18167 * simple.el (eval-expression-print-level)
18168 (eval-expression-print-length, eval-expression-debug-on-error):
18169 Doc fixes.
18170
18171 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18172
18173 * iswitchb.el (iswitchb-single-match-face)
18174 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18175 (iswitchb-invalid-regexp-face): New faces.
18176 (iswitchb-completions): Use them.
18177 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18178 now marked as an obsolete alias.
18179 (iswitchb-read-buffer): Remove check for bound font variables.
18180 (iswitchb-invalid-regexp): New free variable.
18181 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18182 set iswitchb-invalid-regexp.
18183 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18184 invalid regexps.
18185 (iswitchb-completions): Add check for complete match when entering
18186 a regexp.
18187 (iswitchb-completions): Remove require-match argument.
18188 (iswitchb-exhibit): Fix caller.
18189 (iswitchb-common-match-inserted): New variable.
18190 (iswitchb-complete, iswitchb-completion-help): Use it.
18191
18192 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18193
18194 * url-http.el (url-http-chunked-encoding-after-change-function):
18195 Use `url-http-debug' instead of `message'.
18196
18197 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18198
18199 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18200 callback argument.
18201
18202 2005-06-04 Kim F. Storm <storm@cua.dk>
18203
18204 * simple.el (line-move): Only call sit-for when moving backwards.
18205
18206 * ido.el (ido-make-merged-file-list-1): New defun split from
18207 ido-make-merged-file-list.
18208 (ido-make-merged-file-list): Bind throw-on-input around call to
18209 ido-make-merged-file-list-1. Return input-pending-p if
18210 interrupted by more input available.
18211 (ido-read-internal): Handle input-pending-p return value from
18212 ido-make-merged-file-list.
18213
18214 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18215
18216 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18217 compatibility code.
18218
18219 * international/latexenc.el (latexenc-find-file-coding-system):
18220 Don't inherit the EOL part of the coding-system from the
18221 tex-main buffer. Fit within 80 columns.
18222
18223 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18224
18225 * tmm.el (tmm-inactive-face): New face.
18226 (tmm-remove-inactive-mouse-face): New function.
18227 (tmm-prompt, tmm-add-one-shortcut)
18228 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18229 but not selectable.
18230
18231 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18232
18233 * faces.el (face-equal): Improve argument/docstring consistency.
18234
18235 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18236
18237 * progmodes/make-mode.el (makefile-targets-face)
18238 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18239 (makefile-bsdmake-dependency-regex)
18240 (makefile-makepp-rule-action-regex)
18241 (makefile-bsdmake-rule-action-regex): New constants.
18242 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18243
18244 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18245 Allow (...) within `...' for makepp messages.
18246
18247 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18248
18249 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18250
18251 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18252 "." files are deleted from all file lists before comparison.
18253
18254 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18255 (viper-ESC-key): Made them customizable.
18256
18257 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18258
18259 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18260
18261 * autorevert.el (auto-revert-buffers): Use save-match-data.
18262
18263 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18264
18265 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18266 menu items with a nil command binding.
18267
18268 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18269
18270 * emacs-lisp/cl-macs.el (defsetf):
18271 Improve argument/docstring consistency.
18272
18273 * faces.el (list-faces-display): Improve the formatting by
18274 computing the maximum length required for any face-name (reworked
18275 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18276 (internal-find-face): Remove redundant info in docstring.
18277
18278 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18279
18280 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18281 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18282 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18283 (gdb-assembler-custom): Improve regexps.
18284 (def-gdb-auto-update-handler): Use window point to preserve point.
18285
18286 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18287
18288 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18289
18290 2005-05-31 Jay Belanger <belanger@truman.edu>
18291
18292 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18293 to calc-embedded.
18294 (calc-embedded-make-info): Have plain prefix argument select
18295 entire line.
18296
18297 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18298
18299 * faces.el (list-faces-display): Signal error if passed a regexp
18300 that matches no face name.
18301
18302 * simple.el (filter-buffer-substring): Fix typo in docstring.
18303
18304 2005-05-31 Richard M. Stallman <rms@gnu.org>
18305
18306 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18307 (vhdl-emacs-21): Doc fix.
18308 (vhdl-mode): Unconditionally set comment-padding.
18309 (vhdl-fixup-whitespace-region): Insert spaces only where
18310 there are none.
18311 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18312
18313 2005-05-30 John Wiegley <johnw@newartisans.com>
18314
18315 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18316 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18317 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18318 `directory-sep-char' to ?/, and all uses of `string-to-int' to
18319 `string-to-number'.
18320
18321 2005-05-30 Jay Belanger <belanger@truman.edu>
18322
18323 * calc/calc.el (calc-bug-address): Fix docstring.
18324 (calc-window-hook, calc-trail-window-hook): New variables.
18325 (calc-trail-display): Restore use of calc-trail-window-hook.
18326 (calc): Restore use of calc-window-hook.
18327
18328 2005-05-31 Masatake YAMATO <jet@gyve.org>
18329
18330 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18331
18332 * help-fns.el (help-C-file-name): Add autoload mark for
18333 `find-function-noselect'.
18334
18335 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18336
18337 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18338 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18339
18340 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18341
18342 * calendar/diary-lib.el (mark-included-diary-files): Only kill
18343 included diary buffer if it was not already being visited.
18344 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18345
18346 * calendar/icalendar.el (top-level): Do not require appt.
18347
18348 * mail/supercite.el (sc-select-attribution): Only use a list
18349 element from sc-attrib-selection-list if it returns a string.
18350 Reported by Davide G. M. Salvetti <salve@debian.org>.
18351
18352 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
18353
18354 * thumbs.el (thumbs-thumbname): The resulting thumbname now
18355 includes a hash value to improve its uniqueness, and has a ".jpg"
18356 extension. Also, it is now a valid filename on all systems.
18357 (thumbs-make-thumb): Use `let', not `let*'.
18358 (thumbs-show-thumbs-list): Check for JPEG availability.
18359
18360 2005-05-30 Richard M. Stallman <rms@gnu.org>
18361
18362 * filesets.el (filesets-menu-ensure-use-cached):
18363 Prevent warning when emacs-version>= is undefined.
18364
18365 * printing.el (pr-interactive-n-up): Use string-to-number.
18366
18367 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18368
18369 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18370 Warn only when name to be defined is quoted.
18371
18372 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
18373
18374 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18375 Make regexp more robust.
18376 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18377 Force regeneration of disassembly.
18378
18379 2005-05-29 Jay Belanger <belanger@truman.edu>
18380
18381 * calc/calc.el (calc-user-invocation): Check if
18382 calc-invocation-macro is non-nil.
18383
18384 2005-05-29 Juri Linkov <juri@jurta.org>
18385
18386 * add-log.el (change-log-font-lock-keywords):
18387 Add `+' to e-mail regexp to accept mail address with keywords.
18388
18389 * man.el (Man-name-regexp): Add `:' to accept qualified names.
18390
18391 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
18392
18393 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18394
18395 * ielm.el (inferior-emacs-lisp-mode): Ditto.
18396
18397 2005-05-29 Richard M. Stallman <rms@gnu.org>
18398
18399 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18400 Undo the change that moves to end of the current word.
18401
18402 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18403
18404 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18405 Throw error when count <= 0 to ensure input is a number.
18406 (gdb-read-memory-custom): Pick up address from buffer.
18407 (gdb-memory-mode): Allow user to increment and decrement
18408 memory address from header line.
18409
18410 2005-05-29 Richard M. Stallman <rms@gnu.org>
18411
18412 * flyspell.el (flyspell-version): Function deleted.
18413 (flyspell-auto-correct-previous-hook): Doc fix.
18414
18415 * jit-lock.el (jit-lock-function, jit-lock-after-change):
18416 Do nothing if memory is full.
18417
18418 * font-lock.el (font-lock-fontify-syntactically-region):
18419 Pass t for GREEDY to looking-back.
18420
18421 * saveplace.el (save-place-alist-to-file): Write the file
18422 using write-region.
18423
18424 * subr.el (looking-back): New argument GREEDY.
18425
18426 * progmodes/compile.el (compilation-start): Set the mode
18427 before inserting the initial text.
18428
18429 * progmodes/which-func.el (which-func-update-1): Turn the mode
18430 off in case of error by setting which-func-mode.
18431
18432 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
18433
18434 * flyspell.el (flyspell-auto-correct-previous-word):
18435 Narrow down to what's on the screen, and recenter overlays
18436 at the end of the next word.
18437
18438 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
18439
18440 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18441 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18442 (flyspell-abbrev-p): Default to nil.
18443 (flyspell-use-global-abbrev-table-p): Doc fix.
18444 (flyspell-large-region): Allow nil as value.
18445 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18446
18447 (mail-mode-flyspell-verify): More robust handling
18448 of `mail-header-separator'. More efficient signature detection.
18449 Allow for regexp metacharacters in message-header-separator.
18450 Adding `To' not to be checked in mail-mode-flyspell-verify.
18451
18452 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18453 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18454 Bind flyspell-auto-correct-binding.
18455 Bind C-. and C-, .
18456 (flyspell-mode-map): Likewise.
18457 (flyspell-mode): Doc fix.
18458 (flyspell-accept-buffer-local-defs): Preserve current buffer.
18459 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18460 (flyspell-word-cache-result): New var, always local.
18461 (flyspell-check-pre-word-p): Doc fix.
18462 (flyspell-check-changed-word-p): Handle spc like newline.
18463 (flyspell-post-command-hook): Set flyspell-word-cache-result.
18464 (flyspell-word-search-backward, flyspell-word-search-forward):
18465 New functions.
18466 (flyspell-word): Return t if nothing to check.
18467 When parsing TeX code, check for after } or \.
18468 Use flyspell-word-search-backward to find previous word.
18469 Return nil if duplicated word.
18470 For word already checked, return same value as last time.
18471 Set flyspell-word-cache-result after checking.
18472 Don't clobber the return value.
18473 (flyspell-get-word): Major rewrite.
18474 (flyspell-external-point-words): New locals pword, pcount.
18475 Fix size used in progress message.
18476 Find the proper corresponding word in flyspell-large-region-buffer.
18477 (flyspell-region): Check for flyspell-large-region = nil.
18478 (flyspell-highlight-incorrect-region): Clean up overlays in region.
18479 (flyspell-auto-correct-word): Check that WORD is a cons.
18480 (flyspell-correct-word): Likewise.
18481
18482 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
18483
18484 * progmodes/make-mode.el (makefile-rule-action-regex)
18485 (makefile-macroassign-regex, makefile-makepp-mode)
18486 (makefile-bsdmake-mode): Continuation lines may be empty.
18487 Reported by Joshua Varner.
18488 (makefile-makepp-font-lock-keywords): Add $(stem).
18489
18490 2005-05-28 Karl Berry <karl@gnu.org>
18491
18492 * textmodes/tex-mode.el: Now that tex-send-command calls
18493 shell-quote-argument (2005-03-31 change), remove all calls to
18494 shell-quote-argument; they all end up invoking tex-send-command.
18495 The double quoting loses on filenames with non-safe characters,
18496 such as "@". Reported by Frederik Fouvry.
18497
18498 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18499
18500 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18501 about preserving point.
18502
18503 2005-05-27 Jay Belanger <belanger@truman.edu>
18504
18505 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18506 Info-goto-node.
18507
18508 * calc/calc-embed.el (calc-embed-arg): New variable.
18509 (calc-do-embedded-activate, calc-embedded-activate-formula)
18510 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18511 variable by new variable.
18512 (calc-embedded-make-info): Replace undeclared variable by new
18513 variable. When selecting region with positive prefix
18514 argument, use end of previous line instead of beginning of line.
18515
18516 * calc/calc-aent.el (calc-arg-values): Declare it.
18517
18518 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18519 Declare them.
18520
18521 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18522
18523 * calc/calc.el (calc-alg-map): Declare it.
18524
18525 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18526
18527 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
18528
18529 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18530 (gdb-registers-buffer, toggle-gdb-all-registers):
18531 Toggle display of floating point registers.
18532 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18533
18534 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
18535 (toggle-gud-tooltip-dereference):
18536 Rename from gud-toggle-tooltip-dereference.
18537
18538 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18539
18540 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18541
18542 2005-05-27 Jay Belanger <belanger@truman.edu>
18543
18544 * calc/calc-prog.el (calc-kbd-report): Remove.
18545 (calc-kbd-query): Rewrite.
18546
18547 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
18548
18549 * image.el (image-library-alist): Move to image.c.
18550 (image-type-available-p): Doc fix.
18551
18552 2005-05-27 Lute Kamstra <lute@gnu.org>
18553
18554 * calc/calc.el (calc):
18555 * outline.el (outline-1, outline-2, outline-3, outline-4)
18556 (outline-5, outline-6, outline-7, outline-8):
18557 * textmodes/dns-mode.el (dns-mode):
18558 * textmodes/sgml-mode.el (sgml-namespace-face):
18559 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18560 (tex-verbatim-face, tex-use-reftex):
18561 * textmodes/texinfo.el (texinfo-heading-face):
18562 Specify customization group.
18563
18564 * longlines.el: Don't require easy-mmode.
18565 (longlines-visible-face): Specify customization group.
18566
18567 2005-05-27 Kenichi Handa <handa@m17n.org>
18568
18569 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18570 encoding table of windows-1251.
18571
18572 * international/ucs-tables.el (ucs-set-table-for-input):
18573 If translation-table-for-input of a coding system is a symbol, get
18574 its translation-table property.
18575
18576 * international/code-pages.el: Don't register a coding system into
18577 non-iso-charset-alist more than once.
18578 (cp-make-coding-system): Likewise.
18579
18580 2005-05-26 John Wiegley <johnw@newartisans.com>
18581
18582 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18583 `eshell-resume-eval' is wrapped in a list, it indicates that the
18584 command was run asynchronously. In that case, unwrap the value
18585 before checking the delimiter value.
18586
18587 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18588 character before a space at the end of a line is \, assume the space
18589 is part of the last argument rather than a final argument separator.
18590
18591 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18592 is in use, and the target is `t' or `nil' (which are the most common
18593 values), don't assume that the symbol target is a buffer.
18594
18595 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18596
18597 * calendar/calendar.el (calendar-mode-line-format):
18598 Use mode-line-highlight as mouse-face.
18599
18600 * time.el (display-time-string-forms, display-time-update):
18601 Use mode-line-highlight as mouse-face.
18602
18603 2005-05-26 Jay Belanger <belanger@truman.edu>
18604
18605 * calc/calc.el (calc-language-alist): Remove extra defvar.
18606
18607 2005-05-26 Lute Kamstra <lute@gnu.org>
18608
18609 * arc-mode.el (archive-mode):
18610 * bookmark.el (bookmark-read-annotation-mode)
18611 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18612 * bs.el (bs-mode):
18613 * calc/calc-yank.el (calc-edit-mode):
18614 * calc/calc.el (calc-mode, calc-trail-mode):
18615 * calculator.el (calculator-mode):
18616 * chistory.el (command-history-mode):
18617 * comint.el:
18618 * cus-edit.el (custom-mode):
18619 * descr-text.el (describe-text-mode):
18620 * ebuff-menu.el (Electric-buffer-menu-mode):
18621 * ediff-util.el (ediff-mode):
18622 * emacs-lisp/re-builder.el (reb-mode):
18623 * emulation/vi.el (vi-mode-setup):
18624 * emulation/ws-mode.el (wordstar-mode):
18625 * eshell/esh-mode.el (eshell-mode):
18626 * forms.el (forms-mode):
18627 * help-mode.el (help-mode):
18628 * hexl.el (hexl-mode):
18629 * ibuffer.el (ibuffer-mode):
18630 * ielm.el (inferior-emacs-lisp-mode):
18631 * info.el (Info-mode, Info-edit-mode):
18632 * international/swedish.el:
18633 * ledit.el (ledit-from-lisp-mode):
18634 * locate.el (locate-mode):
18635 * mail/rmail.el (rmail-mode):
18636 * mail/rmailedit.el (rmail-edit-mode):
18637 * mail/rmailsum.el (rmail-summary-mode):
18638 * mail/supercite.el (sc-electric-mode):
18639 * net/eudc.el (eudc-mode):
18640 * net/quickurl.el (quickurl-list-mode):
18641 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
18642 * obsolete/ooutline.el (outline-mode):
18643 * obsolete/options.el (Edit-options-mode):
18644 * obsolete/rnews.el (news-mode):
18645 * obsolete/rnewspost.el (news-reply-mode):
18646 * play/5x5.el (5x5-mode):
18647 * play/decipher.el (decipher-mode, decipher-stats-mode):
18648 * play/gomoku.el (gomoku-mode):
18649 * play/snake.el (snake-mode):
18650 * play/solitaire.el (solitaire-mode):
18651 * play/tetris.el (tetris-mode):
18652 * progmodes/ada-mode.el (ada-mode):
18653 * progmodes/antlr-mode.el (antlr-mode):
18654 * progmodes/autoconf.el (autoconf-mode):
18655 * progmodes/dcl-mode.el (dcl-mode):
18656 * progmodes/delphi.el (delphi-mode):
18657 * progmodes/ebrowse.el (ebrowse-tree-mode)
18658 (ebrowse-electric-list-mode, ebrowse-member-mode)
18659 (ebrowse-electric-position-mode):
18660 * progmodes/f90.el (f90-mode):
18661 * progmodes/fortran.el (fortran-mode):
18662 * progmodes/icon.el (icon-mode):
18663 * progmodes/idlw-help.el (idlwave-help-mode):
18664 * progmodes/idlw-shell.el (idlwave-shell-mode):
18665 * progmodes/idlwave.el (idlwave-mode):
18666 * progmodes/inf-lisp.el (inferior-lisp-mode):
18667 * progmodes/m4-mode.el (m4-mode):
18668 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
18669 * progmodes/modula2.el (modula-2-mode):
18670 * progmodes/octave-inf.el (inferior-octave-mode):
18671 * progmodes/octave-mod.el (octave-mode):
18672 * progmodes/pascal.el (pascal-mode):
18673 * progmodes/sh-script.el (sh-mode):
18674 * progmodes/sql.el (sql-mode, sql-interactive-mode):
18675 * progmodes/vhdl-mode.el (vhdl-mode):
18676 * progmodes/xscheme.el (scheme-interaction-mode):
18677 * replace.el (occur-mode):
18678 * ses.el (ses-mode):
18679 * simple.el (completion-list-mode):
18680 * skeleton.el:
18681 * speedbar.el (speedbar-mode):
18682 * term.el (term-mode):
18683 * terminal.el (terminal-edit-mode):
18684 * textmodes/reftex-index.el (reftex-index-mode)
18685 (reftex-index-phrases-mode):
18686 * textmodes/reftex-sel.el (reftex-select-label-mode)
18687 (reftex-select-bib-mode):
18688 * textmodes/reftex-toc.el (reftex-toc-mode):
18689 * wdired.el (wdired-change-to-wdired-mode):
18690 * wid-browse.el (widget-browse-mode):
18691 Use run-mode-hooks.
18692
18693 * array.el (array-mode):
18694 * calendar/todo-mode.el (todo-mode):
18695 * man.el (Man-mode):
18696 * play/landmark.el (lm-mode):
18697 * play/mpuz.el (mpuz-mode):
18698 Use kill-all-local-variables and run-mode-hooks.
18699
18700 * subr.el (delay-mode-hooks): Specify indentation.
18701
18702 2005-05-26 Mark A. Hershberger <mah@everybody.org>
18703
18704 * xml.el (xml-substitute-special): Don't die for undefined xml
18705 entities.
18706
18707 2005-05-26 Jay Belanger <belanger@truman.edu>
18708
18709 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
18710 of nil.
18711
18712 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
18713
18714 * progmodes/gdb-ui.el (gdb-frame-address):
18715 Rename from gdb-current-address.
18716 (gdb-previous-frame-address): Rename from gdb-previous-address.
18717 (gdb-selected-frame): Rename from gdb-current-frame.
18718 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
18719 (gdb-frame-number): Rename from gdb-current-stack-level.
18720 (gdb-ann3): Match new mode-name for disassembly buffer.
18721 Extend initialization of variables.
18722 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
18723 (gdb-memory-mode): Use mouse-face in header line.
18724 (gdb-assembler-buffer-name): Call it disassembly and give frame
18725 in mode line.
18726 (gdb-source-spec-regexp, gdb-assembler-custom)
18727 (gdb-invalidate-assembler, gdb-frame-handler):
18728 Make robust to leading zeroes in address format.
18729
18730 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
18731
18732 * textmodes/org.el (org-mode): Use `define-derived-mode' to
18733 define `org-mode'.
18734 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
18735
18736 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
18737
18738 * log-edit.el (log-edit-changelog-entries): Distinguish between
18739 filenames like xfns.c and fns.c.
18740
18741 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
18742
18743 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
18744 point after reverting.
18745 (Buffer-menu-make-sort-button): Handle the case where
18746 `Buffer-menu-use-header-line' is nil.
18747
18748 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
18749
18750 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
18751 New funcs. In minibuffer-local-completion-map bind `]', `/'
18752 and `:' to them.
18753
18754 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18755
18756 * startup.el (normal-top-level): Allow modification of load-path while
18757 we're iterating over it.
18758
18759 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
18760
18761 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
18762 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
18763 (thumbs-resize-interactive, thumbs-insert-image)
18764 (thumbs-insert-thumb, thumbs-dired-show-marked)
18765 (thumbs-find-image-at-point, thumbs-delete-images)
18766 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
18767 (thumbs-increment-image-size, thumbs-decrement-image-size):
18768 Fix typos in docstrings.
18769
18770 2005-05-24 Andre Spiegel <spiegel@gnu.org>
18771
18772 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
18773 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
18774 (cperl-mode): Use them.
18775
18776 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
18777
18778 * window.el (quit-window, shrink-window-if-larger-than-buffer):
18779 Doc fixes.
18780
18781 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
18782
18783 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
18784 Bind C-d to gdb-inferior-io-eof.
18785
18786 * dired.el (dired-dnd-popup-notice): Use message-box.
18787
18788 2005-05-23 Masatake YAMATO <jet@gyve.org>
18789
18790 * bindings.el (mode-line-major-mode-keymap):
18791 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
18792
18793 * faces.el (mode-line-highlight): New face.
18794
18795 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
18796 as mouse-face.
18797
18798 * bindings.el (top-level, help-echo, mode-line-modified)
18799 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
18800 as mouse-face.
18801
18802 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
18803
18804 * progmodes/cc-engine.el (c-guess-basic-syntax):
18805 Remove spurious call to `zerop'.
18806
18807 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
18808
18809 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
18810
18811 CC Mode update to 5.30.10:
18812
18813 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
18814 could go past the limit in decoration level 2, thereby causing
18815 errors during interactive fontification.
18816
18817 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
18818 the file is evaluated interactively.
18819
18820 * cc-engine.el (c-guess-basic-syntax): Handle operator
18821 declarations somewhat better in C++.
18822
18823 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
18824 make use of `run-mode-hooks' which has been added in Emacs 21.1.
18825 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
18826 (awk-mode): Use it.
18827 (make-local-hook): Suppress warning about obsoleteness.
18828
18829 * cc-engine.el, cc-align.el, cc-cmds.el
18830 (c-append-backslashes-forward, c-delete-backslashes-forward)
18831 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
18832 Compensate for return value from `forward-line' when it has moved
18833 but not to a different line due to eob.
18834
18835 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
18836 `objc-method-intro' and `objc-method-args-cont'.
18837
18838 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
18839
18840 CC Mode update to 5.30.10:
18841
18842 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
18843 in the copyright statement. Incidentally, change "along with GNU
18844 Emacs" to "along with this program" where it occurs.
18845
18846 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
18847 so that it is interactive, hence can be found by M-x awk-mode
18848 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
18849 <gmorris+emacs@ast.cam.ac.uk>.
18850
18851 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
18852 Mode's regexps.
18853
18854 2005-05-23 Kevin Ryde <user42@zip.com.au>
18855
18856 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
18857 c-parse-state, to avoid a lisp error (on bad code).
18858
18859 2005-05-23 Lute Kamstra <lute@gnu.org>
18860
18861 * subr.el (font-lock-defaults): Remove defvar as it's already
18862 defined in font-core.el.
18863
18864 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
18865
18866 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
18867
18868 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
18869 more general and work when GDB variable "print pretty" is on,
18870 as with Emacs, for example.
18871
18872 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
18873
18874 * font-core.el: Update comment.
18875
18876 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18877 Use `after-change-major-mode-hook' instead of `find-file-hook'.
18878
18879 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
18880
18881 2005-05-22 Eli Zaretskii <eliz@gnu.org>
18882
18883 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
18884 and `yank-handler' in the doc strings.
18885
18886 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18887
18888 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
18889
18890 2005-05-22 Richard M. Stallman <rms@gnu.org>
18891
18892 * help.el (describe-key): Move print-help-return-message call
18893 out of conditional.
18894
18895 * progmodes/etags.el (list-tags): Use with-no-warnings.
18896
18897 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
18898 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
18899 (starttls-extra-args, starttls-extra-arguments): Add defvars.
18900
18901 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
18902
18903 * language/viet-util.el (viet-viscii-nonascii-translation-table):
18904 Add defvar.
18905
18906 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
18907 Use defvar, not defconst.
18908
18909 * hexl.el (hexl-follow-line): Use with-no-warnings.
18910
18911 * emulation/tpu-extras.el: Use write-file-functions instead of
18912 write-file-hooks.
18913
18914 * dired.el (dired-font-lock-keywords): Fontify files with junk
18915 extensions even if marked by -F.
18916
18917 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
18918
18919 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
18920 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
18921 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
18922 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
18923 (concatenate, list-length, get*, getf, cl-remprop):
18924 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
18925 (etypecase, progv, lexical-let, lexical-let*)
18926 (multiple-value-bind, multiple-value-setq, shiftf):
18927 Improve argument/docstring consistency.
18928
18929 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
18930
18931 2005-05-22 Andre Spiegel <spiegel@gnu.org>
18932
18933 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
18934 doesn't exist.
18935
18936 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
18937 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
18938
18939 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
18940
18941 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
18942 already deleted variables: auto-fill-hook, blink-paren-hook,
18943 lisp-indent-hook, inhibit-local-variables, unread-command-event,
18944 suspend-hooks, comment-indent-hook, meta-flag,
18945 before-change-function, after-change-function,
18946 font-lock-doc-string-face.
18947
18948 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
18949
18950 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18951
18952 2005-05-21 Eli Zaretskii <eliz@gnu.org>
18953
18954 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
18955 rmail-dont-reply-to.
18956
18957 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18958
18959 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
18960 literal blank when splitting new-header-values.
18961
18962 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
18963
18964 * calendar/cal-menu.el (cal-menu-update): Add separator as a
18965 string so that tmm doesn't create a completion entry for it.
18966
18967 * textmodes/table.el (table-disable-menu): Ditto.
18968
18969 2005-05-21 Richard M. Stallman <rms@gnu.org>
18970
18971 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
18972
18973 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
18974
18975 * net/rcompile.el (remote-compile): Use compilation-start.
18976
18977 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
18978
18979 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
18980
18981 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
18982 Default to makefile-bsdmake-mode on BSD systems.
18983
18984 * imenu.el (imenu-generic-expression, imenu--generic-function'):
18985 REGEXP may also be a search function now. The part of doc-string
18986 for describing the structure was 95% identical to that of
18987 `imenu--generic-function'. Unify it there.
18988
18989 * progmodes/make-mode.el (makefile-imenu-generic-expression):
18990 Use function to find dependencies, because regexp alone is so complex,
18991 it easily goes into an endless loop.
18992 (makefile-makepp-mode): Also add submenu for Perl functions
18993 defined in the makefile.
18994 (makefile-bsdmake-mode): Special imenu-generic-expression no
18995 longer needed, due to function call.
18996 (makefile-match-dependency): Take BOUND into account when checking
18997 if we're through.
18998
18999 2005-05-20 Jay Belanger <belanger@truman.edu>
19000
19001 * calc/calc-units.el (calc-invalidate-units-table):
19002 Use inhibit-read-only.
19003 (math-build-units-table-buffer): Use view-mode.
19004
19005 2005-05-20 David Kastrup <dak@gnu.org>
19006
19007 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19008 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19009
19010 2005-05-20 Lute Kamstra <lute@gnu.org>
19011
19012 * diff-mode.el (diff-header-face, diff-file-header-face)
19013 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19014 (diff-added-face, diff-changed-face, diff-function-face)
19015 (diff-context-face, diff-nonexistent-face): Put them in the
19016 diff-mode customization group.
19017
19018 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19019
19020 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19021
19022 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19023
19024 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19025 Minor regexp-optimization.
19026
19027 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19028
19029 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19030 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19031 (org-agenda-add-time-grid-maybe): New function.
19032 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19033 (org-table-create): `dotimes' instead of `mapcar'.
19034 (org-xor): Simplify implementation.
19035 (org-agenda): `inhibit-redisplay' turned on.
19036 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19037 a consistent line after a state change.
19038 (org-agenda-remove-times-when-in-prefix): New option.
19039 (org-prefix-has-time): New variable.
19040 (org-parse-time-string): Optional argument NODEFAULT.
19041 (org-format-agenda-item): Parse items for time-of-day
19042 specifications and move these into the prefix if possible.
19043 (org-agenda-priority): Get current heading, not previous heading
19044 during agenda remote editing.
19045
19046 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19047
19048 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19049 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19050 (remove-duplicates, delete-duplicates, substitute)
19051 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19052 (nsubstitute-if-not, find, find-if, find-if-not, position)
19053 (position-if, position-if-not, count, count-if, count-if-not)
19054 (mismatch, search, sort*, stable-sort, merge, member*)
19055 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19056 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19057 (intersection, nintersection, set-difference, nset-difference)
19058 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19059 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19060 (nsublis, tree-equal): Improve argument/docstring consistency.
19061
19062 * subr.el (send-string, send-region): Remove obsolescence declaration.
19063 (window-dot, set-window-dot, read-input, show-buffer)
19064 (eval-current-buffer, string-to-int):
19065 Add release number to obsolescence declarations.
19066
19067 2005-05-19 Kim F. Storm <storm@cua.dk>
19068
19069 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19070 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19071
19072 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19073
19074 * faces.el (list-faces-display): Make back button respect optional
19075 regexp arg.
19076
19077 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19078
19079 * calculator.el (calculator-radix-grouping-mode)
19080 (calculator-radix-grouping-digits, calculator-displayer)
19081 (calculator-radix-grouping-separator, calculator-copy-displayer):
19082 * dabbrev.el (dabbrev-search-these-buffers-only):
19083 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19084 (diff-advance-after-apply-hunk, diff-mode-hook)
19085 (diff-minor-mode-prefix):
19086 * imenu.el (imenu-use-popup-menu):
19087 * jit-lock.el (jit-lock-context-time):
19088 * newcomment.el (comment-fill-column, comment-column)
19089 (comment-style, comment-padding, comment-multi-line)
19090 (comment-empty-lines, comment-auto-fill-only-comments):
19091 * reveal.el (reveal-around-mark):
19092 * uniquify.el (uniquify-buffer-name-style)
19093 (uniquify-after-kill-buffer-p)
19094 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19095 (uniquify-min-dir-content, uniquify-separator)
19096 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19097 * w32-vars.el (w32-fixed-font-alist):
19098 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19099 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19100 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19101 * progmodes/perl-mode.el (perl-indent-level)
19102 (perl-continued-statement-offset, perl-continued-brace-offset)
19103 (perl-brace-offset, perl-brace-imaginary-offset)
19104 (perl-label-offset, perl-indent-continued-arguments)
19105 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19106 * progmodes/tcl.el (tcl-indent-level)
19107 (tcl-continued-indent-level, tcl-auto-newline)
19108 (tcl-tab-always-indent, tcl-electric-hash-style)
19109 (tcl-help-directory-list, tcl-use-smart-word-finder)
19110 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19111 (inferior-tcl-source-command):
19112 * textmodes/fill.el (enable-kinsoku):
19113 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19114 * textmodes/table.el (table-yank-handler):
19115 Specify missing group (and type, if simple) in defcustom.
19116
19117 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
19118
19119 * progmodes/compile.el (compilation-finish-function): Fix defvar.
19120
19121 2005-05-19 Richard M. Stallman <rms@gnu.org>
19122
19123 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19124
19125 * subr.el (event-basic-type): Don't get an error.
19126 (left-fringe-p): Function deleted.
19127
19128 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19129 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19130
19131 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19132 in recursive copy.
19133
19134 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19135
19136 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19137
19138 * emacs-lisp/bytecomp.el
19139 (byte-compile-file-form-custom-declare-variable):
19140 Call byte-compile-nogroup-warn if appropriate.
19141
19142 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19143 (compilation-set-window): Don't call left-fringe-p; do it directly.
19144
19145 2005-05-19 Jay Belanger <belanger@truman.edu>
19146
19147 * calc/calc-graph.el (calc-graph-format-data): Make sure
19148 var-PlotRejects is bound before trying to check its value.
19149
19150 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19151
19152 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19153 definition of this variable from reftex-global.el to reftex.el,
19154 because it is needed in the menu.
19155
19156 2005-05-19 Lute Kamstra <lute@gnu.org>
19157
19158 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19159 years are fixed. Don't insert a space after a dash.
19160
19161 2005-05-19 Kim F. Storm <storm@cua.dk>
19162
19163 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19164
19165 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19166
19167 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19168 strings, because (eq ... ?\\) is fairly frequent.
19169
19170 * progmodes/make-mode.el (makefile-add-this-line-targets):
19171 Simplify and integrate into `makefile-pickup-targets'.
19172 (makefile-add-this-line-macro): Simplify and integrate into
19173 `makefile-pickup-macros.
19174 (makefile-pickup-filenames-as-targets): Simplify.
19175 (makefile-previous-dependency, makefile-match-dependency):
19176 Don't stumble over `::'.
19177
19178 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19179
19180 * subr.el (post-command-idle-hook, post-command-idle-delay):
19181 Remove obsoletion of post-command-idle-hook and
19182 post-command-idle-delay.
19183
19184 * faces.el (list-faces-display): Provide button when describe-face
19185 is called to take user back to the list of faces.
19186
19187 * help-fns.el (describe-variable): Remove hyperlinks in a
19188 variable's value as these are quite frequently inappropriate.
19189
19190 * follow.el (follow-submit-feedback, follow-mode):
19191 Remove references to post-command-idle-hook.
19192
19193 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19194
19195 * progmodes/make-mode.el (makefile-previous-dependency)
19196 (makefile-match-dependency): Check for := (and in bsd mode also
19197 !=) to give a better result, even when font-lock is not on.
19198
19199 2005-05-18 Jay Belanger <belanger@truman.edu>
19200
19201 * calc/calc-help.el (calc-s-prefix-help):
19202 Add `calc-copy-special-constant' to help string.
19203
19204 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19205
19206 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19207
19208 2005-05-18 Jay Belanger <belanger@truman.edu>
19209
19210 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19211 in linear factors are in proper order.
19212
19213 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19214
19215 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19216 Support for jurabib.
19217
19218 * textmodes/reftex.el (featurep): Define aliases for overlay
19219 commands, for XEmacs compatibility, and use these aliases in
19220 overlay initializations.
19221 (reftex-highlight): Use `reftex-move-overlay'.
19222 (reftex-unhighlight): Use `reftex-delete-overlay'.
19223 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19224 (reftex-access-search-path): Use `reftex-uniquify' instead of
19225 `reftex-uniq'
19226
19227 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19228 `before-string' property modification enables for Emacs as well.
19229 (reftex-select-item): Use `reftex-delete-overlay'.
19230 (reftex-select-mark): Use `reftex-make-overlay' and
19231 `reftex-overlay-put'.
19232 (reftex-select-unmark): Use `reftex-delete-overlay' and
19233 `reftex-overlay-put'.
19234
19235 2005-05-18 Lute Kamstra <lute@gnu.org>
19236
19237 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19238
19239 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19240
19241 * add-log.el (add-change-log-entry):
19242 * array.el (array-make-template, array-reconfigure-rows)
19243 (array-init-max-row, array-init-max-column)
19244 (array-init-columns-per-line, array-init-field-width):
19245 * replace.el (replace-match-maybe-edit, perform-replace):
19246 * textmodes/spell.el (spell-region):
19247 Replace `read-input' by `read-string'.
19248
19249 * forms.el (forms-mode):
19250 * finder.el (finder-compile-keywords):
19251 * shadowfile.el (shadow-read-files):
19252 Replace `eval-current-buffer' by `eval-buffer'.
19253
19254 * terminal.el (te-pass-through):
19255 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19256 (ange-ftp-raw-send-cmd):
19257 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19258 (send-process-next-char, telnet-initial-filter, telnet):
19259 Replace `send-string' by `process-send-string'.
19260
19261 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19262 (prolog-consult-region): Replace `send-string' by
19263 `process-send-string'; replace `send-region' by `process-send-region'.
19264
19265 * progmodes/delphi.el (delphi-log-msg):
19266 Replace `set-window-dot' by `set-window-point'.
19267
19268 * subr.el (window-dot, set-window-dot, read-input, send-string)
19269 (send-region, show-buffer, eval-current-buffer):
19270 Make really obsolete, as the comment says.
19271
19272 2005-05-17 Kim F. Storm <storm@cua.dk>
19273
19274 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19275 (cua--init-keymaps): Bind C-return instead of S-return to set
19276 rectangle mark.
19277
19278 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19279 instead of S-return to toggle/clear rectangle mark.
19280
19281 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19282
19283 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19284 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19285 Also fontify plain strings assigned to variables, mostly so that a
19286 colon has a face and is thus not taken as a dependency separator.
19287 (makefile-previous-dependency): Inline the new matcher, because it
19288 is too complex to work in both directions.
19289 (makefile-match-dependency): Eliminate `backward' arg (see above).
19290 Completely reimplemented so as to not sometimes go into an endless
19291 loop. It should also be more efficient, because first it only
19292 searches for `:', instead of applying the very complex regexp.
19293 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19294 to be fontified in one piece can be too long for JIT.
19295 Makefiles are never *that* big.
19296
19297 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19298
19299 * dired.el (dired-mode): Simplify.
19300
19301 2005-05-17 Lute Kamstra <lute@gnu.org>
19302
19303 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19304 defcustom for the mode hook variable.
19305
19306 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19307 Emacs Lisp Reference Manual.
19308
19309 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
19310
19311 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19312 (evenp, list*):
19313 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19314 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19315
19316 * net/tramp-smb.el (tramp-smb-open-connection):
19317 Pass `tramp-chunksize' as fifth (required) argument.
19318
19319 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
19320
19321 * font-lock.el (lisp-font-lock-keywords-1):
19322 Set `font-lock-negation-char-face' for [^...] char group.
19323 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19324
19325 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19326 a var, and refine it to mask one more level of nested vars.
19327 (makefile-rule-action-regex): Turn it into a var, and refine it so
19328 it recognizes backslashed continuation lines as belonging to the
19329 same command.
19330 (makefile-macroassign-regex): Refine it so it recognizes
19331 backslashed continuation lines as belonging to the same command.
19332 (makefile-var-use-regex): Don't look at the next char, because it
19333 might be the same one to be skipped by the initial [^$], leading
19334 to an overlooked variable use.
19335 (makefile-make-font-lock-keywords): Remove two parameters, which
19336 are now variables that some of the modes set locally.
19337 Handle dependency and rule action matching through functions, because
19338 regexps alone match too often. Dependency matching now comes
19339 last, so it can check, whether a colon already matched something else.
19340 (makefile-mode): Inform that font-lock improves makefile parsing
19341 capabilities.
19342 (makefile-match-dependency, makefile-match-action): New functions.
19343
19344 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
19345
19346 * emacs-lisp/cl-extra.el (equalp): Doc fix.
19347
19348 * align.el (align-regexp):
19349 * ansi-color.el (ansi-color-get-face):
19350 * array.el (array-reconfigure-rows, array-init-max-row)
19351 (array-init-max-column, array-init-columns-per-line)
19352 (array-init-field-width):
19353 * dired-aux.el (dired-trample-file-versions):
19354 * dired-x.el (dired-mark-sexp):
19355 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19356 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19357 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19358 * faces.el (face-read-integer):
19359 * files.el (backup-extract-version, insert-directory):
19360 * hexl.el (hexl-insert-decimal-char):
19361 * server.el (server-process-filter):
19362 * shell.el (shell-extract-num):
19363 * startup.el (command-line-1):
19364 * term.el (term-command-hook):
19365 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19366 (time-stamp-do-number):
19367 * time.el (display-time-update):
19368 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19369 (timezone-fix-time):
19370 * vms-patch.el (vms-suspend-resume-hook):
19371 * calendar/appt.el (appt-convert-time):
19372 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19373 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19374 * calendar/cal-islam.el (mark-islamic-diary-entries):
19375 * calendar/calendar.el (calendar-cursor-to-date)
19376 (calendar-star-date):
19377 * calendar/diary-lib.el (diary-attrtype-convert)
19378 (mark-diary-entries, diary-entry-time):
19379 * calendar/solar.el (solar-get-number):
19380 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19381 * emacs-lisp/re-builder.el (reb-display-subexp):
19382 * emulation/edt.el (edt-set-scroll-margins):
19383 * emulation/tpu-extras.el (tpu-set-scroll-margins):
19384 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19385 (vip-get-ex-count):
19386 * emulation/viper-ex.el (viper-get-ex-token)
19387 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19388 * international/fontset.el (fontset-plain-name):
19389 * mail/feedmail.el (feedmail-look-at-queue-directory):
19390 * mail/mailalias.el (mail-get-names):
19391 * mail/rmail.el (rmail-convert-to-babyl-format):
19392 * mail/rmailsum.el (rmail-make-basic-summary-line)
19393 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19394 (rmail-summary-goto-msg):
19395 * mail/smtpmail.el (smtpmail-read-response):
19396 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19397 (ange-ftp-vms-add-file-entry):
19398 * play/gametree.el (gametree-looking-at-ply)
19399 (gametree-current-branch-score):
19400 * progmodes/ada-xref.el (ada-prj-find-prj-file)
19401 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19402 * progmodes/cperl-mode.el (condition-case):
19403 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19404 (ebrowse-set-member-buffer-column-width)
19405 (ebrowse-select-1st-to-9nth):
19406 * progmodes/etags.el (etags-snarf-tag):
19407 * progmodes/flymake.el (flymake-parse-line):
19408 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19409 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19410 (idlwave-shell-menu-def):
19411 * progmodes/ps-mode.el (ps-run-goto-error):
19412 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19413 (vhdl-speedbar-contract-level):
19414 * term/mac-win.el (x-handle-numeric-switch):
19415 * term/sun-mouse.el (sun-get-frame-data):
19416 * term/w32-win.el (x-handle-numeric-switch):
19417 * term/x-win.el (x-handle-numeric-switch):
19418 * textmodes/ispell.el (ispell-parse-output):
19419 * textmodes/nroff-mode.el (nroff-outline-level):
19420 * textmodes/reftex-cite.el (reftex-bib-sort-year)
19421 (reftex-bib-sort-year-reverse, reftex-format-citation):
19422 * textmodes/reftex-parse.el (reftex-init-section-numbers)
19423 (reftex-section-number):
19424 * textmodes/texinfmt.el (texinfo-paragraphindent):
19425 Replace `string-to-int' by `string-to-number'.
19426
19427 * international/latexenc.el: Add page marker to force the "Local
19428 Variables:" string out of the last page.
19429
19430 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19431
19432 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19433 tooltip-change-major-mode.
19434 (gud-tooltip-print-command): Remove case where gud-minor-mode
19435 is gdb ("--fullname").
19436 (gud-tooltip-tips): Turn GUD tooltips off for this case and
19437 explain to user.
19438
19439 2005-05-16 Jay Belanger <belanger@truman.edu>
19440
19441 * calc/calc-store.el (calc-copy-special-constant): New function.
19442
19443 * calc/calc-ext.el (calc-init-extensions): Add binding for
19444 `calc-copy-special-constant'.
19445
19446 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19447 for the `calc-copy-special-constant' command.
19448
19449 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19450
19451 * subr.el (left-fringe-p): New function.
19452
19453 * progmodes/compile.el (compilation-setup): Set local value of
19454 overlay-arrow-string to "" always.
19455 (compilation-set-window): Left fringe then don't scroll.
19456 No left fringe then no arrow and scroll message to top.
19457 (compilation-context-lines): Adjust doc string accordingly.
19458
19459 2005-05-16 Kim F. Storm <storm@cua.dk>
19460
19461 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19462 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19463 (ido-wide-find-dir-or-delete-dir): New command for M-d.
19464 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
19465 (ido-read-file-name): Handle commands with ido property value
19466 equal to find-file as reading a file name, to allow C-d to enter dired.
19467 (ibuffer-find-file): Add ido property with value find-file.
19468
19469 2005-05-15 Kim F. Storm <storm@cua.dk>
19470
19471 * subr.el (open-network-stream-nowait): Remove.
19472 (open-network-stream-server): Remove.
19473
19474 2005-05-15 Richard M. Stallman <rms@gnu.org>
19475
19476 * faces.el (describe-face): Output a definition link button.
19477
19478 * help-mode.el (help-face-def): New button type.
19479
19480 * emacs-lisp/copyright.el (copyright-fix-years):
19481 Match properly if the first year is 2-digit.
19482 Don't mess up the whitespace after the years by filling.
19483
19484 * dired-aux.el (dired-mark-confirm):
19485 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19486
19487 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19488 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19489 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19490
19491 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19492 Set font-lock-comment-start-skip.
19493
19494 * font-lock.el (font-lock-comment-start-skip): New variable.
19495 (font-lock-comment-end-skip): New variable.
19496 (font-lock-fontify-syntactically-region): Use them if non-nil.
19497
19498 2005-05-15 Jay Belanger <belanger@truman.edu>
19499
19500 * calc/calc-store.el (calc-store-value): Return a string rather
19501 than display it as a message.
19502 Use calc-var-name for variable name.
19503 (calc-store-into): Add the result of calc-store-value to message.
19504 (calc-copy-variable): Add a message.
19505 (calc-store-exchange): Improve error messages.
19506 (calc-store-binary, calc-store-map): Don't reset the values of
19507 special constants.
19508
19509 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
19510
19511 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19512 manual to docstring.
19513
19514 * files.el (hack-local-variables-confirm): Add STRING argument.
19515 Make the function handle non file visiting buffers correctly.
19516 (hack-local-variables-prop-line, hack-local-variables)
19517 (hack-one-local-variable): Use STRING arg of
19518 `hack-local-variables-confirm'.
19519
19520 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
19521
19522 Sync with Tramp 2.0.49.
19523
19524 * net/tramp.el (tramp-handle-dired-call-process)
19525 (tramp-handle-insert-directory):`insert-buffer' cannot be used
19526 because the contents of the Tramp buffer is changed before
19527 insertion (`expand-file' and alike).
19528 (tramp-handle-insert-directory): If `localname' has an empty
19529 nondirectory name, it must not be quoted.
19530 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
19531 variable `tramp-chunksize'. Change callees.
19532 (tramp-open-connection-setup-interactive-shell): Check remote host
19533 for buggy `send-process-string' implementation.
19534 Set `tramp-chunksize' if found. Reported by Michael Kifer
19535 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19536 (tramp-handle-shell-command): `insert-buffer' cannot be used
19537 because the contents of the Tramp buffer is changed before
19538 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19539 <frederic.bothamy@free.fr>.
19540 (tramp-set-auto-save): Actions should be done for Tramp file name
19541 handler only. Ange-FTP has its own auto-save mechanism.
19542 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19543 (tramp-set-auto-save-file-modes): Set file modes of
19544 `buffer-auto-save-file-name' to ?\600 as fallback solution.
19545 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19546 (tramp-bug): Remove obsolete variable.
19547 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
19548 for presence of `mml-mode'. Make it running for older Emacsen as well.
19549
19550 2005-05-14 John Paul Wallington <jpw@pobox.com>
19551
19552 * ibuf-ext.el (define-ibuffer-filter filename):
19553 If `dired-directory' is a list, use its car.
19554
19555 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
19556
19557 * ibuffer.el (define-ibuffer-column filename):
19558 If `dired-directory' is a list, use its car.
19559
19560 2005-05-14 Richard M. Stallman <rms@gnu.org>
19561
19562 * subr.el (symbol-file): Doc fix.
19563
19564 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19565 (byte-compile-form): Call byte-compile-nogroup-warn.
19566 (byte-compile-warning-types): Doc fix.
19567
19568 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19569
19570 * progmodes/cc-engine.el (c-literal-faces):
19571 Add font-lock-comment-delimiter-face.
19572
19573 * net/net-utils.el (dig): Use with-no-warnings.
19574
19575 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19576 (sc-recite-frame-alist, sc-default-cite-frame)
19577 (sc-default-uncite-frame, sc-default-recite-frame)
19578 (sc-attrib-selection-list, sc-rewrite-header-list):
19579 Mark as risky-local-variable.
19580
19581 * international/ogonek.el (ogonek-jak, ogonek-how):
19582 Don't use beginning-of-buffer.
19583
19584 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19585
19586 * calendar/solar.el (solar-data-list): Move definition up.
19587
19588 * dnd.el (dnd-protocol-alist): Add autoload.
19589
19590 * progmodes/sh-script.el: Many doc usage fixes.
19591 (sh-indent-after-do): Change default to match common styles.
19592
19593 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
19594
19595 * files.el (interpreter-mode-alist)
19596 (auto-mode-interpreter-regexp): Doc fixes.
19597
19598 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
19599
19600 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19601
19602 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19603
19604 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19605
19606 * dired.el (dired-mode): make-variable-buffer-local =>
19607 make-local-variable.
19608
19609 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19610
19611 * term/mac-win.el (mac-select-convert-to-string): Try coding
19612 systems in mac-script-code-coding-systems if specified one cannot
19613 encode string for `com.apple.traditional-mac-plain-text'.
19614
19615 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
19616
19617 * progmodes/make-mode.el (makefile-targets-face)
19618 (makefile-shell-face, makefile-makepp-perl-face): New faces.
19619 (makefile-dependency-regex): Fix it to not make the colon in
19620 $(var:a=b) special.
19621 (makefile-rule-action-regex): New regexp for highlighting embedded
19622 Shell strings.
19623 (makefile-macroassign-regex): Handle != for highlighting as
19624 embedded Shell strings.
19625 (makefile-var-use-regex): New const.
19626 (makefile-statements, makefile-automake-statements)
19627 (makefile-gmake-statements, makefile-makepp-statements)
19628 (makefile-bsdmake-statements): New consts.
19629 (makefile-make-font-lock-keywords): New function.
19630 (makefile-automake-font-lock-keywords)
19631 (makefile-gmake-font-lock-keywords)
19632 (makefile-makepp-font-lock-keywords)
19633 (makefile-bsdmake-font-lock-keywords): New consts.
19634 (makefile-mode-map): Add switchers between the various submodes.
19635 (makefile-mode): Document the availability of the variants.
19636 (makefile-automake-mode, makefile-gmake-mode)
19637 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
19638
19639 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
19640 new variants of makefile-mode.
19641
19642 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19643
19644 * font-lock.el (font-lock-comment-delimiter-face): Fix up
19645 the inheritance.
19646
19647 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
19648
19649 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
19650 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
19651
19652 * files.el (normal-mode): Extend the scope of the
19653 `enable-local-variables' binding to include the `set-auto-mode' call.
19654 (magic-mode-alist): Doc fix.
19655
19656 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19657
19658 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
19659 font-lock-comment-face rather than copying its setting.
19660
19661 2005-05-12 Andreas Schwab <schwab@suse.de>
19662
19663 * eshell/esh-mode.el (eshell-send-input): Doc fix.
19664
19665 2005-05-12 Lute Kamstra <lute@gnu.org>
19666
19667 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
19668 defcustom for the mode hook variable. Delete the last argument.
19669 * generic-x.el: Fix callers of define-generic-mode.
19670 (generic-x-modes): Delete group.
19671 (show-tabs-tab-face, show-tabs-space-face): Put them in the
19672 generic-x customization group.
19673
19674 2005-05-12 Kim F. Storm <storm@cua.dk>
19675
19676 * font-lock.el (font-lock-negation-char-face): Default to "off".
19677
19678 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
19679 font-lock-negation-char-face to ! in !=.
19680
19681 2005-05-12 Masatake YAMATO <jet@gyve.org>
19682
19683 * add-log.el (find-change-log): Fix typos in the docstring
19684 of function.
19685
19686 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19687
19688 * international/latexenc.el (latexenc-find-file-coding-system):
19689 Avoid `re-search-forward' when looking for input encoding because
19690 of speed and safety. Better regular expressions for recognizing
19691 input encoding. Limit a search for TeX-master/tex-main-file to
19692 the local variable section.
19693
19694 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
19695
19696 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
19697 syntax of $ to "'" (quote).
19698
19699 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
19700
19701 * dnd.el (dnd-protocol-alist): Improve custom type.
19702
19703 * dired.el (dired-dnd-protocol-alist): New variable.
19704 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
19705 `dired-mode-hook' to the end.
19706
19707 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19708
19709 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
19710 comment-end if comment-start-skip is not set.
19711 Obey the font-lock-comment-delimiter-face variables.
19712
19713 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19714
19715 * files.el (executable-find): Move from executable.el. Use
19716 locate-file.
19717 * progmodes/executable.el (executable-find): Move to files.el.
19718
19719 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
19720 when trying to ensure forward progress.
19721
19722 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
19723
19724 * mouse-sel.el (mouse-sel-follow-link-p): New function.
19725 (mouse-select, mouse-select-internal, mouse-extend-internal):
19726 Use it to implement mouse-1-click-follows-link functionality.
19727
19728 2005-05-11 Richard M. Stallman <rms@gnu.org>
19729
19730 * font-lock.el (font-lock-fontify-syntactically-region):
19731 Use font-lock-comment-delimiter-face for comment delimiters.
19732
19733 2005-05-10 Jay Belanger <belanger@truman.edu>
19734
19735 * calc/calc-help.el (calc-m-prefix-help): Add mention of
19736 preserving embedded modes.
19737
19738 2005-05-10 Richard M. Stallman <rms@gnu.org>
19739
19740 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
19741
19742 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
19743 Move from ada-stmt.el.
19744 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
19745
19746 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
19747 Move to ada-mode.el.
19748 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
19749
19750 * cus-edit.el (custom-file): Call file-chase-links.
19751
19752 * files.el (read-directory-name): Fix previous change.
19753 (hack-local-variables-confirm): New function.
19754 (hack-local-variables-prop-line, hack-local-variables)
19755 (hack-one-local-variable): Use it.
19756
19757 2005-05-10 Lute Kamstra <lute@gnu.org>
19758
19759 * font-lock.el (font-lock-keywords-alist)
19760 (font-lock-removed-keywords-alist): Clarify docstrings.
19761
19762 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
19763
19764 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
19765 (gdb-source-info): Check for preprocessor info.
19766 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
19767 a macro for a function.
19768 (gdb-info-breakpoints-custom): Try to find file again if not already
19769 found (user might have used GDB dir command).
19770 (gdb-get-location): Update gdb-location-alist correctly for change
19771 to gdb-info-breakpoints-custom.
19772
19773 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
19774 (gud-tooltip-print-command): Add gdbmi case.
19775 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
19776 preprocessor info.
19777
19778 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
19779
19780 * startup.el (fancy-splash-insert): Fix typo in doc string.
19781
19782 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
19783
19784 * obsolete/float.el (string-to-float):
19785 * obsolete/hilit19.el (hilit-add-pattern):
19786 * obsolete/rnews.el (news-parse-range, news-select-message)
19787 (news-get-pruned-list-of-files): Replace `string-to-int' by
19788 `string-to-number'.
19789
19790 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
19791 `find-file-not-found-hooks'; use `add-hook'.
19792 (uncompress-while-visiting): Set `write-file-functions', not
19793 `write-file-hooks'; use `add-hook'.
19794
19795 2005-05-09 Kim F. Storm <storm@cua.dk>
19796
19797 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
19798 (cua-paste): Handle clipboard action.
19799 (cua--init-keymaps): Remap clipboard-kill-region and
19800 clipboard-kill-ring-save.
19801
19802 2005-05-08 Eli Zaretskii <eliz@gnu.org>
19803
19804 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19805 Improve commentary.
19806
19807 * simple.el (next-error-overlay-arrow-position): Revert the change
19808 made on 2005-04-30.
19809
19810 2005-05-07 Jay Belanger <belanger@truman.edu>
19811
19812 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
19813 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
19814 `calc-sel-reselect'.
19815
19816 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
19817 Calc is in embedded mode.
19818
19819 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19820
19821 * progmodes/compile.el (compilation-setup):
19822 Set overlay-arrow-string to an empty string on text terminals.
19823
19824 * textmodes/ispell.el (ispell-program-name): Try looking for
19825 "aspell" along exec-path, and if found, use it as the default
19826 speller program.
19827
19828 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
19829
19830 * international/mule.el (sgml-xml-auto-coding-function):
19831 Recognize encoding='FOO' in single quotes as well as in double quotes.
19832
19833 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19834
19835 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
19836 as well as `interactive', so that defmacro* would recognize
19837 `declare' forms.
19838
19839 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19840
19841 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19842 Explain more about the LIGHTER arg's usage in the doc string.
19843 Add commentary to clarify what the code does. Fix the regexp that
19844 strips whitespace from LIGHTER. Quote LIGHTER before using it,
19845 since it could have characters special to regular expressions.
19846
19847 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19848
19849 * replace.el (occur-1): Bind inhibit-read-only so that
19850 erase-buffer doesn't barf on read-only text properties (likewise
19851 for add-text-properties in occur-engine). Mark buffer as unmodified.
19852 (occur-engine): Don't set buffer-read-only here.
19853
19854 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19855
19856 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
19857 list-buffers-directory. This caused the *cvs-commit* buffer to be
19858 sometimes mistakenly reused as a *cvs* buffer.
19859
19860 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
19861
19862 * tooltip.el: Move code for GUD tooltips into gud.el.
19863 (require): CL no longer needed to compile case.
19864 (tooltip-mode): Do not toggle functions for GUD tooltips.
19865 (tooltip-gud-tips-p): Remove. Replace with minor mode
19866 gud-tooltip-mode in gud.el.
19867 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
19868 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
19869 tooltip-gud prefix with gud-tooltip and obsolete.
19870 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
19871 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
19872 (tooltip-mouse-motion): Mouse movement functions/variable.
19873 Rename in gud.el by adding gud prefix.
19874 (tooltip-gud-original-filter, tooltip-gud-dereference)
19875 (tooltip-gud-event, tooltip-toggle-gud-tips)
19876 (tooltip-gud-process-output, tooltip-gud-print-command)
19877 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
19878 gud.el by replacing tooltip-gud prefix with gud-tooltip.
19879 (gdb-tooltip-print): Move to gdb-ui.el.
19880
19881 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
19882 (require): CL needed to compile case.
19883 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
19884 tooltip-gud-tips-p. Make it a minor-mode.
19885 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
19886 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
19887 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
19888 (gud-tooltip-change-major-mode)
19889 (gud-tooltip-activate-mouse-motions-if-enabled)
19890 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
19891 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
19892 (gud-tooltip-original-filter, gud-tooltip-dereference)
19893 (gud-tooltip-event, tooltip-toggle-gud-tips)
19894 (gud-tooltip-process-output, gud-tooltip-print-command)
19895 (gud-tooltip-tips): Move from tooltip.el.
19896
19897 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
19898 (gdb-cpp-define-alist-flags): Doc fix.
19899 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
19900 gud-tooltip-mode is t.
19901
19902 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19903
19904 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
19905 evaporate if their text is deleted.
19906 (goto-address-at-point): Make it work as a mouse binding as well.
19907 (goto-address-at-mouse): Obsolete it. Update users.
19908
19909 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
19910
19911 * calendar/appt.el (top-level): No longer activate on load.
19912
19913 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
19914
19915 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19916 * net/webjump.el (webjump):
19917 * progmodes/idlw-help.el (idlwave-do-context-help1)
19918 (idlwave-highlight-linked-completions):
19919 * textmodes/po.el (po-find-file-coding-system-guts):
19920 Replace `assoc-ignore-case' by `assoc-string'.
19921
19922 2005-05-06 Eli Zaretskii <eliz@gnu.org>
19923
19924 * files.el (locate-file): Doc fix.
19925
19926 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
19927 Remove the redundant test for ms-dos.
19928
19929 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
19930 look for the preprocessor with exec-suffixes. If not found in
19931 standard places, look in exec-path. Remove most of the tests that
19932 used system-type.
19933
19934 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
19935
19936 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
19937
19938 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
19939 file-name clash with jka-compr.el on 8+3 filesystems.
19940
19941 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19942
19943 * term/mac-win.el: Don't define or bind scroll bar functions if
19944 x-toolkit-scroll-bars is t.
19945 (x-select-text, x-get-selection-value): Clear
19946 x-last-selected-text-clipboard if x-select-enable-clipboard is
19947 nil.
19948 (PRIMARY): Put mac-scrap-name property.
19949 (mac-select-convert-to-file-url): New function.
19950 (public.file-url): New selection target type. Add to
19951 selection-converter-alist.
19952 (x-get-selection, x-selection-value): Handle it.
19953 (x-cut-buffer-or-selection-value): New alias.
19954
19955 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19956
19957 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
19958 entry to avoid calling bibtex-find-entry with arg global
19959 being t. Remove arg key.
19960 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
19961 (bibtex-copy-summary-as-kill): Change accordingly.
19962
19963 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19964
19965 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
19966 (org-agenda-date-later): Use with-current-buffer.
19967
19968 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
19969
19970 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
19971 (define-obsolete-variable-alias): Doc Fixes.
19972
19973 2005-05-06 Kim F. Storm <storm@cua.dk>
19974
19975 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
19976 vertical-motion when selective-display is active.
19977
19978 * ido.el (ido-setup-hook): New hook.
19979 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
19980 (ido-input-stack): New var.
19981 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
19982 ido-next-work-file binding to M-O.
19983 Bind M-f to ido-wide-find-file-or-pop-dir.
19984 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
19985 (ido-read-internal): Run ido-setup-hook.
19986 Catch quit in read-file-name and read-string to cancel edit.
19987 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
19988 Automatically pop-all when completing a directory name (RET).
19989 (ido-file-internal): Add with-no-warnings around ffap and dired code.
19990 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
19991 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
19992 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
19993 New functions for M-b/M-f to move among the directory components.
19994 (ido-make-merged-file-list): Catch quit to cancel merge.
19995 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
19996 (ido-completion-help): No warnings for ido-completion-buffer-full.
19997
19998 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
19999
20000 * font-lock.el (font-lock-negation-char-face): New face and variable.
20001 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20002 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20003 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20004 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20005
20006 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20007
20008 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20009 Fix typo in docstring.
20010
20011 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20012 (ebrowse-print-statistics-line)
20013 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20014
20015 * term/w32-win.el (image-library-alist): Add additional name for
20016 Xpm library.
20017
20018 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20019
20020 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20021 use gcc instead of cpp.
20022
20023 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20024 (gdb-create-define-alist): Use it.
20025 (gdb-cpp-define-alist-program): Update for MS-DOS.
20026
20027 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20028
20029 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20030
20031 2005-05-04 Richard M. Stallman <rms@gnu.org>
20032
20033 * help.el (describe-key): No error when UNTRANSLATED is nil.
20034
20035 * simple.el (line-move-1): Fix previous change to signal errors
20036 appropriately.
20037
20038 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20039
20040 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20041 (icalendar-duration-correction): Remove.
20042 (icalendar--get-event-properties): Split result at commas.
20043 (icalendar--decode-isoduration): New optional argument
20044 DURATION-CORRECTION.
20045 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20046 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20047 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20048 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20049 (icalendar--convert-anniversary-to-ical): New functions, extracted
20050 from icalendar-export-region, with bug fixes.
20051 (icalendar-export-region): Use the above functions.
20052 (icalendar-import-buffer): Check before saving diary file.
20053 (icalendar--convert-recurring-to-diary)
20054 (icalendar--convert-non-recurring-all-day-to-diary)
20055 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20056 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20057 (icalendar--convert-ical-to-diary): Use the above functions.
20058
20059 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20060
20061 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20062 Remove these recent additions.
20063 (c-mode): Restore to before 2005-04-28.
20064
20065 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20066 recent addition.
20067
20068 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20069 (gdb-define-alist): New variables.
20070 (gdb-create-define-alist): New function.
20071 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20072 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20073 with string-to-number.
20074 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20075
20076 * progmodes/gud.el: Replace string-to-int with string-to-number.
20077 (gud-find-file): Handle gdb-define-alist.
20078
20079 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20080
20081 2005-05-02 Jay Belanger <belanger@truman.edu>
20082
20083 * calc/calc-aent.el (math-read-token):
20084 * calc/calc-bin.el (calc-word-size):
20085 * calc/calc-ext.el (calc-read-number-fancy):
20086 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20087 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20088 * calc/calc-frac.el (calc-over-notation):
20089 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20090 (calc-graph-num-points, calc-graph-init):
20091 * calc/calc-prog.el (calc-read-parse-table-part)
20092 (calc-edit-macro-repeats):
20093 * calc/calc-yank.el (calc-do-grab-rectangle):
20094 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20095 Replace `string-to-int' by `string-to-number'.
20096
20097 2005-05-02 Kim F. Storm <storm@cua.dk>
20098
20099 * kmacro.el: Use executing-kbd-macro-index variable.
20100
20101 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20102
20103 * net/rlogin.el (rlogin-parse-words): Delete func.
20104 (rlogin): Use split-string, not rlogin-parse-words.
20105 Also, if there are option-like elements in the parsed args,
20106 take the host to be the first arg immediately following them.
20107 Suggested by Michael Mauger.
20108
20109 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20110
20111 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20112
20113 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20114
20115 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20116 (cc-mode-cpp-program): Rename to cc-define-list-program and
20117 move to cc-vars.el.
20118
20119 * progmodes/cc-vars.el (cc-define-list-program):
20120 Change to "gcc -E -dM -". Make customizable.
20121
20122 2005-05-02 Kim F. Storm <storm@cua.dk>
20123
20124 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20125
20126 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20127
20128 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20129
20130 * international/mule-util.el (truncate-string): Remove alias and
20131 obsolete declaration.
20132
20133 * international/mule-cmds.el (update-iso-coding-systems):
20134 Remove alias and obsolete declaration.
20135
20136 * international/mule.el (coding-system-parent): Remove alias and
20137 obsolete declaration.
20138
20139 * subr.el (define-function, sref): Remove aliases and obsolete
20140 declarations.
20141 (chars-in-region): Remove obsolete declaration.
20142
20143 2005-05-01 Richard M. Stallman <rms@gnu.org>
20144
20145 * info.el (Info-mode): Set widen-automatically to nil, locally.
20146
20147 * simple.el (widen-automatically): New variable.
20148 (pop-global-mark): Obey widen-automatically.
20149
20150 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20151
20152 * term/xterm.el (function-key-map): Call substitute-key-definition
20153 before the keymap size is increased by a lot of define-key calls.
20154
20155 2005-05-01 Richard M. Stallman <rms@gnu.org>
20156
20157 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20158 Rename ARG to ELEMENT. Doc fix.
20159
20160 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20161
20162 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20163 Remove references to allout-exposure/change to allout-new-exposure.
20164
20165 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20166 bytecode symbols.
20167
20168 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20169 (compiled-function-p, focus-frame, unfocus-frame):
20170 Remove aliases and obsolete declarations.
20171 Back out inadvertent changes from previous commit.
20172
20173 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20174
20175 * files.el (require-final-newline): Make Custom tags consistent
20176 with mode-require-final-newline.
20177 (mode-require-final-newline): Doc fix.
20178
20179 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20180
20181 * international/latexenc.el (latexenc-find-file-coding-system):
20182 Fix regular expressions.
20183
20184 2005-05-01 David Kastrup <dak@gnu.org>
20185
20186 * international/latexenc.el (latexenc-find-file-coding-system):
20187 Fix regular expressions.
20188
20189 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20190
20191 * subr.el (string-to-int): Make obsolete.
20192
20193 2005-04-30 Richard M. Stallman <rms@gnu.org>
20194
20195 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20196
20197 * loadup.el: load jka-comp-hook.
20198
20199 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20200 (jka-compr-handler): Add autoload. `put' calls moved
20201 to jka-comp-hook.el.
20202 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20203 (jka-compr-inhibit): Autoload.
20204
20205 * jka-comp-hook.el: New file.
20206 Enable the mode by default.
20207
20208 * files.el (backup-buffer-copy): Use copy-file instead
20209 of write-region, and put back the 'excl.
20210
20211 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20212
20213 * progmodes/flymake.el (flymake-split-string)
20214 (flymake-split-string, flymake-log, flymake-pid-to-names)
20215 (flymake-reg-names, flymake-get-source-buffer-name)
20216 (flymake-unreg-names, flymake-add-line-err-info)
20217 (flymake-add-err-info): Clarify docstrings.
20218 (flymake-popup-menu, flymake-make-emacs-menu)
20219 (flymake-make-xemacs-menu): Add docstrings.
20220 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20221 Set variables directly throughout.
20222
20223 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20224
20225 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20226 exists. Initialize cc-define-alist.
20227 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20228 If there is no file (Macroexpansion) don't create an alist.
20229
20230 2005-04-29 Sam Steingold <sds@gnu.org>
20231
20232 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20233 (cc-create-define-alist): Use it instead of the hard-coded string.
20234
20235 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20236
20237 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20238 for latexenc.
20239
20240 2005-04-29 Lute Kamstra <lute@gnu.org>
20241
20242 * emacs-lisp/generic.el: Improve commentary section.
20243 (define-generic-mode): Improve docstring.
20244
20245 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20246
20247 * textmodes/org.el (many places): Change to quiet the byte compiler.
20248 (org-prefix-format-compiled): New variable.
20249 (org-compile-prefix-format): New function.
20250 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20251 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20252 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20253 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20254 consistency with entries from `org-mode' files.
20255 (org-get-time-of-day): Fix bug with partial matches early in a line.
20256 (org-non-link-chars): New constant.
20257 (org-link-regexp): Respect `org-non-link-chars'.
20258 (org-agenda-day-view): Remove command.
20259 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20260 (org-follow-bbdb-link, org-store-link): Search also company field.
20261 (org-highlight-overlay): New variable.
20262 (org-highlight, org-unhighlight): New functions.
20263 (org-agenda-mode): Add pre-command-hook to remove highlight.
20264 (org-evaluate-time-range): Behavior depends upon whether time stamp
20265 contains a time or not.
20266 (org-show-subtree, org-show-entry): New functions.
20267 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20268
20269 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20270
20271 * comint.el (comint-output-filter-functions): Add autoload cookie.
20272
20273 2005-04-28 Kim F. Storm <storm@cua.dk>
20274
20275 * ido.el (ido-everywhere): Fix last change.
20276
20277 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20278
20279 * international/latexenc.el: New file.
20280 * international/mule-conf.el (file-coding-system-alist): For .tex,
20281 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20282
20283 2005-04-28 Lute Kamstra <lute@gnu.org>
20284
20285 * font-lock.el (font-lock-add-keywords)
20286 (font-lock-remove-keywords): Clarify docstring.
20287 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20288 Don't start docstrings with a `*'.
20289 (font-lock-update-removed-keyword-alist): Give it a docstring.
20290
20291 * generic-x.el: Update commentary section.
20292 Only require font-lock when compiling.
20293 Define all modes conditionally.
20294 Place all generic modes in the generic-x-modes customization group.
20295 (generic-x-modes): New customization group.
20296 (generic-default-modes, generic-mswindows-modes)
20297 (generic-unix-modes, generic-other-modes): New constants.
20298 (generic-define-mswindows-modes, generic-define-unix-modes):
20299 Update docstrings. Make them obsolete.
20300 (generic-extras-enable-list): New default value. Update docstring.
20301 Improve :type. Change :set function.
20302 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20303 Fix docstring.
20304
20305 * emacs-lisp/generic.el (generic-mode-internal):
20306 Simplify font-lock-defaults.
20307 (define-generic-mode): Fix docstring.
20308
20309 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20310
20311 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20312 font-lock-face property to highlight matches.
20313
20314 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
20315
20316 * progmodes/cc-mode.el (cc-create-define-alist): New function.
20317 (cc-define-alist): New variable.
20318 (c-mode): Make it local and initialize it.
20319
20320 * progmodes/gdb-ui.el (gdb-active-process): New variable.
20321 (gdb-exited): New function.
20322 (gdb-annotation-rules): Use it.
20323 (gdb-starting): Set gdb-active-process to t.
20324 (gdb-stopping): Amend doc string.
20325 (gdb-reset): Set gdb-active-process to nil.
20326
20327 * tooltip.el (tooltip-gud-tips): Show the associated #define
20328 directives when a C program under GDB is not executing.
20329
20330 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20331
20332 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20333 font-lock-fontify-syntactic-keywords.
20334
20335 * font-lock.el (font-lock-default-fontify-region): Don't force
20336 parse-sexp-lookup-properties to nil.
20337
20338 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20339
20340 * man.el (man-mode-syntax-table): Set up `:' to have
20341 word-constituent syntax.
20342
20343 2005-04-27 Lute Kamstra <lute@gnu.org>
20344
20345 * novice.el (disable-command): Don't add spurious newlines to the
20346 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
20347
20348 2005-04-26 Jay Belanger <belanger@truman.edu>
20349
20350 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20351 than one window before deleting window.
20352
20353 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
20354
20355 * shell.el (shell-prompt-pattern): Doc fix.
20356 (shell-mode): Set paragraph-separate buffer locally to "\\'".
20357
20358 * comint.el (comint-prompt-regexp, comint-get-old-input)
20359 (comint-use-prompt-regexp)
20360 (comint-use-prompt-regexp-instead-of-fields)
20361 (comint-replace-by-expanded-history, comint-send-input)
20362 (comint-output-filter, comint-get-old-input-default)
20363 (comint-line-beginning-position, comint-bol, comint-show-output)
20364 (comint-backward-matching-input, comint-forward-matching-input)
20365 (comint-next-prompt, comint-previous-prompt):
20366 Rename `comint-use-prompt-regexp-instead-of-fields' to
20367 `comint-use-prompt-regexp'. Keep old name as alias and declare
20368 obsolete.
20369 (comint-use-prompt-regexp): Shorten first line of doc string.
20370
20371 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20372 Set paragraph-separate buffer locally to "\\'".
20373
20374 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20375 Adapt to above name change.
20376
20377 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20378 (smbclient-prompt-regexp): Ditto.
20379
20380 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20381
20382 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
20383
20384 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20385 gdb-location-list.
20386 Break lines that are over 80 characters wide.
20387
20388 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
20389
20390 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20391 New fun and var, to preserve compatibility.
20392
20393 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20394
20395 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
20396
20397 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20398 name to file-newer-than-file-p.
20399
20400 2005-04-26 Richard M. Stallman <rms@gnu.org>
20401
20402 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20403
20404 * progmodes/python.el (python-mode):
20405 Use new name eldoc-documentation-function.
20406
20407 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20408
20409 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20410 (eldoc-documentation-function):
20411 Rename from eldoc-print-current-symbol-info-function. Calls changed.
20412
20413 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
20414
20415 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20416
20417 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20418
20419 * term/xterm.el (function-key-map): Fix strings for
20420 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
20421 {C,S,A,C-S}-{f1-f12}.
20422
20423 2005-04-26 Kenichi Handa <handa@m17n.org>
20424
20425 * international/mule-cmds.el (select-safe-coding-system):
20426 Fix previous change.
20427
20428 2005-04-26 Lute Kamstra <lute@gnu.org>
20429
20430 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20431
20432 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20433 (font-lock-comment-delimiter-face): Ditto.
20434
20435 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20436
20437 2005-04-25 Jay Belanger <belanger@truman.edu>
20438
20439 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20440 to t while inserting information; use help-mode.
20441
20442 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20443
20444 * term.el (ansi-term-color-vector): Use the xterm colors.
20445 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
20446
20447 2005-04-25 Lute Kamstra <lute@gnu.org>
20448
20449 * font-core.el (font-lock-defaults): Fix docstring.
20450
20451 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20452
20453 2005-04-25 Kenichi Handa <handa@m17n.org>
20454
20455 * international/mule-cmds.el (select-safe-coding-system):
20456 Don't check consistency with coding: spec, etc if raw-text or
20457 no-conversion was found to be safe.
20458
20459 2005-04-24 Richard M. Stallman <rms@gnu.org>
20460
20461 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20462 citation markers at start of each line.
20463
20464 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20465 citation markers at start of each line.
20466
20467 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20468
20469 * files.el (mode-require-final-newline): Fix previous change.
20470 (require-final-newline): Fix type label.
20471
20472 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20473
20474 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20475 statement in buffer (broken by 2004-11-24 change).
20476
20477 2005-04-24 Kim F. Storm <storm@cua.dk>
20478
20479 * ido.el (ido-everywhere): Save and restore old read-buffer-function
20480 and read-file-name-function values. Don't overwrite existing
20481 non-nil values if ido-mode is enabled without ido-everywhere.
20482
20483 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
20484
20485 * files.el (mode-require-final-newline): Minor doc fix.
20486
20487 2005-04-24 Eli Zaretskii <eliz@gnu.org>
20488
20489 * subr.el (syntax-after): Doc fix.
20490 (syntax-class): If argument is nil, return nil. Mask off upper 16
20491 bits, not 8 bits.
20492
20493 * files.el (mode-require-final-newline): Doc fix.
20494 (backup-buffer-copy): Fix last change.
20495
20496 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20497
20498 * term/mac-win.el: Require select. Set selection-coding-system to
20499 mac-system-coding-system. Call menu-bar-enable-clipboard.
20500 (x-last-selected-text-clipboard, x-last-selected-text-primary)
20501 (x-select-enable-clipboard): New variables.
20502 (x-select-text, x-get-selection, x-selection-value)
20503 (x-get-selection-value, mac-select-convert-to-string)
20504 (mac-services-open-file, mac-services-open-selection)
20505 (mac-services-insert-text): New functions.
20506 (CLIPBOARD, FIND): Put mac-scrap-name property.
20507 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20508 (public.tiff): Put mac-ostype property.
20509 (selection-converter-alist): Add entries for them.
20510 (mac-application-menu-map): New keymap.
20511 (interprogram-cut-function, interprogram-paste-function): Set to
20512 x-select-text and x-get-selection-value, respectively.
20513 (split-window-keep-point): Set to t.
20514
20515 2005-04-23 Richard M. Stallman <rms@gnu.org>
20516
20517 * files.el (read-directory-name): Always pass non-nil
20518 DEFAULT-FILENAME arg to read-file-name.
20519 (backup-buffer-copy, basic-save-buffer-2): Take care against
20520 writing thru an unexpected existing symlink.
20521 (revert-buffer): In indirect buffer, revert the base buffer.
20522 (magic-mode-alist): Doc fix.
20523 (buffer-stale-function): Doc fix.
20524 (minibuffer-with-setup-hook): Avoid warning.
20525 (mode-require-final-newline): Doc and custom fix.
20526
20527 * follow.el (follow-end-of-buffer): Use with-no-warnings.
20528
20529 * font-lock.el (font-lock-comment-face): On terminals with few colors,
20530 use the default appearance.
20531 (font-lock-comment-delimiter-face): New face, new variable.
20532
20533 * imenu.el (imenu--generic-function): The official position of a
20534 definition is the start of the line that BEG is in.
20535
20536 * midnight.el (midnight-timer): Move defvar up.
20537
20538 * mouse.el (mouse-drag-region-1): Delete some debugging code.
20539
20540 * saveplace.el (save-place-to-alist): Use with-no-warnings.
20541
20542 * startup.el (command-line): Use with-no-warnings.
20543
20544 * window.el (window-size-fixed): New defvar.
20545
20546 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20547
20548 * mail/rmail.el (rmail-font-lock-keywords):
20549 Use font-lock-comment-delimiter-face.
20550
20551 * mail/sendmail.el (mail-font-lock-keywords):
20552 Use font-lock-comment-delimiter-face.
20553
20554 * progmodes/compile.el (next-error-highlight-timer): New defvar.
20555
20556 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20557
20558 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20559 Specify t for LAXMATCH when matching directories.
20560 Save match data around compilation-compat-error-properties form.
20561
20562 2005-04-23 David Kastrup <dak@gnu.org>
20563
20564 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20565 Mention that the autoloaded aliases should be kept for AUCTeX.
20566
20567 2005-04-23 Andreas Schwab <schwab@suse.de>
20568
20569 * isearch.el (isearch-forward): Doc fix.
20570
20571 2005-04-23 Eli Zaretskii <eliz@gnu.org>
20572
20573 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20574 (jit-lock-stealth-nice): Change default value to 0.5.
20575
20576 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
20577
20578 * abbrev.el (write-abbrev-file): Write table entries in
20579 alphabetical order by table name.
20580
20581 2005-04-22 Kim F. Storm <storm@cua.dk>
20582
20583 * ido.el (ido-read-internal): Fix `list' completion.
20584
20585 2005-04-22 Kenichi Handa <handa@m17n.org>
20586
20587 * recentf.el (recentf-save-file-coding-system): New variable.
20588 (recentf-save-list): Encode the file by
20589 recentf-save-file-coding-system and add coding: tag.
20590
20591 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
20592
20593 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20594
20595 2005-04-21 Lute Kamstra <lute@gnu.org>
20596
20597 * loadhist.el (unload-feature): Don't remove a function from hooks
20598 if it is about to be restored to an autoload . Remove functions
20599 that will become unbound from auto-mode-alist. Simplify the code.
20600
20601 * subr.el (assq-delete-all): New implementation that is linear,
20602 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
20603 (rassq-delete-all): New function.
20604
20605 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20606 Add size-indication-mode.
20607
20608 2005-04-21 Kenichi Handa <handa@m17n.org>
20609
20610 * international/mule-cmds.el: Add autoload for widget-value in
20611 eval-when-compile.
20612
20613 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
20614
20615 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20616 Add tooltip-mode.
20617
20618 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
20619
20620 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
20621
20622 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
20623 (inferior-lisp-filter-regexp, inferior-lisp-program)
20624 (inferior-lisp-load-command, inferior-lisp-prompt)
20625 (inferior-lisp-mode-hook, lisp-source-modes)
20626 (inferior-lisp-load-hook): defvar->defcustom.
20627 (inferior-lisp-program, inferior-lisp-prompt)
20628 (inferior-lisp-load-hook): Doc fixes.
20629 (inferior-lisp-install-letter-bindings): Small change in
20630 introductory comment.
20631
20632 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
20633
20634 * vc.el (vc-annotate-color-map): Change some colors so that text
20635 using them as foreground is readable on both white and black
20636 backgrounds.
20637
20638 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20639
20640 * international/mule-conf.el (translation-table-for-input):
20641 Remove redundant declaration.
20642
20643 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20644
20645 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
20646
20647 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
20648 (tooltip-toggle-gud-tips): New function.
20649
20650 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20651
20652 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
20653 right angle brackets.
20654
20655 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20656
20657 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
20658
20659 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20660
20661 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
20662 Remove. Update callers to use expand-file-name instead.
20663
20664 * subr.el (syntax-class): New function.
20665
20666 * simple.el (blink-matching-open): Use it.
20667
20668 * paren.el (show-paren-function): Use it to recognize parens that are
20669 also used in 2-char comment markers.
20670
20671 2005-04-19 Lute Kamstra <lute@gnu.org>
20672
20673 * loadhist.el (unload-feature): Update for new format of
20674 load-history. Simplify the code.
20675
20676 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20677
20678 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
20679 (mac-add-charset-info): New function. Initialize variable
20680 mac-charset-info-alist using it.
20681 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
20682 for translation.
20683 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
20684 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
20685 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
20686 New CCL programs.
20687
20688 2005-04-19 Kim F. Storm <storm@cua.dk>
20689
20690 * simple.el (next-buffer, prev-buffer, next-error)
20691 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20692 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
20693
20694 * bindings.el (next-buffer, prev-buffer, next-error)
20695 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20696 (clone-indirect-buffer-other-window): Move bindings from simple.el.
20697 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
20698 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
20699
20700 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20701
20702 * isearch.el (isearch-edit-string): Make the search-ring available for
20703 minibuffer history commands.
20704 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
20705 the default history commands now work just as well.
20706 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
20707
20708 2005-04-18 Kim F. Storm <storm@cua.dk>
20709
20710 * emulation/cua-base.el (cua--pre-command-handler): Add more
20711 elaborate check for shift modifier on non-window systems.
20712
20713 2005-04-18 Lars Hansen <larsh@math.ku.dk>
20714
20715 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
20716
20717 2005-04-18 Kim F. Storm <storm@cua.dk>
20718
20719 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
20720 and make it optional. Don't test tooltip-gud-echo-area here.
20721 (tooltip-gud-process-output, gdb-tooltip-print):
20722 Pass tooltip-gud-echo-area to tooltip-show.
20723 (tooltip-help-tips): Remove second optional arg to tooltip-show.
20724
20725 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20726
20727 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
20728 `display-graphic-p' may not be bound yet.
20729
20730 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
20731
20732 * startup.el (command-line): No longer enable Xterm Mouse mode by
20733 default in terminals compatible with xterm.
20734
20735 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
20736
20737 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
20738
20739 * tooltip.el (tooltip-gud-echo-area): Rename from
20740 tooltip-use-echo-area.
20741 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
20742 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
20743 area independently of where help tooltips are displayed.
20744
20745 2005-04-17 David Kastrup <dak@gnu.org>
20746
20747 * cus-theme.el (custom-theme-write-variables): Quote variables
20748 where necessary.
20749
20750 2005-04-17 Richard M. Stallman <rms@gnu.org>
20751
20752 * simple.el (yank-excluded-properties): Add follow-link to value.
20753
20754 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
20755
20756 * startup.el (fancy-splash-max-time): Just 30 seconds.
20757 (fancy-splash-delay): Just 7.
20758 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
20759
20760 * loadhist.el (unload-feature): Update for new format of load-history.
20761 Simplify the code.
20762
20763 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
20764 (rmail-font-lock-keywords): Don't fontify the text of a citation.
20765
20766 * mail/sendmail.el (mail-font-lock-keywords):
20767 Don't fontify subject text.
20768 Don't fontify the text of a citation.
20769
20770 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
20771
20772 * comint.el (comint-output-filter): Run comint-output-filter-functions
20773 with point where the user had it.
20774
20775 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20776
20777 * international/ucs-tables.el (ucs-set-table-for-input):
20778 Disable when using unify-on-decoding.
20779
20780 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
20781
20782 * emulation/cua-base.el (cua-global-mark-face): Add special case
20783 for displays supporting a high number of colors.
20784
20785 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20786
20787 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
20788
20789 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
20790
20791 * filesets.el (filesets-add-buffer): If user supplies a name of a
20792 non-existing fileset, create a new fileset.
20793
20794 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
20795
20796 * textmodes/org.el (org-up-heading-all): Fix bug with
20797 `outline-up-heading-all'.
20798
20799 2005-04-16 Andreas Schwab <schwab@suse.de>
20800
20801 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
20802 /etc/permissions.d/* and /etc/aliases.d/*.
20803
20804 2005-04-16 Kenichi Handa <handa@m17n.org>
20805
20806 * international/code-pages.el (cp-make-coding-system):
20807 Set `translation-table-for-input' property value to the symbol
20808 ucs-mule-to-mule-unicode, not to that value.
20809 (pt154): Escape guillemet by `\'.
20810
20811 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
20812
20813 * loadup.el: Load tooltip if x-show-tip is fboundp.
20814
20815 * startup.el (command-line): Add comment.
20816
20817 * tooltip.el (tooltip-mode): Specify correct standard value for
20818 Custom in init-value.
20819
20820 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
20821
20822 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
20823 possible.
20824
20825 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
20826
20827 * textmodes/org.el (org-agenda-date-prompt): Rename from
20828 `org-agenda-date-today'.
20829 (org-evaluate-time-range): Insert at point instead of directly
20830 after time range.
20831 (org-first-headline-recenter, org-subtree-end-visible-p)
20832 (org-optimize-window-after-visibility-change): New functions
20833 (org-agenda-post-command-hook): Don't allow point at end of line,
20834 to make sure it always hits the text properties.
20835 (org-agenda-next-date-line, org-agenda-previous-date-line):
20836 New commands.
20837 (org-set-regexps-and-options): Category may contain white space.
20838 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20839 Improve marker positions.
20840 (org-agenda-new-marker): Argument POS made optional.
20841 (org-agenda-get-timestamps): Deadlines which are done are listed
20842 in org-done-face now.
20843 (org-agenda-get-todos, org-agenda-get-timestamps)
20844 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20845 Set `undone-face' and `done-face' properties.
20846 (org-last-todo-state-is-todo): New variable.
20847 (org-todo): Set `org-last-todo-state-is-todo'.
20848 (org-agenda-todo): Change face according to
20849 `org-last-todo-state-is-todo'. And change other lines referring to
20850 the same entry.
20851 (org-calendar-goto-agenda): New command.
20852 (org-calendar-to-agenda-key): New option.
20853 (org-startup-folded): New allowed value `content'.
20854 (org-set-regexps-and-options): Accept new value `content' for
20855 `org-startup-folded'.
20856 (org-get-current-options): Handle new value `content' for
20857 `org-startup-folded'.
20858 (org-insert-todo-heading): New command.
20859 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
20860 interactively in empty file and option
20861 `org-insert-mode-line-in-empty-file' has been set.
20862 (org-agenda-todo, org-agenda-priority): Modify to use
20863 `org-agenda-change-all-lines'.
20864 (org-warning-face): Change color on dark background
20865
20866 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20867
20868 * international/mule-cmds.el (set-locale-environment): On Mac OS,
20869 use preferences AppleLocale and AppleLanguages, and variable
20870 mac-system-locale for default locale. On Mac OS Classic, use
20871 mac-system-coding-system for default coding systems.
20872
20873 * term/mac-win.el: Don't set file-name-coding-system.
20874 Decode variables system-name, emacs-build-system, user-login-name, and
20875 user-full-name by mac-system-coding-system on Mac OS Classic.
20876 (mac-system-coding-system): New variable.
20877
20878 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
20879
20880 * startup.el (command-line): Handle `xterm-mouse-mode' before
20881 reading init file.
20882
20883 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
20884
20885 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
20886
20887 * progmodes/sh-script.el (sh-here-document-word): Make it a
20888 defcustom. Doc fix.
20889 (sh-add): Bash uses $(( )) for arithmetic.
20890 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
20891 (sh-maybe-here-document): Remove quotes and leading whitespace
20892 from heredoc word when closing. Indent heredoc with tabs if word
20893 starts with "-".
20894
20895 2005-04-13 Richard M. Stallman <rms@gnu.org>
20896
20897 * simple.el (undo): Fix previous change.
20898
20899 * custom.el (defface): Doc fix.
20900
20901 2005-04-13 Lute Kamstra <lute@gnu.org>
20902
20903 * Makefile.in (DONTCOMPILE): Remove list.
20904 (compile, compile-always): Don't use DONTCOMPILE.
20905 (update-authors): Load the library in which batch-update-authors
20906 is defined.
20907 * makefile.w32-in (DONTCOMPILE): Remove list.
20908 (compile, compile-always): Fix comments.
20909 (update-authors): Load the library in which batch-update-authors
20910 is defined.
20911
20912 * generic-x.el (generic-mode-ini-file-find-file-hook):
20913 Rename to ini-generic-mode-find-file-hook.
20914 Keep generic-mode-ini-file-find-file-hook as an alias.
20915 (ini-generic-mode-find-file-hook): Rename from
20916 generic-mode-ini-file-find-file-hook. Fix docstring.
20917 (ini-generic-mode): Docstring change.
20918 (bat-generic-mode-run-as-comint): Silence the byte compiler.
20919
20920 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
20921 called from lisp.
20922
20923 * generic.el: Move to the emacs-lisp subdir.
20924
20925 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
20926
20927 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
20928 and C-S- function and cursor motion keys.
20929
20930 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
20931
20932 * startup.el (command-line): Enable Xterm Mouse mode by default.
20933 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
20934 for Custom. No longer show "Mouse" in mode line when enabled.
20935 Doc fix.
20936
20937 2005-04-12 Kim F. Storm <storm@cua.dk>
20938
20939 * emulation/cua-base.el (cua-rectangle-face)
20940 (cua-rectangle-noselect-face): Define face attributes here.
20941
20942 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
20943
20944 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20945
20946 * startup.el (command-line): Turn off blinking cursor if
20947 cursorBlink in resources is off or false.
20948
20949 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20950
20951 * term/mac-win.el (dnd): Require dnd.
20952 (mac-drag-n-drop): Call dnd-handle-one-url.
20953 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
20954 (kTextEncodingISOLatin2): Remove constants.
20955 (mac-script-code-coding-systems): New constant.
20956 (mac-handle-language-change): New function.
20957 (special-event-map): Bind it to `language-change' event.
20958 (mac-centraleurroman, mac-cyrillic): New coding systems.
20959 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
20960 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
20961 and mac-cyrillic-encoder to encode-mac-centraleurroman and
20962 encode-mac-cyrillic, respectively.
20963
20964 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20965
20966 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
20967 Don't set overlay-arrow-string to "=>" as this is done
20968 globally in C now.
20969
20970 2005-04-12 Lute Kamstra <lute@gnu.org>
20971
20972 * generic-x.el (rc-generic-mode, rul-generic-mode):
20973 Fix auto-mode-alist entries.
20974 (etc-fstab-generic-mode): Tweak fontification.
20975
20976 * generic.el (generic-make-keywords-list): Fix docstring.
20977 (generic-mode-internal): Simplify generic-font-lock-keywords.
20978
20979 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20980
20981 * whitespace.el (whitespace-buffer-leading)
20982 (whitespace-buffer-trailing): Revert the incorrect test inversion.
20983 However, fix the highlight area for the leading and
20984 trailing whitespaces to show space.
20985
20986 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20987
20988 * whitespace.el (whitespace-version): Bump to 3.5
20989
20990 (whitespace-buffer-leading, whitespace-buffer-trailing):
20991 Invert sense of the test to highlight the whitespace.
20992
20993 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20994
20995 * progmodes/gud.el (gud-display-line): GUD uses its own
20996 overlay arrow now so don't set overlay-arrow-string.
20997 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
20998
20999 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21000
21001 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21002 (term-ansi-current-reverse, term-ansi-current-invisible)
21003 (term-ansi-face-already-done): Change to boolean.
21004 (term-reset-terminal, term-handle-colors-array): Handle the above
21005 vars accordingly.
21006 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21007 (term-emulate-terminal): Use the new name.
21008
21009 * faces.el (secondary-selection): Use yellow1, not yellow.
21010 (trailing-whitespace): Use red1, not red.
21011
21012 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21013
21014 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21015 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21016 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21017
21018 * cus-edit.el (dnd): New group.
21019
21020 * term/w32-win.el (dnd): Require dnd
21021 (w32-drag-n-drop): Call dnd-handle-one-url.
21022
21023 * x-dnd.el: Require dnd.
21024 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21025 Call dnd-handle-one-url.
21026 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21027 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21028 to dnd-insert-text.
21029 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21030 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21031 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21032 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21033
21034 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21035
21036 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21037
21038 * wdired.el: Doc fixes.
21039 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21040 (wdired-use-dired-vertical-movement): Rename from
21041 wdired-always-move-to-filename-beginning.
21042 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21043 (wdired-change-to-wdired-mode): Change mode name.
21044 (wdired-newline): Delete.
21045
21046 2005-04-11 Richard M. Stallman <rms@gnu.org>
21047
21048 * whitespace.el (whitespace-highlight-the-space):
21049 Don't call whitespace-unhighlight-the-space here.
21050
21051 * simple.el (undo): Record t in undo-equiv-table
21052 for the redo record made by an undo-in-region.
21053
21054 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21055
21056 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21057 (gdb-frame-inferior-io-buffer): New Functions to control
21058 display of separate IO buffer.
21059 (menu): Add them to menu-bar.
21060 (gdb-display-buffer): Check for buffer another frame.
21061 Protect GUD buffer.
21062 (gdb-setup-windows): Create IO buffer if not already there.
21063 (gdb-memory-mode): Remove purecopy noops.
21064
21065 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21066
21067 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21068 and pass to self-insert-command.
21069
21070 2005-04-11 Lute Kamstra <lute@gnu.org>
21071
21072 * generic.el: Commentary section cleanup.
21073 (generic): Delete.
21074 (generic-use-find-file-hook, generic-lines-to-scan)
21075 (generic-find-file-regexp, generic-ignore-files-regexp)
21076 (default-generic-mode, generic-mode-find-file-hook)
21077 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21078 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21079 (generic-use-find-file-hook, generic-lines-to-scan)
21080 (generic-find-file-regexp, generic-ignore-files-regexp)
21081 (default-generic-mode, generic-mode-find-file-hook)
21082 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21083
21084 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21085
21086 * bookmark.el (bookmark-write-file): Catch errors writing file.
21087 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21088
21089 2005-04-10 Richard M. Stallman <rms@gnu.org>
21090
21091 * startup.el (fancy-splash-tail): Update copyright year.
21092 (command-line): Split part of -Q into -D.
21093 (emacs-basic-display): New defvar.
21094 (fancy-splash-text): Correct name of menu item.
21095
21096 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21097
21098 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21099 lines in one node.
21100
21101 * comint.el (comint-send-input): New arg ARTIFICIAL.
21102 Callers in this file changed.
21103
21104 * abbrev.el (define-abbrevs): Read system abbrevs properly.
21105
21106 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21107
21108 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
21109
21110 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
21111 `ldap-search-internal'.
21112
21113 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21114
21115 * files.el (set-auto-mode-1): Use line-end-position.
21116
21117 * international/latin-1.el:
21118 * international/latin-2.el:
21119 * international/latin-3.el:
21120 * international/latin-4.el:
21121 * international/latin-5.el:
21122 * international/latin-8.el:
21123 * international/latin-9.el: Give punctuation syntax to NBSP.
21124
21125 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21126 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21127 Use char-classes to accept non-ascii letters, accepted in some recent
21128 bibtex implementations.
21129
21130 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
21131
21132 * custom.el (custom-set-minor-mode): Any non-nil value for the
21133 variable should enable the mode when set through Custom.
21134
21135 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21136
21137 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21138 TAB binding so tab-always-indent is obeyed.
21139 (vhdl-minibuffer-local-map): Move initialization into declaration.
21140 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21141 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21142 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21143 (vhdl-current-line): Use line-beginning-position.
21144 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21145 with-output-to-temp-buffer, so the current position can be recorded.
21146
21147 2005-04-10 Masatake YAMATO <jet@gyve.org>
21148
21149 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21150 Add regexp for gcov.
21151
21152 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21153
21154 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21155 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21156 syntax which Emacs 20 doesn't support.
21157
21158 2005-04-09 Richard M. Stallman <rms@gnu.org>
21159
21160 * help.el (describe-key-briefly, describe-key):
21161 Replace strings as event types with "(any string)".
21162
21163 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21164
21165 * arc-mode.el (archive-mode-map): Move initialization into
21166 the declaration. Override *all* bindings of `undo'.
21167 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21168
21169 2005-04-09 Jay Belanger <belanger@truman.edu>
21170
21171 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21172
21173 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21174
21175 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21176 (xterm-register-default-colors): Update color values computation
21177 to match xterm-200.
21178
21179 2005-04-09 Kenichi Handa <handa@m17n.org>
21180
21181 * international/code-pages.el (iso-latin-7): Fix the map.
21182
21183 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21184
21185 * emacs-lisp/lisp.el (defun-prompt-regexp)
21186 (parens-require-spaces, buffer-end, end-of-defun)
21187 (insert-parentheses): Doc fixes.
21188
21189 2005-04-08 Kim F. Storm <storm@cua.dk>
21190
21191 * comint.el (comint-highlight-prompt): Fix face spec.
21192 * hi-lock.el (hi-green): Likewise.
21193
21194 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21195
21196 * cus-edit.el (custom-modified-face):
21197 * comint.el (comint-highlight-input): Fix previous changes.
21198 * term.el (term-handle-ansi-escape): Add a comment.
21199
21200 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21201
21202 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21203 in the buffer and in whitespace-highlighted-space.
21204 (whitespace-unhighlight-the-space): Simplify.
21205 (whitespace-buffer): Simplify.
21206
21207 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21208
21209 * textmodes/table.el (table-cell-face): Add special case for
21210 displays supporting a high number of colors.
21211 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21212 (vhdl-font-lock-reserved-words-face)
21213 (vhdl-speedbar-architecture-face)
21214 (vhdl-speedbar-instantiation-face)
21215 (vhdl-speedbar-architecture-selected-face)
21216 (vhdl-speedbar-instantiation-selected-face): Likewise.
21217 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21218 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21219 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21220 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21221 (ebrowse-progress-face): Likewise.
21222 * progmodes/compile.el (compilation-info-face): Likewise.
21223 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21224 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21225 * calendar/calendar.el (diary-face): Likewise.
21226 * woman.el (woman-italic-face, woman-bold-face)
21227 (woman-unknown-face): Likewise.
21228 * wid-edit.el (widget-button-pressed-face): Likewise.
21229 * whitespace.el (whitespace-highlight-face): Likewise.
21230 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21231 * pcvs-info.el (cvs-marked-face): Likewise.
21232 * info.el (info-xref): Likewise.
21233 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21234 * hilit-chg.el (highlight-changes-face)
21235 (highlight-changes-delete-face): Likewise.
21236 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21237 (hi-red-b): Likewise.
21238 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21239 * font-lock.el (font-lock-keyword-face)
21240 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21241 * cus-edit.el (custom-invalid-face, custom-modified-face)
21242 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21243 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21244 * comint.el (comint-highlight-prompt): Likewise.
21245
21246 2005-04-08 Lute Kamstra <lute@gnu.org>
21247
21248 * font-lock.el (font-lock-keywords): Docstring fixes.
21249
21250 2005-04-08 Kenichi Handa <handa@m17n.org>
21251
21252 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21253 chars are more than a limit, print " and more..." at the tail.
21254
21255 2005-04-08 Kim F. Storm <storm@cua.dk>
21256
21257 * emacs-lisp/authors.el (authors-aliases): Update list.
21258 (authors-ignored-files): New list.
21259 (authors-fixed-entries): Fix typo.
21260 (authors-renamed-files-alist): Update list.
21261 (authors-add): Check authors-ignored-files.
21262
21263 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21264
21265 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21266 optional, to ensure backward compatibility.
21267
21268 2005-04-08 Stephen Eglen <stephen@gnu.org>
21269
21270 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21271
21272 2005-04-08 Kim F. Storm <storm@cua.dk>
21273
21274 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21275
21276 * mouse.el (mouse-on-link-p): Doc fix.
21277
21278 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21279
21280 * ielm.el (ielm-prompt-read-only): Doc fix.
21281
21282 * comint.el (comint-prompt-read-only): Doc fix.
21283
21284 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21285
21286 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21287 ensure dired always handles wildcards passed to ffap.
21288 (find-file-at-point): Use it.
21289 (ffap-dired-wildcards): Doc fix.
21290
21291 2005-04-07 Juri Linkov <juri@jurta.org>
21292
21293 * simple.el (next-error-overlay-arrow-position): New defvar.
21294 Put "=>" on its property `overlay-arrow-string'. Add it to
21295 `overlay-arrow-variable-list'.
21296
21297 * progmodes/compile.el (compilation-setup):
21298 Set `next-error-overlay-arrow-position' to nil. Also set it to
21299 nil in the local hook `kill-buffer-hook'. Make local variable
21300 `overlay-arrow-string' and set it to "=>".
21301 (compilation-goto-locus): Set BOL position to
21302 `next-error-overlay-arrow-position' instead of
21303 `overlay-arrow-position'.
21304
21305 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21306 locally instead of adding it to the global hook.
21307 (Info-kill-buffer): Move up.
21308
21309 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
21310
21311 * term/xterm.el (xterm-standard-colors): Update color values from
21312 xterm-200.
21313
21314 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
21315
21316 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21317
21318 * fast-lock.el:
21319 * lazy-lock.el: Move them to the obsolete subdir.
21320
21321 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21322
21323 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21324 (wdired-add-replace-advice): Remove.
21325 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21326
21327 2005-04-06 Kim F. Storm <storm@cua.dk>
21328
21329 * startup.el (command-line): Add --bare-bones alias for -Q.
21330
21331 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21332
21333 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21334 create the startup fontset if a font specification ends with
21335 `mac-roman'.
21336
21337 2005-04-06 Lute Kamstra <lute@gnu.org>
21338
21339 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21340 change.
21341
21342 * emacs-lisp/copyright.el (copyright-update-year): Replace the
21343 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
21344
21345 2005-04-05 Lute Kamstra <lute@gnu.org>
21346
21347 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21348 (define-generic-mode): Ditto. Fix debug declaration.
21349
21350 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21351 Put them in the generic-x group.
21352
21353 * calendar/timeclock.el (timeclock): Doc fix.
21354
21355 * generic.el (define-generic-mode): Don't use custom-current-group.
21356 Document default :group value.
21357 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21358 (define-global-minor-mode): Don't use custom-current-group.
21359
21360 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
21361
21362 * startup.el (command-line-1): Display startup-echo-area-message
21363 when fancy splash screen is in use.
21364
21365 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21366 (sh-escaped-newline): New face.
21367 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21368 newline, and use sh-escaped-newline face.
21369
21370 * progmodes/tcl.el (tcl-escaped-newline): New face.
21371 (tcl-builtin-list): New variable.
21372 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21373 newlines. Fix keywords subexpression number.
21374
21375 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
21376
21377 * textmodes/org.el (org-diary-default-entry): Fix call to
21378 `add-to-diary-entry'.
21379
21380 2005-04-05 Kim F. Storm <storm@cua.dk>
21381
21382 * ediff-init.el: Use (featurep 'xemacs).
21383
21384 2005-04-05 David Ponce <david@dponce.com>
21385
21386 * cus-edit.el (face): Derive from symbol widget. Display sample
21387 of the current face on the fly.
21388 (widget-face-sample-face-get, widget-face-notify): New functions.
21389 (widget-face-value-create): Remove.
21390
21391 * wid-edit.el (widget-field-end): Temporarily remove field
21392 narrowing before to call `get-char-property'.
21393
21394 2005-04-04 Jay Belanger <belanger@truman.edu>
21395
21396 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21397 (math-read-subscripts): New variable.
21398 (math-read-preprocess-string): Process subscripts.
21399
21400 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
21401
21402 * comint.el (comint-prompt-read-only): Doc fix.
21403
21404 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21405 `-1'. Doc fix.
21406
21407 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
21408
21409 * textmodes/org.el (org-insert-mode-line-in-empty-file):
21410 Change default value to nil.
21411
21412 2005-04-04 Lute Kamstra <lute@gnu.org>
21413
21414 * autorevert.el (auto-revert-mode): Specify :group.
21415 * battery.el (display-battery-mode): Specify :group.
21416 * diff-mode.el (diff-minor-mode): Specify :group.
21417 * font-core.el (font-lock-mode): Specify :group.
21418 * hl-line.el (hl-line-mode): Specify :group.
21419 * iimage.el (iimage): New customization group.
21420 (iimage-mode): Specify :group.
21421 * longlines.el (longlines-mode): Specify :group.
21422 * master.el: Don't require easy-mmode.
21423 (master): New customization group.
21424 (master-mode): Specify :group.
21425 * msb.el (msb-mode): Specify :group.
21426 * reveal.el (reveal-mode): Specify :group.
21427 * simple.el (next-error-follow-minor-mode): Specify :group.
21428 * smerge-mode.el (smerge-mode): Specify :group.
21429 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21430 * emulation/cua-base.el (cua-mode): Specify :group.
21431 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21432 * language/thai-util.el (thai-auto-composition-mode)
21433 (thai-word-mode): Specify :group.
21434 * mail/supercite.el (sc-minor-mode): Specify :group.
21435 * progmodes/cwarn.el (cwarn-mode): Specify :group.
21436 * progmodes/flymake.el (flymake-mode): Specify :group.
21437 * progmodes/glasses.el (glasses-mode): Specify :group.
21438 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21439 * textmodes/enriched.el (enriched-mode): Specify :group.
21440 * textmodes/refill.el (refill-mode): Specify :group.
21441
21442 * add-log.el (change-log-font-lock-keywords): Names in
21443 parenthesized lists can contain spaces.
21444
21445 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
21446
21447 * startup.el (fancy-splash-text): Shorten default text of
21448 "Emacs Tutorial" line. Also, if the current language env
21449 indicates an available tutorial file other than TUTORIAL,
21450 extract its title and append it to the line in parentheses.
21451 (fancy-splash-insert): If arg is a thunk, funcall it.
21452
21453 2005-04-04 Jay Belanger <belanger@truman.edu>
21454
21455 * calc.el (calc-language-alist): Add tags to customization type.
21456
21457 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
21458
21459 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21460 Doc fix.
21461
21462 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
21463
21464 * add-log.el (change-log-font-lock-keywords): The manual
21465 describing a Change Log entry, says: (...) "Aside from these
21466 header lines, every line in the change log starts with a space or
21467 a tab.". The font-lock was not highlighting lines started with
21468 spaces, added support for it.
21469
21470 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21471
21472 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21473 (bibtex-generate-url-list): Update docstring accordingly. Put the
21474 complex example in the docstring.
21475 (bibtex-font-lock-url): Use pop.
21476
21477 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
21478
21479 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21480
21481 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21482
21483 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21484
21485 * filesets.el (filesets-set-default): Doc fix.
21486
21487 2005-04-03 Lute Kamstra <lute@gnu.org>
21488
21489 * generic.el (define-generic-mode): Add argument to specify
21490 keywords for defcustom.
21491 (default-generic-mode): Specify :group.
21492
21493 * generic-x.el: Specify :group for all generic modes.
21494
21495 * desktop.el (desktop-no-desktop-file-hook)
21496 (desktop-after-read-hook): Doc fix.
21497
21498 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
21499
21500 * simple.el (visible-mode): Use explicit :group keyword.
21501 This changes the group of `visible-mode-hook' from paren-blinking
21502 to editing-basics.
21503
21504 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
21505
21506 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
21507 mailbox specifications as well as URLs.
21508 (rmail-insert-inbox-text): Remove unused conditional branches.
21509
21510 2005-04-01 Jay Belanger <belanger@truman.edu>
21511
21512 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
21513 (calc-gnuplot-print-command): Move definitions to calc.el.
21514
21515 * calc/calc-embed.el (calc-embedded-announce-formula)
21516 (calc-embedded-open-formula, calc-embedded-close-formula)
21517 (calc-embedded-open-word, calc-embedded-close-word)
21518 (calc-embedded-open-plain, calc-embedded-close-plain)
21519 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21520 (calc-embedded-open-mode, calc-embedded-close-mode):
21521 Move definitions to calc.el.
21522
21523 * calc/calc.el (calc-settings-file, calc-language-alist):
21524 Make customizable.
21525 (calc-embedded-announce-formula, calc-embedded-open-formula)
21526 (calc-embedded-close-formula, calc-embedded-open-word)
21527 (calc-embedded-close-word, calc-embedded-open-plain)
21528 (calc-embedded-close-plain, calc-embedded-open-new-formula)
21529 (calc-embedded-close-new-formula, calc-embedded-open-mode)
21530 (calc-embedded-close-mode, calc-gnuplot-name)
21531 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21532 from other files and make customizable.
21533
21534 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21535
21536 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21537 Use buffer-live-p.
21538 (cvs-mode-run): Don't call cvs-update-header here.
21539 (cvs-run-process): Call cvs-update-header.
21540 Use process properties for cvs-postprocess and cvs-buffer so that
21541 the sentinel can behave better if the temp buffer is killed.
21542 Use a pipe rather than a tty, to better handle unexpected prompts.
21543 (cvs-sentinel): Rewrite. Call cvs-update-header.
21544
21545 2005-04-01 Andre Spiegel <spiegel@gnu.org>
21546
21547 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21548 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
21549
21550 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21551
21552 * generic.el (define-generic-mode): Add indentation rule.
21553
21554 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
21555
21556 * files.el (mode-require-final-newline): Make Custom correctly
21557 report a nil value and allow to set it to nil via Custom.
21558 Doc fix.
21559
21560 2005-04-01 Kenichi Handa <handa@m17n.org>
21561
21562 * international/characters.el: Enable the correct case setting for
21563 dotless-i and dotted-I.
21564
21565 2005-04-01 Kim F. Storm <storm@cua.dk>
21566
21567 * ido.el (ido-file-internal): Fall back to non-ido command if
21568 initial directory is on slow ftp (or tramp) host.
21569
21570 2005-03-31 Richard M. Stallman <rms@gnu.org>
21571
21572 * emacs-lisp/autoload.el (make-autoload):
21573 Handle define-global-minor-mode.
21574
21575 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21576 Rename from easy-mmode-define-global-mode.
21577 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21578
21579 * progmodes/scheme.el (scheme-mode-syntax-table):
21580 Update syntax of | and # for two-character comment syntax.
21581
21582 2005-03-31 Lute Kamstra <lute@gnu.org>
21583
21584 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21585 (define-minor-mode): Call custom-current-group at load-time.
21586
21587 * generic.el (define-generic-mode): Add debug declaration.
21588 Add defcustom for the mode hook.
21589 (generic-mode-internal): Use run-mode-hooks.
21590
21591 2005-03-31 Kim F. Storm <storm@cua.dk>
21592
21593 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21594 (mouse-fixup-help-message): New defun called by show_help_echo
21595 to fixup mouse-2 prefix in help messages when applicable.
21596
21597 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21598
21599 2005-03-31 Kenichi Handa <handa@m17n.org>
21600
21601 * language/thai-word.el (thai-find-word-ends): Pay attention to
21602 the case that we reach the end of buffer.
21603
21604 * textmodes/fill.el (fill-text-properties-at): New function.
21605 (fill-newline): Use fill-text-properties-at instead of
21606 text-properties-at.
21607
21608 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21609
21610 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21611 not comint-quote-filename.
21612
21613 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
21614
21615 * help-fns.el (help-with-tutorial): Revert last change.
21616
21617 2005-03-31 Kim F. Storm <storm@cua.dk>
21618
21619 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
21620
21621 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
21622
21623 * calendar/cal-china.el: Update reference to "Calendrical
21624 Calculations" book; there's a new edition.
21625 * calendar/cal-coptic.el: Likewise.
21626 * calendar/cal-french.el: Likewise.
21627 * calendar/cal-hebrew.el: Likewise.
21628 * calendar/cal-islam.el: Likewise.
21629 * calendar/cal-iso.el: Likewise.
21630 * calendar/cal-julian.el: Likewise.
21631 * calendar/cal-mayan.el: Likewise.
21632 * calendar/cal-persia.el: Likewise.
21633 * calendar/calendar.el: Likewise.
21634 * calendar/holidays.el: Likewise.
21635 * calendar/lunar.el: Likewise.
21636 * calendar/solar.el: Likewise.
21637
21638 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
21639 white space from doc string.
21640
21641 2005-03-30 Jay Belanger <belanger@truman.edu>
21642
21643 * calc/calc-help.el (calc-full-help): Remove email address.
21644
21645 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
21646
21647 * help-fns.el (help-with-tutorial): Delete title line.
21648
21649 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21650
21651 * calendar/cal-x.el (calendar-one-frame-setup)
21652 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
21653 rather than `symbol' for set-window-dedicated-p.
21654
21655 * calendar/appt.el (appt-buffer-name): Make it a constant.
21656 (appt-add): Doc fix.
21657
21658 * filesets.el (filesets-menu-path, filesets-menu-before)
21659 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
21660 (filesets-menu-cache-file): Use directory ~/.emacs.d.
21661 (filesets-add-submenu): Delete and use add-submenu instead.
21662
21663 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
21664
21665 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
21666 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
21667 (org-diary-default-entry): New function.
21668 (org-get-entries-from-diary): Better parsing of diary entries.
21669 (org-agenda-check-no-diary): New function.
21670 ("diary-lib"): Advice to function `add-to-diary-list', to allow
21671 linking to diary entries.
21672 (org-agenda-execute-calendar-command): New function.
21673 (org-agenda): Improve visible section in window.
21674 Use `org-fit-agenda-window'.
21675 (org-fit-agenda-window): New option.
21676 (org-move-subtree-down): Better handling of empty lines
21677 at end of subtree.
21678 (org-cycle): Numeric prefix is interpreted now as show-subtree N
21679 levels up.
21680 (org-fontify-done-headline): New option.
21681 (org-headline-done-face): New face.
21682 (org-set-font-lock-defaults): Use `org-headline-done-face'.
21683 (org-table-copy-down): Rename from `org-table-copy-from-above'.
21684 When current field is non-empty, it is copied to next row.
21685 (org-table-copy-from-above): Fix bug which made it
21686 impossible to copy fields containing only a single non-white character.
21687
21688 2005-03-30 Kim F. Storm <storm@cua.dk>
21689
21690 * kmacro.el (kmacro-end-macro): Isearch may store this command
21691 into the macro -- so ignore it when executing keyboard macro.
21692
21693 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21694
21695 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
21696
21697 2005-03-29 Kenichi Handa <handa@m17n.org>
21698
21699 * language/thai.el ("Thai"): Set setup-function and exit-function
21700 for Thai language environment.
21701
21702 * language/thai-util.el: Require thai-word.
21703 (thai-word-mode-map): New variable.
21704 (thai-word-mode): New minor mode.
21705 (setup-thai-language-environment-internal): New function.
21706 (exit-thai-language-environment-internal): New function.
21707
21708 * language/thai-word.el (thai-word-table): Declare it by defvar,
21709 use dolist to initialize it.
21710 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
21711 (thai-fill-find-break-point): New functions.
21712
21713 2005-03-29 Richard M. Stallman <rms@gnu.org>
21714
21715 * simple.el (idle-update-delay): Move definition up.
21716 (set-mark): Doc fix.
21717
21718 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
21719
21720 * longlines.el: New file.
21721
21722 * simple.el (buffer-substring-filters): New variable.
21723 (filter-buffer-substring): New function.
21724 (kill-region, copy-region-as-kill): Use it.
21725
21726 * register.el (copy-to-register, append-to-register)
21727 (prepend-to-register): Use filter-buffer-substring.
21728
21729 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21730
21731 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
21732 (gud-filter-pending-text): Move in front of gdb.
21733 (gud-overlay-arrow-position): New variable.
21734 (gud-sentinel, gud-display-line): Use it in place of
21735 overlay-arrow-position.
21736
21737 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
21738
21739 * progmodes/fortran.el (fortran-if-indent): Doc fix.
21740 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
21741 (fortran-font-lock-keywords-4): New variable.
21742 (fortran-blocks-re, fortran-end-block-re)
21743 (fortran-start-block-re): New constants, for hideshow.
21744 (hs-special-modes-alist): Add a Fortran entry.
21745 (fortran-mode-map): Bind fortran-end-of-block,
21746 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
21747 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
21748 (fortran-looking-at-if-then, fortran-end-of-block)
21749 (fortran-beginning-of-block): New functions, for hideshow.
21750
21751 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
21752 Doc fix. Tweak regexp.
21753 (f90-beginning-of-block): Push mark first.
21754
21755 2005-03-29 Jay Belanger <belanger@truman.edu>
21756
21757 * calc/calc.el: Update copyright date.
21758 (calc-version): Increase to 2.1.
21759 (calc-version-date): Remove.
21760
21761 * calc/calc-help.el: Update copyright date.
21762 (calc-full-help): Remove reference to calc-version-date.
21763 Update copyright date.
21764
21765 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21766
21767 * vc.el (vc-do-command): Use a pipe for async processes, so password
21768 prompts don't show up at places where the user can't reply.
21769
21770 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21771
21772 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
21773 on the file name we pass to the inferior shell.
21774
21775 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21776
21777 * progmodes/which-func.el (which-function): Be robust in the face of an
21778 imenu--make-index-alist failure.
21779
21780 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21781
21782 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
21783
21784 * progmodes/python.el (python-preoutput-filter): Fix last change.
21785
21786 2005-03-29 Lute Kamstra <lute@gnu.org>
21787
21788 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
21789 functions and compiled macros.
21790 (debug-convert-byte-code): Handle macros too.
21791 (debug-on-entry-1): Don't signal an error when trying to clear a
21792 function that is not set to debug on entry.
21793
21794 2005-03-29 Jay Belanger <belanger@truman.edu>
21795
21796 * calc/calc-lang.el: Add functions to math-function-table
21797 properties of tex and math.
21798
21799 2005-03-29 Kenichi Handa <handa@m17n.org>
21800
21801 * ps-mule.el (ps-mule-plot-string): Translate characters by
21802 ps-print-translation-table.
21803 (ps-mule-begin-job): Call find-charset-region/string with
21804 ps-print-translation-table.
21805 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
21806
21807 * ps-print.el (ps-print-translation-table): New variable.
21808 (ps-plot-region): Translate characters by ps-print-translation-table.
21809
21810 2005-03-29 Juri Linkov <juri@jurta.org>
21811
21812 * simple.el (next-error-highlight-timer): New variable.
21813
21814 * progmodes/compile.el (compilation-goto-locus):
21815 Use `next-error-highlight-timer' instead of `sit-for'.
21816
21817 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21818
21819 * mail/supercite.el (sc-mail-field): Use assoc-string.
21820 (sc-get-address): Simplify regexps.
21821
21822 * files.el (minibuffer-with-setup-hook): New macro.
21823 (find-file-read-args): Use it to avoid let-binding
21824 minibuffer-with-setup-hook (which breaks turning on/off
21825 file-name-shadow-mode while in the prompt).
21826
21827 * complete.el (PC-read-include-file-name-internal):
21828 Use test-completion.
21829
21830 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
21831
21832 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
21833
21834 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21835
21836 * window.el (window-buffer-height): Use count-screen-lines.
21837
21838 * progmodes/python.el (python-preoutput-leftover): New var.
21839 (python-preoutput-filter): Use it.
21840 (python-send-receive): Loop until all the result has been received.
21841
21842 2005-03-28 Juri Linkov <juri@jurta.org>
21843
21844 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
21845
21846 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
21847 "Recover Crashed Session".
21848 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
21849 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
21850 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
21851 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
21852 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
21853 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
21854 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
21855 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
21856
21857 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
21858 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
21859 Ediff Sessions", "Toggle use of separate control buffer frame",
21860 "Use separate frame for Ediff control buffer".
21861
21862 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
21863 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
21864 "Rename Bookmark", "Delete Bookmark".
21865
21866 * info.el (Info-mode-menu): Remove ellipsis from "Index".
21867 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
21868 Add `:active Info-index-alternatives' to "Next Matching Item".
21869
21870 * wdired.el (wdired-change-to-wdired-mode):
21871 Mention `wdired-abort-changes' key in the initial message.
21872
21873 * international/mule.el (auto-coding-alist): Associate non-ascii
21874 image filename extensions with `no-conversion'.
21875
21876 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
21877
21878 * international/iso-acc.el:
21879 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
21880
21881 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
21882
21883 * textmodes/sgml-mode.el (html-mode): Doc update.
21884
21885 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
21886
21887 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
21888
21889 * term.el (term-move-columns): Fix face after extending a line.
21890 (term-insert-spaces): Likewise.
21891 (term-reset-terminal): Fix off by one error.
21892
21893 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21894
21895 * international/mule.el (auto-coding-alist): Add .xpi files.
21896
21897 * files.el (auto-mode-alist): Add .xpi files.
21898
21899 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
21900
21901 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
21902
21903 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21904
21905 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
21906
21907 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21908
21909 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
21910 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
21911
21912 * calendar/cal-move.el (calendar-beginning-of-year): Move the
21913 cursor to Jan 1 when needed.
21914 (calendar-end-of-year): Fix -/+ typo.
21915 Reported by Chong Yidong <cyd@stupidchicken.com>.
21916
21917 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
21918
21919 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
21920
21921 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
21922 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
21923
21924 2005-03-25 Richard M. Stallman <rms@gnu.org>
21925
21926 * filesets.el (filesets-init): Add autoload.
21927
21928 * mail/mailalias.el (mail-directory): Doc fix.
21929
21930 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21931
21932 * mail/mailalias.el (mail-directory-process): Do nothing if
21933 mail-directory-process is an atom.
21934 (mail-get-names): Ignore mail-directory-names if it is an atom.
21935 (mail-directory-process defvar): Doc fix.
21936 (mail-names): Doc fix.
21937
21938 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
21939
21940 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
21941
21942 2005-03-26 Kenichi Handa <handa@m17n.org>
21943
21944 * international/mule-util.el (detect-coding-with-priority):
21945 Call update-coding-systems-internal before detect-coding-region.
21946
21947 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
21948
21949 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
21950 (gdb-frames-mode-map): Add follow-link property.
21951
21952 2005-03-25 Jay Belanger <belanger@truman.edu>
21953
21954 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
21955 for variables.
21956
21957 2005-03-25 Juri Linkov <juri@jurta.org>
21958
21959 * image-mode.el: Optimize image filename extension regexps in
21960 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
21961 in `auto-mode-alist'.
21962 (image-mode): Add `image-toggle-display-text' to local hook
21963 `change-major-mode-hook'. Display the image as an image by
21964 default. Set `cursor-type' and `truncate-lines' if the image
21965 is already displayed. Take into account the current mode (image
21966 or text) in message.
21967 (image-minor-mode): New minor mode.
21968 (image-mode-maybe, image-toggle-display-text): New functions.
21969 (image-toggle-display): Use called-interactively-p.
21970 Let-bind `inhibit-read-only' to t.
21971
21972 * image-mode.el (image-minor-mode): Set `cursor-type' and
21973 `truncate-lines' if the image is already displayed. Add turning
21974 image-minor-mode off to `change-major-mode-hook'. Add message.
21975 Call `image-toggle-display-text' after turning image-minor-mode off.
21976
21977 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
21978
21979 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
21980 Terminal.app, use utf-8.
21981 (set-display-table-and-terminal-coding-system): Add coding-system arg.
21982 (set-locale-environment): Use it.
21983
21984 * term/xterm.el: Undo last change, better done in mule-cmds.el.
21985
21986 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
21987
21988 * progmodes/python.el (python-close-block-statement-p)
21989 (python-outdent-p, python-current-defun): Use symbol-end.
21990
21991 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21992
21993 * files.el (save-some-buffers): Doc fix.
21994
21995 2005-03-25 Werner Lemberg <wl@gnu.org>
21996
21997 * complete.el, thumbs.el: Replace `legal' with `valid'.
21998 * calendar/calendar.el: Replace `legal' with `valid'.
21999 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22000 * mail/supercite.el: Replace `legal' with `valid'.
22001 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22002 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22003 Replace `legal' with `valid'.
22004 * textmodes/reftex-vars.el, textmodes/reftex.el:
22005 Replace `legal' with `valid'.
22006
22007 2005-03-25 Werner Lemberg <wl@gnu.org>
22008
22009 * calc/calc-forms.el, calc/calc-sel.el
22010 * midnight.el, vc-cvs.el
22011 * emacs-lisp/cl-macs.el
22012 * emulation/vip.el
22013 * eshell/esh-io.el, eshell/esh-var.el
22014 * mail/supercite.el
22015 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22016 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22017 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22018 * progmodes/sh-script.el, progmodes/xscheme.el
22019 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22020 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22021 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22022 * textmodes/reftex.el, textmodes/org.el:
22023 Replace `illegal' with `invalid'.
22024
22025 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22026
22027 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22028 (flymake-find-buildfile, flymake-find-possible-master-files)
22029 (flymake-check-include, flymake-parse-line): Replace loops over the
22030 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22031
22032 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22033 Substitute file-name-as-directory in the rest of the file.
22034 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22035 (flymake-replace-region): Remove unused arg `buffer'.
22036 (flymake-check-patch-master-file-buffer): Update calls to it.
22037 (flymake-add-err-info): Remove unused var `count'.
22038 (flymake-mode): Use define-minor-mode.
22039
22040 * progmodes/flymake.el: Use with-current-buffer.
22041 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22042 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22043 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22044 Avoid testing for `xemacs'.
22045 (flymake-nop): Move.
22046 (flymake-region-has-flymake-overlays): Return the computed value.
22047 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22048 Remove unused var `endline'.
22049 (flymake-get-line-count): Remove unused function.
22050 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22051
22052 * emulation/vi.el:
22053 * generic.el:
22054 * hilit-chg.el (global-highlight-changes):
22055 * hi-lock.el (hi-lock-mode):
22056 * follow.el: find-file-hooks -> find-file-hook.
22057
22058 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22059
22060 2005-03-24 Juri Linkov <juri@jurta.org>
22061
22062 * dired.el (dired-mode-map): Add menu item "Compare directories"
22063 for dired-compare-directories.
22064
22065 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22066 Doc fix. Replace `read-file-name' with `read-directory-name'.
22067
22068 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22069
22070 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22071
22072 2005-03-24 Jay Belanger <belanger@truman.edu>
22073
22074 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22075 relevant mode settings in calc-embedded-original-modes when modes
22076 are permanently changed.
22077
22078 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22079
22080 * autoinsert.el: find-file-hooks -> find-file-hook.
22081
22082 2005-03-24 Lute Kamstra <lute@gnu.org>
22083
22084 * generic.el (generic-font-lock-defaults): Make it obsolete.
22085 (generic-font-lock-keywords): New variable to replace
22086 generic-font-lock-defaults.
22087 (generic-mode-set-font-lock): Delete it.
22088 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22089 (generic-bracket-support): Add docstring.
22090
22091 * generic-x.el: Rename generic-font-lock-defaults to
22092 generic-font-lock-keywords throughout.
22093 (mailagent-rules-setup-function): Delete it.
22094 (mailagent-rules-generic-mode): Use anonymous function instead.
22095 (show-tabs-generic-mode-font-lock-defaults-1)
22096 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22097 Quote faces.
22098 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22099 not foreground.
22100
22101 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22102 Recognize define-generic-mode.
22103
22104 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
22105
22106 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22107 if there's no completion table.
22108
22109 2005-03-23 Miles Bader <miles@gnu.org>
22110
22111 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22112 Remove tty-specific variants, as they're no longer needed.
22113
22114 2005-03-23 Lute Kamstra <lute@gnu.org>
22115
22116 * generic-x.el: Code cleanup: make args constant whenever possible.
22117 (installshield-statement-keyword-list)
22118 (installshield-system-functions-list)
22119 (installshield-system-variables-list, installshield-types-list)
22120 (installshield-funarg-constants-list): Make them constants.
22121
22122 * generic.el (generic-make-keywords-list): Add autoload cookie.
22123
22124 * calendar/time-date.el: Add comment on time value formats.
22125 Don't require parse-time.
22126 (with-decoded-time-value): New macro.
22127 (encode-time-value): New function.
22128 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22129 (days-to-time): Return a valid time value when arg is huge.
22130 (time-since): Use time-subtract.
22131 (time-to-number-of-days): Use time-to-seconds.
22132
22133 2005-03-23 David Ponce <david@dponce.com>
22134
22135 * recentf.el (recentf-keep): New option.
22136 (recentf-menu-action): Default to `find-file'.
22137 (recentf-keep-non-readable-files-flag)
22138 (recentf-keep-non-readable-files-p)
22139 (recentf-file-readable-p, recentf-find-file)
22140 (recentf-cleanup-remote): Remove.
22141 (recentf-include-p): More robust.
22142 (recentf-keep-p): New function.
22143 (recentf-remove-if-non-kept): Rename from
22144 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22145 All callers updated.
22146 (recentf-menu-items-for-commands): Fix help string.
22147 (recentf-track-closed-file): Update. Doc fix.
22148 (recentf-cleanup): Update. Count removed files. Doc fix.
22149
22150 2005-03-23 Kim F. Storm <storm@cua.dk>
22151
22152 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22153 Don't inherit from fringe face (now happens automatically).
22154
22155 2005-03-22 Kim F. Storm <storm@cua.dk>
22156
22157 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22158 position values.
22159
22160 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22161
22162 * menu-bar.el (showhide-date-time): Remove.
22163 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22164 (menu-bar-make-mm-toggle): Simplify.
22165
22166 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22167
22168 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22169 Accept qualified variable and function names.
22170
22171 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22172
22173 * bindings.el (completion-ignored-extensions):
22174 Remove ".lis" for `vax-vms'.
22175
22176 2005-03-22 Andreas Schwab <schwab@suse.de>
22177
22178 * generic-x.el: Revert last change.
22179 * ldefs-boot.el: Update.
22180
22181 2005-03-22 Jay Belanger <belanger@truman.edu>
22182
22183 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22184 (calc-embedded-save-original-modes)
22185 (calc-embedded-restore-original-modes): New functions.
22186 (calc-do-embedded): Save original modes when entering embedded mode
22187 and restore when leaving embedded mode.
22188 (calc-embedded-modes-change): Change the value of
22189 calc-embedded-original-modes to reflect permanent changes.
22190
22191 2005-03-22 Lute Kamstra <lute@gnu.org>
22192
22193 * generic-x.el: Require generic again.
22194
22195 2005-03-22 Miles Bader <miles@gnu.org>
22196
22197 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22198 Tweak details to look good on both ttys and bitmap displays, light
22199 or dark background, etc.
22200
22201 2005-03-21 Kim F. Storm <storm@cua.dk>
22202
22203 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22204 mouse position.
22205
22206 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22207
22208 * icomplete.el: Don't forcibly turn on the mode upon load.
22209 (icomplete-mode): Use define-minor-mode.
22210 (icomplete-eoinput): Default to nil.
22211 (icomplete-minibuffer-setup): Remove autoload.
22212 (icomplete-tidy): Simplify.
22213 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22214 in the initial state or if the user has modified the field.
22215 Fix handling of icomplete-max-delay-chars.
22216 Remove code that handles the oddball case where
22217 minibuffer-completion-table is an integer.
22218 Wrap icomplete-completions in while-no-input in case building
22219 completions takes more time than expected.
22220 (icomplete-completions): Simplify.
22221
22222 2005-03-21 Richard M. Stallman <rms@gnu.org>
22223
22224 * jka-compr.el (jka-compr-really-do-compress):
22225 Make variable buffer-local.
22226
22227 * image-mode.el: Handle .xpm files too.
22228 (image-toggle-display): Preserve modification flag.
22229
22230 * help.el (where-is): Don't mention aliases with no key bindings.
22231
22232 2005-03-21 Lute Kamstra <lute@gnu.org>
22233
22234 * generic.el: Fix commentary section. Don't require cl for
22235 compilation.
22236 (generic-mode-list): Add autoload cookie.
22237 (generic-use-find-file-hook, generic-lines-to-scan)
22238 (generic-find-file-regexp, generic-ignore-files-regexp)
22239 (generic-mode, generic-mode-find-file-hook)
22240 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22241 (define-generic-mode): Make it a defmacro. Fix docstring.
22242 (generic-mode-internal): Code cleanup. Add autoload cookie.
22243 (generic-mode-set-comments): Code cleanup.
22244 * generic-x.el: Don't prevent compilation. Don't require generic.
22245 Follow coding conventions. Minor code cleanup.
22246 (etc-fstab-generic-mode): Add some keywords.
22247 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22248 define-generic-mode like a function declaration.
22249
22250 2005-03-21 Jay Belanger <belanger@truman.edu>
22251
22252 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22253 changing modes.
22254
22255 2005-03-21 Sam Steingold <sds@gnu.org>
22256
22257 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22258
22259 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22260
22261 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22262 Add underscore to "f$ lexicals" regexp.
22263
22264 2005-03-20 Juri Linkov <juri@jurta.org>
22265
22266 * subr.el (progress-reporter-do-update): When `min-value' is equal
22267 to `max-value', set `percentage' to 0 and prevent division by zero.
22268
22269 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22270
22271 Sync with Tramp 2.0.48.
22272
22273 * net/tramp.el (all): Change all addresses to .gnu.org.
22274 (tramp-append-tramp-buffers): New defun.
22275 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22276 Catch `dont-send' signal.
22277 (tramp-set-auto-save-file-modes): Set always permissions, because
22278 there might be an old auto-saved file belonging to another
22279 original file. This could be a security threat. Reported by
22280 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22281 Check for Emacs 21.3.50 removed.
22282
22283 * net/tramp-smb.el (all): Remove debug construct for
22284 `with-parsed-tramp-file-name'.
22285 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22286 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22287 No error message if DIRECTORY or FILENAME doesn't exist.
22288 (tramp-smb-open-connection): Check existence of
22289 `tramp-smb-program'.
22290
22291 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22292
22293 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22294 Properly handle the case where the `m' or `s' command's argument is not
22295 yet terminated.
22296 (perl-indent-new-calculate): New function.
22297 (perl-indent-line): Use it.
22298
22299 2005-03-20 Miles Bader <miles@gnu.org>
22300
22301 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22302 in text-mode too. Change to new face names.
22303 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22304 Add `:weight bold' attribute.
22305 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22306
22307 2005-03-19 Juri Linkov <juri@jurta.org>
22308
22309 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
22310
22311 * international/mule.el (auto-coding-alist): Sync with
22312 `auto-mode-alist' by adding upper case archive file extensions
22313 and adding ear/war to jar extension.
22314
22315 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
22316
22317 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22318 running, restart it.
22319
22320 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
22321
22322 * finder.el (finder-current-item): Throw an error on an empty line.
22323
22324 * man.el (Man-follow-manual-reference): If current-word returns
22325 nil, use "".
22326
22327 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
22328
22329 * simple.el (goto-line): Doc fix.
22330
22331 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
22332
22333 * files.el (save-buffer): Doc fix.
22334
22335 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
22336
22337 * recentf.el (recentf-cleanup-remote): New variable.
22338 (recentf-cleanup): Use it to conditionally check availability of
22339 remote files.
22340
22341 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
22342
22343 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22344 function names.
22345
22346 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22347
22348 * language/thai-word.el: New file.
22349
22350 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22351
22352 * files.el (backup-buffer): If the file's directory is not
22353 writable, use copy instead of move to backup the file.
22354
22355 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22356
22357 * obsolete/keyswap.el: Moved to obsolete/ from term/.
22358
22359 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22360
22361 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22362 Use functionp instead of symbolp and fboundp. Reported by Drkm
22363 <darkman_spam@yahoo.fr>.
22364 (ps-print-version): New version 6.6.6.
22365
22366 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
22367
22368 * textmodes/table.el (table--line-column-position): New idiom.
22369 (table--row-column-insertion-point-p): New function to test
22370 validity of row and column insertion operation at a location.
22371 (table-global-menu, table-cell-menu): Use above functions for
22372 deterministic test operation.
22373 (table--editable-cell-p): Behave in deterministic fashion.
22374
22375 2005-03-18 Juri Linkov <juri@jurta.org>
22376
22377 * isearch.el (isearch-lazy-highlight-new-loop):
22378 Make arguments beg and end optional.
22379 (isearch-update): Remove optional arguments nil from
22380 isearch-lazy-highlight-new-loop.
22381 (isearch-lazy-highlight-search): Let-bind case-fold-search to
22382 isearch-lazy-highlight-case-fold-search instead of
22383 isearch-case-fold-search, and let-bind isearch-regexp to
22384 isearch-lazy-highlight-regexp.
22385 Use isearch-lazy-highlight-last-string instead of isearch-string.
22386
22387 * replace.el (perform-replace): Remove bindings of global
22388 variables isearch-string, isearch-regexp, isearch-case-fold-search.
22389 Add three new arguments to `replace-highlight'.
22390 (replace-highlight): Add arguments string, regexp, case-fold.
22391 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22392 to allow isearch-lazy-highlight-new-loop to use these values
22393 to set corresponding isearch-lazy-highlight-* internal
22394 variables whose values lazy highlighting will use regardless of
22395 changes to global variables isearch-string, isearch-regexp,
22396 isearch-case-fold-search during lazy highlighting loop.
22397 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22398 to `lazy-highlight-cleanup'.
22399
22400 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22401 (ispell-highlight-face): Set default face to `isearch' when
22402 lazy highlighting is enabled.
22403 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22404 priority to 1. Add lazy highlighting.
22405 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22406 from `isearch-dehighlight'.
22407
22408 2005-03-18 David Ponce <david@dponce.com>
22409
22410 * files.el (hack-local-variables): Do a case-insensitive search
22411 for End.
22412
22413 2005-03-18 Juri Linkov <juri@jurta.org>
22414
22415 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22416 `isearch-lazy-highlight-cleanup', add alias to old name and
22417 declare obsolete. Add release numbers to other obsolete vars.
22418 (isearch-done, isearch-lazy-highlight-new-loop):
22419 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22420 (lazy-highlight-cleanup) <variable>: Doc fix.
22421 (isearch-lazy-highlight-update): Rename obsolete
22422 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22423
22424 2005-03-18 Kenichi Handa <handa@m17n.org>
22425
22426 * language/thai-util.el: Fix categorization of Thai characters in
22427 thai-category-table.
22428 (thai-composition-pattern): Adjust it for the above change.
22429 (thai-self-insert-command, thai-compose-syllable): New functions.
22430 (thai-compose-region): Use thai-compose-syllable.
22431 (thai-compose-string): Likewise.
22432 (thai-composition-function): Likewise.
22433 (thai-auto-composition): New function.
22434 (thai-auto-composition-mode): New minor mode.
22435
22436 * language/thai.el: Fix patterns to be registered in
22437 composition-function-table.
22438
22439 * international/quail.el (quail-input-method): Locally bind
22440 inhibit-modification-hooks to t.
22441
22442 2005-03-17 Richard M. Stallman <rms@gnu.org>
22443
22444 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22445 (perl-mode): Use run-mode-hooks.
22446
22447 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22448 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22449 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22450
22451 * mail/sendmail.el (sendmail-send-it): Reenable the code
22452 to compute resend-to-address and use it.
22453
22454 * tar-mode.el (tar-mode): Turn off undo unconditionally.
22455
22456 * image-mode.el: New file.
22457
22458 * image.el (insert-sliced-image): Add autoload cookie.
22459
22460 * font-lock.el (font-lock-lines-before): New user option.
22461 (font-lock-after-change-function): Obey it.
22462
22463 * bindings.el (esc-map): Make M-g a prefix.
22464 Bind M-g g and M-g M-g to goto-line.
22465
22466 * faces.el (face-id): Doc fix.
22467
22468 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22469
22470 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22471 (rmail-show-message): Use rmail-unknown-mail-followup-to.
22472 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22473
22474 * mail/sendmail.el (mail-yank-ignored-headers)
22475 (mail-font-lock-keywords, mail-mode-fill-paragraph):
22476 Add Mail-Followup-To and Mail-Reply-To headers.
22477 (mail-citation-hook): Add autoload cookie.
22478 (mail-mode): Doc fix.
22479 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22480 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22481 (mail-mode-fill-paragraph): Handle those headers.
22482 (mail-mailing-lists): New variable.
22483 (mail-mail-reply-to, mail-mail-followup-to): New functions.
22484
22485 2005-03-17 Juri Linkov <juri@jurta.org>
22486
22487 * isearch.el (isearch-fallback): Check for `(car previous)'
22488 before calling `isearch-other-end-state'.
22489
22490 2005-03-17 Kim F. Storm <storm@cua.dk>
22491
22492 * simple.el (move-beginning-of-line): Move to beginning of buffer
22493 line, as well as beginning of screen line.
22494
22495 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
22496
22497 * calendar/diary-lib.el (mark-diary-entries): Use new optional
22498 argument REDRAW rather than calendar-redrawing variable.
22499 * calendar/calendar.el (calendar-redrawing): Delete.
22500 (redraw-calendar): Do not bind calendar-redrawing.
22501
22502 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
22503
22504 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22505 diary-file buffer.
22506
22507 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
22508
22509 * help.el (describe-mode): Allow a :minor-mode-function property to
22510 specify a different minor mode toggle function than the variable.
22511 * simple.el (auto-fill-function):
22512 * subr.el (add-minor-mode): Use it.
22513
22514 2005-03-16 Kenichi Handa <handa@m17n.org>
22515
22516 * language/ethio-util.el (sera-being-called-by-w3): New variable.
22517 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22518 (ethio-fidel-to-sera-buffer): Likewise.
22519
22520 2005-03-16 Juri Linkov <juri@jurta.org>
22521
22522 * emacs-lisp/find-func.el (find-function-regexp):
22523 Add defun-emitting macro `menu-bar-make-toggle'.
22524
22525 * isearch.el: Put `isearch-scroll' property to
22526 `split-window-horizontally'.
22527
22528 * info.el: Update error messages for `debug-ignored-errors'.
22529 (Info-isearch-search): Doc fix.
22530 (Info-find-node): Move up code to go into info buffer before
22531 recording the node to the history.
22532 (Info-fontify-node): Fontify titles only if the next line
22533 has two or more `*', `=', `-', `.'.
22534 Display "go to this node" for empty (match-string 3).
22535
22536 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22537
22538 * term/mac-win.el: Add mouse pointer shape constants.
22539
22540 2005-03-15 Kim F. Storm <storm@cua.dk>
22541
22542 * simple.el (move-beginning-of-line): Use vertical-motion.
22543
22544 2005-03-15 Juri Linkov <juri@jurta.org>
22545
22546 * isearch.el (isearch-error): New variable.
22547 (isearch-invalid-regexp, isearch-within-brackets): Remove.
22548 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22549 (isearch-within-brackets-state): Remove.
22550 (isearch-case-fold-search-state, isearch-pop-fun-state):
22551 Decrease frame index.
22552 (isearch-mode, isearch-top-state, isearch-push-state)
22553 (isearch-edit-string, isearch-abort, isearch-search-and-update)
22554 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22555 (isearch-search, isearch-lazy-highlight-new-loop):
22556 Replace `isearch-invalid-regexp' with `isearch-error'.
22557 Remove `isearch-within-brackets'.
22558 (isearch-search): Add `search-failed' handler to `condition-case'.
22559 (isearch-lazy-highlight-search): Add `condition-case' to catch
22560 errors and allow `isearch-lazy-highlight-update' to try
22561 highlighting from the beginning of the window.
22562 (isearch-repeat): Move up code to set isearch-wrapped to t
22563 before calling isearch-wrap-function.
22564
22565 * info.el (Info-isearch-initial-node): New internal variable.
22566 (Info-search): Signal an error in isearch mode when search leaves
22567 the initial node. Signal an error when `bound' is non-nil and
22568 nothing was found in the current subfile.
22569 (Info-isearch-search): Remove `condition-case'.
22570 (Info-isearch-wrap): Don't wrap when search failed during leaving
22571 the initial node. If `Info-isearch-search' is nil, wrap around
22572 the current node.
22573 (Info-isearch-start): New fun.
22574 (Info-mode): Add buffer-local hook `Info-isearch-start' to
22575 `isearch-mode-hook'.
22576
22577 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22578
22579 * simple.el (normal-erase-is-backspace): Set default to t if
22580 running on Mac.
22581
22582 * term/mac-win.el (function-key-map): Sync with x-win.el.
22583
22584 2005-03-15 Kenichi Handa <handa@m17n.org>
22585
22586 * international/mule-cmds.el (locale-language-names): Modify the
22587 format of elements and add more entries.
22588 (locale-preferred-coding-systems): Add more entries.
22589 (set-locale-environment): Adjust for the change of
22590 locale-language-names.
22591
22592 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
22593
22594 * pcvs.el (smerge-ediff): Remove bogus autoload.
22595
22596 2005-03-14 Lute Kamstra <lute@gnu.org>
22597
22598 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22599 Ignore a `*' at the beginning of a line.
22600
22601 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22602 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22603 subr.el.
22604 (dont-compile, eval-when-compile, eval-and-compile): Use declare
22605 to specify indentation.
22606
22607 * generic.el (define-generic-mode): Let generic-mode-list be a
22608 list of strings; test membership with equal.
22609
22610 2005-03-14 Kim F. Storm <storm@cua.dk>
22611
22612 * simple.el (next-line, previous-line): Add optional try-vscroll
22613 arg to recognize interactive use. Pass it on to line-move.
22614 (line-move): Don't perform auto-window-vscroll when defining or
22615 executing keyboard macro to ensure consistent behavior.
22616
22617 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
22618
22619 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
22620
22621 2005-03-13 Lute Kamstra <lute@gnu.org>
22622
22623 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
22624 debugger-setup-buffer so that backtrace marks the frames set to
22625 debug-on-exit and we don't have to do it manually. Set an extra
22626 debug-on-exit for macro's.
22627 (debugger-setup-buffer): Don't mark the top frame manually.
22628
22629 2005-03-12 Lute Kamstra <lute@gnu.org>
22630
22631 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
22632 lisp-indent-function throughout.
22633 (with-no-warnings): Set lisp-indent-function property.
22634
22635 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
22636
22637 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
22638 Add entry for backslash.
22639
22640 2005-03-12 Juri Linkov <juri@jurta.org>
22641
22642 * info.el (Info-search): Four fixes for backward search.
22643
22644 2005-03-11 Jay Belanger <belanger@truman.edu>
22645
22646 * calc/calc.el (calc-language-alist): New variable.
22647 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
22648 (calc-embedded-find-modes): Use calc-language-alist instead of
22649 calc-embedded-language-alist.
22650
22651 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22652
22653 * calendar/calendar.el (calendar-redrawing): New internal
22654 variable.
22655 (redraw-calendar): Remove bogus save-excursion from previous
22656 change. Bind calendar-redrawing to t for mark-diary-entries.
22657 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
22658 calendar if that is why we were called.
22659
22660 2005-03-11 Kenichi Handa <handa@m17n.org>
22661
22662 * international/mule.el (make-coding-system): Set property
22663 coding-system-define-form to nil.
22664 (define-coding-system-alias): Likewise.
22665
22666 2005-03-11 Kenichi Handa <handa@m17n.org>
22667
22668 These changes are suggested by Dave Love <fx@gnu.org>.
22669
22670 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
22671 coding: tag.
22672 (adaptive-fill-regexp): Add more bullets.
22673 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
22674 regexps.
22675
22676 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
22677
22678 * help.el (describe-mode): Properly handle non-trivial lighters.
22679 Don't ignore minor modes that are not listed in minor-mode-list.
22680
22681 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
22682 feature ON when the user requests to turn it OFF.
22683
22684 2005-03-10 Lute Kamstra <lute@gnu.org>
22685
22686 * emacs-lisp/debug.el (debug-entry-code): Delete it.
22687 (implement-debug-on-entry): New function to replace debug-entry-code.
22688 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
22689 second argument as the 2005-03-07 change makes it obsolete.
22690 (debug-on-entry, cancel-debug-on-entry): Update call to
22691 debug-on-entry-1.
22692 (debug, debugger-setup-buffer): Comment update.
22693 (debugger-frame-number): Update to work with implement-debug-on-entry.
22694
22695 2005-03-10 Jay Belanger <belanger@truman.edu>
22696
22697 * calc/calc-embed.el (math-ms-args): Declare it.
22698 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
22699 math-ms-args.
22700 (calc-embedded-subst): Use math-multi-subst-rec to substitute
22701 variables.
22702
22703 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
22704
22705 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
22706 Use message-box.
22707
22708 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
22709 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
22710 (tooltip-gud-tips): Simplify.
22711 (tooltip-gud-tips-p): Remove superfluous :set.
22712 (tooltip-gud-modes): Add fortran-mode.
22713 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
22714
22715 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
22716
22717 2005-03-09 Kim F. Storm <storm@cua.dk>
22718
22719 * play/animate.el (animate-place-char): Use forward-line instead
22720 of next-line to improve performance.
22721
22722 2005-03-09 Simon Josefsson <jas@extundo.com>
22723
22724 * net/browse-url.el (browse-url-default-browser): Doc fix.
22725
22726 2005-03-09 Miles Bader <miles@gnu.org>
22727
22728 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
22729 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
22730
22731 2005-03-09 Kenichi Handa <handa@m17n.org>
22732
22733 * international/latin-1.el: Set case and syntax for 255 only if
22734 set-case-syntax-set-multibyte is nil.
22735
22736 * textmodes/ispell.el (ispell-insert-word): New function.
22737 (ispell-word): Use ispell-insert-word to insert a new word.
22738 (ispell-process-line): Likewise.
22739 (ispell-complete-word): Likewise.
22740
22741 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
22742
22743 * calendar/calendar.el (redraw-calendar): Preserve point.
22744 Reported by Matt Hodges <MPHodges@member.fsf.org>.
22745 (calendar-week-start-day): Move after definition of
22746 redraw-calendar. Delete buffer test, since redraw-calendar has
22747 that now.
22748
22749 * calendar/diary-lib.el (mark-diary-entries): Only call
22750 redraw-calendar in the first of any recursive calls.
22751 Reported by Alan Shutko <ats@acm.org>.
22752
22753 2005-03-08 Juri Linkov <juri@jurta.org>
22754
22755 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
22756 (html-horizontal-rule, html-line, html-image, html-checkboxes)
22757 (html-radio-buttons): Add a space before the trailing `/>' where
22758 sgml-xml-mode is non-nil.
22759 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
22760 the subsequent tag of the empty XML tag.
22761 (html-href-anchor): Don't set initial input to "http:".
22762 (html-image): Ask for the image URL and set point inside alt="".
22763 (html-name-anchor): Duplicate the name in the `id' attribute when
22764 sgml-xml-mode is non-nil.
22765 (html-paragraph): Remove \n before <p>.
22766 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
22767 instead of `checked' when sgml-xml-mode is non-nil.
22768
22769 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
22770 Remove 1 space before #RRGGBB to not truncate it on terminal
22771 windows w/o fringes. Remove 1 space between bg and fg examples
22772 to get more space.
22773 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
22774 avoid byte-compile warnings.
22775
22776 * image-file.el (image-file-handler): Put `safe-magic' property to
22777 `image-file-handler'.
22778
22779 * info.el (Info-isearch-search): Emulate word search in
22780 isearching through multiple Info nodes with Info-search.
22781 (Info-isearch-wrap): Allow isearch-word.
22782
22783 2005-03-08 Lute Kamstra <lute@gnu.org>
22784
22785 * emacs-lisp/debug.el (debugger-step-through): Make sure that
22786 stepping into the debugger's code is not possible.
22787 (debugger-jumping-flag): Docstring update.
22788
22789 2005-03-08 Jay Belanger <belanger@truman.edu>
22790
22791 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
22792 embedded mode begins.
22793 (calc-embedded-language-alist): New variable.
22794 (calc-embedded-find-modes): Use calc-embedded-language-alist to
22795 set default language mode.
22796
22797 2005-03-08 Kenichi Handa <handa@m17n.org>
22798
22799 * international/ccl.el (define-ccl-program): Fix docstring about
22800 extra 256 bytes assured for the output buffer.
22801
22802 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22803 Fix BUFFER_MAGNIFICATION to 2.
22804 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22805
22806 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
22807
22808 * align.el (align-rules-list): Added an alignment rule for CSS
22809 declarations (applies to css-mode and html-mode buffers).
22810
22811 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
22812
22813 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
22814
22815 2005-03-07 Kim F. Storm <storm@cua.dk>
22816
22817 * simple.el (move-beginning-of-line): New command.
22818
22819 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
22820
22821 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
22822
22823 * emulation/cua-base.el: Put CUA move property on move-end-of-line
22824 and move-beginning-of-line.
22825
22826 * apropos.el (apropos-print): Omit command from M-x ... RET.
22827
22828 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
22829
22830 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
22831 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
22832
22833 2005-03-06 Richard M. Stallman <rms@gnu.org>
22834
22835 * bindings.el (esc-map): Bind M-g to goto-line.
22836
22837 * facemenu.el (global-map): Bind M-o, not M-g.
22838
22839 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22840
22841 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
22842 "Open Directory" as for "Open File".
22843
22844 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
22845
22846 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
22847 (push-mark-command): Run activate-mark-hook.
22848
22849 2005-03-06 Richard M. Stallman <rms@gnu.org>
22850
22851 * help-mode.el (help-mode-finish): Don't alter the element
22852 in view-return-to-alist if there already is one.
22853
22854 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
22855 make sure the current buffer is the expected one.
22856
22857 * novice.el (disabled-command-function): Output in *Disabled Command*.
22858 Explicitly ignore non-keyboard events, and explicitly handle C-g.
22859
22860 * textmodes/flyspell.el (flyspell-large-region):
22861 Pass args differently for aspell.
22862
22863 * files.el (mode-require-final-newline): Doc fix.
22864
22865 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22866
22867 * progmodes/which-func.el (which-function):
22868 Specify NOERROR when calling imenu--make-index-alist.
22869
22870 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
22871
22872 * simple.el (normal-erase-is-backspace): Define default value.
22873
22874 * custom.el (custom-theme-set-variables): Remove unused var
22875 `immediate'.
22876 (custom-reevaluate-setting): Simple function to handle variables
22877 that are defined before their default value can really be
22878 computed.
22879
22880 * startup.el (command-line): Use it for temporary-file-directory,
22881 small-emporary-file-directory, auto-save-file-name-transforms,
22882 blink-cursor-mode, and normal-erase-is-backspace.
22883
22884 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
22885 progress, even with buggy anchored keywords.
22886
22887 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
22888
22889 * simple.el (goto-line): Remove unbalanced final parenthesis.
22890
22891 2005-03-05 Richard M. Stallman <rms@gnu.org>
22892
22893 * simple.el (goto-line): Use a number at point as the default.
22894 With C-u as arg, switch buffers.
22895
22896 2005-03-05 Juri Linkov <juri@jurta.org>
22897
22898 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
22899 with `no-blinking-cursor'.
22900
22901 * startup.el (no-blinking-cursor): New defvar.
22902 (command-line): Add `--no-blinking-cursor' to longopts.
22903 Set `no-blinking-cursor' to t for command line arguments
22904 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
22905 with `no-blinking-cursor' in the condition for calling
22906 `blink-cursor-mode'.
22907
22908 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
22909
22910 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
22911 (menu-bar-options-save): Add blink-cursor-mode.
22912 (menu-bar-options-menu): Add blink-cursor-mode.
22913
22914 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
22915
22916 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
22917 (icalendar-export-file, icalendar-export-region)
22918 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
22919 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
22920
22921 2005-03-04 Lute Kamstra <lute@gnu.org>
22922
22923 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
22924 (debug-function-list): Ditto.
22925
22926 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
22927
22928 * textmodes/texinfmt.el (texinfo-append-refill):
22929 Redefine the types of line to which @refill
22930 is not appended by replacing a search for `@refill\\|@bye' with
22931 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
22932 itemize@refill' bug and the unfilled long lines bug.
22933 (texinfmt-version): Update number and date.
22934
22935 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
22936
22937 * international/code-pages.el (windows-1250, windows-125[2-8])
22938 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
22939
22940 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
22941
22942 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
22943 bound yet.
22944
22945 2005-03-02 Romain Francoise <romain@orebokech.com>
22946
22947 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
22948 buffer after removing limits.
22949 (ibuffer-pop-filter): Ditto.
22950 Update copyright.
22951
22952 2005-03-02 Miles Bader <miles@gnu.org>
22953
22954 * button.el (make-text-button): If the user doesn't specify a
22955 type, use the default. Rewrite to use `add-text-properties' and
22956 plist functions.
22957
22958 2005-03-01 Lute Kamstra <lute@gnu.org>
22959
22960 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
22961 (debugger-jumping-flag): New var.
22962 (debug-entry-code): Use it.
22963 (debugger-jump): Use debugger-jumping-flag and add
22964 debugger-reenable to post-command-hook.
22965 (debugger-reenable): Use debugger-jumping-flag and remove itself
22966 from post-command-hook.
22967 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
22968 debugger-reenable.
22969
22970 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
22971
22972 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
22973 inclusion of "itemize\\|", which may be unnecessary, is certainly
22974 inelegant, and stops refilling in itemize lists when formatting
22975 Japanese Texinfo files to Info.
22976 Update copyright to 2005.
22977
22978 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
22979
22980 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
22981 of an error if GDB can't find the source file.
22982
22983 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22984
22985 * calendar/calendar.el (redraw-calendar): Work from any buffer,
22986 not just the calendar.
22987
22988 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
22989 first.
22990 (diary-redraw-calendar): New function.
22991 (make-diary-entry): Add diary-redraw-calendar to local
22992 write-contents-functions. Turn off selective display before
22993 inserting in diary.
22994
22995 2005-03-01 Kim F. Storm <storm@cua.dk>
22996
22997 * emacs-lisp/copyright.el (copyright-fix-years): New command.
22998
22999 2005-03-01 Lute Kamstra <lute@gnu.org>
23000
23001 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23002 that debug-entry-code can be safely removed from a function while
23003 this code is being evaluated. Revert the 2005-02-27 change as the
23004 new implementation no longer requires it. Make sure that a
23005 function body containing just a string is not mistaken for a docstring.
23006 (debug): Skip one more frame in case of debug on entry.
23007 (debugger-setup-buffer): Delete one more frame line in case of
23008 debug on entry.
23009 (debugger-frame-number): Update to use the new text introduced by
23010 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23011
23012 2005-02-28 Kim F. Storm <storm@cua.dk>
23013
23014 * double.el (double-translate-key): Call force-window-update after
23015 read-event to avoid crash in redisplay.
23016
23017 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23018
23019 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23020 (debug): Use it. Move the inhibit-trace earlier.
23021 (debug-entry-code): New const.
23022 (debug-on-entry-1): Use it.
23023
23024 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23025
23026 * international/utf-16.el (ccl-encode-mule-utf-16le):
23027 Fix BUFFER_MAGNIFICATION to 2.
23028 (ccl-encode-mule-utf-16be): Likewise.
23029
23030 2005-02-28 Kenichi Handa <handa@m17n.org>
23031
23032 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23033 Fix BUFFER_MAGNIFICATION to 4.
23034 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23035
23036 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23037
23038 * speedbar.el (speedbar-update-flag): Doc fix.
23039 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23040 argument.
23041
23042 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23043
23044 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23045 have a non-nil `invisible' property but are actually visible.
23046
23047 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23048 for perldoc sections.
23049 (perl-outline-regexp, perl-outline-level): New var and function.
23050 (perl-mode): Use them.
23051
23052 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23053
23054 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23055 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23056
23057 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23058
23059 * cus-edit.el: Comment change.
23060 (custom-buffer-create-internal): Slightly reword text at top of
23061 Custom buffers. Mention there that saving an option edits the
23062 init file. Add link to Emacs manual node on `custom-file'.
23063 (custom-magic-alist): Rewrite individual State messages to use
23064 capitalized keywords. Doc fix.
23065
23066 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23067
23068 * calendar/calendar.el (calendar-buffer): Move above
23069 calendar-week-start-day.
23070 (calendar-week-start-day): Doc fix. Add :set function.
23071 (calendar-minimum-window-height): New variable.
23072 (generate-calendar-window): Only resize window if selected-window
23073 is displaying the calendar buffer. Use new variable
23074 calendar-minimum-window-height.
23075 (generate-calendar): Reword error message.
23076 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23077
23078 2005-02-27 Andreas Schwab <schwab@suse.de>
23079
23080 * vc.el (vc-do-command): Don't run command asynchronously when
23081 operating in a remote directory.
23082
23083 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23084 change from sync with Tramp 2.0.47.
23085
23086 2005-02-27 Richard M. Stallman <rms@gnu.org>
23087
23088 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23089
23090 * textmodes/flyspell.el (flyspell-mode-on):
23091 Call ispell-change-dictionary only if necessary.
23092
23093 * emacs-lisp/re-builder.el (regexp-builder): New function.
23094
23095 * register.el (describe-register-1): Explicitly handle
23096 yank-excluded-properties = t.
23097
23098 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23099 (custom-magic-alist): Change the status descriptions again.
23100 (face widget-type): Total rewrite based on `restricted-sexp'
23101 to eliminate the confusing double hiding levels.
23102
23103 * emacs-lisp/debug.el (debug-on-entry-1):
23104 If function body is empty, add nil as body form.
23105
23106 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23107
23108 * emacs-lisp/trace.el (inhibit-trace): New var.
23109 (trace-make-advice): Use it.
23110
23111 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23112
23113 2005-02-26 Kim F. Storm <storm@cua.dk>
23114
23115 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23116 (mouse-on-link-p, mouse-drag-region-1): Use it.
23117
23118 2005-02-25 Lute Kamstra <lute@gnu.org>
23119
23120 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23121
23122 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
23123
23124 * frame.el (blink-cursor-mode): Add :group keyword.
23125
23126 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
23127
23128 * calendar/icalendar.el (icalendar--decode-isodatetime):
23129 New optional argument DAY-SHIFT.
23130 (icalendar-export-region): Fix coding-system-for-write.
23131 (icalendar--convert-ical-to-diary): Shift end-day of all-day
23132 events by one.
23133
23134 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23135
23136 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23137
23138 2005-02-24 Kim F. Storm <storm@cua.dk>
23139
23140 * international/iso-acc.el (iso-accents-compose): Fix crash
23141 during redisplay. Call force-window-update after read-event
23142 and delete-region to signal that window is not accurate.
23143
23144 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23145
23146 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23147 Remove unused and inexistent var `inhibit-trace'.
23148 (debugger-mode): Use run-mode-hooks.
23149 (debugger-list-functions): Add buttons; setup xref stack.
23150
23151 2005-02-23 Richard M. Stallman <rms@gnu.org>
23152
23153 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23154 appointment says it was explicitly made.
23155 (appt-add): Set the 3rd element.
23156 (appt-make-list): Preserve explicit appointments.
23157
23158 * subr.el (find-tag-default): Catch errors in forward-sexp.
23159
23160 2005-02-23 Juri Linkov <juri@jurta.org>
23161
23162 * info.el (Info-isearch-search): New defcustom.
23163 (Info-isearch-search): Call the default isearch function
23164 when Info-isearch-search is nil.
23165 (Info-isearch-wrap): Use variable Info-isearch-search.
23166
23167 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23168
23169 * cus-edit.el: Comment change.
23170
23171 2005-02-22 Kim F. Storm <storm@cua.dk>
23172
23173 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23174 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23175
23176 2005-02-22 Simon Josefsson <jas@extundo.com>
23177
23178 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23179 New variable.
23180 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23181 Oskarsson" <myrkraverk@users.sourceforget.net>.
23182
23183 2005-02-22 Kim F. Storm <storm@cua.dk>
23184
23185 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23186 check that window of that event is the selected window.
23187 (mouse-drag-region-1): Compare mouse event window to selected
23188 window before setting point.
23189
23190 * tooltip.el (tooltip-show-help-function): Pass event to
23191 mouse-on-link-p so it can check selected window.
23192
23193 2005-02-22 Kenichi Handa <handa@m17n.org>
23194
23195 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23196 (ps-mule-show-warning): New function.
23197 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23198 characters are found.
23199
23200 * ps-print.el (ps-header-footer-string): Return a list of header
23201 and footer strings.
23202
23203 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23204
23205 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23206
23207 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23208
23209 * frame.el (blink-cursor-mode): Use define-minor-mode.
23210
23211 * term/mac-win.el (function-key-map): Use char-names more consistently.
23212 (file-name-coding-system): Only set it for MacOS-9. The other case is
23213 already handled in mule-cmds.el (where it also works when mac-win.el
23214 is not used).
23215
23216 2005-02-21 Kenichi Handa <handa@m17n.org>
23217
23218 * international/mule.el (ctext-pre-write-conversion): Always use
23219 " *code-converting-work*" buffer for work.
23220
23221 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23222
23223 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23224
23225 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23226
23227 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23228
23229 * ses.el (undo-more): Restore defadvice, but only the part that
23230 allows changes outside the restricted area of the buffer.
23231
23232 2005-02-20 Kim F. Storm <storm@cua.dk>
23233
23234 * simple.el (line-move): Add fourth optional arg try-vscroll which
23235 must be set to perform auto-window-vscroll.
23236 When moving backwards and doing auto-window-vscroll, automatically
23237 vscroll to the last part of lines which are taller than the window.
23238 (next-line, previous-line): Set try-vscroll arg on line-move.
23239
23240 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23241
23242 * replace.el (query-replace, query-replace-regexp)
23243 (replace-string, replace-regexp): When operating on region, make
23244 the minibuffer prompt say so.
23245
23246 * isearch.el (isearch-forward): Document isearch-query-replace and
23247 isearch-query-replace-regexp keybindings.
23248
23249 2005-02-19 Jay Belanger <belanger@truman.edu>
23250
23251 * calc/calc-aent.el (math-read-token): Add local variable.
23252
23253 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23254 (calc-edit-top): Move declaration to earlier in file.
23255 (calc-edit-macro-repeats): Add local variables.
23256
23257 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23258 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23259 calcFunc-tanh.
23260 Adjust integration rule for calcFunc-tan.
23261
23262 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23263
23264 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23265 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23266 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23267 (viper-skip-separators): Bug fix.
23268 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23269 particular major mode.
23270 (viper-del-backward-char-in-replace): Don't put deleted char on the
23271 kill ring.
23272
23273 * viper-ex.el (viper-color-display-p): New function.
23274 (viper-has-face-support-p): Use viper-color-display-p.
23275
23276 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23277
23278 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23279
23280 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23281 (viper-file-remote-p): Make equivalent to file-remote-p.
23282
23283 * viper.el (viper-major-mode-modifier-list):
23284 Use viper-gnus-modifier-map.
23285
23286 2005-02-19 David Kastrup <dak@gnu.org>
23287
23288 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23289 quoting.
23290
23291 2005-02-19 Jay Belanger <belanger@truman.edu>
23292
23293 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23294 Remove extra definitions.
23295 (calc-coth): New function.
23296 (calcFunc-cot): Fix `let'.
23297
23298 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23299
23300 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23301 the reasons we use "type pc" in these faces.
23302
23303 * button.el (button): Ditto.
23304
23305 2005-02-19 Michael Mauger <mmaug@yahoo.com>
23306
23307 * replace.el (query-replace-read-from): Set the value of
23308 query-replace-from-history-variable to handle the case of an empty
23309 string entered to accept the suggested default.
23310
23311 * net/tramp.el (tramp-file-name-for-operation):
23312 Use dired-call-process instead of dired-call-process-command.
23313
23314 2005-02-19 Jay Belanger <belanger@truman.edu>
23315
23316 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23317 (math-div-non-trig): New variables.
23318 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23319 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23320 (math-combine-prod, math-div-symb-fancy): Add simplifications for
23321 trig expressions.
23322
23323 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
23324
23325 * progmodes/gdb-ui.el (gdb-var-update-handler)
23326 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23327 for watch expressions,
23328 (gdb-var-create-handler): Don't set speedbar-update-flag.
23329 (gdb-post-prompt): Simplify test for speedbar.
23330
23331 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23332
23333 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23334 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23335 we use the syntax table of the correct buffer.
23336 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23337 Felix Gatzemeier.
23338
23339 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23340 (ediff-file-remote-p): Make synonymous with file-remote-p.
23341 In all deffaces ediff-*-face-*, use min-colors.
23342
23343 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23344 ediff-recurse-to-subdirectories.
23345 (ediff-mark-if-equal): Check that the arguments are strings, use
23346 ediff-same-contents (after to Felix Gatzemeier).
23347
23348 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23349 nil.
23350
23351 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23352
23353 * log-view.el (log-view-message-re): Fix up Subversion regexp.
23354
23355 2005-02-18 David Kastrup <dak@gnu.org>
23356
23357 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23358 use `mark-active' when defined.
23359
23360 2005-02-18 Kenichi Handa <handa@m17n.org>
23361
23362 * ps-print.el (ps-font-info-database): New entry
23363 ZapfChancery-MediumItalic with correct font name. Fix font name
23364 of the entry Zapf-Chancery-MediumItalic.
23365
23366 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
23367
23368 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23369
23370 2005-02-16 Kim F. Storm <storm@cua.dk>
23371
23372 * ido.el (ido-fallback-command): Pass user input to fallback command.
23373
23374 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
23375
23376 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23377 (gdb-find-file-hook): Add server prefix.
23378
23379 2005-02-16 Richard M. Stallman <rms@gnu.org>
23380
23381 * replace.el (perform-replace): Pass new args to replace-highlight.
23382 (replace-highlight): Take region args,
23383 and pass them to isearch-lazy-highlight-new-loop.
23384
23385 * novice.el (disabled-command-hook): Autoload the defalias
23386 and the make-obsolete-variable call.
23387
23388 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23389
23390 * isearch.el (isearch-lazy-highlight-start-limit)
23391 (isearch-lazy-highlight-end-limit): New variables limit
23392 the region for highlighting.
23393 (isearch-lazy-highlight-new-loop): New args BEG and END.
23394 (isearch-lazy-highlight-search): Use the new vars.
23395 (isearch-lazy-highlight-update): Likewise.
23396
23397 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23398
23399 * cus-start.el (all): Use default-boundp.
23400
23401 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
23402
23403 * menu-bar.el (menu-bar-select-frame): Handle current frame.
23404
23405 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
23406
23407 * autorevert.el (auto-revert-stop-on-user-input)
23408 (auto-revert-verbose): Doc fixes.
23409
23410 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
23411
23412 * international/mule-cmds.el (set-locale-environment): Remove call
23413 to set-selection-coding-system on Windows.
23414
23415 2005-02-15 Jay Belanger <belanger@truman.edu>
23416
23417 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23418 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23419 calcFunc-coth.
23420 (math-simplify-sqrt): Add simplifications.
23421
23422 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23423 to list.
23424
23425 * calc/calc-ext.el: Add functions to autoloads.
23426
23427 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23428 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23429 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23430 (math-csc-raw, math-cot-raw): New functions.
23431
23432 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23433
23434 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23435 the variable name in a message.
23436
23437 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23438 calcFunc-csc, calcFunc-cot.
23439
23440 * calc/calcalg2.el: Add derivative and integration rules for
23441 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23442 calcFunc-csch, calcFunc-coth.
23443 (math-do-integral-methods): Add to checks for when to use
23444 substitutions.
23445
23446 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23447
23448 2005-02-15 Lute Kamstra <lute@gnu.org>
23449
23450 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23451 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
23452 <monnier@iro.umontreal.ca>
23453 (lisp-outline-level): Improve efficiency. Suggested by David
23454 Kastrup <dak@gnu.org>.
23455
23456 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
23457
23458 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23459 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23460 (gdb-set-gud-minor-mode-existing-buffers): New functions.
23461 (gdb-find-file-hook): New hook. Add it to find-file-hook.
23462 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23463
23464 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
23465
23466 * cus-start.el (all): Comment change.
23467
23468 2005-02-14 Lute Kamstra <lute@gnu.org>
23469
23470 * cus-start.el (all): Check if symbol is void.
23471
23472 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
23473
23474 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23475 optional argument to \cite.
23476
23477 2005-02-14 Richard M. Stallman <rms@gnu.org>
23478
23479 * cus-edit.el (custom-buffer-create-internal): Update help message.
23480 (custom-magic-alist): Update help messages.
23481
23482 * cus-start.el (all): Allow a var to specify a standard value.
23483
23484 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
23485
23486 * custom.el (custom-theme-set-variables): Handle variable aliases.
23487
23488 * frame.el (blink-cursor-timer): Doc fix.
23489 (blink-cursor): Make it an alias for `blink-cursor-mode' and
23490 declare obsolete.
23491 (blink-cursor-mode): Define with defcustom and use correct
23492 standard expression in that defcustom.
23493 * startup.el (command-line): Adapt to above changes in frame.el.
23494
23495 2005-02-11 Lute Kamstra <lute@gnu.org>
23496
23497 * apropos.el (apropos-score-doc): Prevent division by zero.
23498
23499 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
23500
23501 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23502 (icalendar--get-event-property-attributes)
23503 (icalendar--get-event-properties)
23504 (icalendar--datetime-to-diary-date): New functions.
23505 (icalendar--split-value): Doc fix.
23506 (icalendar--datetime-to-noneuropean-date)
23507 (icalendar--datetime-to-european-date): New optional argument
23508 SEPARATOR. Return result as a string instead of a list.
23509 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23510 (icalendar--convert-string-for-export): Rename arg S to STRING.
23511 (icalendar-export-region): Doc fix. Change name of error buffer.
23512 Save output buffer.
23513 (icalendar-import-file): Add blank at end of prompt.
23514 (icalendar-import-buffer): Doc fix. Do not switch to error
23515 buffer. Indicate status in return value.
23516 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
23517 buffer. Save output buffer. Handle exception from recurrence
23518 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
23519 events. Fix problems with weekly all-day events.
23520
23521 2005-02-10 Richard M. Stallman <rms@gnu.org>
23522
23523 * simple.el (eval-expression-print-format):
23524 Avoid warning about edebug-active.
23525
23526 * help.el (help-for-help-internal): Rename from help-for-help.
23527 (help-for-help): Define with defalias.
23528
23529 * font-core.el (font-lock-default-function): Use with-no-warnings.
23530
23531 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23532
23533 * custom.el (defface): Doc fix.
23534
23535 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
23536
23537 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23538 width 0" to prevent word wrapping problems.
23539
23540 2005-02-09 Kim F. Storm <storm@cua.dk>
23541
23542 * ido.el (ido-file-extensions-order): New defcustom.
23543 (ido-file-extension-lessp, ido-file-extension-aux)
23544 (ido-file-extension-order): New advanced file ordering.
23545 (ido-file-lessp): New simple file ordering.
23546 (ido-sort-list): Remove.
23547 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23548 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23549
23550 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
23551
23552 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23553 that some versions of grep produce.
23554 (grep-mode-font-lock-keywords): Likewise.
23555
23556 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
23557
23558 * progmodes/gdb-ui.el (gdb-location-list): New variable.
23559 (gdb-cdir): Delete.
23560 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23561 (gdb-source-info): Treat case when source file is in another
23562 directory properly.
23563 (gdb-get-location): New function.
23564
23565 2005-02-07 Jay Belanger <belanger@truman.edu>
23566
23567 * calc/calc-prog.el (calc-write-parse-table-part)
23568 (calc-fix-token-name): Fix a check for language type.
23569
23570 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23571
23572 2005-02-07 Andre Spiegel <spiegel@gnu.org>
23573
23574 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23575 as directory not writable.
23576
23577 2005-02-07 Kim F. Storm <storm@cua.dk>
23578
23579 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23580 (cua--standard-movement-commands): Remove list.
23581 Instead, set CUA property value to move for movement commands.
23582 (cua-movement-commands): Remove. Users must set CUA prop instead.
23583 (cua--pre-command-handler): Check CUA property.
23584 (cua--init-keymaps): Don't remap undo commands.
23585 (cua-mode): Don't call cua--rectangle-on-off.
23586
23587 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23588 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23589 (cua--rect-undo-set-point): New var.
23590 (cua--rectangle-undo-boundary): Setup undo apply entry.
23591 (cua--rect-undo-handler): New function for rectangle undo.
23592 (cua--rect-start-position, cua--rect-end-position): Add.
23593 (cua--rectangle-post-command): Call cua--rectangle-set-corners
23594 for restored rectangle. Set point if cua--rect-undo-set-point.
23595
23596 2005-02-06 Jay Belanger <belanger@truman.edu>
23597
23598 * calc/calc-lang.el (calc-tex-language): Display more information
23599 in messages.
23600
23601 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23602 in TeX mode.
23603
23604 2005-02-06 Richard M. Stallman <rms@gnu.org>
23605
23606 * emacs-lisp/lisp.el (buffer-end): Doc fix.
23607
23608 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
23609
23610 * net/ldap.el (ldap-search-internal): Support attributes with
23611 optional descriptions separated by a semi-colon, as in
23612 "userCertificate;binary".
23613
23614 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23615
23616 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
23617 isn't a cons (i.e. the version is 0).
23618
23619 2005-02-05 Eli Zaretskii <eliz@gnu.org>
23620
23621 * help.el (help-for-help): Doc fix.
23622
23623 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
23624
23625 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
23626 GDB-Windows on the menu-bar as this works better.
23627
23628 2005-02-04 Jay Belanger <belanger@truman.edu>
23629
23630 * calc/calc-embed.el (calc-embedded-update): Don't put in
23631 unnecessary newlines. Adjust the end of formula marker.
23632
23633 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
23634 (math-latex-parse-two-args): New function.
23635
23636 2005-02-03 Lute Kamstra <lute@gnu.org>
23637
23638 * help-fns.el (help-with-tutorial): Make sure that users cannot
23639 remove the entire text of the tutorial by means of `undo'.
23640
23641 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
23642
23643 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
23644 in recent changes, where the ispell process was repeatedly
23645 killed & restarted.
23646
23647 * international/mule-cmds.el (set-locale-environment): Set file-name
23648 coding system to utf-8 on Darwin systems.
23649 (set-default-coding-systems): Don't set default-file-name-coding-system
23650 on Darwin systems.
23651
23652 2005-02-03 Richard M. Stallman <rms@gnu.org>
23653
23654 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
23655
23656 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
23657
23658 * faces.el (list-faces-display): Add optional argument.
23659
23660 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
23661
23662 * font-core.el (font-lock-default-function): Handle the rare case where
23663 only font-lock-keywords is set.
23664
23665 2005-02-02 Kenichi Handa <handa@m17n.org>
23666
23667 * international/characters.el: Cancel previous change for
23668 I-WITH-DOT-ABOVE and DOTLESS-i.
23669
23670 * international/latin-5.el: Cancel previous change.
23671
23672 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23673
23674 * progmodes/gud.el: Correction to syntax in gud-menu-map.
23675
23676 2005-02-02 Kenichi Handa <handa@m17n.org>
23677
23678 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
23679 DOTLESS-i.
23680
23681 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
23682 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
23683
23684 * case-table.el (get-upcase-table): New function.
23685 (copy-case-table): Copy upcaes table too if non-nil.
23686 (set-case-syntax-delims): Maintain upcase table too.
23687 (set-case-syntax-pair): Likewise.
23688 (set-upcase-syntax, set-downcase-syntax): New functions.
23689 (set-case-syntax): Maintain upcase table too.
23690
23691 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23692
23693 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
23694
23695 * progmodes/gud.el (gud-goto-info): New function.
23696 (gud-tool-bar-map): Use correct icon.
23697
23698 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23699
23700 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
23701 When delegating, order args in the funcall correctly.
23702
23703 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23704
23705 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
23706
23707 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
23708
23709 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
23710 buffer not visiting a file.
23711
23712 2005-01-31 Jay Belanger <belanger@truman.edu>
23713
23714 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
23715 bound on the line with the formula.
23716
23717 2005-01-31 Kim F. Storm <storm@cua.dk>
23718
23719 * ses.el (ses-create-cell-variable-range)
23720 (ses-destroy-cell-variable-range, ses-reset-header-string)
23721 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
23722 (ses-insert-row): Fix format of apply undo entries.
23723
23724 2005-01-31 Jay Belanger <belanger@truman.edu>
23725
23726 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
23727 parts.
23728
23729 * calc/calc-embed.el (calc-embedded-open-formula)
23730 (calc-embedded-close-formula): Ignore matrix environments.
23731
23732 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
23733 TeX mode.
23734
23735 * calc/calc-lang.el (math-function-table, math-oper-table)
23736 (math-variable-table): Adjust the LaTeX portions.
23737
23738 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
23739 (math-latex-ignore-words): New constant.
23740
23741 2005-01-31 Richard M. Stallman <rms@gnu.org>
23742
23743 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
23744 (ispell-local-dictionary): Doc fix.
23745 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
23746 Don't reinitialize at run time. Don't defcustom.
23747 All uses changed to append ispell-local-dictionary-alist,
23748 or check it first.
23749 (ispell-current-dictionary): New variable for dictionary in use.
23750 (ispell-dictionary): Now used only for global default.
23751 (ispell-start-process): Set ispell-current-dictionary,
23752 not ispell-dictionary.
23753 (ispell-change-dictionary): Use this only for setting
23754 user preferences.
23755 (ispell-internal-change-dictionary): New function
23756 to change the current dictionary in use.
23757 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
23758 Use ispell-current-dictionary.
23759 Handle ispell-local-dictionary-overridden.
23760 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
23761
23762 2005-01-31 Jay Belanger <belanger@truman.edu>
23763
23764 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
23765
23766 * calc/calc-ext.el: Add calc-latex-language to autoloads.
23767 (calc-mode-map): Add calc-latex-language.
23768
23769 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
23770 (math-latex-print-frac): New functions.
23771 (math-oper-table, math-function-table, math-variable-table)
23772 (math-complex-format, math-input-filter): Add latex properties.
23773 (calc-set-language): Set math-expr-special-function-mapping.
23774
23775 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
23776 (calc-write-parse-table-part): Add LaTeX support.
23777
23778 * calc/calc.el (calc-language): Adjust docstring.
23779 (calc-set-mode-line): Add LaTeX support.
23780 (math-expr-special-function-mapping): New variable.
23781 (math-tex-ignore-words): Add to list.
23782
23783 * calc/calccomp.el (math-compose-expr, math-compose-rows):
23784 Add LaTeX support.
23785 (math-compose-expr): Add support for special functions.
23786
23787 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
23788
23789 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
23790
23791 * progmodes/gdb-ui.el (gdb-memory-address)
23792 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
23793 (gdb-memory-mode-map, gdb-memory-format-keymap)
23794 (gdb-memory-format-menu, gdb-memory-unit-keymap)
23795 (gdb-memory-unit-menu): New variables for a buffer
23796 that lets the user examine program memory.
23797 (gdb-memory-set-address, gdb-memory-set-repeat-count)
23798 (gdb-memory-format-binary, gdb-memory-format-octal)
23799 (gdb-memory-format-unsigned, gdb-memory-format-signed)
23800 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
23801 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
23802 (gdb-memory-unit-word, gdb-memory-unit-halfword)
23803 (gdb-memory-unit-byte, gdb-memory-unit-menu)
23804 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
23805 (gdb-memory-mode, gdb-memory-buffer-name)
23806 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
23807 New functions for above buffer.
23808
23809 2005-01-30 Richard M. Stallman <rms@gnu.org>
23810
23811 * cus-edit.el (custom-bury-buffer): Function deleted.
23812 (custom-buffer-done-function): Option deleted.
23813 (custom-buffer-done-kill): New replacement option.
23814 (Custom-buffer-done): Call quit-window.
23815 (custom-buffer-create-internal): Update for above changes.
23816
23817 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
23818
23819 * simple.el (undo-ask-before-discard): New var.
23820 (undo-outer-limit-truncate): Implement it.
23821 (undo-extra-outer-limit): Doc update.
23822
23823 2005-01-29 Richard M. Stallman <rms@gnu.org>
23824
23825 * ses.el (undo-more): Delete defadvice.
23826 (ses-begin-change): Doc fix.
23827
23828 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
23829 instead of rebinding C-x u and C-_.
23830
23831 * files.el (normal-backup-enable-predicate): Return nil for files
23832 in /tmp, regardless of temporary-file-directory.
23833
23834 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
23835
23836 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
23837 (open-rectangle, delete-whitespace-rectangle-line)
23838 (clear-rectangle-line): If FILL, pass t instead of FILL
23839 for move-to-column's 2nd arg.
23840
23841 * simple.el (undo): Fix the test for continuing a series of undos.
23842 (undo-more): Set pending-undo-list to t when we reach end.
23843 (pending-undo-list): Move up defvar.
23844
23845 * wid-edit.el (widget-button-click):
23846 Shorten the range of the track-mouse binding.
23847
23848 * comint.el (comint-insert-input): Undo previous changes;
23849 use last-input-event in interactive spec.
23850
23851 2005-01-29 Eli Zaretskii <eliz@gnu.org>
23852
23853 * progmodes/compile.el (compilation-start): Bind buffer-read-only
23854 to nil before invoking call-process. Reset buffer's modified flag
23855 after fontifying it in the no-async branch.
23856
23857 * wid-edit.el (widget-specify-button): If mouse pointer shape
23858 cannot be changed, use mouse face instead.
23859
23860 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
23861
23862 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
23863 (gdb-goto-breakpoint): Make breakpoint handling work on template
23864 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
23865 (gdb-assembler-custom): Update to recognize breakpoint information
23866 added on 2005-01-19.
23867
23868 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23869
23870 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
23871 (dsssl-mode): Use define-derived-mode.
23872 (scheme-mode-initialize): Remove.
23873 (scheme-mode): Use run-mode-hooks.
23874
23875 * cus-edit.el (customize-group-other-window)
23876 (custom-buffer-create-other-window): Don't override special-display-*.
23877 (custom-mode-map): Make it dense.
23878
23879 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
23880 sets the default value.
23881
23882 2005-01-28 Eli Zaretskii <eliz@gnu.org>
23883
23884 * descr-text.el: Add more keywords.
23885
23886 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
23887
23888 * speedbar.el: Avoid unnecessary use of locate-library.
23889
23890 * international/mule-cmds.el (standard-display-european-internal):
23891 Don't fiddle with latin-1 non-break space any more since it's now
23892 special cased in the C code.
23893 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
23894
23895 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
23896
23897 * cus-start.el (all): Add `undo-outer-limit'.
23898
23899 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23900
23901 * textmodes/bibtex.el (bibtex-format-entry):
23902 Use `bibtex-empty-field-re' only on the text of fields, not on entire
23903 field lines.
23904 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
23905 not on part of a buffer.
23906
23907 2005-01-25 Lute Kamstra <lute@gnu.org>
23908
23909 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
23910 nonempty field text strings like "{letters\\macro{}more letters}".
23911 Clarify docstring.
23912 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
23913 (bibtex-entry-offset, bibtex-parse-association)
23914 (bibtex-parse-field-name): Fix typos in docstrings.
23915 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
23916
23917 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
23918
23919 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
23920 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
23921 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
23922 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
23923
23924 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
23925 isearch minor mode.
23926
23927 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
23928
23929 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
23930
23931 2005-01-24 Lute Kamstra <lute@gnu.org>
23932
23933 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
23934 CASECHARS and NOT-CASECHARS regular expressions of the
23935 "nederlands" and "nederlands8" dictionaries to prevent a "Range
23936 striding over charsets" error.
23937
23938 2005-01-24 Jay Belanger <belanger@truman.edu>
23939
23940 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
23941 display variable name.
23942
23943 2005-01-24 Kenichi Handa <handa@m17n.org>
23944
23945 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
23946 Fix setting of the element of encoded-kbd-iso2022-invocations.
23947
23948 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
23949
23950 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
23951 (gdb-threads-select): Change to also accept mouse events.
23952 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
23953 (gdb-threads-mouse-select): Delete.
23954
23955 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
23956
23957 * files.el (insert-directory): Take care of empty directory,
23958 listed without -a switch.
23959
23960 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
23961
23962 * textmodes/refill.el (refill-post-command-function):
23963 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
23964 to the list of functions that we should be careful not to undo.
23965 (refill-late-fill-paragraph-function): Remove.
23966 (refill-saved-state): New var.
23967 (refill-mode): Use it to save fill-paragraph-function.
23968 Save also the value of auto-fill-function.
23969
23970 * term/w32-win.el: Simplify code.
23971
23972 2005-01-23 Kim F. Storm <storm@cua.dk>
23973
23974 * simple.el (line-move): Adapt to new return value from
23975 pos-visible-in-window-p.
23976
23977 * simple.el (line-move): Fix last change. Check partial
23978 visibility at point rather than at window-start.
23979
23980 2005-01-22 Jason Rumney <jasonr@gnu.org>
23981
23982 * term/w32-win.el (xw-defined-colors): Remove debug-message.
23983
23984 2005-01-22 David Kastrup <dak@gnu.org>
23985
23986 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
23987
23988 2005-01-22 Eli Zaretskii <eliz@gnu.org>
23989
23990 * type-break.el (type-break-mode): Add a test for
23991 type-break-file-name being non-nil.
23992
23993 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
23994
23995 * net/eudc.el (top level): Call (message "") via progn, so that
23996 eudc-options-file is loaded.
23997
23998 2005-01-22 Kim F. Storm <storm@cua.dk>
23999
24000 * simple.el (line-move-1): Rename from line-move.
24001 (line-move): New function that adjusts vscroll for partially
24002 visible rows, and calls line-move-1 otherwise.
24003
24004 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24005
24006 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24007 since it's not a complete read-event implementation
24008
24009 2005-01-20 Jay Belanger <belanger@truman.edu>
24010
24011 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24012 for called function.
24013
24014 2005-01-20 Steven Tamm <steventamm@mac.com>
24015
24016 * term/mac-win.el (process-connection-type): Remove.
24017 Controlled now by s/darwin.h:PTY_ITERATION.
24018
24019 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24020
24021 * window.el (handle-select-window): Don't switch window when we're
24022 in the minibuffer.
24023
24024 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24025
24026 * subr.el (dotimes-with-progress-reporter): New macro.
24027
24028 * ses.el (ses-dotimes-msg): Remove macro.
24029 Use `dotimes-with-progress-reporter' instead.
24030
24031 2005-01-19 Steven Tamm <steventamm@mac.com>
24032
24033 * term/mac-win.el (process-connection-type): Use new
24034 operating-system-release variable to use ptys on Darwin 7 (OS X
24035 10.3) when using carbon build.
24036
24037 2005-01-19 Jay Belanger <belanger@truman.edu>
24038
24039 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24040 flags if the last command was a tab or M-tab.
24041
24042 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24043 in formula editing buffer.
24044
24045 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24046
24047 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24048 breakpoint image symbol in margin.
24049
24050 2005-01-19 Jay Belanger <belanger@truman.edu>
24051
24052 * calc/calc-prog.el (calc-execute-kbd-macro):
24053 Ignore calc-keep-arg-flag.
24054
24055 2005-01-19 Kenichi Handa <handa@m17n.org>
24056
24057 * textmodes/ispell.el (ispell-looking-at): New function.
24058 (ispell-process-line): Use ispell-looking-at to compare the ispell
24059 output and the buffer contents.
24060
24061 2005-01-18 Jay Belanger <belanger@truman.edu>
24062
24063 * calc/calc.el (calc-display-raw): Fix docstring.
24064
24065 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24066
24067 * simple.el (blink-matching-open): Strip extra info from syntax.
24068
24069 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24070 funny chars in the end-of-here-doc marker.
24071
24072 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24073
24074 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24075 that enable/disabled state of breakpoints is shown correctly in
24076 fringe and on ttys.
24077 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24078 Add breakpoint information as text properties.
24079 (gdb-mouse-toggle-breakpoint):
24080 Rename to gdb-mouse-set-clear-breakpoint.
24081 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24082 breakpoints in the margin.
24083 (gdb-remove-strings): Simplify.
24084
24085 2005-01-17 Jay Belanger <belanger@truman.edu>
24086
24087 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24088 erasing buffer.
24089
24090 2005-01-17 Richard M. Stallman <rms@gnu.org>
24091
24092 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24093 for calling grep-compute-defaults.
24094
24095 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24096 if buffer is empty.
24097
24098 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24099
24100 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24101
24102 * hilit-chg.el (highlight-changes-mode): Don't autoload.
24103
24104 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24105 non-preloaded variables.
24106
24107 2005-01-17 Steven Tamm <steventamm@mac.com>
24108
24109 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24110 tex-shell cause to force interactivity when using pipes.
24111
24112 2005-01-17 Kim F. Storm <storm@cua.dk>
24113
24114 * simple.el (just-one-space): Make arg optional.
24115
24116 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
24117
24118 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24119 posn-at-x-y to t to access left-margin.
24120
24121 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
24122
24123 Sync with Tramp 2.0.47.
24124
24125 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24126 catching keep-date problems in cp/scp operations.
24127 (tramp-handle-copy-file): Don't call `set-file-modes'
24128 unconditionally. Specialized functions should know better what is
24129 necessary. This improves performance a little bit, and the
24130 functions could catch errors with `cp -p' and `scp -p'.
24131 (tramp-do-copy-or-rename-file-via-buffer)
24132 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24133 when appropriate.
24134 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24135 Call `set-file-modes' when appropriate.
24136 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
24137 Johnsson <isak@hypergene.com>
24138 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24139 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24140 <joakim@verona.se>
24141 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24142 Emacs only.
24143
24144 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24145 `find-file-hooks' and `dired-mode-hook'.
24146 (tramp-minor-mode-map): Respective map. Add remapping for
24147 `compile' and `recompile'.
24148 (tramp-remap-command, tramp-recompile): New defuns.
24149 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24150 in buffer "*Compilation*". Call the commands asynchronously.
24151
24152 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24153 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24154 `shell-command', because it isn't magic in XEmacs. Reported by
24155 Adrian Aichner <adrian@xemacs.org>.
24156
24157 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24158 `substitute-in-file-name.
24159 (tramp-smb-handle-substitute-in-file-name): New defun.
24160 (tramp-smb-advice-PC-do-completion): Delete advice.
24161
24162 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24163
24164 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24165 Fix error in deleting region.
24166
24167 2005-01-15 Richard M. Stallman <rms@gnu.org>
24168
24169 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24170 In non-temp buffer, switch syntax table temporarily.
24171
24172 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24173
24174 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24175
24176 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24177
24178 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24179 (imenu--generic-function): Use START, not BEG, as pos of definition.
24180
24181 * simple.el (just-one-space): Argument specifies number of spaces.
24182
24183 * simple.el (eval-expression-print-format): Avoid warning
24184 about edebug-active.
24185
24186 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24187
24188 * progmodes/sh-script.el: Code copied from make-mode.el
24189 with small changes,
24190 (sh-mode-map): Bind C-c C-\.
24191 (sh-backslash-column, sh-backslash-align): New variables.
24192 (sh-backslash-region, sh-append-backslash): New functions.
24193
24194 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24195
24196 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24197 (rmail-pop-password, rmail-pop-password-required): Move to
24198 rmail-obsolete group.
24199 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24200 All callers updated.
24201 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24202 Take an argument specifying whether it is POP or IMAP mailbox we
24203 are using. All callers updated.
24204 (rmail-pop-password-error): Rename to
24205 rmail-remote-password-error. Added mailutils-specific error message.
24206 (rmail-movemail-search-path)
24207 (rmail-movemail-variant-in-use): New variables.
24208 (rmail-remote-password, rmail-remote-password-required):
24209 New customization variables.
24210 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24211 (rmail-parse-url): New function.
24212 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24213 with GNU mailutils movemail.
24214
24215 2005-01-15 Kevin Ryde <user42@zip.com.au>
24216
24217 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24218 suffix to space, $ or '$, to correctly position point when going
24219 to @table style constants like DBL_MAX.
24220
24221 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24222
24223 * type-break.el (type-break-mode, type-break-file-time)
24224 (type-break-file-keystroke-count, type-break-choose-file):
24225 Don't store data in or load data from the file if type-break-file-name
24226 is nil.
24227 (type-break-file-name): Doc update as per the above.
24228
24229 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24230
24231 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24232 lookup-key might return nil; handle that.
24233
24234 2005-01-15 Alan Mackenzie <acm@muc.de>
24235
24236 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24237 rather than the element found, thus enabling the tree to be setcar'd.
24238
24239 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24240
24241 * textmodes/org.el (org-show-following-heading): New option.
24242 (org-show-hierarchy-above): Use `org-show-following-heading'.
24243 (org-cycle): Documentation fix.
24244
24245 * textmodes/org.el (orgtbl-optimized): New option
24246 (orgtbl-mode): New command, a minor mode.
24247 (orgtbl-mode-map): New variable.
24248 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24249 (orgtbl-error, orgtbl-self-insert-command)
24250 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24251
24252 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24253 a local variable in each org-mode buffer.
24254
24255 * textmodes/org.el (org-set-regexps-and-options): Rename from
24256 `org-set-regexps'. Added checking for STARTUP keyword.
24257 (org-get-current-options): Add STARTUP options.
24258 (org-table-insert-row): Make mode intelligent about when
24259 realignment is needed.
24260 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24261 New commands.
24262 (org-enable-table-editor): New default value `optimized'.
24263 (org-table-blank-field): Support blanking regions if active.
24264
24265 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24266
24267 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24268 if the year is not given.
24269
24270 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24271 Add new escapes %m and %M, fixed bug with %F by adding
24272 save-match-data.
24273 (reftex-reference): Remove ?. from list of spaces.
24274 (reftex-label-info): Add automatic label prefix recognition.
24275
24276 * textmodes/reftex-index.el (reftex-index-next-phrase):
24277 Add slave parameter to call of `reftex-index-this-phrase'.
24278 (reftex-index-this-phrase): New optional argument.
24279 (reftex-index-region-phrases): Add slave parameter to call of
24280 `reftex-index-this-phrase'.
24281 (reftex-display-index): New argument redo.
24282 (reftex-index-rescan): Add `redo' to arguments of
24283 `reftex-display-index'.
24284 (reftex-index-Rescan, reftex-index-revert)
24285 (reftex-index-switch-index-tag): Add `redo' to arguments of
24286 `reftex-display-index'.
24287 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24288 indexing. Fix bug with matching is there is a quote before or
24289 after the word.
24290
24291 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24292 Fix bug when collecting citation keys in lines with comments.
24293 (reftex-citation): Prefix argument no longer rescans the document,
24294 but forces prompting for optional arguments of cite macros.
24295 (reftex-do-citation): Prompting for optional arguments implemented.
24296
24297 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24298 Add optional arguments to most cite commands.
24299 (reftex-cite-cleanup-optional-args): New option
24300 (reftex-cite-prompt-optional-args): New option.
24301 (reftex-trust-label-prefix): New option.
24302
24303 * textmodes/reftex-toc.el (reftex-toc-find-section):
24304 Add push-mark before changing the position in the buffer.
24305
24306 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24307 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24308
24309 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
24310
24311 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24312 more carefully.
24313
24314 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
24315
24316 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24317 (sgml-mode): Use it.
24318 (sgml-get-context): Better keep track of implicitly closed tags.
24319
24320 2005-01-13 Kenichi Handa <handa@m17n.org>
24321
24322 * textmodes/ispell.el: These changes are to fix misalignment error
24323 caused by equivalent characters of different Emacs charsets.
24324 (ispell-unified-chars-table): New variable.
24325 (ispell-get-decoded-string): New function.
24326 (ispell-get-casechars, ispell-get-not-casechars)
24327 (ispell-get-otherchars): Call ispell-get-decoded-string.
24328
24329 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24330
24331 * custom.el (custom-declare-variable): Just put symbol instead
24332 of (defvar . symbol) in `current-load-list'.
24333
24334 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
24335
24336 * emacs-lisp/elint.el: Fixed typo in Commentary section.
24337
24338 2005-01-12 Jay Belanger <belanger@truman.edu>
24339
24340 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24341 to create a Calc summary.
24342
24343 2005-01-12 Kim F. Storm <storm@cua.dk>
24344
24345 * mouse.el (mouse-on-link-p): Change functionality and doc
24346 string to comply with latest description in lisp ref.
24347
24348 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
24349
24350 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24351 Enable mouse clicks on mode-line, header-line and margin.
24352 (event-type): Give mouse event symbols an `event-kind' property
24353 with value `mouse-click'.
24354
24355 2005-01-12 Juri Linkov <juri@jurta.org>
24356
24357 * facemenu.el (list-colors-display): Add new arg buffer-name.
24358 Use it. Fix docstring. Replace code for identifying duplicate
24359 colors by the name with call to `list-colors-duplicates' which
24360 identifies duplicate colors by the value unless the color
24361 is one of special Windows colors. Set truncate-lines to t.
24362 Print sorted duplicate color names on each line. Indent to 22
24363 \(the longest color name in rgb.txt) instead of 20. Optimize.
24364 (list-colors-duplicates): New function.
24365 (facemenu-color-name-equal): Delete function.
24366
24367 * facemenu.el (list-colors-print): New function created from code
24368 in list-colors-display. Print #RRGGBB at the window right edge.
24369 (list-colors-display): When temp-buffer-show-function is not
24370 defined, call list-colors-print from temp-buffer-show-hook
24371 to get the right value of window-width in list-colors-print
24372 after the buffer is displayed.
24373
24374 * simple.el (pop-mark): Move deactivate-mark out of conditional
24375 part to deactivate the active mark regardless of the state of the
24376 mark ring.
24377
24378 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24379 variables line in desktop files.
24380
24381 2005-01-12 Juri Linkov <juri@jurta.org>
24382
24383 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24384 Bring together isearch highlight related options.
24385 (lazy-highlight): Replace group `replace' by `matching'.
24386 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24387 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24388 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24389 and declare them obsolete.
24390 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24391 (isearch-faces): Remove defgroup.
24392 (isearch-overlay, isearch-highlight, isearch-dehighlight):
24393 Move isearch highlighting code closer to lazy highlighting code.
24394
24395 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24396 (query-replace-highlight, query-replace-lazy-highlight)
24397 (query-replace): Move definitions to the beginning of the file.
24398
24399 2005-01-11 Juri Linkov <juri@jurta.org>
24400
24401 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24402 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24403 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24404
24405 * info.el (Info-history-forward): New variable.
24406 (Info-select-node): Reset Info-history-forward to nil.
24407 (Info-last): Turn into defalias.
24408 (Info-history-back): Rename from Info-last.
24409 Add current node to Info-history-forward.
24410 (Info-history-forward): New fun.
24411 (Info-mode-map): Replace Info-last by Info-history-back.
24412 Bind Info-history-forward to "r".
24413 (Info-mode-menu): Replace Info-last by Info-history-back.
24414 Fix menu item text. Add menu item for Info-history-forward.
24415 (info-tool-bar-map): Replace Info-last by Info-history-back.
24416 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
24417 for Info-history-forward.
24418 (Info-mode): Replace Info-last by Info-history-back in docstring.
24419 Add local variable Info-history-forward.
24420 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24421
24422 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
24423
24424 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24425 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24426 Ignore select-window events rather than fiddle with
24427 mouse-autoselect-window.
24428
24429 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
24430
24431 * type-break.el (type-break-mode): Fix previous change.
24432
24433 2005-01-10 Jay Belanger <belanger@truman.edu>
24434
24435 * calc/calc-ext.el (calc-reset): Reset when inside embedded
24436 calculator; only reset when point is inside a calculator.
24437 Don't adjust the window height if the window takes up the whole height
24438 of the frame.
24439
24440 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
24441
24442 * ebuff-menu.el (Electric-buffer-menu-mode):
24443 Preserve value of buffer-local var header-line-format.
24444
24445 2005-01-09 Jay Belanger <belanger@truman.edu>
24446
24447 * calc/calc.el (calc-mode-var-list-restore-saved-values):
24448 Make sure settings file exists before accessing it.
24449
24450 * calc/calc-embed.el (calc-embedded-subst):
24451 Replace math-multi-subst-rec, which is only supposed to be called
24452 by math-multi-subst, by math-multi-subst.
24453
24454 2005-01-09 Andre Spiegel <spiegel@gnu.org>
24455
24456 * vc.el (vc-allow-async-revert): New user option.
24457 (vc-disable-async-diff): New internal variable.
24458 (vc-revert-buffer): Use them to disable asynchronous diff.
24459
24460 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24461 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24462 asynchronously if vc-disable-async-diff is t.
24463
24464 2005-01-09 Jay Belanger <belanger@truman.edu>
24465
24466 * calc/calc.el (defcalcmodevar): New macro.
24467 (calc-mode-var-list-restore-default-values)
24468 (calc-mode-var-list-restore-saved-values): New functions.
24469 (calc-mode-var-list): Use defcalcmodevar to define it.
24470 (calc-always-load-extensions, calc-line-numbering)
24471 (calc-line-breaking, calc-display-just, calc-display-origin)
24472 (calc-number-radix, calc-leading-zeros, calc-group-digits)
24473 (calc-group-char, calc-point-char, calc-frac-format)
24474 (calc-prefer-frac, calc-hms-format, calc-date-format)
24475 (calc-float-format, calc-full-float-format, calc-complex-format)
24476 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24477 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24478 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24479 (calc-matrix-brackets, calc-language, calc-language-option)
24480 (calc-left-label, calc-right-label, calc-word-size)
24481 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24482 (calc-display-raw, calc-internal-prec, calc-angle-mode)
24483 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24484 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24485 (calc-window-height, calc-display-trail, calc-show-selections)
24486 (calc-use-selections, calc-assoc-selections)
24487 (calc-display-working-message, calc-auto-why, calc-timing)
24488 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24489 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24490 (calc-gnuplot-default-device, calc-gnuplot-default-output)
24491 (calc-gnuplot-print-device, calc-gnuplot-print-output)
24492 (calc-gnuplot-geometry, calc-graph-default-resolution)
24493 (calc-graph-default-resolution-3d, calc-invocation-macro)
24494 (calc-show-banner): Use defcalcmodevar to declare them and set
24495 their default values.
24496
24497 * calc/calc-ext.el (calc-reset): Restore saved values of variables
24498 instead of default values (but restore default values if there is
24499 an argument of 0).
24500
24501 2005-01-09 David Kastrup <dak@gnu.org>
24502
24503 * desktop.el (desktop-restore-eager): Fix typo in type.
24504
24505 2005-01-08 Richard M. Stallman <rms@gnu.org>
24506
24507 * cus-edit.el (customize): Delete :link.
24508
24509 2005-01-08 Jay Belanger <belanger@truman.edu>
24510
24511 * calc/calc.el (calc-mode): Remove the extension from the
24512 `calc-settings-file' file name when loading it.
24513
24514 2005-01-08 Kim F. Storm <storm@cua.dk>
24515
24516 * info.el (Info-mode-map, Info-next-link-keymap)
24517 (Info-prev-link-keymap, Info-up-link-keymap):
24518 Map follow-link to mouse-face.
24519 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24520
24521 2005-01-08 Jay Belanger <belanger@truman.edu>
24522
24523 * calc/calc.el (calc-settings-file): Change default value.
24524 Suggested by cgw in a comment in calc-mode.el.
24525
24526 * calc/calc-mode.el (calc-settings-file-name):
24527 Compare calc-settings-file to user-init-file instead of ~/.emacs.
24528 Replace ~/.emacs in a prompt by calc-settings-file.
24529
24530 2005-01-07 Lars Hansen <larsh@math.ku.dk>
24531
24532 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24533 (desktop-lazy-idle-delay): New customizable variables.
24534 (desktop-buffer-args-list): New variable.
24535 (desktop-append-buffer-args): New function.
24536 (desktop-save): Call desktop-append-buffer-args for some buffers.
24537 (desktop-lazy-create-buffer): New function.
24538 (desktop-idle-create-buffers): New function.
24539 (desktop-read): Add message about buffers to restore lazily.
24540 (desktop-lazy-abort): New command.
24541 (desktop-clear): Call desktop-lazy-abort.
24542 (desktop-lazy-complete): New command.
24543
24544 2005-01-06 Richard M. Stallman <rms@gnu.org>
24545
24546 * emacs-lisp/find-func.el (find-face-definition):
24547 Rename from find-face.
24548
24549 2005-01-06 Kim F. Storm <storm@cua.dk>
24550
24551 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24552
24553 * man.el (Man-xref-man-page, Man-xref-header-file)
24554 (Man-xref-normal-file): Add follow-link property.
24555
24556 2005-01-06 Jay Belanger <belanger@truman.edu>
24557
24558 * calc/calc-units.el: Make sure the proper macro definitions are
24559 available when compiling.
24560
24561 2005-01-06 Juri Linkov <juri@jurta.org>
24562
24563 * isearch.el (isearch-lazy-highlight-update):
24564 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24565
24566 2005-01-06 Miles Bader <miles@gnu.org>
24567
24568 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24569 (isearch-lazy-highlight-face): Use new name.
24570
24571 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
24572
24573 * uniquify.el (uniquify-rationalize-file-buffer-names):
24574 Re-add an interactive spec.
24575 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24576 to the same name.
24577
24578 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24579 (isearch-update, isearch-done): Adjust calls accordingly.
24580
24581 2005-01-05 Richard M. Stallman <rms@gnu.org>
24582
24583 * custom.el (custom-set-variables, custom-theme-set-variables):
24584 Clarify documentation.
24585
24586 * emacs-lisp/find-func.el (find-variable)
24587 (find-variable-other-window, find-variable-other-frame):
24588 Fix the TYPE args to find-function-read and find-function-do-it.
24589 (find-function): Doc fix.
24590 (find-function-at-point): Replace function-at-point alias.
24591
24592 2005-01-04 Richard M. Stallman <rms@gnu.org>
24593
24594 * cus-face.el (custom-declare-face):
24595 Record defface in current-load-list.
24596
24597 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24598
24599 * emacs-lisp/find-func.el: Doc fixes.
24600 (find-face-regexp): New variable.
24601 (find-function-regexp-alist): New variable.
24602 (find-function-C-source): Third arg is now TYPE.
24603 (find-function-search-for-symbol): Handle general TYPE.
24604 (find-function-read, find-function-do-it): Handle general TYPE.
24605 (find-definition-noselect, find-face): New functions.
24606 (function-at-point): Alias deleted.
24607
24608 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
24609
24610 * battery.el (display-battery-mode): Rename from display-battery.
24611 Handle the case where it gets turned off.
24612
24613 2005-01-04 Richard M. Stallman <rms@gnu.org>
24614
24615 * cus-edit.el (customize): Make :link point to user doc.
24616
24617 * man.el (Man-fontify-manpage): Turn off undo generation.
24618
24619 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
24620
24621 2005-01-04 Andreas Schwab <schwab@suse.de>
24622
24623 * files.el (insert-directory): Only look for error lines in
24624 inserted text. Don't move too far after processing --dired markers.
24625
24626 2005-01-04 Richard M. Stallman <rms@gnu.org>
24627
24628 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24629 Don't expand if the character is @, period, dash, etc.
24630 (define-mail-abbrev): Quote names that contain problem characters.
24631
24632 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
24633
24634 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
24635
24636 2005-01-03 Richard M. Stallman <rms@gnu.org>
24637
24638 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
24639 (query-replace-highlight, query-replace-lazy-highlight)
24640 (query-replace): Definitions moved up. Doc fix.
24641
24642 2005-01-03 Richard M. Stallman <rms@gnu.org>
24643
24644 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
24645 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24646 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24647 (lazy-highlight-face): Rename from isearch-lazy-...
24648 Change all references to them.
24649
24650 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
24651
24652 * cus-edit.el (custom-file): Doc fix for defcustom.
24653 (custom-file): The function no longer sets the variable
24654 `custom-file' to its return value.
24655
24656 * startup.el (command-line): No longer load `custom-file'.
24657
24658 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24659
24660 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
24661
24662 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
24663 Don't confuse module-prefixed identifiers for labels.
24664 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
24665
24666 2005-01-02 Richard M. Stallman <rms@gnu.org>
24667
24668 * files.el (basic-save-buffer-1): Fix previous change.
24669
24670 * loadhist.el (file-loadhist-lookup): New function.
24671 (file-provides, file-requires): Use it.
24672
24673 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
24674 instead of calculating the right size.
24675
24676 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24677
24678 * vc-svn.el (vc-svn-diff): Stay local if possible.
24679
24680 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
24681
24682 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
24683
24684 * files.el (hack-local-variables): Fix last change.
24685
24686 2005-01-02 Jay Belanger <belanger@truman.edu>
24687
24688 * calc/calc-yank.el (calc-edit-top): New variable.
24689 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
24690 object. Change header properties.
24691 (calc-edit-finish, calc-edit-finish-stack-object)
24692 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
24693 edited object.
24694 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
24695 for the beginning of the edited object.
24696 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
24697 for the beginning of the edited object.
24698 * calc/calc-prog.el (calc-edit-macro-finish-edit)
24699 (calc-finish-formula-edit, calc-macro-repeats)
24700 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
24701 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
24702 beginning of the edited object.
24703 (calc-user-define-edit): Change the header for editing macros.
24704 Remove unnecessary variable.
24705
24706 2005-01-01 Jay Belanger <belanger@truman.edu>
24707
24708 * calc/calc-yank.el (calc-edit-mode): Change default header.
24709 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
24710 * calc/calc-store.el (calc-edit-variable): Change title to match new
24711 header.
24712 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
24713 mode to match new header.
24714 (calc-user-define-edit): Change titles to include names of commands.
24715 (calc-finish-formula-edit): Adjust to handle new header.
24716 (calc-finish-macro-edit): Remove.
24717 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
24718 (calc-edit-macro-command, calc-edit-macro-command-type)
24719 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
24720 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
24721 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
24722 (calc-edit-macro-finish-edit): New functions.
24723 (calc-user-define-edit): Use new functions to edit named calc macros.
24724
24725 2005-01-01 Stefan <monnier@iro.umontreal.ca>
24726
24727 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
24728
24729 * ses.el (copy-region-as-kill): Deactivate mark.
24730
24731 2005-01-01 Richard M. Stallman <rms@gnu.org>
24732
24733 * replace.el (occur-1): If the output buffer is also an input,
24734 don't kill it, rename it.
24735
24736 * faces.el (set-face-background, set-face-foreground): Doc fix.
24737
24738 * cus-face.el (custom-face-attributes): Fix :help-echo strings
24739 for :foreground and :background.
24740
24741 * dired.el (dired-view-command-alist): Variable deleted.
24742 (dired-view-file, dired-mouse-find-file-other-window):
24743 Delete the code to use it.
24744
24745 2005-01-01 Kim F. Storm <storm@cua.dk>
24746
24747 * image.el (insert-sliced-image): Use t for line-height property.
24748
24749 See ChangeLog.11 for earlier changes.
24750
24751 ;; Local Variables:
24752 ;; coding: iso-2022-7bit
24753 ;; End:
24754
24755 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
24756 Copying and distribution of this file, with or without modification,
24757 are permitted provided the copyright notice and this notice are preserved.
24758
24759 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1