(edebug-display): Don't go to edebug-outside-buffer if it is dead.
[emacs.git] / lisp / ChangeLog
blobb6f925e27cf29f28017b1973075774190dcd7387
1 2007-03-28  Richard Stallman  <rms@gnu.org>
3         * emacs-lisp/edebug.el (edebug-display): Don't go to
4         edebug-outside-buffer if it is dead.
6 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
8         * view.el (view-mode): Fix typos in docstring.
10 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
12         * recentf.el (recentf-save-file): Add a custom :set function.
14 2007-03-28  Glenn Morris  <rgm@gnu.org>
16         * complete.el (PC-do-completion-end): New variable.
17         (partial-completion-mode) <choose-completion-string-functions>:
18         Use PC-do-completion-end in the non-minibuffer case to replace the
19         correct amount of text.
20         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
21         (PC-lisp-complete-symbol): Give marker the after-insertion type,
22         to deal with improvements inserted after point.
24 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26         * button.el (make-text-button): Add explicit `button' property.
27         (default-button): Don't put a `button' property on it.
29         * progmodes/python.el (python-mode): Skip comments when parsing.
31         * vc-arch.el (vc-with-current-file-buffer): New macro.
32         (vc-arch-file-source-p): Use it to avoid infloop.
34 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
36         * emacs-lisp/lisp.el (lisp-complete-symbol):
37         Fix call to get-buffer-window to find windows in other frames.
39 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
41         * comint.el (comint-proc-query, comint-dynamic-list-completions):
42         Fix calls to get-buffer-window to find windows in other frames.
43         Reported by David Hansen <david.hansen@gmx.net>.
45 2007-03-27   Kevin Ryde  <user42@zip.com.au>
47         * info.el (Info-display-images-node): On a text-only terminal,
48         show the "text" or "alt" parts of the image blobs.
50 2007-03-27  Glenn Morris  <rgm@gnu.org>
52         * complete.el (PC-do-completion): Compute completion-base-size in
53         the non-filename case, rather than setting to nil.
54         (PC-lisp-complete-end): New variable.
55         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
56         original end in a series of consecutive invocations.
58         * calendar/calendar.el (calendar-mode-hook): Declare it.
60         * calendar/diary-lib.el (diary-live-p): Do not check for
61         diary-selective-display.
63 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
65         * replace.el (occur-next-error): *Occur* might not be displayed in the
66         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
68 2007-03-26  Richard Stallman  <rms@gnu.org>
70         * textmodes/flyspell.el (flyspell-large-region):
71         Use ispell-call-process-region.
73 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
75         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
76         Use prin1 instead of princ.
78 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
80         * faces.el (face-set-after-frame-default): Revert 2007-03-10
81         change.  Merge in X resources before global face.
83         * progmodes/compile.el (compilation-start):
84         Save compilation-directory rather than default-directory as local var.
85         (compilation-directory): Mark as safe local var.
87         * files.el: Don't mark default-directory as a safe local var.
89 2007-03-25  Alan Mackenzie  <acm@muc.de>
91         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
92         * progmodes/cc-engine.el: Fix typo.
94 2007-03-25  Juri Linkov  <juri@jurta.org>
96         * compare-w.el (compare-windows): Rename customization group
97         `compare-w' to `compare-windows'.
98         (compare-windows-whitespace, compare-ignore-whitespace)
99         (compare-ignore-case, compare-windows-sync)
100         (compare-windows-sync-string-size, compare-windows-recenter)
101         (compare-windows-highlight, compare-windows): Change group name in
102         the `group' tag from `compare-w' to `compare-windows'.
103         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
105 2007-03-24  Markus Triska  <markus.triska@gmx.at>
107         * expand.el: Change example to always enable abbrev-mode,
108         and remove redundant `function'.
109         (expand-abbrev-hook): Add autoload cookie.
111 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
113         * emacs-lisp/testcover.el (testcover-start, testcover-end)
114         (testcover-mark-all, testcover-unmark-all): Add prompts to
115         interactive specs.
117 2007-03-24  Jason Rumney  <jasonr@gnu.org>
119         * autorevert.el (find-file-hook, auto-revert-tail-mode):
120         Use file size in bytes for auto-revert-tail-pos not characters.
122 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
124         * vc-rcs.el (vc-rcs-annotate-command):
125         Set text property :vc-annotate-prefix on the annotation text.
126         (vc-rcs-annotate-time): Instead of searching for ": ",
127         search for end of text propertized with :vc-annotate-prefix.
129 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
131         * whitespace.el (top level): Remove calls putting
132         permanent-local nil property since these are no-ops.
134         * man.el (Man-support-local-filenames): Assure that
135         default-directory exists when doing call-process.
137 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
139         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
140         Fix omission bug: Use m4-program-options to construct shell command.
142 2007-03-23  David Kastrup  <dak@gnu.org>
144         * progmodes/cc-mode.el (c-make-emacs-variables-local):
145         Use `mapcar' rather than `mapcan' to silence compiler warning.
147 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
149         * textmodes/reftex.el, textmodes/reftex-vars.el,
150         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
151         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
152         * textmodes/reftex-index.el, textmodes/reftex-global.el,
153         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
154         * textmodes/reftex-auc.el: Add maintainer address.
156 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
158         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
159         Make sure that `global-font-lock-mode' does not turn on font-lock
160         in these buffers.
162 2007-03-21  Kim F. Storm  <storm@cua.dk>
164         * xt-mouse.el (xt-mouse-epoch): New variable.
165         (xterm-mouse-event): Use float-time.
167 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
169         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
170         current-time.
172 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
174         * complete.el (read-file-name-internal): Don't add the final > if the
175         completion is not finished (re-application of this patch, which was
176         accidentally undone by Eli).
178 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
180         * emulation/viper.el (viper-non-hook-settings): Handle mouse
181         clicks in describe-key and describe-key-briefly advice a little better.
183 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
185         * server.el (server-process-filter): Cancel any pending isearch.
187 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
189         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
190         (icalendar--get-unfolded-buffer): Define actual arguments rather
191         than just using &rest.  Check replace-in-string is fbound.
192         (icalendar-import-buffer): Doc fix.
193         (icalendar--convert-ical-to-diary): Set diary-file.
194         Check diary-file before inserting final newline.
195         (icalendar--add-diary-entry): Return diary-file.
197 2007-03-21  Glenn Morris  <rgm@gnu.org>
199         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
200         (diary-display-hook): Add custom :set function.
202         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
203         Add custom :set function.
204         (diary-header-line-format): Doc fix.
205         (diary-set-maybe-redraw): New function.
206         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
207         (diary-list-entries): Always run diary-mode.
209 2007-03-20  David Kastrup  <dak@gnu.org>
211         * files.el (magic-mode-alist): Require literal "%!PS" string for
212         magic postscript file detection.
214 2007-03-20  Richard Stallman  <rms@gnu.org>
216         * textmodes/ispell.el (ispell-call-process): New function.
217         Defends against bad `default-directory.'
218         (ispell-check-version, ispell-find-aspell-dictionaries)
219         (ispell-get-aspell-config-value, lookup-words): Call it.
220         (ispell-call-process-region): New function.
221         (ispell-send-string): Call it.
223 2007-03-20  Andreas Schwab  <schwab@suse.de>
225         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
226         (finder-data): Likewise.
227         (autoloads): Likewise.
229 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
231         * files.el (basic-save-buffer): Do not set visited filename when
232         the corresponding directory does not exist or the specified
233         filename is that of an existing directory.
235 2007-03-20  Glenn Morris  <rgm@gnu.org>
237         * calendar/diary-lib.el (diary-live-p): New function.
238         (number-of-diary-entries): Add a :set function to redisplay diary
239         when necessary.
241 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
243         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
244         from client program, mev, to compute mouse event.
246 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
248         * faces.el (momentary): Face removed; unused due to reversion of
249         2007-01-04 changes by Kevin Rodgers.
251         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
252         Suggested by Johan Bockg\e,Ae\e(Brd.
254 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
256         * font-lock.el (lisp-font-lock-keywords-1):
257         Highlight define-globalized-minor-mode as a keyword.
259 2007-03-19  Kim F. Storm  <storm@cua.dk>
261         * calc/calc-forms.el (math-std-daylight-savings)
262         (math-std-daylight-savings-old): Doc fix.
264 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
266         * progmodes/python.el (python-default-template): Doc fix.
267         (python-buffer): Fix typo in docstring.
269         * isearchb.el (isearchb-follow-char):
270         * subr.el (def-edebug-spec): Fix typo in docstring.
272 2007-03-19  Richard Stallman  <rms@gnu.org>
274         * files.el (default-directory): Mark safe.
275         (basic-save-buffer-2): Put proper dir name in error message.
277         * simple.el (compose-mail): Run switch-function after
278         setting up the mail buffer.
280         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
282 2007-03-18  Jay Belanger  <belanger@truman.edu>
284         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
285         (math-std-daylight-savings-new): Rename from
286         `math-std-daylight-savings'.
287         (math-std-daylight-savings-old): Rename from old value of
288         `math-std-daylight-savings'.
289         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
290         `math-std-daylight-savings-old' depending on the year.
292 2007-03-18  Detlev Zundel  <dzu@gnu.org>
294         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
295         zero-width regexps as invalid but rather at least count them correctly.
297 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
299         * net/tls.el (open-tls-stream): In handshake-waiting loop,
300         don't wait more if there is output available to process.
302 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
304         * progmodes/compile.el (compilation-find-file): Revert change
305         from 2006-07-18 to allow completion of directory names.
306         Reported by John Carter <john.carter@tait.co.nz>.
308 2007-03-18  Kim F. Storm  <storm@cua.dk>
310         * subr.el (when, unless): Doc fix.
312 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
314         * net/tls.el (tls-program): Doc fix.
316 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
318         * autorevert.el (auto-revert-tail-handler):
319         Call after-revert-hook.
321 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
323         * simple.el (switch-to-completions): No error if search for \n\n fails.
325 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
327         * simple.el (line-move-1):
328         Respect `inhibit-line-move-field-capture' property.
330 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
332         * comint.el (comint-arguments): Mark backslash-escaped chars.
333         (comint-delim-arg): Don't treat them as delimiters.
335 2007-03-12  Kim F. Storm  <storm@cua.dk>
336         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
338 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
340         * tempo.el (tempo-insert): Deal with 'r> if it appears
341         specified with a prompt argument.
343 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
345         * textmodes/org.el (org-set-font-lock-defaults):
346         Handle narrow table columns correctly.
348 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
350         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
351         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
352         Return to use of the -no-properties variants.  There was
353         consensus on emacs-devel that the speed of these variants was
354         prefered since we are usually parsing files (from the internet
355         or on disk) instead of XML created in Emacs.
357         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
358         Add customize option.
360 2007-03-12  Glenn Morris  <rgm@gnu.org>
362         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
363         North American rule.  Replace "daylight savings" with "daylight
364         saving" in doc.
366         * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
367         * calendar/lunar.el,solar.el: Replace "daylight savings" with
368         "daylight saving" in text.
370         * woman.el (woman-change-fonts): Tweak previous change by using
371         woman-request-regexp rather than "^\\.".
373         * startup.el (command-line-1): Make insertion of
374         initial-scratch-message not depend on scratch being selected.
376 2007-03-11  Juri Linkov  <juri@jurta.org>
378         * replace.el (match): Use yellow background on light-bg terminals.
380 2007-03-11  Richard Stallman  <rms@gnu.org>
382         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
383         Correctly compute line number.
385 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
387         * type-break.el (type-break-get-previous-count):
388         Repeat previous change here.
390 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
392         * progmodes/grep.el (grep-find-ignored-directories):
393         Add .git and .bzr to list.
395 2007-03-11  Andreas Schwab  <schwab@suse.de>
397         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
399 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
401         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
403 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
405         * faces.el (face-set-after-frame-default): Recalculate face
406         customizations after applying X resources.
408 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
410         * net/rcirc.el (rcirc-timeout-seconds): New variable.
411         (rcirc-keepalive-seconds): Remove variable.
412         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
413         (rcirc-process, rcirc-user-disconnect): New variables.
414         (rcirc-connect): Initalize new variables.
415         (rcirc-keepalive): Don't send keepalive pings before connection
416         is completed.
417         (rcirc-sentinel): Do mark all channels with activity when
418         connection is dropped.  Run hook with process buffer local.
419         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
420         (rcirc-buffer-process): Return value of rcirc-process if
421         rcirc-server-buffer is nil.
422         (rcirc-server-name): Return the reported server name.
423         (rcirc-update-prompt): Simplify computation of the server name.
424         (rcirc-format-response-string): Likewise.
425         (rcirc-handler-001): Mark server as connected, record the reported
426         server name, and schedule a timeout.
427         (rcirc-track-nick): Add a spec for the tty class.
428         (rcirc-user-non-nick): Remove function.
429         (rcirc-nick-prefix-chars): Add variable.
430         (rcirc-user-nick): Use above variable.
432 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
434         * icomplete.el (icomplete-tidy, icomplete-exhibit):
435         Bind deactivate-mark to nil.
437 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
439         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
440         that buffer contents get erased during completion.
442 2007-03-10  Glenn Morris  <rgm@gnu.org>
444         * woman.el (woman-change-fonts): Add a hack to deal with
445         font-escape followed by "." at start of a line.
446         (woman2-IP): Add a hack to deal with consecutive requests.
447         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
449 2007-03-10  Alan Mackenzie  <acm@muc.de>
451         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
453 2007-03-09  Richard Stallman  <rms@gnu.org>
455         * abbrev.el (abbrev): Add `provide'.
457 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
459         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
461 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
463         * complete.el (PC-try-completion): New function.
464         (PC-do-completion, read-file-name-internal): Use it instead of
465         try-completion.
467 2007-03-08  Alan Mackenzie  <acm@muc.de>
469         Remove stale tokens from `c-found-types' cache.
471         * progmodes/cc-mode.el (c-unfind-enclosing-token)
472         (c-unfind-coalesced-tokens, c-before-change): New functions.
473         (c-maybe-stale-found-type): New variable.
475         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
476         (c-trim-found-types): New functions.
478 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
480         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
481         (debug-ignored-errors): Add entry from smerge-match-conflict.
483 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
485         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
486         special help topics for keywords.
487         (idlwave-help-assistant-command): Include ".exe" for ms-dos
488         etc. Assistant command.
490 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
492         * replace.el (occur-engine): Move buffer-undo-list binding...
493         (occur-1): ...to here.
495         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
497         * simple.el (minibuffer-completing-symbol): New var.
498         (eval-expression): Use it.
499         (completion-setup-function): Don't bind completion-base-size when
500         completing a symbol in the minibuffer.
502 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
504         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
505         tries to start a second session in graphical mode.
507 2007-03-07  Miles Bader  <miles@gnu.org>
509         * international/isearch-x.el
510         (isearch-process-search-multibyte-characters):
511         Strip text-properties from PROMPT to avoid an error from read-string.
513 2007-03-07  Kim F. Storm  <storm@cua.dk>
515         * complete.el (PC-bindings): Remap lisp-complete-symbol to
516         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
518 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
520         * complete.el (PC-do-completion): Delete duplicates in the list of
521         possible completions.
523 2007-03-07  Glenn Morris  <rgm@gnu.org>
525         * ses.el (ses-mode): Doc fix.
527 2007-03-06  Kim F. Storm  <storm@cua.dk>
529         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
531 2007-03-06  Kenichi Handa  <handa@m17n.org>
533         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
535 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
537         * simple.el (completion-setup-function): Improve last fix so it doesn't
538         set it to a relative directory name either.
540 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
542         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
544 2007-03-05  Richard Stallman  <rms@gnu.org>
546         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
548         * files.el (find-file-noselect): No error if file no longer exists.
549         Display a message and avoid other questions.
551 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
553         * pcomplete.el (pcomplete-show-completions): Improve last change, so
554         as not to use an invisible window and to create a window if none exist.
556         * progmodes/python.el (python-send-command): Restart proc if necessary.
557         (python-proc): Simplify.
559 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
561         * pcomplete.el (pcomplete-show-completions): Search all frames for
562         completions buffer.
564 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
566         * cus-edit.el (customize-save-variable): Clear customized-value
567         property (saved values are now put in theme-value property).
568         (customize-set-variable): Doc fix.
570         * complete.el (PC-do-completion): If completion-ignore-case is
571         non-nil, replace field with completion string before exiting.
573 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
575         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
576         Append its extension to the resulting temporary file name.
577         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
579         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
580         (tramp-smb-handle-write-region): Apply it.
582 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
584         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
585         Redo previous change.
587 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
589         * diff-mode.el (diff-mode): Doc fix.
591 2007-03-05  Kenichi Handa  <handa@m17n.org>
593         * international/characters.el: Set category `l' (latin)
594         for more characters.
596 2007-03-04  Kim F. Storm  <storm@cua.dk>
598         * emacs-lisp/authors.el (authors-aliases): Add alias.
600 2007-03-04  Glenn Morris  <rgm@gnu.org>
602         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
603         all when switching major mode.
604         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
605         (hs-block-start-mdata-select, hs-block-end-regexp)
606         (hs-forward-sexp-func, hs-adjust-block-beginning):
607         Do not make these variables permanent-local.
609 2007-03-04  Richard Stallman  <rms@gnu.org>
611         * progmodes/cperl-mode.el (cperl-mode):
612         Modify cperl-compilation-error-regexp-alist by appending.
614         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
615         (edebug-mode): Add the hook.
616         (edebug-recursive-edit): Remove the hook on exiting.
618         * type-break.el (type-break-get-previous-time):
619         Handle end-of-file errors specially
620         so they don't get reported wrong in .emacs.
622         * startup.el (fancy-splash-text): Clarify text.
624         * simple.el (beginning-of-buffer, end-of-buffer):
625         Avoid treating plain C-u like numeric arg.
627         * simple.el (completion-setup-function): Don't set
628         default-directory to nil.
630         * shell.el (shell-dirstack-query): Doc fix.
632         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
633         Don't select the window -- pass it to primitives instead.
635         * faces.el (minibuffer-prompt): Use medium blue by default.
637 2007-03-04  David Kastrup  <dak@gnu.org>
639         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
640         Preserve 16 as default value for "seconds" when customizing.
642 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
644         * textmodes/org.el (org-self-insert-command)
645         (orgtbl-self-insert-command, org-delete-char)
646         (org-delete-backward-char): Set the `flyspell-delayed' property.
648 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
650         * international/mule.el (find-auto-coding): Don't search for
651         line-ending characters past the end of the tail.
653 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
655         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
656         Jump to the line where new score has been uploaded.
658         * play/tetris.el (tetris-move-bottom, tetris-move-left)
659         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
660         Do nothing when the game is paused.
662 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
664         * textmodes/org.el (org-set-tags): Prevent slipping of point
665         during completion.
667 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
669         * isearch.el (isearch-message-prefix):
670         Use minibuffer-prompt-properties.
672 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
674         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
675         (ps-setup): Print which Emacsen is running ps-print package.
677 2007-03-01  Stuart Herring  <herring@lanl.gov>  (tiny change)
679         * files.el (set-auto-mode-0): Use `indirect-function'.
680         (hack-one-local-variable): Don't reapply current major mode.
682 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
684         * progmodes/python.el (python-quote-syntax): Don't bother with
685         syntax-ppss-context.
686         (python-fill-paragraph): Make sure that fenced-string delimiters that
687         stand on their own line stay there
689 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
691         * replace.el (perform-replace): Propertize message.
693 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
695         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
696         invisible heading.
698 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
700         * net/tramp.el (tramp-file-name-handler): Revert last change.
702 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
704         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
705         Correct doc strings.
707 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
709         * replace.el (perform-replace): Undo forward-char immediately if
710         non-adjacent search fails.
712 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
714         * version.el (emacs-major-version, emacs-minor-version):
715         string-to-int -> string-to-number.
717 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
719         * help.el (where-is): Fail gracefully when not passed a command.
721 2007-02-28  Stuart Herring  <herring@lanl.gov>  (tiny change)
723         * find-lisp.el (find-lisp-default-directory-predicate):
724         Fix bug: Do symlink check on expanded filename.
726 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
728         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
729         changes during replacement.
730         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
732 2007-02-28  Lars Hansen  <larsh@soem.dk>
734         * desktop.el: Delete header line listing me as maintainer.
736 2007-02-28  Glenn Morris  <rgm@gnu.org>
738         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
739         the menus case.
741 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
743         * net/tramp.el (tramp-file-name-handler): Inhibit modification
744         hooks to avoid confusion when combining after-change calls.
746 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
748         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
749         now that pgg-gpg-process-region correctly honors passed-in passphrase.
750         (allout-distinctive-bullets-string): Add info about bullet conventions.
751         (allout-mode): Add info about distinctive vs plain bullets.
753 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
755         * textmodes/org.el (org-archive-subtree): Quote variable name.
756         (org-agenda-get-todos): Make sure skip properties are checked correctly.
758 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
760         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
761         (gud-bashdb-command-name, bashdb): Remove.
762         (gud, gud-menu-map): Remove references to bash/bashdb.
764 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
766         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
767         keyword for Python 2.5.
769 2007-02-26  Romain Francoise  <romain@orebokech.com>
771         * net/net-utils.el (whois-server-tld): Update server for .org.
772         (whois-server-list): Add whois.publicinterestregistry.net.
773         (whois-guess-server): Fix formatting in docstring.
775 2007-02-26  Kim F. Storm  <storm@cua.dk>
777         * mouse.el (mouse-show-mark): Run hooks and perform command
778         remapping for mouse-region-delete-keys.
780 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
782         * font-core.el (font-lock-mode): Doc fix.
784 2007-02-25  Kim F. Storm  <storm@cua.dk>
786         * ido.el (ido-buffer-internal): Set this-command to fallback command.
787         Add selected buffer to buffer-name-history.
788         (ido-file-internal): Set this-command to fallback command.
789         Add file names to file-name-history.
791         * emacs-lisp/map-ynp.el (map-y-or-n-p):
792         Apply minibuffer-prompt-properties.
794 2007-02-25  Andreas Schwab  <schwab@suse.de>
796         * files.el (hack-one-local-variable-eval-safep): Correct handling
797         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
799 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
801         * textmodes/org.el (org-table-overlay-coordinates)
802         (org-table-toggle-coordinate-overlays): New functions.
803         (org-table-overlay-coordinates, org-table-coordinate-overlays):
804         New variables.
805         (org-startup-with-deadline-check): Remove option.
806         (org-mode): Remove deadline check on startup.
807         (org-table-limit-column-width): Remove option.
808         (org-table-formula-numbers-only): Remove option.
809         (org-link-style, org-link-format): Remove options.
810         (org-select-agenda-window, org-fit-agenda-window): Remove options.
811         (org-export-ascii-show-new-buffer)
812         (org-export-html-show-new-buffer): Remove options.
813         (org-activate-links): Remove camel option.
814         (org-file-link-context-use-camel-case): Remove option.
815         (org-camel-regexp): Remove variable.
816         (org-activate-camels): Remove function.
817         (org-store-link): Remove Camel stuff.
818         (org-make-org-heading-camel): Remove function.
819         (org-open-at-point): Remove camel stuff.
820         (org-link-search): Remove camel stuff.
821         (org-camel-to-words): Function removed.
822         (org-get-agenda-file-buffer): Make sure we prepare the base
823         buffers, not any indirect buffers.
824         (org-sort-entries): Sort top-level when not on a headline, and no
825         active region.
826         (org-in-regexp): New function.
827         (org-search-not-self): Rename from `org-search-not-link'.
828         (org-open-link-marker): New variable.
829         (org-open-at-point): Set `org-open-link-marker'.
830         (org-print-icalendar-entries): Fixe bug with excluding DONE
831         entries from the exported list.
832         (org-edit-formula-lisp-indent): New command.
833         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
834         (orgtbl-to-latex, orgtbl-insert-radio-table)
835         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
836         (orgtbl-radio-table-templates): New option.
837         (org-store-link-props):
838         (org-remember-templates): More possibilities to insert info
839         into templates.
840         (org-remember-apply-template): Make use of the extended
841         template capabilities.
842         (org-remember-redo-template): New command.
843         (org-upgrade-old-links)
844         (org-table-modify-formulas, org-table-replace-in-formulas)
845         (org-table-find-dataline)
846         (org-table-get-vertical-vector): Remove functions.
847         (org-table-remove-rectangle-highlight)
848         (org-time-stamp-format, org-toggle-log-option)
849         (org-table-highlight-rectangle)
850         (org-table-iterate, org-table-make-reference):
851         (org-translate-time, org-tree-to-indirect-buffer)
852         (org-table-field-info, org-table-fix-formulas)
853         (org-table-force-dataline, org-table-get-descriptor-line)
854         (org-table-get-range)
855         (org-skip-comments, org-sort)
856         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
857         (org-table-current-dline, org-table-current-field-formula)
858         (org-table-edit-backward-field)
859         (org-table-edit-formulas-post-command)
860         (org-table-edit-line-down, org-table-edit-line-up)
861         (org-agenda-archive)
862         (org-agenda-clock-cancel)
863         (org-agenda-clock-out, org-agenda-list-stuck-projects)
864         (org-agenda-open-link, org-agenda-show-new-time)
865         (org-agenda-skip-subtree-when-regexp-matches)
866         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
867         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
868         (org-do-sort, org-file-image-p, org-find-overlays)
869         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
870         (org-highlight-until-next-command, org-isearch-end)
871         (org-match-any-p, org-next-link, org-previous-link):
872         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
873         (org-rewrite-old-row-references)
874         (org-isearch-post-command)
875         (org-table-edit-move, org-table-edit-next-field)
876         (org-table-edit-scroll, org-table-edit-scroll-down)
877         (org-set-frame-title, org-show-reference)
878         (org-unhighlight-once, org-verify-change-for-undo): New functions.
879         (org-show-variable): Remove command.
880         (org-add-log-maybe): New arguments STATE, FINDPOS
881         (org-table-sort-lines): Rewrite from scratch.
882         (org-link-search): New argument AVOID-POS.
883         (org-print-icalendar-entries): Remove argument CATEGORY.
884         (org-run-agenda-series): Remove argument WONDOW.
885         (org-next-link, org-previous-link): New commands.
886         (org-agenda-date-format): New option.
887         (org-table-iterate): New command.
888         (org-table-modify-formulas)
889         (org-table-replace-in-formulas): Remove functions.
890         (org-table-fix-formulas): New function.
891         (org-table-insert-column, org-table-delete-column)
892         (org-table-move-column): Use `org-table-fix-formulas'.
893         (org-follow-gnus-link): Patch from Bastien/Leo.
894         (org-table-current-field-formula): New function.
895         (org-file-image-p): New function.
896         (org-agenda-show-new-time): New function.
897         (org-agenda-date-later): Call `org-agenda-show-new-time'.
898         (org-with-remote-undo): New macro.
899         (org-agenda-undo): New command.
900         (org-verify-change-for-undo): New function.
901         (org-time-stamp-format): New function.
902         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
903         by user.
904         (org-match-any-p): New function.
905         (org-make-tags-matcher): Handle regular expressions for tag and
906         todo matches.
907         (org-read-date): Accept "+N" as input for a date relative to the
908         current date.
909         (org-remove-subtree-entries-from-agenda): New function.
910         (org-agenda-archive, org-agenda-kill):
911         Use `org-remove-subtree-entries-from-agenda'.
912         (org-do-sort, org-sort-entries): New functions.
913         (org-sort): New command.
914         (org-table-sort-lines): Use `org-do-sort'.
915         (org-fix-decoded-time): New function.
916         (org-table-number-regexp): Require 0x... to identify as number
917         in tables.
918         (org-startup-options): New keywords for note taking.
919         (org-upgrade-old-links): Remove function.
920         (org-get-repeat): New function.
921         (org-show-context): Also show siblings on current level.
922         (org-show-siblings): New function.
923         (org-isearch-end, org-isearch-post-command): New functions.
924         (org-show-siblings): New option.
925         (org-show-context): Use `org-show-siblings'.
926         (org-table-maybe-recalculate-line): No longer require `calc-eval'
927         to be bound, because user may just use elisp.
929 2007-02-24  Kim F. Storm  <storm@cua.dk>
931         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
932         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
934 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
936         * startup.el (command-line): Also check if the abbrev file is readable.
938 2007-02-24  John Paul Wallington  <jpw@pobox.com>
940         * net/tls.el (tls-certtool-program): Fix custom type.
942         * mail/feedmail.el (feedmail-message-id-generator)
943         (feedmail-date-generator): Fix custom types.
945         * mail/rmail.el (rmail-message-filter): Fix custom type.
947 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
949         * startup.el (command-line): If simple.el cannot be found, proceed
950         with a warning message.
952 2007-02-24  Kenichi Handa  <handa@m17n.org>
954         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
955         case that BEG is a string.
957 2007-02-24  Chris Moore  <dooglus@gmail.com>
959         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
960         * pgg-pgp.el (pgg-pgp-encrypt-region):
961         * pgg-gpg.el (pgg-gpg-encrypt-region):
962         Check pgg-encrypt-for-me if no other recipients.
964 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
966         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
968         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
969         shell-quote-argument.
971 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
973         * comint.el (comint-read-input-ring): Use comint-input-ring-size
974         from the comint buffer instead of the temporary one.
976 2007-02-23  David Reitter  <david.reitter@gmail.com>
978         * cus-edit.el (custom-save-all): Canonicalize custom-file before
979         storing it in recentf-exclude.
981 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
983         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
984         in splash screen.
986 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
988         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
989         commands, for restart.
990         (idlwave-shell-current-module): Fix handling of module name by type.
991         (idlwave-shell-break-in): Update type handling.
992         (idlwave-shell-bp-get): Encode type in BP structure.
993         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
994         (idlwave-shell-module-source-query): Query routine info based on type.
995         Fix path parsing for non-compiled files.
996         (idlwave-shell-module-source-filter): Don't signal error in filter
997         if no source found.
998         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
999         filter race.
1001 2007-02-22  Kim F. Storm  <storm@cua.dk>
1003         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1004         (editable-field): Document need to put some text before the %v
1005         escape in :format string.
1007 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1009         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1010         (vc-svn-use-edit): Remove unused config var.
1011         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1013         * outline.el (hide-sublevels): Keep empty last line, if available.
1015         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1016         rather than the corresponding unicode char, to make the code
1017         more readable.
1019 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
1021         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1022         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1023         (speedbar-item-info-tag-helper): Doc fixes.
1025 2007-02-19  Kenichi Handa  <handa@m17n.org>
1027         * international/mule-cmds.el (locale-language-names):
1028         Map "eo" to "Esperanto".
1030         * language/european.el ("Esperanto"): New language environment.
1032 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1034         * simple.el (kill-line): Doc fix.
1036 2007-02-17  Kim F. Storm  <storm@cua.dk>
1038         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1039         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1040         (bindat--unpack-group, bindat--pack-group):
1041         Handle vectors with optional element type.
1043 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
1045         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1046         if PASSPHRASE is given.
1048 2007-02-17  Chris Moore  <dooglus@gmail.com>
1050         * jka-cmpr-hook.el (jka-compr-compression-info-list):
1051         Recognize backups of bz2 compressed files.
1053 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
1055         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1056         to nil to speed up lookup of the symbol in index nodes.
1058 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1060         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1061         Add indentation for the constants of Lisp.
1063 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1065         * ps-print.el: Use (defvar <foo>) where applicable.
1066         (ps-print-emacs-type): Remove.
1067         (ps-x-frame-property, ps-e-frame-parameter): Remove.
1068         (ps-frame-parameter): Align its call-convention with frame-parameter.
1069         (ps-begin-job): Adjust calls to it appropriately.
1070         (ps-setup): Don't print ps-print-emacs-type.
1071         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1072         Define in such a way that it's obvious that it's defined.
1073         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1074         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1075         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1077 2007-02-15  Alan Mackenzie  <acm@muc.de>
1079         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1080         an empty one-line C-style comment, post-position point properly.
1082 2007-02-15  Chris Moore  <dooglus@gmail.com>
1084         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1085         (isearch-lazy-highlight-new-loop): Bind it.
1086         (isearch-lazy-highlight-search): Use it.
1088         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1090 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1092         * font-lock.el (font-lock-extend-region-wholelines):
1093         Only return non-nil if the region has really been changed.
1094         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1096 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
1098         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1099         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1100         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1102 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
1104         * faces.el (color-values): Revert changes to docstring from
1105         2007-01-31 and 2000-09-07.
1107         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1108         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1109         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1110         (ispell-help): Fix typos in docstring and output message.
1112 2007-02-14  Kim F. Storm  <storm@cua.dk>
1114         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1115         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1116         (grep): Fix lgrep reference.
1118         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1119         (standard-display-underline): Use make-glyph-code.
1121         * descr-text.el (describe-char): Use glyph-char and glyph-face.
1123         * international/latin1-disp.el (latin1-display-char):
1124         Use make-glyph-code.
1126 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
1128         * ehelp.el (with-electric-help, electric-help-exit)
1129         (electric-help-retain): Doc fixes.
1131         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1132         (byte-compile-file): Doc fixes.
1134 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1136         * term/mac-win.el: Change all uses of
1137         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1138         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1139         (mac-ae-get-url): Call select-frame-set-input-focus.
1140         (mac-dnd-handle-drag-n-drop-event): Don't call
1141         select-frame-set-input-focus.
1143 2007-02-13  Kenichi Handa  <handa@m17n.org>
1145         * international/characters.el: Fix documentation of category `a'.
1147 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
1149         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1151 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
1153         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1154         (tramp-get-remote-ln): Handle error case.
1155         Reported by Chris Moore <dooglus@gmail.com>.
1157 2007-02-11  Kim F. Storm  <storm@cua.dk>
1159         * bindings.el (ctl-x-map): Remove register compatibility bindings
1160         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1162 2007-02-11  Richard Stallman  <rms@gnu.org>
1164         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1165         in load history.
1167         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1168         condition -- don't fail to stop at endpos.
1170 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
1172         * textmodes/org.el (org-agenda-get-todos)
1173         (org-agenda-get-timestamps, org-agenda-get-closed)
1174         (org-agenda-get-deadlines, org-agenda-get-scheduled)
1175         (org-agenda-get-blocks, org-format-agenda-item)
1176         (org-agenda-change-all-lines, org-scan-tags): Rename text property
1177         from `category' to `org-category'.
1179 2007-02-11  Kenichi Handa  <handa@m17n.org>
1181         * international/titdic-cnv.el (titdic-convert): Force files be written
1182         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
1183         (miscdic-convert): Force files be written with Unix-like eol format.
1185 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
1187         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1189         * calculator.el (calculator-prompt): Doc fix.
1190         (calculator-mode-map): Fix typo in menu entry.
1192 2007-02-10  Jay Belanger  <belanger@truman.edu>
1194         * calculator.el (calculator): Do more extensive checking for when
1195         3 lines should be used for the calculator.
1197 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
1199         * info-look.el (info-lookup-make-completions):
1200         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1201         index nodes.
1203         * info.el (Info-fontify-maximum-menu-size): Document the effect
1204         of a nil value.
1205         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1206         non-nil before using it as size.
1208 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
1210         * subr.el (insert-for-yank-1): Prevent read-only properties from
1211         interfering with text property operations.
1213         * image-mode.el (image-mode): Revert 2007-01-30 changes.
1215         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1216         (image-type-auto-detected-p): Fail if another match is found in
1217         auto-mode-alist.
1219         * files.el (magic-mode-alist): Call image-mode instead of
1220         image-mode-maybe for autodetected images.
1222 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
1224         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1225         Fix typos in docstrings.
1226         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1228 2007-02-09  Kim F. Storm  <storm@cua.dk>
1230         * emacs-lisp/float-sup.el: Remove obsolete comment.
1232 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1234         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1236 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
1238         * simple.el: Revert previous change, at request of RMS:
1239         (fundamental-mode-hook): Remove.
1240         (fundamental-mode): Run after-change-major-mode-hooks manually,
1241         and don't run the now-nonexistent fundamental-mode-hook.
1243 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
1245         * simple.el (fundamental-mode-hook): Declare new hook.
1246         (fundamental-mode): Run the new dedicated hook, and don't run
1247         after-change-major-mode-hooks manually anymore.
1249 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1251         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
1252         added columns of chars.  Remove support for the "no-meta-info" format.
1253         Prompted by Romain Francoise <romain@orebokech.com>.
1255 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
1257         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
1258         (gdb-mouse-until, gdb-mouse-jump): Use it.
1260 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
1262         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
1263         work when there is just an assembler buffer (no source buffer).
1265 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
1267         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
1268         just because the diff was produced using "-p" (--show-c-function).
1270 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
1272         * faces.el (frame-set-background-mode): Use `color-values' and
1273         `display-color-p', not `x-color-values' and `x-display-color-p'.
1274         (face-valid-attribute-values): Use `defined-colors' instead of
1275         `x-defined-colors'.
1277 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1279         * ps-print.ps: The ps-print commands without face printing should not
1280         print background color.  Reported by Leo <sdl.web@gmail.com>.
1281         (ps-print-version): New version 6.7.3.
1282         (ps-begin-job): New arg.  Fix ps-default-background and
1283         ps-default-foreground initialization.
1284         (ps-face-attributes): Fix doc string.
1285         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
1287         * printing.el: Fix ps-print link.
1289 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
1291         * faces.el (face-set-after-frame-default): Compile attributes to
1292         be set by frame parameters before merging in X resources.
1294 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
1296         * simple.el (blink-matching-paren-dont-ignore-comments):
1297         (blink-matching-paren-on-screen): Doc fixes.
1299 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
1301         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
1303 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
1305         * loadhist.el (unload-feature): Silently ignore `load-history' entries
1306         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
1307         entries like `defun'.  Return nil.
1309 2007-02-05  Kim F. Storm  <storm@cua.dk>
1311         * ido.el: Doc fixes.
1313 2007-02-04  David Kastrup  <dak@gnu.org>
1315         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
1316         `mpuz-allow-double-multiplicator' is non-zero, and correct
1317         calculation of `min'.
1319 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
1321         * wid-edit.el (widget-default-create): Insert new text at the
1322         :from marker _after_ the marker, not before it.
1324 2007-02-04  Alan Mackenzie  <acm@muc.de>
1326         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
1327         containing it is re-indented.
1329 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
1331         * net/newsticker.el (newsticker--insert-image): Update docstring,
1332         and insert the image directly.
1333         (newsticker--buffer-redraw): Update docstring.
1335         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1336         Rename from define-global-minor-mode.
1338         * progmodes/cwarn.el (global-cwarn-mode):
1339         * emacs-lisp/autoload.el (make-autoload):
1340         * hi-lock.el (global-hi-lock-mode):
1341         * font-core.el (global-font-lock-mode): All callers changed.
1343 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
1345         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
1346         Don't copy @ignore lines into menu descriptions.
1347         (texinfo-multi-file-update): Goto the @node line before attempting
1348         to pluck the node name.
1349         (texinfo-multiple-files-update): Reverse the optional arguments'
1350         order, as per the doc string and the `interactive' form.
1352 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
1354         * image-mode.el: Use autoload to avoid overriding disabled setting
1355         applied in .emacs.
1357 2007-02-03  Alan Mackenzie  <acm@muc.de>
1359         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
1360         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
1361         adjacent paren groups).
1363 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1365         * progmodes/ebnf2ps.el: Doc fixes.
1366         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
1368 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
1370         * dired-x.el (dired-do-relsymlink): Add reference to
1371         dired-do-symlink.  Add an autoload cookie.
1373         * dired-aux.el (dired-do-symlink): Add reference to
1374         dired-do-relsymlink.
1376 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
1378         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
1379         <left-fringe mouse-3>: New bindings.
1381 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
1383         * newsticker.el (newsticker-version): Changed to "1.10".
1384         (newsticker--set-customvar): Doc string.
1385         (newsticker-new-item-face): Doc string.
1386         (newsticker-mode): Initialize `invisibility-spec' with t.
1387         (newsticker-mode-map): Added
1388         `newsticker-mark-all-items-at-point-as-read'.
1389         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
1390         (newsticker-w3m-show-inline-images): Do not call
1391         `w3m-remove-image'.
1392         (newsticker--buffer-after-w3m-insert-image): New advice for
1393         w3m-insert-image to cache images.
1394         (newsticker-next-item-same-feed): New.
1395         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
1396         (newsticker-mark-all-items-of-feed-as-read): New.
1397         (newsticker-mark-all-items-at-point-as-read): Use new functions.
1398         (newsticker-mark-item-at-point-as-read): Doc string.
1399         (newsticker-mark-item-at-point-as-read): Use new functions.
1400         (newsticker--do-mark-item-at-point-as-read): New, extracted from
1401         `newsticker-mark-item-at-point-as-read'.
1402         (newsticker-hide-entry): Use (t) instead of t for invisibility.
1403         (newsticker--sentinel): Yet another xml-parser workaround.
1404         (newsticker--decode-iso8601-date): Bugfix for datestrings without
1405         days.
1406         (newsticker--buffer-do-insert-text): Fix.
1407         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
1408         (newsticker--buffer-make-item-completely-visible):
1409         `switch-to-buffer' not necessary.
1411 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
1413         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
1414         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
1415         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
1416         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
1417         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
1419 2007-02-02  Kenichi Handa  <handa@m17n.org>
1421         * international/quail.el (quail-show-key): Fix an error message.
1423 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
1425         * faces.el (set-face-underline-p, modify-face): Rename arg
1426         UNDERLINE-P to UNDERLINE (it is not a flag).
1428 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
1430         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
1431         when adding gdb-speedbar-update to gdb-input-queue.
1433 2007-02-01  Kenichi Handa  <handa@m17n.org>
1435         * international/quail.el (quail-show-key): Signal an error if the
1436         current input method is not using Quail.
1438 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
1440         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
1441         Trim leading whitespace in sysvar names.
1443 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
1445         * faces.el (internal-find-face, internal-get-face): Doc fixes.
1447 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
1449         * ido.el (ido-set-common-completion): Use `let', not `let*'.
1451 2007-01-31  Romain Francoise  <romain@orebokech.com>
1453         * comint.el: Delete extra copy of `comint-copy-old-input' added in
1454         previous change to this file.
1456 2007-01-31  Jason Rumney  <jasonr@gnu.org>
1458         * files.el (magic-mode-alist): Use image-mode-maybe rather than
1459         image-mode.
1461         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
1462         interfering with attempt to set major mode from modified
1463         auto-mode-alist.
1465 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
1467         * faces.el (color-values): Doc fix.
1468         (face-differs-from-default-p): Don't check :foreground twice.
1470 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
1472         * comint.el (comint-mode): Prevent non-keyword fontification by default.
1474 2007-01-31  Kenichi Handa  <handa@m17n.org>
1476         * international/quail.el (quail-store-decode-map-key): Store a
1477         translated character too.
1478         (quail-char-equal-p): New function.
1479         (quail-find-key1): Check character equality by quail-char-equal-p.
1480         (quail-decode-map-generated): New variable.
1481         (quail-find-key): Check quail-decode-map-generated and re-generate
1482         a decode map if necessary.
1484 2007-01-30  Richard Stallman  <rms@gnu.org>
1486         * tutorial.el (tutorial--detailed-help): Make the list of
1487         changed keys look nicer.
1489 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
1491         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
1492         (gdb-var-delete): Use it.
1493         (gdb-var-update-handler-1): Handle value "invalid" for MI field
1494         `in_scope'.
1496 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
1498         * files.el (get-free-disk-space): Return nil for remote directories.
1500         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
1501         instead of "dir".
1503 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
1505         * type-break.el (type-break-catch-up-event): New function.
1506         (type-break-demo-hanoi, type-break-demo-life)
1507         (type-break-demo-boring): Use it.
1509         * image-mode.el (image-mode): Don't automatically view as image.
1510         (image-toggle-display): Add `disabled' property.
1512 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1514         * isearchb.el (isearchb-iswitchb):
1515         * ps-print.el (ps-build-face-reference):
1516         * emacs-lisp/shadow.el (list-load-path-shadows):
1517         * eshell/esh-cmd.el (eshell-rewrite-for-command):
1518         * international/mule.el (find-auto-coding):
1519         * mail/supercite.el (sc-attrib-selection-list):
1520         * progmodes/cc-defs.el (c-emacs-features):
1521         * progmodes/cc-vars.el (c-offsets-alist):
1522         * progmodes/flymake.el
1523         (flymake-init-create-temp-source-and-master-buffer-copy):
1524         Fix typos in docstrings (some suggested by Chris Moore).
1526         * progmodes/vhdl-mode.el (vhdl-components-package-name)
1527         (vhdl-get-library-unit, vhdl-corresponding-begin)
1528         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
1529         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
1530         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
1531         (vhdl-font-lock-match-item): Fix typos in docstrings.
1532         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
1533         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
1534         (vhdl-speedbar-insert-project-hierarchy):
1535         Improve argument/docstring consistency.
1537 2007-01-29  Kenichi Handa  <handa@m17n.org>
1539         * international/titdic-cnv.el (py-converter): Fix previous change.
1541 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
1543         * jka-compr.el (jka-compr-partial-uncompress)
1544         (jka-compr-call-process): Rebind default-directory if it is
1545         invalid.  Suggested by Chris Moore.
1547         * comint.el (comint-insert-input): Handle situation where the
1548         selected buffer is not the clicked buffer.
1550 2007-01-29  Kenichi Handa  <handa@m17n.org>
1552         * international/ja-dic-cnv.el (skkdic-convert):
1553         Add byte-compile-disable-print-circle:t at the head.
1555         * international/titdic-cnv.el (tit-process-header):
1556         Add byte-compile-disable-print-circle:t at the head.
1557         (miscdic-convert): Likewise.
1558         (py-converter): Skip the header comments.
1560         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
1561         New variable.
1562         (byte-compile-output-file-form): Bing print-circle to nil if
1563         byte-compile-output-file-form is not nil.
1564         (byte-compile-output-docform): Likewise.
1566 2007-01-28  Kim F. Storm  <storm@cua.dk>
1568         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
1569         Declare earlier to avoid byte compiler warnings.
1571 2007-01-28  Markus Triska  <markus.triska@gmx.at>
1573         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
1575 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
1577         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
1578         (gamegrid-add-score-with-update-game-score-1): Allow local quits
1579         when calling update-game-score program.  Remove unnecessary
1580         save-excursion.
1582         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
1584 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
1586         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
1587         avoid compiler warning.
1588         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
1589         might have values other than "true" or "false".
1591 2007-01-28  Richard Stallman  <rms@gnu.org>
1593         * textmodes/fill.el (fill-paragraph-function): Doc fix.
1594         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
1596         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
1598         * image.el (image-type-header-regexps): Make GIF regex more specific.
1600         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
1601         Don't check `backspace'.
1602         (tutorial--find-changed-keys): Look up bindings in a temp buffer
1603         in Fundamental mode.
1605         * startup.el (fancy-splash-text, normal-splash-screen):
1606         Mention C-g.
1608         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
1609         when inserting in buffer.
1611         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
1612         inside the if.
1614 2007-01-27  Richard Stallman  <rms@gnu.org>
1616         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
1618 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
1620         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
1621         enum/union/struct/class definition.
1622         Revert change to call `forward-sexp' multiple times.
1624 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
1626         * files.el (hack-local-variables-confirm): Don't keep trying to
1627         read an event from an empty kbd macro.
1629 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1631         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
1633 2007-01-27  Ben North  <ben@redfrontdoor.org>
1635         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
1636         the arg CHILDREN -> WHICH.
1638 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
1640         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
1641         default-directory to a sane value when calling start-process.
1643 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1645         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
1646         (ls-lisp-format-time-list): Doc fix.  Mention
1647         ls-lisp-use-localized-time-format.
1648         (ls-lisp-format-time): Use ls-lisp-format-time-list if
1649         ls-lisp-use-localized-time-format is non-nil, even if a valid
1650         locale is defined.
1652 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
1654         * jka-compr.el (jka-compr-shell): Doc fix.
1656         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
1658 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1660         * ps-print.ps: Fix background height.
1661         (ps-print-version): New version 6.7.2.
1663 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
1665         * makefile.w32-in (finder-data, custom-deps): Depend on
1666         $(lisp)/loaddefs.el.
1668 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1670         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
1672 2007-01-24  Miles Bader  <miles@gnu.org>
1674         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
1675         (byte-compile-output-docform): Bind `print-circle' to t.
1677 2007-01-24  Kenichi Handa  <handa@m17n.org>
1679         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
1680         file name of the original SKK dictionary file.
1682 2007-01-24  Kim F. Storm  <storm@cua.dk>
1684         * ido.el (ido-initial-position): New variable.
1685         (ido-read-internal): Set it if default item is specified.
1686         (ido-minibuffer-setup): Position cursor accordingly if set.
1687         (ido-edit-input): C-e moves to end of input if not already there.
1688         (ido-magic-backward-char): C-b does like M-b if prev char is /.
1689         Don't switch to buffer mode if repeating C-b at start of input.
1690         (ido-toggle-ignore): C-a only toggles ignore at start or end of
1691         input; else it moves to start of input.
1692         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
1693         not at end of input, delete rest of input, rather than normal op.
1695 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1697         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
1699         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
1700         of message.  Activate mark.
1701         (ediff-activate-mark): Set transient-mark-mode to t.
1703         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
1705 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
1707         * help-fns.el (describe-variable): Don't suppress display of
1708         buffer local value when the value is "large".
1710 2007-01-22  Kim F. Storm  <storm@cua.dk>
1712         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
1713         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
1714         (ido-tidy): Use ido-active.
1716 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
1718         * hexl.el (hexl-mode-exit): Add missing quote.
1720 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1722         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
1723         (mac-ae-keyboard-modifiers): New function.
1724         (mac-handle-toolbar-switch-mode): Use it.
1725         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
1726         if keyboard modifiers on drop contain option key.
1727         (mac-dnd-drop-data): Add optional argument `action'.
1728         (special-event-map): Remove binding for M-drag-n-drop.
1730 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
1732         * add-log.el (add-log-current-defun): Use CC Mode functions to
1733         find the beginning and end of a defun.
1735 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1737         * progmodes/gdb-ui.el (gdb-var-create-regexp)
1738         (gdb-var-create-handler): Handle value field in GDB output of
1739         -var-create.
1740         (gdb-max-frames): New variable.
1741         (gdb-stack-buffer, gdb-frames-select): Use it.
1742         (gdb-info-stack-custom): Help user customize gdb-max-frames,
1743         if necessary.
1744         (gdb-get-frame-number): Simplify.
1746 2007-01-21  Glenn Morris  <rgm@gnu.org>
1748         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
1749         Update copyrights.
1751 2007-01-21  Alan Mackenzie  <acm@muc.de>
1753         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
1754         handling of K&R stuff.
1756 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1758         * textmodes/bibtex.el (bibtex-files): Fix customization type.
1760 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1762         * ps-print.el: Handle frame parameters (background and/or foreground
1763         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
1764         (ps-print-version): New version 6.7.1.
1765         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
1766         (ps-frame-parameter): New fun.
1767         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
1768         Fix doc and customization.
1769         (ps-begin-job): Get frame parameters (background and/or foreground
1770         colors).
1771         (ps-do-despool): Ensure ps-printer-name has a valid value.
1773 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1775         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
1776         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
1777         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
1778         mean unlimited.
1780 2007-01-20  Alan Mackenzie  <acm@muc.de>
1782         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
1783         much more rigorous analysis of putative K&R regions.
1785 2007-01-20  Alan Mackenzie  <acm@muc.de>
1787         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
1788         New functions.
1790 2007-01-20  Alan Mackenzie  <acm@muc.de>
1792         * progmodes/cc-align.el, progmodes/cc-cmds.el,
1793         * progmodes/cc-defs.el, progmodes/cc-engine.el,
1794         * progmodes/cc-langs.el, progmodes/cc-styles.el,
1795         * progmodes/cc-vars.el: Add my name.
1797 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1799         * files.el (find-alternate-file): Revert query message to Emacs 21
1800         version.
1802 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1804         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
1805         the doc string how to use personal abbrevs without electric
1806         keywords.
1808 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1810         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1811         Fixed cursor position when toggle abbreviated display.
1813 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
1815         * t-mouse.el: Update copyright following assignment by
1816         Alessandro Rubini.
1818 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1820         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
1821         (type-break-demo-boring): Call read-event instead of read-char.
1823 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
1825         * progmodes/compile.el: Add handling for makepplog.
1827 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1829         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
1830         aspell dictionaries are initialized when called non-interactively.
1832 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
1834         * progmodes/compile.el (compilation-loop): New arg limit.
1835         Handle case where the first error is at point-min.
1836         (compilation-next-error): New arg to compilation-loop call.
1838 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
1840         * info.el (Info-default-dirs): Change default info dir to
1841         share/info.
1843         * paths.el (Info-default-directory-list): Ditto.
1845 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
1847         * hexl.el (hexl-before-revert-hook): New function.
1848         (hexl-mode): Use it.
1849         (hexl-after-revert-hook): Just call hexl-mode.
1850         (hexl-mode-exit): Remove before-revert-hook.
1852 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1854         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
1856 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
1858         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
1859         by "-" in francais7 otherchars entry.
1860         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
1861         otherchars entry.
1863 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
1865         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
1866         path.  Rewrite function in `cond' style for readability.
1868         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
1869         (The path shortening, that is, not the rearrarangement.)
1871 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1873         * term/mac-win.el (mac-ae-quit-application): New function.
1874         (mac-apple-event-map): Bind "quit application" Apple event to it.
1876 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1878         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
1879         than the program's output.
1881 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
1883         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
1884         (kmacro-start-macro-or-insert-counter)
1885         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
1886         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
1888         * longlines.el (longlines-show-hard-newlines):
1889         * ruler-mode.el (ruler-mode-ruler):
1890         * emulation/keypad.el (keypad-setup):
1891         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
1892         Fix typo in docstring.
1894 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
1896         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
1897         Remove redirect character ">".
1899 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
1901         * replace.el (perform-replace): Remove leftover code.
1903 2007-01-12  Richard Stallman  <rms@gnu.org>
1905         * replace.el (perform-replace): Don't clear NODENT when computing
1906         the replacement string.
1908 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
1910         * net/tramp.el (tramp-handle-file-local-copy):
1911         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
1912         <christopher.ian.moore@gmail.com>.
1914 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1916         * diff-mode.el (diff-sanity-check-context-hunk-half)
1917         (diff-sanity-check-hunk): New functions.
1918         (diff-find-source-location): Use'em to check the hunks are well-formed.
1920         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
1921         activate undo when undo is not active.
1922         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
1924 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1926         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
1927         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
1928         (ffap-url-at-point): Use char-classes rather than "a-z".
1930 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
1932         * ediff-init.el (ediff-autostore-merges):
1933         * textmodes/fill.el (fill-region): Doc fix.
1935 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1937         * server.el (server-ensure-safe-dir): UIDs may be floats.
1939 2007-01-10  Richard Stallman  <rms@gnu.org>
1941         * battery.el (battery-linux-proc-acpi): Use ignore-errors
1942         around calls to directory-files.
1944         * subr.el (momentary-string-display): Use save-excursion.
1946         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
1947         argument, but read it as `X' does.
1949 2007-01-09  Juri Linkov  <juri@jurta.org>
1951         * info.el (Info-fontify-node): Don't hide node names of index entries.
1953         * faces.el (momentary): Change :group to basic-faces where all
1954         basic faces belong to.  Add :version.
1956 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1958         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
1959         keybinding is found.
1960         (tutorial--find-changed-keys): Never treat null keybinding as a
1961         remapping.
1963 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
1965         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
1967 2007-01-09  Kenichi Handa  <handa@m17n.org>
1969         * international/mule-cmds.el
1970         (select-safe-coding-system-interactively): Fix message.
1972 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
1974         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
1975         (tramp-process-actions): Add optional parameter TIMEOUT.
1976         (tramp-open-connection-telnet, tramp-open-connection-rsh)
1977         (tramp-open-connection-su): Add timeout of 60".
1979 2007-01-09  Richard Stallman  <rms@gnu.org>
1981         * progmodes/compile.el (compile): Doc fix.
1983 2007-01-09  Markus Triska  <markus.triska@gmx.at>
1985         * tumme.el (tumme-display-thumb): Doc fix.
1987 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
1989         * battery.el (battery-search-for-one-match-in-files):
1990         * bindings.el (mode-line-minor-mode-help):
1991         * x-dnd.el (x-dnd-types-alist):
1992         * calendar/icalendar.el (icalendar-import-buffer):
1993         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
1995         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
1997 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
1999         * replace.el (replace-regexp): Fix typo in docstring.
2001 2007-01-07  Alan Mackenzie  <acm@muc.de>
2003         * progmodes/cc-langs.el (c-operators, c-filter-ops):
2004         Amend doc-string and comments.
2006 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
2008         * files.el (abbreviate-file-name): Doc fix.
2010 2007-01-06  Markus Triska  <triska@gmx.at>
2012         * subr.el (split-string): Remove spurious ")" from doc string.
2014 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2016         * textmodes/table.el (table--warn-incompatibility):
2017         Use display-warning instead of momentary-string-display.
2019 2007-01-05  Richard Stallman  <rms@gnu.org>
2021         * image.el (image-type-header-regexps): Recognize xbm more strictly.
2023         * simple.el (backward-kill-word): Doc fix.
2025 2007-01-05  Romain Francoise  <romain@orebokech.com>
2027         * international/mule.el (sgml-html-meta-auto-coding-function):
2028         Ensure that the buffer contains a HTML document.
2030 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2032         * faces.el (momentary): Move here ...
2033         * subr.el (momentary): ... from here.
2035 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
2037         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2038         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2039         large structures/arrays.
2041 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
2043         * files.el (find-file-noselect-1, set-visited-file-name):
2044         Allow backup-enable-predicate to be nil.
2046 2007-01-04  Andreas Schwab  <schwab@suse.de>
2048         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2049         last change.
2051 2007-01-03  Richard Stallman  <rms@gnu.org>
2053         * woman.el (woman-decode-buffer): Clarify error message.
2055 2007-01-03  Alan Mackenzie  <acm@muc.de>
2057         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2059 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
2061         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2063 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2065         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2067 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2069         * emulation/viper.el (viper-custom-file-name, viper-mode):
2070         Fix typos in docstrings.
2072         * subr.el (momentary-string-display): After moving point, set POS
2073         variable to it to avoid later errors once the buffer is modified.
2074         Doc fix.
2076 2007-01-02  Alan Mackenzie  <acm@muc.de>
2078         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2079         check that the "*/" is present before trying to manipulate it.
2081 2007-01-02  Richard Stallman  <rms@gnu.org>
2083         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2085         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2086         Fix format of value.
2088         * cus-edit.el (customize-unsaved): Rename from customize-customized.
2089         Change messages accordingly.
2090         (customize-customized): Now alias.
2092 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2094         * files.el (version-control): Doc fix.
2096 2007-01-01  Alan Mackenzie  <acm@muc.de>
2098         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2099         Check the format of c-state-cache is valid for an optimisation before
2100         using it.
2102         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2103         are at a statement within a macro".  Other changes so that only
2104         the first continuation line in a macro gets the symbol
2105         `cpp-define-intro', the others getting `statement', or whatever.
2107         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2108         a string, preserve whitespace.  Add a backslash only when also in
2109         a macro.
2111         * progmodes/cc-defs.el: Correct typos.
2113         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2114         new line after an escaped EOL in a string.
2116         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2117         label when it directly follows "else", "do", ....
2119         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2120         angle brackets (as seen in "explicit specialisations" of C++
2121         templates).
2123         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2124         in the doc-string.
2126         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2127         when the comment ender looks like "=========*/" and is alone on
2128         its line.
2130         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2131         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
2132         for the old name.
2134         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2135         c-\(beginning\|end\)-of-defun by default.
2137         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2138         New line-up function, for the DEFUN macro in the Emacs C sources.
2139         Only used in "gnu" style.
2141         * progmodes/cc-styles.el (c-style-alist): Use this new function in
2142         the "gnu" style.
2144         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2145         clean-up comment-close-slash also to work when there's a comment
2146         terminator on the line.
2147         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2148         these for large arg - only take account of top level {..}, except
2149         for initial and final adjustments.  M-- C-M-[ae] now go to the
2150         right defuns when the starting point is between defuns.  They use
2151         the four new functions:
2152         (c-in-function-trailer-p, c-where-wrt-brace-construct)
2153         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2154         support c-\(beginning\|end\)-of-defun.
2156         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2157         expressions more rigorously, to exclude bit-field specifiers from
2158         being classed as labels.
2159         (c-forward-label): When analyzing a ":" within a macro, be careful
2160         about using c-forward-syntactic-ws at the macro beginning.
2161         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2162         stmt boundary, check for "operator=", etc.
2164         * progmodes/cc-mode.el (c-postprocess-file-styles):
2165         Bind inhibit-read-only to t, around the call to
2166         c-remove-any-local-eval-or-mode-variables, so that it works on a
2167         RO file.
2169         * progmodes/cc-defs.el (c-version): Update the version number to
2170         "5.31.4".
2172 2007-01-01  Richard Stallman  <rms@gnu.org>
2174         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2175         only if we restored isearch-window-configuration.
2177 2006-12-31  Romain Francoise  <romain@orebokech.com>
2179         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2181 2006-12-31  Kim F. Storm  <storm@cua.dk>
2183         * files.el (auto-mode-case-fold): New defcustom.
2184         (set-auto-mode): If non-nil, perform second case-sensitive pass
2185         through auto-mode-alist if first pass failed.
2187 2006-12-30  Richard Stallman  <rms@gnu.org>
2189         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2191 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
2193         * allout.el (allout-encrypt-string): Handle symmetric-key
2194         passphrase caching but leave keypair caching to pgg.
2196 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
2198         Sync with Tramp 2.0.55.
2200         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2201         `integerp'.  `char-equal' could fail else in case of negative
2202         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2203         (top): Check for `font-lock-add-keywords' before calling; it
2204         doesn't exist under XEmacs.
2205         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
2206         (tramp-completion-mode): Remove clause (not
2207         tramp-unified-filenames), because the function is called in other
2208         context too, where this check results in wrong results in the
2209         XEmacs case on Windows.
2210         (tramp-touch): UTC handling is not possible for XEmacs.
2212 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2214         * scroll-bar.el (previous-scroll-bar-mode): New variable
2215         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2216         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2218         * term/x-win.el: Set scroll bar mode to right if set by X resources.
2220 2006-12-30  Richard Stallman  <rms@gnu.org>
2222         * files.el (make-backup-file-name-1): Precompute abs name
2223         but don't lose the relative name.
2225         * international/mule-cmds.el (select-safe-coding-system-interactively):
2226         Fix message.
2228 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2230         * files.el (backup-buffer): Show entire backup file name in msg.
2232 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
2234         * image.el (image-type-header-regexps, image-type-from-data)
2235         (image-type-from-buffer, image-type-from-file-header):
2236         Revert changes from 2006-12-26.
2237         (image-type-auto-detectable): New variable.
2238         (image-type-auto-detected-p): New function.
2240         * files.el (magic-mode-alist): Detect image files with
2241         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2243 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
2245         * dired.el (dired-sort-other): Move test for dired-mode...
2246         (dired-sort-set-modeline): ...to here.
2248 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2250         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2251         change.  Suggested by Stefan Monnier.
2253 2006-12-29  Kim F. Storm  <storm@cua.dk>
2255         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
2256         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
2258 2006-12-27  Kim F. Storm  <storm@cua.dk>
2260         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
2261         so it doesn't accidentally match an fsf.org mail address.
2262         (authors-renamed-files-alist): Add tcover-*.el.
2264 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2266         * vc-arch.el (vc-arch-find-version): New function.
2268         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
2269         composed of arbitrary characters (even /) in some systems.
2271 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
2273         * international/mule-cmds.el (select-safe-coding-system-interactively):
2274         Improve the message in the *Warning* buffer.
2276 2006-12-27  Kim F. Storm  <storm@cua.dk>
2278         * ido.el (ido-set-matches-1): Fix last change.  If default item is
2279         current buffer, it is ok to be first.
2281 2006-12-27  Kenichi Handa  <handa@m17n.org>
2283         * international/mule-cmds.el (select-safe-coding-system-interactively):
2284         Use face `link' for problematic chars.
2286 2006-12-27  Kenichi Handa  <handa@m17n.org>
2288         * international/mule-cmds.el (select-safe-coding-system-interactively):
2289         Improve the message in *Warning* buffer.
2291 2006-12-27  Kim F. Storm  <storm@cua.dk>
2293         * ido.el (ido-set-matches-1): Never put current buffer first if
2294         there are other matches.
2296 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
2298         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
2299         expressions.
2300         (gdb-var-delete): Handle duplicate names.  Print message for non
2301         root expressions.
2302         (gdb-partial-output-name): Start buffer name with a space.
2303         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
2304         buffer name.
2306 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2308         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
2309         last footnote when `footnote-spaced-footnotes' is nil.
2311 2006-12-26  Richard Stallman  <rms@gnu.org>
2313         * cus-edit.el (custom-browse-sort-alphabetically)
2314         (custom-buffer-sort-alphabetically)
2315         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
2317         * image.el (image-type-header-regexps): Change element format
2318         to include third item NOT-ALWAYS.
2319         (image-type-from-data): Handle new format.
2320         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
2321         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
2323 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
2325         * add-log.el (add-log-current-defun): Call `forward-sexp'
2326         multiple times to pick a member function name defined as
2327         part of nested classes/namespaces.
2329 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2331         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
2332         which keymap should be used to change menu.  It does not affect any
2333         existent code.
2335 2006-12-26  Richard Stallman  <rms@gnu.org>
2337         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
2338         rather than for being in a minibuffer window.
2340 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
2342         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
2343         locale-coding-system.
2344         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
2345         LF.
2347 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
2349         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
2350         (sql-mode-syntax-table): Disable double quoted strings.
2351         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
2353 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2355         * startup.el (fancy-splash-last-input-event): New variable.
2356         (fancy-splash-special-event-action): New function.
2357         (fancy-splash-screens): Temporarily bind special events to it.
2358         Execute command for saved special event before exiting from
2359         recursive editing.
2361         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
2362         New functions.
2363         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
2364         Use mac-unread-string.
2366 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2368         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
2369         an optimized comment regexp if `comment-start-skip' uses a ^.
2370         * bs.el (bs--up): Remove interactive spec.
2372 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
2374         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
2375         Suggested by James Cloos.
2377 2006-12-24  Kevin Ryde  <user42@zip.com.au>
2379         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
2380         in March.
2381         (calendar-dst-ends): Default to first Sunday in November.
2383 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
2385         * allout.el (allout-encrypt-string): Inhibit use of agent within
2386         body of let form where encryption happens.  Acknowledge non-use of
2387         gpg-agent in docstring.
2388         (allout-toggle-subtree-encryption): Acknowledge non-use of
2389         gpg-agent in docstring.
2391 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
2393         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
2395 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2397         * ediff-diff.el (ediff-diff-options): Clarify docstring.
2398         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
2400         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
2401         in hooks.
2402         (viper-add-newline-at-eob-if-necessary): Add newline only if we
2403         actually modify buffer; ignore errors if occur.
2405 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
2407         * calendar/calendar.el (calendar-mode-map): Switch < and >.
2408         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
2409         formatting.
2411 2006-12-23  Richard Stallman  <rms@gnu.org>
2413         * simple.el (delete-horizontal-space): Doc fix.
2415 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
2417         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
2418         explicitly in a recursive Make, not implicitly through prerequisites,
2419         since the latter is wrong under parallel builds.
2421 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
2423         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
2425 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2427         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
2428         message string.
2430 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
2432         * outline.el (outline-next-visible-heading): Fix the case with a
2433         header at end-of-file with no final newline.
2435 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
2437         * indent.el (tab-always-indent): Doc fix.
2439 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
2441         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
2442         (Info-fontify-node): Do fontify indices.
2444         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
2445         to the Emacs Lisp reference manual.
2446         (tutorial--tab-map): Remove.  All callers changed.
2447         (tutorial--find-changed-keys): New elt QUIET, used to...
2448         (tutorial--display-changes): ...ensure that warning messages are
2449         only issued once per changed key.
2450         (tutorial--remove-remarks): Delete unused code-path.
2451         (lang-strings): Remove extraneous formatting.
2452         (tutorial--save-tutorial): Prompt before saving tutorial state.
2454 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
2456         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
2457         Replace '?\ ' by '?\s' throughout.
2458         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
2459         `help' custom group.
2460         (tutorial--key-description): New function.
2461         (tutorial--display-changes): Remove redundant arg.  Scan for all
2462         key sequences to avoid false matches.  Cleanup.
2463         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
2464         reduce homedir pollution.
2465         (help-with-tutorial): Call tutorial--display-changes with no arg.
2467 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
2469         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
2471 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
2473         * net/tramp.el (tramp-default-method): We still need to check for
2474         `executable-find', because it is not bound under Emacs 20.
2475         (tramp-handle-file-name-completion)
2476         (tramp-completion-handle-file-name-completion): Handle optional
2477         parameter PREDICATE.
2478         (tramp-find-default-method): Add code for default values.
2480 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
2482         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
2483         make gud-go send "continue".
2485 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
2487         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
2488         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
2490 2006-12-19  Kim F. Storm  <storm@cua.dk>
2492         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
2493         instead of global-map.
2495         * files.el (magic-mode-alist): Allow matching file type by
2496         calling a function at bob.  Check for image types by calling
2497         image-type-from-buffer.  Suggested by Juanma Barranquero.
2498         (set-auto-mode): Do it.
2500 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
2502         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
2503         Remove "ControlMaster" option from the other `scp*' methods.
2504         (tramp-default-method): Check for ssh-agent before setting to `scp'.
2506 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2508         * textmodes/org.el (org-mode): Show context after isearch.
2509         (org-show-siblings): New function.
2510         (org-show-context): Use `org-show-siblings'.
2512 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2514         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
2515         Use syntax-ppss-toplevel-pos.
2517 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2519         * textmodes/org.el (org-current-line): Make sure that lines are
2520         counted from beginning of buffer.
2521         (org-table-copy-region, org-table-paste-rectangle): Make sure that
2522         lines are counted from beginning of buffer.
2524 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
2526         * info.el (Info-build-node-completions): Signal error if tag-table
2527         marker is not found.
2529         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2531 2006-12-17  Alan Mackenzie  <acm@muc.de>
2533         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
2534         speed) the case when open-paren-in-column-0-is-defun-start is nil.
2535         Based on code by Martin Rudalics.
2537         * progmodes/cc-mode.el (c-basic-common-init): Don't set
2538         open-paren-in-column-0-is-defun-start to nil any more.
2540 2006-12-17  Richard Stallman  <rms@gnu.org>
2542         * simple.el (delete-horizontal-space): Use prefix arg.
2544         * help-fns.el (describe-variable): Improve blank separator lines.
2546         * files.el (magic-mode-alist): Mark as risky.
2548         * files.el (make-backup-file-name-1):
2549         Expand backup-directory explicitly.
2551 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
2553         * net/tramp.el (tramp-default-method): Before setting to "pscp",
2554         check whether package password.el is loaded, or Pageant is running.
2556 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
2558         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
2559         (icalendar--rris): First try Emacs, then XEmacs.
2560         (icalendar--convert-ical-to-diary): Doc fix.
2561         Insert newline at end of target file.
2563 2006-12-17  Kim F. Storm  <storm@cua.dk>
2565         * outline.el (outline-isearch-open-invisible-function): New defvar.
2566         (outline-flag-region): Use it if non-nil for isearch-open-invisible
2567         overlay property instead of outline-isearch-open-invisible.
2569 2006-12-16  Kim F. Storm  <storm@cua.dk>
2571         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
2572         if ido-directory-too-big is set on entry.
2573         (ido-toggle-ignore, ido-completion-help): Print message while
2574         reading big directory.
2576 2006-12-15  Richard Stallman  <rms@gnu.org>
2578         * shell.el (shell): Doc fix.
2580 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
2582         * emulation/edt.el (edt-xserver):
2583         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
2584         to fix a problem on Cygwin.
2586         * emulation/edt.el
2587         * emulation/edt-mapper.el
2588         * emulation/edt-lk201.el
2589         * emulation/edt-pc.el
2590         * emulation/edt-vt100.el: Update maintainer's email address.
2592 2006-12-15  Simon Marshall  <simon@gnu.org>
2594         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
2596 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2598         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
2599         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
2600         instead of mac-atsu-font-table.
2601         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
2603 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
2605         * align.el (align-match-tex-pattern): Fix a rare bug which
2606         hanged Emacs.
2608 2006-12-14  Richard Stallman  <rms@gnu.org>
2610         * startup.el (use-fancy-splash-screens-p): Use frame-height
2611         instead of window-height.  Pass frame to image-size.
2613 2006-12-13  Kenichi Handa  <handa@m17n.org>
2615         * international/mule-cmds.el (set-locale-environment):
2616         Set default-sendmail-coding-system too.
2618 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
2620         * progmodes/idlw-help.el: Fix copyright notice.
2622 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2624         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
2626 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2628         * subr.el (unread-command-char): Reformat obsolescence info.
2630 2006-12-11  Richard Stallman  <rms@gnu.org>
2632         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
2633         about calls to cl-struct-setf-expander.
2635 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2637         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
2638         (ediff-combination-pattern): Fix typo in docstring.
2640         * textmodes/refer.el (refer-find-entry): Doc fix.
2641         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
2642         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
2643         Fix tipos in docstrings.
2645         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
2647 2006-12-10  Kim F. Storm  <storm@cua.dk>
2649         * ido.el (ido-init-completion-maps): Remap backward-kill-word
2650         instead of binding M-backspace.
2652 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
2654         * replace.el (replace-match-data, replace-match-maybe-edit):
2655         * calc/calc-aent.el (calc-eval-error):
2656         * emulation/vi.el (vi-char-argument):
2657         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
2658         (c-vsemi-status-unknown-p-fn): Doc fixes.
2660 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
2662         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
2663         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
2665 2006-12-10  Masatake YAMATO  <jet@gyve.org>
2667         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
2669 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
2671         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
2673         * man.el (Man-xref-button-action): New function.  If the
2674         `Man-target-string' button property is a function, assume it
2675         accepts a position argument.
2676         (Man-abstract-xref-man-page): Use it.
2677         (Man-default-man-entry): New optional arg POS.
2679         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
2680         symlink arrows read-only and non-rear-sticky.
2682 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
2684         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
2685         (wdired-search-and-rename): Simplify code.
2686         (wdired-preprocess-files, wdired-preprocess-perms): Make
2687         read-only property of preceding character rear-nonsticky to
2688         avoid that it can be modified.  Put old-name and old-link
2689         properties on character preceding name and replace
2690         put-text-property by add-text-properties.
2691         (wdired-get-filename, wdired-get-previous-link): Get old-name
2692         and old-link properties from character preceding name and
2693         simplify code.
2694         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
2695         (wdired-perms-to-number): Make local-map property
2696         rear-nonsticky to avoid that text following permissions may be
2697         modified.  Use add-text-properties instead of put-text-property
2698         when changing a permission bit.
2699         (wdired-change-to-dired-mode): Remove stickiness properties.
2701 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
2703         * international/mule-cmds.el (register-input-method): Doc fix.
2705 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
2707         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
2709 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2711         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
2712         Force buffer local defs evaluation on local variables loading.
2713         (flyspell-mode-on, flyspell-mode-off): Use it in
2714         `hack-local-variables-hook'.
2716 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
2718         * emacs-lisp/find-func.el (find-variable): Doc fix.
2720         * help-fns.el (variable-at-point): Doc fix.
2722         * w32-fns.el (w32-append-code-lines): New function.
2724 2006-12-09  Romain Francoise  <romain@orebokech.com>
2726         * comint.el (comint-insert-input): Delete obsolete comment.
2728 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2730         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
2731         current frame, in case we're connected to several displays.
2733 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
2735         * frame.el (other-frame): Doc fix.
2736         (set-frame-parameter): Fix typo in docstring.
2738 2006-12-07  Kim F. Storm  <storm@cua.dk>
2740         * info.el (Info-index): Strip leading colon from topic.
2742 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
2744         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
2745         to pointers.
2747 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
2749         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
2750         Trim out spurious class inheritance "None" entries.
2752 2006-12-05  Kim F. Storm  <storm@cua.dk>
2754         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
2755         (cua-paste-pop): Rework last change for
2756         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
2757         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
2758         text inserted by the last M-y command.
2760 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2762         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
2763         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
2765         * shell.el (shell): Search the start file in ~/.emacs.d as
2766         `init_SHELLNAME.sh' instead.
2768 2006-12-05  Glenn Morris  <rgm@gnu.org>
2770         * progmodes/cperl-mode.el (cperl-mode)
2771         * progmodes/f90.el (f90-mode-abbrev-table)
2772         * progmodes/fortran.el (fortran-mode-abbrev-table)
2773         * progmodes/octave-mod.el (octave-abbrev-table)
2774         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
2775         if abbrev-table is non-nil (saved user abbrevs may have been restored).
2777         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
2778         clear abbrev table, else saved abbrevs will not be restored.
2780 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2782         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
2783         the call to `make-obsolete-variable', not in the docstring.
2785 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
2787         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
2789 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2791         * progmodes/ebnf-abn.el:
2792         * progmodes/ebnf-bnf.el:
2793         * progmodes/ebnf-dtd.el:
2794         * progmodes/ebnf-ebx.el:
2795         * progmodes/ebnf-iso.el:
2796         * progmodes/ebnf-otz.el:
2797         * progmodes/ebnf-yac.el:
2798         * progmodes/ebnf2ps.el:
2799         * delim-col.el:
2800         * printing.el:
2801         * ps-bdf.el:
2802         * ps-mule.el:
2803         * ps-print.el: Remove 'Time-stamp' comment mark.
2805         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
2806         'easy-menu-add-item' when called in Emacs 21 or higher.
2808 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
2810         * progmodes/ada-xref.el (ada-check-current): Doc fix.
2811         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
2813 2006-12-04  Kim F. Storm  <storm@cua.dk>
2815         * bindings.el (global-map): Bind [signal t] to ignore, to have
2816         user signals ignored by default.
2818 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2820         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
2821         Unicode data file pointed to by `describe-char-unicodedata-file'.
2823 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2825         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
2826         O(n^2) regexp-search by anchoring the search.
2828 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
2830         * whitespace.el (whitespace-cleanup-internal): Use current
2831         argument for recursive call.
2833 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
2835         * net/tramp.el (tramp-methods): Add "ControlPath" and
2836         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
2837         Andreas Schwab <schwab@suse.de>.
2838         (tramp-do-copy-or-rename-file-out-of-band)
2839         (tramp-open-connection-rsh): Compute format spec for ?t.
2840         (tramp-process-actions): Trace command parameters.
2842 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
2844         * simple.el (toggle-truncate-lines): Clarify doc string.
2846         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
2847         (gdb-speedbar-expand-node): Use it.
2849 2006-12-04  Richard Stallman  <rms@gnu.org>
2851         * progmodes/python.el (python-indent): Add safe-local-variable prop.
2853         * dired.el (dired-revert): Turn off dired-after-readin-hook
2854         around call to dired-readin.
2856         * menu-bar.el (menu-bar-make-toggle): Add "globally"
2857         to echo area messages.
2858         <indicate-empty-lines, case-fold-search>:
2859         Add "globally" to Help string.
2860         <case-fold-search>: MESSAGE arg need not say "globally".
2861         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
2863 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
2865         * outline.el (outline-end-of-subtree): Don't leave an empty
2866         line hidden as we would a real next heading.
2868 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
2870         * allout.el (allout-ascend): Add an optional argument to preserve
2871         original position of point when unsuccessful.  Also, fix a
2872         docstring error.
2873         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
2874         work again, using allout-ascend's new option.
2875         (allout-setup-mode-map): Extract from allout-mode to initialize
2876         allout-mode-map.  Call it on file load, so the mode docstring
2877         substitutions work even if allout mode has not yet been invoked.
2878         (allout-mode): Use new allout-setup-mode-map to track any keybinding
2879         customizations since the map was last processed.  Also, refine the
2880         docstring so it's ship-shape for release.
2881         (allout-default-layout, allout-beginning-of-line-cycles)
2882         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
2883         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
2884         (allout-version, allout-layout, allout-infer-body-reindent)
2885         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
2886         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
2887         (allout-previous-heading, allout-goto-prefix-doublechecked)
2888         (allout-current-bullet-pos, allout-next-sibling-leap)
2889         (allout-pre-command-business, allout-encrypted-type-prefix)
2890         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
2891         (allout-rebullet-topic, allout-rebullet-topic-grunt)
2892         (allout-flag-region, allout-expose-topic, allout-expose-topic)
2893         (allout-old-expose-topic, allout-listify-exposed)
2894         (allout-process-exposed, allout-latex-verb-quote)
2895         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
2896         (allout-toggle-current-subtree-encryption)
2897         (allout-toggle-subtree-encryption, allout-bullet-isearch):
2898         Remove extraneous open-paren and close paren string escapes.
2900 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
2902         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
2903         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
2904         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
2905         Fix typos in docstrings.
2907 2006-12-03  Glenn Morris  <rgm@gnu.org>
2909         * progmodes/cc-align.el
2910         * progmodes/cc-awk.el
2911         * progmodes/cc-cmds.el
2912         * progmodes/cc-compat.el
2913         * progmodes/cc-defs.el
2914         * progmodes/cc-engine.el
2915         * progmodes/cc-langs.el
2916         * progmodes/cc-menus.el
2917         * progmodes/cc-mode.el
2918         * progmodes/cc-styles.el
2919         * progmodes/cc-vars.el
2920         * progmodes/vhdl-mode.el: Fix Copyright format.
2922 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
2924         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
2925         initial down event.
2927 2006-12-02  Kim F. Storm  <storm@cua.dk>
2929         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
2930         (cua-repeat-replace-region): Make M-v more robust.
2931         (cua-paste-pop-rotate-temporarily): New defcustom.
2932         (cua-paste-pop): Use it.
2933         (cua-auto-mark-last-change): New defcustom.
2934         (cua-pop-to-last-change): New helper function.
2935         (cua-set-mark): Use them.
2937 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
2939         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
2940         mini-buffer message.
2942 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
2944         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
2946 2006-12-01  Ben North  <ben@redfrontdoor.org>
2948         * paren.el: Fix the highlight overlay extension when the user types a
2949         sequence of char very fast just before the open parenthesis.
2951 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2953         * ps-mule.el: Eliminate Emacs 20 compatibility.
2955         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
2956         (ps-print-version): New version 6.7.
2957         (ps-print-quote): Replace '?\ ' by '?\s'.
2959 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
2961         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
2962         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
2963         (hexl-end-of-1k-page): Doc fixes.
2964         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
2965         Fix typos in docstrings.
2967 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2969         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
2970         locally, i.e. without using file name handlers.
2971         (ido-read-internal): Allow mono letter host names, avoiding the
2972         `c:' problem by testing if the file exists locally.
2973         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
2975 2006-11-30  Masatake YAMATO  <jet@gyve.org>
2977         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
2978         to avoid bytecomp warnings.
2979         (hexl-mode-old-ruler-function): New variable.
2980         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
2981         and `hl-line-range-function' after `require' hl-line.
2982         Then bind `hl-line-range-function' and `hl-line-face'.
2983         Don't require frame.  Don't use `with-no-warnings'.
2984         (hexl-activate-ruler): Store the original value of
2985         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
2986         (hexl-mode-exit): Restore the original value of
2987         `ruler-mode-ruler-function'.
2989 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2991         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
2992         (hexl-mode-old-hl-line-face): New variable.
2993         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
2994         line when exit from the hexl-mode.
2996 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
2998         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
2999         Doc fixes.
3001         * international/fontset.el (create-fontset-from-ascii-font)
3002         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3003         (fontset-name-p): Fix typo in docstring.
3005         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3007 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3009         * ps-bdf.el: Fix maintainer email.
3011         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
3012         compatibility.
3014         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
3015         21 compatibility.
3016         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3017         Emacs 20 & 21.
3019 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
3021         * progmodes/idlwave.el (idlwave-auto-fill):
3022         Remove paragraph-start let to prevent auto-fill giving up.
3024 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
3026         * vt100-led.el (led-state): Fix typo in previous change.
3028 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3030         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3031         Fix interactive spec of the functions getting defined to make them
3032         work as documented.
3034 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
3036         * startup.el (fancy-splash-screens): Hide initial splash buffer.
3038 2006-11-28  Kim F. Storm  <storm@cua.dk>
3040         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3041         icomplete-mode is enabled.
3043 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
3045         * textmodes/org.el (require): Require gnus-sum during compilation
3046         to avoid problem with a macro call.
3048 2006-11-28  Glenn Morris  <rgm@gnu.org>
3050         * emacs-lisp/authors.el (authors-aliases): Add new alias.
3052         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3053         (fortran-window-create-momentarily): Do not need string-to-char.
3055 2006-11-28  Richard Stallman  <rms@gnu.org>
3057         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3058         Replace incorrect use of assoc-default with a loop.
3060         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3062         * simple.el (next-error-find-buffer): Improve messages.
3064         * files.el (revert-buffer): Special error message if file
3065         is now not readable.
3067         * facemenu.el (facemenu-add-new-face): Improve doc strings of
3068         constructed commands.
3070         * comint.el (comint-exec-1): Provide Emacs version and `comint'
3071         in INSIDE_EMACS.
3073 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3075         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3077         * server.el: Remove spurious * in docstrings.
3078         (server-process-filter): Exit from recursive editing before processing
3079         a new request.
3081 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
3083         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3084         line so hidden blocks will be correctly identified.
3086 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
3088         * ledit.el (ledit-save-defun, ledit-mode):
3089         * resume.el (resume-emacs-args-buffer):
3090         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3091         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3092         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3093         (command-send-input, command-kill-line):
3094         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3096         * autoarg.el (autoarg-kp-mode): Doc fix.
3098         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
3099         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
3100         (check-emacs-lock): Doc fix.  Simplify.
3102         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3103         (iimage-mode-buffer): Fix typos in docstring.
3105         * misc.el (zap-up-to-char): Doc fix.
3107         * time-stamp.el: Fix comment and obsolescence string for old
3108         functions.  Use `dolist' instead of `while'.
3110         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3112         * disp-table.el (standard-display-8bit, standard-display-default):
3113         * ebuff-menu.el (electric-buffer-list):
3114         * ehelp.el (electric-help-command-loop):
3115         * font-core.el (font-lock-mode):
3116         * help-macro.el (make-help-screen):
3117         * help.el (describe-minor-mode-completion-table-for-indicator)
3118         (lookup-minor-mode-from-indicator):
3119         * indent.el (tab-to-tab-stop, move-to-tab-stop):
3120         * info-look.el (info-lookup-guess-custom-symbol):
3121         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3122         * longlines.el (longlines-wrap-line):
3123         * macros.el (insert-kbd-macro):
3124         * menu-bar.el (menu-bar-update-buffers):
3125         * misc.el (copy-from-above-command):
3126         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3127         * newcomment.el (comment-indent):
3128         * novice.el (disabled-command-function):
3129         * sort.el (sort-fields-syntax-table):
3130         * subr.el (momentary-string-display):
3131         * tar-mode.el (tar-header-block-summarize)
3132         (tar-clear-modification-flags):
3133         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3134         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3135         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3136         (te-delete-char, te-down-vertically-or-scroll):
3137         * time-stamp.el (time-stamp-string-preprocess):
3138         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3140 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3142         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3143         in GUD mode.
3145         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3146         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3148 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3150         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3152 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
3154         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3155         (ada-compile-goto-error): Adapt to new argument profile of
3156         compilation-goto-locus in Emacs 22.  Don't check if the various
3157         compile functions are defined; we already do "(require 'compile)".
3159 2006-11-26  Kim F. Storm  <storm@cua.dk>
3161         * kmacro.el: Fix commentary.
3163 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3165         * progmodes/gud.el (gdb): Explain how to run in text command mode
3166         more clearly.  Say in error message that multiple debugging
3167         requires restarting GDB.
3169 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
3171         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3173 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
3175         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3176         (flymake-popup-menu): Use it instead of posn-at-point.
3178 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3180         * progmodes/cc-vars.el (c-backslash-column):
3181         Mention c-backslash-max-column in documentation for c-backslash-column.
3183 2006-11-24  Lars Hansen  <larsh@soem.dk>
3185         * net/tramp.el (tramp-default-method): Under Windows, change from
3186         plink to pscp.
3187         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3188         (tramp-actions-copy-out-of-band):
3189         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3190         (tramp-action-out-of-band): Move "Permission denied" handling to
3191         tramp-action-copy-failed.
3192         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3193         process buffer.
3195 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3197         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3198         strings to a single string.  Quote `errors-file-name'.
3199         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3200         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3201         Adjust calls.  Use `shell-quote-argument'.
3203         * international/mule.el (load-with-code-conversion)
3204         (with-category-table): Use with-current-buffer.
3205         (after-insert-file-set-coding): Use restore-buffer-modified-p.
3207 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
3209         * mail/smtpmail.el (smtpmail-send-it):
3210         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
3211         MIME header for the message encoding.
3212         Bind coding-system-for-write around the call to mail-do-fcc.
3213         Use smtpmail-code-conv-from to encode queued mail messages.
3215 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3217         * tabify.el (tabify-regexp): Doc fix.
3219         * net/rcirc.el (rcirc-buffer-maximum-lines):
3220         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3222         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3223         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3224         Fix typos in output messages.
3225         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3227 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3229         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3230         the horse's mouth.
3231         (hexlify-buffer): Don't re-encode an arg that's already encoded.
3233 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3235         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3236         Remove condition-case.
3238 2006-11-23  Glenn Morris  <rgm@gnu.org>
3240         * progmodes/f90.el (f90-comment-indent): Do not move point in
3241         default case.
3243 2006-11-21  Romain Francoise  <romain@orebokech.com>
3245         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3246         from library name (reverts change of 2005-10-25).
3248 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3250         * tutorial.el (tutorial--default-keys): Add newline and
3251         delete-backward-char bindings.
3252         (tutorial--detailed-help): Save excursion when finding keys.
3253         Correct warning string for M-x FOO case.
3254         (tutorial--display-changes): Print special keys in tutorial style.
3255         Tweak search regexp for changed keys.
3257 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3259         * thingatpt.el (thing-at-point-url-at-point): Don't add a
3260         redundant scheme.
3262 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
3264         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
3265         are new to the list at IANA.  Also added irc, mms, mmsh.
3267 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
3269         * progmodes/idlw-help.el (idlwave-html-help-location):
3270         Fail gracefully for missing help packages.
3271         (idlwave-help-assistant-open-link): Open full links.
3272         (idlwave-help-assistant-help-with-topic): Direct help link.
3274         * progmodes/idlwave.el (idlwave-mode):
3275         Set add-log-current-defun-function.
3276         (idlwave-current-routine-fullname): Add, to support add-log.
3277         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
3278         to reflect improvements to xml-parse-file.
3279         (idlwave-mode-menu-def): New binding for help-with-topic.
3281         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
3282         Handle extra newlines and spaces.
3283         (idlwave-shell-mode-map): Add help-with-topic.
3285 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
3287         * tutorial.el (tutorial-warning-face): New face.
3288         (tutorial--detailed-help, tutorial--display-changes): Use it.
3289         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
3290         Improve search pattern for occurrences of changed keys.
3292 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3294         * term/x-win.el (x-last-cut-buffer-coding): New variable.
3295         (x-select-text): Set it.
3296         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
3297         when checking for newness.
3299 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
3301         * subr.el (posn-image):
3302         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
3304         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
3306 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3308         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
3309         Exceptions to the rule "add a space between an identifier and an
3310         opening parenthesis".  Defaulted to the `#define' problem of cpp.
3311         (glasses-parenthesis-exception-p): New.  Check if the region is an
3312         exception regarding to that.
3313         (glasses-make-readable): Use it.
3314         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
3315         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
3317 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
3319         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
3321 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
3323         * progmodes/ada-mode.el (ada-make-body): Fix typo.
3325         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
3326         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
3328 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
3330         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
3331         conditions for function or variable bindings.
3333         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
3335         * progmodes/compile.el (compilation-start): Ditto.
3337 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
3339         * net/tramp.el (top): cl and custom are always required.
3341 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3343         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
3344         cut-buffers with next-selection-coding-system if not nil.
3346 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
3348         * textmodes/org.el (org-fix-decoded-time): New function.
3349         (org-display-custom-time): Use `org-fix-decoded-time'.
3351 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
3353         * menu-bar.el (menu-bar-games-menu): Remove yow.
3355 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
3357         * textmodes/org.el (org-scan-tags): Re-align code fixed.
3358         (org-detach-overlay): Rename from `org-detatch-overlay'.
3359         (org-table-convert-region): Insert space after column separator.
3360         (org-agenda-kill): New command.
3361         (org-metaleft): Call `org-outdent-item' on bullets.
3362         (org-metaright): Call `org-indent-item' on bullets.
3363         (org-timestamp-change): Set `org-last-changed-timestamp'.
3364         (org-current-line): Make sure (bolp) returns correct result.
3365         (org-agenda-change-all-lines): Make sure TODO are highlighted.
3367 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3369         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
3371 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
3373         * mouse.el (global-map): Change 2006-08-16 fix to call
3374         mouse-yank-at-click explicitly, since mouse events are not carried
3375         over into keyboard macros.
3377 2006-11-16  Kim F. Storm  <storm@cua.dk>
3379         * ido.el (ido-file-internal): Use current buffer's file name as default
3380         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
3382 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
3384         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
3385         (allout-inhibit-aberrance-doublecheck): Rename from
3386         allout-during-yank-processing.  All callers changed.
3387         (allout-ascend): Provide for unusual case where some topic after
3388         the first in file is at lower depth than the first.
3389         (allout-shift-in): Ensure the offspring of the new containing
3390         topic are exposed.
3391         (allout-encrypt-string): Preserve the coding-system of the text,
3392         according to that of the containing buffer.
3393         (allout-toggle-subtree-encryption): When the text being encrypted
3394         requires a different coding system, offer to preserve the coding
3395         system using a file local var.
3397 2006-11-15  Simon Marshall  <simon@gnu.org>
3399         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
3400         to recognise "T t()" as a function declaration, rather than a
3401         variable instantiation, iff at the top-level or inside a class
3402         declaration.  Suggested by Feng Li <fengli@gmail.com>.
3404 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
3406         * progmodes/ada-xref.el (ada-parse-prj-file):
3407         Don't delete project buffer; user may want to edit it.
3408         (ada-xref-set-project-field, ada-xref-current-project-file)
3409         (ada-xref-current-project, ada-show-current-project)
3410         (ada-set-main-compile-application): New functions.
3411         (ada-xref-get-project-field, ada-require-project-file):
3412         Normalize use of ada-prj-default-project-file.
3413         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
3414         Normalize use of ada-require-project-file.
3415         (ada-prj-find-prj-file): Improve doc string, comments.
3417         * progmodes/ada-mode.el (ada-mode-version): Bump version.
3418         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
3419         (ada-create-menu): Add ada-set-main-compile-application,
3420         ada-show-current-main, ada-show-current-project.
3422 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
3425         (inferior-python-mode): Use it.
3427 2006-11-14  Andreas Schwab  <schwab@suse.de>
3429         * term/xterm.el (terminal-init-xterm): Add more key bindings.
3431 2006-11-13  Kim F. Storm  <storm@cua.dk>
3433         * ido.el (ido-copy-current-word): C-o copies region if active.
3435 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
3437         * textmodes/org.el (org-emph-face): Fix typo in variable name.
3439 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
3441         * ediff.el (ediff-revision):
3442         * files.el (set-visited-file-name):
3443         * mail/rmailout.el (rmail-output-body-to-file):
3444         Use `format', not `message', in `y-or-n-p' call.
3446 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
3448         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
3449         (org-metaright): Call `org-indent-item' on bullets.
3450         (org-timestamp-change): Set `org-last-changed-timestamp'.
3451         (org-current-line): Make sure (bolp) returns correct result.
3452         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
3454 2006-11-12  Richard Stallman  <rms@gnu.org>
3456         * language/european.el (turkish-case-conversion-enable)
3457         (turkish-case-conversion-disable): New functions.
3458         ("Turkish" lang env): Use them.
3460         * international/characters.el (case table):
3461         Do nothing special for i and I.
3463         * subr.el (remove-overlays): Fix last change.
3465         * cus-edit.el (custom-save-all): Use find-file-visit-truename
3466         for visiting the custom file.
3468 2006-11-12  Markus Triska  <triska@gmx.at>
3470         * play/handwrite.el (handwrite): Also process lines not ending
3471         with newline.  Replace some position-fiddling with different
3472         logic.  Improve performance.
3474 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
3476         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
3477         replacing deleted variable `ada-check-switch'.
3478         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
3479         (ada-xref-project-files): Improve doc string.
3480         (ada-find-executable): New function.
3481         (ada-initialize-runtime-library): Use `ada-find-executable'.
3482         (ada-xref-set-default-prj-values): In compile commands, don't need
3483         `ada-cd-command'; `compile' does that more portably.
3484         Use ada-prj-default-check-cmd.
3485         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
3486         properties if not specified in project file.
3487         (ada-goto-declaration): Display useful message for new error
3488         'error-file-not-found.
3489         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
3490         'error-file-not-found.
3491         (ada-get-all-references): Match latest ali syntax.  Signal new
3492         error 'error-file-not-found.
3493         (ada-find-in-ali): Match latest ali syntax.
3494         (ada-make-filename-from-adaname): Handle different semantics of
3495         gnatkr in GNAT 3.15p vs later.
3497         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
3498         ada-procedure-start-regexp.
3499         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
3501         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
3502         with defvar.
3503         (ada-language-version): Rename ada05 -> ada2005.
3504         (ada-align-region-separate): Add `eval-when-compile'.
3505         (ada-name-regexp): Remove unneeded escapes in regexp character
3506         alternative.
3507         (ada-compile-goto-error-file-linenr-re): New constant.
3508         (ada-matching-start-re): Handle additional cases `declare',
3509         `procedure', `function'.
3510         (ada-compile-goto-error): Handle "... at line nn".
3511         (ada-mode): Clearer syntax, comments for ff-special-constructs.
3512         Delete support for old versions of `align'.
3513         (ada-search-prev-end-stmt): Handle additional keyword `private'.
3514         (ada-check-defun-name): Simplify handling of `declare'.
3515         (ada-goto-matching-start): Handle nested `begin ... end'.
3516         Handle `declare', `protected', `procedure', `function'.
3517         (ada-create-menu): Presence of arm95 is not conditional on using
3518         GNAT compiler.
3520 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
3522         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
3523         nil in the *RE-Builder* buffer (it causes spurious error messages).
3525         * server.el (server-visit-files): If `minibuffer-auto-raise' has
3526         been set to t, respect it.
3528 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
3530         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
3531         Delete commented out code for old Emacs versions.  Autoloading of
3532         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
3533         (ada-mode-version): Bump version number.
3534         (ada-95-string-keywords, ada-2005-string-keywords)
3535         (ada-2005-keywords, ada-name-regexp): New constant.
3536         (ada-language-version, ada-procedure-start-regexp, ada-mode)
3537         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
3538         (ada-package-start-regexp): Support private packages, include package
3539         name (for ada-set-point-accordingly).
3540         (ada-next-procedure, ada-previous-procedure)
3541         (ada-which-function-are-we-in): Match changes to
3542         ada-procedure-start-regexp.
3543         (ada-make-body): Make non-interactive; not a user function.
3544         (ada-make-subprogram-body): Improve doc string.
3546 2006-11-11  Romain Francoise  <romain@orebokech.com>
3548         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
3549         `compilation-error-regexp-alist' buffer-local, since we changed
3550         `compilation-error-regexp-alist-alist' locally.
3552 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
3554         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
3555         to the value of `server-raise-frame'.
3557 2006-11-11  Glenn Morris  <rgm@gnu.org>
3559         * ido.el (ido-enable-prefix)
3560         * ses.el (ses-call-printer-return)
3561         * net/tramp.el (tramp-unified-filenames)
3562         * progmodes/cc-align.el (c-lineup-string-cont)
3563         * progmodes/compile.el (compilation-directory-matcher)
3564         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3565         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3566         (vhdl-clock-rising-edge)
3567         * textmodes/org.el (org-export-with-timestamps)
3568         (org-export-remove-timestamps-from-toc)
3569         (org-export-with-tags): Improve previous doc fixes.
3571 2006-11-11  Richard Stallman  <rms@gnu.org>
3573         * textmodes/flyspell.el (flyspell-mode-map):
3574         Bind C-c $ instead of M-RET.
3576 2006-11-10  Simon Marshall  <simon@gnu.org>
3578         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
3579         fontification for "case" and "default" keywords.
3581 2006-11-10  Andreas Schwab  <schwab@suse.de>
3583         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3584         Avoid starting sentence with "nil".
3586 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3588         * server.el (server-raise-frame): New option.
3589         (server-switch-buffer): Use it.
3591 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
3593         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
3594         with a capital.
3596 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3598         * textmodes/org.el (org-show-hierarchy-above)
3599         (org-show-following-heading): Fix typo in default value.
3600         (org-scan-tags): Make the search case-sensitive.
3601         (org-tags-sparse-tree): Don't overrule
3602         `org-show-following-heading' and `org-show-hierarchy-above'.
3603         (org-reveal): New command.
3604         (org-show-context): Rename from `org-show-hierarchy-above'.
3605         (org-fast-tag-selection-single-key): New option.
3606         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
3607         (org-tags-overlay): New variable.
3608         (org-agenda-todo-ignore-deadlines): New option.
3609         ("session"): Add circular data structure `org-mark-ring' to
3610         exceptions list in session.el.
3611         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
3612         New options.
3613         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
3614         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
3615         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
3616         (org-finalize-agenda): Activate bracket links in agenda.
3617         (org-at-timestamp-p, org-at-date-range-p): Additional argument
3618         INACTIVE-OK.
3619         (org-show-hierarchy-above, org-show-following-heading):
3620         List values allowed for fine-tuned configuration.
3621         (org-show-hierarchy-above): New argument CONTEXT, use the
3622         fine-tuned settings in `org-show-hierarchy-above' and
3623         `org-show-following-heading'.
3624         (org-display-custom-time): New function.
3625         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
3626         (org-display-custom-times, org-time-stamp-custom-formats):
3627         (org-maybe-intangible): New macro.
3628         (org-activate-bracket-links, org-hide-wide-columns):
3629         Use `org-maybe-intangible'.
3630         (org-open-file): Use `shell-quote-argument'.
3631         (org-display-internal-link-with-indirect-buffer): New option.
3632         (org-file-remote-p): Get regexp from list.
3633         (org-link-expand-abbrev): New function.
3634         (org-link-abbrev-alist): New option.
3635         (org-open-at-point, org-cleaned-string-for-export):
3636         Call `org-link-expand-abbrev'.
3637         (org-timeline, org-agenda-list, org-todo-list)
3638         (org-tags-view): Remove the KEEP-MODES argument.
3639         (org-finalize-agenda-hook): New hook.
3640         (org-get-alist-option): New function.
3641         (org-follow-timestamp-link): New function.
3642         (org-open-at-point): Call `org-follow-timestamp-link'.
3643         (org-log-note-marker, org-log-note-purpose)
3644         (org-log-note-window-configuration): New variables.
3645         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
3646         (org-log-note-headings): New option.
3647         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
3648         (org-store-link): Support for dired-mode.
3649         (org-open-file): Substitute environment variables into filename.
3650         (org-last): New defsubst.
3651         (org-agenda-re-align-tags): New function.
3652         (org-agenda-align-tags-to-column): New option.
3653         (org-agenda-timeline): Group removed.
3654         (org-prepare-agenda, org-prepare-agenda-buffers)
3655         (org-run-agenda-series, org-timeline, org-agenda-list)
3656         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
3657         the text property inticating the agenda type.
3658         (org-agenda-post-command-hook): Get agenda type from text property
3659         at point.
3660         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
3661         and obey `org-agenda-overriding-arguments'.
3662         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
3663         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3664         (org-agenda-week-view, org-agenda-day-view):
3665         Use `org-agenda-overriding-arguments' to make updating work with
3666         multi-block agendas.
3667         (org-agenda-prefix-format): Allow different formats for the
3668         different agenda entry types.
3669         (org-timeline-prefix-format): Option removed, use
3670         `org-agenda-prefix-format' instead.
3671         (org-prepare-agenda): New function.
3672         (org-select-timeline-window): Option removed, use
3673         `org-select-agenda-window' instead.
3674         (org-respect-restriction): Variable removed.
3675         (org-cmp-tag): New function.
3676         (org-agenda-sorting-strategy, org-entries-lessp):
3677         Implement sorting by last tag.
3678         (org-complete): Better completion in in-buffer option lines.
3679         (org-in-item-p): New function.
3680         (org-org-menu): Add entries for checkboxes.
3681         (org-cycle): Extra brouping in outline-regexp, because it is used
3682         in a search with "^" prepended.
3683         (org-provide-checkbox-statistics): New option.
3684         (org-set-font-lock-defaults): Highlight checkbox statistics.
3685         (org-update-checkbox-count-maybe)
3686         (org-get-checkbox-statistics-face): New functions.
3687         (org-update-checkbox-count): New command.
3688         (org-insert-item, org-toggle-checkbox):
3689         Call `org-update-checkbox-count-maybe'.
3690         (org-export-as-html): XEmacs compatibility for coding system.
3691         (org-force-cycle-archived): New command.
3692         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
3693         overrules cycling.
3694         (org-fix-position-after-promote): If the line contains only a todo
3695         keyword, add a final space.
3696         (org-promote-subtree, org-demote-subtree):
3697         Call `org-fix-position-after-promote'.
3699 2006-11-10  Glenn Morris  <rgm@gnu.org>
3701         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
3702         date in every year.
3703         (calendar-dst-check-each-year-flag): New customizable variable.
3704         (calendar-dst-find-data): New function, extracted from
3705         calendar-current-time-zone.
3706         (calendar-current-time-zone): Use calendar-dst-find-data.
3707         (calendar-dst-transition-cache): New variable.
3708         (calendar-dst-find-startend, calendar-dst-starts)
3709         (calendar-dst-ends): New functions.
3710         (calendar-daylight-savings-starts)
3711         (calendar-daylight-savings-ends): Change value to use
3712         calendar-dst-starts, calendar-dst-ends; respectively.
3714         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
3716         * ido.el (ido-enable-prefix)
3717         * ses.el (ses-call-printer-return)
3718         * net/tramp.el (tramp-unified-filenames)
3719         * progmodes/cc-align.el (c-lineup-string-cont)
3720         * progmodes/compile.el (compilation-directory-matcher)
3721         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3722         * progmodes/gdb-ui.el (gdb-many-windows)
3723         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3724         (vhdl-clock-rising-edge)
3725         * textmodes/org.el (org-export-with-timestamps)
3726         (org-export-remove-timestamps-from-toc, org-export-with-tags)
3727         (org-read-date): Doc fix (Nil -> nil).
3729 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3731         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3732         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
3734 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3736         * bs.el (bs--window-for-buffer): Remove.
3737         (bs--show-with-configuration): Use `get-window-with-predicate'
3738         instead of `bs--window-for-buffer'.
3740 2006-11-10  Kenichi Handa  <handa@m17n.org>
3742         * files.el (revert-buffer): Fix previous change.
3744 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
3746         * bs.el (bs--redisplay): Fix typo in docstring.
3747         (bs--window-config-coming-from): Make frame-local.
3748         (bs--restore-window-config): New function.
3749         (bs-kill, bs-select, bs-select-other-window)
3750         (bs-select-other-frame): Use it.
3751         (bs--window-for-buffer): Return as soon as a matching buffer is found.
3752         (bs--show-with-configuration): Save the window configuration as a
3753         frame local var, and only if *buffer-selection* is not already
3754         visible on this frame.
3756 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
3758         * vc-svn.el (vc-svn-admin-directory): New var.
3759         (vc-svn-registered, vc-svn-responsible-p)
3760         (vc-svn-repository-hostname): Use it.
3761         Suggested by arit93@yahoo.com.
3763 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3765         * ldefs-boot.el: Regenerate.
3767 2006-11-08  Alan Mackenzie  <acm@muc.de>
3769         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
3770         case (eq open-paren-in-column-0-is-defun-start nil) by searching
3771         for least nested open-paren.
3773 2006-11-08  Romain Francoise  <romain@orebokech.com>
3775         * subr.el (remove-overlays): Fix typo in last change.
3777 2006-11-08  Richard Stallman  <rms@gnu.org>
3779         * subr.el (remove-overlays): Call overlay-recenter.
3781 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3783         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3784         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
3785         behaviour.
3786         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
3787         directly.
3789 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3791         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
3792         (ido-max-dir-file-cache, ido-decorations)
3793         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
3794         (ido-magic-backward-char, ido-enter-dired)
3795         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
3796         (ido-list-directory, ido-first-match, ido-only-match)
3797         (ido-subdir, ido-indicator): Fix typos in docstrings.
3798         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
3799         (ido-read-internal): Fix typo in error message.
3801 2006-11-08  Kenichi Handa  <handa@m17n.org>
3803         * international/mule-cmds.el (set-default-coding-systems):
3804         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
3806 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3808         * makefile.w32-in (setwins): Remove.
3809         (WINS_ALMOST): New macro.
3810         (WINS): Use it.
3811         (autoloads): Don't extract autoloads from files in obsolete/.
3813 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
3815         * whitespace.el (whitespace-buffer): Call remove-overlays after
3816         overlay-recenter for performance.  Suggested by Martin Rudalics.
3818 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
3820         * net/tramp.el (tramp-default-method): scp is the default method.
3822 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
3824         * server.el (server-start): Save also the Emacs pid in the server file.
3826 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
3828         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
3829         point when displaying a bibtex cross reference in the echo area.
3831 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3833         * international/mule.el (make-char): Fix typo in docstring.
3834         (load-with-code-conversion, charsetp): Doc fixes.
3836         * international/ja-dic-cnv.el (skkdic-convert):
3837         * cus-edit.el (hook): Fix typo in docstring.
3839 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3841         * cus-edit.el (custom-mode-map): Move defvar above code using it.
3842         (custom-mode-link-map): New variable.
3843         (custom-group-link, custom-manual): Use follow-link.
3845 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3847         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
3848         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
3850 2006-11-06  Richard Stallman  <rms@gnu.org>
3852         * textmodes/flyspell.el (flyspell-correct-word-before-point):
3853         New function broken out of flyspell-correct-word.
3854         (flyspell-mode-map): Bind it to M-RET.
3855         (flyspell-correct-word): Call it.
3857         * textmodes/fill.el (fill-minibuffer-function): New function.
3858         (fill-paragraph): Bind fill-paragraph-function to
3859         fill-minibuffer-function.
3861         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
3862         so that they aren't undefined.
3864         * dired.el (dired-readin): Locally bind file-name-coding-system.
3866         * bindings.el: Shorten and clarify usual mode line mouse help string.
3868         * Makefile.in (autoloads): Don't include `obsolete'.
3870 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3872         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3873         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
3874         Printing menu if it's not initialized.
3875         (pr-menu-bind): Act on menu-bar-file-menu directly.
3877 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3879         * help.el (view-emacs-news): Fix typo in error message.
3881         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
3883         * shadowfile.el (shadow-define-regexp-group)
3884         (shadow-literal-groups, shadow-insert-var): Doc fixes.
3885         (shadow-read-files): Fix typo in message.
3886         (shadow-inhibit-overload, shadow-find, shadow-suffix)
3887         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
3888         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
3889         (shadow-file-match): Fix typos in docstrings.
3891         * terminal.el (terminal-emulator): Fix typo in message.
3893         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
3895         * emacs-lisp/lselect.el (x-kill-primary-selection)
3896         (x-delete-primary-selection, x-copy-primary-selection):
3897         Fix typos in error messages.
3899         * emulation/edt-mapper.el: Fix typo in interactive message.
3901         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
3903         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
3904         (ispell-help): Fix typos in docstrings.
3905         (ispell-help): Fix typo in output message.
3907         * allout.el (allout-adjust-file-variable)
3908         (allout-passphrase-verifier-string)
3909         (allout-passphrase-hint-string)
3910         (allout-toggle-current-subtree-encryption):
3911         * apropos.el (apropos-synonyms):
3912         * cus-edit.el (hook):
3913         * emacs-lock.el (emacs-lock-from-exiting):
3914         * follow.el (follow-avoid-tail-recenter-p):
3915         * hexl.el (hexl-mode):
3916         * mouse-copy.el (mouse-copy-work-around-drag-bug):
3917         * mouse.el (mouse-set-font):
3918         * resume.el (resume-emacs-args-file):
3919         * rfn-eshadow.el (file-name-shadow-tty-properties):
3920         * t-mouse.el (t-mouse-process, t-mouse-mode):
3921         * emacs-lisp/cust-print.el (custom-print-install)
3922         (custom-print-uninstall, custom-format):
3923         * emacs-lisp/shadow.el (list-load-path-shadows):
3924         * emulation/tpu-edt.el (tpu-help-text)
3925         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
3926         (tpu-reset-control-keys):
3927         * emulation/vip.el (vip-emacs-local-map)
3928         (vip-change-mode-to-emacs):
3929         * emulation/viper.el (viper-mode, viper-set-hooks)
3930         (viper-major-mode-modifier-list):
3931         * emulation/viper-init.el (viper-emacs-state-cursor-color):
3932         * emulation/viper-keym.el (viper-emacs-kbd-map)
3933         (viper-toggle-key):
3934         * mail/feedmail.el (feedmail-queue-reminder)
3935         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
3936         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
3937         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
3938         (feedmail-sender-line, feedmail-force-binary-write)
3939         (feedmail-from-line, feedmail-deduce-envelope-from)
3940         (feedmail-x-mailer-line, feedmail-message-id-generator)
3941         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
3942         (feedmail-enable-spray, feedmail-spray-this-address)
3943         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
3944         (feedmail-queue-runner-confirm-global)
3945         (feedmail-ask-before-queue-prompt)
3946         (feedmail-ask-before-queue-reprompt)
3947         (feedmail-prompt-before-queue-standard-alist)
3948         (feedmail-prompt-before-queue-user-alist)
3949         (feedmail-prompt-before-queue-help-supplement)
3950         (feedmail-queue-use-send-time-for-message-id)
3951         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
3952         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
3953         (feedmail-mail-send-hook-queued)
3954         (feedmail-confirm-addresses-hook-example)
3955         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
3956         (feedmail-queue-runner-mode-setter)
3957         (feedmail-queue-alternative-mail-header-separator)
3958         (feedmail-queue-runner-message-sender)
3959         (feedmail-buffer-eating-function, feedmail-binmail-template)
3960         (feedmail-run-the-queue-no-prompts)
3961         (feedmail-run-the-queue-global-prompt)
3962         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
3963         (feedmail-envelope-deducer, feedmail-fiddle-date)
3964         (feedmail-default-message-id-generator)
3965         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
3966         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
3967         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
3968         (vms-pmail-setup):
3969         * play/dunnet.el (dun-help):
3970         * play/handwrite.el (handwrite):
3971         * play/hanoi.el (hanoi-unix-64):
3972         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3973         * textmodes/enriched.el (fixed):
3974         * textmodes/org.el (org-file-apps)
3975         (org-emphasis-regexp-components, org-emphasis-alist):
3976         * textmodes/texinfmt.el (batch-texinfo-format):
3977         Fix typos in docstrings.
3979 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
3981         * loadhist.el (read-feature): Don't complete features not loaded
3982         from a file (which make `unload-feature' to fail).
3984 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3986         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
3988 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
3990         * startup.el (command-line-1): Kill emacs if the last frame is
3991         deleted while evaluating the command-line arguments.
3993 2006-11-05  Richard Stallman  <rms@gnu.org>
3995         * startup.el (init-file-had-error): Add doc string.
3996         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
3997         Use fixed-width font for keyboard key descriptions.
3999         * cus-edit.el (custom-save-all): Error if saving in .emacs
4000         and it had an error when loaded.
4002         * dired-aux.el (dired-copy-file-recursive): Catch errors
4003         from recursive copies in the loop, around the recursive call.
4005 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4007         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4008         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
4009         `/proc/acpi/thermal_zone/*'.
4010         (battery-search-for-one-match-in-files): New.  Search a regexp in
4011         the content of some files.
4013 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
4015         * window.el (mouse-autoselect-window-now): Remove variable.
4016         (mouse-autoselect-window-state): New variable.
4017         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4018         (mouse-autoselect-window-select, handle-select-window):
4019         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4020         Suspend delayed autoselection during menu or popup dialog.
4022         * info-look.el (info-lookup-guess-custom-symbol): New function
4023         for retrieving symbol at point in custom buffers.
4024         (top level) <info-lookup-maybe-add-help>: Add backquote and
4025         comma to ignored characters in regexps of help specifications
4026         for emacs-lisp-mode and lisp-interaction-mode.  This permits
4027         looking up symbols in `...' and after a comma.  Add help
4028         specifications for custom-mode and help-mode.
4030 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
4032         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4033         Don't encode body if RAW is non-nil, or if the old encoding is
4034         identical to the new encoding, or if the body contains only
4035         eight-bit-* characters.
4037 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4039         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4040         (faces-sample-overlay): Remove variable.
4041         (describe-face): Insert sample text in the face being described.
4043 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
4045         * whitespace.el (whitespace-indent-regexp): Make this match any
4046         multiples of eight spaces near the beginning of a line.
4047         (whitespace-buffer): Use `remove-overlays' instead of
4048         `whitespace-unhighlight-the-space' and `overlay-recenter' to
4049         speed up overlay handling.
4050         (whitespace-buffer-leading, whitespace-buffer-trailing):
4051         Make these functions highlight the text removed by
4052         `whitespace-buffer-leading-cleanup' and
4053         `whitespace-buffer-trailing-cleanup' respectively.
4054         (whitespace-buffer-search): Use `with-local-quit'.
4055         Move `format' out of loop to speed up scanning larger buffers.
4056         (whitespace-unhighlight-the-space): Remove `remove-hook' since
4057         that function is never added to a hook.
4058         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4059         (whitespace-buffer-leading-cleanup)
4060         (whitespace-refresh-rescan-list): Fix docstrings.
4062 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
4064         * allout.el (allout-during-yank-processing): Cue for inhibiting
4065         aberrance processing during yanks.
4066         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4067         the amount of yanked topics that can be aberrant.
4068         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4069         a function, and supplement with inihibition of doublechecking
4070         during yanks.
4071         (allout-beginning-of-line, allout-next-heading)
4072         (allout-previous-heading, allout-goto-prefix-doublechecked)
4073         (allout-back-to-current-heading, allout-next-visible-heading)
4074         (allout-next-sibling): Use new allout-do-doublecheck function.
4075         (allout-next-sibling): Ensure we made progress when returning
4076         other than nil.
4077         (allout-rebullet-heading): Preserve text property annotations
4078         indicating the text was hidden, if it was.
4079         (allout-kill-line): Remove any added was-hidden annotations.
4080         (allout-kill-topic): Remove any added was-hidden annotations.
4081         (allout-annotate-hidden): Inhibit adding was-hidden text
4082         properties to the undo list.
4083         (allout-deannotate-hidden): New function to remove was-hidden
4084         annotation.
4085         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4086         (allout-remove-exposure-annotation): Replace by
4087         allout-deannotate-hidden.
4088         (allout-yank-processing): Signal that yank processing is happening
4089         with allout-during-yank-processing.  Also, wrap
4090         allout-unprotected's closer to the text changes, for easier
4091         debugging.  We need to inhibit-field-text-motion explicitly, in
4092         lieu of the encompassing allout-unprotected.
4093         (outlineify-sticky): Adjust criteria for triggering new outline
4094         decorations to presence or absence of any topics, not just a topic
4095         at the beginning of the buffer.
4097 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4099         * bs.el (bs--show-all, bs--redisplay):
4100         * cus-edit.el (custom-unlispify-menu-entries)
4101         (custom-unlispify-tag-names, custom-prompt-variable):
4102         * expand.el (expand-pos):
4103         * speedbar.el (speedbar-generic-list-tag-p):
4104         * wid-edit.el (widget-image-enable):
4105         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4106         * emacs-lisp/find-func.el (find-function-noselect)
4107         (find-function, find-variable-noselect, find-variable)
4108         (find-definition-noselect, find-face-definition):
4109         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4110         * net/eudc-vars.el (eudc-expansion-overwrites-query):
4111         * progmodes/ada-xref.el (ada-find-in-ali):
4112         * textmodes/flyspell.el (flyspell-check-tex-math-command):
4113         * textmodes/org.el (org-copy-subtree):
4114         * textmodes/table.el (table--row-column-insertion-point-p):
4115         Use "non-nil" in docstrings.
4117 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
4119         * sort.el (sort-columns): Set the field separator to tab; on
4120         NetBSD, sort complains if "\n" is used as field separator.
4122 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
4124         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4126 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4128         * server.el (server-auth-key): Remove.  Replace by a process-property.
4129         (server-start): Don't remove the file of the previous process, but
4130         instead clear out the place for the new file.
4131         (server-start): Set the :auth-key property.
4132         (server-process-filter): Use the :auth-key property.
4134 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
4136         * textmodes/org.el (org-mode-map): No longer copy
4137         `outline-mode-map' explicitly - this is already done by
4138         `define-derived-mode'.
4140 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
4142         * server.el (server-visit-files): Use `when'.
4143         (server-process-filter): When authentication fails, send error
4144         message to client.  Wrap `process-send-region' in `ignore-errors'
4145         instead of `condition-case', and remove misleading comment.
4147 2006-11-01  Juri Linkov  <juri@jurta.org>
4149         * simple.el (yank): Doc fix.
4151 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4153         * server.el: Try and fit within 80 columns.
4154         (server-start): Make the auth file unreadable by other users.
4156 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4158         * battery.el (battery-linux-proc-acpi): Prevent range error when
4159         `full-capacity' is 0.
4161 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4163         * faces.el (faces-sample-overlay): New defvar.
4164         (faces-sample-overlay): New function to show face sample text.
4165         (describe-face): Use it.
4167 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
4169         * progmodes/ada-stmt.el: Change maintainer, apply
4170         whitespace-cleanup, checkdoc.
4171         (ada-func-or-proc-name): Add doc string.
4173         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4174         whitespace-cleanup, checkdoc.  Minor improvements to many doc
4175         strings and comments.
4176         (ada-prj-display-page): Change buffer name to more accurately
4177         reflect function.
4179         * progmodes/ada-xref.el: Change maintainer, apply
4180         whitespace-cleanup, checkdoc.  Minor improvements to many doc
4181         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
4182         (ada-compile-current): Don't add newlines to commands.
4184 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
4186         * server.el: Add support for TCP sockets.
4187         (server-use-tcp, server-host, server-auth-dir): New options.
4188         (server-auth-key): New variable.
4189         (server-ensure-safe-dir): Create nonexistent parent dirs.
4190         Ignore Unix-style file modes on Windows.
4191         (server-start): Crete a TCP or Unix socket according to the value
4192         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
4193         `server-auth-dir' directory.
4194         (server-process-filter): Delete process if authentication
4195         fails (which never happens for Unix sockets).
4197 2006-10-30  David Kastrup  <dak@gnu.org>
4199         * subr.el (add-to-list): Don't continue checking if a match has
4200         been found.
4202 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
4204         * tutorial.el: Move defvars to avoid bytecomp warnings.
4205         (tutorial--find-changed-keys): Check if viper-current-state is
4206         bound before using it.
4207         (help-with-tutorial): Check if viper-tutorial is defined before
4208         using it.
4210 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4212         * help-fns.el (help-with-tutorial): Move to tutorial.el.
4214         * tutorial.el: New file.
4215         (help-with-tutorial): Move here from help-fns.el. Added help for
4216         rebound keys.  Fixed resume of tutorial.
4217         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4218         (tutorial--find-changed-keys, tutorial--display-changes)
4219         (tutorial--saved-dir, tutorial--saved-file)
4220         (tutorial--save-tutorial): New functions to support the changes in
4221         help-with-tutorial.
4223 2006-10-30  Kenichi Handa  <handa@m17n.org>
4225         * files.el (revert-buffer): If a unibyte buffer is being reverted
4226         with a coding system for multibyte, set buffer multibyte before
4227         calling insert-file-contents.
4229 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4231         * server.el (server-select-display): Use a dummy buffer to detect when
4232         the frame is later used.
4233         (server-select-display): New function.
4234         (server-process-filter): Use it to detect unused temp frames.
4236 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
4238         * progmodes/ada-mode.el: Change maintainer, apply
4239         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
4240         (ada-mode-version): New function.
4241         (ada-create-menu): Menu operations are available for all supported
4242         compilers.
4244 2006-10-29  Lars Hansen  <larsh@soem.dk>
4246         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4247         Highlight as keyword.
4248         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4249         Don't call tramp-method-out-of-band-p for local files.
4250         (tramp-touch): Quote file name.
4252 2006-10-28  Glenn Morris  <rgm@gnu.org>
4254         * calendar/calendar.el (cal-html-cursor-month)
4255         (cal-html-cursor-year): Add autoloads for this new package.
4256         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
4258 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
4260         * calendar/cal-html.el: New file.
4262 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
4264         * emacs-lisp/authors.el (authors-aliases): Update.
4266 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
4268         * version.el (emacs-version): Bump version number to 22.0.90.
4270 2006-10-26  John W. Eaton  <jwe@octave.org>
4272         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
4273         New defvar.
4274         (inferior-octave-resync-dirs): Check to see whether Octave has
4275         built-in variables and set inferior-octave-has-built-in-variables.
4276         Check inferior-octave-has-built-in-variables to decide whether to
4277         send commands that set built-in variables or call functions to
4278         change Octave's behavior.
4279         Send "disp (pwd ())" to Octave instead of just "pwd".
4280         (inferior-octave-startup): Send "more off" to Octave instead of
4281         "page_screen_output = 0".
4283 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
4285         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
4286         pattern normally.
4288 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
4290         * bindings.el (mode-line-mode-menu): Remove bindings for global
4291         minor modes (line/column number) as they are on the menubar.
4293 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
4295         * term/w32-win.el (x-handle-name-switch): Doc fix.
4296         (w32-standard-fontset-spec): Fix typo in docstring.
4298         * midnight.el (midnight-buffer-display-time): Doc fix.
4299         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
4301 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4303         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
4305         * viper-ex.el (ex-read): Quote file argument.
4307         * ediff-diff.el (ediff-same-file-contents): Expand file names.
4309         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
4311 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
4313         * textmodes/flyspell.el (flyspell-check-region-doublons):
4314         Fix last fix.
4316 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
4318         * bindings.el (mode-line-mode-menu): List global minor modes
4319         before local ones.
4321 2006-10-23  Kim F. Storm  <storm@cua.dk>
4323         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
4324         (sit-for): If last command was a prefix arg, add the read-ahead
4325         event to unread-command-events as (t . EVENT) so it will be added
4326         to this-command-keys by read-key-sequence.
4328 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
4330         * textmodes/flyspell.el (flyspell-word): Skip past all previous
4331         whitespace when checking doublons.
4332         (flyspell-check-region-doublons): Fix doublon regexp.
4333         (flyspell-highlight-incorrect-region): Highlight doublons using
4334         flyspell-duplicate face.
4336         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
4338 2006-10-22  John Wiegley  <johnw@newartisans.com>
4340         * progmodes/python.el (python-use-skeletons): python-mode was
4341         auto-inserting templates (for those with abbrev-mode on), not only
4342         by default -- *but without a configuration variable to disable
4343         it*.  This rendered python-mode completely useless for me, so I
4344         have added `python-use-skeletons', which is now off by default.
4346 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
4348         * progmodes/cperl-mode.el (cperl-mode): Don't assume
4349         font-lock-multiline is auto-local (it's not).
4350         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
4351         initialized before calling cperl-init-faces.
4353 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
4355         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
4356         gdb-stack-position a value when there is no fringe.
4358         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
4359         indicator if not visiting a file.
4361 2006-10-20  David Kastrup  <dak@gnu.org>
4363         * window.el (kill-buffer-and-window): Fix a bug where an aborted
4364         operation would still cause some window to collapse later.
4366 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4368         * vc.el (vc-switch-backend): Try to be more careful with unwanted
4369         side-effect due to mixing various backends's file properties.
4371         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
4372         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
4373         Return `filename's status if applicable.  Update callers.
4375 2006-10-19  Kenichi Handa  <handa@m17n.org>
4377         * international/kkc.el (kkc-region): When a key sequence is not
4378         defined, append (this-single-command-raw-keys) to
4379         unread-input-method-events.
4381 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
4383         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
4385 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4387         * version.el (emacs-version): Use mac-carbon-version-string.
4389         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
4391 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4393         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
4394         Kenichi Handa).
4395         (xselect-convert-to-string): Decline requests for UTF8_STRING if
4396         the selection is not UTF-8.
4398 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
4400         * progmodes/ada-mode.el (ada-83-string-keywords)
4401         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
4402         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
4403         (ada-looking-at-semi-private, ada-get-body-name):
4404         Fix typos in docstrings.
4405         (ada-create-case-exception, ada-create-case-exception-substring):
4406         Fix typos in error messages.
4407         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
4409 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4411         * term/x-win.el (res-geometry): Don't set geometry from Xresources
4412         to default-frame-alist if default-frame-alist already contains
4413         width/height.
4415 2006-10-18  Richard Stallman  <rms@gnu.org>
4417         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
4418         Non-interactive arg is the value, not the expression.
4420         * simple.el (read-expression-map): Just set it, no defvar.
4422         * subr.el (insert-for-yank-1): If last inserted char has
4423         properties, mark them as rear-nonsticky.
4425         * recentf.el (recentf-mode): Doc fix.
4427         * facemenu.el (facemenu-add-new-face): Defend against symbol
4428         that isn't a face name.
4430         * dired-aux.el (dired-do-copy): Doc fix.
4432 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
4434         * simple.el (line-move-1): Ignore fields when moving to the
4435         beginning of line to avoid getting point stuck.
4437 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
4439         * textmodes/flyspell.el (flyspell-word-search-backward):
4440         Set inhibit-point-motion-hooks to avoid looping due to intangibile
4441         text.
4443 2006-10-16  Richard Stallman  <rms@gnu.org>
4445         * help-fns.el (describe-function-1): Special case optimization
4446         for self-insert-command.
4448 2006-10-16  Kim F. Storm  <storm@cua.dk>
4450         * ido.el (ido-reread-directory): Work in `dir' mode too.
4452 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
4454         * textmodes/table.el: Require 'regexp-opt.
4456 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4458         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
4459         Use shell-quote-argument.
4461         * shell.el (explicit-bash-args): Likewise.
4463         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
4464         Use grep -E rather than egrep.
4466 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4468         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
4470 2006-10-15  Kim F. Storm  <storm@cua.dk>
4472         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
4474 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4476         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
4477         to protect whitespace and metacharacters from the shell.
4479 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4481         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
4483 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
4485         * subr.el (start-process-shell-command): Doc fix.
4487 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
4489         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
4490         the regexp for Maxima symbols.
4492 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4494         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
4495         (vc-find-root): Don't walk higher up than ~.
4497 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
4499         * international/utf-8.el (utf-translate-cjk-load-tables):
4500         Avoid clobbering last-coding-system-used during load.
4502 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
4504         * textmodes/reftex-global.el (reftex-create-tags-file):
4505         Quote file arguments.
4507 2006-10-12  Richard Stallman  <rms@gnu.org>
4509         * files.el (file-name-history): Add defvar.
4510         (save-some-buffers-action-alist): Improve description strings.
4512 2006-10-12  Andreas Schwab  <schwab@suse.de>
4514         * files.el (auto-mode-alist): Match change log file name also with
4515         a dash before a numeric extension.
4517 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
4519         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
4520         After 5.0:
4521         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
4523         After 5.1: Major edit.  Summary of most visible changes:
4525         - Multiple <<HERE per line allowed.
4526         - Handles multiline subroutine declaration headers (with comments).
4527           (The exception is `cperl-etags' - but it is not used in the rest
4528           of the mode.)
4529         - Fontifies multiline my/our declarations (even with comments,
4530           and with legacy `font-lock').
4531         - Major speedup of syntaxification, both immediate and postponed
4532           (3.5x to 15x [for different CPUs and versions of Emacs] on the
4533           huge real-life document I tested).
4534         - New bindings, edits to imenu.
4535         - "_" is made into word-char during fontification/syntaxification;
4536           some attempts to recognize non-word "_" during other operations too.
4537         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
4538         - autoload some more perldoc-related stuff
4539         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
4540         - Attempt to incorporate XEmacs edits which reached me.
4542         Fine-grained changelog:
4543         (cperl-hook-after-change): New configuration variable.
4544         (cperl-vc-sccs-header): Likewise.
4545         (cperl-vc-sccs-header): Likewise.
4546         (cperl-vc-header-alist): Default via two preceding variables.
4547         (cperl-invalid-face): Remove double quoting under XEmacs
4548                 (still needed under 21.2).
4549         (cperl-tips): Update URLs for resources.
4550         (cperl-problems): Likewise.
4551         (cperl-praise): Mention new features.
4552         New C-c key bindings: for `cperl-find-bad-style',
4553         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
4554         `cperl-perdoc', and `cperl-perldoc-at-point'.
4555         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
4556         moved, new submenu of Tools with Ispell entries and narrowing.
4557         (cperl-after-sub-regexp): New defsubst.
4558         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
4559                 Allows heads up to head4.
4560                 Allow "package;".
4561         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
4562         (paren-backwards-message): ??? Something for XEmacs???
4563         (cperl-mode): Never auto-switch abbrev-mode off.
4564                 Try to allow '_' be non-word char.
4565                 Do not use `font-lock-unfontify-region-function' on XEmacs.
4566                 Reset syntax cache on mode start.
4567                 Support multiline facification (even on legacy `font-lock').
4568         (cperl-facemenu-add-face-function): ??? Some contributed code ???
4569         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
4570                 refuse to inform us whether the fontification is due to lazy
4571                 calling or due to edit to a buffer, install our own hook
4572                 (controlled by `cperl-hook-after-change').
4573         (cperl-electric-pod): =cut may have been recognized as start.
4574         (cperl-block-p): Move, updatedfor attributes.
4575         (cperl-calculate-indent): Try to allow '_' be non-word char
4576                 Support subs with attributes.
4577         (cperl-where-am-i): Queit (?) a warning.
4578         (cperl-cached-syntax-table)     New function.
4579         (cperl-forward-re): Use `cperl-cached-syntax-table'.
4580         (cperl-unwind-to-safe): Recognize `syntax-type' property
4581                 changing in a middle of line.
4582         (cperl-find-sub-attrs): New function.
4583         (cperl-find-pods-heres): Allow many <<EOP per line.
4584                 Allow subs with attributes.
4585                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
4586                 Recognize "extproc " (OS/2) case-folded and only at start.
4587                 /x on s///x with empty replacement was not recognized.
4588                 Better comments.
4589         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
4590                 Allow subs with attributes, labels.
4591                 Do not confuse "else::foo" with "else".
4592                 Minor optimizations...
4593         (cperl-after-expr-p): Try to allow '_' be non-word char.
4594         (cperl-fill-paragraph): Try to detect a major bug in Emacs
4595                 with `looking-at' inside `narrow' and bulk out if found.
4596         (cperl-imenu--create-perl-index): Updates for new
4597                 `cperl-imenu--function-name-regexp-perl'.
4598         (cperl-outline-level): Likewise.
4599         (cperl-init-faces): Allow multiline subroutine headers
4600                 and my/our declarations, and ones with comments.
4601                 Allow subroutine attributes.
4602         (cperl-imenu-on-info): Better docstring.
4603         (cperl-etags): Rudimentary support for attributes.
4604                 Support for packages and "package;".
4605         (cperl-add-tags-recurse-noxs): Better (?) docstring.
4606         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
4607         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
4608         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
4609         (cperl-perldoc): Add autoload.
4610         (cperl-perldoc-at-point): Likewise.
4611         (cperl-here-doc-spell): New function.
4612         (cperl-pod-spell): Likewise.
4613         (cperl-map-pods-heres): Likewise.
4614         (cperl-get-here-doc-region): Likewise.
4615         (cperl-font-lock-fontify-region-function): Likewise (backward
4616                 compatibility for legacy `font-lock').
4617         (cperl-font-lock-unfontify-region-function): Fix style.
4618         (cperl-fontify-syntaxically): Recognize and optimize away deferred
4619                 calls with no-change.  Governed by `cperl-hook-after-change'.
4620         (cperl-fontify-update): Recognize that syntaxification region
4621                 can be larger than fontification one.
4622                 XXXX we leave `cperl-postpone' property, so this is quadratic...
4623         (cperl-fontify-update-bad): Temporary placeholder until
4624                 it is clear how to implement `cperl-fontify-update'.
4625         (cperl-time-fontification): New function.
4626         (attrib-group): New text attribute.
4627         (multiline): New value: `syntax-type' text attribute.
4629         After 5.2:
4630         (cperl-emulate-lazy-lock): New function.
4631         (cperl-fontify-syntaxically): Would skip large regions.
4632         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
4633         Some globals were declared, but uninitialized.
4635         After 5.3, 5.4:
4636         (cperl-facemenu-add-face-function): Add docs, fix U<>.
4637         Copyright message updated.
4638         (cperl-init-faces): Work around a bug in `font-lock'. May slow
4639                         facification down a bit.
4640                 Misprint for my|our|local for old `font-lock'
4641                         "our" was not fontified same as "my|local".
4642                 Highlight variables after "my" etc even in
4643                         a middle of an expression.
4644                 Do not facify multiple variables after my etc
4645                         unless parentheses are present.
4647         After 5.5, 5.6
4648         (cperl-fontify-syntaxically): after-change hook could reset.
4649         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
4651         After 5.7:
4652         (cperl-init-faces): Allow highlighting of local ($/).
4653         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
4654         (cperl-problems): Remove fixed problems.
4655         (cperl-find-pods-heres): Recognize #-comments in m##x too.
4656                 Recognize charclasses (unless delimiter is \).
4657         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
4658         (cperl-regexp-scan): Update docs.
4659         (cperl-beautify-regexp-piece): Use information got from regexp scan.
4661         After 5.8:
4662         Major user visible changes:
4663         Recognition and fontification of character classes in RExen.
4664         Variable indentation of RExen according to groups.
4666         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
4667                 Fontify REx charclasses in variable-name face.
4668                 Fontify POSIX charclasses in "type" face.
4669                 Fontify unmatched "]" in function-name face.
4670                 Mark first-char of HERE-doc as `front-sticky'.
4671                 Reset `front-sticky' property when needed.
4672         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
4673         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
4674         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
4675                 constructs.  Support `narrow'ed buffers.
4676         (cperl-praise): Remove a reservation.
4677         (cperl-make-indent): New function.
4678         (cperl-indent-for-comment): Use `cperl-make-indent'.
4679         (cperl-indent-line): Likewise.
4680         (cperl-lineup): Likewise.
4681         (cperl-beautify-regexp-piece): Likewise.
4682         (cperl-contract-level): Likewise.
4683         (cperl-toggle-set-debug-unwind): New function.
4684                 New menu entry for this.
4685         (fill-paragraph-function): Use when `boundp'.
4686         (cperl-calculate-indent): Take into account groups when indenting RExen.
4687         (cperl-to-comment-or-eol): Recognize # which end a string.
4688         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
4689         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
4690         (cperl-fontify-syntaxically): More clear debugging message.
4691         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
4692         (cperl-init-faces): More complicated highlight even on XEmacs (new).
4693         Merge cosmetic changes from XEmacs.
4695         After 5.9:
4696         (cperl-1+): Move to before the first use.
4697         (cperl-1-): Likewise.
4699         After 5.10:
4701         This code may lock Emacs hard!!!  Use at your own risk!
4703         (cperl-font-locking): New internal variable.
4704         (cperl-beginning-of-property): New function.
4705         (cperl-calculate-indent): Use `cperl-beginning-of-property'
4706         instead of `previous-single-property-change'.
4707         (cperl-unwind-to-safe): Likewise.
4708         (cperl-after-expr-p): Likewise.
4709         (cperl-get-here-doc-region): Likewise.
4710         (cperl-font-lock-fontify-region-function): Likewise.
4711         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
4712                         recursively.
4713                 Bound `next-single-property-change' via `point-max'.
4714         (cperl-unwind-to-safe): Bound likewise
4715         (cperl-font-lock-fontify-region-function): Likewise.
4716         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
4717                 Initialization of `cperl-font-lock-multiline-start' could be
4718                 missed if the "main" fontification did not run due to the
4719                 keyword being already fontified.
4720         (cperl-pod-spell): Return t from do-one-chunk function.
4721         (cperl-map-pods-heres): Stop when the worker returns nil.
4722                 Call `cperl-update-syntaxification'.
4723         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
4724         (cperl-get-here-doc-delim): Remove unused function.
4726         After 5.11:
4728         The possible lockup of Emacs (introduced in 5.10) fixed.
4730         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
4731         (cperl-syntaxify-for-menu): New customization variable.
4732         (cperl-select-this-pod-or-here-doc): New function.
4733         (cperl-get-here-doc-region): Extra argument.
4734                 Do not adjust pos by 1.
4736         New menu entries
4737                 (Perl/Tools): Selection of current POD or HERE-DOC section.
4738                 (Debugging CPerl:) backtrace on fontification.
4740         After 5.12:
4741         (cperl-cached-syntax-table): Use `car-safe'.
4742         (cperl-forward-re): Remove spurious argument SET-ST.
4743                 Add documentation.
4744         (cperl-forward-group-in-re): New function.
4745         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
4746         (XXXX Temporary (?) hack is to syntax-mark them as comment).
4748         After 5.13:
4749         (cperl-string-syntax-table): Make { and } not-grouping
4750           (Sometimes they ARE grouping in RExen, but matching them would only
4751            confuse in many situations when they are not)
4752         (beginning-of-buffer): Replace two occurences with goto-char...
4753         (cperl-calculate-indent): `char-after' could be nil...
4754         (cperl-find-pods-heres): REx can start after "[" too.
4755                 Hightlight (??{}) in RExen too.
4756         (cperl-maybe-white-and-comment-rex): New constant
4757         (cperl-white-and-comment-rex): Likewise.
4758                 XXXX Not very efficient, but hard to make
4759                 better while keeping 1 group.
4761         After 5.13:
4762         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
4763                 Likewise for 1 << identifier.
4765         After 5.14:
4766         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
4767                 Error-less condition-case could fail.
4768         (cperl-font-lock-fontify-region-function): Likewise.
4769         (cperl-init-faces): Likewise.
4771         After 5.15:
4772         (cperl-find-pods-heres): Support property REx-part2.
4773         (cperl-calculate-indent): Likewise.
4774                 Don't special-case REx with non-empty 1st line.
4775         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
4776                 Invert highlighting of charclasses:
4777                         now the envelop is highlighted.
4778                 Highlight many others 0-length builtins.
4779         (cperl-praise): Mention indenting and highlight in RExen.
4781         After 5.15:
4782         (cperl-find-pods-heres): Highlight capturing parens in REx.
4784         After 5.16:
4785         (cperl-find-pods-heres): Highlight '|' for alternation
4786         Initialize `font-lock-warning-face' if not present.
4787         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
4788                          `font-lock-function-name-face'.
4789         (cperl-look-at-leading-count): Likewise.
4790         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
4791                         `font-lock-keyword-face' (needed for
4792                         batch processing), etc...
4793                 Use `font-lock-builtin-face' for builtin in REx
4794                         Now `font-lock-variable-name-face'
4795                         is used for interpolated variables
4796                 Use "talking aliases" for faces inside REx
4797                 Highlight parts of REx (except in charclasses)
4798                         according to the syntax and/or semantic
4799                 Syntax-mark a {}-part of (?{}) as "comment"
4800                         (it was the ()-part)
4801                 Better logic to distinguish what is what in REx
4802         (cperl-tips-faces): Document REx highlighting
4803         (cperl-praise): Mention REx syntax highlight etc.
4805         After 5.17:
4806         (cperl-find-sub-attrs): Would not always manage to print error message.
4807         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
4809         After 5.18:
4810         (cperl-find-pods-heres): Misprint in REx for parsing REx.
4811                 Very minor optimization.
4812                 `my-cperl-REx-modifiers-face' got quoted.
4813                 Recognize "print $foo <<END" as HERE-doc.
4814                 Put `REx-interpolated' text attribute if needed.
4815         (cperl-invert-if-unless-modifiers): New function.
4816         (cperl-backward-to-start-of-expr): Likewise.
4817         (cperl-forward-to-end-of-expr): Likewise.
4818         (cperl-invert-if-unless): Works in "the opposite way" too.
4819                 Cursor position on return is on the switch-word.
4820                 Indents comments better.
4821         (REx-interpolated): New text attribute.
4822         (cperl-next-interpolated-REx): New function.
4823         (cperl-next-interpolated-REx-0): Likewise.
4824         (cperl-next-interpolated-REx-1): Likewise.
4825         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
4826         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
4827         (cperl-praise): Mention finded interpolated RExen.
4829         After 5.19:
4830         (cperl-init-faces): Highlight %$foo, @$foo too.
4831         (cperl-short-docs): Better docs for system, exec.
4832         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
4833                 Would not find HERE-doc ended by EOF without NL.
4834         (cperl-short-docs): Correct not-doubled \-escapes.
4835         start block: Put some `defvar' for stuff gone from XEmacs.
4837         After 5.20:
4838         initial comment: Extend copyright, fix email address.
4839         (cperl-indent-comment-at-column-0): New customization variable.
4840         (cperl-comment-indent): Indentation after $#a would increasy by 1.
4841         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
4842         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
4843         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
4844         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
4845                         highlight $ in $foo too (UNTESTED).
4846         (cperl-set-style): Docstring missed some available styles.
4847         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
4848                 Change "Current" to "Memorize Current".
4849         (cperl-indent-wrt-brace): New customization variable; the default is
4850                 as for pre-5.2 version.
4851         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
4852         (cperl-style-alist): Likewise.
4853         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
4854                 and `cperl-extra-newline-before-brace' etc
4855                 being t
4856         (cperl-indent-exp): Plans B and C to find continuation blocks even
4857                 if `cperl-extra-newline-before-brace' is t.
4859         After 5.21:
4860         Improve some docstrings concerning indentation.
4861         (cperl-indent-rules-alist): New variable.
4862         (cperl-sniff-for-indent): New function name
4863                 (separated from `cperl-calculate-indent').
4864         (cperl-calculate-indent): Separate the sniffer and the indenter;
4865                 uses `cperl-sniff-for-indent' now.
4866         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
4867                 was inverted;
4868                 Support `comment-column' = 0.
4870 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
4872         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
4873         * help-at-pt.el (scan-buf-move-to-region): Likewise.
4874         * longlines.el (longlines-window-change-function): Likewise.
4875         * simple.el (undo-ask-before-discard): Likewise.
4876         * wid-edit.el (widget-field-prompt-internal)
4877         (widget-documentation-link-p): Likewise.
4879 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4881         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
4882         for a keyword.
4884 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4886         * newcomment.el (comment-valid-prefix-p): Make the check
4887         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
4888         (comment-indent-new-line): Adjust call.
4890 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
4892         * allout.el (allout-back-to-current-heading): Base on lower-level
4893         routines to get proper disqualification of aberrant topics.
4895 2006-10-09  Richard Stallman  <rms@gnu.org>
4897         * textmodes/two-column.el (2C-two-columns): Doc fix.
4899 2006-10-09  Kim F. Storm  <storm@cua.dk>
4901         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
4902         about implicit use.
4904 2006-10-08  Richard Stallman  <rms@gnu.org>
4906         * textmodes/two-column.el (2C-two-columns): Doc fix.
4908 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4910         * files.el: Mark `buffer-read-only' as safe-local-variable.
4912 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
4914         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
4915         Burp if GUD buffer has been killed.
4917 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4919         * completion.el (add-completions-from-c-buffer):
4920         Don't presume an error's second element is a string.
4921         Use looking-at rather than buffer-substring + member.
4923 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
4925         * mail/rmail.el (rmail-redecode-body): If the old encoding is
4926         `undecided', call find-coding-systems-region to find a proper
4927         non-trivial encoding.
4928         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
4929         and "text/plain".
4931 2006-10-07  Kevin Ryde  <user42@zip.com.au>
4933         * textmodes/reftex-vars.el (defgroup reftex): Update home page
4934         url-link.
4936         * strokes.el (defgroup strokes): Remove invalid url-link.
4938 2006-10-07  Magnus Henoch  <mange@freemail.hu>
4940         * autoinsert.el (auto-insert-alist): Doc fix.
4942 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4944         * mouse-sel.el (mouse-insert-selection-internal):
4945         Use insert-for-yank, so that yank handlers are run.
4947 2006-10-07  Kim F. Storm  <storm@cua.dk>
4949         * ido.el (ido-file-extension-aux): Fix comparison.
4951 2006-10-06  Kim F. Storm  <storm@cua.dk>
4953         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
4955 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
4957         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
4958         (ad-make-mapped-call): Use `let', not `let*'.
4960 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
4962         * international/mule-cmds.el (coding-system-change-eol-conversion):
4963         Ensure the coding system is initialized before calling
4964         coding-system-eol-type.
4966 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
4968         * textmodes/org.el (org-rm-props, org-activate-plain-links)
4969         (org-activate-angle-links, org-activate-dates)
4970         (org-activate-target-links, org-activate-camels)
4971         (org-activate-tags): Add `rear-nonsticky' text property to avoid
4972         textproperty keymaps from being active beyond the end of a line.
4973         (org-unfontify-region): Also remove `rear-nonsticky' property.
4975 2006-10-04  Kenichi Handa  <handa@m17n.org>
4977         * international/code-pages.el (next): Table fixed.
4979 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4981         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
4982         that it's been made unnecessary by removing narrowing.
4984 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4986         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
4987         control flow a bit, simplify another bit, and add comments.
4989 2006-10-03  David Kastrup  <dak@gnu.org>
4991         * help.el (describe-mode): For clicks on mode-line, use "@"
4992         interactive argument to get the major mode of the click instead of
4993         the current buffer.
4995         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
4996         in order to better redirect mouse-2 clicks.  Also allow default
4997         bindings to apply.
4999 2006-10-03  Kim F. Storm  <storm@cua.dk>
5001         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5002         (pushnew): Fix last change.
5004 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
5006         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5007         Use the interactive spec of `eval-expression'.
5009 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5011         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5013 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5015         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5016         2006-09-28 commit.
5018 2006-10-02  Kenichi Handa  <handa@m17n.org>
5020         * international/code-pages.el (iso-8859-6): Table fixed.
5022 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
5024         * dired.el (dired-build-subdir-alist): Fix previous change.
5026 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
5028         * simple.el (undo-elt-crosses-region): Fix the inequalities.
5030 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5032         * emacs-lisp/find-func.el (find-function-regexp): Don't match
5033         "define-button-type".
5035         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5036         they don't keep accumulating.
5038 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5040         * ffap.el (ffap-rfc-path): Change the address of the RFC
5041         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5043 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
5045         * allout.el (allout-expose-topic): Rectify implementation of "+"
5046         spec, so that bodies are not exposed with headlines.
5048 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
5050         * allout.el (allout-current-depth): Do aberrent check only at or
5051         below doublecheck depth.
5052         (allout-chart-subtree): Make it explicit that LEVELS being nil
5053         means unlimited depth.  Drop undocumented support for LEVELS value
5054         t meaning unlimited depth.  (This is consistent with
5055         allout-chart-to-reveal, but contrary to allout-show-children,
5056         which needs to use nil to default to depth of 1.)
5057         (allout-goto-prefix-doublechecked): Wrap long docstring line.
5058         (allout-chart-to-reveal): Be explicit in docstring about meaning
5059         of nil LEVELS, and drop support for LEVELS value t.
5060         (allout-show-children): Translate the level spec used by this
5061         routine to that used by allout-chart-subtree and
5062         allout-chart-to-reveal.
5063         (allout-show-to-offshoot): Retry once when stuck, after opening
5064         subtree - improvements in discontinuity handling likely will
5065         enable progress.
5067 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
5069         * wid-edit.el (widget-button-click-moves-point): New variable.
5070         (widget-button-click): If widget-button-click-moves-point is
5071         non-nil, set point after performing the button action
5073         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5075 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
5077         * files.el (find-file-existing): Modify to not allow wildcards.
5079 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5081         * simple.el (undo-more): When undo information for the region is
5082         exhausted, say "No further undo information FOR REGION".
5084 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5086         * progmodes/sh-script.el (sh-prev-thing):
5087         Take `sh-leading-keywords' into account.
5089 2006-09-29  Glenn Morris  <rgm@gnu.org>
5091         * custom.el (defcustom): Doc fix.
5093         * calendar/calendar.el (european-calendar-style):
5094         Call european-calendar or american-calendar as needed when set.
5095         (diary-view-entries, list-calendar-holidays): Move autoloads
5096         before use.
5098 2006-09-29  Juri Linkov  <juri@jurta.org>
5100         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5101         to nil if there is no previous property change.
5103 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5105         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5106         saving anything to be sure that `forward-sexp' behaves correctly.
5108 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
5110         * simple.el (line-move-finish): Ignore field boundaries if the
5111         initial and final points have the same `field' property.
5113 2006-09-29  Kim F. Storm  <storm@cua.dk>
5115         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5116         to t while calling ido-read-internal.
5118 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
5120         * textmodes/org.el (org-file-remote-p): Get regexp from list.
5121         (org-archive-subtree): Remove erraneous `]' from character list.
5123 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
5125         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5126         (ses-reconstruct-all): Make undo of "insert row" work by keeping
5127         markers for data-area and parameters-area.
5129 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5131         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5133         * font-lock.el (font-lock-after-change-function): Refontify next line
5134         as well if end is at BOL.
5135         (font-lock-extend-jit-lock-region-after-change): Be more careful to
5136         only extend the region as much as needed.
5138 2006-09-28  Richard Stallman  <rms@gnu.org>
5140         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5142         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5144         * international/mule.el (after-insert-file-set-coding):
5145         If VISIT, don't let set-buffer-multibyte make undo info.
5147 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
5149         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5150         lines in base64-encoded authentication response.
5152 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5154         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5155         (ebnf-version): New version 4.3.
5156         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5157         (ebnf-prologue): Adjust PostScript programming.
5158         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5159         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5161 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5163         * jit-lock.el (jit-lock-force-redisplay): Rename from
5164         jit-lock-fontify-again, and undo the mistaken change I've just done.
5166         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5167         (jit-lock-fontify-again): Don't refontify text that's not displayed.
5169 2006-09-26  Kenichi Handa  <handa@m17n.org>
5171         * startup.el (display-splash-screen): Allow a prefix argument.
5173 2006-09-25  Jason Rumney  <jasonr@gnu.org>
5175         * subr.el (shell-quote-argument): Use DOS logic for Windows
5176         shells with DOS semantics.
5178 2006-09-24  Richard Stallman  <rms@gnu.org>
5180         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5181         (compilation-goto-locus): Use compilation-goto-locus-delete-o
5182         to delete the overlay.  Put it on pre-command-hook.
5184         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5186         * startup.el (fancy-splash-screens, normal-splash-screen):
5187         Call the splash buffer *About GNU Emacs*.
5189         * simple.el (next-error-highlight, next-error-highlight-no-select):
5190         Default to 0.5.
5191         (yank-excluded-properties): Add `fontified'.
5193         * font-lock.el (font-lock-compile-keywords): Allow value of
5194         syntax-begin-function to enable paren-column-0 highlighting.
5196 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
5198         * dired.el (dired-build-subdir-alist): When file ends in colon,
5199         don't exit the loop, just disregard that file.
5201 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
5203         * simple.el (line-move-finish): Handle corner case for fields in
5204         continued lines.
5205         (line-move-1): Remove flawed test for that case.
5207 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
5209         * icomplete.el (icomplete-simple-completing-p): Use the correct
5210         name for the new variable, `icomplete-with-completion-tables'.
5211         (file local variables): Remove superfluous setting.
5213 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
5215         * calendar/appt.el (appt-check): Fix typo for appointments just
5216         after midnight.
5218 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
5220         * help.el (describe-key-briefly, describe-key): Don't expect an
5221         extra up event if a down-event is generated by a popup menu.
5223 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
5225         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5226         local dictionary when changing the global dictionary.
5228 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
5230         * icomplete.el (icomplete-with-completion-tables): List of
5231         specialized completion tables with which icomplete should
5232         operate.  Include the new `internal-complete-buffer', so icomplete
5233         works with interactive buffer-selection.
5234         (icomplete-simple-completing-p): Add acceptance of specialized
5235         completion tables listed in icomplete-with-completion-tables.
5237 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5239         * frame.el (focus-follows-mouse): Set default to nil on Mac.
5241         * startup.el (command-line): Use `custom-reevaluate-setting' for
5242         `focus-follows-mouse'.
5244 2006-09-22  Richard Stallman  <rms@gnu.org>
5246         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5247         explain why Save is not available.
5249 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
5251         * woman.el (woman0-so): Use `let*', not `let'.
5252         (woman-horizontal-line): Remove unbalanced parenthesis.
5254 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5256         * woman.el: Make sure all the end-of-region markers we use have
5257         a non-nil insertion-type.
5258         (woman0-so): Move things around so we can use copy-marker.
5259         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
5260         Adjust marker type.
5261         (woman2-process-escapes): Check marker type.
5262         (woman-horizontal-line): Dispense with the use of a marker.
5264 2006-09-22  Jay Belanger  <belanger@truman.edu>
5266         * calc/calc-lang.el: Add Greek letters to math-variable-table
5267         property of tex.
5269 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
5271         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
5273 2006-09-22  Masatake YAMATO  <jet@gyve.org>
5275         * add-log.el (add-log-current-defun): Use `forward-sexp'
5276         instead of `forward-word' to pick c++::symbol.
5277         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
5279 2006-09-22  Kenichi Handa  <handa@m17n.org>
5281         * bindings.el: Fix setting self-insert-command for multibyte
5282         characters in global-map.
5284 2006-09-21  David Kastrup  <dak@gnu.org>
5286         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
5287         doc string.
5289 2006-09-21  Kenichi Handa  <handa@m17n.org>
5291         * language/european.el ("Latin-1"): Add windows-1252 to
5292         coding-priority.
5293         ("German"): Likewise.
5295 2006-09-21  Kim F. Storm  <storm@cua.dk>
5297         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
5298         Suggested by Miles Bader.
5300         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
5301         instead of add-to-list in the simple case.
5303 2006-09-20  Kenichi Handa  <handa@m17n.org>
5305         * isearch.el (isearch-process-search-char): Cancel the previous change.
5306         (isearch-search-string): New function.
5307         (isearch-search): Use isearch-search-string.
5308         (isearch-lazy-highlight-search): Likewise.
5310 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5312         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
5313         string to become an option.
5315 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5317         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
5319 2006-09-20  Kim F. Storm  <storm@cua.dk>
5321         * simple.el (line-move-partial): Call pos-visible-in-window-p with
5322         position t instead of trying both window-end and window-end - 1.
5324 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
5326         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
5327         hidden trees.
5329 2006-09-20  David Kastrup  <dak@gnu.org>
5331         * mouse.el (mouse-posn-property): Improve doc string.
5332         (mouse-on-link-p): Change buffers for function calls on links.
5334         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
5335         buffer is read-only.
5337 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
5339         * allout.el (allout-unprotected): Let inhibit-read-only only when
5340         buffer-read-only isn't set.
5341         (allout-annotate-hidden): Enable topic annotation during copies even
5342         when the buffer is read-only, eg for topic copies.  Ensure that the loop
5343         advances, even when the span extends beyond the deletion region.
5344         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
5345         rather than allout-exposure-changed-hook, as a stronger assertion.
5346         (allout-keybindings-list): Add bindings for
5347         allout-copy-line-as-kill and allout-copy-topic-as-kill.
5348         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
5349         Copy wrappers for allout-kill-line and allout-kill-topic.
5350         (allout-listify-exposed): Position correctly to accumulate lines.
5352 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
5354         * simple.el (line-move-1): Escape field boundaries occurring
5355         exactly at point.  Update goal column if constrained to a field.
5356         (line-move-finish): Escape field boundaries occurring exactly at point.
5358 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5360         * mouse.el (mouse-on-link-p): Tentatively fix last change.
5361         (mouse-drag-vertical-line): Remove unused var `wconfig'.
5363 2006-09-19  Kim F. Storm  <storm@cua.dk>
5365         * help.el (describe-key-briefly, describe-key): Simplify printing
5366         of descriptions by using format and %S.  Fix "is undefined"
5367         messages to say "at that spot" for mouse events.
5369         * simple.el (line-move-partial): Optimize.  Try window-line-height
5370         before posn-at-point to get vpos of current line.
5372 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
5374         * viper.el: Bump up version/date of update to reflect the substantial
5375         changes done in August 2006.
5377         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
5378         are defined.
5380         * ediff-util.el (ediff-add-to-history): New function.
5382         * ediff.el: Use ediff-add-to-history instead of add-to-history.
5384 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5386         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
5387         Delete duplicate make-local-variable form.
5388         (conf-space-keywords): Add autoload cookie.
5389         Fix typo (`keywords', not `keyword').
5391 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5393         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
5394         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
5395         to x-gtk-use-old-file-dialog
5397 2006-09-18  Richard Stallman  <rms@gnu.org>
5399         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
5400         that might come in during mouse tracking.
5402 2006-09-18  Kim F. Storm  <storm@cua.dk>
5404         * simple.el (line-move-partial): Rework 2006-09-15 change to use
5405         new window-line-height function.  Further optimize by not calling
5406         pos-visible-in-window-p for window-end when window-line-height
5407         returns useful information.
5409 2006-09-16  Richard Stallman  <rms@gnu.org>
5411         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
5412         (conf-space-mode): Don't handle prefix arg.
5413         Delete conf-space-keywords-override code.
5414         Use add-hook.
5415         (conf-space-keywords): New command.
5416         (conf-space-mode-internal): Be careful with imenu-generic-expression.
5417         Delete conf-space-keywords-override code.
5418         (conf-space-keywords-alist): Doc fix.
5419         (conf-space-font-lock-keywords): Doc fix.
5420         (conf-space-keywords-override): Var deleted.
5422 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
5424         * startup.el (fancy-splash-screens): Don't switch to the scratch
5425         buffer; it may not be the next buffer.
5427 2006-09-16  Romain Francoise  <romain@orebokech.com>
5429         * saveplace.el (load-save-place-alist-from-file): Use expanded name
5430         in both messages.
5432 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
5434         * progmodes/python.el (python-preoutput-filter):
5435         Fix arg order to string-match.
5437 2006-09-16  Richard Stallman  <rms@gnu.org>
5439         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
5440         font-lock-compile-keywords.
5442         * font-lock.el (font-lock-compile-keywords): Rename optional arg
5443         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
5445 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5447         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
5449         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
5450         and the data doesn't look like UTF8, send STRING instead.
5452 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
5454         * textmodes/flyspell.el (flyspell-check-region-doublons):
5455         New function to detect duplicated words.
5456         (flyspell-large-region): Use it.
5458 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
5460         * simple.el (line-move-to-column): Revert 2006-08-03 change.
5462 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
5464         * help.el (describe-prefix-bindings): Use let, not let*.
5466 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
5468         * allout.el (allout-regexp, allout-line-boundary-regexp)
5469         (allout-bob-regexp): Correct grouping and boundaries to fix
5470         backwards traversal.
5471         (allout-depth-specific-regexp, allout-depth-one-regexp):
5472         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
5473         worse time in allout-ascend.
5474         (allout-doublecheck-at-and-shallower): Identify depth threshold
5475         below which topics are checked for and disqualified by containment
5476         discontinuities.
5477         (allout-hotspot-key-handler): Correctly handle multiple-key
5478         strokes.  Remove some unused variables.
5479         (allout-mode-leaders): Clarify that mode-specific comment-start
5480         will be used.
5481         (set-allout-regexp): Correctly regexp-quote allout regexps to
5482         properly accept alternative header-leads and primary bullets with
5483         regexp-specific characters (eg, C "/*", mathematica "(*").
5484         Include new regular expressions among those configured.
5485         (allout-infer-header-lead-and-primary-bullet):
5486         Rename allout-infer-header-lead.
5487         (allout-recent-depth): Manifest as a variable as well as a function.
5488         (allout-prefix-data): Simplify into an inline instead of a macro,
5489         assuming current match data rather than being explicitly passed
5490         it.  Establish allout-recent-depth value as well as
5491         allout-recent-prefix-beginning and allout-recent-prefix-end.
5492         (allout-aberrant-container-p): True when an item's immediate
5493         offspring discontinuously contained.  Useful for disqualifying
5494         unintended topic prefixes, likely at low depths.
5495         (allout-goto-prefix-doublechecked): Elaborate version of
5496         allout-goto-prefix which disqualifies aberrant pseudo-items.
5497         (allout-pre-next-prefix): Layer on top of lower-level routines, to
5498         get disqualification of aberrant containers.
5499         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
5500         containers.
5501         (allout-beginning-of-current-entry): Position at start of buffer
5502         when in container (depth 0) entry.
5503         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
5504         (allout-current-bullet): Strip text properties.
5505         (allout-get-prefix-bullet): Use right match groups.
5506         (allout-beginning-of-line, allout-next-heading):
5507         Disqualify aberrant containers.
5508         (allout-previous-heading): Disqualify aberrant containers, and
5509         change to regular (rather than inline) function, to allow
5510         self-recursion.
5511         (allout-get-invisibility-overlay): Increment so progress is made
5512         when the first overlay is not the sought one.
5513         (allout-end-of-prefix): Disqualify aberrant containers.
5514         (allout-end-of-line): Cycle something like allout-beginning-of-line.
5515         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
5516         outline.el outlines) functional again.  Change the primary bullet
5517         along with the header-lead - level 1 new-style bullets now work.
5518         Engage allout-before-change-handler in mainline Emacs, not just
5519         XEmacs, to do undo handling.
5520         (allout-before-change-handler): Expose undo changes occurring in
5521         hidden regions.  Use allout-get-invisibility-overlay instead of
5522         reimplementing it inline.
5523         (allout-chart-subtree): Use start rather than end of prefix in
5524         charts.  Use allout-recent-depth variable.
5525         (allout-chart-siblings): Disqualify aberrant topics.
5526         (allout-beginning-of-current-entry): Position correctly.
5527         (allout-ascend): Use new allout-depth-specific-regexp and
5528         allout-depth-one-regexp for linear instead of O(N^2) or worse
5529         behavior.
5530         (allout-ascend-to-depth): Depend on allout-ascend, rather than
5531         reimplementing an algorithm.
5532         (allout-up-current-level): Depend on allout-ascend, rather than
5533         reimplementing an algorithm.  Return to start-point if we fail.
5534         (allout-descend-to-depth): Use allout-recent-depth variable
5535         instead of function.
5536         (allout-next-sibling): On traversal of numerous intervening
5537         topics, resort to economical allout-next-sibling-leap.
5538         (allout-next-sibling-leap): Specialized version of
5539         allout-next-sibling that uses allout-ascend cleverly, to depend on
5540         a regexp search to leap large numbers of contained topics, rather
5541         than arbitrarily many one-by-one traversals.
5542         (allout-next-visible-heading): Disqualify aberrant topics.
5543         (allout-previous-visible-heading): Position consistently when
5544         interactive.
5545         (allout-forward-current-level): Base on allout-previous-sibling
5546         rather than (differently) reimplmenting the algorithm.  Remove some
5547         unused variables.
5548         (allout-solicit-alternate-bullet): Present default choice stripped
5549         of text properties.
5550         (allout-rebullet-heading): Use bullet stripped of text properties.
5551         Register changes using allout-exposure-change-hook.
5552         Disregard aberrant topics.
5553         (allout-shift-in): With universal-argument, make topic a peer of
5554         it's former offspring.  Simplify the code by separating out
5555         allout-shift-out functionality.
5556         (allout-shift-out): With universal-argument, make offspring peers
5557         of their former container, and its siblings.  Implement the
5558         functionality here, rather than inappropriately muddling the
5559         implementation of allout-shift-in.
5560         (allout-rebullet-topic): Respect additional argument for new
5561         parent-child separation function.
5562         (allout-yank-processing): Use allout-ascend directly.
5563         (allout-show-entry): Disqualify aberrant topics.
5564         (allout-show-children): Handle discontinuous children gracefully,
5565         extending the depth being revealed to expose them and posting a
5566         message indicating the situation.
5567         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
5568         Leave cursor in correct position.
5569         (allout-hide-current-subtree): Use allout-ascend directly.
5570         Disqualify aberrant topics.
5571         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
5572         a way that the yanks can restore it, as used to happen.
5573         (allout-yank-processing): Restore exposure layout as recorded by
5574         allout-kill-*, as used to happen.
5575         (allout-annotate-hidden, allout-hide-by-annotation): New routines
5576         for preseving and restoring exposure layout across kills.
5577         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
5578         (allout-encrypt-string): Strip text properties.
5579         Rearranged order and outline-headings for some of the
5580         miscellaneous functions.
5581         (allout-resolve-xref): No need to quote the error name in the
5582         condition-case handler section.
5583         (allout-flatten): Classic recursive (and recursively intensive,
5584         without tail-recursion) list-flattener, needed by allout-shift-out
5585         when confronted with discontinuous children.
5587 2006-09-16  Jason Rumney  <jasonr@gnu.org>
5589         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
5590         on ms-windows.
5591         (dnd-open-unc-file): Remove.
5592         (dnd-open-local-file): Mention in doc string that it also handles
5593         remote files if the system natively supports unc file-names.
5595 2006-09-15  Kim F. Storm  <storm@cua.dk>
5597         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
5598         all necessary information about the event before erasing *Help*.
5600         * simple.el (line-move-partial): Use window-line-visiblity to
5601         quickly check whether last line is partially visible, and only do
5602         the hard (and slow) part in that case.
5604 2006-09-15  Jay Belanger  <belanger@truman.edu>
5606         * COPYING: Replace "Library Public License" by "Lesser Public
5607         License" throughout.
5609 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5611         * term/x-win.el (x-menu-bar-open): New function for F10.
5613 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
5615         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5616         Disallow filenames containing " -" to avoid confusion with libtool
5617         compilation messages.  Suggested by Stefan Monnier.
5619 2006-09-15  David Kastrup  <dak@gnu.org>
5621         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
5622         instead of buffer position for `mouse-on-link-p'.
5624         * mouse.el (mouse-posn-property): New function looking up the
5625         properties at a click position in overlays and text properties in
5626         either buffer or strings.
5627         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
5628         of both `follow-link' as well as `mouse-face' properties.
5629         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
5630         buffer position.
5632         * help.el (describe-key-briefly): When reading a down-event on
5633         mode lines or scroll bar, swallow the following up event, too.
5634         Use the new mouse sensitity of `key-binding' for lookup.
5635         (describe-key): The same here.
5637 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
5639         * play/life.el (life-patterns): Add a few more interesting patterns.
5640         (life-setup): Force `show-trailing-whitespace' to nil.
5642 2006-09-14  Richard Stallman  <rms@gnu.org>
5644         * startup.el (fancy-splash-text): Change text to improve alignment.
5645         (fancy-splash-screens): Don't set non-standard tab width.
5646         Bind cursor-type temporarily, and make it easy to patch to
5647         preserve the splash buffer.
5648         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
5649         (fancy-splash-screens): Display echo-area message explicitly.
5650         Don't set fancy-splash-help-echo.
5652         * simple.el (line-number-mode): Group mode-line instead of
5653         editing-basics.
5654         (column-number-mode, size-indication-mode): Likewise.
5656         * faces.el (mode-line-faces): Group mode-line instead of modeline.
5658         * time.el (display-time): Group mode-line instead of modeline.
5660         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
5662 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
5664         * startup.el (fancy-splash-text): Move editing instructions to
5665         fancy-splash-head.
5666         (fancy-splash-head): Issue editing instructions.
5667         (fancy-splash-screens): Fixup whitespace.
5669 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5671         * bindings.el (mode-line-buffer-identification-keymap):
5672         Remove duplicate line.
5674 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5676         * ido.el (ido-ignore-item-p): Allow any kind of functions in
5677         ignore lists.
5679 2006-09-14  Kim F. Storm  <storm@cua.dk>
5681         * jit-lock.el (jit-lock-fontify-again): New function.
5682         (jit-lock-fontify-now): Use it instead of lambda form.
5684 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
5686         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
5687         (flyspell-auto-correct-word): Make ispell-filter local to these
5688         functions.  Check that ispell-filter has new stuff before calling
5689         ispell-parse-output.
5691 2006-09-13  Kim F. Storm  <storm@cua.dk>
5693         * simple.el (line-move-partial): Optimize.
5695 2006-09-13  Richard Stallman  <rms@gnu.org>
5697         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
5698         Delete spurious backquote.
5700 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5702         * net/rcirc.el (rcirc-print): Fix last change.
5704 2006-09-12  Jay Belanger  <belanger@truman.edu>
5706         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
5708 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5710         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
5711         rcirc-show-maximum-output.
5712         (rcirc-mode): Remove window-scroll-function hook.
5713         (rcirc-scroll-to-bottom): Remove function.
5714         (rcirc-print): Recenter so point stays at the bottom of the window
5715         if point was already there.
5717 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
5719         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
5720         not to "t".
5721         * progmodes/compile.el (compilation-start): Likewise.
5722         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5723         Don't use expand-file-name on invocation-directory, since this
5724         might mishandle special characters in invocation-directory.
5726 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5728         * pcvs-defs.el: Remove * in defcustom's docstrings.
5730 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
5732         * progmodes/compile.el (compilation-directory-properties):
5733         Doc fix for help-echo.
5735 2006-09-12  Lars Hansen  <larsh@soem.dk>
5737         * desktop.el (desktop-read): Add comment.
5739 2006-09-12  Kim F. Storm  <storm@cua.dk>
5741         * simple.el (next-error-highlight, next-error-highlight-no-select):
5742         Fix spelling error.
5744         * subr.el (sit-for): Rework to use input-pending-p and cond.
5745         Return nil input is pending on entry also for SECONDS <= 0.
5746         (while-no-input): Use input-pending-p instead of sit-for.
5748 2006-09-11  Richard Stallman  <rms@gnu.org>
5750         * simple.el (next-error-highlight, next-error-highlight-no-select):
5751         Fix custom type and doc strings.
5753 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5755         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
5756         (diff-apply-hunk): Use it to ask for confirmation.
5758 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
5760         * emacs-lisp/cl.el (pushnew): Add missing `,'.
5762 2006-09-11  David Kastrup  <dak@gnu.org>
5764         * help.el (string-key-binding, describe-key-briefly)
5765         (describe-key): Remove `string-key-binding' and its callers since
5766         `key-binding' already caters for the proper lookup now.
5768 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5770         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
5771         (cfengine-mode): Use it.  Fix \ syntax to be like /.
5773         * bindings.el (mode-line-buffer-identification-keymap):
5774         Move initialization into declaration.
5776 2006-09-10  Kim F. Storm  <storm@cua.dk>
5778         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
5779         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
5780         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
5781         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
5783 2006-09-10  Richard Stallman  <rms@gnu.org>
5785         * dired-aux.el: Handle errors in recursive copy usefully.
5786         (dired-create-files-failures): New variable.
5787         (dired-copy-file): Remove condition-case.
5788         (dired-copy-file-recursive): Check for errors on all file
5789         operations, and add them to dired-create-files-failures.
5790         Check file file-date-erorr here too.
5791         (dired-create-files): Check dired-create-files-failures
5792         and report those errors too.
5794         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
5796         * subr.el (add-to-list): New argument COMPARE-FN.
5798 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5800         * filecache.el (file-cache-add-directory)
5801         (file-cache-add-directory-list, file-cache-add-file)
5802         (file-cache-add-directory-using-find)
5803         (file-cache-add-directory-using-locate)
5804         (file-cache-add-directory-recursively): Add autoloads.
5806 2006-09-09  Richard Stallman  <rms@gnu.org>
5808         * textmodes/conf-mode.el (conf-space-mode):
5809         Use hack-local-variables-hook instead of calling hack-local-variables.
5810         (conf-space-keywords-override): New variable.
5811         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
5812         (conf-space-mode): Always make conf-space-keywords and
5813         conf-space-keywords-override local.
5814         Call conf-space-mode-internal directly as well as via hook.
5816 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5818         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
5819         quasi-keywords.
5821 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5823         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
5824         (python-send-string): Be slightly more careful about adding \n.
5826         * startup.el (normal-splash-screen): Don't display the buffer if we'll
5827         kill it right away anyway.
5829 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
5831         * international/codepage.el (cp850-decode-table): Fix a few codes.
5832         (cp858-decode-table): New variable.
5834 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5836         * net/ldap.el (ldap-search-internal): Doc fix.
5838 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5840         * play/life.el (life-display-generation): Test for input manually if
5841         `sleeptime' is negative or null.
5843         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
5844         (print-region-1): Substitute `%s' with the page title.
5846 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
5848         * locate.el (locate-current-search): New variable.
5849         (locate): Set buffer local value.  Use current buffer if it is
5850         in Locate mode.
5851         (locate-mode): Disable undo here.
5852         (locate-do-setup): Use locate-current-filter from buffer to be killed.
5853         (locate-update): Use locate-current-search and locate-current-filter.
5855 2006-09-08  David Kastrup  <dak@gnu.org>
5857         * desktop.el (desktop-read): When loading a desktop, disable
5858         saving it while the load progresses, and switch off a pending lazy
5859         load by calling `desktop-lazy-abort'.
5861 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
5863         * window.el (mouse-autoselect-window-timer)
5864         (mouse-autoselect-window-position)
5865         (mouse-autoselect-window-window)
5866         (mouse-autoselect-window-now): New vars.
5867         (mouse-autoselect-window-cancel)
5868         (mouse-autoselect-window-select)
5869         (mouse-autoselect-window-start): New functions.
5870         (handle-select-window): Call `mouse-autoselect-window-start' when
5871         delayed window autoselection is enabled.
5873         * cus-start.el (mouse-autoselect-window): Handle delayed window
5874         autoselection.
5876         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
5877         commands after which it is allowed to print in the echo area.
5879 2006-09-08  Richard Stallman  <rms@gnu.org>
5881         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
5883         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
5884         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
5886         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
5887         (cancel-timer-internal): Add doc string.
5888         (cancel-function-timers): Doc fix.
5889         (with-timeout-handler, timer-event-last*): Add doc strings.
5891         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
5893         * files.el (risky-local-variable-p): Match ...-bindat-spec.
5895         * dired.el (dired-log-summary): Add doc string.
5897         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
5898         (custom-group-menu-create): Not here.
5900 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
5902         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
5904 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5906         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
5907         (mac-apple-event-map): Define its handler.
5909 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5911         * net/ldap.el (ldap-search-internal): Handle `auth' key.
5913 2006-09-07  Magnus Henoch  <mange@freemail.hu>
5915         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
5916         clause.
5918 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5920         * info.el (Info-index): Bind completion-ignore-case.
5922 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5924         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
5925         previous commit.
5926         (inferior-prolog-guess-flavor): New fun left out of previous commit.
5927         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
5928         burp in dedicated windows.
5929         (inferior-prolog-self-insert-command): New command.
5930         (inferior-prolog-mode-map): Use it.
5932 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5934         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
5936         * international/code-pages.el: Add cp858.
5938 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5940         * dnd.el: Fix bootstrapping.
5942 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5944         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
5945         (dnd-open-remote-url): New function.
5946         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
5947         not windows-nt.
5949 2006-09-07  Jason Rumney  <jasonr@gnu.org>
5951         * dnd.el (dnd-open-remote-file-function): New variable.
5952         (dnd-open-unc-file): New function.
5953         (dnd-open-file): Call dnd-open-remote-file-function if set.
5955 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5957         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
5958         pgg-passphrase-coding-system rather than locale-coding-system.
5959         * pgg-def.el (pgg-passphrase-coding-system): New user option.
5961 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5963         * progmodes/prolog.el: Remove * in docstrings.
5964         (prolog-program-name): Add SWI prolog.
5965         (prolog-mode-menu): New menu.
5966         (prolog-mode): Set comment-add.
5967         (prolog-indent-line): Simplify.  Use indent-line-to.
5968         (inferior-prolog-buffer): New var.
5969         (inferior-prolog-run, inferior-prolog-process): New funs.
5970         (run-prolog, switch-to-prolog): Rewrite, using them.
5971         (prolog-consult-region): Use inferior-prolog-buffer.
5972         (inferior-prolog-load-file): New function.
5973         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
5975         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
5976         last word, if it's not the end of the paragraph.
5978         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
5979         file name.
5981 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
5983         * frame.el (display-mm-dimensions-alist): New defcustom.
5984         (display-mm-height, display-mm-width): Use it.
5986 2006-09-06  Simon Josefsson  <jas@extundo.com>
5988         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
5990 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
5992         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5993         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
5994         string values.
5996 2006-09-06  Kim F. Storm  <storm@cua.dk>
5998         * simple.el (line-move-partial): New function to do vscrolling for
5999         partially visible images / tall lines.  Rewrite based on code
6000         previously in line-move.  Simplify backwards vscrolling.
6001         (line-move): Use it.  Simplify.
6003 2006-09-05  Kim F. Storm  <storm@cua.dk>
6005         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6007 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
6009         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6010         Process the `gcc-include' after the `gnu' rule.
6012 2006-09-05  Kim F. Storm  <storm@cua.dk>
6014         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6016 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6018         * pgg.el (pgg-clear-string): Alias to clear-string for backward
6019         compatibility.
6021         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6022         inhibit-redisplay; encode passphrase with locale-coding-system.
6024 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6026         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6028 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
6030         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6031         (gdb-var-list-children-regexp): Make type field optional.
6033         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6034         e.g public, protected in C++.
6036 2006-09-04  John Paul Wallington  <jpw@pobox.com>
6038         * simple.el (completion-show-help): New defcustom.
6039         (completion-setup-function): Heed it.
6041 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6043         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6045 2006-09-04  Richard Stallman  <rms@gnu.org>
6047         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6048         (rsf-min-region-to-spam-list): Doc fix.
6049         (rsf-add-content-type-field): Doc fix.
6051         * simple.el (kill-region): Explicitly test there is a region.
6053 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6055         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6056         sendmail in several common directories.
6058         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6060         * paths.el (sendmail-program): Removed.
6062 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
6064         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6065         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
6066         http://article.gmane.org/gmane.emacs.gnus.general/50457
6068 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
6070         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6071         mark after running the menu filter.
6073 2006-09-03  Juri Linkov  <juri@jurta.org>
6075         * international/quail.el (quail-defrule-internal): Add a check
6076         if a key is a vector.
6078 2006-09-02  Juri Linkov  <juri@jurta.org>
6080         * man.el (Man-topic-history): New variable.
6081         (man): Use it.
6083         * woman.el (woman-topic-history): Change defvar to defvaralias
6084         for symbol `Man-topic-history'.
6086         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6087         `comint-last-output-start' is a marker by using `markerp' and
6088         check if it has a position by using `marker-position', and use
6089         this position for `goto-char'.
6091         * international/quail.el (quail-defrule-internal): Add missing
6092         `error' call for null key.
6094 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
6096         * rcirc.el (rcirc-keywords): New variable.
6097         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6098         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6099         variables.
6100         (rcirc-responses-no-activity): New function.
6101         (rcirc-handler-generic): Check for responses in above.
6102         (rcirc-process-command): Add ?: character to arguments of raw
6103         server commands.
6104         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6105         `rcirc-dim-nicks'.
6106         (rcirc-gray-toggle): Remove unused variable.
6107         (rcirc-print): Remove some tracking logic, which is moved into
6108         markup functions.
6109         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6110         types.
6111         (rcirc-activity-string): Look for 'keyword in activity-types.
6112         (rcirc-window-configuration-change): Don't erase overlay-arrow
6113         unnecessarily.
6114         (rcirc-add-or-remove): New function.
6115         (rcirc-cmd-ignore): Use it.
6116         (rcirc-message-leader): Remove unused function.
6117         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6118         (rcirc-add-face): New function.
6119         (rcirc-facify): Use rcirc-add-face.
6120         (rcirc-url-regexp): Add parens.
6121         (rcirc-map-regexp): Remove function.
6122         (rcirc-mangle-regexp): Remove function.
6123         (rcirc-markup-text-functions): New variable.
6124         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6125         (rcirc-markup-body-text, rcirc-markup-attributes)
6126         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6127         (rcirc-markup-bright-nicks): New markup handler functions.
6128         (rcirc-nick-in-message-full-line): New face.
6129         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6130         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6132 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
6134         * cus-start.el (hscroll-margin, hscroll-step)
6135         (mode-line-in-non-selected-windows, mouse-autoselect-window)
6136         (x-use-underline-position-properties): Change version to "22.1"
6137         since they will appear there for the first time.
6139 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
6141         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6143 2006-08-31  Richard Stallman  <rms@gnu.org>
6145         * cus-edit.el (custom-save-variables): Slight cleanup.
6146         (Custom-no-edit): Renamed from custom-no-edit.
6147         (Custom-newline): Renamed from custom-newline.
6148         (custom-mode-map): Use new names.
6150         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6151         about customization, rather than M-x customize, in the doc string
6152         made for the defcustom.
6154         * emacs-lisp/trace.el (trace-function-background): Doc fix.
6156 2006-08-31  Romain Francoise  <romain@orebokech.com>
6158         * dired-x.el (dired-guess-shell-alist-default): Update.
6160 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
6162         * custom.el (custom-theme-set-variables): Autoload packages before
6163         sorting the variables.
6165 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
6167         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
6168         chars if XEmacs.
6169         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6171 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6173         * progmodes/python.el (python-eldoc-function): Re-enable quit while
6174         waiting for process.
6176 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6178         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6179         results in ASCII-only string, encode original one directly.
6181 2006-08-29  Romain Francoise  <romain@orebokech.com>
6183         * startup.el (normal-splash-screen, fancy-splash-screens):
6184         Make buffer read-only and arrange to enter view mode if necessary.
6186 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
6188         * hl-line.el (hl-line): New face.
6189         (hl-line-face): Use it.
6191         * image-mode.el (image-mode): Fix last fix.
6192         Suggested by Kim F. Storm.
6194 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6196         Sync with Tramp 2.0.54.
6198         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6199         of `=', because `tramp-get-remote-gid' might not always return an
6200         integer when expected.
6201         (tramp-register-file-name-handlers): `partial-completion-mode' is
6202         unknown to XEmacs.
6203         (tramp-time-diff): Don't use `floor', it might fail for large
6204         differences.
6205         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6206         `tramp-auto-save-directory' if unset in order to guarantee unique
6207         auto-save file names.
6209 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
6211         * image-mode.el (image-mode): Display image as text on a terminal.
6213 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6215         * progmodes/python.el (python-send-command): Simplify.
6216         (run-python): Don't generate a new buffer unless `new' was specified.
6217         Make sure we send `import emacs' to the proper process.
6219         * progmodes/python.el (python-send-command): Don't wait for the command
6220         to terminate.  Don't fiddle with compilation-parsing-end.
6222 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
6224         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6225         Insert commentary after first line summary.
6227         * woman.el (woman-follow): New function, based on `man-follow'.
6228         (woman-mode-map): Use it.
6230         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6231         since ibuffer-do-sort-by-recency does not define a sorter.
6233 2006-08-28  Kim F. Storm  <storm@cua.dk>
6235         * find-dired.el (find-dired): Use shell-quote-argument to properly
6236         escape ( and ) args.  Also use it on {} and ; args in default
6237         value of find-ls-option string.
6238         (find-grep-dired): Use shell-quote-argument on {} and ; args.
6240 2006-08-27  Michael Olson  <mwolson@gnu.org>
6242         * emacs-lisp/tq.el: Small grammar fix in comments.
6243         (tq-enqueue): Check for existence of queue rather than the
6244         head queue item's question, which was a no-op.
6245         (tq-filter, tq-process-buffer): Make sure the process buffer
6246         exists before making it the current buffer.
6248 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6250         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
6251         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
6252         (special-event-map): Apply 2006-08-16 change for x-win.el.
6254 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6256         * progmodes/python.el (python-send-receive): Wait in the
6257         process's buffer so as to check the right buffer-local variables.
6259 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6261         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
6262         (defgroup checkdoc): Move to beginning.
6264         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
6265         (python-preoutput-continuation): Remove.
6266         (python-preoutput-filter): Simplify correspondingly.
6267         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
6268         Loop around to catch embedded _emacs_out output.
6269         (run-python): Send the import&print command on a single line.
6270         (python-send-command): Send command&print on a single line.
6271         (python-send-string): Only add double \n if needed.
6272         (python-send-receive): Loop until the result comes.
6273         (python-mode-running): Defvar it.
6274         (python-setup-brm): Remove unused var `menu'.
6275         Only bind py-mode-map and `features' around brm-init.
6276         (python-calculate-indentation): Remove unused var `point'.
6277         (python-beginning-of-defun): Remove unused var `def-line'.
6279 2006-08-25  Richard Stallman  <rms@gnu.org>
6281         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
6283 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
6285         * viper.el (viper-set-hooks): Use frame bindings for
6286         viper-vi-state-cursor-color.
6287         (viper-non-hook-settings): Don't set default
6288         mode-line-buffer-identification.
6290         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
6291         (viper-set-cursor-color-according-to-state)
6292         (viper-get-saved-cursor-color-in-replace-mode)
6293         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
6294         viper-emacs-state-cursor-color.
6296         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
6297         (viper-undo): Use point if undo-beg-posn is nil.
6298         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
6299         (viper-after-change-undo-hook): Don't use
6300         viper-emacs-state-cursor-color by default.
6301         (viper-undo): More sensible positioning after undo.
6303         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
6304         (viper-emacs-state-cursor-color): Default to nil, since this feature
6305         doesn't work well yet.
6307         * ediff-mult.el (ediff-intersect-directories)
6308         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
6309         always expand filenames.
6311 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6313         * tumme.el: Remove * in defcustoms's docstrings.
6315 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
6317         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
6318         Accept internal time format for SECS arg.
6319         (timer-relative-time): Doc fix.
6321         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
6322         adapted from Martin Rudalics.
6323         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
6324         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
6325         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
6326         using sit-for.
6328 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
6330         * cus-start.el (all): Add `overline-margin' and
6331         `x-underline-at-descent-line'.
6333 2006-08-24  Kim F. Storm  <storm@cua.dk>
6335         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
6336         to mean "use find -exec"; nil now unambiguously means auto-detect.
6337         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
6338         Use shell-quote-argument to build grep-find-command and
6339         grep-find-template.
6340         (rgrep): Use shell-quote-argument to properly quote arguments to find.
6341         Reported by Tom Seddon.
6343 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
6345         * startup.el (fancy-splash-head): Give instructions for dismissing
6346         the splash screen for default startup too.
6347         (display-startup-echo-area-message, fancy-splash-screens)
6348         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
6349         all splash text at once and keep the splash buffer around.
6350         (command-line-1): Give display-startup-echo-area-message a t arg.
6352 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
6354         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
6355         gnus frame is selected.
6357 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
6359         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
6361 2006-08-22  Kim F. Storm  <storm@cua.dk>
6363         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
6364         Add suffix matching for subdirs.
6366 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
6368         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
6369         mouse-yank-at-point is non-nil.
6371 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
6373         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
6374         a bit wider and remove fringes to fit initial output on line.
6376 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6378         * frame.el (blink-cursor-end): Only ignore the error we care about.
6379         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
6381 2006-08-21  Richard Stallman  <rms@gnu.org>
6383         * whitespace.el (whitespace-cleanup): Doc fix.
6385 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
6387         * net/rcirc.el (rcirc-show-maximum-output): New var.
6388         (rcirc-buffer-process): If no buffer argument is supplied, use
6389         current-buffer.
6390         (rcirc-complete-nick): Complete to the last completed nick first.
6391         (rcirc-mode): Preserve the value of `rcirc-urls' across
6392         connections.  Setup scroll function.
6393         (rcirc-scroll-to-bottom): New function.
6394         (rcirc-print): Use nick syntax around regexp work.
6395         Notice dim-nicks speaking only if they say our nick.
6396         (rcirc-update-activity-string): Do not show the modeline indicator
6397         if there are no live rcirc processes.
6398         (rcirc-cmd-ignore): Ignore case.
6399         (rcirc-browse-url-at-point): Fix off-by-one error.
6401 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6403         * progmodes/python.el: Remove * in defcustom docstrings.
6404         (run-python, python-proc, python-try-complete): Use derived-mode-p.
6405         (python-mode): Set tab-width and indent-tabs-mode.
6407 2006-08-20  Dave Love  <fx@gnu.org>
6409         * progmodes/python.el: Update to Dave Love's latest version.
6410         (python-font-lock-keywords, python-mode): Don't use
6411         font-lock-syntax-table, but match symbol elements explicitly instead.
6412         (python-mode-map): Add help, and a few more key bindings.
6413         (python-skip-comments/blanks): Move out of comments as well.
6414         (python-continuation-line-p): Behave better with unbalanced parens.
6415         (python-blank-line-p): New fun.
6416         (python-open-block-statement-p): Don't use a heuristic.
6417         (python-outdent-p): Better handle blocks-in-the-same-line.
6418         (python-calculate-indentation): Misc improvements.
6419         (python-comment-indent): Remove.
6420         (python-block-pairs): New var.
6421         (python-first-word): New fun.
6422         (python-indentation-levels): Handle more common cases.
6423         (python-indent-line-1): Add `leave' argument.
6424         (python-indent-region): New fun.
6425         (python-skip-out): New fun.
6426         (python-beginning-of-statement, python-end-of-statement): Use it.
6427         (python-next-statement): Return correct count even at eob.
6428         (python-end-of-block): Fix paren-typo.
6429         (python-imenu-create-index): Add module variables.
6430         (run-python): Add `new' arg.
6431         Check we're at a prompt before returning.
6432         (python-send-command): Move to end of buffer.
6433         Wait for prompt to return.
6434         (python-set-proc): New fun.
6435         (python-imports): New var.
6436         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
6437         (python-eldoc-function): Try to move out of arg list.
6438         (python-outline-level): Offset by 1.
6439         (python-find-imports): New fun.
6440         (python-symbol-completions): Use python-imports.
6441         (python-module-path, ffap-alist): Add support for ffap.
6442         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6443         (python-insert-*, python-default-template, python-expand-template):
6444         Add templates/skeletons.
6445         (python-setup-brm): Support for Bicycle Repair Man.
6446         (python-abbrev-syntax-table): New var.
6447         (python-abbrev-pc-hook, python-pea-hook): New funs.
6449 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
6451         * frame.el (blink-cursor-start): Set timer first.
6452         (blink-cursor-end): Ignore timer cancelling errors.
6453         Suggested by Ken Manheimer.
6455 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
6457         * newcomment.el (comment-box): Call `comment-normalize-vars'.
6458         Add autoload cookie.
6460 2006-08-20  Richard Stallman  <rms@gnu.org>
6462         * simple.el (line-number-at-pos): Doc fix.
6464         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
6465         timer-activate-when-idle, so timer can run before Emacs becomes
6466         non-idle again.
6468 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6470         * whitespace.el (whitespace-cleanup-internal): New optional arg
6471         REGION-ONLY.  If it's non-nil, modify the message to the user
6472         accordingly.
6473         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
6474         a non-nil argument.
6476 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
6478         * rect.el (spaces-string): Simplify and add doc string.
6480 2006-08-17  Romain Francoise  <romain@orebokech.com>
6482         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
6484 2006-08-17  Richard Stallman  <rms@gnu.org>
6486         * compare-w.el (compare-windows): lambda's take an arg and pass
6487         it to compare-windows-skip-whitespace.
6489 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
6491         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
6492         the right buffer.
6494 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6496         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
6497         removed files.
6499 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
6501         * progmodes/gdb-ui.el (gdb-locals-watch-map)
6502         (gdb-locals-watch-map-1): Suppress keymap first.
6503         (gdb-edit-locals-map-1): New variable.
6504         (gdb-edit-locals-value): New function.
6505         (gdb-stack-list-locals-handler): Use them.
6507 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6509         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
6510         cursor would normally be drawn in the fringe.
6512         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
6513         Reported by Martin Rudalics <rudalics@gmx.at>.
6515 2006-08-16  Richard Stallman  <rms@gnu.org>
6517         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
6518         (special-event-map): Process drag-n-drop events this way.
6520         * simple.el (move-beginning-of-line): Test whether fields
6521         would prevent motion back to line's first visible character.
6522         If so, stop where the fields would stop the motion.
6524         * newcomment.el (comment-indent): Fully update INDENT
6525         before checking to see if it will change the text.
6527         * cus-edit.el (custom-newline): New function.
6528         (custom-mode-map): Bind newline to custom-newline.
6530         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
6531         into ignore-whitespace.
6532         Check each buffer for its skip-function.
6533         Handle compare-windows-skip-whitespace special-case test
6534         by returning t from default skip function.
6536 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6538         * textmodes/org.el (org-clock-special-range)
6539         (org-clock-update-time-maybe): New functions.
6540         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
6541         not only a-z.
6542         (org-agenda-get-blocks): Allow multiple blocks per headline.
6543         (org-timestamp-change): Call `org-clock-update-time-maybe'.
6544         (org-export-html-title-format)
6545         (org-export-html-toplevel-hlevel): New options.
6546         (org-export-language-setup): Add support for Czech.
6547         (org-mode, org-insert-todo-heading, org-find-visible)
6548         (org-find-invisible, org-invisible-p, org-invisible-p2)
6549         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
6550         (org-show-subtree, org-show-entry, org-make-options-regexp):
6551         Remove compatibility support for old outline-mode.
6552         (org-check-occur-regexp): Funtion removed.
6553         (org-on-heading-p, org-back-to-heading): Made defalias.
6554         (org-set-local): New defsubst.
6555         (org-set-regexps-and-options, org-mode)
6556         (org-set-font-lock-defaults, org-edit-agenda-file-list)
6557         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
6558         (org-remember-apply-template, org-table-edit-field)
6559         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
6560         (org-set-autofill-regexps): Use `org-set-local'.
6561         (org-table-eval-formula): Fix bug with parsing of display flags.
6563 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
6565         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
6566         frame with fringe arrow.  Suggested by Simon Marshall
6567         <simon.marshall@misys.com>.
6568         (gdb-stack-position): New variable.
6569         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
6570         (gdb-frames-mode): Set gdb-stack-position to nil.
6571         Add to overlay-arrow-variable-list
6572         (gdb-reset): Delete gdb-stack-position from above list.
6574 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6576         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
6577         read only.
6579 2006-08-13  Romain Francoise  <romain@orebokech.com>
6581         * cus-theme.el (customize-create-theme)
6582         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
6584         * filesets.el (filesets-add-buffer): Ditto.
6586         * pcvs.el (cvs-change-cvsroot): Ditto.
6588 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
6590         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
6591         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
6592         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
6593         expressions.
6594         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
6595         Only search till end of line.
6596         Add face to function names in case of no filename.
6597         Add face to variable names of watchpoints.
6599 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
6601         * cus-start.el <indent-tabs-mode>: Move to the `indent'
6602         customization group.
6604 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
6606         * allout.el (allout-prior-bindings, allout-added-bindings):
6607         Remove, after long deprecation.
6608         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
6609         Add customization vars controlling allout-beginning-of-line and
6610         allout-end-of-line conveniences.
6611         (allout-header-prefix, allout-use-mode-specific-leader)
6612         (allout-use-mode-specific-leader, allout-mode-leaders):
6613         Revise docstrings.
6614         (allout-infer-header-lead): Change to be an alias for
6615         allout-infer-header-lead-and-primary-bullet.
6616         (allout-infer-header-lead-and-primary-bullet): New version of
6617         allout-infer-header-lead which assigns the primary bullet to the
6618         same as the header lead, when its being changed.
6619         (allout-infer-body-reindent): Apply regexp-quote instead of
6620         unconditionally prepending "\\", so that all literal
6621         allout-header-prefix and allout-primary-bullet strings are
6622         properly handled.
6623         (allout-add-resumptions): Add optional qualifier for extending or
6624         appending to existing values, rather than replacing them.
6625         (allout-view-change-hook): Clarify docstring.
6626         (allout-exposure-change-hook): Take explicit arguments, via
6627         run-hook-with-args.
6628         (allout-structure-added-hook)
6629         (allout-structure-deleted-hook)
6630         (allout-structure-shifted-hook): New hooks analogous to
6631         allout-exposure-change-hook for other kinds of structural outline
6632         edits.
6633         (allout-encryption-plaintext-sanitization-regexps): New encryption
6634         customization variable, by which cooperating modes can provde
6635         massage of the plaintext without actually being passed it.
6636         (allout-encryption-ciphertext-rejection-regexps)
6637         (allout-encryption-ciphertext-rejection-ceiling): New encryption
6638         customization variables, by which cooperating modes can prohibit
6639         rare but possible ciphertext patterns from fouling their
6640         operation, with actually being passed the ciphertext.
6641         (allout-mode): Run activation and deactivation hooks after the
6642         minor-mode variable has been toggled, to clarify the mode
6643         disposition.  The new encryption ciphertext rejection variable is
6644         used to ensure that the ciphertext does not contain text that
6645         would be recognized as outline structural elements by allout.
6646         Substite allout-beginning-of-line and allout-end-of-line for
6647         conventionall beginning-of-line and end-of-line bindings.
6648         If allout-old-style-prefixes is non-nil, don't nullify it on mode
6649         activation!
6650         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
6651         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
6652         (allout-chart-subtree): Implement new mode, charting only the
6653         visible items in the subtree, when new 'visible' parameter is non-nil.
6654         (allout-end-of-subtree): Properly handle the last item in the buffer.
6655         (allout-pre-command-business, allout-command-counter):
6656         Increment an advertised counter so that cooperating enhancements can
6657         track revisions of items.
6658         (allout-open-topic): Run allout-structure-added-hook with suitable
6659         arguments.
6660         (allout-shift-in): Run allout-structure-shifted-hook with suitable
6661         arguments.
6662         (allout-shift-out): Fix doubling for negative args and ensure call
6663         of allout-structure-shifted-hook by solely using allout-shift-in.
6664         (allout-kill-line, allout-kill-topic):
6665         Run allout-structure-deleted-hook with suitable arguments.
6666         (allout-yank-processing): Run allout-structure-added-hook with
6667         proper arguments.
6668         (allout-yank): Enclose activity in allout-unprotected.
6669         (allout-flag-region): Run allout-exposure-change-hook with
6670         suitable arguments, instead of making the callee infer the arguments.
6671         (allout-encrypt-string):
6672         Support allout-encryption-plaintext-sanitization-regexps,
6673         allout-encryption-ciphertext-rejection-regexps, and
6674         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
6675         en/de cryption mode in symmetric encryption failure message.
6676         (allout-obtain-passphrase): Use copy-sequence to get a distinct
6677         copy of the passphrase, and don't zero it or we'll corrupt the
6678         stashed copy.
6679         (allout-create-encryption-passphrase-verifier)
6680         (allout-verify-passphrase): Respect the new signature for
6681         allout-encrypt-string.
6682         (allout-get-configvar-values): Convenience for getting a
6683         configuration variable value and handling its absence gracefully.
6685 2006-08-11  Romain Francoise  <romain@orebokech.com>
6687         * obsolete/zone-mode.el: Delete.
6689 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6691         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
6693 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
6695         * emacs-lisp/bindat.el (bindat-ip-to-string):
6696         Use `format-network-address' if possible.
6698 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6700         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
6702 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
6704         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
6705         restore unread-command-events here.
6706         (edebug-display): Do it here, to detect sit-for interruptions.
6708 2006-08-10  Romain Francoise  <romain@orebokech.com>
6710         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
6711         (dns-mode-soa-auto-increment-serial): New user option.
6712         (dns-mode-soa-maybe-increment-serial): New function.
6713         (dns-mode): Add the latter to `write-contents-functions'.
6715         * obsolete/zone-mode.el: Move to obsolete/ from net/.
6716         Delete autoload cookies.
6718 2006-08-10  John Wiegley  <johnw@newartisans.com>
6720         * eshell/em-glob.el (eshell-glob-chars-list)
6721         (eshell-glob-translate-alist): Add support for [^g] in character globs.
6723 2006-08-10  Richard Stallman  <rms@gnu.org>
6725         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
6726         (facemenu-set-face): Doc fix.
6727         (facemenu-listed-faces): Doc fix.
6729 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
6731         * avoid.el (mouse-avoidance-animating-pointer): New var.
6732         (mouse-avoidance-nudge-mouse): Use it.
6733         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
6734         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
6735         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
6736         Don't activate if currently animating.  All callers changed.
6738 2006-08-09  John Wiegley  <johnw@newartisans.com>
6740         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
6741         variable, which causes timeclock to report elapsed time worked,
6742         instead of just work remaining.
6744 2006-08-09  Kenichi Handa  <handa@m17n.org>
6746         * international/latexenc.el (latexenc-find-file-coding-system):
6747         Fix for the case that the 2nd element of arg-list is a cons.
6749 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
6751         * info.el (Info-fontify-node): Handle preceding `in' for note
6752         reference hiding rules.
6754 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6756         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
6757         mistake a closing " for an opening one.
6759 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
6761         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6763 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6765         * complete.el (PC-do-completion): Filter out completions matching
6766         completion-ignored-extensions before checking whether there are
6767         multiple completions.
6768         Don't use `list' unnecessarily when building completion tables.
6770 2006-08-06  Richard Stallman  <rms@gnu.org>
6772         * help.el (describe-mode): Make minor mode list more concise.
6774 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
6776         * bindings.el: Give mode-line-format, mode-line-modes, and
6777         mode-line-position `standard-value' properties.
6779 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
6781         * buff-menu.el (list-buffers-noselect): For Info buffers, use
6782         "(file)node" instead of the file name.
6784 2006-08-05  Richard Stallman  <rms@gnu.org>
6786         * faces.el (escape-glyph): Doc fix.
6788 2006-08-04  Kenichi Handa  <handa@m17n.org>
6790         * international/mule-diag.el (describe-font): Improve docstring
6791         and error message.  Use frame-parameter (not frame-parameters).
6793 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6795         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
6796         Correctly mark the end-of-docstring char.
6798 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
6800         * simple.el (line-move-to-column): Constrain move-to-column to
6801         current field.
6803 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6805         * font-lock.el (font-lock-beg, font-lock-end)
6806         (font-lock-extend-region-functions): New vars.
6807         (font-lock-extend-region-multiline)
6808         (font-lock-extend-region-wholelines): New functions.
6809         (font-lock-default-fontify-region): Use them.
6810         (font-lock-extend-jit-lock-region-after-change): Only round up
6811         if font-lock-default-fontify-region will do it as well.
6813         * font-lock.el (font-lock-extend-after-change-region-function):
6814         Rename from font-lock-extend-region-function.
6815         (font-lock-extend-region): Remove by inlining at call sites.
6816         (font-lock-after-change-function): Don't needlessly round up to a whole
6817         number of lines.
6818         (font-lock-extend-jit-lock-region-after-change): Be more careful about
6819         the boundary conditions and the interactions between the various ways
6820         to extend the region.
6822 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6824         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
6825         modification status when forcing the second redisplay.
6827 2006-08-03  Kim F. Storm  <storm@cua.dk>
6829         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
6831 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6833         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
6834         doesn't look like a file name.
6836         * complete.el (PC-expand-many-files): Avoid signalling an error when
6837         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
6839 2006-08-02  Andreas Schwab  <schwab@suse.de>
6841         * bindings.el (mode-line-format): Simplify reference to vc-mode.
6843 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6845         * bindings.el (map): Make mode-line-buffer-identification-keymap
6846         before defining propertized-buffer-identification.
6848 2006-08-01  Richard Stallman  <rms@gnu.org>
6850         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
6852 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6854         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
6855         default value.
6856         (gdb-find-source-frame): New function.
6857         (menu): Add to menu bar.
6859 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6861         * font-core.el (font-lock-extend-region-function)
6862         (font-lock-extend-region): Move to font-lock.el.
6864         * font-lock.el (font-lock-extend-region-function)
6865         (font-lock-extend-region): Move from font-core.el.  Simplify.
6867         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
6868         if needed.
6869         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
6870         (jit-lock-after-change-extend-region-functions): New hook.
6871         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
6873         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
6874         (font-lock-turn-on-thing-lock): Use it.
6876         * longlines.el (longlines-show-region): Make it work on read-only
6877         buffers as well.
6879 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
6881         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
6883 2006-07-31  Richard Stallman  <rms@gnu.org>
6885         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
6886         (vhdl-speedbar-display-projects): Update old obsolete
6887         speedbar variable names.
6889 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
6891         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
6892         (gdb-stopped): Use it.
6894         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
6896 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
6898         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
6899         for load-history elements.
6901 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
6903         * files.el (convert-standard-filename): For Cygwin, replace
6904         characters not allowed in Windows file names.
6905         (make-auto-save-file-name): Add Cygwin to the list of systems
6906         where the auto-save file name needs to be run through
6907         convert-standard-filename.
6909 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6911         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
6913 2006-07-28  Richard Stallman  <rms@gnu.org>
6915         * bindings.el (mode-line-frame-identification)
6916         (propertized-buffer-identification): Centralize the code
6917         to initialize the variable.
6919         * progmodes/grep.el (grep-default-command): Catch errors from
6920         wildcard-to-regexp.
6922 2006-07-29  Kim F. Storm  <storm@cua.dk>
6924         * progmodes/grep.el (grep-tag-default): New function.
6925         (grep-default-command, grep-read-regexp): Use it.
6926         (grep-read-files): Use car of grep-files-history or grep-files-aliases
6927         as default if nothing else applies.
6929 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
6931         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
6932         Throw error if buffer is not in Dired and Wdired mode, respectively.
6934 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
6936         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
6937         self-insert-command keys don't activate buttons.
6938         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
6940 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
6942         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
6943         faces for enable character.
6945 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
6947         * Makefile.in (recompile): Update comment to reflect change
6948         on 2004-04-21.
6950 2006-07-27  Richard Stallman  <rms@gnu.org>
6952         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
6953         (customize-package-emacs-version): Change msg when pkg has no entry.
6954         (custom-no-edit): On a button, do like widget-button-press.
6956 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6958         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
6959         S-tab and C-S-tab.
6961 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
6963         * progmodes/which-func.el (which-function): Fix documentation/
6964         comment typo.
6966 2006-07-26  Richard Stallman  <rms@gnu.org>
6968         * textmodes/ispell.el (ispell-word): If we replace the word,
6969         move point to the end.  Insert before deleting.
6971 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
6973         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
6974         a timer.
6976 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
6978         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
6979         when at first image.
6980         (tumme-forward-image): Add prefix argument.  Add error when at last
6981         image.
6983 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6985         * tabify.el (tabify-regexp): Use more specific regexps.
6986         (tabify): Avoid modifying the buffer unnecessarily.
6988 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
6990         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
6991         (tumme-format-properties-string): Handle empty `buf'.
6992         (tumme-get-comment): Change variable names inside `let'.
6993         Add missing `let' variable that cause font-lock problems.
6994         (tumme-write-comments): Change variable names inside `let'.
6995         Add missing `let' variable that cause font-lock problems.
6996         (tumme-forward-image): Rename from `tumme-forward-char'.
6997         (tumme-backward-image): Rename from `tumme-backward-char'.
6999 2006-07-25  Masatake YAMATO  <jet@gyve.org>
7001         * progmodes/ld-script.el (ld-script-keywords)
7002         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7003         and add comments.
7005 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
7007         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7008         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7009         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7010         for status indicator.
7012 2006-07-24  Richard Stallman  <rms@gnu.org>
7014         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7016         * subr.el (dolist, dotimes): Use interned symbols for locals.
7017         (--dotimes-limit--, --dolist-tail--): New defvars.
7018         (looking-back): Doc fix.
7020         * replace.el (replace-match-string-symbols): Handle dotted lists.
7022 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7024         * tumme.el (tumme-write-tags): Add.
7025         (tumme-write-comments): Add.
7026         (tumme-tag-files): Change to use `tumme-write-tags'.
7027         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7028         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7029         (tumme-save-information-from-widgets): Change to use
7030         `tumme-write-comments' and `tumme-write-tags'.
7031         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7032         (tumme-write-tag): Remove.
7033         (tumme-write-comment): Remove.
7034         (tumme-display-previous-thumbnail-original): Remove empty line.
7035         (tumme-widget-list): Add punctuation.
7037 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7039         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7041 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7043         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7044         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
7045         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7047 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
7049         * mouse.el (mouse-on-link-p): Doc fix.
7051 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
7053         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7054         Handle "C-h f `".
7056 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7058         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7059         column.
7061 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
7063         * textmodes/table.el: Add move-beginning-of-line and
7064         move-end-of-line to Point Motion Only Group.
7066 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7068         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7070 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7072         * startup.el (user-mail-address): Initialize from the `EMAIL'
7073         environment variable first.  Document this.
7074         (command-line): Ditto.
7076 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
7078         * help-mode.el (help-function-def, help-variable-def)
7079         (help-face-def): Print a message in the minibuffer.
7081 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7083         * term/xterm.el (terminal-init-xterm): Fix key bindings
7084         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7086 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7088         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7089         where `(nth 1 command)' is a cons cell.  Doc fix.
7091         * textmodes/po.el (po-find-charset): Doc fix.
7093 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
7095         * allout.el (allout-unprotected, allout-e-o-prefix-p)
7096         (allout-beginning-of-current-line, allout-end-of-current-line)
7097         (allout-next-visible-heading, allout-open-topic)
7098         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7099         (allout-flag-current-subtree, allout-show-to-offshoot)
7100         (allout-hide-current-entry, allout-show-current-branches)
7101         (allout-hide-region-body, allout-old-expose-topic)
7102         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7103         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7104         containing `beginning-of-line' and `end-of-line' with
7105         `inhibit-field-text-motion' t.
7107 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7109         * frame.el (focus-follows-mouse): Document that it doesn't have
7110         any effect on MS-Windows.
7112 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7114         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7116 2006-07-20  Jay Belanger  <belanger@truman.edu>
7118         * calc.el (calc-previous-alg-entry): Remove variable.
7120         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7121         New variables.
7122         (calc-alg-entry): Use `calc-alg-entry-history'.
7123         (calc-do-quick-calc): Use `calc-quick-calc-history'.
7124         Remove reference to `calc-previous-alg-entry'.
7125         (calcAlg-edit, calcAlg-enter): Remove reference to
7126         `calc-previous-alg-entry'.
7127         (calcAlg-previous): Use `previous-history-element' instead of
7128         `calc-previous-alg-entry'.
7129         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7130         Change keybinding for `calcAlg-plus-minus', add keybindings for
7131         `previous-history-element' and `next-history-element'.
7133         * calc-rewr.el (calc-match): Remove reference to
7134         `calc-previous-alg-entry'.
7136         * calc-sel.el (calc-selection-history): New variable.
7137         (calc-enter-selection, calc-sel-mult-both-sides)
7138         (calc-sel-add-both-sides): Use `calc-selection-history'.
7140         * calc-map.el (calc-get-operator-history): New variable.
7141         (calc-get-operator): Use `calc-get-operator-history'.
7143         * calcalg3.el (calc-curve-fit-history): New variable.
7144         (calc-curve-fit): Use `calc-curve-fit-history'.
7146 2006-07-20  Kenichi Handa  <handa@m17n.org>
7148         * international/mule-cmds.el (select-safe-coding-system): Fix the
7149         way of deciding eol-type of the coding system.
7151 2006-07-20  Alan Mackenzie  <acm@muc.de>
7153         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7154         (c-lang-setvar): New macro.
7155         (c-make-init-lang-vars-fun): Use the initialization forms in
7156         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7157         (comment-start, comment-end, comment-start-skip): Change these from
7158         c-lang-defvar's to c-lang-setvar's.
7160         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7161         which calls make-local-variable on the elements of
7162         c-emacs-variable-inits.
7163         (c-init-language-vars-for): Call this new macro.
7165 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7167         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7168         Try to rule out false positives due to time stamps.
7169         (compilation-mode-font-lock-keywords): Remove rules made redundant
7170         because of the above change.  Add `segmentation fault' to the known and
7171         highlighted compilation termination messages.
7173 2006-07-19  Kim F. Storm  <storm@cua.dk>
7175         * progmodes/grep.el (grep-find-ignored-directories):
7176         Add .svn and _darcs to list.
7178 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
7180         * dired.el (dired-mode-map): Add key binding `C-te' for
7181         `tumme-dired-edit-comment-and-tags'.
7183         * tumme.el (tumme-display-thumbnail-original-image): Make sure
7184         image display buffer is displayed before call to
7185         `tumme-display-image.
7186         (tumme-dired-display-image): Make sure image display buffer is
7187         displayed before call to `tumme-display-image.
7188         (tumme-mouse-display-image): Make sure image display buffer is
7189         displayed before call to `tumme-display-image.
7190         (tumme-widget-list): Add.
7191         (tumme-dired-edit-comment-and-tags): Add.
7192         (tumme-save-information-from-widgets): Add.
7194 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7196         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7198 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7200         * progmodes/sh-script.el (sh-font-lock-keywords-1):
7201         Revert inadvertently installed patch hunk.
7203         * progmodes/compile.el (compilation-find-file): Handle the
7204         cases where the user selects a non-existent file.
7206 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7208         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7210 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7212         * subr.el (sit-for): Just sleep-for if noninteractive.
7214 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7216         * emacs-lisp/autoload.el (make-autoload): Use new arg.
7218         * custom.el (custom-autoload): Add `noset' argument.
7219         (custom-push-theme): Don't autoload the variable, let callers do it.
7220         (custom-theme-set-variables): Autoload the variable if necessary.
7222         * cus-edit.el (custom-variable-state-set): If the variable was
7223         originally set outside custom, but to the same value as the default,
7224         consider it to be standard.
7226         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7227         file *before* telling Emacs to add the autoloads, in case it fails.
7229         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7230         Use `cond', push', and `dolist'.
7232 2006-07-17  Richard Stallman  <rms@gnu.org>
7234         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7235         Add defvars to silence warnings.
7237 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7239         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7240         Don't highlight "Compiling file" messages as error.
7242         * dired-aux.el (dired-compress-file): Confirm again if gzipped
7243         file already exists.
7245 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
7247         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
7248         entry, don't assign to free var; simply return the extracted filename.
7249         (ff-treat-as-special): Incorporate common preamble from callers.
7250         (ff-other-file-name, ff-find-the-other-file):
7251         Update call to ff-treat-as-special.
7253         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
7255 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
7257         * tumme.el (tumme-get-comment): Fix bug.
7259 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7261         * files.el: Remove spurious * in docstrings.
7263 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
7265         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
7266         grammar.
7267         (allout-beginning-of-current-line): Beware beginning of buffer.
7268         Also, a comment is simplified.
7269         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
7270         when appropriate.  (This fix enables use for other than
7271         bullet-hotspot operation.)
7272         (allout-hide-current-subtree): While escalating to sibling-close,
7273         make sure to situate on a topic.
7275 2006-07-14  Kim F. Storm  <storm@cua.dk>
7277         * emulation/cua-base.el (cua-delete-selection)
7278         (cua-toggle-set-mark): New defcustoms.
7279         (cua-rectangle-modifier-key): Add `alt' modifier.
7280         (cua-replace-region): Don't delete if cua-delete-selection is nil.
7281         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
7282         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
7284         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
7286 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
7288         * allout.el: Require 'cl during byte-compilation/interactive load,
7289         for the `assert' macro.
7290         (allout-mode-deactivate-hook): New hook, run when allout mode
7291         deactivates.
7292         (allout-developer): New allout customization subgroup.
7293         (allout-run-unit-tests-on-load): New allout-developer
7294         customization variable, when true allout unit tests are run towards
7295         end of file load/eval.
7296         (allout-inhibit-auto-fill): Disable auto-fill activity even during
7297         auto-fill-mode.
7298         (allout-resumptions): Remove, to be replaced by...
7299         (allout-add-resumptions): Register variable settings to be
7300         reinstated by `allout-do-resumptions'.  The settings are made
7301         buffer-local, but the locality/globality of the suspended setting
7302         is restored on resumption.
7303         (allout-do-resumptions): Reinstate all settings suspended using
7304         `allout-add-resumptions'.
7305         (allout-test-resumptions): Unit tests (and intermediate variables)
7306         for resumptions.
7307         (allout-tests-globally-unbound, allout-tests-globally-true)
7308         (allout-tests-locally-true): Intermediate variables for
7309         resumptions unit tests.
7310         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
7311         (allout-exposure-category): Replaces 'allout-overlay-category variable.
7312         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
7313         instead of retired `allout-resumptions'.  For hook functions, use
7314         `local' parameter so hook settings are created and removed as
7315         buffer-local settings.  Revise (resumptions) setting
7316         auto-fill-function so it is set only if already active.  (The
7317         related fill-function settings are all made in either case, so
7318         that activating auto-fill-mode activity will have the custom
7319         allout-mode behaviors (hanging indent on topics, if configured for it).
7320         Remove all allout-exposure-category overlays on mode deactivation.
7321         (allout-hotspot-key-handler): New function extracted from
7322         `allout-pre-command-business', so the functionality can be used
7323         for other purposes, eg as a binding in an overlay.
7324         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
7325         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
7326         customization variable.
7327         (allout-run-unit-tests): Run the (currently quite small)
7328         repertoire of unit tests.  Called just before the provide iff user
7329         has customized `allout-run-unit-tests-on-load' non-nil.
7331 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
7333         * emacs-lisp/authors.el (authors-aliases): Update.
7335 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
7337         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
7338         gdb-source-window.  Add dedicated argument.
7339         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
7340         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
7341         (gdb-display-threads-buffer, gdb-display-memory-buffer)
7342         (gdb-display-locals-buffer): Use it.
7344         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
7345         Set gdb-source-window.
7347 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7349         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
7350         minor modes, redundant with the custom-autoload line above.
7352 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
7354         * longlines.el (longlines-post-command-function): Handle open-line too.
7356 2006-07-12  Richard Stallman  <rms@gnu.org>
7358         * progmodes/grep.el (grep-last-buffer): Doc fix.
7360         * info.el (Info-try-follow-nearest-node): Doc fix.
7362         * emacs-lisp/edebug.el (edebug-instrument-function):
7363         Err if find-function-noselect gives no position.
7365         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7366         If can't find definition, return nil for position.
7367         (find-function-do-it): Handle new return value
7368         of find-definition-noselect.
7369         (find-definition-noselect, find-variable-noselect): Doc fix.
7370         (find-function-noselect): Doc fix.
7372         * help-mode.el (help-variable-def): Handle find-variable-noselect
7373         returning no position.
7374         (help-function-def): Likewise for find-function-search-for-symbol.
7375         (help-face-def): Likewise.
7377         * help-fns.el (describe-variable): Handle find-variable-noselect
7378         returning no position.
7380         * files.el (locate-file-completion): Avoid duplicates in result.
7382         * cus-edit.el (custom-no-edit): New command.
7383         (custom-mode-map): Remap to custom-no-edit instead of
7384         using suppress-keymap.
7386 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
7388         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7389         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7390         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
7392         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
7394 2006-07-11  Kim F. Storm  <storm@cua.dk>
7396         * ido.el (ido-copy-current-file-name): Use buffer-name if
7397         buffer-file-name is nil.
7399 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
7401         * simple.el (undo-ask-before-discard): Set to nil.
7403         * vc.el (vc-exec-after): Don't delete process manually.
7404         (vc-print-log): Run log-view-mode in process sentinel inside
7405         inhibit-read-only.  Don't shrink window due to timing issues.
7407         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
7408         Avoid using with-output-to-temp-buffer, which clobbers local vars.
7410 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7412         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7413         Fix ambiguity introduced by last change.
7414         (compilation-find-file): Move save-excursion to where it may
7415         make sense.  Fix a left over `find-file'.
7417 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
7419         * textmodes/texinfmt.el (texinfo-format-separate-node):
7420         Insert a string before point, which fits documentation, not after.
7421         (texinfo-multitable-item): In a multitable row, insert any
7422         additional needed @tabs and spaces.
7424 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
7426         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7427         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7428         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
7429         instead of shell-command.
7430         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
7431         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
7432         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
7433         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
7434         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
7435         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
7437 2006-07-11  Kim F. Storm  <storm@cua.dk>
7439         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
7440         Remove special case for seconds < 0.  Use (redisplay t) instead.
7442 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
7444         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
7445         avoid compilation error.
7447         * subr.el (sit-for): New function.
7449         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
7451 2006-07-10  Richard Stallman  <rms@gnu.org>
7453         * ldefs-boot.el (edebug): Update page.
7455 2006-07-10  Kim F. Storm  <storm@cua.dk>
7457         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
7458         to FOR-RELEASE and TODO.
7460 2006-07-10  Romain Francoise  <romain@orebokech.com>
7462         * emacs-lisp/authors.el (authors-aliases): Update.
7464 2006-07-10  Alan Mackenzie  <acm@muc.de>
7466         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
7467         * cc-mode.el: Changes to eradicate eval-after-load.
7469 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
7471         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
7472         on non-char events.
7474 2006-07-09  Romain Francoise  <romain@orebokech.com>
7476         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7477         Don't highlight start/end markers as compilation messages.
7479         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
7480         to t.
7482 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7484         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
7486 2006-07-08  Richard Stallman  <rms@gnu.org>
7488         * term/x-win.el (x-handle-display): Add doc string.
7490         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7492         * subr.el (def-edebug-spec): Move here.
7493         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
7495         * imenu.el (imenu-choose-buffer-index): Doc fix.
7497 2006-07-08  Romain Francoise  <romain@orebokech.com>
7499         * term/x-win.el (x-display-name): Fix typo.
7501 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
7503         * hexl.el (hexl-find-file): Doc fix.
7505         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7507 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
7509         * term/x-win.el (x-display-name): Doc fix.
7511 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7513         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
7514         long prefixes.
7515         (fill-region-as-paragraph): Don't round up to a whole line.
7516         (fill-comment-paragraph): Don't include the code-before-the-comment
7517         when calling fill-region-as-paragraph.
7519         * international/mule.el (make-char): Remove redundancy.
7521         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
7522         property may contain an anonymous function rather than a symbol.
7524         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
7526         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7527         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
7529         * dirtrack.el (dirtrack-default-directory-function): Remove.
7530         (dirtrack-directory-function): Use file-name-as-directory.
7531         (dirtrack-windows-directory-function): Simplify.
7532         (dirtrack-forward-slash, dirtrack-backward-slash)
7533         (dirtrack-replace-slash): Remove.
7534         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
7535         (dirtrack): Fix wrong parenthesizing; use match-string.
7537         * progmodes/octave-inf.el: Remove spurious * in docstrings.
7538         (inferior-octave-mode): Only change the buffer-local value of
7539         comint-dynamic-complete-functions.
7540         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
7541         Move the initialization to the declaration.
7542         (inferior-octave-complete): Remove unused var `filter'.
7544         * shell.el (shell-mode): Only change the buffer-local value of
7545         comint-dynamic-complete-functions.
7547 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
7549         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
7550         entry is skipped because it has been scheduled.
7551         (org-prepare-agenda-buffers): Don't mark buffers as modified when
7552         changing `:org-archived' and `:org-comment' properties.
7554 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
7556         * server.el (server-select-display): Don't make the temp frame
7557         minibuffer-only, in case it's not a temp frame.
7558         (server-process-filter): Don't delete the temp frame if it's the
7559         only one we have on that display.
7561         * files.el (find-alternate-file): Doc fix.
7563 2006-07-05  Richard Stallman  <rms@gnu.org>
7565         * files.el (abbreviate-file-name): Add save-match-data.
7567 2006-07-03  Richard Stallman  <rms@gnu.org>
7569         * faces.el (read-face-name): Doc fix.
7571 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
7573         * net/goto-addr.el (goto-address): Mark as safe for local evals.
7575 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
7577         * vc.el (vc-diff-internal): Fix prev change.
7579 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
7581         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
7582         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
7584 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7586         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
7587         fails if the symbol contains chars like ( or '.
7588         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
7589         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
7590         `short'.
7592 2006-07-04  Kenichi Handa  <handa@m17n.org>
7594         * international/mule-cmds.el (set-language-info): If LANG-ENV is
7595         the current one, don't call set-language-environment, but call one
7596         of set-language-environment-XXX to make INFO effective now.
7597         (set-language-environment): Call set-language-environment-XXX
7598         functions instead of doing the various setups directly.
7599         (set-language-environment-coding-systems): Delete argument eol-type.
7600         (set-language-environment-input-method)
7601         (set-language-environment-nonascii-translation)
7602         (set-language-environment-charset)
7603         (set-language-environment-fontset)
7604         (set-language-environment-unibyte): New functions.
7606 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
7608         * locate.el (locate-update-when-revert): New option.
7609         (locate-update-path): New option (suggested by Michael Albinus).
7610         (locate-prompt-for-command): Whitespace change.
7611         (locate-update): No longer offer to update the locate database by
7612         default.  Implement the two new options.
7614 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
7616         * tooltip.el: Move comment about track-mouse...
7618         * progmodes/gud.el: ...to here.
7620 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
7622         * facemenu.el (facemenu-listed-faces): New var.
7623         (facemenu-unlisted-faces): Variable deleted.
7624         (facemenu-add-new-face): Use facemenu-listed-faces.
7626         * emulation/viper-init.el, calendar/calendar.el:
7627         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
7629 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
7631         * textmodes/org.el (org-mode): Remove no invalid settings for
7632         calc embedded mode.
7633         (org-mode-p): New defsubst.
7634         (org-save-all-org-buffers): New function.
7635         (org-first-headline-recenter): Enclose outline-regexp in group
7636         delimiters.
7637         (org-set-tags): Keep single space after stars.
7639 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7641         * window.el (set-window-text-height): Only set window-min-height to
7642         1 if that's the requested size.
7644         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
7645         (diff-unified->context, diff-context->unified)
7646         (diff-reverse-direction): Make sure the end marker stays at the end.
7647         (diff-mode): Add the keymap table at the end of docstring.
7648         Use lexical-let rather than constructing a closure manually.
7650         * files.el (find-file-noselect-1): Remove unused var assignment.
7651         (hack-local-variables-confirm): Print lists of strings as lists of
7652         strings rather than lists of symbols.
7653         (abbreviate-file-name, hack-local-variables-prop-line):
7654         Use match-string.
7655         (hack-one-local-variable): Move `make-local-variable' nearer its use.
7656         (recover-session-finish): Use line-end-position.
7658 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
7660         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
7662 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
7664         * progmodes/make-mode.el (makefile-macroassign-regex):
7665         Accept preceding keyword.
7666         (makefile-gmake-statements): Reorganize, now that makepp has
7667         "override" and also handle forgotten "override define".
7668         (makefile-makepp-statements): Add new "global", "override export"
7669         and "override global".
7671 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
7673         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
7674         (ada-compile-mouse-goto-error, ada-deactivate-properties)
7675         (ada-no-auto-case): Fix typos in docstrings.
7677 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
7679         * info.el (Info-find-node-2): Search for makeinfo version more
7680         carefully.
7682 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
7684         * textmodes/org.el (org-prepare-agenda-buffers):
7685         Use `invisible-OK' argument for `org-end-of-subtree'.
7686         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
7687         (org-beginning-of-item): Fix bug in regular expression for white line.
7688         (org-export-as-html): Enforce space after bullet in plain list items.
7689         (org-set-autofill-regexps): Require space after plain list bullet
7690         for paragraph-start.
7691         (org-ts-regexp3): New constant.
7692         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
7693         (org-timestamp-up-day, org-timestamp-down-day)
7694         (org-timestamp-change): Work with inactive timestamps.
7695         (org-ts-regexp1): Don't allow brackets in time stamps.
7697 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
7699         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
7700         for ignoring links.
7702         * faces.el (read-face-name): Use it.
7704 2006-06-28  Juri Linkov  <juri@jurta.org>
7706         * buff-menu.el (list-buffers-noselect): Compare Info file
7707         with the string "dir" to detect Info directory.
7709         * complete.el (partial-completion-mode): In lambda for
7710         `choose-completion-string-functions' use full function signature
7711         with 4 args, and move point to the end of the minibuffer only if arg
7712         `mini-p' is non-nil.
7714 2006-06-28  John Paul Wallington  <jpw@pobox.com>
7716         * ibuffer.el (ibuffer-mode): Doc fix.
7718 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
7720         * textmodes/org.el (org-context): New contexts :item-bullet,
7721         :latex-fragment, :latex-preview.
7722         (org-overlays-at, org-overlay-start, org-overlay-end):
7723         New compatibility functions.
7724         (org-inside-LaTeX-fragment-p): More accurate matching, using the
7725         exact regexp that will be used during export.
7726         (org-latex-regexps): New variable.
7727         (org-cdlatex-mode): Improve advice for `texmathp'.
7728         (turn-on-org-cdlatex): New function.
7730 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7732         * term/mac-win.el (mac-handle-font-selection): Change keys of
7733         mac-atsu-font-table from strings to numbers.
7734         (mac-ts-caret-position): Use also when cursor-type is nil.
7735         (mac-ts-update-active-input-area): Add Mac OS Classic support.
7736         Relax condition for using overlay strings.
7737         Use mac-ts-caret-position face when cursor-type is nil.
7739 2006-06-26  Kim F. Storm  <storm@cua.dk>
7741         * help.el (view-emacs-news): Declare `res' in the right let* form.
7743 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
7745         * net/rcompile.el (remote-compile): Replace ange-ftp based
7746         implementation by Tramp functions.
7747         Suggested by Marc Abramowitz <msabramo@gmail.com>.
7749         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
7751 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
7753         * international/fontset.el (setup-default-fontset): Fix a typo in
7754         the "Oriya-Akruti" registry name.
7756 2006-06-23  Lars Hansen  <larsh@soem.dk>
7758         * desktop.el (desktop-full-file-name): New function.
7759         (desktop-kill, desktop-save, desktop-remove, desktop-read)
7760         (desktop-revert): Use it.
7761         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
7762         (desktop-after-read-hook): Add option list-buffers.
7763         (desktop-locals-to-save): Add tab-width.
7764         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
7765         Fix docstring.
7767 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
7769         * textmodes/org.el (org-cdlatex-mode-map)
7770         (org-cdlatex-texmathp-advice-is-done): New variables.
7771         (org-cdlatex-mode): New minor mode.
7772         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
7773         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
7774         (org-export-with-archived-trees): New option.
7775         (org-open-file): Remove the call to `convert-standard-filename'.
7776         (org-archive-tag, org-agenda-skip-archived-trees)
7777         (org-cycle-open-archived-trees)
7778         (org-sparse-tree-open-archived-trees): New options.
7779         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
7780         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
7781         New functions.
7782         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
7783         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
7784         (org-mode-map): Add binding for `org-toggle-archive-tag'.
7785         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7786         Call `org-prepare-agenda-buffers'.
7787         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
7788         (org-file-apps, org-file-apps-defaults-gnu)
7789         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
7790         Handle remote files by forcing them to be opened in Emacs.
7792 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
7794         * vc.el (vc-diff-knows-L): New variable.
7795         (vc-diff-internal): Use it to handle "diff" programs that don't
7796         understand -L.  This works automatically, no user action is necessary.
7798 2006-06-23  Daniel Brockman  <daniel@brockman.se>
7800         * net/rcirc.el (rcirc-default-user-full-name): Default to
7801         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
7802         longer exists).
7803         (rcirc-process-list): Check `buffer-live-p' before attempting to
7804         switch to a buffer.
7806 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
7808         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
7809         based on rcirc-coding-system-alist.
7811 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
7813         * cus-edit.el (customize-apropos): A better error message.
7814         (top level) <debug-ignored-errors>: Extend and update the list of
7815         ignored error messages.
7817 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
7819         * complete.el (PC-do-completion): Retain capitalization of user
7820         input, when possible, even if completion-ignore-case is set.
7822 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
7824         * generic-x.el (bat-generic-mode): Support .cmd files.
7826         * dos-w32.el (top level): Use find-file-not-found-functions
7827         instead of the obsolete find-file-not-found-hooks.
7829 2006-06-22  Kim F. Storm  <storm@cua.dk>
7831         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
7832         to recognize mode name containing submodes, such as Grep/lw.
7834 2006-06-21  Kim F. Storm  <storm@cua.dk>
7836         * simple.el (line-move-1): Check for move-end-of-line instead of
7837         end-of-line when setting temporary-goal-column.
7839 2006-06-21  Miles Bader  <miles@gnu.org>
7841         * play/cookie1.el (cookie): Work properly when there's only one entry.
7843 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
7845         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
7846         (gdb-frame-handler): Generalize frame regexp for templates.
7848 2006-06-20  Glenn Morris  <rgm@gnu.org>
7850         * calendar/appt.el (appt-display-format): Default value must be
7851         one of the customize options.
7853 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
7855         * term/xterm.el (terminal-init-xterm): Update key availability info.
7856         Bind C-return.
7858         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
7860 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
7862         * files.el (hack-local-variables): Run `hack-local-variables-hook'
7863         whether or not a local variables list is defined.
7865         * msb.el (msb): Move `sit-for' hack here to handle both
7866         "mouse-down and drag" and "mouse-up and select" situations.
7867         (mouse-select-buffer): Move `sit-for' hack to `msb'.
7869 2006-06-20  Kenichi Handa  <handa@m17n.org>
7871         * international/characters.el (word-combining-categories):
7872         Add entries for 2-byte Han characters.
7874 2006-06-19  Richard Stallman  <rms@gnu.org>
7876         * bindings.el (mode-line-format): Save some mode line space.
7878         * files.el (find-file-noselect): Improve the question wording.
7879         (basic-save-buffer-2): Mask UMASK against 666.
7881         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
7882         (mouse-drag-vertical-line): Call it.
7884         * cus-edit.el (customize-option, customize-option-other-window):
7885         Error if SYMBOL is nil.
7887 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
7889         * textmodes/org.el: Require noutline, also on XEmacs.
7890         (org-end-of-subtree): Return point.
7891         (org-dblock-start-re, org-dblock-end-re): New constants.
7892         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
7893         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
7894         (org-update-all-dblocks, org-find-dblock): New functions.
7895         (org-collect-clock-time-entries): New function.
7896         (org-html-handle-time-stamps): Never export CLOCK timeranges.
7897         (org-fixup-indentation): Modify to deal correctly with lines
7898         starting with TAB.  Only one argument DIFF now.
7899         (org-demote, org-promote): Call `org-fixup-indentation' with just
7900         one argument, DIFF.
7901         (org-mode): Don't mark buffer as modified when aligning tables.
7902         (org-clock-sum): Don't mark buffer modified when adding time sum
7903         properties.
7904         (org-export-as-html): Add support for a link validation function.
7905         (org-archive-all-done): New function.
7906         (org-archive-subtree): New prefix argument.  When set, archive all
7907         done subtrees in this buffer.
7908         (org-remove-clock-overlays)
7909         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
7910         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
7911         (org-put-clock-overlay): Don't swallow last headline character
7912         when displaying overlay.
7913         (org-store-link): Link to `image-mode' with just the file name.
7915 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7917         * viper-cmd.el (viper-special-read-and-insert-char):
7918         Use read-key-sequence.
7919         (viper-after-change-undo-hook): Misc enhancements.
7920         (viper-after-change-undo-hook): New hook.
7921         (viper-undo): Use viper-after-change-undo-hook.
7922         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
7923         (viper-next-line-at-bol): If point is on a widget or a button, simulate
7924         clicking on that widget/button.
7926         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
7928         * ediff-diff (ediff-test-patch-utility): Catch errors.
7929         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
7930         (ediff-set-actual-diff-options): New function.
7931         (ediff-reset-diff-options, ediff-toggle-ignore-case):
7932         Use ediff-set-actual-diff-options.
7933         (ediff-extract-diffs): Catch errors.
7934         (ediff-whitespace): Add non-breakable space.
7935         (ediff-same-file-contents): Catch errors.
7937         * ediff-mult.el (ediff-collect-custom-diffs):
7938         Save coding-system-for-read.
7940         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
7941         (ediff-vc-internal, ediff-vc-merge-internal):
7942         Use ediff-delete-version-file.
7943         (ediff-delete-version-file): New function.
7945         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
7947         * ediff.el (ediff-directories, ediff-directory-revisions)
7948         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
7949         (ediff-directories-internal, ediff-merge-directory-revisions)
7950         (ediff-merge-directory-revisions-with-ancestor)
7951         (ediff-directories3): Use read-directory-name.
7953 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
7955         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
7956         Remove superfluous part of regexp for brace matching which is handled
7957         by `scan-lists' call.
7959 2006-06-16  Richard Stallman  <rms@gnu.org>
7961         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
7963         * files.el (basic-save-buffer-2): For a new precious file,
7964         use the default modes in the return value.
7966         * facemenu.el (facemenu-color-alist): Doc fix.
7968         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
7970 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7972         * cus-start.el (all): Add mac-ts-script-language-on-focus.
7974         * term/mac-win.el (mac-text-encoding-ascii): New constant.
7975         (mac-utxt-to-string): Use it.
7976         (mac-ts-update-active-input-area): Use mac-ae-number.
7978 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
7980         * term.el (term-handle-scroll, term-delete-lines)
7981         (term-insert-lines): Fix off by one errors.
7983 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7985         * net/tramp.el (tramp-touch): Use UTC to express time.
7987 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
7989         * mail/sendmail.el (mail-send): Search explicitly for
7990         mail-header-separator when checking for corrupted header lines.
7992 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
7994         * progmodes/gdb-ui.el (gdb-same-frame): New option.
7995         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
7996         (gdb-init-1): Initialise them.
7997         (gdb-starting): Reset gdb-printing
7998         (gdb-starting): Save value of gud-overlay-arrow-position.
7999         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8000         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8001         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8002         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8004 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8006         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8008 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
8010         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8011         (ldap-search-internal): Keep error messages, and a regexp fix.
8013 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
8015         * files.el (hack-local-variables-confirm):
8016         Display string value using its printed representation.
8018 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
8020         * server.el (server-edit): No-op if no server buffers exist.
8022 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
8024         * textmodes/page-ext.el (pages-directory-for-addresses):
8025         Including `pages-directory-address-mode' in the function results
8026         in the message "Buffer in which pages were found is deleted".
8028 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
8030         * textmodes/org.el (org-agenda-mode-map): Add bindings for
8031         clocking functions.
8033         (org-agenda-clock-in, org-check-running-clock)
8034         (org-clock-out-if-current, org-remove-clock-overlays)
8035         (org-put-clock-overlay): New functions.
8036         (org-clock-marker, org-clock-file-total-minutes)
8037         (org-clock-overlays): New variables.
8038         (org-clock-display, org-clock-sum, org-clock-cancel)
8039         (org-clock-out, org-clock-in): New commands.
8040         (org-export): New function.
8041         (org-emph-re): New constant.
8042         (org-set-emph-re, org-do-emphasis-faces): New functions.
8043         (org-emphasis-regexp-components, org-emphasis-alist): New options.
8044         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8045         (org-export-html-convert-emphasize): Use the configurable emphasis.
8046         (org-cleaned-string-for-export): Make multiline emphasis visible
8047         to the exporter.  New optional argument PARAMETERS.
8048         (org-export-as-html): Specify :emph-multiline parameter to
8049         `org-cleaned-string-for-export'.
8051 2006-06-10  Richard Stallman  <rms@gnu.org>
8053         * help.el (help-for-help-internal): Clean up help text.
8055 2006-06-10  Andreas Schwab  <schwab@suse.de>
8057         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8058         in doc string.
8060         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8062 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
8064         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8065         spaces after the comment start.
8067 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8069         * play/pong.el (pong-init-buffer):
8070         Fill buffer with spaces instead of ^A.
8072         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8073         launched asynchronously, delete its process instead of being cool.
8074         (ispell-async-processp): Check for `delete-process' existence
8075         instead of `kill-process' one for consistency.
8077 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
8079         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8080         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8081         in mode line at startup.
8083 2006-06-08  Kim F. Storm  <storm@cua.dk>
8085         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8086         (ido-init-completion-maps): Bind them to M-SPC and M-v.
8087         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8088         (ido-file-internal): Pass full file name to write-file.
8089         (ido-read-internal): Only pop stack elements automatically if they
8090         actually match an existing directory or file name.
8092 2006-06-07  Kenichi Handa  <handa@m17n.org>
8094         * international/mule.el (find-auto-coding): Don't handle the short
8095         name `char-trans'.
8097         * files.el (hack-local-variables-prop-line)
8098         (hack-local-variables): Cancel the previous change.
8100 2006-06-06  Jesper Harder  <harder@phys.au.dk>
8102         * ediff-diff.el (ediff-test-utility): Protect against file-error.
8104 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
8106         * diff-mode.el (diff-mode): Set buffer-read-only to t when
8107         diff-default-read-only is non-nil.
8108         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8109         (diff-refine-hunk): Set inhibit-read-only to t.
8111         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8112         modifying the *Diff* buffer.
8113         (diff-process-filter): New filter function for diff process that
8114         sets inhibit-read-only to t when modifying the *Diff* buffer.
8116 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
8118         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8119         insertion point and control the number of empty lines.
8120         (org-paste-subtree): Limit the number of empty lines at the end of
8121         the inserted tree.
8122         (org-agenda): Use buffer name of current file for narrowing.
8123         (org-export-as-xml): Command removed.
8124         (org-export-xml-type): Option removed.
8125         (org-mode-map): Call `org-export-as-xoxo' directly.
8126         (org-get-indentation): New optional argument LINE.
8127         (org-fix-indentation, org-remove-tabs): New functions.
8128         (org-export-as-ascii, org-ascii-level-start): Determine and apply
8129         correct indentation for headlines that are converted it items.
8130         (org-skip-comments): Remove table lines that contain narrowing
8131         cookies but no other non-empty fields.
8132         (org-set-tags): Allow groups of mutually exclusive tags.
8133         (org-cmp-time): Sort 24:21 before items without time.
8134         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8135         (org-open-at-point): Require double colon also for numbers.
8137 2006-06-06  Kim F. Storm  <storm@cua.dk>
8139         * ido.el (ido-default-file-method, ido-default-buffer-method):
8140         Make choice values consistent with corresponding command names.
8141         (ido-visit-buffer): Update accordingly.  Default to selected-window.
8143 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
8145         * progmodes/gud.el (gud-running): Fix doc string.
8146         (gud-menu-map): Use :visible instead fo :enable for debugger test.
8147         (gud-tooltip-modes): Add python-mode.
8148         (gud-tooltip-print-command): Add pdb.  Remove perldb.
8150 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
8152         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8153         Quote $(EMACS).
8155 2006-06-05  Richard Stallman  <rms@gnu.org>
8157         * faces.el (defined-colors): Doc fix.
8159 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
8161         * vc.el (vc-process-filter): Inhibit undo info collection around
8162         call to insert.
8163         (vc-setup-buffer): Likewise for call to erase-buffer.
8164         (vc-do-command): Likewise for call to process-file.
8166 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
8168         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8169         for gud-go.
8170         (gud-common-init): Other debuggers may trigger error.
8172 2006-06-05  Kenichi Handa  <handa@m17n.org>
8174         * international/mule.el (find-auto-coding):
8175         Handle enable-character-translation in file header.
8177 2006-06-04  Kim F. Storm  <storm@cua.dk>
8179         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8180         (authors-fixed-entries): Fix spelling.
8181         (authors-canonical-file-name): Don't report error for wildcards.
8183         * help.el (view-emacs-news): Rewrite to support new NEWS,
8184         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
8185         e.g. version 10 matches 1.10, and don't be confused by version 1.1
8186         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
8188 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
8190         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8191         exec constructs like `foo bar`.
8192         (sh-quoted-subshell): New helper function to search for a possibly
8193         nested subshell (like `` or $()) within a "" quoted string.
8194         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8195         (sh-apply-quoted-subshell): Flag quote characters inside a
8196         subshell, which is itself already in a quoted region, as
8197         punctuation, since this is the closest to what they actually are.
8198         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8199         sh-apply-quoted-subshell.
8200         (sh-font-lock-syntactic-face-function): Apply the new face for
8201         text inside `` instead of the old font-lock-string-face.
8203 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8205         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8206         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8207         (mac-bytes-to-text-range, mac-ae-text-range-array)
8208         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8209         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8210         (mac-ts-unicode-for-key-event): New functions.
8211         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8212         (mac-handle-font-selection): Use mac-ae-number.
8213         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8214         New variables.
8215         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8216         (mac-ts-converted-text, mac-ts-selected-converted-text)
8217         (mac-ts-block-fill-text, mac-ts-outline-text)
8218         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8219         (mac-ts-hilite-style-faces): New constant.
8220         (mac-apple-event-map): Bind text input events.
8221         (mac-dispatch-apple-event): Use command-execute instead of
8222         call-interactively.
8223         (global-map): Don't bind mac-apple-event.
8224         (special-event-map): Bind mac-apple-event.
8226 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
8228         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8229         file name.
8230         (emacs): Enclose the value of $(EMACS) in quotes.
8232 2006-06-02  Juri Linkov  <juri@jurta.org>
8234         * international/mule.el (sgml-html-meta-auto-coding-function):
8235         Remove the condition `(search-forward "<html" size t)'.
8236         Replace `\"' with `[\"']?' in `re-search-forward'.
8238 2006-06-02  Kenichi Handa  <handa@m17n.org>
8240         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8241         as well as `coding'.
8242         (hack-local-variables): Likewise.
8244         * international/mule.el (enable-character-translation):
8245         Put permanent-local and safe-local-variable properties.
8246         (find-auto-coding): Handle char-trans: tag.
8248 2006-06-02  Juri Linkov  <juri@jurta.org>
8250         * international/mule.el (sgml-html-meta-auto-coding-function):
8251         Limit the search by the end of the HTML header (if any).
8253 2006-06-01  Richard Stallman  <rms@gnu.org>
8255         * subr.el (with-current-buffer): Doc fix.
8257 2006-06-02  Masatake YAMATO  <jet@gyve.org>
8259         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
8260         Almost rewrite.  Underlines over all lines of gcov output are too
8261         uncomfortable to read.  Suggested by Dan Nicolaescu.
8263 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
8265         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
8267         * shell.el (shell-mode): Use shell-mode-map in docstring.
8269         * comint.el (comint-send-input): Do not add help-echo and
8270         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
8272 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8274         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
8276 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
8278         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
8279         (gdb-stopped, gdb-info-stack-custom): If there is no source info
8280         look up the stack and pop up GUD buffer if necessary.
8281         (gdb-frames-select): Remove redundant call to gud-display-frame.
8282         (gdb-info-threads-custom): Keep point at start of buffer.
8283         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
8285 2006-05-31  Juri Linkov  <juri@jurta.org>
8287         * replace.el (query-replace-read-from, query-replace-read-to):
8288         Bind `history-add-new-input' to nil.  Call `add-to-history'.
8290 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
8292         * textmodes/table.el: Convert all HTML tags to lower case for
8293         XHTML compatibility.
8295 2006-05-31  Masatake YAMATO  <jet@gyve.org>
8297         * progmodes/compile.el:
8298         (compilation-error-regexp-alist-alist::gcov-called-line):
8299         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
8301 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
8303         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
8304         Revert inadvertent changes made with last commit.
8306 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8308         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
8309         New functions.
8311         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
8313 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
8315         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
8316         only matches in the right place.
8317         (org-upcoming-deadline): New face.
8318         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
8319         (org-export-ascii-underline): Rename constant `org-ascii-underline'
8320         and make it an option.
8321         (org-export-ascii-bullets): New option.
8322         (org-export-as-html): Many changes to emit valid XHTML.
8323         (org-par-open): New variable.
8324         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
8325         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
8326         (org-timeline): Pass `org-timeline-show-empty-dates' to
8327         `org-get-all-dates'.  Interpret empty dates returned by
8328         `org-get-all-dates'.
8329         (org-get-all-dates): New argument EMPTY.  Add dates without
8330         entries to the list, mark large ranges of empty dates.
8331         (org-point-in-group, org-context): New functions.
8333 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
8335         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
8337         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
8338         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
8339         to C-mouse-3 (for 2 button mice).
8340         (gdb-send): Do the right thing for C-d.
8342         * speedbar.el (speedbar-detach): Delete.
8343         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
8344         it breaks things.
8345         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
8347 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
8349         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
8350         Makeppfile.
8352         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8353         Add makepp diagnostic.
8355 2006-05-29  Richard Stallman  <rms@gnu.org>
8357         * window.el (fit-window-to-buffer): Doc fix.
8359         * help.el (temp-buffer-max-height): Doc fix.
8361         * subr.el (with-current-buffer): Doc fix.
8363 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8365         * term/x-win.el: Bind F10 to menu-bar-start if available.
8367 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
8369         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
8370         uses with a simple test.
8371         (term-set-escape-char, term-mode, term-check-kill-echo-list)
8372         (term-send-raw-string, term-send-raw, term-mouse-paste)
8373         (term-char-mode, term-line-mode, term-exec, term-sentinel)
8374         (term-handle-exit, term-read-input-ring)
8375         (term-previous-matching-input-string)
8376         (term-previous-matching-input-string-position)
8377         (term-previous-matching-input-from-input)
8378         (term-replace-by-expanded-history, term-send-input)
8379         (term-skip-prompt, term-bol, term-send-invisible)
8380         (term-kill-input, term-delchar-or-maybe-eof)
8381         (term-backward-matching-input, term-check-source)
8382         (term-proc-query, term-emulate-terminal)
8383         (term-handle-colors-array, term-process-pager, term-pager-line)
8384         (term-pager-bob, term-unwrap-line, term-word)
8385         (term-dynamic-complete-filename)
8386         (term-dynamic-complete-as-filename)
8387         (term-dynamic-simple-complete): Replace one arm ifs with whens or
8388         unlesses.
8390 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8392         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
8393         during bootstrapping.
8395         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
8396         Basically undo the change of 2006-05-26: use extra arguments instead of
8397         dynamic scoping.
8398         (ewoc-locate): Remove unused var `footer'.
8400 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8402         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
8404         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
8405         (generate-file-autoloads): Obey it.  Return whether autoloads were
8406         added at point or not.
8407         (update-file-autoloads): Use this new return value.
8408         Remove redundant test for the presence of an autoload cookie.
8410         * emacs-lisp/autoload.el (autoload-find-file): New fun.
8411         This one calls hack-local-variables.
8412         (generate-file-autoloads, update-file-autoloads): Use it.
8414         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
8415         (bibtex-sort-entry-class): Add safe-local-variable predicate.
8416         (bibtex-sort-entry-class-alist): Don't set the global value.
8417         (bibtex-init-sort-entry-class-alist): New fun.
8418         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
8419         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
8420         of bibtex-init-sort-entry-class.
8422 2006-05-28  Richard Stallman  <rms@gnu.org>
8424         * subr.el (load-history-regexp): If FILE is relative, insist
8425         entire last name component must match it.
8426         (load-history-filename-element, load-history-regexp): Doc fixes.
8428 2006-05-29  Kim F. Storm  <storm@cua.dk>
8430         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
8431         `pos' and `raw-data' for clarity, as eval forms may access these.
8433 2006-05-28  Kim F. Storm  <storm@cua.dk>
8435         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
8437 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8439         * progmodes/make-mode.el (makefile-browser-map)
8440         (makefile-mode-syntax-table): Move initialization inside declaration.
8441         (makefile-fill-paragraph): Use the default comment-filling code.
8443 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
8445         * replace.el (query-replace-defaults): New variable.
8446         (query-replace-read-from): Use `query-replace-defaults' for
8447         default value, instead of history list.
8448         (query-replace-read-to): Update `query-replace-defaults'.
8450 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
8452         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
8453         with no X toolkit.
8455 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
8457         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
8458         (tumme-show-all-from-dir): Add autoload.
8460 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
8462         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
8463         (tumme-remove-tag): Fix bug.
8465 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
8467         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
8468         FOOTER args.  Update unique caller.
8469         (ewoc-delete): Compute last node once before looping.
8470         (ewoc--node-branch): Merge into unique caller.
8471         (ewoc--node): Don't define constructor make-ewoc--node for this
8472         structure.
8473         (ewoc): Add member `hf-pp' to this structure.
8474         (ewoc--wrap): New func.
8475         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
8476         header/footer pretty-printers.  Save header/footer pretty-printer.
8477         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
8479         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
8481 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
8483         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
8484         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
8485         Tag'.  Change "Compare directories..." to "Change Directories...".
8486         Move tumme commands to Operate, Regexp and Immediate menus.
8487         Change "Add Comment" to "Add Image Comment".  Change "Add Image
8488         Tag" to "Add Image Tags".
8490         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
8491         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
8492         `tumme-delete-tag'.
8494 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8496         * shell.el (shell-mode): Call shell-dirtrack-mode after
8497         list-buffers-directory is made a local variable, to avoid setting
8498         the default value.
8500 2006-05-26  Kevin Ryde  <user42@zip.com.au>
8502         * info.el (Info-index-next): Use where-is-internal to report
8503         actual binding of Info-index-next, rather than hard-coded `,'.
8505 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
8507         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
8508         and "Find Command in Manual" to here.
8510         * buff-menu.el (list-buffers-noselect): For Info buffers, use
8511         Info-current-file as the file name.
8513 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
8515         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
8516         overrides will now be done a different way.
8517         (ses-set-parameter): Reapply this function for undo.
8518         (ses-set-header-row): Reconstruct header row during undo.
8519         (ses-widen): New function.
8520         (ses-goto-data, ses-reconstruct-all): Use new function.
8521         (ses-command-hook): Widen buffer during undo, before unupdating
8522         the cells.
8523         (ses-insert-row, ses-delete-row): Widen buffer during undo.
8524         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
8525         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
8526         formula hasn't been executed yet.
8528 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8530         * comint.el (comint-kill-whole-line): Rename arg to count.
8531         Fix doc string.
8533 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
8535         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
8536         to copy-file.
8538 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8540         * simple.el (toggle-truncate-lines): Make arg optional for
8541         backward compatibility.
8543 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
8545         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
8546         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
8547         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
8548         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
8549         (ewoc--adjust): Use ewoc--current-dll.
8550         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
8552 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
8554         * textmodes/org.el (org-next-item, org-previous-item): Emit more
8555         compact error message.
8556         (org-tags-view): Refresh category table in each file.
8557         (org-table-justify-field-maybe): Remove superfluous arguments to
8558         `format'.
8559         (org-export-as-html): Insert "<p>" before postamble.
8560         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
8562 2006-05-26  Kenichi Handa  <handa@m17n.org>
8564         * textmodes/po.el (po-find-charset): Pay attention to the case
8565         FILENAME is a cons (NAME . BUFFER).
8566         (po-find-file-coding-system-guts): Likewise.
8568         * arc-mode.el (archive-set-buffer-as-visiting-file):
8569         Call find-operation-coding-system with (FILENAME . BUFFER).
8571         * tar-mode.el (tar-extract): Call find-operation-coding-system
8572         with (FILENAME . BUFFER).
8574         * international/mule.el (decode-coding-inserted-region):
8575         Call find-operation-coding-system with (FILENAME . BUFFER).
8577 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
8579         * image-mode.el (image-toggle-display): Use buffer contents to
8580         generate image for a remote file.
8582 2006-05-25  Juri Linkov  <juri@jurta.org>
8584         * replace.el (query-replace-read-from, query-replace-read-to):
8585         Remove 8th arg KEEP-ALL in read-from-minibuffer.
8587 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
8589         * whitespace.el (whitespace-cleanup): Change to cleanup
8590         region if one is active.
8591         * whitespace.el (whitespace-cleanup-internal): New internal method.
8593 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8595         * dired.el (dired-mode-map): Add help-echo strings to tumme
8596         commands.  Bind `tumme-dired-display-image' to C-t i.
8598         * tumme.el (tumme-display-image): Change documentation string slightly.
8599         (tumme-dired-display-image): Add call to `display-buffer'.
8601 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
8603         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
8604         Signal error if RAW-DATA is a multibyte string.
8606 2006-05-24  Richard Stallman  <rms@gnu.org>
8608         * subr.el (with-local-quit): When handling `quit' signal,
8609         make a chance for quit-flag to cause a quit.
8611         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
8612         (ad-disable-advice): Add autoloads.
8614         * subr.el (read-passwd): Copy PROMPT before changing its properties.
8616 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8618         * dired.el (dired-mode-map): Change menu items for tumme as per
8619         suggestions in emacs-devel.
8621 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8623         * dired.el (dired-mode-map): Fix breakage.
8625 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8627         * tumme.el (tumme-display-dired-image): Rename to...
8628         (tumme-dired-display-image): ...this.
8629         (tumme-track-movement): Change default value to t.
8630         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
8631         used from `tumme-next-line-and-display' and similar commands.
8633         * dired.el (dired-mode-map): Add Thumbnail submenu under the
8634         Immediate menu.  Add some tumme commands there.
8636 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
8638         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
8640 2006-05-24  Chong Yidong  <cyd@mit.edu>
8642         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
8643         menu entries that open submenus.
8645 2006-05-24  Alan Mackenzie  <acm@muc.de>
8647         * startup.el (command-line): For names of preloaded files, don't
8648         append ".elc" (now done in Fload), and call file-truename on the
8649         lisp directory.
8651         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
8652         match ANY loaded file with the right name, not just those in
8653         load-path.  Put a regexp matching the file name into
8654         after-load-alist, rather than the name itself.
8656         * subr.el (load-history-regexp, load-history-filename-element)
8657         (do-after-load-evaluation): New functions.
8659         * international/mule.el (load-with-code-conversion): Do the
8660         eval-after-load stuff by calling do-after-load-evaluation.
8662 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8664         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
8665         has not been killed.
8667 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8669         * term/mac-win.el: Set idle timer to clean up expired Apple events.
8670         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
8671         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
8672         Optionally set error message in reply.
8674 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
8676         * textmodes/org.el (org-open-at-point): Use renamed variable
8677         `org-confirm-shell-link-function'.
8678         (org-confirm-shell-link-function): Rename from
8679         `org-confirm-shell-links'.
8680         (org-export-directory): New function.
8681         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
8682         (org-export-icalendar): Use `org-export-directory'.
8683         (org-indent-item): Keep cursor position.
8684         (org-link-file-path-type): New option.
8685         (org-export-as-html): Fix bug with plain lists starting in
8686         column 0.
8687         (org-export-as-html): Remove deadline formatting, this happens
8688         now already in `org-html-handle-time-stamps'.
8689         (org-export-html-style): Deadline class removed.
8690         (org-insert-labeled-timestamps-at-point): New option.
8691         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
8692         of `hide-sublevels 1', in case the first headline is not level 1.
8693         (org-overview, org-content): New fuction.
8694         (org-cycle-global-status, org-cycle-subtree-status): Make these
8695         variables buffer-local.
8696         (org-global-cycle): New command.
8697         (org-shifttab): Use `org-global-cycle'.
8698         (org-insert-heading, org-insert-item): Go to end of new
8699         headline/item after creating it.
8700         (org-export-visible): Rename from `org-export-copy-visible'.
8701         Now creates a temporary org-file and applies an exporting command
8702         to it.
8703         (org-table-eval-formula): Support for lisp forms.
8704         (org-agenda-todo-ignore-scheduled): New option.
8705         (org-agenda-get-todos): Use new option
8706         `org-agenda-todo-ignore-scheduled'.
8707         (org-export-html-inline-images): New value `maybe'.
8708         (org-export-as-html): Inlining of images dependent on link description.
8709         (org-archive-subtree): Check for end-of-buffer before trying
8710         `kill-line'.
8711         (org-agenda-follow-mode): New option.
8712         (org-export-with-tags, org-export-with-timestamps): New options.
8713         (org-html-handle-time-stamps): New function.
8714         (org-keyword-time-regexp): New variable.
8715         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
8716         (org-agenda-todo-list-sublevels): New option.
8717         (org-html-level-start): When TITLE is nil, just close all levels.
8718         (org-parse-key-lines, org-parse-export-options): Remove functions,
8719         replaced by `org-infile-export-plist'.
8720         (org-combine-plists, org-infile-export-plist)
8721         (org-default-export-plist): New functions.
8722         (org-export-html-preamble, org-export-html-postamble)
8723         (org-export-html-auto-preamble, org-export-html-auto-postamble):
8724         New variables.
8725         (org-export-publishing-directory): New option.
8726         (org-export-as-html, org-export-as-ascii): Use the new property
8727         lists for settings.
8728         (org-export-copy-visible, org-export-as-xoxo):
8729         Respect `org-export-publishing-directory'.
8730         (org-link-search, org-store-link, org-file-apps): Support for
8731         links to BibTeX database entries..
8732         (org-get-current-options, org-set-regexps-and-options):
8733         Implement logging as a startup option.
8734         (org-store-link): Make sure context string is never empty
8735         (org-insert-link): Use relative path when possible.
8736         (org-at-item-checklet-p): New function.
8737         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
8738         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
8739         (org-metaright, org-metaup, org-metadown, org-shiftup)
8740         (org-shiftdown, org-shiftright, org-shiftleft)
8741         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
8742         Dispatch using `call-interactively'.
8743         (org-call-with-arg): New defsubst.
8744         (org-tag-alist, org-use-fast-tag-selection): New options.
8745         (org-complete): Use `org-tag-alist'.
8746         (org-fast-tag-insert, org-fast-tag-selection): New functions.
8747         (org-next-item, org-previous-item): New commands.
8748         (org-beginning-of-item, org-end-of-item): Add (interactive) to
8749         make command.
8750         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
8752 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
8754         * emacs-lisp/ewoc.el (ewoc-delete): New function.
8755         (ewoc-filter): Use `ewoc-delete'.
8757         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
8759 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8761         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
8762         Signal more user-friendly error messages.
8764         * complete.el (PC-do-completion): Undo the addition of implicit
8765         wildcards if they did not lead to finding any match.
8766         (read-file-name-internal): Don't add the final > if the completion is
8767         not finished.
8769 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8771         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
8772         Quote safe-local-variable predicate.
8774 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8776         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
8778 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8780         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
8782         * progmodes/make-mode.el (makefile-special-targets-list)
8783         (makefile-macro-table, makefile-target-table): Mark as risky.
8784         (makefile-query-one-target-method): Make this the alias for the
8785         following variable.
8786         (makefile-query-one-target-method-function): Make this the real name.
8788         * textmodes/artist.el (artist-text-renderer): Make this the alias
8789         for the following variable.
8790         (artist-text-renderer-function): Make this the real name.
8792         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
8793         the alias for the following variable.
8794         (flyspell-generic-check-word-predicate): Make this the real name.
8796         * textmodes/ispell.el (ispell-format-word): Make this the alias
8797         for the following variable.
8798         (ispell-format-word-function): Make this the real name.
8799         (ispell-message-text-end): Mark as risky.
8801         * skeleton.el (skeleton-transformation, skeleton-filter)
8802         (skeleton-pair-filter): Make these the aliases for the following
8803         variables.
8804         (skeleton-transformation-function, skeleton-filter-function)
8805         (skeleton-pair-filter-function): Make these the real names.
8807         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
8808         and skeleton-pair-filter-function.
8810         * textmodes/sgml-mode.el (sgml-transformation): Make this the
8811         alias for the following variable.
8812         (sgml-transformation-function): Make this the real name.
8813         (sgml-tag-alist): Mark as risky.
8815 2006-05-21  Richard Stallman  <rms@gnu.org>
8817         * simple.el (kill-region): Interactively, pass point, then mark.
8819 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8821         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
8823 2006-05-21  Romain Francoise  <romain@orebokech.com>
8825         * dired-x.el (dired-mode-map): Don't bind M-g.
8827 2006-05-20  Richard Stallman  <rms@gnu.org>
8829         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
8830         (dired-goto-file): Doc fix.
8832 2006-05-21  Kim F. Storm  <storm@cua.dk>
8834         * emulation/cua-base.el: Mention customizing cua-mode as alternative
8835         way to enable built-in cua-mode if user loads older CUA-mode package.
8837         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
8838         if default-filename is specified.
8840 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8842         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
8844         * info.el (info-apropos): Make sure current-file and current-node
8845         have non-nil values.  Speed up by using add-to-list instead of
8846         manual consing.
8848 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8850         * progmodes/make-mode.el (makefile-mode): Doc fix.
8852 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8854         * dired-aux.el (dired-do-shell-command): Doc fix.
8856 2006-05-20  Kevin Ryde  <user42@zip.com.au>
8858         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
8859         ``(custom-manual :tag "Foo" "(foo)Node")''.
8861 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
8863         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
8864         value is an integer.
8866 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8868         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
8869         "format".
8870         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
8872 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
8874         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
8875         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
8877 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8879         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
8880         regexp for keywords.
8882 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
8884         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
8885         replace-regexp-in-string.
8887         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
8888         encode, and escape file name on conversion to URL.
8890 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8892         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
8893         Don't unescape URL.
8894         (dnd-get-local-file-name): Unescape URL on conversion to file name.
8896         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
8897         on conversion to URLs.
8899         * net/browse-url.el (browse-url-file-url): Encode file name on
8900         conversion to URL.
8902         * term/mac-win.el (mac-ae-open-documents): Escape file name on
8903         conversion to URL.
8905 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
8907         * progmodes/cc-styles.el (c-style-alist): Doc fix.
8909 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8911         * term/mac-win.el (mac-bytes-to-digits): Remove function.
8912         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
8914 2006-05-19  Glenn Morris  <rgm@gnu.org>
8916         * calendar/diary-lib.el (diary-bahai-date)
8917         (list-bahai-diary-entries, mark-bahai-diary-entries)
8918         (mark-bahai-calendar-date-pattern): Not interactive.
8919         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
8920         (diary-entries-list): Change format of 4th element in each entry.
8921         (diary-list-entries): Use add-to-diary-list.
8922         (diary-goto-entry): Handle the case where the buffer visiting the
8923         diary has been killed.
8924         (fancy-diary-display): Add 'locator to button rather than 'marker.
8925         Only generate temp-face when there are marks to apply.
8926         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
8927         (diary-fancy-date-pattern): New variable.
8928         (diary-time-regexp): Doc fix.
8929         (diary-anniversary, diary-time): New faces.
8930         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
8931         diary-time-regexp.  Add font-lock-multiline property where needed.
8932         Use new faces diary-anniversary and diary-time.
8933         (diary-fancy-font-lock-fontify-region-function): New function, to
8934         handle multiline font-lock pattern in fancy diary.
8935         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
8936         (diary-font-lock-keywords): Tweak time regexp.  Use new face
8937         diary-time.
8939 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
8941         * international/code-pages.el (mik): Table corrected.
8943 2006-05-18  Kim F. Storm  <storm@cua.dk>
8945         * progmodes/grep.el (grep-find): Don't check grep-find-command
8946         before running command (breaks non-interactive usage).
8948 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
8950         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
8951         (ewoc--insert-new-node): Don't insert trailing newline.
8952         Instead, adjust successor nodes's start markers.
8953         (ewoc--refresh-node): Delete all text from current node's start
8954         marker to the next one's; adjust successor nodes's start markers.
8955         (ewoc--create): Doc fixes.
8956         (ewoc--refresh): Don't insert newline.
8957         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
8958         * pcvs.el (cvs-make-cvs-buffer):
8959         Specify extra newline for ewoc's header and footer.
8960         (cvs-update-header): Update initial header recognition.
8961         Append newline to final header and footer values.
8962         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
8964 2006-05-17  Richard Stallman  <rms@gnu.org>
8966         * files.el (file-name-extension): Doc fix.
8968 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8970         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
8971         we can explicitly enable/disable rather than toggle.
8972         (shell-mode): Use it.
8973         (shell-cd): Don't try to reproduce what `cd' does.
8975 2006-05-17  Kim F. Storm  <storm@cua.dk>
8977         * ido.el (ido-read-internal): Use only nondirectory part of
8978         default item.
8980 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
8982         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
8983         (ewoc-nth): Doc fix.
8985         (ewoc-map, ewoc-invalidate): Compute PP before looping.
8987 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
8989         * international/mule.el (auto-coding-alist): Add .lha to files
8990         read with no-conversion.
8992         * files.el (auto-mode-alist): Add .lha files to archive file
8993         extensions.
8995         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
8996         Convert csize to integer when computing offsets within the
8997         compressed archive file.
8999 2006-05-16  Kim F. Storm  <storm@cua.dk>
9001         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9002         with read-from-minibuffer.
9004 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9006         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9007         (byte-compile-warnings): Fix safe-local-variable property.
9009 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
9011         * allout.el (allout-show-bodies, allout-old-style-prefixes)
9012         (allout-stylish-prefixes, allout-numbered-bullet)
9013         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9014         predicates to qualify `safe-local-variable' property, when
9015         available, else use equivalent lambda.
9016         (allout-current-topic-collapsed-p): Do the right thing regarding
9017         trailing blank lines.
9019 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9021         * server.el (server-start): Only create a directory if needed.
9022         (server-edit, server-unload-hook): server-start => server-mode.
9023         (kill-emacs-hook): Cleanup upon exit.
9025 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9027         * hexl.el (hexlify-buffer): Encode process arguments manually.
9029 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
9031         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9032         call to gdb-tooltip-print.
9034 2006-05-15  Romain Francoise  <romain@orebokech.com>
9036         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9037         systems, default to "tar" since those systems probably have GNU tar.
9039 2006-05-14  Lars Hansen  <larsh@soem.dk>
9041         * desktop.el (desktop-missing-file-warning): Fix docstring.
9042         (desktop-restore-file-buffer): Correct question asked on missing file.
9044 2006-05-14  Kim F. Storm  <storm@cua.dk>
9046         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9047         Add CUA move property.
9049 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
9051         * custom.el (custom-push-theme): Load the variable before checking
9052         its `standard-value'.
9054 2006-05-13  Lars Hansen  <larsh@soem.dk>
9056         * desktop.el (desktop-save): Use with-temp-buffer.
9058 2006-05-12  Glenn Morris  <rgm@gnu.org>
9060         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9061         * calendar/calendar.el (calendar-mode-map):
9062         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9063         * calendar/appt.el (appt-check, appt-make-list): Refer to
9064         diary-view-entries, diary-list-entries, diary-show-all-entries
9065         rather than obsolete aliases.
9067 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
9069         * simple.el (line-move-finish): Avoid calling point motion hooks
9070         while processing intangibility.
9072 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
9074         * term/xterm.el (terminal-init-xterm): Fix typo.
9076 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
9078         * allout.el (allout-view-change-hook): Mark as being deprecated,
9079         to be replaced by `allout-exposure-change-hook'.
9080         (allout-exposure-change-hook): New, replacing
9081         `allout-view-change-hook'.
9082         (allout-flag-region): Run new hook `allout-exposure-change-hook',
9083         in addition to `allout-view-change-hook'.
9084         (allout-show-bodies, allout-old-style-prefixes)
9085         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9086         lambda forms to prevent their showing up in variable help
9087         presentations as inscrutable byte-compiled code.
9088         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9089         Use string-or-null-p to qualify safe-local-variable values.
9090         (allout-reindent-bodies): Use memq to qualify matches against
9091         valid safe-local-variable values.  Also, quote the lambda as above.
9092         (allout-use-mode-specific-leader): Add missing candidate-value
9093         symbols, use memq, and quote the lambda.
9094         (allout-overlay-interior-modification-handler): Remove unused
9095         variables `msg' and 'opened'.
9096         (allout-hidden-p): Constrain invisibility consideration to allout's
9097         invisibility spec, disregarding invisibility for other reasons.
9099 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
9101         * files.el (version-control): Correct safe values.
9103 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
9105         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9107         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9108         (ewoc--insert-new-node): New func.
9109         Update callers of deleted funcs to use it, instead.
9111 2006-05-11  Glenn Morris  <rgm@gnu.org>
9113         * calendar/calendar.el (diary-show-all-entries): Do not refer to
9114         obsolete alias `show-all-diary-entries'.
9115         (make-diary-entry): Not interactive.
9116         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9117         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9118         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9119         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9120         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9121         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9123 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9125         * calendar/calendar.el (calendar-french-date-string)
9126         (calendar-mayan-date-string, calendar-chinese-date-string)
9127         (calendar-astro-date-string, calendar-iso-date-string)
9128         (calendar-islamic-date-string, calendar-bahai-date-string)
9129         (calendar-hebrew-date-string, calendar-coptic-date-string)
9130         (calendar-ethiopic-date-string, calendar-persian-date-string):
9131         These functions are not interactive.
9133 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
9135         * files.el: Balance parentheses.
9137 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
9139         * files.el, newcomment.el, outline.el, simple.el,
9140         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9141         * progmodes/cc-vars.el, progmodes/compile.el:
9142         Move `safe-local-variable' declarations to the respective files.
9144         * help-fns.el (describe-variable): Don't print safe-var if it is
9145         byte-code.  Improve wording as suggested by Luc Teirlinck.
9147 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
9149         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9150         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9151         Use a token for pending-triggers to ensure gdb-var-update
9152         gets called once per user input again for pre-GDB 6.4.
9153         (gdb-var-delete): Match on more complex expressions.
9154         (gdb-var-list-children-handler, gdb-var-create-handler):
9155         Use a token for consistency.
9157 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
9159         * textmodes/org.el (org-read-date, org-goto-calendar)
9160         (org-agenda-goto-calendar):
9161         Bind `view-calendar-holidays-initially' to nil.
9163 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
9165         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9166         Update all callers to do it there, instead.
9168 2006-05-10  Glenn Morris  <rgm@gnu.org>
9170         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9171         prefix arg case, to avoid view-diary-entries-initially error.
9172         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9173         (calendar-date-is-legal-p): Handle dates with no day part.
9175 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
9177         * comint.el (comint-insert-input): Just make it when
9178         comint-use-prompt regexp is nil (default) and with the mouse.
9179         (comint-copy-old-input): Reinstate from 2004-06-23.
9180         (comint-mode-map): Bind C-c C-m to it.
9182 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
9184         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9185         Remove spurious move to point-max (new comint behavior fixes).
9187         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9188         compatibility function (Emacs 18/19).
9189         (idlwave-is-continuation-line): Always return point at start of
9190         previous non-blank continuation line.
9191         (keyword-parameters): Fix continued comment font-lock matcher.
9192         (idlwave-font-lock-fontify-region): Written, use as
9193         font-lock-fontify-region-function, to fix continued keyword
9194         fontification issues.
9196 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9198         * term/mac-win.el (mac-font-panel-mode): Doc fix.
9199         (mac-service-selection, mac-service-open-file)
9200         (mac-service-open-selection, mac-service-mail-selection)
9201         (mac-service-mail-to, mac-service-insert-text): Rename from
9202         mac-services-*.  All uses changed.
9203         (mac-apple-event-map): Rename event symbol `services' to `service'.
9205 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
9207         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9208         (ewoc--node-enter-first, ewoc--node-enter-last)
9209         (ewoc--delete-node-internal): Merge funcs into unique callers.
9211 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
9213         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9214         return value of read-from-minibuffer for empty input.
9216 2006-05-09  Miles Bader  <miles@gnu.org>
9218         * comint.el (comint-insert-input): Remove redundant calls to setq
9219         and goto-char.
9221 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
9223         * comint.el (comint-insert-input): Make it work when
9224         comint-use-prompt-regexp is t.
9226 2006-05-10  Miles Bader  <miles@gnu.org>
9228         * subr.el (field-at-pos): New function.
9230         * comint.el (comint-insert-input): Use it.
9232 2006-05-09  Juri Linkov  <juri@jurta.org>
9234         * battery.el (battery-linux-proc-acpi): Also try
9235         `/proc/acpi/thermal_zone/THR2/temperature'.
9237         * files.el <safe-local-variable>: Remove `eval' and `let' binding
9238         for now unused lambda `string-or-null'.
9240         * add-log.el (change-log-default-name): Put `string-or-null-p'
9241         instead of lambda on `safe-local-variable' property.
9243         * diff-mode.el (diff-context->unified): Use `region-beginning' and
9244         `region-end' instead of `mark' and `point'.
9245         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9246         Operate on region in Transient Mark mode when the mark is active.
9247         Use `region-beginning' and `region-end' instead of `mark' and
9248         `point'.
9249         (diff-hunk-text, diff-goto-source): Doc fix.
9251         * startup.el (fancy-splash-screens, normal-splash-screen): Use
9252         face `mode-line-buffer-id' for mode-line buffer face instead of
9253         hard-coded `(:weight bold)'.
9255         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
9256         buffer-undo-list to t (undo-ask is reproducible by visiting
9257         nested archives).
9259 2006-05-09  Kim F. Storm  <storm@cua.dk>
9261         * progmodes/grep.el (rgrep): Set default directory of *grep*
9262         buffer if we start M-x rgrep in the *grep* buffer and choose
9263         a different base directory.
9265 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
9267         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
9268         completion also when ido is loaded.
9270 2006-05-09  Masatake YAMATO  <jet@gyve.org>
9272         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
9273         "warning" and "import".
9274         (cpp-font-lock-keywords): Added "warning".
9276 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
9278         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9280 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9282         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
9283         pages at a time, if we signal the end, we should indeed reach that end.
9285 2006-05-08  David Reitter  <david.reitter@gmail.com>
9287         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
9288         output during execution of the body.
9290 2006-05-08  Kim F. Storm  <storm@cua.dk>
9292         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
9294 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
9296         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
9297         Use with-current-buffer.
9299 2006-05-07  Kim F. Storm  <storm@cua.dk>
9301         * subr.el (add-to-history): Remove keep-dups arg.
9303         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
9304         to nil around call to add-to-history.
9306 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9308         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
9309         than after a buffer modification.
9311 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
9313         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
9314         call to...
9315         (gud-watch): ...here so speedbar is raised for already watched
9316         expressions.
9317         (gdb-speedbar-refresh): Delete function.
9318         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
9319         Use speedbar-timer-fn instead of speedbar-refresh (reverting
9320         earlier change).
9321         (gdb-var-evaluate-expression-handler)
9322         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
9324         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
9325         Update localized contents for all buffers except ignored modes.
9327 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9329         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
9330         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
9331         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
9332         (mac-handle-font-panel-closed, mac-handle-font-selection):
9333         New functions.
9334         (mac-font-panel-mode): New minor mode.
9335         (mac-apple-event-map): Add bindings for toolbar toggle button and
9336         font panel.
9337         (menu-bar-showhide-menu): Add mac-font-panel-mode.
9339 2006-05-07  John Paul Wallington  <jpw@pobox.com>
9341         * ibuffer.el (ibuffer-compressed-file-name-regexp):
9342         Avoid `regexp-opt'; simplify regexp for readability.
9344 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
9346         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
9347         * files.el (buffer-stale-function):
9348         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9349         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
9350         links to the main manual, not to emacs-xtra.
9352 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9354         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
9355         MacJapanese if text is ASCII-only.
9357 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
9359         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
9360         unless so nil isn't returned.
9361         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
9363 2006-05-06  Kim F. Storm  <storm@cua.dk>
9365         * subr.el (add-to-history): New function.
9367         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
9368         (ediff-merge-files-with-ancestor):
9369         * env.el (setenv):
9370         * isearch.el (isearch-update-ring):
9371         * server.el (server-visit-files):
9372         * progmodes/grep.el (lgrep, rgrep):
9373         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
9374         * progmodes/xscheme.el (xscheme-insert-expression):
9375         Use add-to-history.
9377         * kmacro.el (kmacro-push-ring): Use add-to-history.
9378         (kmacro-ring-length): Remove unused defun.
9379         (kmacro-start-macro): Use kmacro-push-ring.
9381 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
9383         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
9384         directly instead of a lambda expression that calls it.
9386 2006-05-06  Kim F. Storm  <storm@cua.dk>
9388         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
9389         instead of compute-motion.
9391 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
9393         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
9394         change.
9396 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
9398         * startup.el (command-line-1): Refer to "Pure Storage" on
9399         pure-space-overflow.
9401 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
9403         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
9404         provided faces once they all have been used up.
9406 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
9408         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
9409         reference to the Lisp manual to the warning about pure space
9410         overflow.
9412 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9414         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
9415         argument to avoid the call to `ispell-internal-change-dictionary'
9416         when not needed.
9417         (ispell-change-dictionary): Use this argument and call
9418         `ispell-internal-change-dictionary' after the possible change
9419         to `ispell-local-dictionary'.
9420         (ispell-internal-change-dictionary): Check for a change in
9421         personal dictionary use too.
9423 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
9425         * startup.el (command-line): On MS-Windows, probe "~", not
9426         "~USER", for warning about non-existent home directory
9428         * arc-mode.el (archive-l-e): New optional argument `float' means
9429         generate a float value.
9430         (archive-arc-summarize, archive-lzh-summarize)
9431         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
9432         with 3rd argument non-nil when file's size is being computed.
9433         Format the file sizes with %8.0f instead of %8d.
9435 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9437         * cus-start.el (all): Add mac-dnd-known-types.
9439         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
9440         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
9441         (mac-TIFF-to-string): New functions.
9442         (x-get-selection, x-selection-value)
9443         (mac-select-convert-to-string): Use them.
9444         (mac-text-encoding-mac-japanese-basic-variant): New constant.
9445         (mac-dnd-types-alist): New customization variable.
9446         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
9447         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
9448         (mac-dnd-handle-drag-n-drop-event): New functions.
9449         (mac-drag-n-drop): Remove function.
9450         (global-map): Bind drag-n-drop and M-drag-n-drop to
9451         mac-dnd-handle-drag-n-drop-event.
9453 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
9455         * progmodes/perl-mode.el (perl-beginning-of-function):
9456         Skip anonymous subs.
9458 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
9460         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
9461         regexp-opt at run time.
9463         * term.el (term-handle-ansi-escape): Fix off by one error.
9465 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
9467         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
9468         (gdb-init-1, gdb-post-prompt): ...and references to it.
9469         (gdb-frame-handler): Strip directory name from filename if present.
9471         * progmodes/gud.el (gdb-force-update): Delete defvar
9472         (gud-speedbar-buttons): ...and references to it.  Use window-start
9473         to try to keep positon in watch expression.
9475 2006-05-03  Richard Stallman  <rms@gnu.org>
9477         * simple.el (next-history-element, previous-history-element): Doc fix.
9479         * isearch.el (isearch-update-ring): Doc fix.
9481 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
9483         * isearch.el (isearch-update-ring): Take history-delete-duplicates
9484         into consideration.  Replace one arm ifs with whens.
9486 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
9488         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
9489         (menu): Fix typo.
9491 2006-05-02  Miles Bader  <miles@gnu.org>
9493         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
9495 2006-05-02  Jay Belanger  <belanger@truman.edu>
9497         * calc/calc-embed.el (calc-override-minor-modes-map)
9498         (calc-override-minor-modes): New variables.
9499         (calc-do-embedded): Make sure that Calc keystrokes aren't
9500         overwritten by minor modes.
9502 2006-05-02  Chong Yidong  <cyd@mit.edu>
9504         * msb.el (msb): If EVENT is a down event, read and discard the up event.
9506 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9508         * startup.el (command-line-1): Refer to Lisp manual when
9509         pure-space-overflow occurs.
9511         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
9512         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
9513         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
9514         (version-control): Don't use `t' for safe-local-variable declarations.
9516 2006-05-01  Richard Stallman  <rms@gnu.org>
9518         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
9519         M-r, M-R, M-A, M-SPC or M-DEL.
9520         (diff-mode-map): diff-refine-hunk now on C-c C-w
9521         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
9523         * help-mode.el (help-mode): view-exit-action calls delete-window
9524         only when it is safe and possible.
9526         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
9527         in messages.
9529         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
9531         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
9532         in the default tool-bar-map.
9534 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
9536         * net/tramp.el (tramp-completion-file-name-handler-alist)
9537         (tramp-run-real-handler, tramp-completion-run-real-handler)
9538         (tramp-completion-handle-file-name-all-completions)
9539         (tramp-completion-handle-file-name-completion): Autoload them.
9540         (tramp-completion-handle-file-exists-p)
9541         (tramp-completion-handle-file-name-directory)
9542         (tramp-completion-handle-file-name-nondirectory)
9543         (tramp-completion-handle-expand-file-name): Remove them.
9544         (tramp-handle-file-name-directory): Return the real directory name.
9545         Returning "/" only doesn't need to be necessary any longer.
9546         (tramp-file-name-handler): Make special attention when in hostname
9547         completion mode.
9548         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
9549         (tramp-register-file-name-handlers):
9550         Register `tramp-completion-file-name-handler' only when
9551         `partial-completion-mode' is enabled.
9552         (tramp-completion-handle-file-name-all-completions):
9553         Delete directory part from results.
9554         (tramp-get-completion-methods, tramp-get-completion-user-host):
9555         Discard deleting "/", it doesn't work after the change of
9556         `tramp-handle-file-name-directory' above.
9558 2006-05-01  Kim F. Storm  <storm@cua.dk>
9560         * progmodes/grep.el (grep-expand-template): Use save-match-data
9561         and symbol-value.
9563 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9565         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
9566         Use select-frame-set-input-focus instead of raise-frame.
9567         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
9569 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
9571         * progmodes/gud.el (gud-def): Add %c case.
9572         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
9573         (gud-format-command): Make match case sensitive.  Match on %F.
9575 2006-04-30  Glenn Morris  <rgm@gnu.org>
9577         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
9578         (cal-tex-preamble): Use cal-tex-preamble-extra.
9579         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
9580         than alias `list-diary-entries'.
9582 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
9584         * help-fns.el (describe-variable): Add info about safe local variables.
9586 2006-04-29  Richard Stallman  <rms@gnu.org>
9588         * bindings.el (mode-line-format): help-echo doc fixes.
9590         * net/tramp.el (tramp-file-name-handler-alist): Delete
9591         expand-file-name and other operations that can cause spurious loading.
9593 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9595         * files.el (safe-local-variable-p): Remove support for the special
9596         value t.
9598         * textmodes/paragraphs.el (sentence-end-without-space):
9599         Fix safety predicate.
9600         (sentence-end-double-space, sentence-end-without-period)
9601         (paragraph-ignore-fill-prefix):
9602         * textmodes/fill.el (colon-double-space):
9603         * abbrev.el (abbrev-mode): Tighten the safety predicate.
9605         * subr.el (booleanp): New fun.
9607         * textmodes/reftex-vars.el (reftex-guess-label-type):
9608         Tighten the safety predicate.
9610 2006-04-28  Kim F. Storm  <storm@cua.dk>
9612         * progmodes/grep.el (defgroup grep): Doc fix.
9613         (grep-auto-highlight): Remove.
9614         (grep-template): New defcustom.
9615         (grep-find-template): Rename from grep-tree-template.
9616         (grep-files-aliases): Rename from grep-tree-files-aliases.
9617         Remove "all" alias, add "l" alias.
9618         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
9619         (grep-find-ignored-directories): New defcustom to replace
9620         grep-tree-ignore-CVS-directories, to facilitate ignoring
9621         subdirectories for multiple version control systems.
9622         (grep-mode-map): Add Recursive grep item to GREP menu.
9623         (grep-regexp-history, grep-files-history): New defvars.
9624         (grep-probe): New helper function.
9625         (grep-compute-defaults): Use it to simplify code.
9626         Adapt to name changes.
9627         Use `.' as base in grep-find-template rather than <D>.
9628         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
9629         Call grep-compute-defaults unconditionally.
9630         (grep-expand-keywords): New defconst.
9631         (grep-expand-template): Rename from grep-expand-command-macros.
9632         Simplify via grep-expand-keywords.  Look at case-fold-search instead
9633         of grep-tree-ignore-case to add -i option.
9634         Bind case-fold-search to nil while matching keywords.
9635         (grep-tree-last-regexp, grep-tree-last-files): Remove.
9636         (grep-read-regexp, grep-read-files): New helper functions.
9637         (rgrep): Rename from grep-tree.  Rework to use proper histories.
9638         Adapt to changes in defcustoms and functions above.
9639         (lgrep): New command, as grep, but using same interactive UI as rgrep.
9641 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
9643         * net/tramp.el (tramp-completion-file-name-handler):
9644         Disable Tramp's functionality while loading Tramp itself.
9645         (tramp-register-file-name-handlers): That's a defsubst now.
9646         Code from `tramp-repair-jka-compr' moved here.  Apply it via
9647         `after-init-hook'.
9648         (tramp-repair-jka-compr): Remove.
9650 2006-04-27  Jay Belanger  <belanger@truman.edu>
9652         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
9653         read expression when `math-read-big-expr' doesn't work.
9655 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
9657         * startup.el (command-line-1): Display warning when
9658         pure-space-overflow is non-nil.
9660 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9662         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
9663         risky.
9665 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9667         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
9668         Return the URL or nil if none can be generated.
9670 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
9672         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
9673         byte compiler warnings.
9674         (gud-basic-call, gud-find-expr): Let user select an expression
9675         for printing.  Print expression as well as value in GUD buffer.
9677 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
9679         * allout.el: Remove local autoload declaration for
9680         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
9681         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
9682         (allout-plain-bullets-string, allout-distinctive-bullets-string)
9683         (allout-use-mode-specific-leader, allout-old-style-prefixes)
9684         (allout-stylish-prefixes, allout-numbered-bullet)
9685         (allout-file-xref-bullet, allout-presentation-padding)
9686         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
9687         safe-local-variable with suitable value spec, and add autoload
9688         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
9689         (move-beginning-of-line, move-end-of-line): Repair so these compat
9690         functions now actually resituate the point, when appropriate.
9692 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9694         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
9696         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
9697         (add-log-iso8601-time-string): Fix call to format-time-string.
9699 2006-04-26  Kim F. Storm  <storm@cua.dk>
9701         * subr.el (posn-string, posn-image, posn-object): Doc fix.
9703 2006-04-26  Masatake YAMATO  <jet@gyve.org>
9705         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
9706         Add support for "//" style comments.  Remove `b' flag
9707         from ?* in `asm-mode-syntax-table'.
9709 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9711         * follow.el: Use (featurep 'xemacs) everywhere.
9712         (follow-mode): Use define-minor-mode.
9713         (follow-mode-map): Move initialization into the declaration.
9714         Use command remapping.
9715         (follow-emacs-version-xemacs-p): Remove.
9716         (follow-submit-feedback): Remove.
9718         * allout.el (allout-layout, allout-passphrase-verifier-string)
9719         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
9721         * textmodes/reftex-vars.el (reftex-vref-is-default)
9722         (reftex-fref-is-default, reftex-guess-label-type):
9723         Tighten up a bit the safety predicate.
9725         * textmodes/paragraphs.el (sentence-end-double-space)
9726         (sentence-end-without-period, sentence-end-without-space)
9727         (page-delimiter, paragraph-ignore-fill-prefix):
9728         Tighten up a bit the safety predicate.
9730         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
9732         * progmodes/python.el (python-continuation-line-p)
9733         (python-beginning-of-statement): syntax-ppss may return
9734         a negative depth.
9735         (python-mode): Don't forcefully enable font-lock.
9737         * time-stamp.el (time-stamp-start, time-stamp-end)
9738         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
9740         * add-log.el: Remove spurious * in docstrings.
9741         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
9742         (add-change-log-entry): Use it here, since it's not specific
9743         to iso8601.
9744         (add-log-iso8601-time-string): Don't use it here any more.
9745         (change-log-indent-text, change-log-indent): Rename from add-log-*.
9747         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
9749 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
9751         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
9752         (rcirc-toggle-low-priority): Doc fix.
9753         (rcirc-handler-NOTICE): Remove beginning of line anchor in
9754         ChanServ regexp.
9755         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
9756         #emacs.
9757         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
9758         (rcirc-decode-coding-system): Use utf-8 as the default.
9759         (rcirc-multiline-minor-mode): Set the fill-column.
9760         (rcirc-format-response-string): Display bright and dim nicks.
9761         (rcirc-browse-url): Update interactive spec to fill ARG.
9762         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
9763         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
9765 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
9767         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
9768         case for @Article, etc.
9770 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
9772         * net/tramp.el (tramp-register-file-name-handlers): New defun.
9773         Added with autoload cookie.
9774         (tramp-unload-file-name-handlers): Rename from
9775         `tramp-unload-file-name-handler-alist'.
9777 2006-04-23  Romain Francoise  <romain@orebokech.com>
9779         * comint.el (comint-match-partial-filename): Doc fix.
9781 2006-04-21  Glenn Morris  <rgm@gnu.org>
9783         * calendar/cal-menu.el (calendar-mode-map): Refer to
9784         `diary-view-entries' rather than alias `view-diary-entries'.
9785         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
9787 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
9789         * progmodes/antlr-mode.el (antlr-default):
9790         * cus-edit.el (custom-documentation):
9791         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
9792         in defface.
9794 2006-04-21  Kim F. Storm  <storm@cua.dk>
9796         * image.el (image-type): New defun split out of create-image.
9797         (create-image): Use it.
9799 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
9801         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
9802         (org-open-at-point): Remove the "...done" message to keep output
9803         in the echo area visible.
9804         (org-export-as-xoxo): Fix call to `indent-region'.
9806 2006-04-21  Kevin Ryde  <user42@zip.com.au>
9808         * international/mule.el (keyboard-coding-system): defcustom
9809         info-link fixes: "Specify Coding" has been split, keyboard now in
9810         "Terminal Coding", and "Single-Byte Character Support" is now
9811         "Unibyte Mode".
9813 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
9815         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
9816         Use font-lock-warning-face for any errors e.g. no stack.
9817         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
9819 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
9821         * progmodes/sh-script.el (sh-shell): Mark as safe.
9823         * newcomment.el (comment-start, comment-start-skip)
9824         (comment-end-skip, comment-end): Mark as safe.
9826 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
9828         * textmodes/org.el (org-deadline-announce): Face removed.
9829         (org-level-faces, org-n-levels): Convert to constant.
9830         (org-compatible-face): New function.
9831         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
9832         (org-level-5, org-level-6, org-level-7, org-level-8)
9833         (org-special-keyword, org-warning, org-headline-done, org-link)
9834         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
9835         (org-scheduled-today, org-scheduled-previously, org-time-grid):
9836         Face definition revised for better color tty support.
9837         (org-bold-re, org-italic-re, org-underline-re): New constants.
9838         (org-set-font-lock-defaults): Use the new constants.
9839         (org-agenda-highlight-todo): New function.
9840         (org-agenda-todo): Fix bug with point at end of line.
9841         (org-agenda-change-all-lines, org-finalize-agenda-entries):
9842         Fontify TODO keywords.
9843         (org-insert-link): Preserve relative path in ../ links.
9844         (org-export-as-html): Convert links pointing to .org files into
9845         links that will work beteen the exported HTML files.
9846         (org-todo-list): Fix bug when arg=0.
9847         (org-insert-heading): More fine-tuning.
9849 2006-04-19  Romain Francoise  <romain@orebokech.com>
9851         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
9852         from `rmail-mime-charset-pattern'.
9854 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9856         * progmodes/python.el (python-mode): Fix typo.
9858 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
9860         * comint.el (comint-previous-input): Don't clobber input line
9861         when moving off either end of the input history ring.
9862         (comint-delete-input): New function, used by
9863         `comint-previous-input' and others.
9864         (comint-previous-matching-input):
9865         Use `coming-delete-input'.  Save the partial input if leaving the
9866         edit line.  Goto point-max before deleting input to avoid
9867         partial input fragments hanging around.
9868         (comint-restore-input): New function, used by `comint-previous-input'.
9870 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
9872         * imenu.el (imenu--index-alist): Balance parentheses.
9874 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9876         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
9878 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
9880         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
9881         file is nil.
9883 2006-04-18  Richard Stallman  <rms@gnu.org>
9885         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
9887         * imenu.el (imenu-create-index-function, imenu--index-alist)
9888         (imenu--last-menubar-index-alist, imenu--make-index-alist)
9889         (imenu-default-create-index-function, imenu--generic-function):
9890         Doc fixes.
9892         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
9894         * help-mode.el (help-mode): Set view-exit-action to delete window.
9896         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
9897         now works by passing nil as arg.
9899         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
9901         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
9902         (read-abbrev-file): Provide default when reading filename.
9904         * files.el (enable-local-variables): Allow :all as value.
9905         (hack-local-variables): Implement that value.
9906         (safe-local-variable-values, safe-local-eval-forms)
9907         (enable-local-variables): Mark as risky.
9908         (find-file-visit-truename, kept-old-versions): Mark safe.
9910         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
9911         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
9912         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
9914 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9916         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
9917         Use forward-line so as to get to BOL even in the presence of fields.
9918         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
9919         in return.
9920         (inferior-tcl): Tell tclsh to work in interactive mode.
9922         * complete.el (partial-completion-mode):
9923         Use 'choose-completion-string-functions to make sure that
9924         choose-completion fills the minibuffer properly.
9926         * complete.el (PC-old-read-file-name-internal): Remove.
9927         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
9928         of read-file-name-internal.
9929         (partial-completion-mode): Enable/disable this advice.
9931 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
9933         * net/tramp.el (tramp-completion-file-name-handler): Revert change
9934         of 2006-04-17.
9936 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
9938         * textmodes/org.el (org-insert-heading): Insert heading before
9939         current if at beginning of line.
9940         (org-todo, org-date): New faces.
9941         (org-table-align): Make sure tooltip window contains full text.
9942         (org-no-properties): New defsubst.
9943         (org-set-font-lock-defaults): Use new faces.
9945 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
9947         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
9948         for root variables.
9950         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
9951         (gdb-frame-address): Re-use to identify frame for watch expression.
9952         (gdb-var-list, gdb-var-create-handler): Add frame address for root
9953         variables.
9954         (gdb-init-1, gdb-source, gdb-post-prompt)
9955         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
9956         (gdb-frame-handler): Get gdb-frame-address.
9958 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
9960         Sync with Tramp 2.0.53.
9962         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
9963         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
9964         (tramp-completion-file-name-handler): Add autoload cookie for
9965         adding to `file-name-handler-alist'.
9967         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
9968         the prompt.  If it returns earlier (when detecting an error
9969         message), the rest of the output will merge accidently with the
9970         output of the next command.  Reported by M Jared Finder
9971         <jared@hpalace.com>.
9973         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9974         for `process-file', in order to let it work for older Emacsen too.
9976 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
9978         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
9979         (tex-font-lock-keywords-3): Use it.
9981 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9983         * newcomment.el (comment-add): New function.
9984         (comment-region-default, comment-dwim): Use it.
9986 2006-04-15  Michael Olson  <mwolson@gnu.org>
9988         * emacs-lisp/tq.el: Improve comments.
9989         (tq-queue-head-question): New accessor function.
9990         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
9991         Update for modified queue structure.
9992         (tq-queue-add): Accept `question' argument.
9993         (tq-queue-pop): If a question is pending, send it.
9994         (tq-enqueue): Accept new optional argument `delay-question'.
9995         If this is non-nil, and at least one other question is pending a
9996         response, queue the question rather than sending it immediately.
9998 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10000         * calendar/appt.el (appt-add): Check whether an appointment is
10001         already present in appt-time-msg-list.  Simplify code.
10003 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10005         * progmodes/cc-langs.el (c-mode-menu):
10006         Don't presume c-subword-mode is bound.
10008 2006-04-13  Bill Wohler  <wohler@newt.com>
10010         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10011         (customize-package-emacs-version): Use cdr instead of cadr now
10012         that alists use dotted pairs.
10014         * custom.el (defcustom): Fix docstring for :package-version.
10016 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
10018         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10019         (tramp-handle-shell-command): Display output buffer only when
10020         `tramp-display-shell-command-buffer' is true.
10021         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10023 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10025         * textmodes/org.el (org-set-autofill-regexps): Set only the local
10026         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10028 2006-04-13  Romain Francoise  <romain@orebokech.com>
10030         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10031         leaving temporary .cvsignore buffers behind.
10033 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10035         * textmodes/org.el (org-set-regexps-and-options)
10036         (org-get-current-options): Better names for the startup folding
10037         options.
10039 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
10041         * vc.el (vc-annotate): Arrange for point to end up at the same
10042         line number as in the original, but only when using a new buffer.
10044 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
10046         * files.el (hack-one-local-variable-eval-safep):
10047         Recognize `edebug-form-spec' for `put', but only if it passes
10048         `edebug-basic-spec'.  Generalize `put' handling.
10050         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10051         vetting file-local form specs.
10053         * allout.el (allout-layout): Autoload its `safe-local-variable'
10054         property.
10056 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10058         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10059         (org-agenda-mouse-1-follows-link)
10060         (org-mouse-1-follows-link): New options.
10061         (org-format-agenda-item): Fix bug if TAGS is nil.
10062         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10064 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
10066         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10067         GDB 6.1+ gives full filename for "info sources" so use
10068         file-name-nondirectory.
10070 2006-04-12  Romain Francoise  <romain@orebokech.com>
10072         * subr.el (read-passwd): Bind `message-log-max' to nil.
10074 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10076         * progmodes/perl-mode.el (perl-indent-new-calculate):
10077         Recompute parse-start after jumping backward by a whole sexp.
10079 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10081         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10082         window configuration.
10083         (vc-annotate-display-select): Select the buffer so that current-buffer
10084         (and selected-window) is the output buffer at the end of vc-annotate.
10086 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
10088         * vc.el (vc-annotate-color-map): Add custom TTY color map for
10089         8-color terminals, to use all of the colors in a sensible order.
10090         256-color terminals work well with the standard map.
10091         (vc-annotate-lines): Only strip the first color character if it
10092         is "#", to allow for terminal-style named colors.
10093         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10094         the correct buffer is scrolled.
10096 2006-04-11  Richard Stallman  <rms@gnu.org>
10098         * emacs-lisp/bytecomp.el (byte-compile-file):
10099         Bind enable-local-variables to :safe, and make normal-mode obey it.
10101         * files.el (enable-local-variables): Allow value :safe.
10102         (normal-mode): Doc fix.
10103         (hack-local-variables): Implement enable-local-variables = :safe.
10104         (hack-local-variables-confirm): Don't prevent quitting.
10106 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10108         * loadhist.el (unload-feature): A bit of sanity check of
10109         load-history entries.  Cancel timer-vars before unbinding them.
10111         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10112         quote special chars, and make the trick work on the hex part of the
10113         buffer as well.
10114         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10115         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10117         * startup.el (normal-splash-screen): Fix last change so we don't wait
10118         2 minutes if we don't show the splash screen.
10120 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
10122         * textmodes/org.el (org-export-plain-list-max-depth)
10123         (org-table-spaces-around-separators)
10124         (org-radio-targets, org-activate-camels)
10125         (org-table-spaces-around-invisible-separators): Options removed.
10126         (org-time-stamp-rounding-minutes, org-remember-templates)
10127         (org-ellipsis, org-activate-links, org-descriptive-links):
10128         New options.
10129         (org-remember-apply-template, org-current-time)
10130         (org-finish-edit-table-field)
10131         (org-link-unescape, org-link-escape)
10132         (org-string-width, org-table-clean-line, org-html-do-expand)
10133         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10134         (org-read-agenda-file-list): New functions.
10135         (org-table-edit-field)
10136         (org-table-create-or-convert-from-region): New commands
10137         (org-table-toggle-vline-visibility): Command removed.
10138         (org-table-convert-region): Made a command.
10139         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10140         Replace with the normal org- functions.
10141         (org-self-insert-command): Don't trigger realign unnecessarily
10142         when blanking a field that is not full.
10143         (org-mode): `Set buffer-invisibility-spec' for links.
10144         (org-activate-links2): Hide link part and only show descriptive
10145         part of the link.
10146         (org-insert-link): Modify for new linking system.
10147         (org-store-link): Store description separately, for use by
10148         `org-insert-link'.
10149         (org-table-align): Use `org-string-width'.
10150         (defgroup): Completely new group structure for custom variables.
10151         (org-agenda-files): Option: Single file name allowed.  Function:
10152         Optional argument unrestrited means ignore any restricitons.
10153         (org-install-agenda-files-menu): Find a buffer in Org-mode before
10154         trying to modify the menu.  Use generalized access to
10155         `org-agenda-files.'
10156         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10157         (org-agenda-file-to-front, org-remove-file, org-diary)
10158         (org-tags-view, org-export-icalendar-all-agenda-files)
10159         (org-export-icalendar-combine-agenda-files): Use generalized
10160         access to `org-agenda-files'.
10161         (org-remember-handler): Correctly preserve heading if present.
10162         (org-table-insert-row, org-table-insert-hline): Deal with
10163         invisible characters.
10165 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
10167         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10168         (vc-annotate-color-map): New 18 element constant
10169         value/saturation, rotating hue colormap, from red->blue.
10170         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10171         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10172         (vc-annotate): To avoid killing the required local variables,
10173         set them before the end of `with-output-to-temp-buffer', and
10174         after first switching to annotate-mode.
10175         (vc-annotate-warp-version): Add buffer argument in goto-line to
10176         ensure annotation, not source, is scrolled.
10178 2006-04-10  Bill Wohler  <wohler@newt.com>
10180         * custom.el (defcustom, custom-handle-keyword):
10181         Add :package-version keyword.
10182         (custom-add-package-version): New function.  Sets value of new
10183         property 'custom-package-version from :package-version keyword.
10184         (defcustom): Create Common Keywords section in docstring.
10185         (defface, defgroup): Replace definitions of a select few keywords
10186         with a reference to the Common Keywords in defcustom.
10187         (defcustom, defface, defgroup): Replace reference to Customization
10188         chapter in manual with hyperlink.
10190         * cus-edit.el (customize-package-emacs-version-alist): New variable.
10191         (customize-changed-options): Add check for custom-package-version.
10192         (customize-package-emacs-version): New function to look up Emacs
10193         version corresponding to the given package version.
10195         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10196         defun name, in similar fashion to find-variable-regexp.
10198 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
10200         * international/mule-cmds.el (set-locale-environment): Fix last
10201         change for when the locale's preferences don't specify any encoding.
10203 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10205         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10206         so the defined var/fun doesn't need to be quoted.
10208 2006-04-10  Richard Stallman  <rms@gnu.org>
10210         * finder.el (finder-mode-map): Add n and p bindings.
10212 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
10214         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10215         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10216         (gdb-setup-windows): Put something in source window if we can't find
10217         the source file.
10218         (gdb-frame-handler): Make it work again with just assembly.
10219         (gdb-data-list-register-values-handler): Make it work when there is
10220         no stack.
10222 2006-04-09  Richard Stallman  <rms@gnu.org>
10224         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10225         specs while looking for charset.
10227         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10229         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10230         Make them faces.
10231         (lm-font-lock-keywords): Update appropriately.
10233 2006-04-10  Kim F. Storm  <storm@cua.dk>
10235         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10236         it can also replace buffer-substring-no-properties.
10238         * emulation/cua-base.el (cua-delete-region, cua-paste)
10239         (cua-repeat-replace-region): Use filter-buffer-substring.
10241         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10242         (cua-cut-region-to-global-mark): Likewise.
10244         * emulation/cua-rect.el (cua--extract-rectangle)
10245         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10247 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10249         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10250         entry-type.  Add field delimiters to numerical fields if they are
10251         not present.
10253 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10255         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10256         string-const to return value.
10257         (bibtex-remove-delimiters): Use it.
10259 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10261         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
10262         cl-byte-compile-compiler-macro unless it exists.
10264 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
10266         * files.el (hack-local-variables-confirm) <offer-save>:
10267         Clarify message text.  Suggested by Ralf Angeli.
10269 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10271         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
10272         (delete-extract-rectangle-line): Use `filter-buffer-substring'
10273         instead of `buffer-substring' and `delete-region'.  (Most of the
10274         code actually copied from `kill-region'.)
10276 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
10278         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
10279         (rcirc-default-port): Rename from rcirc-port.
10280         (rcirc-default-nick): Rename from rcirc-nick.
10281         (rcirc-default-user-name): Rename from rcirc-user-name.
10282         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
10283         (rcirc-low-priority-flag): New variable.
10284         (rcirc-decode-coding-system): New defcustom.
10285         (rcirc-encode-coding-system): New defcustom.
10286         (rcirc-coding-system-alist): New defcustom.
10287         (rcirc-multiline-major-mode): New defcustom.
10288         (rcirc-nick): New internal variable.
10289         (rcirc-process): Remove variable.
10290         (rcirc-server-buffer): New variable.
10291         (rcirc): Update to use rcirc-default-* variables above.
10292         (rcirc-connect): Do not add window-configuration-hook-here.
10293         (rcirc-server): New internal variable.
10294         (rcirc-connect): Do not send keepalive pings if
10295         rcirc-keepalive-seconds is nil.
10296         (with-rcirc-server-buffer): New macro.
10297         (rcirc-send-string): Encode with rcirc-encode-coding-system.
10298         (rcirc-server-name): Rename from rcirc-server.
10299         (rcirc-buffer-process): New function.
10300         (rcirc-buffer-nick): New function.
10301         (rcirc-buffer-target): Remove function.
10302         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10303         New commands.
10304         (rcirc-mode-map): Change binding of C-c C-l to
10305         rcirc-toggle-low-priority.
10306         (rcirc-mode): Initialize coding system based on
10307         rcirc-coding-system-alist.  New change-major-mode-hook to part the
10308         channel on a mode change.  Make kill-buffer-hook buffer-local.
10309         (rcirc-change-major-mode-hook): New function.
10310         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
10311         (rcirc-last-post-time): New variable.
10312         (rcirc-process-message): Store the last time user posted a message
10313         to this target.
10314         (rcirc-multiline-minor-mode): New mode.
10315         (rcirc-multiline-minor-mode-map): New mode map.
10316         (rcirc-edit-multiline): Put multiline-edit buffer in
10317         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
10318         (rcirc-print): Ignore any line starting with an ignored nick.
10319         (rcirc-print): Decode using rcirc-decode-coding-system.
10320         (rcirc-track-minor-mode): Update global-mode-string when disabling
10321         this mode.
10322         (minor-mode-alist): Add LowPri indicator.
10323         (rcirc-toggle-low-priority): New function.
10324         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
10325         next lowpriority buffer with activity.
10326         (rcirc-record-activity): Sort buffers in rcirc-activity by the
10327         last time the user posted a message in to the target.
10328         (rcirc-update-activity-string): New formatting for low priority
10329         buffers.
10330         (rcirc-split-activity): New function.
10331         (rcirc-handler-PART, rcirc-handler-KICK)
10332         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
10333         (rcirc-nick-away-alist): New variable.
10334         (rcirc-handler-301): New handler.  Away messages are printed once
10335         per change.
10337 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
10339         * info.el (Info-follow-nearest-node): Doc fix.
10341         * international/mule-cmds.el (set-locale-environment): Make sure
10342         the coding-system preferred by the locale's language has the same
10343         EOL conversion type as the original buffer-file-coding-system.
10344         (locale-language-names): Add a few MS Windows language codes.
10346 2006-04-07  Richard Stallman  <rms@gnu.org>
10348         * simple.el (eval-expression): Doc fix.
10350         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
10351         (eval-defun): Doc fixes.
10353 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
10355         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
10357 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
10359         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
10360         GDB list command without argument for greater generality.
10362 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10364         * subr.el (string-or-null-p): New function.
10366         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
10368         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
10370         * files.el: Update comment about safe-local-variable declarations.
10372 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
10374         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
10375         See idlwave.org.
10377         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
10378         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
10380         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
10381         See idlwave.org.
10383         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
10384         version 6.0 (minimal changes).  See idlwave.org.
10386         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
10387         6.0 (minimal changes).  See idlwave.org.
10389         * progmodes/idlw-rinfo.el: File obsoleted and removed.
10391 2006-04-06  Romain Francoise  <romain@orebokech.com>
10393         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
10394         symmetric encryption features and a new asynchronous interface to
10395         GnuPG.  This new version is version 1.4, plus whitespace changes.
10397 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10399         * files.el: Move some `safe-local-variable' declarations to the
10400         respective files.
10402         * textmodes/ispell.el (ispell-check-comments)
10403         (ispell-local-dictionary): Mark as safe.
10405         * abbrev.el (abbrev-mode): Mark as safe.
10407         * add-log.el (change-log-default-name): Mark as safe.
10409         * textmodes/reftex-vars.el (reftex-vref-is-default)
10410         (reftex-fref-is-default, reftex-level-indent)
10411         (reftex-guess-label-type): Mark as safe.
10413         * textmodes/fill.el (colon-double-space): Mark as safe.
10415         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
10416         (sentence-end-double-space, sentence-end-without-period)
10417         (sentence-end-without-space, sentence-end, sentence-end-base)
10418         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
10420 2006-04-06  Kim F. Storm  <storm@cua.dk>
10422         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
10423         the :set-after list.
10424         (ido-downcase-unc-hosts): New user option.  Default on.
10425         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
10426         when it is set, as regexps are now applied on the fly.
10427         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
10428         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
10429         on the fly, but only when ido-process-ignore-lists is set.
10430         Do case insensitive filtering if ido-downcase-unc-hosts is set.
10431         Only downcase names if ido-downcase-unc-hosts is set.
10433 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
10435         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
10437         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
10439 2006-04-05  Kim F. Storm  <storm@cua.dk>
10441         * ido.el (ido-mode): Set after ido-unc-hosts and
10442         ido-ignore-unc-host-regexps.
10443         (ido-save-history): Save ido-unc-hosts-cache.
10444         (ido-load-history): Load ido-unc-hosts-cache.
10445         (ido-reread-directory): Refresh unc hosts cache in // dir.
10447         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
10448         to nil while displaying slash screen.
10450 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10452         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10453         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10455 2006-04-05  Kenichi Handa  <handa@m17n.org>
10457         * international/characters.el: Setup cases of Latin, Greek, and
10458         Cyrillic characters in CJK charsets.
10460 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10462         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10463         default-enable-multibyte-characters.  This reverts the change from
10464         revision 6.17 which is no longer necessary because the passphrase
10465         is sent separately now.  GnuPG messages are unreadable under
10466         multibyte locales with default-enable-multibyte-characters set to nil.
10468 2006-04-04  Andreas Schwab  <schwab@suse.de>
10470         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
10471         and `byte-compile-warnings' as `safe-local-variable'.
10473 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
10475         * man.el (Man-mode-map): Restore the \r binding.
10476         (Man-abstract-xref-man-page): If Man-target-string is a function,
10477         call it.
10478         (Man-highlight-references): Use Man-default-man-entry to get the
10479         target.  Deal with xrefs too.
10480         (Man-highlight-references0): Don't call the target function.
10482         * woman.el (WoMan-xref-man-page): Strip the section number, woman
10483         cannot deal with it.
10485 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10487         * pgg-gpg.el: Clean up process buffers every time gpg processes
10488         complete.
10490 2006-04-04  Kenichi Handa  <handa@m17n.org>
10492         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
10493         here.
10494         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
10495         Temporarily bind inhibit-field-text-motion to t.
10497 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10499         * startup.el (normal-splash-screen): Only set mode-line-format in the
10500         splash buffer, so as not to interfere when debugging the code.
10501         Ignore errors when switching buffer.
10503 2006-04-03  Romain Francoise  <romain@orebokech.com>
10505         * dired.el (dired-dnd-protocol-alist): Fix typo.
10507 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10509         * savehist.el (savehist): Add :version.
10510         (savehist-ignored-variables): New variable.
10511         (savehist-minibuffer-hook): Don't save variables listed in
10512         `savehist-ignored-variables'.
10514         * dired.el (dired-dnd-protocol-alist): Mention that change does
10515         only apply to new buffers in doc string.
10517 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
10519         * recentf.el (recentf-open-files-item): Include newline in button
10520         field, so opening a file will work, when the point is at the end
10521         of the file name.  Allow, for example, to [i]search a file by
10522         extension and just push RET to open it.
10524 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10526         * pgg-gpg.el (pgg-gpg-process-filter)
10527         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10529         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10530         lines, temporary fix.
10532 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10534         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
10536 2006-04-02  Richard Stallman  <rms@gnu.org>
10538         * progmodes/compile.el (compilation-message-face): Make it defcustom.
10540 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10542         * ibuf-macs.el (define-ibuffer-column): Add a new key:
10543         header-mouse-map.
10545         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
10546         (ibuffer-mode-header-map): New keymaps.
10547         (ibuffer-update-title-and-summary): Enable mouse face highlighting
10548         and keybindings for column headers.
10549         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
10550         property.
10552 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
10554         * speedbar.el (speedbar-after-create-hook): Doc fix.
10556 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
10558         * shell.el (shell-directory-tracker)
10559         (shell-dynamic-complete-command): Doc fixes.
10561 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
10563         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
10564         terminals.
10566 2006-04-01  Kim F. Storm  <storm@cua.dk>
10568         * ido.el (ido-unc-hosts-cache): New defvar.
10569         (ido-unc-hosts): If value of defcustom is a function, call it to
10570         get list of UNC hosts.  Add function-item choices to specify
10571         ido-unc-hosts-net-view or user function.
10572         (ido-ignore-unc-host-regexps): New defcustom.
10573         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
10574         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
10575         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
10577 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10579         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
10580         wwidth.
10582 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
10584         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
10585         (ido-max-work-file-list, ido-switch-buffer)
10586         (ido-read-file-name-as-directory-commands):
10587         Fix typos in docstrings.
10589 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10591         * term/mac-win.el (mac-system-coding-system): Define and use after
10592         Mac-specific coding systems are ready.
10594 2006-03-27  Romain Francoise  <romain@orebokech.com>
10596         * net/rcirc.el (rcirc-connect): Add autoload cookie.
10598         * ldefs-boot.el: Update.
10600 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10602         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10603         passphrases when it is not needed.
10604         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10605         passphrase stuff from gpg, should only be necessary when you use
10606         gpg with a smartcard.
10608 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
10610         * comint.el (comint-dynamic-list-completions): Allow user to
10611         select *Completions* buffer.
10613 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
10615         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
10617 2006-03-26  Andreas Schwab  <schwab@suse.de>
10619         * progmodes/gud.el (gdb): Only complain about multiple debugging
10620         when the gdb process is still running.
10622 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
10624         * mail/rmail.el (tool-bar-map): Defvar it.
10625         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
10626         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
10628 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
10630         * help.el (print-help-return-message): Suggest to use
10631         display-buffer instead of switch-to-buffer-other-window to restore
10632         the previous window without selecting it.
10634 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10636         * frame.el (select-frame-by-name): Call x-focus-frame also when
10637         window-system is mac.
10639         * term/mac-win.el: Adjust Courier font specifications in
10640         x-fixed-font-alist.
10641         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
10642         when directly encoding to UTF-16 in native byte order, no BOM.
10644 2006-03-25  Kim F. Storm  <storm@cua.dk>
10646         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
10647         (cua--init-keymaps): Use it instead of fixed C-return.
10648         (cua-mode): Set after it.
10650         * emulation/cua-rect.el (cua--init-rectangles):
10651         Use cua-rectangle-mark-key instead of fixed C-return.
10653 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
10655         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
10656         "run" in .gdbinit.
10657         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
10659 2006-03-24  Romain Francoise  <romain@orebokech.com>
10661         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
10662         `display-buffer-other-frame'.
10664 2006-03-24  Kim F. Storm  <storm@cua.dk>
10666         * apropos.el (apropos-synonyms): Add selection => region.
10668 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10670         * progmodes/gdb-ui.el (gdb-var-create-regexp)
10671         (gdb-var-list-children-regexp, gdb-var-update-regexp)
10672         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
10673         (gdb-data-list-register-values-regexp)
10674         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
10675         Future proof against new fields being added to MI output.
10676         (gdb-send): Don't treat backslashes for program input as
10677         continuations.
10678         (gdb-assembler-handler): Don't use window-start for this handler.
10679         (gdb-frame-handler): Don't change to hollow arrow if overlay
10680         arrow doesn't move to new frame.
10682 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10684         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
10685         prevent compiler warnings.
10686         (gdb-stopped): Check for gud-last-last-frame (case: signal).
10687         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
10688         (gdb-assembler-custom): Use hollow-right-triangle for assembler
10689         buffer too.
10691 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
10693         * pgg-gpg.el (pgg-gpg-update-agent): Check for
10694         make-network-process, so we can use the same code in Gnus v5-10
10695         too and have this file fully synchronized with that release.
10697 2006-03-23  Romain Francoise  <romain@orebokech.com>
10699         * ibuf-ext.el (ibuffer-read-filter-group-name):
10700         Use `ibuffer-generate-filter-groups' to make completion list match
10701         the filter groups that are really displayed in the Ibuffer buffer.
10702         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
10704 2006-03-23  Kenichi Handa  <handa@m17n.org>
10706         * international/mule-cmds.el (sort-coding-systems): Describe that
10707         the argument is modified in docstring.
10709 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10711         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10712         (pgg-gpg-update-agent): New function.
10713         (pgg-gpg-use-agent-p): New function.
10714         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10715         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10716         (pgg-gpg-sign-region): Use it.
10718 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
10720         * cus-edit.el (custom-face-set): Call custom-push-theme before
10721         face-spec set so that `changed' theme is correctly saved.
10722         (custom-face-reset-standard): Reset to recalculated face rather
10723         than defface spec.
10725         * custom.el (custom-push-theme): Only save `changed' theme if the
10726         current face does not match the defface specs.
10728 2006-03-21  Simon Josefsson  <jas@extundo.com>
10730         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10731         <wilde@sha-bang.de>.
10732         (pgg-gpg-use-agent): New variable.
10733         (pgg-gpg-process-region): Use it.
10734         (pgg-gpg-encrypt-region): Likewise.
10735         (pgg-gpg-encrypt-symmetric-region): Likewise.
10736         (pgg-gpg-decrypt-region): Likewise.
10737         (pgg-gpg-sign-region): Likewise.
10738         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10740 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
10742         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
10743         bracket links.
10745 2006-03-21  Kim F. Storm  <storm@cua.dk>
10747         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
10748         fringe-indicator-alist instead of modifying global value.
10749         (gdb-frame-handler): Likewise.
10751 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
10753         * diff-mode.el (diff-function): Make it inherit from diff-header
10754         instead of diff-context.
10756         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
10757         bitmap.
10758         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
10759         change names in macro above for consistency.
10760         (gdb-frame-handler): Use hollow-right-triangle for all selected
10761         frames which except the innermost (where execution has stopped).
10762         (gdb-reset): Reset buffer-local values of overlay-arrow.
10764 2006-03-20  Richard Stallman  <rms@gnu.org>
10766         * simple.el (set-mark-command): Doc fix.
10768         * files.el (display-buffer-other-frame): New command.
10769         (ctl-x-4-map): Bind C-x 5 C-o to it.
10771 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10773         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
10774         rather than just defer-time, in case defer-time has been changed but
10775         the timer isn't running yet.
10776         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
10778 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
10780         * help-mode.el (help-follow-symbol): New function.
10781         Essentially identical to the old `help-follow', but do not let
10782         `push-button' do the work when on an xref.
10783         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
10785 2006-03-19  Richard Stallman  <rms@gnu.org>
10787         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
10788         preceded by the word `program'.
10789         (help-follow-mouse, help-follow): Throw error if not on xref.
10790         Delete no longer used args.
10792 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
10794         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
10795         annotation ensure gud-overlay-arrow-position is redisplayed.
10797 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10799         * textmodes/bibtex.el (bibtex-include-OPTkey)
10800         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
10801         (bibtex-autokey-name-case-convert)
10802         (bibtex-autokey-titleword-case-convert): Make these the aliases
10803         for the following two variables.
10804         (bibtex-autokey-name-case-convert-function)
10805         (bibtex-autokey-titleword-case-convert-function): Make these the
10806         real names.
10807         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
10808         bibtex-font-lock-crossref sublists.
10809         (bibtex-mode): Revert 2005-12-30 change (which made
10810         completion-ignore-case buffer-local).
10811         (bibtex-url): Simplify.
10813 2006-03-19  Kim F. Storm  <storm@cua.dk>
10815         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
10816         cursor property value to 2 (to align with C level change).
10818 2006-03-19  Bill Wohler  <wohler@newt.com>
10820         * image.el (image-load-path-for-library): Shorten first line in
10821         docstring.
10823 2006-03-18  Richard Stallman  <rms@gnu.org>
10825         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
10827 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
10829         * isearch.el (isearch-other-meta-char): Handle user bindings for
10830         shifted control characters.
10832 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
10834         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
10835         part that matches email addresses, file names, etc.
10837 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
10839         * term/w32-win.el (mouse-set-font):
10840         Mention w32-list-proportional-fonts in the doc string.
10842 2006-03-18  Kim F. Storm  <storm@cua.dk>
10844         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
10845         (ido-unc-hosts): New user option to explicitly define list of know
10846         UNC-style hosts for completion.
10847         (ido-cache-unc-host-shares-time): New user option.
10848         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
10849         New helper functions for UNC file-name support.
10850         (ido-may-cache-directory): Check for UNC host.  Simplify.
10851         (ido-wash-history): Clean out old UNC hosts.
10852         (ido-nonreadable-directory-p): UNC hosts are always readable.
10853         (ido-directory-too-big-p): UNC hosts are never too big.
10854         (ido-set-current-directory): Handle UNC root path.
10855         (ido-file-name-all-completions): Complete UNC host names from
10856         ido-unc-hosts list.  Cache UNC host shares.
10857         (ido-make-file-list-1): Don't filter UNC root.
10858         (ido-exhibit): Check for // in root directory, and switch to UNC
10859         mode by setting ido-current-directory to //.
10861 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10863         * cus-edit.el (customize-changed-options): Mention explicit
10864         version number as default in prompt.
10866 2006-03-17  Bill Wohler  <wohler@newt.com>
10868         * image.el (image-load-path-for-library): Minor docstring fix.
10870 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
10872         * textmodes/org.el (org-read-date): Include subgroup 5 into
10873         replacement text.
10874         (org-popup-calendar-for-date-prompt): Fix customization type.
10876 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
10878         * progmodes/gdb-ui.el (gud-watch): Provide completion.
10879         (gdb-continuation): New variable.
10880         (gdb-send): Deal with continuation lines.
10882         * progmodes/gud.el (gud-gdb-complete-command)
10883         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
10884         expressions.
10885         (gud-tooltip-mode): Use buffer-local value.
10887 2006-03-16  Kim F. Storm  <storm@cua.dk>
10889         * ido.el (ido-edit-input): Use selected match, if any.
10891 2006-03-16  Bill Wohler  <wohler@newt.com>
10893         * image.el (image-load-path-for-library): Prefer user's images in
10894         image-load-path.
10896 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
10898         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
10899         when checking for attempt to drag leftmost or rightmost scrollbar.
10901 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
10903         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
10904         (gdb-force-mode-line-update): New function.
10905         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
10906         (gdb-exited): Use them.
10907         (gdb-signal): New function.
10908         (gdb-annotation-rules): Provide a rule for it.
10910 2006-03-16  Kenichi Handa  <handa@m17n.org>
10912         * international/mule.el (auto-coding-regexp-alist): Add entries
10913         for Unicode BOM.
10915         * sort.el (sort-build-lists): Temporarily bind
10916         inhibit-field-text-motion to t.
10918 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
10920         * locate.el (locate-command, locate-make-command-line)
10921         (locate-fcodes-file, locate-update-command)
10922         (locate-prompt-for-command, locate, locate-with-filter)
10923         (locate-get-file-positions): Doc fixes.
10924         (locate-buffer-name, locate-header-face): Remove leading `*' in
10925         defcustom.
10926         (locate-filter-output): Use `keep-lines' instead of its alias
10927         `delete-non-matching-lines'.
10928         (locate-get-filename, locate-get-dirname): Add introductory comment.
10929         (locate-find-directory-other-window): Give appropriate error
10930         message if used outside main listing.
10932 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10934         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
10935         the new extend-region feature.
10936         (font-lock-after-change-function): Update correspondingly.
10937         * jit-lock.el (jit-lock-after-change): Update correspondingly.
10938         * progmodes/grep.el (font-lock-lines-before): Don't disable.
10940 2006-03-15  Bill Wohler  <wohler@newt.com>
10942         * image.el (image-load-path-for-library): Fix example by not
10943         recommending that one binds image-load-path.  Just defvar it to
10944         placate compiler and only use it if previously defined.
10946 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
10948         * textmodes/org.el (org-insert-centered): Use `string-width' to
10949         make underlining work for wide characters.
10950         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
10951         TAB to `org-cycle', to make sure that no binding in
10952         `outline-mode-map' can supercede it.
10954 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
10956         * allout.el: Increment version to 2.2.1 in file commentary.
10958         (allout-version): Increment to 2.2.1.
10960         (allout-default-layout): New customization variable, used when the
10961         file lacks a specific allout-layout.  Uses allout-layout-type for
10962         recursively nested definition.
10964         (allout-layout-type): Widget defining allout layouts, necessary for
10965         self-recursive definition.
10967         (allout-mode): Incorporate allout-default-layout as fallback for
10968         allout-layout.
10970         (allout-layout): Mark as 'safe-local-variable', and refer mention
10971         fallback to `allout-default-layout' in absence of a specified value.
10972         (allout-passphrase-verifier-string)
10973         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
10975         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
10977         (allout-get-encryption-passphrase-verifier): Use correct name of
10978         passphrase verifier in docstring.
10980 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
10982         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
10983         elements.
10984         (gdb-find-watch-expression): Make it work for arrays too.
10985         Follow change to gdb-var-list.
10986         (gud-watch): Allow the user to enter variable name with a prexix
10987         arg.  Create keybindings.
10988         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10989         (gdb-var-list-children-handler, gdb-var-update-handler)
10990         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
10991         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
10992         Follow change to gdb-var-list.
10993         (gdb-starting): Don't show the overlay arrows when program is running.
10995         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
10996         gdb-var-list.
10998 2006-03-14  Bill Wohler  <wohler@newt.com>
11000         * image.el (image-load-path-for-library): Pass value of path
11001         rather than symbol.  Always return list of directories.
11002         Guarantee that image directory comes first.
11004 2006-03-14  Alan Mackenzie  <acm@muc.de>
11006         * font-core.el (font-lock-extend-region\(-function\)?.):
11007         New function/variable.
11009         * font-lock.el (font-lock-after-change-function):
11010         Call font-lock-extend-region.  Obey font-lock-lines-before.
11011         (font-lock-default-fontify-region): Remove reference to
11012         font-lock-lines-before.
11014         * jit-lock.el (jit-lock-after-change):
11015         Call font-lock-extend-region.  Obey font-lock-lines-before.
11017 2006-03-14  David Ponce  <david@dponce.com>
11019         * tree-widget.el (tree-widget-themes-load-path)
11020         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11022 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
11024         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11025         (rcirc-print): Mark the start of text at the end of the prompt.
11026         (rcirc-track-minor-mode): Add autoload cookie.
11027         (rcirc-update-activity-string): Add space to front of mode-line
11028         indicator.
11030 2006-03-13  Miles Bader  <miles@gnu.org>
11032         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11033         (rcirc-abbrev-nick): Remove function.
11034         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11036 2006-03-13  David Ponce  <david@dponce.com>
11038         * tree-widget.el: Handle themes across all occurrences of the main
11039         themes sub-directory found in tree-widget-themes-load-path.
11040         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11041         (tree-widget--locate-sub-directory): Return all occurrences.
11042         (tree-widget-themes-path): New function.
11043         Replace tree-widget-themes-directory, and return a list of directories.
11044         (tree-widget-set-parent-theme)
11045         (tree-widget-lookup-image): Use it.
11047 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
11049         * textmodes/org.el (org-link-search): Avoid self-matching of
11050         links, allow target text to be distributed over several lines.
11051         (org-search-not-link): New function.
11052         (org-set-regexps-and-options, org-get-current-options):
11053         New startup options.
11054         (org-export-as-html): Take odd-level setting from local variable.
11055         (org-fontify-emphasized-text): New option.
11056         (org-set-font-lock-defaults): Include emphasized text.
11057         (org-follow-mhe-link): Allow folder-only links, fix folder name.
11058         (org-font-lock): Customize group renamed from `org-faces'.
11060 2006-03-13  John Paul Wallington  <jpw@pobox.com>
11062         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11063         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
11065 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
11067         * cus-start.el (all): Delete :version keyword for members of the
11068         fringe group, since the entire group is new in 22.1.
11070 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
11072         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11073         map if value is hexadecimal (an address).
11074         (gud-watch): Only search roots for existing watch expressions.
11075         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11076         prevent caching problems with speedbar-update-directory-contents.
11078 2006-03-12  Juri Linkov  <juri@jurta.org>
11080         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11081         before comparing with `low' and `warn'.
11083         * info.el (Info-dir-remove-duplicates): Move point to the
11084         beginning of the current line after deleting the entries from
11085         redundant heading.  Use marker for `limit' and compare it with
11086         point before calling `re-search-forward'.
11088 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
11090         * simple.el (yank): Fix typo in docstring.
11092 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
11094         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11095         messages, where "D" is the 6th character.
11097 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11099         * simple.el (yank): Fix last change.
11101 2006-03-11  David Ponce  <david@dponce.com>
11103         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11104         merging elements from the standard ispell-dictionary-alist.
11105         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11106         alist, and return the new alist.
11108 2006-03-11  Richard Stallman  <rms@gnu.org>
11110         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11112         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11113         the way it is implemented is too unclean.
11115         * simple.el (kill-region, yank): Doc fix.
11117         * battery.el (battery-echo-area-format): Doc fix.
11118         (battery-mode-line-format): Likewise.
11119         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11120         (battery-linux-proc-acpi): Ignore batteries that say "charged".
11122 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
11124         * progmodes/octave-mod.el (octave-indent-for-comment):
11125         Behave according to do string.
11127 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
11129         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11130         Be visible only if major mode is Mail Mode.
11132         * textmodes/flyspell.el (flyspell-external-point-words)
11133         (flyspell-process-localwords): Fix last changes.
11135 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11137         * calendar/holidays.el (list-holidays): Doc fix.
11139         * international/mule.el (auto-coding-alist): Add .odt
11140         (OpenOffice's open document) files.
11142         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11143         document) files.  Mention in the doc string the need to sync with
11144         auto-coding-alist.
11146 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
11148         * files.el (hack-local-variables-confirm): Don't prompt for ! if
11149         enable-local-variables is set to always query, or there is no
11150         savable variable.
11152 2006-03-10  Bill Wohler  <wohler@newt.com>
11154         * image.el (image-load-path-for-library): Merge at least three
11155         functions from Gnus and MH-E into this one function that can now
11156         be shared.
11158 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
11160         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11161         gdb-remove-mouse-face and remove help-echo too.
11162         (gdb-enqueue-input): Correct conditional clause.
11164 2006-03-10  Glenn Morris  <rgm@gnu.org>
11166         * calendar/calendar.el (calendar-holidays): Doc fix.
11167         * calendar/holidays.el (list-holidays): Doc fix.
11169 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
11171         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11172         it gets called in gdb-prompt anyway.
11173         (gdb-use-separate-io-buffer): Only restore window arrangement for
11174         gdb-many-windows.
11175         (gdb-enqueue-input): Make it harder to send GDB input when program
11176         is running.
11177         (gdb-buffer-list): New variable.
11178         (gdb-remove-mouse-face): New function.
11179         (gdb-starting): Use it when GDB input won't get sent.
11181 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
11183         * help.el (view-lossage): Remove trailing whitespace before
11184         inserting "\n".
11186 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
11188         * files.el (hack-local-variables-confirm):
11189         Set coding-system-for-read to nil before writing to .emacs.
11191         * arc-mode.el (archive-extract): Check if an existing buffer name
11192         comes from a different archive.
11194         * help.el (describe-key-briefly): If KEY is a down event, read and
11195         discard the up event.
11197 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
11199         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11200         be edited and use font-lock-warning-face for any changes.
11202         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11203         (gdb-edit-value): Use it to report any errors.
11205 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
11207         * help.el (describe-key): Remove leftover test code.
11209 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
11211         * textmodes/org.el: Move defvars out of eval-when-compile.
11212         Use buffer-file-name variable.
11213         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11214         arg `file'.
11215         (org-level-faces): Remove startup dependency.
11216         (org-cycle, org-map-tree, org-scan-tags)
11217         (org-remember-handler): Don't call `outline-level' directly.
11218         (org-mhe-search-all-folders): New option.
11219         (org-mhe-get-message-folder-from-index)
11220         (org-mhe-get-message-folder): Fix indexing search.
11221         (org-format-agenda-item): Handle nil TAGS argument.
11222         (org-cleaned-string-for-export, org-activate-target-links)
11223         (org-make-target-link-regexp): Deal with empty radio target list.
11224         (org-tag): New face.
11225         (org-get-level-face): New function.
11226         (org-set-font-lock-defaults): Simplify setup for headlines.
11227         (org-complete): Pass common substring to `display-completion-list'.
11229 2006-03-06  David Ponce  <david@dponce.com>
11231         * tree-widget.el: Update Commentary header.
11232         (tree-widget-theme-name): Ignore parent themes.
11233         (tree-widget-set-parent-theme): New function.
11234         (tree-widget-set-theme): Use it.
11235         (tree-widget-set-image-properties): Move definition.  Does nothing
11236         if image properties have already been set.
11237         (tree-widget-image-properties): Move definition.  Receive an image
11238         name.  Set the :pointer property.
11239         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
11240         Don't set the :pointer image property.
11241         (tree-widget-convert-widget): New function.  Handle :dynargs
11242         compatibility here.
11243         (tree-widget): Use it to :convert-widget.  Add the :expander-p
11244         predicate to control when the :expander function is entered.
11245         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11246         (tree-widget-value-create): Handle :expander-p.  widget-apply
11247         :expander.
11248         (tree-widget-expander-p): New function.  Default value of the
11249         :expander-p property.
11251 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
11253         * help.el (describe-key): Properly handle the return value of
11254         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
11255         remaps.  Handle string and vector `follow-link' values.
11257 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11259         * complete.el (PC-expand-many-files): Try be more careful when parsing
11260         the shell's output.
11262 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11264         * outline.el (hide-sublevels): Provide better interactive default.
11266 2006-03-06  Kenichi Handa  <handa@m17n.org>
11268         * international/fontset.el (create-fontset-from-fontset-spec):
11269         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
11271 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
11273         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
11274         backslashes instead of one in regexp.
11275         (gud-tooltip-dereference): Add missing optional argument.
11277 2006-03-04  John Paul Wallington  <jpw@pobox.com>
11279         * wdired.el (toplevel): Require `cl' at compile-time.
11281 2006-03-04  Andreas Schwab  <schwab@suse.de>
11283         * server.el (server-process-filter): Handle errors during
11284         evaluation of the argument.
11286 2006-03-03  John Paul Wallington  <jpw@pobox.com>
11288         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
11289         escape parentheses at beginning of line.
11290         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
11291         (t-mouse-mode): Remove period from end of error message.
11293 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
11295         * textmodes/flyspell.el (flyspell-process-localwords):
11296         Be case-sensitive.
11298 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
11300         * cus-edit.el (custom-quote): Remove function, since it has been
11301         moved to custom.el.
11303         * font-lock.el (lisp-font-lock-keywords-2)
11304         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
11305         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
11306         they have no special meaning.
11308         * midnight.el (clean-buffer-list): Handle case where base-buffer of
11309         indirect buffer gets killed before indirect buffer.  Use dolist.
11311 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
11313         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
11314         value instead of a literal constant (1) on more pauses.
11316 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
11318         * textmodes/flyspell.el (flyspell-external-point-words):
11319         Be case-sensitive.
11321 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
11323         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
11324         with "www".
11326 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
11328         * allout.el: Restablish intermediate missing comment header to
11329         preserve outline structure.
11330         (allout-beginning-of-current-entry): Skip invisible text.
11331         (allout-open-topic): Fix opening a topic at end-of-buffer.
11332         (allout-minor-mode): Move nearer to allout-mode function.
11334 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
11336         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
11338 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
11340         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
11341         is nil.
11343         * progmodes/gud.el (gud-speedbar-menu-items):
11344         Use buffer-local-value and add missing :visible keyword.
11346         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
11348 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
11350         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
11351         must be `follow-link'.
11353         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
11355         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
11356         formatting: No nested anchors.
11357         (org-all-targets): Fix bug with XEmacs compatibility.
11358         (org-read-date): Add (require 'parse-time).
11359         (org-set-tags): Fix bug with extra inserted space.
11360         (org-export-html-style): Define a style class for targets.
11361         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
11362         (org-hide-leading-stars): New option.
11363         (org-hide): New face.
11364         (org-set-font-lock-defaults): Allow to hide leading stars.
11365         (org-get-legal-level, org-tr-level): New functions.
11366         (org-odd-levels-only): New option.
11367         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
11368         (org-demote, org-promote): Deal with double-star levels.
11369         (org-convert-to-odd-levels): New command.
11371 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
11373         * speedbar.el (speedbar-update-localized-contents): Try to
11374         preserve window-start.
11375         (speedbar-update-directory-contents): Try to preserve window-start
11376         and window-point.
11377         (speedbar-update-special-contents): Don't move back to start of window.
11379         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
11380         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
11381         speedbar-timer-fn.
11382         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
11383         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
11384         instead of gdb-speedbar-timer-fn.
11386 2006-02-28  Jay Belanger  <belanger@truman.edu>
11388         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
11389         (math-compose-expr): Use latex option when calling
11390         `math-compose-tex-matrix' for latex mode.
11392 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
11394         * speedbar.el: Re-instate comments about developing for speedbar
11395         [this is what info and gdb-ui use even if better methods exist now].
11397         * t-mouse.el: New file.
11398         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
11399         (t-mouse-lispy-buffer-posn-from-coords): Remove.
11400         (t-mouse-make-event-element): Use posn-at-x-y instead.
11401         (t-mouse-make-event): Deal with Fedora Core 3.
11402         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
11403         (t-mouse-mouse-position-function): New function.  Use it instead
11404         of advising mouse-position.
11405         (t-mouse-mode): New minor mode.
11406         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
11408 2006-02-27  Glenn Morris  <rgm@gnu.org>
11410         * calendar/calendar.el (calendar-holidays): Doc fix.
11412 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
11414         * progmodes/gdb-ui.el (gdb-source-window): New variable.
11415         Re-introduce the concept of a source window.
11416         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
11417         consistency with get-buffer-create.
11418         (def-gdb-auto-update-handler, gdb-info-locals-handler)
11419         (gdb-data-list-register-values-handler)
11420         (gdb-stack-list-locals-handler): Try to preserve window-start as
11421         well as window-point.
11422         (gdb-display-source-buffer): New function (old concept).
11423         (gdb-goto-breakpoint): Use it.
11425         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
11426         for gdb-ui/gdb-mi (old concept).
11428 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
11430         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
11431         binding.
11433         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
11435         * textmodes/reftex-sel.el (reftex-select-label-map)
11436         (reftex-select-bib-map): Add `follow-mouse' binding.
11438 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
11440         * jka-cmpr-hook.el (jka-compr-compression-info-list)
11441         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
11442         Give :set functions to provide automatic updating.
11443         Update docstring.  Give compiler defvars early in the file
11444         and move the defcustoms to a later spot where all called functions
11445         are defined.
11446         (jka-compr-file-name-handler-entry): Doc fix.
11447         (jka-compr-compression-info-list--internal)
11448         (jka-compr-mode-alist-additions--internal)
11449         (jka-compr-load-suffixes--internal): New variables.
11450         (jka-compr-install): Set the three above variables.
11451         Update `load-file-rep-suffixes' instead of `load-suffixes'.
11452         (jka-compr-update, jka-compr-set): New functions.
11453         (auto-compression-mode): Doc fix.
11455         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
11456         Update `load-file-rep-suffixes' instead of `load-suffixes'.
11457         Use jka-compr-compression-info-list--internal,
11458         jka-compr-mode-alist-additions--internal and
11459         jka-compr-load-suffixes--internal.
11461         * files.el (load-library):
11462         * loadhist.el (file-loadhist-lookup):
11463         * startup.el (command-line):
11464         * subr.el (locate-library):
11465         * emacs-lisp/autoload.el (update-directory-autoloads):
11466         * emacs-lisp/find-func.el (find-library-suffixes):
11467         Use `get-load-suffixes' instead of `load-suffixes'.
11469         * subr.el (locate-library):
11470         * emacs-lisp/find-func.el (find-library-name):
11471         Use `load-file-rep-suffixes' instead of '("").
11473 2006-02-26  Kim F. Storm  <storm@cua.dk>
11475         * ido.el (ido-save-history, ido-load-history): Simplify.
11476         Don't use find-file-noselect to avoid interference from other modes.
11478 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
11480         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
11481         to use the default shell if filename is not available.
11482         Reported by Giorgos Keramidas.
11484 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
11486         * progmodes/etags.el (tags-completion-table): Do completion from
11487         all the tables in the current list, as documented in the manual.
11489 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11491         * CC Mode Update to 5.31.3.
11493 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11495         * progmodes/cc-mode.el (c-postprocess-file-styles):
11496         Bind inhibit-read-only to t, around the call to
11497         c-remove-any-local-eval-or-mode-variables, so that it works on a
11498         RO file.
11500 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11502         * progmodes/cc-awk.el: Correct a typo.
11504 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11506         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
11507         c-hungry-delete-backwards, at the request of RMS.  Leave the old
11508         name as an alias.
11510 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11512         * progmodes/cc-mode.el: Correct a typo.
11514 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11516         * progmodes/cc-defs.el: Update the version number to 5.31.3.
11518 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11520         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
11521         brace-else-brace (error due to mbeg, mend being undefined).
11523 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11525         * progmodes/cc-mode.el: File Local variables: Solve the problem
11526         where both `mode' and c-file-offsets are specified: `mode' will
11527         overwrite c-f-o's settings:
11528         (c-remove-any-local-eval-or-mode-variables): New function.
11529         (c-postprocess-file-styles): Call the above new function, within
11530         c-tentative-buffer-change, to splat `mode' and `eval' before the
11531         second hack-local-variables.
11533 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11535         * progmodes/cc-mode.el:
11536         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
11537         (c-after-change): Protect the match data with save-match-data.
11538         It was getting corrupted by c-after-change-check-<>-operators.
11540         * cc-defs.el: [Supersedes patch V1.38]:
11541         (top level): Check for a buggy font-lock-compile-keywords ONLY in
11542         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
11544         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
11545         with save-match-data.  It was being corrupted when Font Lock was
11546         not enabled.
11548 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11550         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
11551         Mode and Subword Mode.
11553         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
11554         real labels ("case 1:" or "foo:") from non-labels ("public:").
11555         (c-forward-objc-directive): Replace c-forward-token-2 with crude
11556         coding; c-f-t-2 doesn't move over a token at EOB.
11558         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
11560         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
11561         (c-update-modeline): Concatenate the minor mode indicators
11562         directly onto mode-name, removing c-submode-indicators.
11563         Sometimes, c-s-i got separated from the mode name on the mode line.
11565         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
11566         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
11568 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11570         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
11571         error message when there's an evaluation error to show whether
11572         it's loaded from source or not.
11573         (c-filter-ops): Make it available at runtime too to work when
11574         `c-make-init-lang-vars-fun' needs to evaluate from source.
11576 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
11578         * help.el (help): Revert last part of 2006-02-23 change (deletion
11579         of the `provide' call).
11581 2006-02-23  Juri Linkov  <juri@jurta.org>
11583         * compare-w.el (compare-windows-highlight): Add new value
11584         `persistent' and change :type from `boolean' to `choice'.
11585         (compare-windows-overlays1, compare-windows-overlays2):
11586         New internal variables.
11587         (compare-windows-highlight): If compare-windows-highlight is
11588         `persistent', add current overlays to compare-windows-overlays[12]
11589         instead of adding compare-windows-dehighlight to pre-command-hook.
11590         (compare-windows-dehighlight): Delete all overlays from
11591         compare-windows-overlays[12].
11593         * info.el (Info-search): Don't bind search-spaces-regexp to
11594         Info-search-whitespace-regexp in non-regexp isearch mode.
11596 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11598         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
11600 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
11602         * textmodes/org.el (org-xemacs-p)
11603         (org-export-html-show-new-buffer, org-table-may-need-update)
11604         (org-insert-item, org-mhe-get-message-real-folder)
11605         (org-mhe-get-message-folder-from-index)
11606         (org-mhe-get-message-folder, org-mhe-get-message-num)
11607         (org-mhe-get-header, org-make-org-heading-search-string)
11608         (org-make-org-heading-camel, org-table-sort-lines)
11609         (org-format-org-table-html, org-format-table-table-html):
11610         Fix typos in docstrings.
11612 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
11614         * textmodes/org.el (org-cleaned-string-for-export)
11615         (org-solidify-link-text): New function.
11616         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
11617         XEmacs, just to silence the compiler.
11618         (org-export-as-ascii, org-export-as-html-and-open):
11619         Use `org-cleaned-string-for-export' and create internal links.
11620         (org-follow-mhe-link): Require mh-e, use folder.
11622 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11624         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
11626         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
11627         gdb-debug-log-length.
11628         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
11629         it a real ring but...
11630         (gud-gdba-marker-filter): ...make it work like mark-ring.
11631         (gdb-enable-debug): Rename from gdb-enable-debug-log.
11632         (gdb-mouse-jump): New function.  Add bindings.
11634 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11636         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
11637         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
11638         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
11639         (gdb-debug-log-length): Customize it's length.
11640         (gud-watch, gdb-var-create-handler): Display function::var format
11641         but don't use to create variable object.
11642         (gdb-var-create-handler): Use message-box in place of message.
11643         (gdb-stopped): Call gdb-exited if signalled.
11645 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
11647         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
11649         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
11651         * textmodes/reftex.el (reftex-locate-file): Search all extensions
11652         if `reftex-try-all-extensions' is set.
11654         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
11655         fail silently when there is no valid argument at point.
11656         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
11657         `fail-silently' argument.  From a patch by David Reiter.
11659         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
11660         New commands.
11661         (org-mark-ring): New variable.
11662         (org-mark-ring-length): New option.
11663         (org-open-at-point, org-goto, org-open-file): Push old position
11664         onto the mark ring.
11665         (org-add-hook): New function.
11666         (org-export-table-remove-special-lines): New option.
11667         (org-skip-comments, org-format-org-table-html): Respect new
11668         option `org-export-table-remove-special-lines'.
11669         (org-open-file): Allow special command configuration for
11670         directory link.
11671         (org-file-apps): Fix bugs in customize type, added setting
11672         for directories.
11673         (org-activate-tags, org-format-agenda-item, org-complete)
11674         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
11675         (org-get-tags, org-get-buffer-tags, org-open-at-point)
11676         (org-link-search, org-make-org-heading-search-string)
11677         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
11678         (org-radio-targets, org-file-link-context-use-camel-case)
11679         (org-activate-camels): New options.
11680         (org-update-radio-target-regexp, org-all-targets)
11681         (org-make-target-link-regexp, org-activate-target-links):
11682         New functions.
11683         (org-make-org-heading-search-string): New function.
11684         (org-store-link, org-insert-link): Use new option
11685         `org-file-link-context-use-camel-case'.
11686         (org-activate-camels): Use new option `org-activate-camels'.
11687         (org-link-regexp): Add mhe prefix.
11688         (org-open-at-point, org-store-link): Support for mhe links.
11689         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
11690         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
11691         (org-mhe-get-header, org-follow-mhe-link): New functions.
11692         (org-remove-angle-brackets, org-add-angle-brackets):
11693         New functions.
11694         (org-bracket-link-regexp): New constant.
11695         (org-read-date): Fix bug that was rejecting all typed dates.
11696         (org-link-search): Make hierarchy above visible after a match.
11697         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
11698         (org-store-link): Fix bug with link creation when cursor is in
11699         an empty line.
11700         (org-open-at-point): Fix bug with matching a link.
11701         Fixed buggy argument sequence in call to `org-view-tags'.
11702         (org-compile-prefix-format): Set `org-prefix-has-tag'.
11703         (org-prefix-has-tag): New variable.
11704         (org-format-agenda-item): Remove tags from headline
11705         if appropriate.
11706         (org-agenda-remove-tags-when-in-prefix): New option.
11708 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
11710         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
11711         Fix the regular expressions.
11713 2006-02-21  Richard M. Stallman  <rms@gnu.org>
11715         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
11716         if there's no other specific basis.
11718         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
11719         as variables at all.
11720         (unsafep-variable): Rename arg; doc fix.
11722         * abbrevlist.el (list-one-abbrev-table): Add autoload.
11724         * calendar/appt.el (diary-selective-display): Add defvar.
11726         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
11728         * isearch.el (search-whitespace-regexp): Fix custom type.
11730         * help.el (describe-key-briefly): Compute interactive args
11731         in same was as before previous change.
11733         * files.el (enable-local-variables): Doc fix.
11735 2006-02-21  Kim F. Storm  <storm@cua.dk>
11737         * fringe.el: Cleanup as file is now pre-loaded.
11738         (fringe-bitmaps): Initialize unconditionally.
11739         (fringe-mode, set-fringe-style): Remove autoload cookies.
11741 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
11743         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
11744         `horizontal-bar'.
11745         (fringe-cursor-alist): Use `horizontal-bar'.
11747 2006-02-20  Kim F. Storm  <storm@cua.dk>
11749         * fringe.el (fringe-bitmaps): Update to new bitmap names.
11750         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
11752         * loadup.el: Load "fringe" on window systems.
11754 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11756         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
11757         out of scope components.
11759         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
11760         default.
11762 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
11764         * custom.el (customize-mark-to-save, customize-mark-as-set):
11765         Load the symbol first.
11767 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
11769         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
11770         strech spec so it doesn't display as "^J" on the header line
11771         when `Buffer-menu-use-header-line' is t.
11773 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11775         * speedbar.el (speedbar-make-button): Keep text properties
11776         of string arguments if desired.
11778         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
11779         expessions.
11781         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
11782         of speedbar.
11784 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
11786         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
11787         to value of `read-file-name-completion-ignore-case'.
11789 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
11791         * custom.el (customize-mark-as-set): Push to `user' theme.
11793         * cus-edit.el (custom-save-variables): Allow unthemed values.
11794         (customize-set-variable): Push setting to `user' theme.
11796 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11798         * progmodes/gud.el: Don't require font-lock as it's now
11799         automatically loaded.
11800         (gud-speedbar-buttons): Replace gdb-var-changed with
11801         gdb-force-update.
11803         * progmodes/gdb-ui.el (gdb-force-update): Rename from
11804         gdb-var-changed.
11805         (gdb-post-prompt): Use it.
11806         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11807         (gdb-var-update-handler, gdb-var-delete)
11808         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
11809         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
11810         gdb-force-update in gdb-post-prompt.
11811         (gdb-reset): Clear watch expressions from speedbar when quitting.
11813 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11815         * viper-cmd.el (viper-insert-state-post-command-sentinel)
11816         (viper-change-state-to-vi, viper-change-state-to-emacs):
11817         Make aware of cursor coloring in the Emacs state.
11818         (viper-special-read-and-insert-char): Use read-char-exclusive.
11819         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
11821         * viper-init.el (viper-emacs-state-cursor-color): New variable.
11823         * viper-util.el (viper-save-cursor-color)
11824         (viper-get-saved-cursor-color-in-replace-mode)
11825         (viper-get-saved-cursor-color-in-insert-mode)
11826         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
11827         state.
11828         (viper-get-saved-cursor-color-in-emacs-mode): New function.
11830         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
11831         (ediff-ignore-case-option3, ediff-actual-diff-options)
11832         (ediff-actual-diff3-options): New variables to control case sensitivity.
11833         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
11834         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
11835         (ediff-toggle-ignore-case): New function.
11836         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
11838         * ediff-help.el (ediff-long-help-message-narrow2)
11839         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
11840         (ediff-long-help-message-word-mode): Add ignore-case command.
11841         (ediff-help-for-quick-help): Add ignore-case command.
11843         * ediff-merg.el: Move provide to the end.
11845         * ediff-ptch.el: Move provide to the end.
11847         * ediff-wind.el: Move provide to the end.
11849         * ediff-mult.el: Move provide to the end.
11850         (ediff-set-meta-overlay): Enable follow-link.
11852         * ediff.el: Move provide to the end.
11853         Break recursive load cycle in eval-when-compile.
11854         (ediff-patch-buffer): Better heuristics.
11856         * ediff-util.el: Move provide to the end.
11857         Break recursive load cycle in eval-when-compile.
11858         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
11859         defuns.
11860         (ediff-submit-report): Pass the values of ediff-diff3-program,
11861         ediff-diff3-options.
11863 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
11865         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
11866         the opening bracket of the following bracketing pairs: {}, [], (), <>,
11867         `' (for example, in the docstring of `windmove-default-keybindings').
11869 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11871         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
11872         shadow face.  Don't provide binding to edit variable when it is
11873         out of scope.
11875         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11876         (gdb-var-update-handler): Detect out of scope variables with pre
11877         GDB 6.4 too.
11878         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
11879         Reset status of variable objects to nil in update handlers.
11880         (gdb-var-update-handler-1): Detect when a variable object comes
11881         in scope.  setcar on var changes gdb-var-list directly.
11883 2006-02-17  Juri Linkov  <juri@jurta.org>
11885         * ffap.el (ffap) <defface>: Add explicit face declaration.
11886         (ffap-highlight): Use face `ffap' directly instead of checking
11887         for its existence.
11889         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
11890         `visible-ok' of `other-buffer' to find the right original buffer.
11892         * info.el (Info-search): Skip `Local Variables' node.
11894 2006-02-17  Juri Linkov  <juri@jurta.org>
11896         * info.el (Info-find-file): Check for symbols `apropos', `history',
11897         `toc' in the input filename, and return these symbols as is.
11898         (Info-find-node-2): Set Info-current-file to symbols `apropos',
11899         `history', `toc' instead of strings.
11900         (Info-set-mode-line): For non-string Info-current-file use the
11901         symbol's name inside **.
11902         (Info-isearch-push-state): Add quote before Info-current-file and
11903         Info-current-node.
11904         (Info-isearch-pop-state): Use `equal' instead of `string='.
11905         (Info-extract-pointer, Info-following-node-name): Use
11906         `match-string-no-properties' instead of `match-string'.
11907         (Info-up): Check `old-file' for `stringp'.
11908         (Info-history): Use `equal' instead of `string-equal'.
11909         Check `file' for `stringp'.
11910         (Info-history): Use symbol `history' instead of string as first arg
11911         of `Info-find-node'.
11912         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
11913         `toc' instead of string.
11914         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
11915         instead of `buffer-substring', and `match-string-no-properties'
11916         instead of `match-string'.
11917         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
11918         instead of strings.
11919         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
11920         Use symbol `apropos' instead of string.
11921         (Info-copy-current-node-name): Check `Info-current-file' for
11922         `stringp' and construct a command with `Info-find-node' from it.
11923         (Info-fontify-node): Use `match-string-no-properties' instead of
11924         `match-string' and check file names for `stringp'.
11925         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
11926         `history', `toc' instead of strings.
11928 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
11930         * files.el: Rearrange functions and variables in the file local
11931         variables section.
11933 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
11935         * files.el: Add truncate-lines, ispell-check-comments and
11936         ispell-local-dictionary as safe local variables.
11938 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
11940         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
11941         out of scope variables.
11942         (gud-speedbar-buttons): Use unless.
11944         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
11945         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
11946         (gdb-show-changed-values): Also use for out of scope variables.
11947         (gdb-var-update-handler-1): Note if variable goes out of scope.
11949 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
11951         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
11952         default to global variable values for unsupplied args.
11953         (rcirc-get-buffer-create): Fix bug with setting the target.
11954         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
11955         test for rcirc-always-use-server-buffer-flag here.
11956         (rcirc-response-formats): Add %N, which is a facified nick.  %n
11957         uses the default face.  Change the ACTION format string.  If the
11958         "nick" is the server, don't print anything for that field.
11959         Comment fixes.
11960         (rcirc-target-buffer): Don't test
11961         rcirc-always-use-server-buffer-flag here.
11962         (rcirc-print): Squeeze extra spaces out of the text before message.
11963         (rcirc-put-nick-channel): Strip potential "@" char from nick
11964         before adding them to nick table.
11965         (rcirc-url-regexp): Improve to match address like "foo.com".
11967 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
11969         * allout.el (allout-hidden-p): Move this defsubst before
11970         allout-overlay-interior-modification-handler, where it is first
11971         used.
11973 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
11975         * allout.el: Use allout invisible-text overlays instead of
11976         selective display for concealed text.  Also, lots of general
11977         cleanup, and improved compatibility code.
11979         (allout-version) Incremented, corrected, revised, and refined
11980         module commentary.
11982         (provide 'allout): Moved to the bottom, added a require of overlay.
11984         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
11985         `except-current'.
11986         (allout-write-file-hook-handler): Minimize delay.
11987         (count-trailing-whitespace-region): New function so
11988         auto-encryption of current topic can resituate cursor exactly.
11989         PGP/GPG encryption trims trailing whitespace from lines, which
11990         must be accounted for across encryption then decryption.
11992         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
11993         just plain "\C-c", to avoid intruding on user's keybinding space.
11995         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
11996         parameter, so user request to provide a new password is done.
11998         (allout-outside-normal-auto-fill-function, allout-auto-fill):
11999         Refined mechanism for auto-filling behavior while in allout mode.
12001         (allout-mode): Explicitly specify the mode map in the docstring.
12002         Clarify provision for various write-file hook var names.
12003         Adjusted for invisible-text overlays instead of selective-display.
12005         (allout-depth): Really return 0 if not within any topic.  This
12006         rectifies `allout-beginning-of-level' and sequence numbering
12007         errors that occur when cutting and pasting numbered topics.
12008         Changed from a in-line subst to a regular function, as well.
12010         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12012         (allout-end-of-subtree, allout-end-of-subtree)
12013         (allout-end-of-entry, allout-end-of-current-heading)
12014         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12015         (allout-show-children, allout-show-to-offshoot)
12016         (allout-hide-current-entry, allout-show-current-entry): Rectified
12017         handling of trailing blank lines between items.
12019         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12020         (allout-current-depth, allout-unprotected, allout-hidden-p)
12021         (allout-on-current-heading-p, allout-listify-exposed)
12022         (allout-chart-subtree, allout-goto-prefix)
12023         (allout-back-to-current-heading, allout-get-body-text)
12024         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12025         (allout-hide-region-body, allout-toggle-subtree-encryption)
12026         (allout-encrypt-string, allout-encrypted-key-info)
12027         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12028         (allout-file-vars-section-data): Adjusted for use with
12029         invisible-text overlays instead of selective-display.
12031         (allout-kill-line, allout-kill-topic, allout-yank-processing):
12032         Reworked for use with invisible text overlays.
12034         (allout-current-topic-collapsed-p): New function.
12036         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12037         to know when to close the containing topic.
12039         (allout-pre-command-business, allout-post-command-business):
12040         Simplify undo-batching and dynamic isearch exposure.
12042         (allout-set-overlay-category): New for invisible-text overlays.
12043         Sets properties of allout-overlay-category, used by
12044         allout-flag-region to set invisible-text overlay properties.
12045         (allout-get-invisibility-overlay): Get the first qualifying
12046         invisibility overlay, so we can find the extent of it.
12047         (allout-back-to-visible-text): Get to just before the beginnining
12048         of the current invisibility overlay, if any.
12050         (allout-overlay-insert-in-front-handler)
12051         (allout-overlay-interior-modification-handler)
12052         (allout-before-change-handler, allout-isearch-end-handler): New
12053         functions to handle extraordinary actions affecting concealed
12054         text.
12056         (allout-flag-region): Use overlays instead of selective-display
12057         for invisible text - by inheritence from the properties of
12058         allout-overlay-category in mainline Emacs, and applied
12059         property-by-property in XEmacs, some recent versions of which
12060         don't inherit the properties from the category.  Provisions to
12061         respond to concealed-text edits simplified drastically.
12063         (allout-isearch-rectification, allout-isearch-was-font-lock)
12064         (allout-isearch-expose, allout-enwrap-isearch)
12065         (allout-isearch-abort, allout-pre-was-isearching)
12066         (allout-isearch-prior-pos, allout-isearch-did-quit)
12067         (allout-isearch-dynamic-expose)
12068         (allout-hide-current-entry-completely): Functions deleted.
12070         (allout-undo-aggregation): Explicit undo aggregation no longer
12071         necessary due to transition away from selective-display.
12073         (set-allout-regexp, allout-up-current-level)
12074         (allout-next-visible-heading, allout-forward-current-level)
12075         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12076         (allout-kill-line, allout-yank-processing, allout-show-children)
12077         (allout-expose-topic, allout-old-expose-topic)
12078         (allout-listify-exposed, allout-insert-latex-header)
12079         (allout-toggle-subtree-encryption, allout-encrypt-string)
12080         (remove-from-invisibility-spec, allout-hide-current-subtree):
12081         Ditched unused variables.
12083 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
12085         * textmodes/ispell.el (ispell-change-dictionary): Call
12086         ispell-buffer-local-dict instead of
12087         ispell-accept-buffer-local-defs.
12088         (ispell-local-dictionary-alist): Accept as valid any coding-system
12089         supported by Emacs.
12090         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12091         changed to iso-8859-3.
12093 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
12095         * speedbar.el (speedbar-frame-width): Make an inline function
12096         instead of a macro.  Use frame-width.
12097         (speedbar-try-completion, speedbar-update-contents)
12098         (speedbar-timer-fn): Use consp.
12099         (speedbar-update-localized-contents): Try to preserve point.
12101         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12102         (menu): Re-order menu items.
12103         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12104         field.
12105         (gdb-var-update-handler-1): Use it for GDB 6.4+.
12106         (gdb-post-prompt): Speed things by not forcing update.
12108 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
12110         * wid-edit.el (widget-button-click): For mouse-1, cancel button
12111         press and perform default action if we get a mouse movement event.
12113 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12115         * calendar/icalendar.el (icalendar--get-event-property)
12116         (icalendar--get-event-property-attributes): Fix typos in
12117         docstrings.
12119         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12120         docstring.
12122 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
12124         * bs.el (bs-mode): Use `buffer-disable-undo'.
12125         (bs--get-file-name): Simplify.
12126         (bs-show-in-buffer): Mark the buffer as not modified.
12128 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12130         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12131         widget-button-click.
12133         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12134         (custom-mode): Update docstring.
12136         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12137         binding.
12139         * files.el (hack-local-variables-confirm): Allow scrolling if the
12140         file variable list is too long.  Kill temp buffer after use.
12142 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
12144         * progmodes/gud.el (gdb): Improve doc string.
12145         (gdb-script-font-lock-keywords): Expand allowed character set.
12147         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12148         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12149         (gdb-separate-io-interrupt, gdb-separate-io-quit)
12150         (gdb-separate-io-stop, gdb-separate-io-eof):
12151         Rename from gdb-inferior-* to gdb-separate-*.
12152         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12154 2006-02-14  Jay Belanger  <belanger@truman.edu>
12156         * calc/calc-arith.el (math-check-known-scalarp): Make sure
12157         expression is a symbol before checking that it is bound.
12159         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12160         test to see if equation can be solved.
12162 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12164         * wid-edit.el (widget-button-click): Use :pressed-face property
12165         for overlay face, if it exists.
12167         * cus-edit.el (custom-manual, custom-add-see-also)
12168         (custom-add-parent-links, custom-group-link): Add :pressed-face
12169         property to links.
12171         * files.el (hack-local-variables): Remove ignored variables before
12172         checking if any variables need setting.
12174 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12176         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12178 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
12180         * help.el (where-is): Fix message for remapped commands.
12182         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12183         Fix typos in docstrings.
12185 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
12187         * files.el (safe-local-variable-values): New option.
12188         (hack-local-variables-prop-line): Return a list of variable-value
12189         pairs if MODE-ONLY is non-nil.
12190         (hack-local-variables): Construct list of variable-value pairs,
12191         and apply or reject them in one go.  Ask for confirmation if
12192         variables are not known safe.
12193         (hack-local-variables-confirm): Complete rewrite.  Support
12194         `safe-local-variable-values'.
12195         (enable-local-variables): Update docstring to reflect new
12196         behavior.
12197         (ignored-local-variables): Ignore ignored-local-variables and
12198         safe-local-variable-values.
12199         (safe-local-variable-p): New function.
12200         (risky-local-variable-p): `safe-local-variable' property check
12201         moved to safe-local-variable-p.
12202         (hack-one-local-variable): Checks moved to hack-local-variables.
12204         (byte-compile-dynamic, c-basic-offset, c-file-style)
12205         (c-indent-level, comment-column, fill-column, fill-prefix)
12206         (indent-tabs-mode, kept-new-versions, no-byte-compile)
12207         (no-update-autoloads, outline-regexp, page-delimiter)
12208         (paragraph-start, paragraph-separate, sentence-end)
12209         (sentence-end-double-space tab-width, version-control):
12210         Add `safe-local-variable' property.
12212         * find-lisp.el: Delete nonexistent `autocompile' file variable.
12214         * icomplete.el, play/landmark.el: Change nonexistent
12215         `outline-layout' file variable to `allout-layout'.
12217 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
12219         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12220         (gdb-get-changed-registers): Test value of gud-minor-mode relative
12221         to gud-comint-buffer.
12222         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12223         gdb-ui.el for gdb-mi.el.
12224         (gdb-post-prompt, gdb-get-changed-registers): Move test for
12225         registers buffer to gdb-get-changed-registers.
12226         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
12227         deletion of catchpoints (throw and catch).
12228         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12229         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12230         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12231         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12232         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12234 2006-02-13  Jay Belanger  <belanger@truman.edu>
12236         * calc/calc-arith.el (math-check-known-matrixp): Make sure
12237         expression is a symbol before checking that it is bound.
12239 2006-02-13  Richard M. Stallman  <rms@gnu.org>
12241         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12242         for the minibuffer too, but not if resize-mini-windows will interfere.
12244         * help.el (describe-key-briefly, describe-key): Do all arg-reading
12245         inside `interactive' spec.
12246         (describe-key-briefly-internal, describe-key-internal):
12247         Functions merged back into their callers.
12249 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
12251         * info.el (info-xref-visited): Inherit from info-xref too.
12252         (Info-set-mode-line): Replace occurrences of `%' by `%%'
12253         when propertizing Info-current-file and Info-current-node.
12255 2006-02-13  Juri Linkov  <juri@jurta.org>
12257         * tumme.el (tumme-thumbnail-storage): Fix docstring.
12258         (tumme-thumb-name): Fix per-directory format.
12260 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
12262         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
12264 2006-02-12  Miles Bader  <miles@gnu.org>
12266         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
12268 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
12270         * tumme.el: Remove history section.  If someone needs the it, it
12271         can always be found in CVS.
12273 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
12275         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
12276         about the Thumbnail Managing Standard option.
12278 2006-02-12  Richard M. Stallman  <rms@gnu.org>
12280         * subr.el (substitute-key-definition): Doc fix.
12282         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
12284         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
12286         * info.el (Info-mode): Doc fix.
12288         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
12290 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
12292         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
12293         because on Solaris a POSIX compatible "id" is needed.  Reported by
12294         Magnus Henoch <mange@freemail.hu>.
12296 2006-02-12  Juri Linkov  <juri@jurta.org>
12298         * tumme.el: Remove todo item about Thumbnail Managing Standard.
12299         (tumme) <defgroup>: Change :group to `multimedia'.
12300         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
12301         Managing Standard.
12302         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
12303         Fix dostring.
12304         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
12305         and %y.  Fix docstring.
12306         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
12307         (tumme-cmd-create-standard-thumbnail-command): New user options.
12308         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
12309         is `standard'.  Fix docstring.
12310         (tumme-thumb-width, tumme-thumb-height): New user options.
12311         (tumme-external-viewer): Try to find various viewers.
12312         (tumme-get-thumbnail-image): Use `create-image' instead of
12313         constructing the `image' structure.
12314         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
12315         `standard'.
12316         (tumme-thumb-name): Add file name generation for standard storage.
12317         Simplify code for other storages.
12318         (tumme-thumb-name): Use width %w and height %h instead of size %s.
12319         Add modification time %m and thumbnail-nq8 %q.
12320         Use `tumme-cmd-create-standard-thumbnail-command' if
12321         tumme-thumbnail-storage is `standard'.
12322         (tumme-dired-insert-marked-thumbs): New autoload command.
12323         (tumme-dired-after-readin-hook): New function.
12324         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
12325         `tumme-thumb-size'.
12326         (tumme-display-image): Replace size-x %x and size-y %y with
12327         width %w and height %h.
12329         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
12330         `tumme-dired-insert-marked-thumbs'.
12332 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
12334         * tumme.el (tumme-write-tag): Fix small bug (file name did not
12335         include path).
12336         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
12337         matching tag.
12339 2006-02-12  Miles Bader  <miles@gnu.org>
12341         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
12342         New variables.
12343         (rcirc-abbrev-nick): New function.
12344         (rcirc-format-response-string): Rewrite to use the formats in
12345         `rcirc-response-formats' and expand escape sequences therein.
12346         A text-property `rcirc-text' is added over the actual response
12347         text to make easy to find inside the returned string.
12348         (rcirc-print): When filling, just look for the `rcirc-text'
12349         text-property to find the appropriate fill prefix, instead of
12350         using hardwired patterns.
12352 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
12354         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
12355         Managing Standard.
12357 2006-02-11  Kim F. Storm  <storm@cua.dk>
12359         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
12360         Don't use insert-buffer; do insert-buffer-substring directly.
12361         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
12363 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
12365         * files.el (revert-buffer, recover-file): Replace buffer-read-only
12366         with inhibit-read-only.  Suggested by Stefan Monnier.
12367         (revert-buffer): Let insert-file-contents discard
12368         buffer-undo-list.  Simplify code.
12369         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
12371 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
12373         * menu-bar.el (menu-bar-select-yank): Add a doc string.
12375         * help.el (describe-key-briefly): Now a wrapper for
12376         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
12377         to t.  Populate yank-menu if empty.
12378         (describe-key-briefly-internal): Renamed from describe-key-briefly.
12379         (describe-key): Now a wrapper for describe-key-internal.  Bind
12380         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
12381         (describe-key-internal): Renamed from describe-key.
12383 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
12385         * progmodes/glasses.el (glasses-separator): Doc fix.
12386         (glasses-original-separator): New defcustom.
12387         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
12389 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
12391         * mwheel.el (mouse-wheel-up-event): Doc fix.
12393 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
12395         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
12396         (tumme-dir): New function.  Copied from thumbs.el.
12398 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
12400         * desktop.el (desktop-outvar): Fix typo.
12401         (desktop-save-buffer-p): Doc fix.
12403         * subr.el (substitute-key-definition): Fix typo.
12405 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12407         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
12408         when window-system is mac.
12410         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
12412 2006-02-10  Kim F. Storm  <storm@cua.dk>
12414         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
12415         indirect-function instead of using condition-case.
12417 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
12419         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
12420         less `colloquial'...
12422 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
12424         * tumme.el: Add a couple of todo items.
12426 2006-02-09  Lars Hansen  <larsh@soem.dk>
12428         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
12429         (highlight-changes-mode): Don't change desktop-locals-to-save.
12431 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
12433         * image-mode.el (image-toggle-display): Clear image cache if using
12434         filename.
12436 2006-02-09  Masatake YAMATO  <jet@gyve.org>
12438         * dired-x.el (dired-guess-shell-alist-default): Add .man as
12439         a `dired-man' target.
12441         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
12442         boundary of symbols.
12444 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
12446         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
12448 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
12450         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
12451         `mapcar'; return nil.
12453 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
12455         * mouse.el (mouse-drag-track): Don't change window if we rebind to
12456         some other event.
12458 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
12460         * net/rcirc.el (rcirc-startup-channels-alist):
12461         Add irc.freenode.net and #emacs as defaults.
12462         (rcirc-ignore-all-activity-flag): Remove variable.
12463         (rcirc-authinfo): New variable.
12464         (rcirc-authinfo-filename): Remove variable.
12465         (rcirc-always-use-server-buffer-flag): New flag.
12466         (rcirc): M-x rcirc will automatically connect without prompting.
12467         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
12468         connection in lisp.
12469         (rcirc-process-server-response-1): Remove everything but the nick
12470         portion of the sender so it doesn't need to be done everywhere
12471         else.  Update related code.
12472         (global-map): Remove global keybindings.
12473         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
12474         (rcirc-send-input): Split into several functions.
12475         (rcirc-process-input-line, rcirc-process-message)
12476         (rcirc-process-command): New functions.
12477         (rcirc-target-buffer): New function to determine where to route
12478         messages.
12479         (rcirc-user-nick): Save match data.
12480         (rcirc-toggle-ignore-buffer-activity)
12481         (rcirc-update-activity-string): Remove global ignore functionality,
12482         which can be done now by toggling rcirc-track-minor-mode.
12483         (rcirc-track-minor-mode-map): New keymap.
12484         (rcirc-track-minor-mode): New minor-mode.
12485         (ignore): Make the ignore output nicer.  Always print it when
12486         adding or removing nicks.
12487         (rcirc-url-regexp): Improve.
12488         (rcirc-mangle-text): Remove properties before using text in the
12489         modeline.
12490         (rcirc-authenticate): Authentication data comes from
12491         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
12492         (rcirc-server-prefix): Inherit from rcirc-server.
12494 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
12496         * Makefile.in (compile): Append "|| true" to the end of the `find'
12497         command, like compile-always does.
12499 2006-02-08  Sam Steingold  <sds@gnu.org>
12501         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
12502         output from a dead connection.
12504 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12506         * dired.el (dired-mode-map): Add more bindings for tumme.
12508 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12510         * wdired.el (wdired-mode-map): Use remap.
12511         (wdired-get-filename): Massage.
12512         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
12513         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
12514         `keymap' property rather than `local-map'.
12516 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12518         * tumme.el (tumme-get-thumbnail-image): New utility function.
12519         Suggested by from Chong Yidong.
12520         (tumme-dired-with-window-configuration): Rename from
12521         `tumme-dired'.  Add code to save window configuration.
12522         (tumme-restore-window-configuration): New command to restore the
12523         window configuration that `tumme-dired-with-window-configuration'
12524         saves before it changes the window configuration.
12525         (tumme-show-all-from-dir): New command to display thumbnails for
12526         all files in a directory entered by the user, like M-x thumbs.
12527         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
12528         have been created.
12529         (tumme-display-thumbnail-original-image): Call `display-buffer'.
12530         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
12531         Remove obsolete test function.
12533 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
12535         * vc.el (small-temporary-file-directory): Remove defvar; there's
12536         a defcustom for it in files.el.
12538         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
12539         Fix typo in message.
12540         (tumme-gallery-generate): Fix typo in `error' message.
12541         (tumme-display-window-height-correction)
12542         (tumme-display-window-width-correction, tumme-line-up-dynamic)
12543         (tumme-line-up-interactive): Dox fixes.
12544         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
12545         (tumme-restore-window-configuration, tumme-format-properties-string)
12546         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
12547         Fix typos in docstrings.
12549 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
12551         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
12553 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
12555         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
12556         User should use hook if desired.
12558         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
12559         buffer if necessary.
12560         (gdb-delete-frame-or-window): New function.
12561         (gdb-breakpoints-mode-map): Bind "q" to it.
12563 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12565         * textmodes/nroff-mode.el: Clean up name space.
12566         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
12567         (nroff-mode): Obey the global setting of nroff-electric-mode.
12568         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
12570         * calendar/calendar.el (calendar-increment-month): Typo in last change.
12572 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
12574         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
12576 2006-02-06  Lars Hansen  <larsh@soem.dk>
12578         * generic-x.el (etc-fstab-generic-mode): Add file system types
12579         cifs and usbdevfs.  Allow special chars in file names.
12581 2006-02-05  Jay Belanger  <belanger@truman.edu>
12583         Update copyright notices of the files in lisp/calc.
12585 2006-02-05  Romain Francoise  <romain@orebokech.com>
12587         Update copyright notices of all files in the lisp/play directory.
12589 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
12591         * ldefs-boot.el: Regenerate.
12593         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
12595 2006-02-05  Kim F. Storm  <storm@cua.dk>
12597         * files.el (magic-mode-regexp-match-limit): New defvar.
12598         (set-auto-mode): Use it to limit magic-mode-alist matching.
12600 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
12602         * info.el (Info-index, Info-mode): Improve the description of the
12603         `i' command.
12605         * ldefs-boot.el: Regenerate.
12607 2006-02-03  Werner Lemberg  <wl@gnu.org>
12609         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
12610         greedy to find the closing bracket in \*[...] and similar
12611         expressions.  This is a first rough fix -- many additional
12612         refinements are necessary to make nroff mode really usable with groff.
12614 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
12616         * international/mule-cmds.el (set-locale-environment):
12617         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
12618         libX11.
12620 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
12622         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
12623         archive are created in archive-tmpdir.
12625 2006-02-02  John Paul Wallington  <jpw@pobox.com>
12627         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
12628         (ibuffer-fontification-alist): Use it.
12629         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
12630         to "* z" and the Ibuffer Mark menu.
12632         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
12634 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12636         * textmodes/table.el (*table--cell-describe-mode)
12637         (*table--cell-describe-bindings): Undo last change since
12638         print-help-return-message is not obsoleted by anything at all.
12640 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
12642         * emulation/cua-base.el (cua-mode): Doc fix.
12644 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
12646         * dframe.el (dframe-handle-make-frame-visible)
12647         (dframe-handle-iconify-frame, dframe-get-focus)
12648         (dframe-select-attached-frame, dframe-power-click)
12649         (dframe-frame-mode): Fix typos in docstrings.
12651         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
12652         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
12653         Fix typos in docstrings.
12655         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
12656         (hi-lock-face-buffer, hi-lock-font-lock-hook)
12657         (hi-lock-archaic-interface-message-used)
12658         (hi-lock-file-patterns-range): Fix typos in docstrings.
12660         * savehist.el (savehist-loaded, savehist-load, savehist-install)
12661         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
12663         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
12664         Fix typo in docstring.
12666         * net/newsticker.el (newsticker--decode-iso8601-date)
12667         (newsticker--set-customvar, newsticker--buffer-insert-item)
12668         (newsticker--do-run-auto-mark-filter)
12669         (newsticker--parse-generic-feed): Doc fixes.
12670         (newsticker--retrieval-timer-list, newsticker-url-list)
12671         (newsticker-hide-immortal-items-in-echo-area)
12672         (newsticker-hide-obsolete-items-in-echo-area)
12673         (newsticker-new-item-face, newsticker--enclosure)
12674         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
12675         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
12676         (newsticker--parse-generic-feed, newsticker--cache-contains)
12677         (newsticker--stat-num-items, newsticker-download-enclosures):
12678         Fix typos in docstrings.
12680         * net/rcirc.el (rcirc-debug): Doc fix.
12681         (rcirc-fill-column, rcirc-receive-message-hooks)
12682         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
12683         (rcirc-mode, rcirc-generate-new-buffer-name)
12684         (rcirc-startup-channels, rcirc-ignore-update-automatic)
12685         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
12686         Fix typos in docstrings.
12687         (rcirc-print): "?\ " -> "?\s".
12688         (rcirc-cmd-join): Improve argument/docstring consistency.
12690 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
12692         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
12693         before narrow-to-region.
12695 2006-02-01  Richard M. Stallman  <rms@gnu.org>
12697         * simple.el (move-beginning-of-line): Scan properly for invis change.
12699         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
12701 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
12703         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
12704         change bit only when id-format is 'integer.  Reported by Matt
12705         Hodges <M.P.Hodges@rl.ac.uk>.
12707 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
12709         * hilit-chg.el (highlight-changes-initial-state)
12710         (highlight-changes-global-initial-state): Doc fixes.
12711         (highlight-changes-global-modes, global-highlight-changes):
12712         Fix typos in docstrings.
12714 2006-02-01  Kim F. Storm  <storm@cua.dk>
12716         * emulation/cua-base.el (cua-mode): Mention that CUA enables
12717         transient-mark-mode in doc string.
12719 2006-01-31  Richard M. Stallman  <rms@gnu.org>
12721         * replace.el (multi-occur): Doc fix.
12722         (multi-occur-in-matching-buffers): Rename from
12723         multi-occur-by-filename-regexp.  Prefix arg says match
12724         buffer names instead of file names.
12726 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
12728         * bs.el: Allow non-default values of `bs-header-lines-length'.
12729         (bs--running-in-xemacs): Remove (not needed anymore).
12730         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
12731         instead of `shrink-window', thus avoiding having to compute the
12732         height of the window.
12733         (bs--up): Wrap around even when there's no header.
12734         (bs--down): Use `forward-line' instead of `next-line'.
12736 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
12738         * image-mode.el (image-toggle-display): Use file name if possible,
12739         instead of unnecessarily allocating a (possibly huge) lisp string.
12741 2006-01-30  John Paul Wallington  <jpw@pobox.com>
12743         * subr.el (toplevel): Define `cl-assertion-failed' condition here
12744         because the `assert' macro signals it at runtime.
12746         * emacs-lisp/cl.el (toplevel): Remove definition of
12747         `cl-assertion-failed' condition.
12749 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
12751         * thumbs.el (thumbs-marked-list): Make buffer-local and
12752         permanent-local.
12753         (thumbs-insert-thumb): Make help-echo non-sticky.
12754         (thumbs-file-alist): Use eolp as check for (non)-image.
12756 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
12758         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
12759         (ediff-before-session-group-setup-hooks)
12760         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
12761         Fix typos in docstrings.
12763         * window.el (bw-dir, bw-eqdir, balance-windows)
12764         (split-window-keep-point): Fix typos in docstrings.
12766         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
12767         (org-quote-string, org-calendar-to-agenda-key)
12768         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
12769         (org-show-following-heading, org-tags-column)
12770         (org-use-tag-inheritance, org, org-allow-space-in-links)
12771         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
12772         (org-enable-table-editor, org-calc-default-modes)
12773         (org-table-allow-automatic-line-recalculation)
12774         (org-export-html-style, org-export-with-fixed-width)
12775         (org-export-with-sub-superscripts, org-special-keyword)
12776         (org-formula, org-time-grid, org-table-may-need-update)
12777         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
12778         (org-goto-quit, org-get-indentation, org-end-of-item)
12779         (org-move-item-down, org-move-item-up)
12780         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
12781         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
12782         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
12783         (org-agenda-log-mode, org-agenda-toggle-diary)
12784         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
12785         (org-agenda-file-to-end, org-agenda-no-heading-message)
12786         (org-agenda-get-closed, org-format-agenda-item)
12787         (org-cmp-priority, org-cmp-category, org-cmp-time)
12788         (org-agenda-change-all-lines, org-agenda-diary-entry)
12789         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
12790         (org-link-search, org-camel-to-words, org-open-file)
12791         (org-remember-handler, org-table-convert-region)
12792         (org-table-move-row-down, org-table-move-row-up)
12793         (org-table-copy-region, org-table-wrap-region)
12794         (org-table-toggle-vline-visibility)
12795         (org-table-get-vertical-vector, org-table-modify-formulas)
12796         (org-table-get-specials, org-recalc-commands)
12797         (org-table-rotate-recalc-marks, org-table-eval-formula)
12798         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
12799         (org-level-color-stars-only, org-insert-heading):
12800         Fix typos in docstrings.
12801         (last-arg): Add defvar.
12803         * makefile.w32-in (WINS): Add erc.
12804         (MH_E_SRC): Update (copied from lisp/Makefile.in).
12806 2006-01-29  Bill Wohler  <wohler@newt.com>
12808         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
12809         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
12810         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
12811         (mh-autoloads): Don't use comments on otherwise empty lines.
12813 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
12815         * emulation/viper.el (viper-major-mode-modifier-list): Add
12816         insert-state and vi-state entries for erc-mode.
12817         (viper-go-away, viper-set-hooks): Add and remove
12818         viper-comint-mode-hook from erc-mode-hook as appropriate.
12820         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
12822 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
12824         * bs.el (bs--format-aux): Implement `middle' alignment as
12825         described in the docstring for `bs-attributes-list'.
12826         (bs--get-name): Simplify.  Don't pad the buffer name.
12828 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
12830         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
12831         English aspell dictionary is installed, use the first entry of
12832         ispell-dictionary-alist-1.
12834 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12836         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12837         Doc fix.
12839 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
12841         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12842         for `process-file', in order to let it work for older Emacsen too.
12844 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
12846         * international/latexenc.el: Add a suitable `coding:' tag.
12847         (latexenc-find-file-coding-system): Undo last change.
12849 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12851         * international/latexenc.el (latexenc-find-file-coding-system):
12852         Make sure latexenc-main-file is a regular file and is readable.
12854 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
12856         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
12857         Pass FILE to vc-user-login-name.
12859         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
12861 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
12863         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
12864         there are no more images to display.
12865         (thumbs-mark, thumbs-unmark): Revert change so that they move to
12866         the next image.
12868 2006-01-26  Richard M. Stallman  <rms@gnu.org>
12870         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
12872         * wid-edit.el (advertised-widget-backward): New alias.
12873         (widget-keymap): Use advertised-widget-backward for S-TAB.
12875         * tumme.el: Correct the keywords.
12876         (tumme-dir-max-size): Use defvar.
12877         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
12879         * simple.el (move-beginning-of-line): Take account of fields.
12880         (clone-indirect-buffer-other-window): Take args like
12881         clone-indirect-buffer, and work like it.
12883         * help-fns.el (describe-function): Don't pass `nil' as default.
12885         * files.el (risky-local-variable-p): Follow var aliases.
12887         * subr.el (lazy-completion-table): Doc fix.
12889         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
12890         global binding of `line'.
12892 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
12894         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
12895         Tramp.
12897         * vc.el (vc-default-dired-state-info): Pass FILE to
12898         vc-user-login-name.
12899         (vc-default-update-changelog): Don't use vc-user-login-name, we
12900         don't need it here.
12902         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
12903         no longer necessary.
12905 2006-01-25  Kenichi Handa  <handa@m17n.org>
12907         * international/mule.el (decode-char): Avoid the overhead of
12908         calling utf-lookup-subst-table-for-decode if
12909         utf-translate-cjk-mode is nil.
12910         (encode-char): Avoid the overhead of calling
12911         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
12912         nil.
12914 2006-01-22  Kenichi Handa  <handa@m17n.org>
12916         * international/mule.el (make-subsidiary-coding-system): Reset
12917         `coding-system-define-form' property of subsidiaries to nil.
12918         Avoid duplicated entry in coding-system-alist.
12919         (make-coding-system): Avoid duplicated entry in
12920         coding-system-alist.
12921         (define-coding-system-alias): Likewise.
12923 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
12925         * completion.el: Minor fixes in introductory comment.
12926         (completion-def-wrapper): Fix alist.
12928 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
12930         * thumbs.el (thumbs-new-image-size): New function.
12931         (thumbs-increment-image-size-element)
12932         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
12933         (thumbs-decrement-image-size): Delete.
12934         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
12935         temp files and use to resize.
12936         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
12937         Use increment argument to enlarge/shrink.  Preserve point.
12938         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
12939         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
12940         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
12941         (thumbs-mark, thumbs-unmark): Preserve point.
12942         (thumbs-modify-image): Keep old temp files and use to modify.
12943         Cleanup old temp files at load time.  Preserve point.
12944         (thumbs-view-image-mode-map): Use new command names.
12946 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12948         * log-view.el (log-view-minor-wrap): First rev is the one at point.
12950         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
12951         the nastiest part of the cyclic dependency.
12952         (cal-menu-update): Use dotimes and calendar-increment-month.
12954         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
12955         (calendar-week-start-day): Add an :initializer.
12956         (calendar-mode-map): Use suppress-keymap, and command remapping.
12957         (describe-calendar-mode): Setup xref-stack info for the back button.
12958         (calendar-star-date): Insert before delete.
12959         (calendar-set-mode-line): Add file-modified info if applicable.
12960         (calendar-increment-month): New function.
12962 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
12964         * font-lock.el (lisp-font-lock-keywords-2):
12965         Recognize "& keywords" only at word boundaries.
12967 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
12969         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
12970         and permanent-local.
12971         (thumbs-max-image-number): New variable.
12972         (thumbs-do-thumbs-insertion): Use them.
12973         (thumbs-per-line): Change default to 4.
12974         (thumbs-marked-list): Rename from thumbs-markedL.
12975         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
12976         (thumbs-rename-images): Use -list instead of L for internal variables.
12977         (thumbs-call-convert): Use call-process instead of shell-command.
12978         (thumbs-insert-thumb): Add filename as help-echo to each image.
12979         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
12980         Give dir to thumbs-show-thumbs-list.
12981         (thumbs-show-thumbs-list): Set default-directory to that of images.
12982         (thumbs-dired-show): Rename from thumbs-dired-show-all.
12983         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
12984         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
12985         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
12987 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12989         * ses.el (ses-read-cell): Provide a default value.
12991 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
12993         * term/w32-win.el (image-library-alist): Add additional names for
12994         GIF library.
12996 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12998         * international/latexenc.el (latexenc-find-file-coding-system):
12999         Add file-regular-p check.
13001 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13003         * simple.el (clone-buffer): Don't show the new buffer in the same
13004         window.
13006 2006-01-23  Juri Linkov  <juri@jurta.org>
13008         * faces.el (link, link-visited): New faces based on default values
13009         of `info-xref' and `info-xref-visited'.
13011         * info.el (info-xref): Inherit from `link'.
13012         (info-xref-visited): Inherit from `link-visited'.
13014         * cus-edit.el (custom-buffer-create-internal): Use widget type
13015         `custom-manual' instead of `info-link' and don't set properties
13016         `button-face' and `mouse-face' explicitly.
13017         (custom-browse-group-tag, custom-browse-variable-tag)
13018         (custom-browse-face-tag): Inherit from widget class
13019         `custom-group-link' instead of `push-button'.
13020         (custom-button-unraised): Inherit from `underline' face.
13021         (custom-link): Inherit from `link' face.  Fix doc and group.
13022         (custom-add-parent-links, custom-group-value-create): Don't set
13023         properties `button-face' and `mouse-face' explicitly for
13024         `custom-group-link' widget.
13025         (custom-group-link): Add properties `button-face' and `mouse-face'
13026         to widget definition.
13027         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
13028         editable-field's :keymap property.
13029         (custom-mode): Fix docstring: substitute keybindings for
13030         `widget-forward' and `widget-backward' from `widget-keymap',
13031         `widget-complete' from `custom-field-keymap', replace old
13032         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
13034         * desktop.el (desktop-load-file): Check for `fboundp' before
13035         calling `symbol-function'.
13037         * simple.el (clone-buffer, clone-indirect-buffer)
13038         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13039         `read-string'.  Fix prompts.
13041         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13043 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
13045         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13047 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
13049         * startup.el (inhibit-splash-screen, initial-scratch-message):
13050         Doc fixes.
13052 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
13054         Sync with Tramp 2.0.52.
13056         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13057         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
13058         `tramp-unload-tramp' for checklist.
13060         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13061         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
13062         (tramp-unload-file-name-handler-alist)
13063         (tramp-unload-tramp): New defuns.
13064         (tramp-advice-PC-expand-many-files): New defadvice.
13065         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13066         removed.
13067         (tramp-handle-expand-file-name): Remove double slash.
13068         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13069         It doesn't matter, because it will be converted later on.
13070         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
13071         implementation was just heuristic.
13072         (tramp-post-connection): Set uid and gid properties.
13073         (tramp-convert-file-attributes): Set file's gid change bit.
13074         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13075         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13076         in case of su(do)? methods.  The home directory of the local user
13077         will be taken else.
13078         (tramp-open-connection-telnet)
13079         (tramp-open-connection-rsh, tramp-open-connection-su)
13080         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
13081         local shell prompt could hurt.  Reported by Romain Francoise
13082         <romain@orebokech.com>.
13083         (tramp-let-maybe): Add `edebug-form-spec' property.
13084         (tramp-handle-expand-file-name): Bind `default-directory' locally
13085         to "/" in order to avoid problems with UNC shares or Cygwin
13086         mounts.
13087         (tramp-md5-function): Fix typo in error message.
13089         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13091         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13092         for byte-compiler pacification.
13094 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
13096         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13097         ID-FORMAT `string'.  This allows us to get rid of
13098         `vc-user-login-name UID'.
13100         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13102 2006-01-22  John Paul Wallington  <jpw@pobox.com>
13104         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13106 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
13108         * emacs-lisp/find-func.el (find-definition-noselect)
13109         (find-variable-noselect): Search variables in C source code too.
13110         (find-function-C-source, find-function-noselect, find-function)
13111         (find-function-other-frame, find-variable-noselect, find-variable)
13112         (find-variable-other-frame, find-variable-at-point):
13113         Fix docstrings.
13115 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13117         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13119 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
13121         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13122         Default to disabling the "Save affix" question.
13124 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
13126         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13127         the first arg to run-python.
13129 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
13131         * startup.el (command-line-1): Handle --no-desktop if desktop.el
13132         is not loaded.
13134 2006-01-20  Jay Belanger  <belanger@truman.edu>
13136         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13137         limit is 0.
13139         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13140         the correct variable.
13142 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
13144         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13145         link.  Fixed buggy argument sequence in call to `org-view-tags'.
13146         (org-compile-prefix-format): Set `org-prefix-has-tag'.
13147         (org-prefix-has-tag): New variable.
13148         (org-format-agenda-item): Remove tags from headline if
13149         appropriate.
13150         (org-agenda-remove-tags-when-in-prefix): New option.
13151         (org-get-tags-at): New function.
13153 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
13155         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
13156         (thumbs-find-image): Move image name and number from buffer name
13157         to mode name.  Set thumbs-buffer.  Preserve point so that large
13158         images remain visible.
13159         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13160         order.
13161         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
13162         mode name.
13163         (thumbs-next-image, thumbs-previous-image): Make them work.
13165 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
13167         * cus-edit.el (custom-buffer-create-internal): State in the text above
13168         the whole buffer buttons that they do not operate on hidden items.
13169         (custom-face-menu): Use `custom-face-save' instead of
13170         `custom-face-save-command'.
13171         (custom-face-save-command): Make it an alias for `custom-face-save'
13172         and declare it obsolete.
13173         (custom-face-save): Doc fix.
13175         * dired.el (dired-no-confirm): Add quote.
13176         (dired-subdir-alist-pre-R): Add quote in
13177         `make-variable-buffer-local' form and remove unbalanced parenthesis.
13179 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13181         * textmodes/table.el (table-mode-indicator): Typo in last change.
13183 2006-01-19  Richard M. Stallman  <rms@gnu.org>
13185         * outline.el (hide-leaves): Don't call outline-end-of-heading.
13186         Fixes bug reported in Nov 2005.
13188         * isearch.el (isearch-forward): Doc fix.
13190         * dired.el (dired-move-to-filename-regexp): Define as alias.
13191         (dired-no-confirm): Use defcustom.
13192         (dired-subdir-alist-pre-R): Put defvar at top level.
13194         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13196         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13197         Mark as risky.
13199         * simple.el (set-mark-command): Doc fix.
13200         (clone-indirect-buffer-other-window):
13201         Read arg like clone-indirect-buffer.
13202         (move-beginning-of-line): Skip invisible newlines.
13204 2006-01-19  Masatake YAMATO  <jet@gyve.org>
13206         * progmodes/cpp.el (cpp-edit-load): Make the order of
13207         listed conditions in a base C code buffer and its associate
13208         CPP Edit buffer the same.
13210 2006-01-19  Kenichi Handa  <handa@m17n.org>
13212         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13213         (rmail-mime-feature): Likewise.
13214         (rmail-require-mime-maybe): Use display-warning to show a warning
13215         message.
13217         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13218         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13220 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13222         * array.el: Move defvars out of eval-when-compile.
13223         (array-make-template): Replace undeclared global var with a local one.
13224         (array-mode): Inline initialization functions.
13225         (array-init-local-variables, array-init-max-row)
13226         (array-init-max-column, array-init-columns-per-line)
13227         (array-init-field-width, array-init-rows-numbered)
13228         (array-init-line-length, array-init-lines-per-row): Remove.
13230         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
13231         (doc-mode-map): Define explicitly.
13232         (doctor-txtype): Use mapc.
13234         * textmodes/table.el: Move defvars out of eval-when-compile.
13235         Remove harmful code meant to avoid byte-compiler warnings.
13236         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
13237         specification that checks table-fixed-width-mode directly.
13238         (table-recognize-region, table-recognize-cell):
13239         Use restore-buffer-modified-p.
13240         (table-fixed-width-mode): Remove code that refreshes
13241         table-fixed-mode-indicator.
13242         (*table--cell-describe-bindings, *table--cell-describe-mode):
13243         Avoid obsolete name print-help-return-message.
13244         (table--test-cell-list): Don't use replace-regexp from elisp.
13245         (table--point-entered-cell-function, table--point-left-cell-function):
13246         Don't set table-fixed-mode-indicator, use force-mode-line-update.
13248         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
13249         that was after the end of file.  Use buffer-file-name variable.
13250         (org-timestamp-change): Use with-current-buffer.
13251         (org-todo-list): Don't unnecessarily define a new buffer-local var.
13252         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
13253         `file'.
13255         * progmodes/fortran.el: Move defvars out of eval-when-compile.
13256         (fortran-break-line): Remove unused var `opoint'.
13257         (fortran-abbrev-start): Obey help-event-list.
13259 2006-01-18  Jesper Harder  <harder@phys.au.dk>
13261         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
13263 2006-01-18  Masatake YAMATO  <jet@gyve.org>
13265         * progmodes/make-mode.el (makefile-imake-mode): New mode
13266         derived from makefile-mode.
13267         (makefile-imake-mode-syntax-table): New syntax table
13268         derived from makefile-mode-syntax-table.
13269         (makefile-mode): Write about makefile-imake-mode in doc string.
13270         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
13271         (makefile-imake-font-lock-keywords): New font lock keywords.
13273         * files.el (auto-mode-alist): Add Imakefile.
13275 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
13277         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
13278         loading the file rather than when turning on flyspell-mode.
13280 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
13282         * cus-edit.el (customize-rogue): Minor doc fix.
13284 2006-01-17  Juri Linkov  <juri@jurta.org>
13286         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
13287         instead of the file at the mark as default if the file at the mark
13288         is the same as the file at point or if dired-dwim-target-directory
13289         is not the same as the current directory and the mark is not active.
13291         * log-view.el (log-view-minor-wrap): Use the same logic to get
13292         revisions as `log-view-diff'.
13294         * info.el (Info-revert-find-node): Check for Info-current-file
13295         before preserving new-history.
13297         * man.el (Man-heading-regexp): Add `/'.
13299         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
13300         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
13302 2006-01-16  Juri Linkov  <juri@jurta.org>
13304         * faces.el (mode-line-faces): New defgroup.
13305         (mode-line-highlight): Move definition after new defgroup.
13306         (mode-line, mode-line-inactive, mode-line-highlight):
13307         Replace :group `modeline' with `mode-line-faces'.
13308         (mode-line-buffer-id): New face.
13309         (modeline-buffer-id): New face alias.
13310         (vertical-border): Remove :group `modeline'.
13312         * bindings.el (propertized-buffer-identification): Use face
13313         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
13314         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
13315         (mode-line-buffer-identification-keymap): For mouse-1 replace
13316         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
13317         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
13318         mouse-3.
13320         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
13321         Buffer-menu-buffer.  Doc fix.
13322         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
13323         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
13324         `Buffer-menu-buffer'.
13326         * info.el (Info-mode-line-node-keymap): New defvar.
13327         (Info-set-mode-line): Use `stringp' to check Info-current-file.
13328         Propertize Info-current-node with `mode-line-buffer-id' and
13329         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
13331         * time.el (display-time-mail-face): Replace :group `faces' with
13332         `mode-line-faces'.
13334 2006-01-16  Kenichi Handa  <handa@m17n.org>
13336         * international/code-pages.el: Add autoload cookies for cp125[0345678].
13338         * language/european.el (cp1252): New alias for windows-1252.
13340         * international/mule.el (autoload-coding-system): Prepare for EOL
13341         variants.
13343 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
13345         * term.el (term-raw-map): Add mapping for insert.
13346         (term-send-insert): New.
13347         (term-mode): Make variables local here instead of doing it in
13348         `term-emulate-terminal'.
13349         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
13350         Scroll reverse needs to take into account the scroll region.
13351         Saving and restoring the cursor should save the color attributes too.
13352         (term-reset-terminal): Reset the scroll region.
13353         (term-handle-ansi-escape): Cursor up and down should take into
13354         account the scroll region.
13355         (term-set-scroll-region): Rename from `term-scroll-region'.
13356         Move to 0,0 after setting the region.
13357         (term-handle-scroll): Handle scroll up.
13358         (term-down): Fix off by one error.
13359         (term-delete-lines): Do not delete outside the scroll region.
13360         (term-insert-lines): Take into account the scroll region.
13362 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13364         * textmodes/ispell.el (ispell-internal-change-dictionary)
13365         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
13366         (start, end): Move declaration outside of eval-when-compile.
13368         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
13369         (flyspell-mode-on): Use it.
13371         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
13372         ispell-kill-ispell-hook.
13374 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
13376         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13377         (Custom-reset-saved): Do not ask for confirmation in single option
13378         buffers.
13380 2006-01-13  Richard M. Stallman  <rms@gnu.org>
13382         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
13384 2006-01-13  Romain Francoise  <romain@orebokech.com>
13386         * add-log.el (add-change-log-entry, change-log-merge):
13387         Conditionally use `hard-newline'.
13389 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
13391         * wid-edit.el (widget-field-end): If the overlay is no longer
13392         associated with a buffer, behave as if the overlay didn't exist.
13394         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
13395         Make sure the links use the `custom-link' face.
13397 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13399         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
13400         (ld-script-mode): Don't set indent-line-function since we don't
13401         have one.
13403 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
13405         * textmodes/org.el (org-open-file): Use mailcap for selecting an
13406         application.
13407         (org-file-apps-defaults-gnu): Use mailcap as the default for
13408         selecting an application on a UNIX system.
13409         (org-agenda-show-tags): New command.
13410         (org-table-insert-hline): Keep cursor in current table line.
13411         (org-table-convert): Offset effect of modifying
13412         `org-table-insert-hline'.
13413         (org-format-agenda-item): New optional argument TAG.
13414         (org-compile-prefix-format): Handle %T format for the tag.
13415         (org-expand-wide-chars): New function.
13416         (org-table-insert-row, org-table-insert-hline):
13417         Use `org-expand-wide-chars'.
13418         (org-open-file): Fix bug in program launch.
13419         (org-get-time-of-day): Fix bug with times before 1am.
13420         (org-agenda-menu): Add tags commands.
13422 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
13424         * textmodes/ispell.el (ispell-init-process): Include the used
13425         dictionary in ispell process start message.
13426         (ispell-internal-change-dictionary): When flyspell-mode is active
13427         and dictionary is changed, make sure ispell process is restarted
13428         and flyspell word cache cleared out for the current buffer.
13429         (ispell-change-dictionary): Make sure flyspell word cache is
13430         cleared out in all buffers with active flyspell mode when
13431         dictionary is globally changed.
13432         Call ispell-internal-change-dictionary after dictionary change.
13434 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
13436         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13438         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
13439         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
13440         years.  Fix small differences wrt Makefile.in.
13441         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
13442         Makefile.in does.
13444 2006-01-12  Bill Wohler  <wohler@newt.com>
13446         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
13447         mh-search.el.
13449 2006-01-12  Masatake YAMATO  <jet@gyve.org>
13451         * progmodes/ld-script.el: Update copyright year.
13453 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
13455         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
13456         Don't add widget if setting undefined.
13458 2006-01-12  John Paul Wallington  <jpw@pobox.com>
13460         * help-fns.el (describe-variable): Remove newlines from void
13461         variable output.
13463 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
13465         * wdired.el (wdired-mode-map): Add help echo for
13466         wdired-abort-changes.
13468         * man.el (Man-file-name-regexp): Adjust for a list of files.
13470 2006-01-12  Masatake YAMATO  <jet@gyve.org>
13472         * progmodes/ld-script.el (auto-mode-alist): Support
13473         suffix conventions used in netbsd and eCos.
13475 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
13477         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
13478         (custom-variable-menu, custom-face-menu, custom-group-menu)
13479         (Custom-mode-menu): Change names of menu items.  (As discussed on
13480         emacs-devel.)
13481         (custom-face-menu): Add "Undo Edits" item.
13483         * startup.el (init-file-user): defcustom -> defvar.
13485         * tooltip.el (tooltip-mode): Doc fix.
13487 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13489         * reveal.el (reveal-post-command): window-buffer signals an error on
13490         dead windows rather than returning nil.
13491         (reveal-open-new-overlays): An overlay might die while we open others.
13493 2006-01-11  Bill Wohler  <wohler@newt.com>
13495         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
13496         phrasing in docstring.
13498         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
13499         can give some systems gas.  Add new file mh-buffers.el.
13501 2006-01-06  Masatake YAMATO  <jet@gyve.org>
13503         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
13504         C preprocessor forward ported from GNU Emacs 21.2.
13506         * progmodes/asm-mode.el (asm-font-lock-keywords):
13507         Use `cpp-font-lock-keywords'.
13509         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
13511         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
13512         of $ for "\\.ld[s]?".
13514 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13516         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
13517         (tcl-indent-line): Return `noindent' if inside a string.
13519         * progmodes/flymake.el (flymake-split-string): Remove more than one
13520         empty string at beg/end of the result.
13521         (flymake-find-buildfile, flymake-find-possible-master-files):
13522         Use expand-file-name.
13523         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
13524         since expand-file-name does it for us.  Use directory-file-name.
13525         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
13526         (flymake-ler-get-type, flymake-ler-get-text)
13527         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
13528         (flymake-current-line-no): Remove spurious interactive spec.
13529         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
13530         (flymake-check-include): Remove arg inc-path merged into inc-name.
13531         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
13532         Arg regexp-list replaced by a simple regexp.
13533         (flymake-master-make-header-init, flymake-master-tex-init):
13534         Correspondingly replace regexp-list with a regexp.  Fix regexp.
13536 2006-01-10  Simon Josefsson  <jas@extundo.com>
13538         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
13539         describing AUTH PLAIN fix.
13541 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
13543         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
13544         (report-emacs-bug): Don't record initial prompt text.
13545         Instead, add text properties to prompting text.
13546         (report-emacs-bug-hook): Delete prompting text.
13548 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13550         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
13551         `dirs'.  Adjust callers.
13553 2006-01-09  John Paul Wallington  <jpw@gnu.org>
13555         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
13557 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13559         * reveal.el (reveal-open-new-overlays): New extracted fun.
13560         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
13561         using them.  Simplify the code.
13562         (reveal-post-command): Use them.  Fix up obsolete windows in
13563         reveal-open-spots.
13565         * progmodes/flymake.el: Use `require' rather than autoload for
13566         XEmacs's overlays.
13567         (flymake-get-common-file-prefix, flymake-build-relative-filename):
13568         Delete.  Use file-relative-name instead.
13569         (flymake-get-syntax-check-program-args, flymake-perl-init):
13570         Simplify the resulting code.
13572         * log-view.el (log-view-file-re, log-view-message-re): Add support
13573         for DaRCS output.
13575 2006-01-09  Alex Schroeder  <alex@gnu.org>
13577         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
13578         identifiers sometimes added in square brackets at the beginning of
13579         subject lines.
13581 2006-01-07  Richard M. Stallman  <rms@gnu.org>
13583         * cus-edit.el (Custom-set, Custom-save): Doc fix.
13584         (Custom-reset-current, Custom-reset-saved): Change question text.
13585         (Custom-reset-standard): Likewise.
13586         (custom-variable-reset-saved): Doc fix.
13588 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
13590         * startup.el (init-file-user): Doc fix.
13592 2006-01-07  Alex Schroeder  <alex@gnu.org>
13594         * mail/rmail.el (rmail-current-subject): New function.
13595         (rmail-current-subject-regexp): New function.
13596         (rmail-next-same-subject): Use it.
13598         * mail/rmailsum.el (rmail-summary-by-topic):
13599         Use rmail-current-subject and rmail-current-subject-regexp.
13600         (rmail-summary-next-same-subject): Ditto.
13602         * net/rcirc.el (rcirc-send-input): No longer check whether the
13603         process is open, since not all commands need an open process.
13604         (rcirc-send-string): Check whether the process is open before
13605         sending anything.
13606         (rcirc-ignore-list): New option.
13607         (rcirc-ignore-list-automatic): New variable.
13608         (rcirc-print): Take rcirc-ignore-list into account.
13609         (rcirc-cmd-ignore): New command.
13610         (rcirc-ignore-update-automatic): New function.
13611         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
13612         list if ignored nicks.
13613         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
13615 2006-01-06  David Reitter  <david.reitter@gmail.com>
13617         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
13618         reflect the address to which the report will be sent.
13620 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
13622         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
13623         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
13625 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
13627         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
13629         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
13630         the doc string: "functoin" => "function".
13631         * ldefs-boot.el: Likewise.
13633         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
13634         message text: "Duplicat" => "Duplicate".
13636 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13638         * files.el (basic-save-buffer-2): If backing-up failed, reset
13639         buffer-backed-up to nil.
13641 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
13643         * progmodes/gud.el (gdb-script-skip-to-head)
13644         (gdb-script-calculate-indentation): Indent for breakpoint command
13645         lists also.
13647 2006-01-05  Bill Wohler  <wohler@newt.com>
13649         * Makefile.in (compile-always): Add mh-autoloads dependency.
13650         (bootstrap): Remove mh-autoloads dependency, as compile dependency
13651         provides it.
13652         (updates): Remove mh-autoloads dependency, since it probably has
13653         already run recently (via recompile).
13655 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13657         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
13658         argument `force' to disable the flyspell-last-buffer optimization.
13659         (flyspell-mode-on): Use it.
13661         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
13662         flymake-simple-cleanup.
13663         (flymake-allowed-file-name-masks): Use this new default.
13664         All the functions are now called in the right buffer rather than
13665         passing the buffer as argument.
13666         (flymake-process-sentinel): Switch to buffer before calling cleanup.
13667         (flymake-parse-err-lines): Remove redundant buffer arg.
13668         (flymake-get-program-dir): Comment out unused function.
13669         (flymake-start-syntax-check, flymake-start-syntax-check-process):
13670         Remove redundant buffer argument.
13671         (flymake-get-real-file-name, flymake-simple-java-cleanup)
13672         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
13674 2006-01-05  Richard M. Stallman  <rms@gnu.org>
13676         * info.el (Info-find-node): Don't record previous node if have none.
13677         (info): Go to directory only if history is empty.
13679         * simple.el (mark): Doc fix.
13681 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13683         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
13684         already of desired type.
13685         (mac-ae-list): Coerce parameter to "list" type.
13686         (mac-dispatch-apple-event): Replace cadr part of event with a
13687         dummy position so that event-start returns it.
13689 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
13691         * textmodes/org.el (org-end-of-subtree): New function.
13692         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
13693         Use `org-end-of-subtree'.
13694         (org-agenda, org-agenda-convert-date): Protect calls to
13695         `fit-window-to-buffer'.
13696         (org-tags-view): Force matching of sublevels when doing a
13697         todo-only search.  Define the correct redo command, including the
13698         arguments.
13699         (org-agenda-redo): Display message.
13700         (org-check-for-org-mode): New function.
13701         (org-agenda-type): New variable.
13702         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13703         Set `org-agenda-type'.
13704         (org-agenda-check-type): New function.
13705         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
13706         (org-agenda-week-view, org-agenda-day-view)
13707         (org-agenda-next-date-line, org-agenda-previous-date-line)
13708         (org-agenda-log-mode, org-agenda-toggle-diary)
13709         (org-agenda-toggle-time-grid, org-agenda-date-later)
13710         (org-agenda-date-prompt, org-agenda-diary-entry)
13711         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
13712         (org-agenda-convert-date, org-agenda-menu):
13713         Use `org-agenda-check-type'.
13714         (org-make-overlay, org-delete-overlay)
13715         (org-detatch-overlay, org-move-overlay, org-overlay-put):
13716         New compatibility functions.
13717         (org-calendar-select-mouse): New command.
13719 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
13721         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
13722         (Custom-reset-standard): Fix y-or-n-p messages.
13723         (custom-link): New face for links.
13724         (custom-buffer-create-internal, custom-manual): Use it.
13725         (custom-face-save): Push to theme-face before setting face spec.
13727         * wid-edit.el (widget-default-mouse-face-get): New function.
13728         (widget-specify-button): Handle mouse-face like button-face.
13730         * custom.el (load-theme): Clear old theme settings if reloading.
13732 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13734         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
13735         "Erase Customization" button back to same position it occupies in
13736         the individual State menus.
13738 2006-01-04  Kim F. Storm  <storm@cua.dk>
13740         * wid-edit.el (key-sequence): Rework widget to read key binding
13741         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
13742         (widget-key-sequence-default-value): Default value for empty sequence.
13743         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
13744         (widget-key-sequence-read-event): New command for C-q.
13745         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
13746         (widget-key-sequence-value-to-external): New functions.
13748 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13750         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
13751         Use expand-file-name.
13752         (flymake-delete-temp-directory): Use expand-file-name,
13753         file-name-directory, and directory-file-name.
13754         (flymake-strrchr): Delete.
13755         (flymake-start-syntax-check): Don't pass the redundant buffer argument
13756         to the init-f function.
13757         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
13758         (flymake-init-find-buildfile-dir)
13759         (flymake-init-create-temp-source-and-master-buffer-copy)
13760         (flymake-simple-make-init-impl, flymake-simple-make-init)
13761         (flymake-master-make-init, flymake-master-make-header-init)
13762         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
13763         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
13764         (flymake-xml-init): Remove corresponding redundant buffer argument.
13765         (flymake-allowed-file-name-masks): Remove last elems that are equal to
13766         the default anyway.  Clean up regexps.
13768         * progmodes/flymake.el (flymake-temp-source-file-name)
13769         (flymake-master-file-name, flymake-temp-master-file-name)
13770         (flymake-base-dir): New buffer-local vars.
13771         (flymake-buffer-data, flymake-get-buffer-value)
13772         (flymake-set-buffer-value): Replace those hash-tables by the new
13773         buffer-local vars.  Update callers.
13775         * progmodes/flymake.el (flymake-check-start-time)
13776         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
13777         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
13778         Move definition, so we can remove redundant earlier declaration.
13779         (flymake-replace-regexp-in-string, flymake-split-string)
13780         (flymake-get-temp-dir): Use defalias.
13781         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
13782         (flymake-xemacs-window-edges): Remove unused function.
13783         (flymake-get-point-pixel-pos): Move.
13784         (flymake-pid-to-names, flymake-reg-names)
13785         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
13786         Replace by a simple list flymake-processes and by process-buffer.
13787         Update callers.  Other than simplify the code, it uses buffers rather
13788         than buffer-names so it doesn't get confused by uniquify.
13789         (flymake-buffer-data): The global value should just be nil.
13791         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
13792         Optimize the body of a defalias like any other code.
13794         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
13795         Make sure we've setup font-lock's vars.  It may influence which
13796         function we then call.
13797         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
13798         here since it's too late anyway.
13800 2006-01-03  Romain Francoise  <romain@orebokech.com>
13802         * startup.el (fancy-splash-tail, normal-splash-screen):
13803         Update copyright year.
13805 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
13807         * mouse.el (mouse-drag-track): Rename, from
13808         `mouse-drag-region-1'.  Includes optional argument required to
13809         enable post-drag event processing (e.g. delete region keys).
13810         Can be used without this argument to track a mouse region and operate
13811         on it as soon as the drag completes.
13812         (mouse-drag-region): Use `mouse-drag-track'.
13814 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
13816         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
13817         Move to `custom-buffer' group.
13819         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
13820         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
13821         (custom-theme-insert-face-marker, custom-theme-variable-menu)
13822         (custom-theme-face-menu): New variables.
13823         (custom-theme-add-variable, custom-theme-variable-action)
13824         (custom-variable-reset-theme, custom-theme-delete-variable)
13825         (custom-face-reset-theme, custom-theme-face-action)
13826         (custom-theme-delete-face, custom-theme-merge-theme)
13827         (custom-theme-add-face, custom-theme-visit-theme): New functions.
13829 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
13831         * custom.el: Move Custom Themes commentary to start of theme code.
13832         (custom-known-themes): Rename `standard' theme to `changed'.
13833         (custom-push-theme): Caller no longer specifies what theme to use
13834         when doing `reset'---the setting is simply removed from the theme.
13835         Delete MODE from `theme-value' and `theme-settings' properties.
13836         (custom-declare-theme): Ignore &rest args since we don't use them.
13838         (custom-loaded-themes): Delete variable.
13839         (custom-theme-load-themes, custom-theme-loaded-p)
13840         (custom-theme-value): Delete functions.
13842         (custom-declare-theme): Signal error on invalid theme names.
13843         (provide-theme): custom-loaded-themes was deleted.
13844         (load-theme): Load the file unconditionally.
13845         (enable-theme): Call `load-theme' if theme is undefined.
13846         (custom-enabled-themes): Only update value for successful loads.
13847         (disable-theme): Complete from enabled themes when interactive.
13848         (custom-variable-theme-value): Calculate theme value directly.
13850         (custom-theme-reset-variables, custom-reset-variables): Mark as
13851         XEmacs compatibility functions.  We don't actually use these.
13853         * cus-edit.el (custom-variable-state-set):
13854         Use custom-variable-theme-value instead of custom-theme-value.
13855         (custom-face-state-set): Rename `standard' theme to `changed'.
13856         (custom-save-variables, custom-save-faces): Delete unneeded
13857         references to custom-reset-variables.
13858         (custom-save-resets): Delete function.
13859         (custom-save-variables, custom-save-faces): MODE argument deleted.
13860         (custom-save-variables, custom-save-faces): Ignore theme values.
13862         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
13863         compatibility function.
13865 2006-01-01  Richard M. Stallman  <rms@gnu.org>
13867         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
13868         (Custom-reset-current, Custom-reset-saved): Likewise.
13869         (Custom-reset-standard): Show message if aborted.
13870         (custom-mode): Doc fix, describing those commands.
13872         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
13873         put on event-kind property.
13875 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
13877         * custom.el (provide-theme): Ban `user' theme name.
13878         (custom-enabling-themes): New variable.
13879         (enable-theme): Don't enable user if custom-enabling-themes is t.
13880         (custom-enabled-themes): Make it a defcustom.
13881         (custom-theme-recalc-face): No-op if face is undefined.
13883         * cus-edit.el (custom-button-mouse): New variable.
13884         (custom-button-mouse): New face.
13885         (custom-raised-buttons, custom-mode): Use it.
13887         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
13889 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13891         * progmodes/gud.el (gud-display-line): Support hl-line in the
13892         source buffer.
13894 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
13896         * mouse.el (mouse-drag-window-above): Verify that the found window
13897         overlaps with the given window in the horizontal dimension.
13899 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13901         * Makefile.in (cvs-update): New target.
13903         * makefile.w32-in (cvs-update): Ditto.
13905 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
13907         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
13908         (custom-new-theme-mode-map): New variable.
13910 2005-12-30  Richard M. Stallman  <rms@gnu.org>
13912         * custom.el (custom-load-themes): Function deleted.
13914         * cus-edit.el (custom-save-loaded-themes): Function deleted.
13915         (custom-save-variables): Don't delete or add custom-load-themes call.
13917 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13919         * cus-start.el: Add `visible-cursor'.
13921         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
13922         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
13923         (flymake-process-filter): Switch to buffer before calling it instead.
13924         (flymake-post-syntax-check, flymake-highlight-err-lines)
13925         (flymake-delete-own-overlays, flymake-parse-err-lines)
13926         (flymake-start-syntax-check, flymake-start-syntax-check-process)
13927         (flymake-count-lines, flymake-parse-residual):
13928         Remove constant buffer argument.
13929         (flymake-start-syntax-check-for-current-buffer): Remove.
13930         Update callers to use flymake-start-syntax-check instead.
13931         (flymake-display-err-menu-for-current-line):
13932         Remove unused var `mouse-pos'.
13933         (flymake-restore-formatting): Comment out unused function.
13934         (flymake-report-status, flymake-report-fatal-status): Remove buffer
13935         argument, use current-buffer instead.  Update callers.
13937 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13939         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
13940         buffer-local because choose-completion-delete-max-match requires
13941         that we set completion-ignore-case (i.e., binding via let is not
13942         sufficient).
13943         (bibtex-complete): Always set completion-ignore-case and
13944         choose-completion-string-functions.  The latter is needed because
13945         choose-completion-string-functions keeps its value if we quit the
13946         *Completions* buffer without requesting a completion.
13948 2005-12-30  Andreas Schwab  <schwab@suse.de>
13950         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
13952 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
13954         * jit-lock.el (jit-lock-chunk-size): Doc fix.
13956 2005-12-30  Juri Linkov  <juri@jurta.org>
13958         * locate.el (locate-fcodes-file, locate-header-face)
13959         * progmodes/delphi.el (delphi-other-face)
13960         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
13962         * paren.el (show-paren-match, show-paren-mismatch): Use existing
13963         group `paren-showing-faces'.
13965         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
13966         (goto-address): Fix docstring.
13968         * net/webjump.el (webjump-sample-sites): Update URLs.
13970         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
13972         * subr.el (cancel-change-group): Add listp around pending-undo-list.
13974 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13976         * font-lock.el (font-lock-compile-keywords): Signal an error when
13977         font-lock-set-defaults hasn't been called.
13979 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
13981         * subr.el (noreturn, 1value): Doc fixes.
13983 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13985         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
13986         that assoc-string returns nil.
13988 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13990         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
13991         (bibtex-entry-type-str, bibtex-empty-field-re)
13992         (bibtex-search-backward-string, bibtex-preamble-prefix)
13993         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
13994         (bibtex-any-valid-entry-type): New variable.
13995         (bibtex-parse-field-name): Simplify.
13996         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
13997         (bibtex-preamble-prefix): Include left delimiter.
13998         (bibtex-search-forward-field, bibtex-search-backward-field):
13999         Allow unbounded search past entry boundaries (required by bibtex-pop).
14000         (bibtex-text-in-field-bounds): Use push.
14001         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14002         (bibtex-parse-preamble, bibtex-valid-entry)
14003         (bibtex-beginning-first-field): New functions.
14004         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
14005         (bibtex-map-entries): Fix docstring.
14006         (bibtex-flash-head): New arg prompt.  Simplify.
14007         (bibtex-enclosing-field): Include code of bibtex-inside-field.
14008         (bibtex-insert-kill): Simplify.  Always insert text past the
14009         current field or entry.
14010         (bibtex-format-entry): Use bibtex-parse-field.
14011         (bibtex-pop): Use bibtex-beginning-of-entry and
14012         bibtex-end-of-entry to initiate the search.  Insert empty field if
14013         we found ourselves.
14014         (bibtex-print-help-message): New args field and comma.
14015         Handle entry keys.
14016         (bibtex-make-field): Use bibtex-beginning-of-entry.
14017         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
14018         invalid entry.
14019         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14020         Handle preambles.  Simplify code for thorough test.
14021         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14022         New arg comma.  Handle entry heads.
14023         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14024         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14025         New arg comma.
14026         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14027         (bibtex-fill-field): Simplify.
14028         (bibtex-fill-entry): Use bibtex-beginning-first-field and
14029         bibtex-parse-field.
14030         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14031         (bibtex-complete): Use bibtex-parse-preamble.
14033 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
14035         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14036         Display name of expression instead of convenience variable.
14037         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14039         * progmodes/gud.el (gud-tooltip-dereference): Rename from
14040         toggle-gud-tooltip-dereference.
14041         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14042         (gud-tooltip-tips): ...here when dereferencing.
14044 2005-12-28  Bill Wohler  <wohler@newt.com>
14046         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14048 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14050         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14051         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
14052         (vc-annotate-display-autoscale): Adjust call.
14053         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
14054         Fix interactive spec.
14055         (vc-annotate-time-span): Remove.
14056         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14057         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14058         (vc-annotate-display-select): Use new name.
14060         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14061         (vc-annotate-mode-menu): Remove left-over redundant declaration.
14062         Correct the construction of span entries.  Simplify.
14063         (vc-annotate-display-select): Fix the nil case.
14064         (vc-annotate): Remove obsolete (and now broken) code.
14065         (vc-annotate-extract-revision-at-line): Remove obsolete code.
14066         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
14068 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
14070         * subr.el (lazy-completion-table): Correct typo in docstring.
14072         * startup.el (command-line): Use `custom-reevaluate-setting' for
14073         `send-mail-function'.
14075         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14077 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
14079         * mail/smtpmail.el (smtpmail-try-auth-methods):
14080         Send credentials together with "AUTH PLAIN" command.
14082 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14084         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14085         mouse-2, go back to previously selected window, so it's selected
14086         when mouse-2 command runs.
14088 2005-12-27  Juri Linkov  <juri@jurta.org>
14090         * descr-text.el (describe-text-sexp): Use square brackets for
14091         button [Show] to distinguish it from the property value `show'.
14092         (describe-property-list): Use `insert-text-button' with
14093         `help-face' type instead of putting face in quotes, because button
14094         is not created automatically for a list of faces.
14095         (describe-text-properties-1): Put button-type value in quotes to
14096         distinguish from plain text "button".
14097         (describe-char): Display code point values in hex.  Don't use
14098         `symbol-name' for `current-input-method' because it is a string.
14099         Use `insert-text-button' with `help-face' type instead of putting
14100         hardcoded face in quotes, because button is not created automatically.
14102 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14104         * progmodes/glasses.el (glasses-face): More specific custom type.
14106         * files.el (set-visited-file-name): Doc fix.
14108         * textmodes/flyspell.el (flyspell-external-point-words):
14109         Use local var buffer-scan-pos to advance scan for next misspelling.
14110         Advance it only after we find the misspelling.
14112 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
14114         * textmodes/flyspell.el (flyspell-external-point-words):
14115         New criteria for finding the misspelling in the buffer.
14117 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
14119         * help-mode.el (help-insert-string): Set help-xref-stack-item
14120         rather than call help-setup-xref.
14122         * descr-text.el (describe-char): Revert previous changes for
14123         optional buffer argument.
14125 2005-12-27  Juri Linkov  <juri@jurta.org>
14127         * help-mode.el (help-insert-string): New function.  Save buffer
14128         contents in cases where it is impossible to recompute the old contents.
14130         * descr-text.el (describe-char): Set help-xref-stack-item
14131         explicitly after buffer has been generated.
14133 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14135         * cus-start.el (all): Add x-gtk-show-hidden-files.
14137 2005-12-26  Richard M. Stallman  <rms@gnu.org>
14139         * replace.el (perform-replace): Calculate match-again
14140         before skipping read-only matches.
14142         * paren.el (paren-showing-faces): New group.
14143         (show-paren-match, show-paren-mismatch): Move to that group.
14145         * button.el (button): Put into group `basic-faces'.
14147         * progmodes/make-mode.el: Remove faces from group `faces'.
14149         * apropos.el (apropos, apropos-value): Doc fix.
14150         (apropos-documentation): Doc fix.
14152 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14154         * subr.el (lazy-completion-table): Remove argument `args'.
14156         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14157         Don't use the `args' argument of lazy-completion-table.
14159 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
14161         * descr-text.el (describe-char): Add optional argument for buffer.
14162         Set buffer appropriately.  Call help-setup-xref.
14163         Suggested by Stefan Monnier.
14165 2005-12-26  Juri Linkov  <juri@jurta.org>
14167         * descr-text.el: Require `help-fns' at runtime.  Don't require
14168         `button' for byte compilation.
14169         (describe-text-widget): Add `help-echo' for first button.
14170         Use `help-info' for second.
14171         (describe-property-list): Use `help-argument-name' instead of `italic'.
14172         (describe-text-category): Add prompt to interactive spec.
14173         Call `help-setup-xref'.
14174         (describe-char): Use `help-character-set'.  Add `help-echo' for
14175         code point.  Use `help-input-method'.  Remove superfluous insert.
14177 2005-12-25  Richard M. Stallman  <rms@gnu.org>
14179         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14180         at point, in case of narrowing.
14182         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14184         * locate.el (locate-header-face): Allow nil in type.
14186         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14188 2005-12-25  Romain Francoise  <romain@orebokech.com>
14190         * battery.el (battery-linux-proc-acpi): Also try
14191         `/proc/acpi/thermal_zone/THM0/temperature'.
14193 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
14195         * custom.el (custom-push-theme): Fix docstring.
14197         * cus-edit.el (custom-variable-set, custom-variable-save)
14198         (custom-variable-save): Custom-quote widget values.
14199         (customize-save-variable): Fix custom-push-theme call.
14201 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
14203         * w32-fns.el (w32-batch-update-autoloads): New function.
14205         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14206         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14207         from the command line.
14209 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
14211         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
14212         reset means to remove setting from theme entirely.  Don't keep
14213         expanding theme-settings list; delete old entries if necessary.
14215         * cus-edit.el (custom-buffer-create-internal): Move "Erase
14216         customization" button one line up.
14217         (custom-themed): New face.
14218         (custom-magic-alist): New value, THEMED, for theme settings.
14219         (custom-variable-state-set, custom-face-state-set):
14220         Check theme-value instead of saved-value.
14221         (custom-variable-reset-standard, custom-face-reset-standard):
14222         Remove theme setting entirely.  Recalculate new values.
14223         (custom-variable-set, custom-variable-set)
14224         (custom-variable-reset-saved, custom-variable-reset-backup)
14225         (custom-face-set, custom-face-reset-saved): Update `user' theme.
14226         (custom-variable-save): Fix typos.
14228 2005-12-23  Juri Linkov  <juri@jurta.org>
14230         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14231         Add autoload cookies.
14232         (edebug-outside-d-c-i-n-s-w): New variable.
14233         (edebug-display, edebug-outside-excursion): Use it to save the
14234         original value of default-cursor-in-non-selected-windows.
14235         Set default-cursor-in-non-selected-windows to t while Edebug
14236         is active.
14237         (edebug-mode, edebug-eval-mode): Doc fix.
14239         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14240         with `buffer-substring-no-properties' to remove common substring
14241         highlighting.
14243         * info.el (info-other-window, info): Rename function argument
14244         `file' to `file-or-node'.
14245         (Info-complete-menu-item): Use local variable `complete-nodes' to
14246         keep the global value of `Info-complete-nodes' unchanged for
14247         subsequent completions.
14248         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14250         * simple.el (get-next-valid-buffer, last-buffer)
14251         (next-error-buffer-p, next-error-find-buffer)
14252         (minibuffer-history-sexp-flag): Doc fix.
14254         * savehist.el (savehist-mode-hook): Add `:group'.
14256         * log-view.el: Call autoload for vc-find-version.
14257         (log-view-current-file): Adjust subgroup numbers.
14258         (log-view-current-tag): Add `length'.
14260 2005-12-23  Richard M. Stallman  <rms@gnu.org>
14262         * vc.el (vc-annotate-car-last-cons): Defn moved up.
14264 2005-12-23  Juri Linkov  <juri@jurta.org>
14266         * hi-lock.el (hi-lock-archaic-interface-message-used)
14267         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
14268         (hi-lock-mode): Display "Hi" in the mode line only when
14269         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
14270         (hi-lock-write-interactive-patterns):
14271         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
14272         (hi-lock-set-pattern, hi-lock-set-file-patterns)
14273         (hi-lock-font-lock-hook): Set 3rd arg `how' of
14274         font-lock-add-keywords to t.
14276 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
14278         * hi-lock.el (hi-lock-highlight-range): New variable.
14279         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
14280         only if font-lock-fontified is non-nil.  Remove overlays.
14281         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
14282         font-lock-fontified is non-nil, otherwise use overlays (instead of
14283         text properties).
14284         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
14285         New variables.
14286         (hi-lock-string-serialize) New function.
14288 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14290         * menu-bar.el (menu-find-file-existing): New function.
14291         (menu-bar-file-menu): Use menu-find-file-existing for Open.
14293         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
14295 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14297         * vc.el: Remove unnecessary leading * in docstrings.
14298         (vc-annotate-mode-map): Move initialization into declaration.
14299         (vc-static-header-alist): Nitpick on the regexp.
14300         (vc-default-init-version): New fun.
14301         (vc-register): Use it.
14302         (vc-insert-headers): Use dolist.
14303         (vc-annotate-get-backend): Remove unused function.
14304         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
14305         (vc-annotate-mode): Remove corresponding call.
14306         (vc-annotate-car-last-cons): Simplify.
14307         (vc-annotate-buffers): Remove var.
14308         (vc-annotate-backend): Make it buffer-local.
14309         (vc-annotate): Move the interaction to the interactive spec.
14310         Add a `buf' argument.
14311         (vc-annotate-warp-version): Use this new `buf' argument to avoid
14312         killing&creating a vc-annotate buffer, which is very disruptive when
14313         the buffers are shown in dedicated frames.
14315 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
14317         * descr-text.el: Add FSF as maintainer.
14318         (describe-text-mode, describe-text-mode-map)
14319         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
14320         help-mode.
14321         (describe-text-widget, describe-text-sexp)
14322         (describe-property-list, describe-text-category)
14323         (describe-text-properties, describe-text-properties-1)
14324         (describe-char): Use help buttons instead of widgets.
14325         (describe-char-unicodedata-file): Make URL link in doc string.
14327 2005-12-22  Richard M. Stallman  <rms@gnu.org>
14329         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
14330         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
14331         Don't include buttons that write a file when there's no file.
14332         (custom-variable-menu, custom-face-menu, custom-group-menu):
14333         Don't include commands that write a file when there's no file.
14334         (customize-browse): Reword the top-of-buffer help intro.
14335         (custom-buffer-create-internal): Fix previous change.
14336         (customize-changed-options-previous-release): Prev release is 21.1.
14337         (customize-changed-options): Doc fix.
14338         (customize-changed): New alias.
14339         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
14340         Say "standard values".
14341         (Custom-reset-standard): Doc fix.
14342         (custom-face-reset-standard): Doc fix.
14344 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14346         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
14347         even if font-lock-mode is non-nil since it may be t without having
14348         turned on font-lock-mode-internal.
14349         (font-lock-choose-keywords): Minor optimization.
14350         (font-lock-add-keywords, font-lock-remove-keywords)
14351         (font-lock-set-defaults): Don't call make-local-variable on a variable
14352         that we know to already be local.
14354 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14356         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
14357         messages if in the minibuffer.
14359 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14361         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
14362         (tex-mode-flyspell-verify, flyspell-get-word)
14363         (flyspell-external-point-words): Don't use point-min/max uselessly.
14365         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
14366         by Kevin Rodgers.  Instead, just hide the completions buffer if we
14367         don't need to show it.
14369 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
14371         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
14373 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14375         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
14376         delete-windows-on with an inexistent buffer.
14378 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
14380         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14381         Delete defcustom variable :tag names.
14383 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14385         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
14386         (log-view-font-lock-keywords): Ajust subgroup numbers.
14387         (log-view-current-tag): Don't hard code the number of subgroups.
14389 2005-12-20  Juri Linkov  <juri@jurta.org>
14391         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
14392         (tooltip-x-offset, tooltip-y-offset): Doc fix.
14394         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14395         (menu-bar-non-minibuffer-window-p): Instead of checking
14396         display-multi-frame-p, use selected-frame when menu-updating-frame
14397         is nil.
14399 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
14401         * align.el (align-rules-list): Use [ \t] instead of \s-
14402         for column separators in text mode.
14404 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
14406         * help-mode.el (help-customize-variable, help-customize-face):
14407         Don't pop help-xref-stack as help-follow no longer pushes
14408         anything on to it.
14410 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
14412         * textmodes/org.el (org-agenda-custom-commands): New option.
14413         (org-agenda): Offer custom commands on splash screen.
14414         (org-make-tags-matcher): Parser for Boolean logic added.
14415         (org-agenda-set-tags): New command.
14416         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
14417         (org-set-tags): Efficiency improvements.
14418         (org-auto-align-tags): New option.
14419         (org-todo, org-demote, org-promote): Realign tags.
14420         (org-tags-completion-function): Use also "&" and "|" as separators.
14421         (org-org-menu): Agenda commands simplified.
14423 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
14425         * cus-edit.el (customize-apropos, customize-apropos-options):
14426         Docstring changes.
14428         * font-lock.el (font-lock): Add tags to the links in the defgroup.
14430 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
14432         * longlines.el (longlines-mode): Wrap while widened.
14433         (longlines-decode-region, longlines-encode-region): Compute max
14434         just once.
14436 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14438         * cus-edit.el (mac): New group.
14440         * cus-start.el (all): Add user options in macterm.c.  Add test for
14441         Mac-related built-ins.  Fix test for GTK-related built-ins.
14443         * term/mac-win.el (mac-handle-language-change)
14444         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
14445         (mac-services-open-selection, mac-services-mail-selection)
14446         (mac-services-mail-to, mac-services-insert-text)
14447         (mac-dispatch-apple-event): Add docstrings.
14448         (x-get-selection, mac-select-convert-to-string): Select coding
14449         system from `utf-16be' and `utf-16le' using `byteorder'.
14451 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14453         * subr.el (lazy-completion-table): Don't be fooled if the var holds
14454         a "list" (lambda ...) rather than a real completion list.
14456         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
14457         lexical-let when encountering ((lambda (...) ...) ...).
14459 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
14461         * progmodes/sh-script.el (sh-mode):
14462         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
14463         * textmodes/picture.el (picture-mode): Update docstrings.
14465 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
14467         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
14468         commands enclosed in $(ARGQUOTE)s should not be split between two
14469         lines, as that will break with GNU Make >3.80, when sh.exe is used
14470         and arg quoting is with '..'.
14471         (autoloads): Don't break the quoted --eval expression between
14472         several lines.
14474 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
14476         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
14477         Capture error from printing circular structures.
14479 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
14481         * wid-edit.el (widget-checkbox-action): Clear undo info.
14483 2005-12-16  Bill Wohler  <wohler@newt.com>
14485         * menu-bar.el (kill-this-buffer): Set a good example by using menu
14486         bar, not menubar in comment.
14488 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14490         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
14491         After-change-functions should not clobber the match data.
14493 2005-12-16  Juri Linkov  <juri@jurta.org>
14495         * simple.el (choose-completion): Use `buffer-substring-no-properties'
14496         instead of `buffer-substring'.
14497         (completion-common-substring): Doc fix.
14498         (completion-setup-function): Use minibuffer-completion-contents
14499         instead of minibuffer-contents.  Don't set common-string-length
14500         initially.  Remove special handling of partial-completion-mode.
14501         Move computation of completion-base-size into one cond.
14502         Call completion-base-size-function in mainbuf.  In computation of
14503         completion-base-size for file name completion don't move point to
14504         the end of the minibuffer.  Move computation of common-string-length
14505         into one cond.  Start putting faces only when common-string-length>=0.
14506         Add condition to put completions-common-part when
14507         common-string-length>0.
14509         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
14510         place point at the first different character in the minibuffer
14511         even if this position is at the beginning of the minibuffer.
14513         * info.el (Info-read-node-name-1): In completion-base-size-function's
14514         lambda return 1 if common-substring or minibuffer-completion-contents
14515         starts with (, and 0 otherwise.
14517         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
14518         Use `crm-current-element' for second arg of `display-completion-list'.
14520 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
14522         * files.el (set-auto-mode): Look for an interpreter specified on
14523         the first line also if search for mode specification succeeded,
14524         but the mode is not known.
14526 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
14528         * textmodes/org.el (org-tags-match-list-sublevels): New option.
14529         (org-open-at-point): Implement tag searches as links.
14530         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
14531         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
14532         (org-tags-sparse-tree, org-tags-view, org-set-tags)
14533         (org-agenda-dispatch): New commands.
14534         (org-use-tag-inheritance, org-tags-column): New options.
14535         (org-tab-follows-link, org-return-follows-link): New options.
14536         (org-tags): New customize group.
14537         (org-start-icalendar-file): Get local time zone.
14538         (org-tags-completion-function): New function.
14539         (org-set-font-lock-defaults): Make sure links will also be
14540         highlighted inside headlines.
14542 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
14544         * term.el (term-emulate-terminal):
14545         Let term-handle-ansi-terminal-messages override what Bash says about
14546         its current directory.
14548 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
14550         * bindings.el (last-buffer): Move to simple.el.
14551         * simple.el (last-buffer): Move here.
14552         (get-next-valid-buffer): New function.
14553         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
14554         (prev-buffer): Ditto.  Rename to `previous-buffer'.
14556         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
14557         * bindings.el (global-map): Ditto.
14559 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
14561         * cus-edit.el: Introductory comment change.
14562         (custom-magic-alist): Change message string for the `rogue' state.
14564 2005-12-15  Richard M. Stallman  <rms@gnu.org>
14566         * tooltip.el: Delete defcustom variable :tag names.
14568         * complete.el (partial-completion-mode): Doc fix.
14570         * textmodes/flyspell.el (flyspell-external-point-words):
14571         Use save-excursion to ensure we don't move backward in the
14572         search loop, not even one character.
14573         (flyspell-delete-all-overlays): Use remove-overlays directly.
14575         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
14576         (ispell-start-process): Set that variable.
14577         Clear ispell-buffer-local-name.
14578         (ispell-internal-change-dictionary):
14579         Set ispell-current-dictionary after killing process.
14580         (ispell-buffer-local-dict):
14581         Don't set spell-personal-dictionary after killing process.
14582         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
14583         (ispell-tex-skip-alists, ispell-html-skip-alists)
14584         (ispell-skip-region-alist): Mark as risky.
14586         * net/newsticker.el (newsticker--retrieval-timer-list)
14587         (newsticker--display-timer, newsticker-running-p)
14588         (newsticker-ticker-running-p): Definitions moved up.
14590 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
14592         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
14594 2005-12-15  David Ponce  <david@dponce.com>
14596         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
14597         (recentf-edit-list, recentf-open-files): Signal an error when
14598         there is no recent file.
14600 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14602         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
14603         read-only except for texinfo-format-region evaluation.
14605 2005-12-14  Richard M. Stallman  <rms@gnu.org>
14607         * vc.el (vc-default-previous-version, vc-default-next-version)
14608         (vc-do-command): Doc fixes.
14610 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14612         * textmodes/bibtex.el (bibtex-expand-strings)
14613         (bibtex-autokey-expand-string, bibtex-name-part)
14614         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
14615         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
14616         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
14617         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
14618         (bibtex-entry-postfix, bibtex-known-entry-type-re)
14619         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
14620         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
14621         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
14622         (bibtex-beginning-of-last-entry): Remove.
14623         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
14624         message if comma is missing but buffer is read-only.
14625         (bibtex-parse-field-text): Handle whitespaces at the end of field
14626         text.  Return 3-element list with beginning and end of field text
14627         and end of field.
14628         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
14629         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
14630         (bibtex-search-forward-field, bibtex-search-backward-field):
14631         Search always delimited by limits of entry.  Use more efficient
14632         search algorithms.
14633         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
14634         bibtex-end-of-name-in-field.
14635         (bibtex-text-in-field-bounds): Handle BibTeX strings when
14636         extracting the content of a field.
14637         (bibtex-text-in-field): Use search limits.
14638         (bibtex-parse-string-prefix): Handle empty string keys based on
14639         bibtex-string-empty-key.
14640         (bibtex-parse-string): Fix docstring.
14641         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
14642         (bibtex-preamble-prefix, bibtex-strings): New functions.
14643         (bibtex-skip-to-valid-entry): Include preceding whitespace in
14644         BibTeX entries (consistent with other BibTeX functions).
14645         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
14646         (bibtex-search-entry): Fix docstring.  Simplify.
14647         (bibtex-flash-head, bibtex-complete-string-cleanup)
14648         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
14649         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
14650         (bibtex-parse-entry): New optional arg content.
14651         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
14652         Use bibtex-text-in-field-bounds.
14653         (bibtex-print-help-message): Handle BibTeX strings and preambles.
14654         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
14655         bibtex-parse-string-postfix.
14656         (bibtex-find-text-internal): New function.
14657         (bibtex-remove-delimiters): Use it.
14658         (bibtex-find-text): Use it.  New optional arg help.
14659         (bibtex-complete): Handle BibTeX string and preamble entries.
14660         (bibtex-Preamble): Fix order of closing delimiters.
14662 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14664         * vc.el (vc-default-revert): New fun.
14666         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
14668 2005-12-14  Romain Francoise  <romain@orebokech.com>
14670         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
14671         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
14672         (font-lock-remove-keywords): Likewise.
14674 2005-12-14  Juri Linkov  <juri@jurta.org>
14676         * log-view.el (log-view-diff): Doc fix.
14678         * isearch.el (isearch-query-replace): Use (mark) instead of
14679         isearch-opoint if mark is active in transient-mark-mode.
14681 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
14683         * isearch.el (isearch-query-replace): Check for isearch-other-end.
14685 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
14687         * progmodes/cpp.el (cpp-face): New widget.
14688         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
14690 2005-12-14  Juri Linkov  <juri@jurta.org>
14692         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
14693         around `erase-buffer' and `insert'.
14695         * descr-text.el (describe-text-properties): Replace buffer name
14696         "*Help-2*" with "*Help*<2>".
14697         (describe-char): Add functions print-help-return-message,
14698         toggle-read-only.  Use help-setup-xref with nil to not store
14699         describe-char in help-xref-stack.  Use help-make-xrefs to
14700         make [back] button.
14702         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
14704         * wdired.el (wdired-old-point): New internal variable.
14705         (wdired-change-to-wdired-mode): Set it buffer-locally.
14706         (wdired-abort-changes): Restore point after aborting changes.
14708 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14710         * vc.el (vc-do-command): Add a new value t for okstatus.
14712         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
14713         frame in case of errors.
14715 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14717         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
14718         so it comes after "On the Left" in the menu.
14720 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
14722         * cus-edit.el (customize-apropos, customize-apropos-options)
14723         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
14725 2005-12-12  Bill Wohler  <wohler@newt.com>
14727         * vc-svn.el (vc-svn-registered): Fix problem of visiting
14728         non-writable Subversion-controlled files by saving window
14729         configuration before calling vc-do-command.  vc-do-command calls
14730         pop-to-buffer on error which is unexpected during registration.
14732 2005-12-12  Jay Belanger  <belanger@truman.edu>
14734         * calc/README: Update the summary of changes.
14736 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14738         * descr-text.el (describe-char): Rework last fix to solve the problem
14739         is the same way it's solved for everything else in that function
14740         (i.e. by extracting the info before setting up the *Help* buffer).
14742 2005-12-12  Kim F. Storm  <storm@cua.dk>
14744         * subr.el (version-regexp-alist): Allow space as separator before
14745         non-numeric part, e.g. "1.0 alpha".
14746         (version-to-list): Interpret .X.Y version as 0.X.Y version.
14748 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
14750         * textmodes/org.el (org-agenda, org-timeline, org-todo):
14751         Implement Logging and the keep-modes setting.
14752         (org-get-category): Make sure a string is returned.
14753         (org-log-done): New function.
14754         (org-log-done, org-closed-string): New options.
14756 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14758         * tooltip.el (tooltip-y-offset): Change default to 20.
14760 2005-12-12  Richard M. Stallman  <rms@gnu.org>
14762         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
14764         * frame.el (display-hourglass): Doc fix.
14766         * help.el (help-for-help-internal): Simplify entry for `a'.
14768         * info.el (Info-on-current-buffer): Doc fix.
14769         (info-insert-file-contents): Don't test (featurep 'jka-compr).
14771         * startup.el (inhibit-splash-screen): Make this the real name.
14772         (inhibit-startup-message): Make this the alias.
14773         (command-line): Find only simple.el, and use its directory
14774         to fill in other preloaded files' names.
14775         (command-line): Deactivate the mark if deactivate-mark is set.
14777         * international/mule.el (load-with-code-conversion):
14778         Bind deactivate-mark.
14780         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14782 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
14784         * cus-edit.el (customize-apropos): Avoid listing an option more
14785         than once under different aliases.  No longer list user options
14786         that are not defined with defcustom (unless a prefix arg is given).
14787         Doc fix.
14788         (customize-apropos-options): Doc fix.
14790 2005-12-11  Juri Linkov  <juri@jurta.org>
14792         * frame.el (set-background-color, set-foreground-color)
14793         (set-cursor-color, set-mouse-color, set-border-color):
14794         Add explicit prompts to read colors by `facemenu-read-color'.
14795         (show-trailing-whitespace, blink-cursor-delay)
14796         (blink-cursor-interval, display-hourglass, hourglass-delay):
14797         Remove tags.
14798         (display-hourglass, hourglass-delay): Doc fix.
14799         (cursor-in-non-selected-windows): Capitalize words in tag.
14801         * faces.el (frame-background-mode): Replace `choice-item' keywords
14802         with `const' to not make [default] button.  Change default value tag
14803         from `default' to `automatic'.  Doc fix.
14804         (trailing-whitespace) <defface>: Change group `whitespace' to
14805         `whitespace-faces'.
14807 2005-12-11  Richard M. Stallman  <rms@gnu.org>
14809         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
14811 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14813         * term/mac-win.el: Create keymap for mac-apple-event-map.
14815 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
14817         * tooltip.el (tooltip-mode): Move to start of file so that it
14818         appears at top of customize buffer.
14820         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14821         Add the gud groupname.
14822         (gud-tooltip-mode): Add the tooltip groupname.
14823         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
14824         avoid conflict with tooltip-use-echo-area.
14826 2005-12-10  Romain Francoise  <romain@orebokech.com>
14828         * help.el (help-for-help-internal): Add `r' in doc string.
14830 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14832         * align.el (align-regexp, align-highlight-rule):
14833         Use region-beginning and region-end instead of point and mark, so that
14834         repetition (with `repeat-complex-command') recomputes the region
14835         bounds.
14837 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14839         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
14840         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
14841         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
14842         (balance-windows): Rewrite using the above new functions.
14844 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
14846         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
14847         react if global-hi-lock-mode seems intended.
14848         (global-hi-lock-mode) Renamed from hi-lock-mode.
14849         (hi-lock-archaic-interface-message-used)
14850         (hi-lock-archaic-interface-deduce): New variables.
14851         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
14852         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
14853         (hi-lock-find-patterns, hi-lock-font-lock-hook):
14854         Replace hi-lock-buffer-mode with hi-lock-mode.
14856 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14858         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
14859         completion list, even after a partial completion has been
14860         inserted in the current buffer.  If there are more than 1
14861         completion, redisplay the *Completions* buffer; if the
14862         completion is unique, delete the *Completions* window.
14864 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
14866         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
14867         strings and long subject lines that were broken into multiple
14868         lines at arbitrary places.  Handle subjects that have "Re: " in
14869         the middle.
14871 2005-12-10  John W. Eaton  <jwe@octave.org>
14873         * emacs/octave-mod.el (octave-electric-space): Don't indent
14874         comments or strings if octave-auto-indent is nil.
14876 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14878         * term/mac-win.el: Require url when compiling.
14879         Call mac-process-deferred-apple-events after loading init files.
14880         (mac-apple-event-map): New defvar.  Define event handlers in it.
14881         (core-event, internet-event): New Apple event class symbols.
14882         (open-application, reopen-application, open-documents)
14883         (print-documents, open-contents, quit-application)
14884         (application-died, show-preferences, autosave-now, get-url):
14885         New Apple event ID symbols.
14886         (about): New HICommand ID symbol.
14887         (mac-event-spec, mac-event-ae): New macros.
14888         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
14889         (mac-ae-selection-range, mac-ae-text-for-search)
14890         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
14891         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
14892         and Services menu events are now defined in mac-apple-event-map.
14893         (mac-drag-n-drop): Remove selection range handling.
14895 2005-12-10  Kenichi Handa  <handa@m17n.org>
14897         * simple.el (zap-to-char):
14898         * isearch.el (isearch-process-search-char): Translate CHAR by
14899         translation-table-for-input.
14901 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
14903         * foldout.el (foldout-exit-fold): Properly hide subtree.
14905 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14907         * files.el (save-buffer):
14908         * international/ucs-tables.el (ucs-set-table-for-input):
14909         * mail/mail-extr.el (mail-extract-address-components):
14910         * mail/sendmail.el (mail-mode): Reformat doc string.
14912 2005-12-09  Juri Linkov  <juri@jurta.org>
14914         * isearch.el (isearch-highlight): Change main overlay priority
14915         from 1 to 1001.  Simplify.
14916         (isearch-lazy-highlight-update): Change lazy overlay priority
14917         from 0 to 1000.
14919         * replace.el (replace-highlight): Change overlay priority from
14920         1 to 1001.
14922         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
14923         Change overlay priority from 1 to 1001.  Reuse existing overlay.
14925         * compare-w.el (compare-windows-highlight): Change overlay
14926         priority from 1 to 1000.
14928         * menu-bar.el (menu-bar-edit-menu): Add listp around
14929         pending-undo-list to disable menu item "undo" when pending
14930         undo list is empty.
14932         * locate.el (locate): Disable undo in *Locate* buffer.
14934 2005-12-09  Kim F. Storm  <storm@cua.dk>
14936         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
14938 2005-12-09  David Ponce  <david@dponce.com>
14940         * recentf.el: Improvement of the menu code.
14941         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
14942         instead of menu hook.
14943         (recentf-show-menu, recentf-hide-menu): New functions.
14944         (recentf-menu-customization-changed, recentf-mode): Use them.
14945         (recentf-menu-action, recentf-max-menu-items)
14946         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
14947         (recentf-arrange-by-rule-others)
14948         (recentf-arrange-by-rules-min-items)
14949         (recentf-arrange-by-rule-subfilter) : Don't use
14950         `recentf-menu-customization-changed'.
14951         (recentf-arrange-rules): Likewise.  Accept functions to compute
14952         sub-menu titles.
14953         (recentf-menu-filter): Likewise.  Doc fix.
14954         (recentf-menu-value-shortcut): Doc fix.
14955         (recentf-dump-variable): Quote atom value.
14956         (recentf-make-menu-items): Update to use it as a menu filter.
14957         (recentf-match-rule): New function.
14958         (recentf-arrange-by-rule): Use it.
14959         (recentf-indirect-mode-rule): New function.
14960         (recentf-build-mode-rules): Use it.
14961         (recentf-dir-rule): New function.
14962         (recentf-arrange-by-dir): Use it.
14963         (recentf-filter-changer-current): Rename from
14964         `recentf-filter-changer-state'.  All references updated.
14965         (recentf-filter-changer-alist): Update filter names.
14966         (recentf-filter-changer-select): New function.
14967         (recentf-filter-changer): Use it.  Make a sub-menu from filters
14968         available in `recentf-filter-changer-alist'.
14969         (recentf-data-cache, recentf-clear-data)
14970         (recentf-update-menu): Remove.  All references updated.
14971         (recentf-match-rule-p, recentf-build-dir-rules)
14972         (recentf-filter-changer-goto-next)
14973         (recentf-filter-changer-get-current)
14974         (recentf-filter-changer-get-next): Remove.
14976 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
14978         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
14979         buffer "Reset" button to "Reset to Current" for consistency with
14980         the State buttons.
14982 2005-12-08  John Paul Wallington  <jpw@pobox.com>
14984         * ibuf-ext.el (define-ibuffer-filter filename):
14985         If `dired-directory' is a list then really use its car.
14987 2005-12-08  Kim F. Storm  <storm@cua.dk>
14989         * emulation/cua-rect.el (cua--rectangle-aux-replace):
14990         Fix indention of text on right side of replaced rectangle.
14992 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
14994         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
14995         No need to check gud-comint-buffer is bound.
14996         (gdb): Prevent multiple debugging when first session uses gdba.
14998 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15000         CC Mode update to 5.31.
15002         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15003         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
15004         We might do this function properly in the future).
15006         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15007         New macros c-sentence-end and c-default-value-sentence end, to cope
15008         with Emacs 22's new function `sentence-end'.
15010 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15012         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15013         compat issue using `c-put-overlay' and `c-delete-overlay'.
15015         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15016         New compat macros to handle overlays/extents.
15018 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15020         * progmodes/cc-fix.el: Add definitions of the macros push and pop
15021         (for GNU Emacs 20.4)
15023         * progmodes/cc-defs.el:
15024         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15026         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15027         highlighting mechanism so it will work in XEmacs too.
15029         * progmodes/cc-defs.el: Insert c-int-to-char.
15031         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15032         call to the new macro c-int-to-char.  This solves XEmacs's
15033         regarding characters as different from integers.
15035 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15037         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15038         New internal helper.
15040         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15041         construct to make the indirect face lookup work in XEmacs.
15043         (c-cpp-matchers): Append the negation char face to the existing
15044         fontification, so that the cpp face doesn't disappear.
15045         Use `c-make-syntactic-matcher' to avoid negation chars in comments
15046         and strings.
15048         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15049         to map to `font-lock-negation-char-face' in emacsen where it exists.
15051 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15053         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15055         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15056         Rename "c-subword-move-mode" as "c-subword-mode".
15058         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15059         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
15061 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15063         * progmodes/cc-mode.el: Added autoload directive for
15064         `c-subword-move-mode' for use in older emacsen.
15066 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15068         * progmodes/cc-mode.el:
15069         (i) Insert a binding for C-c C-backspace into
15070         c-bind-special-erase-keys which works in TTYs.
15071         (ii) Make sure that when file styles are used, any explicitly
15072         given style variables take priority over those in the style.
15073         Do this by calling `hack-local-variables' a second time.
15075         * progmodes/cc-vars.el: Add language specific customization
15076         widgets for AWK to c-doc-comment-style, c-require-final-newline
15077         and c-default-style.  Add a defcustom for awk-mode-hook.
15078         Give c-syntactic-element and c-syntactic-context doc-strings by
15079         directly setting their `variable-documentation' propery.
15080         This allows Emacs 22.1 to read these with C-h v.
15082         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15084 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15086         * progmodes/cc-fonts.el, cc-vars.el
15087         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15088         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15089         Masatake YAMATO.
15091         (c-doc-comment-style): Made GtkDoc default in C mode.
15093         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15094         and C-c C-<delete>.
15096         (c-bind-special-erase-keys): New function for use on
15097         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15099         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15100         <delete> key behavior in XEmacs according to `delete-forward-p'.
15101         C.f. `c-electric-delete'.
15103 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15105         * progmodes/cc-mode.el: Give c-hungry-backspace and
15106         c-hungry-delete-forward permanent key bindings.
15108         * progmodes/cc-cmds.el (c-electric-semi&comma):
15109         Bind c-syntactic-context for calls to "criteria functions", for
15110         consistency with other calls to user functions.
15112         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15113         `current-prefix-arg', since this might be the prefix arg to a
15114         command which calls c-indent-command as a function.  Change the
15115         interactive spec from "p" to "P".
15117         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15118         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15119         was difficult to understand.
15121 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15123         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15124         first char of an identifier.
15126         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15127         +" syntax in C++.
15129 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15131         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15132         auto-fill doesn't split a c-comment's last word from a hanging
15133         "*/" when a space is typed between them after fill-column.
15135         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15137         * progmodes/cc-styles.el (c-set-style)
15138         (c-setup-paragraph-variables): Abort the command if we're not in a
15139         CC Mode buffer.
15141         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15142         with blank comment-prefix, and a blank line as the comment's
15143         second line.
15145 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15147         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15148         Incorporate the patterns added in the Emacs development branch
15149         for the new Emacs 22 face `font-lock-negation-char-face'.
15151         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15152         of "red" since it stands out better in xterms and DOS terminals.
15154         * progmodes/cc-engine.el (c-literal-faces):
15155         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15157 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15159         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15160         forcibly enable c-electric-flag.
15162         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15163         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15164         after the comment-prefix of a C-style comment will close that comment.
15166 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15168         * progmodes/cc-fonts.el (c-basic-matchers-before)
15169         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15170         in Pike.
15172         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15173         digraphs.
15175         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15176         (c-cpp-message-directives, c-cpp-include-directives)
15177         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15178         (c-cpp-expr-directives): Introduce new language constants to
15179         control cpp syntax in a cleaner way.
15181         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15183         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15185         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15186         (c-multiline-string-start-char): New language constants and
15187         variables to specify how newlines in string literals work.
15189         (c-font-lock-invalid-string): Use them.
15191         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15192         unbalanced close brace is entered.  Optimization by avoiding going
15193         back over arbitrarily large blocks.  Removed hints that this
15194         function only would be relevant/useful in AWK.
15196         (c-electric-brace): Indent syntactically after the cleanups since
15197         lineup functions might do it differently then.
15199         * progmodes/cc-engine.el, cc-langs.el
15200         (c-opt-op-identifier-prefix): New language constant and variable.
15202         (c-just-after-func-arglist-p, c-after-special-operator-id)
15203         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15205         * progmodes/cc-align.el, cc-engine.el
15206         (c-after-special-operator-id): New helper to handle C++ operator
15207         identifiers.
15209         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15210         (c-guess-basic-syntax): Handle C++ operator identifiers in
15211         declarations.
15213         * progmodes/cc-langs.el (c-assignment-operators): Add the
15214         trigraph version of ^= too.
15216         * progmodes/cc-langs.el (c-assignment-operators): Add the
15217         trigraph version of |= in C++.
15219         * progmodes/cc-fonts.el (c-font-lock-declarators):
15220         Handle `c-decl-hangon-kwds' after the identifier name.
15222         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15223         whether an arglist is "nonempty", ignore a comment after the open
15224         paren if it isn't followed by a non-comment token on the same line.
15226         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15227         Enable heuristics below the point to cope with classes inside special
15228         brace lists in Pike.
15230 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15232         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15234 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15236         * progmodes/cc-guess.el (cc-guess-install): New function to
15237         install an already guessed style in another buffer.
15239         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15240         sets `inhibit-read-only' - `c-save-buffer-state' should be used
15241         anyway if the change always is undone.
15243 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15245         Implement togglable electricity:
15247         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15248         saying when it should be used.
15250         * progmodes/cc-engine.el: Add the new buffer-local variable,
15251         c-electric-flag.
15253         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
15254         c-toggle-auto-newline.
15256         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
15257         c-toggle-auto-newline.  Remove the binding for
15258         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
15259         c-toggle-electric-state.
15261         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
15263         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
15264         c-\(forward\|backward\)-subword.
15265         (c-update-modeline): Add the new modeline flag `l' for
15266         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
15267         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
15268         Make the old name an alias of the new name.
15269         (c-toggle-electric-state): New function.
15270         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
15271         Adapt these functions to do electric things only when
15272         c-electric-flag is non-nil.
15273         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
15274         new functions from c-electric-brace.
15275         (c-point-syntax): Add a check for "virtual semicolons" in AWK
15276         mode, so that the tentative extra newline doesn't change the
15277         syntax of the following brace.
15278         (c-electric-brace): Restructure by extracting the above functions.
15279         Tidy up the coding somewhat.
15280         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
15281         restructure a bit.
15283 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15285         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
15286         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
15288         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
15289         (c-submode-indicators): Change name from `c-auto-hungry-string'
15290         since it's now used to track another submode.
15292         (c-update-modeline): Convert to function and extended to check
15293         `c-subword-move-mode'.
15295         (c-forward-into-nomenclature, c-backward-into-nomenclature):
15296         Convert to compat aliases for `c-forward-subword' and
15297         `c-backward-subword'.
15299         * progmodes/cc-subword.el: New functions and minor mode to handle
15300         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
15302         (c-forward-subword, c-backward-subword, c-mark-subword)
15303         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
15304         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
15305         Functions corresponding to the standard word handling functions.
15307         (c-subword-move-mode): Minor mode that replaces all the standard
15308         word handling functions with their subword equivalences.
15310 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15312         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
15313         entry for one-liner-defun.
15315         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
15316         name in its def-edebug-spec.
15318         * progmodes/cc-cmds.el (c-electric-brace): Make the
15319         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
15320         compacts space before a comment, if this will make things fit on
15321         one line.
15323         Introduce an "awk" style, mainly for auto-newline and clean-ups.
15325         * progmodes/cc-align.el: New function c-snug-1line-defun-close
15327         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
15328         clean-up one-liner-defun.
15330         * progmodes/cc-styles.el: Add the new "awk" style.
15332         * progmodes/cc-vars.el: Add description of one-liner-defun to
15333         c-cleanup-list's doc-string.  New user options,
15334         c-max-one-liner-length.  In c-default-style, set the default style
15335         for AWK to "awk".
15337 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15339         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
15340         macros inside labels.
15342         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
15343         `c-at-statement-start-p' and `c-at-expression-start-p'.
15345         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
15346         error if the mark isn't set.
15348         * progmodes/cc-engine.el (c-guess-continued-construct)
15349         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
15350         accurately detect functions inside functions.
15352         * progmodes/cc-engine.el (c-at-expression-start-p): New function
15353         like `c-at-statement-start-p' that additionally recognizes commas
15354         and expression parentheses as delimiters.
15356         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
15357         to avoid heuristics that doesn't work for unclosed blocks.
15358         (c-at-statement-start-p): New function.
15360         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
15361         Objective-C directives, e.g. directives spanning lines should work
15362         reasonably well now.
15364         (c-put-c-type-property, c-clear-c-type-property): New helpers.
15366         (c-forward-objc-directive): New function to move over any ObjC
15367         directive.
15369         (c-just-after-func-arglist-p, c-guess-basic-syntax)
15370         (c-basic-matchers-before): Use it.
15372         (c-font-lock-objc-iip-decl): Remove.
15374         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
15375         in the template arglist recognition.
15377         * progmodes/cc-styles.el (c-style-alist): Fix several
15378         inconsistencies in the Whitesmith style.
15380         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
15381         New lineup function to get lines after Whitesmith style blocks
15382         correctly indented.
15384         (c-lineup-whitesmith-in-block): Back out the compensation for
15385         opening parens since it's done using `add' lists in the style
15386         definition instead.  Don't use the anchor position since it varies
15387         too much between the syntactic symbols. :P
15389         * progmodes/cc-vars.el (c-valid-offset): Update.
15391         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
15392         lists where the offsets are combined according to several
15393         different methods: `first', `min', `max', and `add'.
15394         Report offset evaluation errors with `c-benign-error' so that some kind
15395         of reindentation still is done.
15397         * progmodes/cc-engine.el (c-guess-basic-syntax):
15398         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
15399         `arglist-close'.
15401         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
15402         situations for `arglist-cont-nonempty' and `arglist-close'.
15404         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
15406         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
15407         cc-bytecomp-boundp' in a number of places.
15409         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
15410         macro related issue.
15412 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15414         * progmodes/cc-awk.el: Change the terminology of regexps: A char
15415         list is now [asdf], a char class [:alpha:].
15416         Include code for char classes.
15417         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
15418         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
15420         Remove (nearly all of) the cruft associated with AWK Mode's former
15421         concept of "virtual semicolons":
15423         Adapt c-beginning-of-statement, c-end-of-statement (together with
15424         subfunctions) to use the new notion of "virtual semicolon" in
15425         place of the old awkward special handling for AWK.  There remains
15426         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
15427         * progmodes/cc-cmds.el:
15428         (c-ascertain-adjacent-literal): In the backwards direction, now
15429         recognises AWK regexp delimiters as string delimiters.
15430         (c-after-statement-terminator-p): Adapt for virtual semicolons;
15431         check more rigorously for "end of macro".
15432         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
15433         virtual semicolons;
15434         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
15435         out the code for forward movement into ...
15436         (c-end-of-statement): Now contains the code for forward movement,
15437         adapted for virtual semicolons.
15439         * progmodes/cc-engine.el:
15440         (c-ws*-string-limit-regexp): New regexp.
15441         (c-forward-single-comment, c-backward-single-comment): Comment out
15442         the (now redundant) "special" AWK stuff.
15444         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
15445         c-string-par-start, c-string-par-separate to be more like Text
15446         Mode than Fundamental Mode.
15448 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15450         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
15451         to the fontified region so that fontification doesn't occur
15452         outside it (could happen e.g. when fontifying a line with an
15453         unfinished declaration).
15455 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15457         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
15458         start of the file.  ^L now separate sections of the file.
15459         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
15460         (c-awk-one-line-possibly-open-string-re)
15461         (c-awk-regexp-one-line-possibly-open-char-class-re)
15462         (c-awk-one-line-possibly-open-regexp-re)
15463         (c-awk-one-line-non-syn-ws*-re): New defonsts.
15464         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
15466         Amend the concept of "virtual semicolons" (in the indentation
15467         engine) for languages like AWK, such that they are now
15468         conceptually attached to end of the last token of a statement, not
15469         the end of the line.  (In AWK Mode, however, the pertinent text
15470         property is still physically set on the EOL.)  Remove the specific
15471         tests for awk-mode, thus facilitating the introduction of other
15472         language modes where EOLs can end statements.
15473         (Note: The funtionality in cc-cmds.el, specifically
15474         c-beginning/end-of-statement has yet to be amended.)
15476         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
15477         New macros.
15479         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
15480         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
15481         c-vsemi-status-unknown-p-fn (in a new page).
15483         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
15484         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
15485         numerous awkward forms like
15486         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
15487         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
15488         variable before-ws-ip, the place just after char-before-ip appears.
15490         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
15491         a comment.
15493 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15495         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
15496         `c-tentative-buffer-changes'.
15498         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
15499         convert to macro to choose between Emacs and XEmacs at compile time.
15501         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
15503         (c-tentative-buffer-changes): New macro to handle temporary buffer
15504         changes in a convenient way.
15506         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
15507         for `c-tentative-buffer-changes'.
15509         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
15510         the checks for paren sexps between the point and the keyword, to
15511         avoid some false alarms.
15513         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
15514         Fixed a situation where an error could be thrown for unbalanced
15515         parens.  Changed to make use of c-keyword-member' to avoid some
15516         repeated regexp matches.
15518         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
15519         These language variable are no longer necessary.
15521         (c-block-stmt-kwds): New language constant used by
15522         c-looking-at-inexpr-block'.
15524         (c-guess-basic-syntax): Remove an optional check that looked at
15525         the existence of the now removed language variables.
15527         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
15528         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
15529         object instantiation expressions as declarations in some contexts.
15530         This bug only affected languages where the declarator can't be
15531         enclosed in parentheses.
15533         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
15534         insert newlines before and after substatement braces.
15536         * progmodes/cc-engine.el: Improved the heuristics for recognizing
15537         function declaration headers and the handling of C++ style member
15538         init lists.
15540         (c-just-after-func-arglist-p): Rewritten to use
15541         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
15543         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
15545         (c-guess-basic-syntax): Adapt case 5B for the new
15546         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
15547         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
15548         covers all cases now).
15550         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
15552 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15554         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
15555         c-string-par-start/separate c-sentence-end-with-esc-eol,
15556         initialised in c-setup-paragraph-variables, used in string
15557         scanning subroutines of c-beginning-of-statement.
15559         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15560         which precedes the newly inserted `{'.
15562 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15564         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
15565         function for declaration level blocks.  It should now cope with
15566         templates better and also be a lot more comprehensible.
15568         (c-looking-at-decl-block): The new function.
15570         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
15571         for compatibility.
15573         (c-add-class-syntax, c-guess-continued-construct)
15574         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
15576         (c-decl-block-key): Change to tell apart ambiguous and
15577         unambiguous keywords.  Pike specials are now handled directly in
15578         the code instead.
15580         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
15581         New language constants and variables to make the backward skip in
15582         `c-looking-at-decl-block' as tight as possible.
15584         (c-nonsymbol-token-char-list): New language constant.
15586         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
15587         find balanced template arglists backwards.
15589         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
15590         making char classes for `c-syntactic-skip-backward'.
15592         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
15593         16D - can't be a class-close at that point.
15595         * progmodes/cc-engine.el (c-guess-basic-syntax)
15596         (c-add-class-syntax): Don't narrow out the enclosing declaration
15597         level.  This makes everything a lot easier, and it was actually
15598         only four small places that needed it to work.  Some places that
15599         previously did `widen' are removed now, which has the effect that
15600         `c-guess-basic-syntax' never will look at things outside the
15601         current narrowment now.  The anchor position for `topmost-intro'
15602         is affected by this, but it was so bogus it was basically useless
15603         before, and now it's equally bogus but in a slightly different way.
15605         (c-narrow-out-enclosing-class): Gone.
15607         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
15608         the narrowed region.
15610         (c-least-enclosing-brace): Remove silly optional argument.
15612         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15613         the point could be left directly after an open paren when finding
15614         the beginning of the first decl in the block.
15616         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
15617         Specify which submatch to use.
15619         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
15621         (c-decl-start-re): No longer any need for special treatment of
15622         ObjC due to the above.
15624         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
15625         presumably follows C in that regard.
15627         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
15628         New language constants to specify operator tokens inside
15629         identifiers in a more high level way.
15631         (c-opt-identifier-prefix-key): New internal language constant.
15633         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
15634         (c-identifier-start, c-identifier-key): Now completely calculated
15635         from other constants.
15637         (c-identifier-last-sym-match): Decommission since it's no longer used.
15639         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
15641         * progmodes/cc-engine.el (c-forward-name): Remove the
15642         optimization when c-identifier-key is equal to c-symbol-key since
15643         it doesn't work in byte compiled files.  Don't record empty
15644         regions as identifiers.
15646         * progmodes/cc-langs.el (c-filter-ops): New helper function to
15647         simplify access to `c-operators' and its likes.
15649         (c-operator-list, c-all-op-syntax-tokens)
15650         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
15651         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
15652         (c-primary-expr-regexp, c-cast-parens): Use it.
15654         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
15655         an explicit language in functions.
15657         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
15658         variant of adornment.
15660         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
15661         variable.
15663         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
15664         the Pike value.
15666         * progmodes/cc-engine.el (c-on-identifier)
15667         (c-simple-skip-symbol-backward): Small fix for handling "-"
15668         correctly in `skip-chars-backward'.  Affected the operator lfun
15669         syntax in Pike.
15671         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
15672         diagnostic message about precompiled language vars not being used.
15674         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
15675         "__attribute__" is followed by a parenthesis.
15677         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
15678         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
15679         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
15681         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
15682         Internal cleanups to properly detect the declared identifiers in
15683         various declarations.
15685         (c-decl-start-kwds): New language constant to recognize
15686         declarations that can start anywhere.  Used for class declarations
15687         in Pike.
15689         (c-specifier-key, c-not-decl-init-keywords)
15690         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
15691         (c-find-decl-spots): Implement `c-decl-start-kwds'.
15693         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
15694         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
15695         handling of the compiler specific extension keywords into a new
15696         language constant `c-decl-hangon-kwds' that defines keyword
15697         clauses to be ignored in declarations.
15699         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
15700         past unrecognized tokens when handling `c-colon-type-list-kwds'.
15701         Necessary to stop at the declared identifier in e.g. IDL valuetype
15702         declarations.
15704         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
15705         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
15706         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
15707         (c-forward-decl-or-cast-1): Recognize the declared identifier in
15708         class and enum declarations as such and not as part of the type.
15710         (c-forward-decl-or-cast-1, c-forward-label): Relax the
15711         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
15713         (c-forward-decl-or-cast-1): Don't disregard sure signs of
15714         declarations when there's some syntax error later on.
15716         (c-complex-decl-matchers): Did away with a reference to
15717         `c-specifier-key'.
15719         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
15720         value - this variable is always dynamically bound.
15722         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
15723         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
15724         * cc-cmds.el, cc-defs.el: Change the policy for marking up
15725         functions that might do hidden buffer changes: All such internal
15726         functions are now marked instead of those that don't.
15728         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
15729         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
15730         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
15731         (c-literal-type): Allow these functions to make hidden buffer changes,
15732         so that they are free to use text property caching later on.
15734         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
15735         (c-electric-brace, c-electric-slash, c-electric-star)
15736         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
15737         (c-electric-paren, c-electric-continued-statement, c-indent-command)
15738         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
15739         (c-context-line-break): Add `c-save-buffer-state' calls to comply
15740         with the changed semantics of the functions above.
15742         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
15743         when macros occur in obscure places.  Optimized the sexp movement
15744         a bit.
15746 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15748         Enhancements for c-beginning-of-statement to work in AWK Mode:
15750         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
15751         (completed statement) with `}' (statement completed by closing
15752         brace or semicolon) and `$' (statement completed by EOL).
15754         (c-awk-virtual-semicolon-ends-prev-line-p)
15755         (c-awk-virtual-semicolon-ends-line-p)
15756         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
15757         (c-awk-at-statement-end-p): New functions.
15759         * progmodes/cc-cmds.el: Simplify the structure of functions
15760         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
15761         two functions and c-beginning-of-statement to handle AWK Mode.
15763         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
15764         c-backward-single-comment for AWK mode.  Attempt to clarify their
15765         doc-strings.
15767         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
15769 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15771         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
15772         label handling.  Labels are now recognized in a uniform and more
15773         robust way, regardless of context.  Text properties are put on all
15774         labels to recognize the following declarations better.
15775         Multiword labels are handled both in indentation and fontification for
15776         the benefit of language extensions like Qt.  For consistency, keywords
15777         in labels are now fontified with the label face instead.
15778         That also applies to "case" and "default".
15780         (c-beginning-of-statement-1): Fix some bugs in the label
15781         handling.  Disregard `c-nonlabel-token-key' in labels that begin
15782         with `c-label-kwds'.
15784         (c-find-decl-spots): Support that the callback adds more
15785         `c-decl-end' spots to find.
15787         (c-forward-decl-or-cast-1): Don't treat a list of plain
15788         identifiers followed by a colon as a declaration.
15790         (c-forward-label): New function to recognize labels.
15792         (c-guess-basic-syntax): Replace uses of `c-label-key' with
15793         `c-forward-label'.  Moved the label recognition cases (14 and 15)
15794         earlier since they aren't so context sensitive now.  Handle labels
15795         on the top level gracefully.  Moved access label recognition to
15796         the generic label case (CASE 15) - removed CASE 5E.
15798         (c-font-lock-declarations): Add recognition of labels in the
15799         same round since we need to handle labels in parallell with other
15800         declarations to recognize both accurately.  It should also improve
15801         speed.
15803         (c-simple-decl-matchers, c-basic-matchers-after):
15804         Move `c-font-lock-labels' so that it only is used on decoration level 2
15805         since `c-font-lock-declarations' handles it otherwise.
15807         (c-complex-decl-matchers): Remove the simplistic recognition of
15808         access labels.
15810         (c-decl-prefix-re): Remove the kludges that was necessary to cope
15811         with labels earlier.
15813         (c-decl-start-re): New language variable to make
15814         `c-font-lock-declarations' stop for the special protection labels
15815         in Objective-C that start with `@'.
15817         (c-label-key): Remove since it's no longer used.
15819         (c-recognize-colon-labels, c-label-prefix-re): New language
15820         constants to support recognition of generic colon-terminated labels.
15822         (c-type-decl-end-used): `c-decl-end' is now used whenever there
15823         are colon terminated labels.
15825         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15826         first argument starts with a special brace list.
15828         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
15829         (c-font-lock-declarations): Break out the declaration and cast
15830         recognition from `c-font-lock-declarations' to a new function, so
15831         that it can be used in the indentation engine.
15833         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
15834         up to the start of the literal.  Fixed bug with the point on the
15835         wrong side of the search limit that could happen when the start
15836         position is inside a literal.
15838         * progmodes/cc-engine.el (c-parse-state)
15839         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
15840         so that it's kept a little bit back to increase the hit rate.
15842         (c-parse-state): Change the macro handling and fixed some
15843         glitches.  Macro context is checked more often than necessary now,
15844         but otoh less garbage conses are generated.
15846         * progmodes/cc-engine.el (c-parse-state)
15847         (c-invalidate-state-cache): Cache the last position where
15848         `c-state-cache' applies.  This can speed up refontification quite
15849         a bit in blocks where there are many non-brace parens before the point.
15851         (c-state-cache-end): New variable for this.
15853         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
15854         cache variable.
15856         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
15857         get close initial continue positions when the start position is
15858         inside a literal or macro.  Do not call the callback for spots
15859         before the start position (which can happen e.g. for `c-decl-end'
15860         spots inside comments).  Optimize better in special cases when the
15861         region is a single line inside a literal or macro (typically when
15862         the current line is refontified).
15864         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
15865         to `c-add-stmt-syntax' - there's no need to explicitly whack off
15866         entries from the paren state.
15868         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
15869         special case for "else if" clauses.
15871         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
15872         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
15874         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
15875         New language variable to recognize the gcc extension with statement
15876         blocks inside expressions.
15878         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
15879         it somewhat more comprehensible.  The argument AT-BLOCK-START is
15880         no longer used and hence removed.
15882         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
15883         to `c-add-stmt-syntax'.
15885         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15886         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
15887         This fixes bogus label recognition.
15889         * progmodes/cc-engine.el (c-add-type, c-check-type)
15890         (c-forward-name, c-forward-type): Improve storage of template
15891         types in `c-found-types' so that they can be recognized better.
15893         (c-syntactic-content): Add option to skip past nested parens.
15895         * progmodes/cc-engine.el (c-forward-name):
15896         Set `c-last-identifier-range' all the time.  It's less work that way.
15897         Handle that there might not be an identifier to store in
15898         `c-last-identifier-range'.
15900         (c-forward-type): Handle that `c-last-identifier-range' might be
15901         nil from `c-forward-name'.
15903         * progmodes/cc-defs.el (c-safe-scan-lists)
15904         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
15906         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
15907         to work even if the form fails.
15909         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
15910         down in a large file in one go.
15912         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
15914         * progmodes/cc-align.el (c-lineup-assignments): New lineup
15915         function which is like `c-lineup-math' but returns nil instead of
15916         `c-basic-offset' when it doesn't match.
15918         (c-lineup-math): Change to use `c-lineup-assignments'.
15920 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15922         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
15923         c-beginning-of-statement.  New subfunctions
15924         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
15926 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15928         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
15929         hardcoded char classes whereever possible.  Changed a couple of
15930         places to use skip by syntax instead of skip by char class.
15932         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
15933         Fix a bug in the regexp that caused extreme backtracking.
15935         * progmodes/cc-langs.el (c-block-comment-starter)
15936         (c-block-comment-ender): New language constants to specify in a
15937         single place how block comments look.
15939         (c-comment-start-regexp, c-block-comment-start-regexp)
15940         (comment-start, comment-end, comment-start-skip)
15941         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
15942         (c-syntactic-ws, c-nonempty-syntactic-ws)
15943         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
15944         `c-line-comment-starter', `c-block-comment-starter' and
15945         `c-block-comment-ender'.
15947         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
15948         New language constants to break up things a bit.
15950         (c-simple-ws): New language constant for simple whitespace.
15952         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
15954         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
15955         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
15956         newlines.  Allow and ignore nil elements in the list.
15958 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15960         * progmodes/cc-cmds.el: Comment out a (n almost certainly
15961         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
15963         * progmodes/cc-cmds.el: Tidy up the comments in
15964         c-beginning-of-statement and subfunctions.
15966         * progmodes/cc-awk.el: Replace calls to put-text-property to the
15967         more flexible c-put-char-property and c-clear-char-properties.
15968         Add the author's email address.
15970         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
15972         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
15973         closing "*/" of a block comment.
15975         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
15976         subfunctions) so that it works at BOB and EOB.
15978         * progmodes/cc-cmds.el, cc-vars.el: More updating of
15979         c-beginning-of-statement, including new variable
15980         c-block-comment-start-regexp.
15982 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15984         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
15985         symbols from `*-font-lock-extra-types' so that there's no need to
15986         use `regexp-opt' on those lists.
15988         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
15989         `c-type-modifier-kwds' is empty.
15991         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
15992         there are several strings on the same line.
15994         * progmodes/cc-engine.el (c-literal-limits): Remove the
15995         compatibility function for older emacsen.  `c-literal-limits-fast'
15996         has now taken the place of this function.
15998         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
15999         with older emacsen: We now require `pps-extended-state'.
16001 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16003         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16004         which obviates the need to hack sentence-end.  This now handles
16005         escaped newlines in strings correctly.  Correct minor bugs in
16006         c-move-over-sentence and in c-beginning-of-statement.
16008         * progmodes/cc-cmds.el (c-beginning-of-statement (and
16009         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16010         that movement over macros and code are rigorously separated from
16011         eachother.  Correct a few incidental bugs.
16013         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16014         Improve its doc-string.  Improve the handling of certain specific cases.
16016 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16018         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16019         (c-guess-basic-syntax): Change the way class-level labels are
16020         recognized; they can now contain essentially any symbols.
16022         (c-opt-extra-label-key): New language variable to cope with the
16023         special protection label syntax in Objective-C.
16025         (c-opt-access-key): Remove; this is now handled better by
16026         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16028         (c-complex-decl-matchers): Update to handle that
16029         `c-opt-access-key' no longer exists.
16031         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16032         improved label recognition in `c-beginning-of-statement-1'.
16034         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16035         Recognize bitfields better.
16037         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16038         Remove some cruft and fixed a bug that could cause it to go to a
16039         position further down.
16041         * progmodes/cc-langs.el, cc-engine.el
16042         (c-beginning-of-statement-1): Improve detection of labels in
16043         declaration contexts.
16045         (c-beginning-of-decl-1): Use it.
16047         (c-nonlabel-token-key): New language constant and variable needed
16048         by `c-beginning-of-statement-1'.
16050         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16051         manifested itself due to the correction in `c-forward-sexp'.
16053         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16054         Make these behave as documented when used at the buffer limits.
16056         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16057         (c-type-decl-end-used): Made this a language variable.
16059         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16060         correctly when `combine-after-change-calls' is used together with
16061         temporary narrowings.
16063         * progmodes/cc-engine.el (c-beginning-of-statement-1):
16064         Report labels correctly when the start point is immediately after the
16065         colon.
16067         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16068         Remove since it isn't used anymore.
16070         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16071         bracket arglists such as template parens in C++.
16073         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16074         in the last check-in.  Some optimization.
16076         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16077         where it could stop at the same level in a preceding sexp when
16078         PAREN-LEVEL is set.
16080         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16081         text property lookup only when it's needed.
16083         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16084         Change the policy for paren marked angle brackets to be more
16085         persistent; once marked they remain marked even when they're found
16086         to be unbalanced in the searched region.  This should keep the
16087         paren syntax around even when individual lines are refontified in
16088         multiline template arglists.
16090         (c-parse-and-markup-<>-arglists): New dynamically bound variable
16091         to control markup so that incorrect angle bracket arglists aren't
16092         marked in contexts where the correct value for
16093         `c-disallow-comma-in-<>-arglists' isn't known.
16095         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16096         argument has become `c-parse-and-markup-<>-arglists'.
16098         (c-remove-<>-arglist-properties): Remove - no longer used.
16100         (c-after-change-check-<>-operators): New function used on
16101         `after-change-functions' to avoid that "<" and ">" characters that
16102         are part of longer operators have paren syntax.
16104         (c-<>-multichar-token-regexp): New language variable used by
16105         `c-after-change-check-<>-operators'.
16107         (c-after-change): Call `c-after-change-check-<>-operators'.
16109         (c-font-lock-<>-arglists): Use the context properties set by
16110         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16111         correctly to avoid doing invalid markup.
16113         (c-font-lock-declarations): Remove code that undoes the invalid
16114         markup done by `c-font-lock-<>-arglists'.
16116         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16117         after `c-font-lock-declarations'.
16119         * progmodes/cc-engine.el (c-syntactic-skip-backward):
16120         Add paren-level feature.
16122         (c-guess-basic-syntax): Improve the anchor position for
16123         `template-args-cont' in nested template arglists.  There's still
16124         much to be desired in this area, though.
16126 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16128         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16129         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16131 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16133         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16134         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16136         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16137         it doesn't work no longer are supported.
16139         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16140         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16141         requires support for the syntax-table' text property, which rules
16142         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
16143         cruft associated with those versions.
16145         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16146         for the `syntax-table' text property, which rules out Emacs 19 and
16147         XEmacs < 21.4.  Removed various compatibility cruft associated
16148         with those versions.
16150         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16151         support for the `syntax-table' text property.
16153         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16154         variable and use an extra quoted face name instead.  All the
16155         emacsen flavors handle that correctly.
16157         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16158         (c-font-lock-declarators, c-font-lock-declarations)
16159         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16160         property to mark the items in in declarator lists to handle
16161         refontification inside multiline declarations better.
16163         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16164         construct like "a * b = c;" as a declaration.
16166 2005-12-08  Kim F. Storm  <storm@cua.dk>
16168         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16169         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
16170         select either meta, hyper, or super modifier for rectangle commands.
16171         (cua--rectangle-modifier-key): New defvar.
16172         (cua--M/H-key): Use it.  Remove special case for `space'.
16173         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16174         on X, to meta otherwise.  Always bind C-return to toggle
16175         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
16177         * emulation/cua-rect.el (cua-help-for-rectangle):
16178         Use cua--rectangle-modifier-key.  Handle super modifier too.
16179         (cua--init-rectangles): Always bind C-return to toggle rectangle.
16180         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16182         * ido.el: Move Acknowledgements and History after Commentary.
16183         Minor changes to Commentary.
16185         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16186         keymap if cua--prefix-override-timer is `shift'.
16187         (cua--shift-control-prefix): New function; emulate "type prefix
16188         key twice" functionality to handle shifted prefix key override.
16189         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16190         New commands.
16191         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16193 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
16195         * textmodes/org.el (org-insert-heading): Try to do items before
16196         headings.
16197         (org-agenda-mode): Quote `org-agenda-mode-hook'.
16198         (org-insert-item): New function.
16199         (org-renumber-ordered-list): Don't skip to higher level lists.
16201 2005-12-08  Juri Linkov  <juri@jurta.org>
16203         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16205         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16207         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16209         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16210         the constructed function name fun-1.
16212         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16213         because such links don't lead to parent documentation.
16215 2005-12-08  Kenichi Handa  <handa@m17n.org>
16217         * descr-text.el (describe-char): Use *Help-2* buffer if the
16218         current buffer is *Help*.  Call describe-text-properties while
16219         setting the original buffer.
16221 2005-12-07  Bill Wohler  <wohler@newt.com>
16223         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
16224         and causes problems with non-MH users (such as Gnus users).
16226 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
16228         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16229         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16230         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16231         command "info sources".  Move calls to GDB command "list".
16232         (gdb-find-file-hook): Just use gdb-source-file-list.
16233         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16234         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16235         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16236         (gdb-data-list-register-values-handler): Use correct trigger name.
16238 2005-12-07  Kim F. Storm  <storm@cua.dk>
16240         * ido.el (ido-completion-map): Rename from ido-mode-map.
16241         (ido-common-completion-map, ido-file-completion-map)
16242         (ido-file-dir-completion-map, ido-buffer-completion-map):
16243         Rename from ido-mode-....-map.
16244         (ido-init-completion-maps): Rename from ido-init-mode-maps.
16245         (ido-setup-completion-map): Rename from ido-define-mode-map.
16246         (ido-read-internal): Bind minibuffer-local-filename-completion-map
16247         to ido-completion-map.
16249 2005-12-07  Kenichi Handa  <handa@m17n.org>
16251         * international/mule-cmds.el
16252         (set-display-table-and-terminal-coding-system): If the coding
16253         system specified in `unibyte-display' property is different from
16254         the arg coding-system, don't setup standard-display-table.
16256 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16258         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
16259         that comments end at \n, regardless of selective-display.
16261 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
16263         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
16264         (gdb-version): New variables.
16265         (gdb-source-file-list, gdb-register-names)
16266         (gdb-changed-registers): New variables for use with GDB 6.4+.
16267         (gdb-ann3): Replace with...
16268         (gdb-init-1, gdb-init-2): ...two new functions.
16269         (gdba, gdb-prompt): Call gdb-init-1.
16270         (gdb-get-version): New function.  Call gdb-init-2 from here.
16271         (gud-watch): Make it work with mouse events too.
16272         (gdb-post-prompt): Don't add to queue until GDB version is known.
16273         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
16274         (gdb-locals-mode): Use gdb-version.
16275         (gdb-memory-format-map, gdb-memory-unit-map)
16276         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
16277         (gdb-locals-font-lock-keywords-1)
16278         (gdb-locals-font-lock-keywords-2): New variables.
16279         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
16280         (gdb-set-gud-minor-mode-existing-buffers-1)
16281         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
16282         (gdb-var-update-1, gdb-var-update-handler-1)
16283         (gdb-data-list-register-values-handler)
16284         (gdb-data-list-register-values-custom)
16285         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
16286         (gdb-stack-list-locals-handler, gdb-get-register-names):
16287         New functions for use with GDB 6.4+.
16288         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
16289         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
16290         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
16291         (gdb-stack-list-locals-regexp)
16292         (gdb-data-list-register-names-regexp): New regexps for use with
16293         GDB 6.4+.
16295 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16297         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
16299 2005-12-06  Nozomu Ando  <nand@mac.com>
16301         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
16302         prompts work for AUTH PLAIN.  Also reported by Steve Allan
16303         <seallan@verizon.net>.
16305 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16307         * frame.el (set-frame-parameter): Add doc string.
16309 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
16311         * textmodes/org.el (org-occur-highlights): New variable.
16312         (org-highlight-new-match, org-remove-occur-highlights): New functions.
16313         (org-highlight-sparse-tree-matches): New option.
16314         (org-do-occur): New function.
16315         (org-get-heading): Make it work also at beginning of line.
16316         (org-category-table): New variable.
16317         (org-get-category-table, org-get-category)
16318         (org-camel-to-words, org-link-search): New functions.
16319         (org-select-this-todo-keyword): New variable.
16320         (org-todo-list): New command.
16321         (org-shiftright, org-shiftleft): New commands.
16322         (org-agenda-todo): Add prefix argument.
16323         (org-show-hierarchy-above): New option.
16324         (org-show-todo-tree): Numerical prefix creates tree for specific
16325         TODO keyword.
16326         (org-outline-level): New function, to assign a level to plain
16327         lists items.
16328         (org-cycle-include-plain-lists): New option.
16329         (org-mode): Use `org-outline-level' as value of `outline-level'.
16330         (org-cycle): Temporarily switch `outline-regexp' if
16331         `org-cycle-include-plain-lists' is non-nil.
16332         (org-start-icalendar-file): Fix format bug.
16333         (org-agenda-get-day-entries): Create category table.
16334         (org-agenda-get-todos, org-agenda-get-timestamps)
16335         (org-agenda-get-deadlines, org-agenda-get-scheduled)
16336         (org-agenda-get-blocks): Use `org-get-category'.
16337         (org-context-in-file-links): Rename from
16338         `org-line-numbers-in-file-links'.
16340 2005-12-06  Romain Francoise  <romain@orebokech.com>
16342         * window.el (balance-windows): Delete extraneous third arg in call
16343         to `enlarge-window'.
16345 2005-12-06  Kenichi Handa  <handa@m17n.org>
16347         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
16349 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
16351         * progmodes/gdb-ui.el (gdb-var-create-handler)
16352         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
16353         (gdb-var-list-children-handler, gdb-var-update-handler):
16354         Current buffer is already gdb-partial-output-buffer, don't
16355         make it current again.
16357 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
16359         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
16360         (list-buffers-noselect): Use it.
16362 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16364         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
16365         (mail-yank-ignored-headers): Use regexp-opt.
16366         (mail-mode-map): Move initialization into declaration.
16367         (mail-sent-via): Remove unused shadowed var `to-line'.
16368         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
16369         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
16370         (mail-do-fcc): Use dolist and push.
16371         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
16372         (mail-yank-ignored-headers): Don't autoload.
16374 2005-12-05  Kenichi Handa  <handa@m17n.org>
16376         * international/mule-cmds.el (set-language-info-internal): New fun.
16377         (set-language-info): Call set-language-info-internal to update
16378         language-info-alist.  If LANG-ENV is the current one, call
16379         set-language-environment to make INFO effective now.
16380         (set-language-info-alist): Likewise.
16381         (locale-language-names): With locale "en", use English
16382         lang. env. but set the default codings to iso-8859-1.
16384 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
16386         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
16387         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
16388         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
16389         for plain strings.
16390         (gdb-frames-mode): Remove redundant call to font-lock-mode.
16391         (gdb-all-registers): Rename from toggle-gdb-all-registers.
16392         Create registers buffer if necessary.  Echo new state in minibuffer.
16393         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
16395 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
16397         * info.el (Info-fontify-node): Match external links using
16398         non-directory part of filename.
16400 2005-12-04  Juri Linkov  <juri@jurta.org>
16402         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
16403         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
16404         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
16405         because there is no customization option for it.
16407         * font-lock.el (lisp-font-lock-keywords-1):
16408         Add define-global-minor-mode.
16410         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
16412         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
16413         properties on the constructed variable names.
16415         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16416         Put `definition-name' properties on the constructed function names
16417         next-sym and prev-sym.
16419         * emacs-lisp/find-func.el (find-function-regexp):
16420         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
16421         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
16422         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
16423         and easy-menu-define.
16425         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
16426         easy-mmode-define-global-mode and define-global-minor-mode.
16427         (lisp-imenu-generic-expression): Add define-global-minor-mode.
16429         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
16430         instead of easy-mmode-define-global-mode.
16432         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16433         Use define-minor-mode instead of easy-mmode-define-minor-mode.
16435         * cus-edit.el (customize-group, customize-group-other-window):
16436         Filter out autoloaded options from the group completion list by
16437         using heuristics that autoloaded groups don't have `custom-autoload'
16438         property on their symbols (they have only `custom-loads').
16440         * simple.el (completion-setup-function): Put completions-common-part
16441         face on complete completion string too (i.e. completion string
16442         without completions-first-difference face).
16444         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
16446 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
16448         * view.el (view-mode): Doc fix.
16450         * disp-table.el (standard-display-european): Add to the warning
16451         message a reference to the doc string.
16453         * play/yow.el (apropos-zippy): Call print-help-return-message,
16454         similar to other Help and Apropos commands.
16456         * help.el (print-help-return-message): If pop-up-frames is
16457         non-nil, set up help-return-method to delete the help window and,
16458         possibly, its frame as well, and don't display message about
16459         scrolling the help window.  Doc fix.
16460         (help-return-method): Doc fix.
16462 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
16464         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
16465         whereby names of length one or names starting with a
16466         symbol-constituent character would not be returned.
16468 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16470         * subr.el (atomic-change-group): Add edebug and indentation spec.
16472 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16474         * completion.el (save-completions-file-name): Fix typo in last change.
16476 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16478         * info.el: Move back/forward history to the beginning of the tool bar.
16480 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
16482         * allout.el (eval-when-compile): Remove unnecessary load of cl.
16483         Add fset of allout-real-isearch-abort during compile to fix
16484         byte-compilation warnings.
16485         (allout-mode-p): Move definition of this macro above all uses, or
16486         byte compilation in barren Emacs (eg, during Emacs build) will
16487         lack the definition.
16488         (allout-mode): Move this variable above any uses, or byte
16489         compilation will fail.
16490         (allout-resolve-xref): Remove use of personal file-reference function.
16491         (allout-toggle-current-subtree-encryption): Do the current (ie,
16492         visible containing) topic, rather than nearest around point.  Doc fix.
16493         (allout-toggle-subtree-encryption): New function, workhorse that
16494         works on nearest topic containing point.
16495         (allout-encrypt-string): Signal requirement for newer version of pgg.
16496         (allout-resumptions): Doc fix.
16498 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
16500         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
16502 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
16504         * textmodes/flyspell.el (flyspell-external-point-words):
16505         Consider a misspelling as found in the string search if: (a) misspelling
16506         and found string lengths match, or (b) misspelling is found as
16507         element in a boundary-chars separated longer string, or (c)
16508         ispell-program-name is really ispell and misspelling is found as
16509         part of a TeX string.  After successful match move beginning of
16510         search region to end of match.  Warn about not found misspellings
16511         once the process is done.
16512         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
16514 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
16516         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
16517         tool bar (removed inadvertently).
16519 2005-12-02  Juri Linkov  <juri@jurta.org>
16521         * log-view.el (log-view-diff): Clarify doc string.
16523 2005-12-01  Bill Wohler  <wohler@newt.com>
16525         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
16526         triggers lm-verify errors.
16528 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
16530         * simple.el (transient-mark-mode, line-number-mode)
16531         (column-number-mode, size-indication-mode): Remove `:require nil'.
16533 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
16535         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
16536         in the margin also.
16537         (gdb-breakpoints-mode-map): Use D instead of d for
16538         gdb-delete-breakpoint.
16539         (gdb-get-frame-number): Require a number to match on.
16540         (gdb-threads-mode-map): Add follow-link binding.
16542 2005-11-30  Jason Rumney  <jasonr@gnu.org>
16544         * isearch.el (isearch-mode-map): Avoid exiting search on
16545         language-change event.
16547 2005-11-30  Romain Francoise  <romain@orebokech.com>
16549         * speedbar.el (speedbar-default-position): New defcustom.
16550         (speedbar-frame-reposition-smartly): Use it.
16552         * dframe.el (dframe-reposition-frame-emacs): Fix position
16553         computation for `left' location.
16554         Update copyright year.
16556 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16558         * help.el (help-map): Move initialization into declaration.
16560         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
16562         * help-fns.el (help-argument-name): Don't autoload.
16563         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
16564         to be re-loaded when customizing the `help' group.
16566 2005-11-30  John Paul Wallington  <jpw@gnu.org>
16568         * help-fns.el (describe-function-1): Fill arglist output.
16570 2005-11-30  Kim F. Storm  <storm@cua.dk>
16572         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
16573         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
16574         after revert-buffer (or anything else which kills all local variables).
16576         * apropos.el (apropos-parse-pattern): Doc fix.
16577         Set apropos-regexp directly, rather than expecting callers to do so.
16578         (apropos-command, apropos, apropos-value, apropos-documentation):
16579         Simplify calls to apropos-parse-pattern.
16581 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16583         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
16584         (hi-lock-face-phrase-buffer): Use hi-yellow face.
16585         (hi-lock-write-interactive-patterns): Use comment-region.
16587         * longlines.el (longlines-mode): Add mail-setup-hook.
16589         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
16591         * simple.el (sendmail-user-agent-compose, next-line):
16592         Conditionally use hard-newline.
16594 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16596         * international/latexenc.el (latex-inputenc-coding-alist):
16597         Reword doc string.
16599 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16601         * help.el (describe-key-briefly, describe-key): Recognize default
16602         bindings.
16604 2005-11-29  Romain Francoise  <romain@orebokech.com>
16606         * view.el (view-inhibit-help-message): New defcustom.
16607         (view-mode-enter): Use it.
16609 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
16611         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
16612         Preserve user position.
16614 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
16616         * font-lock.el: Throw error if facemenu is not loaded to prevent
16617         accidental change of loading order in loadup.el.  (Suggested by RMS.)
16619         * loadup.el: Add comment explaining why facemenu must be loaded
16620         before font-lock.
16622 2005-11-28  Jay Belanger  <belanger@truman.edu>
16624         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
16625         (calc-dispatch-map): Add more keys for `calc-same-interface'.
16627         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
16629         * calc/calc-embed.el (calc-do-embedded): Update help message.
16631         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
16633 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16635         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
16637         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
16638         called-interactively-p.
16639         (elp-profilable-p): Rename from elp-not-profilable-p.
16640         Invert result and take into account macros and autoloaded functions.
16641         (elp-instrument-function): Update call.
16642         (elp-instrument-package): Update call.  Add completion.
16643         (elp-pack-number): Use match-string.
16644         (elp-results-jump-to-definition-by-mouse): Merge into
16645         elp-results-jump-to-definition and then remove.
16646         (elp-output-insert-symname): Make help echo text single-line.
16648         * replace.el (query-replace-map): Move initialization into declaration.
16649         (occur-engine): Use with-current-buffer.
16650         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
16651         (occur-mode-mouse-goto): Replace with an alias.
16653 2005-11-28  Juri Linkov  <juri@jurta.org>
16655         * simple.el (quoted-insert): Let-bind input-method-function to nil.
16657         * term/w32-win.el: Bind [S-tab] to [backtab].
16659         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
16660         `Info-find-file' to t.
16662         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
16663         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
16664         and same-window-regexps.
16665         (occur-next-error): Don't move point for arg 0.
16667 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
16669         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
16671 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16673         * log-edit.el (log-edit-changelog-use-first): New var.
16674         (log-edit-changelog-ours-p): Use it.
16675         (log-edit-insert-changelog): Set it with new arg `use-first'.
16676         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
16677         (log-edit-hook): Add them to the list of suggested options.
16679         * textmodes/flyspell.el (flyspell-last-buffer): New var.
16680         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
16681         redundant work.
16682         (flyspell-mode-on): Use add-hook for after-change-functions.
16683         (flyspell-mode-off): Use remove-hook for after-change-functions.
16684         (flyspell-changes): Make it buffer-local.
16685         (flyspell-after-change-function): Make it non-interactive.  Use push.
16686         (flyspell-post-command-hook): Check input-pending-p while processing
16687         the potentially long list of buffer changes.
16689 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16691         * buff-menu.el (list-buffers-noselect): Display the selected
16692         frame's buffer list, not the global one.
16694 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16696         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
16697         that (list last-input-event) works as in interactive spec.
16699 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16701         * loadup.el ("facemenu"): Load facemenu before font-lock, because
16702         `facemenu-keymap' needs to be defined when font-lock is loaded.
16703         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
16705 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16707         * completion.el: Remove useless leading * in defcustom docstrings.
16708         (save-completions-file-name): Use ~/.emacs.d if available.
16709         (completion-standard-syntax-table): Rename from
16710         cmpl-standard-syntax-table and fold initialization into declaration,
16711         thus removing cmpl-make-standard-completion-syntax-table.
16712         (completion-lisp-syntax-table, completion-c-syntax-table)
16713         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
16714         (cmpl-saved-syntax, cmpl-saved-point): Remove.
16715         (symbol-under-point, symbol-before-point)
16716         (symbol-under-or-before-point, symbol-before-point-for-complete)
16717         (add-completions-from-c-buffer): Use with-syntax-table.
16718         (make-completion): Don't return a list of completion entries.
16719         Update callers.
16720         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
16721         (completion-initialize): Rename from initialize-completions.
16722         (completion-find-file-hook): Rename from cmpl-find-file-hook.
16723         (kill-emacs-save-completions): Collect stats here.
16724         (save-completions-to-file, load-completions-from-file):
16725         Use with-current-buffer.
16726         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
16727         into a function.  Move all calls to toplevel.
16728         (completion-lisp-mode-hook): New fun.
16729         (completion-c-mode-hook, completion-setup-fortran-mode):
16730         Set the syntax-table here.  Use local-set-key.
16731         (completion-saved-bindings): New var.
16732         (dynamic-completion-mode): Make it into a proper minor mode.
16733         (load-completions-from-file): Remove unused var `num-uses'.
16735         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
16736         constructor if it is explicitly overridden.
16738         * complete.el (PC-completion-as-file-name-predicate):
16739         Use minibuffer-completing-file-name.
16740         (partial-completion-mode): Use find-file-not-found-functions.
16741         (PC-lisp-complete-symbol): Use with-syntax-table.
16742         (PC-look-for-include-file): Remove dead setq.
16743         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
16744         (PC-complete): Use with-current-buffer.
16746         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
16747         escape single quotes.
16749 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16751         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
16752         of `if' whose condition always returned nil.  Doc fix.
16754         * buff-menu.el (Buffer-menu-revert-function): Make the selected
16755         window's buffer the current buffer around the call to
16756         `list-buffers-noselect'.  This is necessary to mark that buffer
16757         with a `.' in the Buffer Menu when called from Lisp, for instance
16758         by Auto Revert Mode.
16760 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16762         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
16763         attaching to it.
16764         (gdb-pre-prompt): Make sure gdb-error is reset.
16766         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
16767         with a child process, detect it.
16768         (gud-speedbar-buttons): Match regexp more carefully.
16770 2005-11-27  Richard M. Stallman  <rms@gnu.org>
16772         * mouse.el (mouse-drag-move-window-bottom):
16773         Use adjust-window-trailing-edge.
16775 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16777         * simple.el (blink-matching-open): Ignore
16778         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
16779         (blink-matching-paren-on-screen): Update docstring.
16781         * paren.el (show-paren-mode): No longer change
16782         `blink-matching-paren-on-screen'.
16784 2005-11-27  John Paul Wallington  <jpw@pobox.com>
16786         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
16787         (gdb-threads-select, gdb-edit-register-value):
16788         Use `posn-set-point' instead of `mouse-set-point' because the
16789         latter is not fbound when configured without X.
16791 2005-11-27  Kim F. Storm  <storm@cua.dk>
16793         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
16794         existing face when partially highlighting a TAB in a rectangle.
16796 2005-11-26  Kim F. Storm  <storm@cua.dk>
16798         * ido.el (ido-mode-map): Doc fix.
16799         (ido-mode-common-map, ido-mode-file-map)
16800         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
16801         (ido-define-mode-map): Rewrite.  Select one of the new maps as
16802         parent for ido-mode-map instead of building from scratch.
16803         (ido-init-mode-maps): New defun to initialize new maps.
16804         (ido-mode): Call it.
16805         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
16806         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
16808 2005-11-26  John Paul Wallington  <jpw@pobox.com>
16810         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
16811         `mouse-set-point' because the latter is not fbound when configured
16812         without X.
16814 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
16816         * files.el (file-relative-name): Doc fix.
16818 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
16820         * progmodes/octave-inf.el (inferior-octave-startup): Force a
16821         non-empty string for secondary prompt PS2.
16823 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16825         * progmodes/compile.el (compilation-setup): Fix last change.
16827 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
16829         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16830         (gdb-mouse-toggle-breakpoint-margin)
16831         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
16832         Add gdb-server-prefix to keep out of command history.
16833         (gdb-edit-register-value): New function.
16834         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
16835         (gdb-info-registers-custom): Use above map.
16837 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16839         * custom.el (enable-theme): Signal error if argument is not a
16840         theme.  Don't recalculate a face if it's not loaded yet.
16842         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
16843         the `user' theme is in effect.
16845         * info.el (Info-on-current-buffer): Record actual filename in
16846         Info-current-file, instead of t, or a fake filename if a non-file
16847         buffer.  Make autoload.
16848         (Info-find-node, Info-revert-find-node): No need to check for
16849         Info-current-file nil.
16850         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
16851         Info-current-file is now never `t'.
16852         (Info-fontify-node): Many simplifications due to Info-current-file
16853         always being valid.  Use Info-find-file to find node filename.
16855 2005-11-25  David Kastrup  <dak@gnu.org>
16857         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
16858         new character, then delete" in order to preserve markers.
16860 2005-11-25  David Ponce  <david@dponce.com>
16862         * recentf.el (recentf-arrange-by-rule): Handle a special
16863         `auto-mode-alist'-like "strip suffix" rule.
16864         (recentf-build-mode-rules): Handle second level auto-mode entries.
16866 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
16868         * viper-keym.el (viper-ESC-key): Use different values in terminal and
16869         window modes.
16871         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
16872         jde-javadoc-checker-report-mode.
16874         * ediff-wind (ediff-make-wide-display): Slight simplification.
16876         * ediff.el (ediff-date): Change the date of last update.
16878 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
16880         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
16881         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
16882         (hi-lock-mode): New global minor mode.
16883         (turn-on-hi-lock-if-enabled): New function.
16884         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
16885         Change arguments to regexp and face instead of a font-lock pattern.
16886         Directly set face property, instead of refontifying.
16887         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
16888         (hi-lock-find-patterns): Use line-number-at-pos.
16890         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
16891         arguments for hi-lock-set-pattern.
16892         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
16893         Call font-lock-fontify-buffer.
16894         (hi-lock-find-file-hook, hi-lock-current-line)
16895         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
16897         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
16898         turned off.
16900         * progmodes/compile.el (compilation-setup): Don't fiddle with
16901         font-lock-defaults.
16903 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
16905         * progmodes/gdb-ui.el (gdb-var-create-handler)
16906         (gdb-var-list-children-handler): Find values for all variable
16907         objects.  gud-speedbar-buttons decides whether to display them.
16909 2005-11-24  Romain Francoise  <romain@orebokech.com>
16911         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
16912         buffer name with a space.
16914 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
16916         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
16917         `org-export-local-list-max-depth'.  Change default value to 3.
16918         (org-auto-renumber-ordered-lists)
16919         (org-plain-list-ordered-item-terminator): New options.
16920         (org-at-item-p, org-beginning-of-item, org-end-of-item)
16921         (org-get-indentation, org-get-string-indentation)
16922         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
16923         New functions.
16924         (org-move-item-down, org-move-item-up): New commands.
16925         (org-export-as-html): New classes for CSS support.  Bug fix in
16926         regular expression detecting fixed-width regions.  Respect
16927         `org-local-list-ordered-item-terminator'.
16928         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
16929         also a list item.
16930         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
16931         New item moving functions.
16933 2005-11-24  Juri Linkov  <juri@jurta.org>
16935         * isearch.el (isearch-repeat): With empty search ring set
16936         `isearch-error' to the error string instead of signaling error
16937         with the function `error'.
16939 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16941         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
16943 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
16945         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
16946         and variable.
16947         (gdb-var-create-handler, gdb-var-list-children-handler):
16948         Don't match on "char **...".
16949         (gdb-var-update-handler): Find values for all variable objects.
16950         (gdb-info-frames-custom): Identify frames by leading "#".
16952         * progmodes/gud.el (gud-speedbar-menu-items): Add
16953         gdb-speedbar-auto-raise as radio button.
16954         (gud-speedbar-buttons): Raise speedbar if requested.
16955         Don't match on "char **...".
16956         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
16957         Make it editable.
16959 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
16961         * info.el (Info-fontify-node): Handle the case where
16962         Info-current-file is t.
16964 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16966         * simple.el (blink-matching-open): Fix off-by-one in last change.
16968 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16970         * term/mac-win.el: Don't change default directory.
16972 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
16974         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
16975         buffers correctly.  (It used to throw an error in such buffers.)
16976         Make it ask for confirmation in group buffers and other Custom
16977         buffers containing more than one customization item.
16979 2005-11-22  John Paul Wallington  <jpw@gnu.org>
16981         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
16982         property on mail and url overlays.
16983         (goto-address-at-point): Use `posn-set-point' instead of
16984         `mouse-set-point' because the latter is not fbound when configured
16985         without X.
16987 2005-11-22  Lars Hansen  <larsh@soem.dk>
16989         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
16990         (ls-lisp-classify, ls-lisp-format): Delete call to
16991         ls-lisp-parse-symlink.
16992         (ls-lisp-handle-switches): Handle symlinks to directories as
16993         directories when ls-lisp-dirs-first in non-nil.
16995 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
16997         * startup.el (command-line): Make sure that loaddefs.el is handled
16998         correctly in load-history.
17000 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
17002         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17003         (gdb-struct-string, gdb-array-string): New constants.
17004         (gdb-info-locals-handler): Use them.
17005         (gdb-reset): Reset gdb-var-list to nil.
17007 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17009         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17010         in patterns.
17012 2005-11-21  Juri Linkov  <juri@jurta.org>
17014         * custom.el (defcustom): Update link types in docstring.
17016 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
17018         * custom.el (defgroup): Add doc-string-elt info.
17020         * widget.el (define-widget): Don't use declare for the doc-string-elt.
17022 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17024         * newcomment.el (comment-enter-backward): Fix last fix.
17026         * simple.el (blink-matching-open):
17027         * paren.el (show-paren-function): Allow new paren-class info.
17029 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
17031         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
17032         handled automagically.
17034 2005-11-20  Andreas Schwab  <schwab@suse.de>
17036         * descr-text.el (describe-char): When copying overlays put them
17037         over the full char description instead of just the first character
17038         of it.
17040 2005-11-20  Juri Linkov  <juri@jurta.org>
17042         * simple.el (what-cursor-position):
17043         * descr-text.el (describe-char): Use Lisp-readable syntax
17044         for octal and hex.  Reorder decimal, octal and hex values.
17045         Remove excess whitespace in the output.  Use `=' in `column='
17046         like in `point=' and `Hscroll='.
17048         * international/mule-cmds.el (encoded-string-description):
17049         Use Lisp-readable syntax for hex.
17051 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17053         * newcomment.el (comment-enter-backward): Handle the case where the
17054         comment is closed by EOB.
17056 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17058         * longlines.el (longlines-before-revert-hook)
17059         (longlines-after-revert-hook): New functions.
17060         (longlines-mode): Turn off longlines temporarily when reverting.
17061         Add a message-setup-hook.
17062         (longlines-decode-buffer): New function.
17063         (longlines-wrap-line): Preserve marker positions.
17065 2005-11-19  Andreas Schwab  <schwab@suse.de>
17067         * emacs-lisp/shadow.el: Handle compressed files.
17069 2005-11-19  Romain Francoise  <romain@orebokech.com>
17071         * net/browse-url.el (browse-url-default-browser): Signal an error
17072         if no usable browser can be found, rather than try to load w3.
17074 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
17076         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17077         replacing existing properties.
17078         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17079         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17080         tty specs.
17081         (rcirc-server-prefix, rcirc-server): New faces.
17082         (rcirc-url-regexp): Generate with rx macro.
17083         (rcirc-last-server-message-time): New variable.
17084         (rcirc-filter): Record time of last message.
17085         (rcirc-keepalive): Kill processes that did not send a message
17086         since the last ping.
17087         (rcirc-mode): Give rcirc-topic a local binding here.
17089 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
17091         * subr.el (read-passwd): Fontify the prompt as we do with other
17092         prompts.
17094 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
17096         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17097         binding buffer-read-only to nil.
17099 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17101         * complete.el (partial-completion-mode):
17102         Mention completion-auto-help in the doc string.
17104         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
17105         more Lisp-ish way.
17107 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
17109         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17110         digits, not 8, to avoid misalignment for files larger than 100MB.
17112 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17114         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17115         Mention "keyboard shortcuts" in the help text.
17117 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17119         * startup.el (fancy-splash-default-action): Discard only
17120         mouse-down and succeeding mouse-up events in the splash screen
17121         window so that drag-n-drop event can be processed.
17123 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
17125         * longlines.el (longlines-mode): Add hacks for mail-mode and
17126         message-mode.
17128 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
17130         * textmodes/org.el (org-table-sort-lines): New command.
17131         (org-tbl-menu): Add entry for `org-table-sort-lines'.
17132         (org-add-file): Command removed, use `org-agenda-file-to-front'
17133         instead.
17134         (org-export-icalendar): Use `org-icalendar-combined-name'.
17135         (org-cycle-agenda-files, org-agenda-file-to-end)
17136         (org-agenda-file-to-front): New commands.
17137         (org-table-tab-jumps-over-hlines, org-export-html-style):
17138         New options.
17139         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17140         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17141         New functions.
17142         (org-fill-paragraph): Call `org-table-align' in tables.
17143         (org-mode): Call `org-set-autofill-regexps'.
17144         (org-export-as-html): Support for local handformatted lists.
17145         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
17146         (org-export-local-list-max-depth): New option.
17147         (org-html-expand): Use `org-html-protect'.
17149 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
17151         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17152         to "p".
17153         (gdb): Move definition of gud-pp to...
17155         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
17156         speedbar.
17157         (gdb-find-watch-expression): New function.
17159 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17161         * faces.el (face-attribute, set-face-attribute): Mention existence
17162         of `:ignore-defface' setting in docstring.
17164 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17166         * simple.el (completion-setup-function): Fix last change.
17168 2005-11-17  John Paul Wallington  <jpw@pobox.com>
17170         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17171         Use `posn-set-point' instead of `mouse-set-point' because the
17172         latter is not fbound when configured without X.
17174         * comint.el (comint-insert-input): Likewise.
17176 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17178         * simple.el (hard-newline): New variable.
17179         (sendmail-user-agent-compose, next-line): Use it.
17181         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17182         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17183         (mail-mail-reply-to, mail-mail-followup-to)
17184         (mail-position-on-field, mail-signature, mail-yank-original)
17185         (mail-attach-file): Likewise.
17187         * mail/mailheader.el (mail-header-format)
17188         (mail-header-format-function): Likewise.
17190         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17192 2005-11-17  Juri Linkov  <juri@jurta.org>
17194         * font-lock.el (font-lock-faces): Rename this defgroup from
17195         `font-lock-highlighting-faces'.
17196         (font-lock-comment-face, font-lock-comment-delimiter-face)
17197         (font-lock-string-face, font-lock-doc-face)
17198         (font-lock-keyword-face, font-lock-builtin-face)
17199         (font-lock-function-name-face, font-lock-variable-name-face)
17200         (font-lock-type-face, font-lock-constant-face)
17201         (font-lock-warning-face, font-lock-negation-char-face)
17202         (font-lock-preprocessor-face)
17203         (font-lock-regexp-grouping-backslash)
17204         (font-lock-regexp-grouping-construct): Rename :group from
17205         `font-lock-highlighting-faces' to `font-lock-faces'.
17207         * cus-edit.el (lisp, c, tex):
17208         * progmodes/ada-mode.el (ada):
17209         * progmodes/asm-mode.el (asm):
17210         * progmodes/cperl-mode.el (cperl-faces):
17211         * progmodes/cpp.el (cpp):
17212         * progmodes/dcl-mode.el (dcl):
17213         * progmodes/f90.el (f90):
17214         * progmodes/fortran.el (fortran):
17215         * progmodes/icon.el (icon):
17216         * progmodes/idlwave.el (idlwave-misc):
17217         * progmodes/m4-mode.el (m4):
17218         * progmodes/make-mode.el (makefile):
17219         * progmodes/meta-mode.el (meta-font):
17220         * progmodes/modula2.el (modula2):
17221         * progmodes/octave-mod.el (octave):
17222         * progmodes/pascal.el (pascal):
17223         * progmodes/perl-mode.el (perl):
17224         * progmodes/prolog.el (prolog):
17225         * progmodes/ps-mode.el (PostScript-edit):
17226         * progmodes/scheme.el (scheme):
17227         * progmodes/sh-script.el (sh-script):
17228         * progmodes/simula.el (simula):
17229         * progmodes/tcl.el (tcl):
17230         * textmodes/nroff-mode.el (nroff):
17231         * textmodes/reftex-vars.el (reftex-fontification-configurations):
17232         * textmodes/sgml-mode.el (sgml):
17233         * textmodes/texinfo.el (texinfo):
17234         Add :link (custom-group-link font-lock-faces) to defgroup.
17236         * hi-lock.el (hi-lock): Rename this defgroup from
17237         `hi-lock-interactive-text-highlighting'.  Change parent group from
17238         `faces' to `font-lock'.  Add link to the manual.
17239         (hi-lock-mode, hi-lock-file-patterns-range)
17240         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17241         `hi-lock-interactive-text-highlighting' to `hi-lock'.
17242         (hi-lock-faces): Add :group `faces'.
17244         * cus-edit.el (custom-variable-prompt): Clarify the code.
17246         * faces.el (face-read-string): Set the default value arg of
17247         completing-read.
17249 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
17251         * rfn-eshadow.el (file-name-shadow-properties)
17252         (file-name-shadow-tty-properties, file-name-shadow-mode):
17253         Remove autoloads, because the file is now preloaded.
17255 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17257         * printing.el (easy-menu-intern): Don't define.
17258         (pr-get-symbol): Use easy-menu-intern only if defined.
17260         * simple.el (blink-matching-open): Simplify a bit.
17261         (completion-setup-function): Fix the case of partial-completion-mode
17262         when the minibuffer's contents start with "-".
17263         Obey completion-base-size-function even when
17264         minibuffer-completing-file-name is non-nil.
17266 2005-11-16  Richard M. Stallman  <rms@gnu.org>
17268         * net/eudcb-ph.el (eudc-ph-open-session):
17269         Use set-process-query-on-exit-flag.
17271         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
17273         * international/ucs-tables.el (ucs-set-table-for-input):
17274         Use make-local-variable, not make-variable-buffer-local.
17276         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17277         Improve warning message text.
17279         * savehist.el (savehist-save-hook): Add :group.
17281         * menu-bar.el (menu-bar-help-menu):
17282         Rename Find Extra Packages to External Packages.
17284         * cus-edit.el (Custom-reset-standard): Verify that
17285         :custom-standard-value prop exists before calling it.
17287         * apropos.el (apropos-calc-scores): Use apropos-pattern.
17289 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
17291         * wid-edit.el (color): Enclose %t in %{...%}.
17293         * cus-edit.el (face): Enclose %t in %{...%}.
17295 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
17297         * savehist.el (savehist-mode-hook): Re-add the var.
17298         (savehist-mode): Use it.
17300 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17302         * textmodes/flyspell.el: Fix commenting convention.
17303         Remove unnecessary leading * in custom docstrings.
17304         (flyspell-emacs): Remove unused var.
17305         (flyspell-delete-region-overlays): Use remove-overlays.
17306         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
17307         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
17308         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
17309         (flyspell-debug-signal-word-checked): Use with-current-buffer.
17310         (make-flyspell-overlay): Don't locally reuse a global name.
17311         (flyspell-highlight-incorrect-region)
17312         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
17313         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
17314         (flyspell-notify-misspell): Remove unused args `start' and `end'.
17315         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
17316         Wrap calls to accept-process-output inside with-local-quit since it's
17317         often called from a post-command-hook.
17318         (flyspell-correct-word, flyspell-auto-correct-word):
17319         Use ispell-send-string.
17320         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
17322         * calendar/diary-lib.el (diary-list-entries): Also hide the
17323         terminating newline.
17325 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
17327         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
17328         window-system, to allow fonts on tty.
17330 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
17332         * progmodes/gud.el (gud-speedbar-item-info): New function.
17333         (gud-install-speedbar-variables): Use it to display data type
17334         of watch expression as a tooltip in speedbar.
17336 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
17338         * font-core.el (global-font-lock-mode): Add :version keyword,
17339         because default was changed.
17341         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
17343         * startup.el (command-line): Use `custom-reevaluate-setting' for
17344         `file-name-shadow-mode'.
17346         * loadup.el: Preload rfn-eshadow.
17348         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
17349         Add :version keyword.
17350         (file-name-shadow-properties, file-name-shadow-tty-properties)
17351         (file-name-shadow): Add :version keyword.
17353         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
17354         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
17355         in the custom-group property of the symbol frames and the fringe
17356         group got no link to its parent group frames.
17357         Doc fix.
17359 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
17361         * progmodes/gud.el (gud-stop-subjob): New function.
17362         (gud-menu-map, gud-tool-bar-map): Use it.
17364 2005-11-16  Kim F. Storm  <storm@cua.dk>
17366         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
17367         than kill it.
17368         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
17369         to a more useful/logical place.
17371 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
17373         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
17374         go buttons complementary.
17376 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17378         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
17379         (rfn-eshadow-sifn-equal): New function.
17380         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
17382 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
17384         * viper-utils.el (viper-non-word-characters-reformed-vi):
17385         Quote `-' in string.
17387         * viper.el (viper-emacs-state-mode-list): Ensure that
17388         rcirc-mode buffers come up in Emacs state.
17390         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
17391         operation.
17393 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
17395         * term.el (term-termcap-format): Fix typos.
17396         (term-down): Fix the negative argument case.
17398 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
17400         * progmodes/gdb-ui.el: Remove face-alias left over from change on
17401         2005-08-15.
17402         (gdb-ann3): New command gud-go.
17403         (menu): Accomodate gdb-mi.el.
17404         (gdb-assembler-custom): Make buffer of selected window current
17405         so that set-window-point works.
17407         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
17408         buttons and include new ones.
17410 2005-11-16  Kim F. Storm  <storm@cua.dk>
17412         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
17413         (gud-menu-map): Use it.
17415 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
17417         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
17418         that works correctly for Custom and that does not override a user
17419         who disables it.
17421         * help-mode.el (help-make-xrefs, help-xref-on-pp)
17422         (help-xref-interned, help-follow): Make hyperlinks for variables
17423         that are unbound, but have a non-nil variable-documentation property.
17425         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
17426         mode hook.  (It conflicted with defcustoms for some mode hooks.)
17427         Use the `variable-documentation' property to give the mode hook a
17428         docstring and expand that docstring.
17430 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
17432         * savehist.el (savehist-mode): Don't bother with
17433         `custom-set-minor-mode'.
17434         (savehist-coding-system): Check XEmacs version.
17435         (history-length): Declare also at run time.
17436         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
17437         Don't set the customize state.
17438         (savehist-minibuffer-hook): Special case for when
17439         minibuffer-history-variable is equal to t.
17441 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17443         * files.el (write-file): Refresh VC status.
17445         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
17446         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
17447         than fundamental-mode to see if the mode was set.
17449 2005-11-14  Romain Francoise  <romain@orebokech.com>
17451         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
17452         dummy function in `eval-when-compile' to avoid compiler warning.
17453         Require `man' at compile time.
17455 2005-11-14  Jay Belanger  <belanger@truman.edu>
17457         * calc-alg.el (calcFunc-write-out-power): Rename it to
17458         calcFunc-powerexpand.
17459         (math-write-out-power): Rename it to math-powerexpand; have it
17460         handle negative exponents.
17461         (calc-writeoutpower): Rename it to calc-powerexpand.
17463         * calc-ext.el: Change calcFunc-writeoutpower and
17464         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
17465         autoloads.
17466         Add calcFunc-ldiv to autoloads.
17468         * calc-arith.el (calcFunc-ldiv): New function.
17470         * calc.el (calc-left-divide): New function.
17472 2005-11-14  Juri Linkov  <juri@jurta.org>
17474         * cus-edit.el (custom-variable-prompt): Set the default value arg
17475         of completing-read.
17477         * cus-dep.el (custom-make-dependencies): Reverse the list of
17478         found dependencies.
17480 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
17482         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
17483         Highlighting" entry, it is on by default now.
17484         (menu-bar-options-save): Do not save global-font-lock-mode.
17486 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17488         * textmodes/flyspell.el (flyspell-large-region):
17489         Call flyspell-accept-buffer-local-defs.
17491 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
17493         * textmodes/flyspell.el (flyspell-notify-misspell):
17494         Fix misspelling of "Misspelling".
17495         (flyspell-process-localwords): New function.
17496         (flyspell-large-region): Call flyspell-process-localwords and
17497         flyspell-delete-region-overlays.
17498         (flyspell-delete-region-overlays): New function.
17499         (flyspell-delete-all-overlays): Call that.
17501 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17503         * help.el (help-for-help-internal): Improve doc of C-h a.
17504         (describe-key): Improve prompt; doc fix.
17506 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17508         * vc-svn.el (vc-svn-registered): Catch all errors.
17510         * cus-dep.el (custom-make-dependencies): Typo.
17512 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
17514         * net/tramp-util.el (top): Fix compilation warning.
17516 2005-11-13  Kim F. Storm  <storm@cua.dk>
17518         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
17520 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17522         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
17523         (gud-speedbar-buttons): Match on "const char *" too.
17525         * progmodes/gdb-ui.el (gdb-var-create-handler)
17526         (gdb-var-list-children-handler): Match on "const char *" too.
17527         (gdb-var-evaluate-expression-handler): Match on empty string.
17528         (gdb-var-update-handler): Only call
17529         gdb-var-evaluate-expression-handler when required.
17531 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17533         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
17534         selected window.  This still doesn't work for speedbar.
17535         (gud-speedbar-buttons): Handle string expressions properly.
17537         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17538         (gdb-var-create-handler): Handle string expressions properly.
17539         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
17540         Handle string expressions properly.  Move "type" field into regexp.
17542 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17544         * bookmark.el (bookmark-maybe-message): New function to reduce
17545         code duplication: invokes `message' iff baud-rate is high enough.
17546         (bookmark-write-file): Use above instead of an inline conditional.
17547         (bookmark-load): Same.
17549 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17551         * bookmark.el (bookmark-write-file): Don't visit the destination
17552         file, just write the data to it using write-region.  This is
17553         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
17554         change to avoid visiting the file in the first place.
17556 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
17558         * hi-lock.el (hi-lock-mode): Set the default value of
17559         font-lock-defaults.
17561 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
17563         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
17564         arg to `file-attributes'.
17565         (find-lisp-format): The UID and GID can now be strings.
17567 2005-11-12  Kim F. Storm  <storm@cua.dk>
17569         * help.el (help-map): Bind C-h d to apropos-documentation.
17571         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
17572         when point is at end-of-buffer.
17574         * apropos.el (apropos-match-face): Doc fix.
17575         (apropos-sort-by-scores): Add new choice `verbose'.
17576         (apropos-documentation-sort-by-scores): New defcustom.
17577         (apropos-pattern): Now contains the pattern entered by the user.
17578         (apropos-pattern-quoted): New defvar.
17579         (apropos-regexp): New defvar, containing the regexp corresponding
17580         to apropos-pattern.
17581         (apropos-all-words-regexp): Rename from apropos-all-regexp.
17582         (apropos-read-pattern): New defun.  Use it to read pattern arg in
17583         interactive calls; returns list of words for a word list, and
17584         string for a regexp.
17585         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
17586         parses a list of words or regexp as returned by apropos-read-pattern.
17587         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
17588         (apropos-score-doc): Return a very high score if the string
17589         entered by the user matches literally.
17590         (apropos-variable): Doc fix.  Use apropos-read-pattern.
17591         (apropos-command): Doc fix.  Use apropos-read-pattern and
17592         apropos-parse-pattern.  Call apropos-print with nosubst=t.
17593         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
17594         apropos-parse-pattern.
17595         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
17596         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
17597         apropos-documentation-sort-by-scores.  Call apropos-print with
17598         nosubst=t.
17599         (apropos-documentation-internal): Pass doc string through
17600         substitute-key-definition before adding text properties.
17601         Highlight substring matching literal user input if possible.
17602         (apropos-documentation-check-doc-file): Remove locals beg and end.
17603         Fix calculation of score (as added twice).  Pass doc string through
17604         substitute-key-definition before adding text properties.
17605         (apropos-documentation-check-elc-file): Pass doc string through
17606         substitute-key-definition before adding text properties.
17607         Highlight substring matching literal user input if possible.
17608         (apropos-print): Add new arg NOSUBST; if set, command and variable
17609         doc strings have already been passed through substitute-key-definition.
17610         Add code to handle apropos-accumulator items without score element
17611         for backwards compatibility (e.g. with woman package).
17612         Only show scores if apropos-sort-by-scores is `verbose'.
17614 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17616         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
17617         Add jka-compr-load-suffixes to load-suffixes.
17619         * jka-compr.el: Require jka-cmpr-hook.
17620         (jka-compr-info-compress-message, jka-compr-info-compress-program)
17621         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
17622         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
17623         (jka-compr-info-can-append, jka-compr-info-strip-extension)
17624         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
17625         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
17626         (jka-compr-uninstall): Remove entries from
17627         jka-compr-added-to-file-coding-system-alist after they are used.
17628         (jka-compr-error): Remove unused var `curbuf'.
17629         (jka-compr-file-local-copy): Remove unused var `notfound'.
17631 2005-11-10  Romain Francoise  <romain@orebokech.com>
17633         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
17635 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
17637         * progmodes/gud.el (gud-menu-map): Move parentheses.
17638         (gdb): New command gud-pv.
17640 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17642         * tar-mode.el: Remove spurious or unnecessary leading stars
17643         in docstrings.
17644         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
17645         (tar-parse-octal-integer-safe): Use mapc.
17646         (tar-header-block-summarize): Remove unused var `ck'.
17647         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
17648         cleared before.  Obey default-enable-multibyte-characters.
17649         Use mapconcat.  Simplify setting of tar-header-offset.
17650         (tar-mode-map): Move initialization inside delcaration.
17651         (tar-flag-deleted): Use `abs'.
17652         (tar-expunge-internal): Remove unused var `line'.
17653         (tar-expunge-internal): Don't hardcode point-min==1.
17654         (tar-expunge): Widen while doing set-buffer-multibyte.
17655         (tar-rename-entry): Use file-name-coding-system.
17656         (tar-alter-one-field): Don't hardcode point-min==1.
17657         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
17658         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
17660 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17662         * add-log.el (add-log-current-defun): Handle class::method
17663         notation of c++.  Fix incorrect comment.
17665 2005-11-10  Alan Mackenzie  <acm@muc.de>
17667         * help-fns.el (describe-variable): Make C-h v work when a variable
17668         has variable documentation yet is unbound.
17670 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17672         * man.el (Man-highlight-references): Set an empty
17673         string to `Man-arguments' if it is nil.
17674         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
17676 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17678         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
17679         commenting conventions.
17681         * cus-dep.el (custom-make-dependencies): Simplify.
17682         Better follow the commenting conventions.
17684 2005-11-09  Richard M. Stallman  <rms@gnu.org>
17686         * apropos.el (apropos-pattern): Rename from apropos-regexp.
17687         (apropos-orig-pattern): Rename from apropos-orig-regexp.
17688         All uses changed.
17689         (apropos-rewrite-regexp): Doc fix.
17690         (apropos-variable, apropos-command, apropos, apropos-value):
17691         Change prompt; carry through the argument renaming.
17693 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
17695         * find-lisp.el: Require dired.
17696         (find-lisp-find-dired-internal): Do not call
17697         `abbreviate-file-name' on DIR.
17699 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
17701         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
17703 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
17705         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
17706         when using the speedbar.
17707         (gdb): New command gud-pp.
17708         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
17710 2005-11-09  Juri Linkov  <juri@jurta.org>
17712         * replace.el (occur-excluded-properties): New defcustom.
17713         (occur-1, occur-engine, occur-accumulate-lines): Use it.
17715 2005-11-08  Jay Belanger  <belanger@truman.edu>
17717         * calc/calc-units.el (math-convert-units): Replace any composite
17718         unit by its definition.
17720 2005-11-08  Lars Hansen  <larsh@soem.dk>
17722         * emacs-lisp/autoload.el (update-directory-autoloads):
17723         Add obsolete function alias.
17725 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17727         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17728         comment-indent-function.
17729         (lisp-comment-indent): Replace by an alias for comment-indent-default.
17731         * reveal.el (reveal-post-command): Rework the handling of
17732         reveal-open-spots, so as to be more reliable.  There were several
17733         tricky corner cases where an open spot might be lost, or where
17734         a closed spot might end up on the list of open spots.
17735         Only reveal text that's ellipsised.
17737 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
17739         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
17741 2005-11-07  John Paul Wallington  <jpw@gnu.org>
17743         * ibuffer.el (ibuffer): Search iconified frames too when
17744         getting Ibuffer buffer's window.
17746 2005-11-06  Richard M. Stallman  <rms@gnu.org>
17748         * progmodes/compile.el (compilation-internal-error-properties):
17749         save-excursion around the computation of MARKER.
17751 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
17753         * textmodes/flyspell.el (flyspell-external-point-words):
17754         flyspell-get-word returns a list, not just a string.
17756 2005-11-06  John Paul Wallington  <jpw@pobox.com>
17758         * ibuffer.el (ibuffer): Search all visible frames when getting
17759         Ibuffer buffer's window.
17761 2005-11-07  Masatake YAMATO  <jet@gyve.org>
17763         * man.el (Man-reference-regexp): Accept spaces between
17764         `Man-name-regexp' and `Man-section-regexp'.
17765         (Man-apropos-regexp): New variable.
17766         (Man-abstract-xref-man-page): Use value for `Man-target-string'
17767         if available.
17768         (Man-highlight-references, Man-highlight-references0):
17769         Handle the case when `Man-arguments' includes "-k".
17770         (Man-highlight-references0): Rename the argument `TARGET-POS' to
17771         `TARGET'. `TARGET' can be a number, function or nil.
17773 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
17775         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
17776         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
17777         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
17778         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
17779         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
17780         (gdb-send-item): Use buffer-local-value and simplify.
17782 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
17784         * startup.el (command-line): Use `custom-reevaluate-setting' for
17785         `global-font-lock-mode'.
17787         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
17788         by default, except in batch mode or when the -D option is given.
17790         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
17791         specified keyword args on to `define-minor-mode'.  Update docstring.
17793 2005-11-05  Romain Francoise  <romain@orebokech.com>
17795         * replace.el (occur-engine): Add marker at end of line, too.
17797 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
17799         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17800         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17801         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17802         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17803         argument to all these routines, so the passphrase can be managed
17804         externally and passed in to the system.
17805         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17806         pgg-add-passphrase-to-cache function.
17808         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17809         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17810         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17811         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17812         argument to all these routines, so the passphrase can be managed
17813         externally and passed in to the system.
17814         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17815         function.
17817 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
17819         * font-lock.el: Don't deal with font-lock-face-attributes here,
17820         move the code ...
17822         * startup.el (command-line): ... here.  Use face-spec-set instead
17823         of custom-declare-face.
17825         * faces.el (face-spec-set): Reset the face if spec is not nil.
17827 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17829         * newcomment.el (comment-region-internal): Box more tightly in the
17830         common case where there's no TAB in the boxed text.
17832 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17834         * info.el (info-tool-bar-map): Use images prev-node, next-node and
17835         up-node.
17837 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
17839         * newsticker.el: Commentary updated.  Code formatting changed.
17840         (newsticker-version): Change to "1.9".
17841         (newsticker, newsticker-feed): Doc fix.
17842         (newsticker-url-list): Doc fix.  Add option "Weekly".
17843         (newsticker-retrieval-interval): Add option "Weekly".
17844         (newsticker-headline-processing): Doc fix.
17845         (newsticker-auto-mark-filter): Remove.
17846         (newsticker-auto-mark-filter-list): New.
17847         (newsticker-layout, newsticker-sort-method): Doc fix.
17848         (newsticker-hide-old-items-in-newsticker-buffer)
17849         (newsticker-heading-format, newsticker-item-format)
17850         (newsticker-desc-format): Doc fix.
17851         (newsticker-show-all-rss-elements): Remove.
17852         (newsticker-show-all-news-elements): New.
17853         (newsticker-faces, newsticker-ticker): Doc fix.
17854         (remove-from-invisibility-spec): Code formatting.
17855         (newsticker--process-ids): New.
17856         (newsticker-mode): Doc fix.
17857         (newsticker-mode): Change mode-line-format.
17858         (newsticker-start): Remove debug output.
17859         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
17860         (newsticker-w3m-show-inline-images): Code formatting.
17861         (newsticker-next-item): Call `force-mode-line-update'.
17862         (newsticker-previous-item): Call `force-mode-line-update'.
17863         (newsticker-next-feed): Call `force-mode-line-update'.
17864         (newsticker-previous-feed): Call `force-mode-line-update'.
17865         (newsticker-mark-all-items-at-point-as-read): Code formatting.
17866         (newsticker-show-old-items): Do not show descs.
17867         (newsticker-hide-entry): Hide too much.
17868         (newsticker-hide-entry, newsticker-show-entry)
17869         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
17870         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
17871         (newsticker-toggle-auto-narrow-to-item): Code formatting.
17872         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
17873         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
17874         (newsticker-get-news): Call `force-mode-line-update'.
17875         Collect process ids.
17876         (newsticker--sentinel): Change coding system handling.
17877         Move image retrieval to new functions newsticker--get-logo-url-*.
17878         Move feed parsing to new functions newsticker--parse-*.
17879         Update list of process ids.
17880         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
17881         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
17882         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
17883         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
17884         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17885         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
17886         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
17887         (newsticker--decode-coding-string): Remove.
17888         (newsticker--decode-numeric-entities): Check input.  Format code.
17889         (newsticker--remove-whitespace): Check input.
17890         (newsticker--do-forget-preformatted): Doc fix.
17891         (newsticker--decode-rfc822-date): Allow for missing time.
17892         (newsticker--update-process-ids): New.
17893         (newsticker--image-sentinel): Change comment.
17894         (newsticker--image-read): Change error message.
17895         (newsticker--imenu-goto): Doc fix.  Show headline title.
17896         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
17897         (newsticker--buffer-do-insert-text): Clean whitespace in
17898         html-rendered headline title.  Code formatting.
17899         Call `newsticker--buffer-print-extra-elements'.
17900         (newsticker--buffer-print-extra-element): Remove.
17901         (newsticker--buffer-print-extra-elements): New.
17902         (newsticker--buffer-do-print-extra-element): New.
17903         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
17904         large sizes.
17905         (newsticker--run-auto-mark-filter)
17906         (newsticker--do-run-auto-mark-filter):
17907         Use `newsticker-auto-mark-filter-list'.
17909 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
17911         * net/rcirc.el: Use split-string OMIT-NULLS argument.
17912         (rcirc-print): Force redisplay before running hooks.  Do long
17913         buffer truncation after making new text read-only.  Deal with nil
17914         text when decoding strings.  If TARGET is nil, use either the
17915         currently selected buffer, if it is an rcirc buffer and of the
17916         same process or the process buffer.
17917         (rcirc-mode): Remove header-line.  Recompute short buffer names.
17918         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
17919         (rcirc-short-buffer-name): Add variable.
17920         (rcirc-kill-buffer-hook): Recompute short buffer names.
17921         Remove nick from private channel.
17922         (rcirc-send-input): Send command text to current-buffer.
17923         Don't clear overlay arrow here.
17924         (rcirc-short-buffer-name): Return a short buffer name.
17925         (rcirc-update-short-buffer-names, rcirc-abbreviate)
17926         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
17927         buffer-name abbreviations.
17928         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
17929         Do not touch nick-table when killing a parted channel.
17930         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
17931         Clear arrow from current buffer if it is now hidden.
17932         (rcirc-current-buffer): Add variable.
17933         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17934         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
17935         Remove -face from names.
17936         (rcirc-update-activity-string): Print "DND" when globally ignoring
17937         activity.
17938         (rcirc-ignore-buffer-activity-flag): Rename from
17939         rcirc-ignore-channel-activity.
17940         (rcirc-ignore-all-activity-flag): Doc fix.
17941         (rcirc-channels): Remove variable.
17942         (rcirc-kill-buffer-hook):
17943         (rcirc-get-buffer-create): Add nick to private channel.
17944         (rcirc-multiline-edit-submit): Remove tabs.
17945         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
17946         folded.
17947         (rcirc-remove-nick-channel): Bug fix.
17948         (rcirc-toggle-ignore-buffer-activity): Rename from
17949         rcirc-toggle-ignore-channel-activity.
17950         (rcirc-record-activity): Add buffers to the front of the list.
17951         (rcirc-update-activity): Remove killed buffers from list.
17952         (rcirc-process-server-response-1): Remove last argument if it is
17953         null before calling handler.
17954         (rcirc): Add "rcirc" defcustom prefix.
17955         (rcirc-prompt): Simplify default prompt.
17956         Use custom-initialize-default.
17957         (rcirc-private-chats): Remove variable.
17958         (rcirc-prompt): Change initialization.
17959         (rcirc-version): Remove function.
17960         (rcirc-id-string): Add constant.
17961         (rcirc-last-buffer): Remove variable.
17962         (rcirc-buffer-alist): Add variable.
17963         (rcirc-connect): Update variable setup.
17964         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
17965         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
17966         default.
17967         (rcirc-handler-generic): Trigger activity.
17968         (rcirc-send-message): Create the buffor of the target.
17969         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
17970         (rcirc-get-buffer): Just return nil if there is no matching buffer.
17971         (rcirc-multiline-edit-cancel): Remove function.
17972         (rcirc-set-last-buffer): Remove function.
17973         (rcirc-get-any-buffer): Add function.
17974         (rcirc-join-channels): Don't print /join text.
17975         (rcirc-toggle-ignore-channel-activity): Add and update echo area
17976         messages.
17977         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
17978         (rcirc-handler-NOTICE): Recognize CTCP responses.
17979         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
17980         constructing TOPIC string for buffers we are not JOINed.
17981         (rcirc-handler-CTCP-response): Add handler.
17982         (rcirc-multiline-edit-submit): Restore the window-configuration
17983         before adjusting point.
17984         (rcirc): Add customization group.
17985         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
17986         (rcirc-user-full-name, rcirc-startup-channels-alist)
17987         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
17988         (rcirc-ignore-all-activity-flag, rcirc-time-format)
17989         (rcirc-input-ring-size, rcirc-read-only-flag)
17990         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
17991         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
17992         Change defvar to defcustom.
17993         (rcirc-update-prompt): Add optional ALL arg, which will update
17994         prompts in all rcirc buffers.  Regexp quote replacement text.
17995         (rcirc-fill-column): Accept frame-width as a value.
17996         (rcirc-set-changed): Add function.
17997         (rcirc-next-active-buffer): Write more meaningful messages.
17998         (rcirc-faces): Add customization group.
17999         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18000         (rcirc-nick-in-message-face, rcirc-prompt-face)
18001         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18002         (with-rcirc-process-buffer): Move before first usage.
18003         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18004         (rcirc-debug-flag): Rename from `rcirc-log-p'.
18005         (rcirc-debug): Rename from `rcirc-log'.
18006         (rcirc-format-response-string): Do not print `-' chars for a
18007         NOTICE with no sender.  Simplify output of server responses.
18009 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18011         (rcirc-browse-url-map, rcirc-browse-url-at-point)
18012         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18013         Make urls mouse and RET clickable.
18015 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18017         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18019 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18021         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18022         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18023         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18024         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18025         argument to all these routines, so the passphrase can be managed
18026         externally and passed in to the system.
18027         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18028         pgg-add-passphrase-to-cache function.
18030         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18031         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18032         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18033         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18034         argument to all these routines, so the passphrase can be managed
18035         externally and passed in to the system.
18036         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18037         function.
18039 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
18041         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18042         from goto-address-url-regexp.
18044 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
18046         * textmodes/org.el (org-read-date, org-goto-calendar)
18047         (org-recenter-calendar, org-agenda-goto-calendar):
18048         Temporarily clear `calendar-move-hook'.
18050 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
18052         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18053         merging.
18055         * ediff-util.el (ediff-previous-difference): Don't skip regions that
18056         have merge clashes.
18058 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18060         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18061         Undo previous change.
18063         * startup.el (command-line): Use `custom-reevaluate-setting' for
18064         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
18065         tty-register-default-colors on Mac.
18067 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18069         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18070         (gdb-buffer-type): Make it automatically buffer local...
18071         (gdb-get-create-buffer): ...and set it accordingly.
18072         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18073         actually work.
18075 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
18077         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18078         not red.
18080 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18082         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18083         case GUD buffer is not visible.
18084         (gdb-goto-breakpoint): Try to force display in source buffer.
18085         (gdb-frame-gdb-buffer): Copy other similar functions.
18086         (gdb-restore-windows): Don't display source if not asked for.
18087         (gdb-assembler-buffer-name): Don't capitalise.
18089 2005-11-03  Richard M. Stallman  <rms@gnu.org>
18091         * wid-edit.el (key-sequence): New widget type.
18093         * simple.el (set-mark-command-repeat-pop): New variable.
18094         (set-mark-command): Only interpret plan C-@ after a pop as a pop
18095         if set-mark-command-repeat-pop is true.
18097         * info.el (Info-fontify-node): Don't display extra "see" if there
18098         already is one here.
18100         * mouse.el: Fix special handling of DEL after dragging a region:
18101         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18102         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
18104         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18106         * textmodes/ispell.el (ispell-command-loop): Change `i' description
18107         not to assume it pertains to an affix.
18109         * textmodes/flyspell.el (flyspell-post-command-hook):
18110         Bind deactivate-mark to prevent deactivation.
18112 2005-11-03  Lars Hansen  <larsh@soem.dk>
18114         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18115         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18116         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18118 2005-11-03  Romain Francoise  <romain@orebokech.com>
18120         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
18121         Update copyright years.
18123 2005-11-03  Sam Steingold  <sds@gnu.org>
18125         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18126         Use system-type instead of window-system because window-system is not
18127         correctly defined during loadup.
18129 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
18131         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18132         (xml-parse-tag): Join strings separated by a comment properly.
18134 2005-11-02  Andreas Schwab  <schwab@suse.de>
18136         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18138 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18140         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18141         (byte-optimize-pure-func): Quote the eval'd value.
18143         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18144         Rename from perl-font-lock-syntactic-face-function.
18145         Change the calling convention so it can be used as a font-lock MATCHER.
18146         Do the parse-partial-sexp loop outselves.
18147         (perl-font-lock-syntactic-keywords): Use it.
18148         (perl-mode): Don't set font-lock-syntactic-face-function any more.
18150 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
18152         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18153         disassembly buffer too.
18154         (gdb-exited): Remove overlay arrows when execution has finished.
18155         (gdb-info-frames-custom, gdb-info-threads-custom)
18156         (gdb-info-registers-custom): Don't add inappropriate text
18157         properties if inferior is not active.
18159 2005-11-02  Glenn Morris  <rgm@gnu.org>
18161         * progmodes/fortran.el (fortran-blink-match):
18162         Use `blink-matching-delay'.
18164 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
18166         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18168 2005-11-02  Lars Hansen  <larsh@soem.dk>
18170         * net/tramp.el (tramp-action-out-of-band): Handle scp message
18171         "Permission denied".
18173 2005-11-01  Richard M. Stallman  <rms@gnu.org>
18175         * textmodes/flyspell.el (flyspell-external-point-words):
18176         Pass nil to flyspell-get-word.
18178 2005-11-02  Kim F. Storm  <storm@cua.dk>
18180         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18181         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18183 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18185         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18186         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18187         (calendar-mouse-print-dates): Add optional `event' argument.
18188         Update interactive-spec.
18189         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18190         Use `calendar-event-to-date' instead of `event'.
18192 2005-11-02  Masatake YAMATO  <jet@gyve.org>
18194         * progmodes/ld-script.el (ld-script-builtins):
18195         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18196         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18197         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18199 2005-11-01  Romain Francoise  <romain@orebokech.com>
18201         * vc-sccs.el: Update copyright year.
18202         * ezimage.el: Likewise.
18204 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
18206         * info.el (Info-fontify-node): Use `string-width' for fontifying
18207         underlined titles.
18209 2005-11-01  Juri Linkov  <juri@jurta.org>
18211         * info.el (Info-fontify-node): Downcase node header keywords Node,
18212         Prev, Next, Up before comparison.
18213         (Info-history): Insert absolute directory name, and put invisible
18214         property on it.
18216 2005-11-01  Juri Linkov  <juri@jurta.org>
18218         * info.el (Info-file-supports-index-cookies): New variable.
18219         (Info-find-node-2): Check makeinfo version for index cookie support.
18220         (Info-index-nodes): Search for nodes with index cookies only when
18221         Info-file-supports-index-cookies is t.  Otherwise, search nodes
18222         with "Index" in the node name.
18223         (Info-index-node): Search index cookie in the current node only when
18224         Info-file-supports-index-cookies is t.  Otherwise, check the word
18225         "Index" in the node name.
18226         (Info-find-emacs-command-nodes): Remove code that searches nodes
18227         with "Index" node name in the top menu.
18229 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18231         * progmodes/scheme.el (scheme-mode-variables): Use the default
18232         comment-indent-function.
18234         * faces.el (face-attribute): Handle the case where a face inherits from
18235         a non-existent face.
18237         * simple.el (eval-expression-print-format): Use lisp-readable syntax
18238         for octal and hexa output, and merge the char into the paren.
18239         (kill-new): Use push.
18240         (copy-to-buffer): Use with-current-buffer.
18241         (completion-setup-function): Move code in loop to remove redundancy.
18242         (minibuffer-local-must-match-map): Don't add bindings that duplicate
18243         those inherited from minibuffer-local-completion-map.
18245         * savehist.el (savehist-mode) <defcustom>:
18246         Use custom-set-minor-mode if available.
18247         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18248         and emit a message if applicable.
18250 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
18252         * savehist.el: Sync up to version 19.
18253         (savehist-mode): New minor mode.
18254         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
18255         (savehist-length): Remove (use history-length instead).
18256         (savehist-file-modes): Rename from savehist-modes.
18257         (savehist-save-hook, savehist-loaded): New vars.
18258         (savehist-load): Use savehist-mode.  Try to smooth up transition from
18259         old format to new format.
18260         (savehist-install): Allow savehist-autosave-interval to be nil.
18261         (savehist-save): Run the new hook.  Be more careful to only trim the
18262         history variables.
18263         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
18264         (savehist-printable): Print into a buffer rather than char-by-char.
18266 2005-11-01  John Wiegley  <johnw@newartisans.com>
18268         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
18269         toggle-ignore keybinding (C-a).  The author said it had been
18270         disabled much earlier due to a possible incompatibility, but after
18271         many months of usage I have encountered no problems (and it is a
18272         rather useful option, especially for switching to " *temp*").
18274         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
18275         support for OS/X's AddressBook, by calling out to the open source
18276         program "contacts" (installable through Fink).
18278         * net/eudc.el (eudc-expand-inline): If the
18279         `eudc-multiple-match-handling-method' is set to `all', delete the
18280         query string before inserting the query result.
18282         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
18283         flag, to prevent Eshell from using the system ls when
18284         `eshell-ls-insert-directory' is in used.
18285         (eshell-ls-insert-directory): Disable font-lock in directory
18286         buffer so that Eshell's own fontification is seen.  This broke
18287         recently due to changes in font-lock, so this goes back to version
18288         21 behavior.
18290 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
18292         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
18293         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
18294         (gdb-many-windows): Doc fix.
18296 2005-10-31  Romain Francoise  <romain@orebokech.com>
18298         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
18300 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
18302         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
18303         that global-font-lock-mode can be enabled by default.
18305         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
18306         (font-lock-add-keywords, font-lock-remove-keywords)
18307         (font-lock-fontify-buffer): Remove autoload cookies.
18309         * jit-lock.el (jit-lock-register): Likewise.
18311         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
18313 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
18315         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
18316         intact if there is no gud-comint-buffer.
18318 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
18320         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
18321         old prompt comint-prompt-read-only is t and GDB commands are
18322         issued from tool bar etc.
18324 2005-10-31  Masatake YAMATO  <jet@gyve.org>
18326         * vc.el (vc-directory-exclusion-list): Add "{arch}".
18328 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18330         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
18331         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
18333 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
18335         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
18336         starting at beginning of line.  Fontification is messed up when
18337         `open-paren-in-column-0-is-defun-start' set to t.
18338         Reported by John Paul Wallington <jpw@pobox.com>.
18340 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
18342         * comint.el (comint-send-input): Call `comint-update-fence' when
18343         `comint-process-echoes' and `comint-prompt-read-only' are both
18344         non-nil, to avoid leftover read-only newline.
18346 2005-10-30  Richard M. Stallman  <rms@gnu.org>
18348         * textmodes/flyspell.el (flyspell-external-point-words):
18349         Detect when WORD can't be checked properly because
18350         flyspell-get-word finds just part of it, and move on.
18352         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
18353         boundarychar for Polish.
18354         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
18355         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
18357 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
18359         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
18360         (gdb-registers-font-lock-keywords): Delete.
18361         (gdb-registers-mode): Don't fontify.
18362         (gdb-info-registers-custom): Use text properties instead as, in
18363         future, changed register values will use font-lock-warning-face.
18364         (gdb-local-font-lock-keywords): Rename to...
18365         (gdb-locals-font-lock-keywords): ...for consistency.
18367 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
18369         * vc.el (vc-switch-backend): Better error message if the buffer is
18370         not visiting a file under version control.
18372         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
18374 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
18376         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
18377         ~/.emacs.d/.emacs.
18379 2005-10-29  Richard M. Stallman  <rms@gnu.org>
18381         * replace.el (occur-mode-mouse-goto): Always go to other window.
18382         (occur-mode-goto-occurrence): Always switch in same window.
18384         * simple.el (undo): Display message at end, not at start.
18386         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
18387         New arg REUSE-CELL.
18388         (cancel-timer-internal): New function.
18389         (timer-event-handler): Use cancel-timer-internal,
18390         and pass the cell it returns to timer-activate...
18392         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
18393         (jit-lock-deferred-fontify, jit-lock-context-fontify)
18394         (jit-lock-after-change): Test memory-full.
18396 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
18398         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18399         part of the decoded armor to find the key-identifier.
18400         (pgg-gpg-lookup-key-owner): New function to return the
18401         human-readable identifier of a key owner.
18402         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18403         key itself.
18404         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18405         the key value) if we have a key and can match it against a secret
18406         key.  Also, added a note pointing out fact that the prompt only
18407         indicates the first matching key.
18409         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18410         pgg-decrypt-region.
18411         (pgg-pending-timers): A new hash for tracking the passphrase cache
18412         timers, so that new ones supercede old ones.
18413         (pgg-add-passphrase-to-cache): Rename from
18414         `pgg-add-passphrase-cache' to reduce confusion (all callers
18415         changed).  Modified to cancel old timers when new ones are added.
18416         (pgg-remove-passphrase-from-cache): Rename from
18417         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18418         changed).  Modified to cancel old timers when their keys are
18419         removed from the cache.
18420         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18421         XEmacs, an indirection to delete-itimer.
18422         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18423         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18424         users can only check cache without risk of prompting.  Correct bug in
18425         notruncate behavior.
18426         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18427         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18428         Add informative docstrings.
18429         (pgg-decrypt): Convey provided passphrase in subordinate call to
18430         pgg-decrypt-region.
18432         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18433         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18434         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18435         `passphrase' argument, so the passphrase can be managed externally
18436         and then passed in to the system.
18438         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18439         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18440         so the passphrase cache can be used reliably with identifiers
18441         besides a pgp packet's key id.
18443         * pgg-gpg.el (pgg-pgp-encrypt-region)
18444         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18445         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18446         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18447         argument to all these routines, so the passphrase can be managed
18448         externally and passed in to the system.
18450         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18451         `notruncate' argument, so the passphrase cache can be used
18452         reliably with identifiers besides a pgp packet's key id.
18454 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
18456         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18457         symmetric encryption.
18458         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18459         encrypted session key.
18460         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18461         message ask for the passphrase in a proper way.
18463         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18464         New user commands for symmetric encryption.
18466 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
18468         * textmodes/conf-mode.el (conf-assignment-sign)
18469         (conf-assignment-regexp): Fix docstrings.
18470         (conf-mode-initialize): New function.
18471         (conf-mode): Remove optional args.  Use delay-mode-hooks to
18472         recognize recursive calls.
18473         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
18474         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
18475         (conf-xdefaults-mode): Use define-derived-mode and
18476         conf-mode-initialize.
18478 2005-10-29  Romain Francoise  <romain@orebokech.com>
18480         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
18482 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
18484         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18485         part of the decoded armor to find the key-identifier.
18486         (pgg-gpg-lookup-key-owner): New function to return the
18487         human-readable identifier of a key owner.
18488         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18489         key itself.
18490         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18491         the key value) if we have a key and can match it against a secret
18492         key.  Also, added a note pointing out fact that the prompt only
18493         indicates the first matching key.
18495         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18496         pgg-decrypt-region.
18497         (pgg-pending-timers): A new hash for tracking the passphrase cache
18498         timers, so that new ones supercede old ones.
18499         (pgg-add-passphrase-to-cache): Rename from
18500         `pgg-add-passphrase-cache' to reduce confusion (all callers
18501         changed).  Modified to cancel old timers when new ones are added.
18502         (pgg-remove-passphrase-from-cache): Rename from
18503         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18504         changed).  Modified to cancel old timers when their keys are
18505         removed from the cache.
18506         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18507         XEmacs, an indirection to delete-itimer.
18508         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18509         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18510         users can only check cache without risk of prompting.  Correct bug in
18511         notruncate behavior.
18512         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18513         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18514         Add informative docstrings.
18515         (pgg-decrypt): Convey provided passphrase in subordinate call to
18516         pgg-decrypt-region.
18518 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18520         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18521         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18522         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18523         `passphrase' argument, so the passphrase can be managed externally
18524         and then passed in to the system.
18526         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18527         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18528         so the passphrase cache can be used reliably with identifiers
18529         besides a pgp packet's key id.
18531         * pgg-gpg.el (pgg-pgp-encrypt-region)
18532         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18533         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18534         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18535         argument to all these routines, so the passphrase can be managed
18536         externally and passed in to the system.
18538         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18539         `notruncate' argument, so the passphrase cache can be used
18540         reliably with identifiers besides a pgp packet's key id.
18542 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
18544         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18545         symmetric encryption.
18546         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18547         encrypted session key.
18548         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18549         message ask for the passphrase in a proper way.
18551         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18552         New user commands for symmetric encryption.
18554 2005-10-28  Bill Wohler  <wohler@newt.com>
18556         * help-mode.el (help-url): New button type.  Calls browse-url.
18557         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
18558         Similar to Info nodes: URL `url'.
18559         (help-make-xrefs): Create help-url buttons for
18560         help-xref-url-regexp matches.
18562 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
18564         * tool-bar.el (tool-bar-add-item-from-menu)
18565         (tool-bar-local-item-from-menu): Fix doc strings.
18567 2005-10-28  Romain Francoise  <romain@orebokech.com>
18569         * ldefs-boot.el: Update.
18571         * subr.el (locate-library): Move from help-fns.el.
18572         * help-fns.el (locate-library): Move to subr.el.
18574 2005-10-28  Richard M. Stallman  <rms@gnu.org>
18576         * net/tramp.el (tramp-completion-mode): defvar moved up.
18578         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
18580         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
18582         * files.el (find-file-noselect): Use %d to format large file size.
18584         * bindings.el (mode-line-format): Add %e.
18586         * loadup.el ("facemenu"): Load unconditionally.
18587         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
18588         ("x-dnd"): Load, when appropriate.
18590         * startup.el (command-line): Call before-init-hook earlier.
18591         Warn about some bad characters in -u user name.
18593         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
18594         (flyspell-external-point-words): Error if misspelled word is not found.
18595         Set flyspell-large-region-beg at end of word.
18597 2005-10-28  Andreas Schwab  <schwab@suse.de>
18599         * view.el (View-revert-buffer-scroll-page-forward):
18600         Use view-page-size-default.
18602 2005-10-28  Juri Linkov  <juri@jurta.org>
18604         * international/quail.el (quail-get-current-str): Translate last
18605         raw character for deterministic input methods.
18607 2005-10-27  Jay Belanger  <belanger@truman.edu>
18609         * calc/calc-ext.el: Add functions to autoloads.
18610         (math-identity-matrix-p, math-ident-row-p): New functions.
18612         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
18613         multiplication by an identity matrix; don't turn multiplication by
18614         an inverse matrix into division.
18615         (math-div-symbol-fancy): Replace division by matrices with
18616         multiplication by inverse.
18618         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
18620         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
18621         (calc-writeoutpower): New functions.
18623 2005-10-27  Romain Francoise  <romain@orebokech.com>
18625         * replace.el (occur-engine): Include colon in mouse-face highlight.
18627         * dired-x.el: Change Maintainer field.
18629 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
18631         * longlines.el (longlines-mode): Bind after-change-functions to
18632         nil during initial decoding and final encoding.
18634 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
18636         * term.el (term-emulate-terminal, term-handle-colors-array)
18637         (term-handle-ansi-escape): Specify the terminfo capabilities
18638         implemented.
18640 2005-10-26  Richard M. Stallman  <rms@gnu.org>
18642         * info.el (Info-fontify-node): Fix detection of sentence-break
18643         before *Note.
18645 2005-10-26  Romain Francoise  <romain@orebokech.com>
18647         * smerge-mode.el: Add `tools' to file keywords.
18649 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
18651         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
18652         when the fringe is not available.
18654         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
18655         (def-gdb-auto-update-trigger): Simplify construction.
18656         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
18657         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
18658         defined explicitly.
18659         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
18660         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
18661         defined explicitly.
18662         (gdb-info-locals-custom): Remove as it's a no-op.
18664 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
18666         * longlines.el (longlines-mode): Remove narrowing before
18667         performing the initial decoding or final encoding.
18669 2005-10-25  Romain Francoise  <romain@orebokech.com>
18671         * emacs-lisp/find-func.el (find-library-name): Also strip
18672         extension if library name ends in .el, to take advantage of
18673         `find-library-suffixes'.
18675 2005-10-25  Richard M. Stallman  <rms@gnu.org>
18677         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
18679 2005-10-25  Juri Linkov  <juri@jurta.org>
18681         * textmodes/texinfo.el (texinfo-mode): Change charset of one
18682         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
18684 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18686         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
18687         (blackbox-redefine-key): Add argument `map'.
18689         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
18690         regions when moving the jit-lock-context-unfontify-pos boundary.
18692 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18694         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
18696 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18698         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
18700 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
18702         * play/blackbox.el (blackbox-redefine-key): New function.
18703         (blackbox-mode-map): Use it to remap existing bindings for cursor
18704         motion instead of binding literal keys.
18706 2005-10-25  Glenn Morris  <rgm@gnu.org>
18708         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
18709         diary does not end in a newline.  Do not assume a blank line at
18710         the start of the diary file.
18712 2005-10-25  Kenichi Handa  <handa@m17n.org>
18714         * international/quail.el (quail-translate-key): If the input
18715         method is deterministic and failed to handle the last key, restart
18716         the key handling loop from an appropriate key.
18718 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
18720         * vc.el (vc-dired-mode): Extend comment for binding of
18721         `directory-listing-before-filename-regexp'.
18723 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18725         * textmodes/texinfo.el (texinfo-mode):
18726         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
18727         not to unnecessarily expose emacs-mule's internal char codes.
18729 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
18731         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
18732         Display hand pointer and help-echo on disabled icon too.
18733         (gdb-mouse-until): New function.
18734         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
18736 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
18738         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
18739         with 2005-10-23 change to doctor.el.
18741         * finder.el (finder-mode-map): Add follow-link binding.
18743 2005-10-25  Kim F. Storm  <storm@cua.dk>
18745         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
18746         to gdb-mouse-toggle-breakpoint-fringe.
18747         (gdb-mouse-toggle-breakpoint-margin): Rename from
18748         gdb-mouse-toggle-breakpoint.  Fix doc.
18749         (gdb-mouse-toggle-breakpoint-fringe): New defun.
18750         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
18751         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
18752         string properties also for fringe breakpoint bitmaps.
18754 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
18756         * textmodes/org.el (org-start-icalendar-file): Fix format form.
18758 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18760         * simple.el (completion-common-substring):
18761         Use `completion-common-substring' prior to `completion-base-size'.
18763 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
18765         * savehist.el: Require CL while compiling.
18766         (savehist-history-variables): Remove.
18767         (savehist-save-minibuffer-history, savehist-additional-variables)
18768         (savehist-minibuffer-history-variables): New vars.
18769         (savehist-save): Use them.
18770         (savehist-uninstall, savehist-minibuffer-hook): New funs.
18771         (savehist-install): New fun, extracted from savehist-load.
18772         (savehist-load): Use them.
18774 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18776         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
18777         a dummy doc-string-elt property.
18778         (defalias, defvaralias, define-category): Add a docstring property.
18780         * image.el (defimage):
18781         * widget.el (define-widget):
18782         * custom.el (defface, defcustom): Add `doc-string' declaration.
18784         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
18785         (defadvice): Add `doc-string' declaration.
18787         * emacs-lisp/byte-run.el (macro-declaration-function):
18788         Handle `doc-string' declarations.
18789         (define-obsolete-function-alias, define-obsolete-variable-alias):
18790         Add `doc-string' declaration.
18792 2005-10-24  Kenichi Handa  <handa@m17n.org>
18794         * international/utf-7.el (utf-7): Add autoload cookie.
18796         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
18798 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
18800         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
18801         list of directories passed to batch-update-autoloads.  Add "." to
18802         the list of the echoed directories.
18804         * pgg-def.el:
18805         * pgg-gpg.el:
18806         * pgg-parse.el:
18807         * pgg-pgp.el:
18808         * pgg-pgp5.el:
18809         * pgg.el: Moved here from the gnus subdirectory.
18811 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
18813         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
18814         in case comint-prompt-read-only is set to t.
18816         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
18817         in case comint-prompt-read-only is set to t.
18819 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
18821         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
18822         Now a string.
18823         (icalendar-import-format): Handle CLASS, STATUS, URL.
18824         Rename `subject' to `summary'.
18825         (icalendar-import-format-summary): Rename from
18826         `icalendar-import-format-subject'.
18827         (icalendar-import-format-url, icalendar-import-format-status)
18828         (icalendar-import-format-class): New variables.
18829         (icalendar--rris): Take variable argument list.
18830         (icalendar--datestring-to-isodate): Remove unnecessary
18831         calendar-style check when converting dates with explicit month names.
18832         (icalendar-export-region): Change return type of conversion
18833         subroutines.  Bury current buffer unless error occurred.
18834         (icalendar--convert-to-ical)
18835         (icalendar--parse-summary-and-rest): New functions.
18836         (icalendar--convert-ordinary-to-ical)
18837         (icalendar--convert-weekly-to-ical)
18838         (icalendar--convert-yearly-to-ical)
18839         (icalendar--convert-block-to-ical)
18840         (icalendar--convert-cyclic-to-ical)
18841         (icalendar--convert-anniversary-to-ical): Change return type.
18842         Strip trailing blanks from subject.
18843         (icalendar--convert-sexp-to-ical): Change return type.
18844         Strip trailing blanks from subject.  Handle simple sexp
18845         entries as generated by icalendar.el.
18846         (icalendar--convert-float-to-ical)
18847         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
18848         (icalendar-import-file): Doc fix.
18849         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
18850         Correct call to icalendar--rris.
18851         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
18852         `summary'.
18853         (icalendar--add-diary-entry): Rename `subject' to `summary'.
18855 2005-10-24  Romain Francoise  <romain@orebokech.com>
18857         * server.el (server-sentinel): Set query-on-exit flag to nil on
18858         new client processes (it isn't inherited from the server process).
18860         * replace.el (occur-engine): Rearrange text properties.
18862 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18864         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
18865         case-fold-search is nil.
18866         (debug-help-follow): Use help-xref-interned directly.
18868 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18870         * thumbs.el (thumbs-image-type): Add .pbm.
18872 2005-10-23  Richard M. Stallman  <rms@gnu.org>
18874         * faces.el (inhibit-face-set-after-frame-default): New variable.
18875         (set-face-attribute): Bind it.
18876         (face-set-after-frame-default): Test it.
18878         * help-fns.el (describe-simplify-lib-file-name): New function.
18879         (describe-function-1, describe-variable): Use it.
18881         * faces.el (describe-face): Use describe-simplify-lib-file-name.
18883         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
18884         Eliminate nil as possible value.
18885         (tooltip-hide-delay): Reduce internal-border-width.
18887         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
18888         (menu-bar-file-menu) <new-file>: Likewise.
18890         * simple.el (line-move-finish): Ignore fields computing LINE-END.
18892         * international/mule.el (load-with-code-conversion):
18893         Pass full file name to `eval-buffer' unless preloading.
18895         * textmodes/flyspell.el (flyspell-large-region):
18896         Call ispell-check-version.
18898         * textmodes/ispell.el (ispell-local-dictionary-overridden):
18899         Fix the make-variable-buffer-local call that was supposed
18900         to be for this variable.
18901         (ispell-aspell-supports-utf8): Doc fix.
18902         (ispell-find-aspell-dictionaries): Preserve elements of
18903         ispell-dictionary-alist for dictionaries that aspell doesn't report.
18904         (ispell-aspell-find-dictionary): Return nil on error.
18906         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
18907         (doctor-symptoms): Likewise.
18909         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
18911 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18913         * cus-edit.el (custom-button, custom-button-pressed): New vars.
18914         (custom-raised-buttons): Add :set spec.
18915         (custom-button-unraised, custom-button-pressed-unraised):
18916         New faces, so that custom-raised-buttons actually does something.
18917         (custom-mode): Use custom-button and custom-button-pressed.
18919         * wid-edit.el (widget-specify-button): Don't ignore
18920         widget-mouse-face on graphic terminals.
18921         (widget-move-and-invoke): Cleanup.
18923 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
18925         * whitespace.el (whitespace-cleanup): Doc fix.
18927 2005-10-23  Romain Francoise  <romain@orebokech.com>
18929         * emulation/viper.el (viper-set-hooks): Quote forms passed to
18930         `eval-after-load' to avoid evaluating their result.
18932 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
18934         * files.el (directory-listing-before-filename-regexp):
18935         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
18937         * dired.el (dired-move-to-filename-regexp): Remove.
18938         All occurences replaced by `directory-listing-before-filename-regexp'.
18940         * dired-x.el, locate.el, vc.el:
18941         Replace `dired-move-to-filename-regexp' by
18942         `directory-listing-before-filename-regexp'.  In vc.el it is
18943         overwritten locally; maybe this can be handled in files.el too.
18945         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
18946         replaced by `directory-listing-before-filename-regexp'.
18948 2005-10-23  Andreas Schwab  <schwab@suse.de>
18950         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
18951         and eval-next-after-load.
18953 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
18955         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
18956         exist, create it.
18958 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
18960         * allout.el: Remove autoloads for mailcrypt and crypt++.
18961         Require pgg, pgg-gpg during compilation.
18962         (allout-version): Increment version number to 2.1, and use a literal
18963         rather than RCS Id.
18964         (allout-default-encryption-scheme): Remove.
18965         (allout-passphrase-verifier-handling)
18966         (allout-passphrase-verifier-string)
18967         (allout-file-passphrase-verifier-string)
18968         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
18969         (allout-passphrase-hint-handling): Rename and simplify.
18970         (allout-init): Use `find-file-hook' if available, otherwise
18971         `find-file-hooks'.
18972         (allout-mode): Use `write-file-functions' if available, otherwise
18973         `local-write-file-hooks' and, instead of making auto-save-hook
18974         buffer local, make the write-file-hook activity contingent to
18975         allout-mode.
18976         (allout-mode): Use key-binding substitution in the docstring.
18977         (allout-kill-line): Spell-out kill ring data structure mutation
18978         instead of using byte-compiler-complaint-provoking `pop'.
18979         (allout-insert-listified): Use `insert' rather than `insert-string'
18980         (allout-toggle-current-subtree-encryption): Update docstring, adjust
18981         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
18982         (allout-encrypt-string): Totally revamped vis new underlying
18983         encryption facilities.
18984         (allout-mc-activate-passwd): Remove.
18985         (allout-obtain-passphrase): New, more or less replaces
18986         allout-mc-activate-passwd.
18987         (allout-encrypted-key-info): More or less replaces
18988         allout-encrypted-text-type.
18989         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
18990         (my-mark-marker): Use `(featurep 'xemacs)'.
18992 2005-10-23  Lars Hansen  <larsh@soem.dk>
18994         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
18995         (byte-compile-file-form-defmumble, byte-compile-defun)
18996         (byte-compile-defmacro): Use it.
18997         (byte-compile-form): Don't call byte-compile-set-symbol-position
18998         when a byte-compile handler is called.
19000 2005-10-22  Romain Francoise  <romain@orebokech.com>
19002         * savehist.el (savehist-history-variables): Add `grep-find-history'.
19004         * subr.el (eval-after-load): Convert library name to an absolute
19005         file name using locate-library, since load-history no longer has
19006         library names in it.
19008 2005-10-22  Richard M. Stallman  <rms@gnu.org>
19010         * files.el (make-temp-file): Move from subr.el.
19011         * subr.el (make-temp-file): Move to files.el.
19013         * window.el (get-buffer-window-list): Move from subr.el.
19014         * subr.el (get-buffer-window-list): Move to window.el.
19016         * image.el (image-load-path): Use eval-at-startup to initialize.
19018         * subr.el (eval-at-startup): New macro.
19020         * subr.el: Much rearrangement of functions and division
19021         into pages.  No code changes.
19023 2005-10-22  Kenichi Handa  <handa@m17n.org>
19025         * tar-mode.el (tar-extract): Be sure to call
19026         find-operation-coding-system if set-auto-coding doesn't find a
19027         coding system.
19029 2005-10-22  Kim F. Storm  <storm@cua.dk>
19031         * image.el (image-type-header-regexps): Rename from image-type-regexps.
19032         Change users.
19033         (image-type-file-name-regexps): New defconst.
19034         (image-type-from-data): Simplify loop.
19035         (image-type-from-buffer): New defun.
19036         (image-type-from-file-header): Use it instead of image-type-from-data.
19037         Use image-search-load-path instead of only looking in data-directory.
19038         (image-type-from-file-name): New defun.
19039         (image-search-load-path): Change `pathname' to `filename'.
19040         Make PATH arg optional, default to image-load-path.
19042 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19044         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19046         * textmodes/paragraphs.el (sentence-end-base): New variable.
19047         (sentence-end): Use sentence-end-base.
19049 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19051         * font-lock.el (font-lock-default-fontify-region): Check the multiline
19052         property independently from the font-lock-multiline variable.
19054 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19056         * emacs-lisp/find-func.el (find-library-name): Doc fix.
19058         * startup.el (command-line): Convert library names
19059         in `load-history' to absolute file names.
19061         * subr.el (symbol-file): Doc fix.
19063         * loadhist.el (file-loadhist-lookup): Call locate-library
19064         instead of find-library-name.  Don't try converting
19065         abs file names to library names, since load-history no longer
19066         has library names in it.
19067         (file-dependents, file-provides, file-requires): Doc fixes.
19069 2005-10-21  Juri Linkov  <juri@jurta.org>
19071         * progmodes/etags.el (tags-table-mode): New function.
19072         (tags-verify-table): Replace initialize-new-tags-table with
19073         tags-table-mode.
19075         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19076         default value.
19077         (desktop-modes-not-to-save): Add tags-table-mode to the
19078         default value.
19080         * info.el (Info-index-next): Add total number of index
19081         alternatives to the message.
19083         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19084         backward only space (instead of space and period) before looking
19085         at sentence end.
19087         * simple.el (set-variable): Use user-variable-p instead of symbolp.
19088         Add the old variable value as 4th default-value arg of read-string.
19090 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19092         * cus-face.el (custom-declare-face): Make face from X resources
19093         also on Mac.
19095         * disp-table.el (standard-display-g1, standard-display-graphic):
19096         Refuse to use string glyphs also on Mac.
19097         (standard-display-european): Don't set terminal coding system also
19098         on Mac.
19100         * frame.el (display-screens): Use x-display-screens also on Mac.
19102 2005-10-21  Romain Francoise  <romain@orebokech.com>
19104         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
19106 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19108         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19109         and $? into sexps.
19111         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19112         warning face on open-paren-in-column-0.
19114         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19115         boundary case.  Fix typo.
19116         Suggested by Martin Rudalics <rudalics@gmx.at>.
19118 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
19120         * textmodes/org.el (org-combined-agenda-icalendar-file)
19121         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19122         (org-export-icalendar-this-file)
19123         (org-export-icalendar-all-agenda-files)
19124         (org-export-icalendar-combine-agenda-files): New commands.
19125         (org-export-icalendar, org-print-icalendar-entries)
19126         (org-start-icalendar-file, org-finish-icalendar-file)
19127         (org-ical-ts-to-string): New functions.
19128         (org-read-date, org-goto-calendar)
19129         (org-agenda-goto-calendar): Inhibit displaying diary entries by
19130         call to `calendar'.
19131         (orgtbl-setup): Remove the :keys arguments from the menu description.
19132         (org-after-save-iCalendar-file-hook): New variable.
19134 2005-10-21  Kenichi Handa  <handa@m17n.org>
19136         * language/vietnamese.el (tcvn-5712): Make it an alias of
19137         vietnamese-tcvn coding-system.
19139 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
19141         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19142         group id is given.
19144 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19146         * progmodes/sh-script.el (sh-escaped-line-re): New var.
19147         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19148         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19149         whose line is either continued or ends with a comment.
19151 2005-10-20  Romain Francoise  <romain@orebokech.com>
19153         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19155         * replace.el (occur-engine): Add follow-link property.
19157         * font-core.el (font-lock-mode): Doc fix.
19159 2005-10-20  Richard M. Stallman  <rms@gnu.org>
19161         * net/rcirc.el: New file.
19163 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
19165         * term.el (term-term-name): Initialize to "eterm-color".
19167 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
19169         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19170         for encryption functionality.
19171         Move allout customization subgroup from `editing' to `outlines' group.
19172         Fix commentary keywords to legitimate ones.
19173         Update author info (using my current email address, obscurified).
19174         (allout-encrypt-string, allout-encryption-produce-work-buffer)
19175         (allout-encrypted-topic-p, allout-encrypted-text-type)
19176         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19177         (allout-situate-encryption-key-verifier)
19178         (allout-get-encryption-key-verifier, allout-verify-key)
19179         (allout-next-topic-pending-encryption)
19180         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19181         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19182         (outline-key-verifier-handling, outline-key-hint-handling)
19183         (outline-encrypt-unencrypted-on-saves): New defcustoms.
19184         (allout-file-key-verifier-string, allout-encryption-scheme)
19185         (allout-key-verifier-string, allout-key-hint-string)
19186         (allout-after-save-decrypt): New variables.
19187         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19188         (allout-after-saves-handler): New hook functions.
19189         (allout-post-command-business): Do allout-after-save-decrypt.
19190         (allout-enable-file-variable-adjustment): Custom var to enable
19191         mechanism for adding and adjusting settings of Emacs file variables.
19192         (allout-adjust-file-variable, allout-file-vars-section-data):
19193         New functions, implement the mechanism.
19194         (outlineify-sticky): Use the file vars mechanism.
19195         (allout-inhibit-protection, allout-during-write-cue)
19196         (allout-override-protect, allout-before-change-protect): Remove.
19197         (allout-flag-region, allout-open-topic): Adjust read-only text.
19198         (allout-open-line-not-read-only): Add to facilitate read-only
19199         text based protection.
19200         (allout-kill-line): Revise to adjust read-only text, clue the
19201         user about the inhibition.
19202         (allout-unprotected): Use unwind-protect.
19203         (allout-shift-in, allout-shift-out): Disallow manually shifting a
19204         topic deeper than the offspring depth of the previous topic -
19205         avoiding confusing "containment discontinuities".
19206         (allout-reindent-bodies): Fix retention of body relative hanging
19207         indent during promotion of collapsed bodies.
19208         (allout-open-topic): Make it easy to open new topic with same
19209         bullet as current topic - topic creation functions provided with
19210         any universal argument provokes now prompt for bullet, defaulting
19211         to the bullet of the previous topic.
19212         (allout-plain-bullets-string, allout-distinctive-bullets-string):
19213         Plain bullet alternates `.' period and `,' comma only.  All other
19214         bullets are relegated to special status (but customizable).
19215         (allout-end-of-entry): Rename from allout-end-of-current-entry
19216         since it actually operates w.r.t. most immediately containing
19217         entry, visible or not.
19218         (allout-hide-current-entry, allout-show-current-entry): Use the
19219         revised version.
19220         (allout-old-expose-topic): Solidify deprecation.
19221         (allout-end-of-subtree): Add so we can span concealed as well
19222         as visible topics.
19223         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19224         (allout-end-of-current-heading): Tweak to just respect the first line.
19225         (allout-get-body-text): Add.
19226         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19227         when invoked interactively.
19228         (allout-up-current-level): Use `interactive-p'.
19229         (allout-mode, allout-init): Miscellaneous docstring and
19230         operational refinements, as well as hookups of new encryption stuff.
19231         (allout-beginning-of-current-entry): Now works as advertised.
19232         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19233         (allout-isearch-rectification): Refine condition for isearching.
19234         (allout-isearch-abort, allout-enwrap-isearch)
19235         (allout-flag-region, my-region-active-p): Relocate some macros.
19236         (allout-title): Fallback title is (buffer-name), not
19237         non-existing (current-buffer-name).
19238         (subst-char-in-string): Define if absent (for some XEmacs versions).
19240 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
19242         * mail/sendmail.el (mail-setup-hook, mail-aliases)
19243         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19244         (mail-citation-prefix-regexp, mail-signature-file)
19245         (mail-default-headers, mail-bury-selects-summary)
19246         (mail-send-nonascii): Add autoload cookies.
19248 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
19250         * frame.el (blink-cursor-mode): Add `mac' to the list of
19251         window-system's that support blinking cursor.
19253 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
19255         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
19257 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
19259         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
19260         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
19261         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
19263 2005-10-20  Kim F. Storm  <storm@cua.dk>
19265         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
19266         (ido-set-current-directory): Don't add / after final @.
19267         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
19268         Explicitly handle ange-ftp completion oddities.
19269         (ido-make-file-list): Don't rotate list at tramp root to avoid
19270         triggering tramp file handler for expand-file-name via get-file-buffer.
19272 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19274         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
19276 2005-10-19  Jay Belanger  <belanger@truman.edu>
19278         * calc/calc-units.el (math-standard-units): Add units, adjust
19279         symbols and update values.
19280         (math-unit-prefixes): Add more prefixes.
19282 2005-10-19  Romain Francoise  <romain@orebokech.com>
19284         * bookmark.el (bookmark-menu-heading): New face.
19285         (bookmark-bmenu-list): Use it.
19286         Don't fiddle with `baud-rate' at top-level.
19288 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
19290         * image.el (create-image, find-image): Mention max-image-size in
19291         docstring.
19293 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19295         * savehist.el (savehist-load): Revert to checking XEmacs.
19297         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
19298         Various docstring and line-width fixups.
19299         (conf-mode): Use cond.
19300         Set font-lock-defaults.  Don't set comment-use-syntax.
19302 2005-10-18  David Ponce  <david@dponce.com>
19304         * tree-widget.el (tree-widget-button-click): New function.
19305         (tree-widget-button-keymap): Use it.
19307 2005-10-18  Romain Francoise  <romain@orebokech.com>
19309         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19310         (bookmark-bmenu-hide-filenames): Add follow-link property.
19311         Improve help-echo text.
19313         * ffap.el (find-file-at-point): Doc fix.
19315 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19317         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
19319 2005-10-18  Masatake YAMATO  <jet@gyve.org>
19321         Install to the CVS repository what I forgot to install in my
19322         2005-10-16 changes.
19324         * progmodes/python.el (python-complete-symbol): Pass the common
19325         prefix substring of completion to `display-completion-list'.
19327         * textmodes/org.el (org-complete): Ditto.
19329 2005-10-18  Masatake YAMATO  <jet@gyve.org>
19331         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
19333         * woman.el (WoMan-xref-man-page): New button type derived
19334         from `Man-abstract-xref-man-page'.
19335         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
19337         * man.el (Man-abstract-xref-man-page): New button type.
19338         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
19339         (Man-highlight-references): Add new optional argument `xref-man-type'.
19341 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
19343         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
19345 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19347         * cus-edit.el (Custom-move-and-invoke): Delete.
19348         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
19350         * wid-edit.el (widget-move-and-invoke): New function, from
19351         Custom-move-and-invoke.
19353 2005-10-17  Bill Wohler  <wohler@newt.com>
19355         Move all remaining images from lisp/toolbar to etc/images, move
19356         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
19357         the low resolution images in their own directory (low-color).
19359         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
19360         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
19361         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
19362         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
19363         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
19364         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
19365         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
19367         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
19368         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
19369         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
19370         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
19371         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
19372         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
19373         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
19374         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
19375         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
19376         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
19377         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
19378         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
19379         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
19380         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
19381         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
19383         To conform with convention, replace the underscore (_) in the
19384         following image names with dash (-) or (/) as appropriate.
19386         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
19387         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
19388         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
19389         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
19390         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
19391         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
19392         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
19393         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
19394         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
19395         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
19396         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
19397         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
19398         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
19399         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
19400         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
19402         * info.el (info-tool-bar-map): Replace underscores in image names
19403         with dashes.
19405         * makefile.w32-in (WINS): Remove toolbar.
19407         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
19409         * tool-bar.el: Move to lisp from toolbar.  Now that
19410         toolbar is empty, it should be deleted when folks run "cvs up -P".
19412 2005-10-18  Jay Belanger  <belanger@truman.edu>
19414         * calc/calc-store.el (calc-store-into): Get the proper variable name
19415         to display in message.
19417 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
19419         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
19420         expressions display in speedbar for all buffers when debugging.
19421         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
19423         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
19424         (speedbar-insert-button, speedbar-make-button):
19425         Use add-text-properties.
19426         (speedbar-update-localized-contents)
19427         (speedbar-update-directory-contents)
19428         (speedbar-update-special-contents): Use dolist.
19429         (speedbar-buffer-easymenu-definition): Add a menu separator.
19431 2005-10-17  Jason Rumney  <jasonr@gnu.org>
19433         * makefile.w32-in: Use $(lisp) consistently.
19434         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
19435         for shell specific generation of mh-autoloads.
19437 2005-10-17  Richard M. Stallman  <rms@gnu.org>
19439         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
19441 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19443         * jit-lock.el (jit-lock-fontify-now):
19444         Move jit-lock-context-unfontify-pos to avoid wasted work.
19446 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
19448         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
19449         `tramp-completion-mode' for checking if we are in completion mode.
19450         (tramp-completion-handle-file-name-all-completions): Reorder code
19451         in order to complete for file names only in case there are no
19452         method/user/host completions.  This is necessary for cooperation
19453         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
19455 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
19457         * longlines.el (longlines-search-forward)
19458         (longlines-search-backward): Match any number of spaces.
19460 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
19462         * diff-mode.el (diff-mode): Doc fix.
19464 2005-10-16  David Reitter  <david.reitter@gmail.com>
19466         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
19467         as default on darwin and windows systems.
19469 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19471         * arc-mode.el (archive-zip-extract): Doc fix.
19473 2005-10-16  Romain Francoise  <romain@orebokech.com>
19475         * mouse.el (mouse-1-click-follows-link): Doc fix.
19477 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19479         * savehist.el: Don't require CL at runtime.
19480         (savehist-xemacs): Remove.
19481         (savehist-coding-system): Use utf-8 if present, regardless of religion.
19482         (savehist-no-conversion): Use (featurep 'xemacs).
19483         (savehist-load): Check existence of start-itimer rather than XEmacs.
19484         Use an idle timer.
19485         (savehist-process-for-saving): Replace use of CL funs `subseq' and
19486         `delete-if-not'.
19488 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
19490         * savehist.el: Newer version.
19491         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
19492         (savehist-last-checksum, savehist-no-conversion): New vars.
19493         (savehist-autosave, savehist-process-for-saving, savehist-printable):
19494         New functions.
19495         (savehist-load, savehist-save): Use them.
19496         (savehist-delimit): Remove.
19498 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19500         * progmodes/compile.el (compilation-goto-locus): Display the
19501         compilation buffer first and the source buffer second, in case they're
19502         in overlapping frames.  Don't raise the compilation frame if it was the
19503         selected window upon entry.  Pass the `other-window' arg to
19504         pop-to-buffer.
19506         * info.el (Info-fontify-node): Use dolist.
19507         Change add-text-properties to put-text-property.
19509 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19511         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
19512         bound of search.
19514 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19516         * dabbrev.el (dabbrev-completion): Pass the common
19517         prefix substring of completion to `display-completion-list'.
19519         * filecache.el (file-cache-minibuffer-complete)
19520         (file-cache-complete): Ditto.
19522         * tempo.el (tempo-display-completions): Ditto.
19524         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
19526         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
19528         * eshell/em-hist.el (eshell-list-history): Ditto.
19530         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
19532         * mail/mailalias.el (mail-complete): Ditto.
19534         * progmodes/etags.el (complete-tag): Ditto.
19536         * progmodes/make-mode.el (makefile-complete): Ditto.
19538         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
19540         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
19542         * progmodes/pascal.el (pascal-complete-word)
19543         (pascal-show-completions): Ditto.
19545         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
19547         * simple.el (completion-common-substring): New variable.
19548         (completion-setup-function): Use `completion-common-substring'
19549         to put faces.
19551 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19553         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
19554         (x-get-selection, mac-select-convert-to-string): Convert from/to
19555         UTF-16 clipboard data as in native byte order, no BOM.
19557 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
19559         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19560         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
19561         (gud-sentinel): Use speedbar-frame to check for speedbar.
19563 2005-10-15  Richard M. Stallman  <rms@gnu.org>
19565         * savehist.el: New file.
19567 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
19569         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
19570         Fix bug in \bf fontification.
19572 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19574         * pcvs.el (cvs-edit-log-files): New var.
19575         (cvs-mode-edit-log): New arg `file'.
19576         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
19577         Instead force the use of the original file and nothing else.
19578         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
19579         the cvs-minor-wrap-function is set.
19580         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
19582 2005-10-14  Bill Wohler  <wohler@newt.com>
19584         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
19585         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
19586         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
19587         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
19588         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
19589         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
19590         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
19591         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
19592         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
19593         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
19594         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
19595         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
19596         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
19597         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
19598         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
19600         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19601         appropriately (for example, gud-break to gud/break).
19603 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
19605         * longlines.el (longlinges-search-function)
19606         (longlines-search-forward, longlines-search-backward): New functions.
19607         (longlines-mode): Set isearch-search-fun-function to
19608         longlinges-search-function.
19610         * mouse.el (mouse-drag-region-1): Handle the case where a
19611         double-click event is bound to an arbitrary function.
19613 2005-10-14  David Ponce  <david@dponce.com>
19615         * recentf.el (recentf-track-opened-file)
19616         (recentf-track-closed-file, recentf-update-menu)
19617         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
19618         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
19619         mouse-1-click-follows-link.
19621 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19623         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
19624         Gnome file-manager.png.  Suggested by
19625         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
19627         * toolbar/README: Add diropen.xpm.
19629 2005-10-13  Bill Wohler  <wohler@newt.com>
19631         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
19632         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
19634 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19636         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
19637         Don't waste the byte-compiler's time on constant data.
19639 2005-10-13  Kenichi Handa  <handa@m17n.org>
19641         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
19642         byte with `escape-glyph' face.
19644         * international/fontset.el (ccl-encode-unicode-font):
19645         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
19646         Handle the case that ucs-mule-to-mule-unicode translates a character to
19647         ASCII (usually for IPA characters).
19649 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19651         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
19652         Don't hide the underline of titles if font-lock-mode is disabled.
19654 2005-10-12  Bill Wohler  <wohler@newt.com>
19656         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
19657         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19658         files in MH-E-SRC have been updated.
19659         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
19661 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19663         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
19664         (mixal-mode-syntax-table): Add \n as end-comment.
19665         (mixal-operation-codes-alist): Immediately initialize to full value.
19666         (mixal-add-operation-code): Remove.
19667         (mixal-describe-operation-code): Make the arg non-optional.
19668         Use the interactive spec instead.
19669         Use mixal-operation-codes-alist rather than mixal-operation-codes.
19670         (mixal-font-lock-keywords): Don't highlight comments here any more.
19671         (mixal-font-lock-syntactic-keywords): New var.
19672         (mixal-mode): Use it.  Fix comment-start-skip.
19674 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19676         * startup.el (command-line-x-option-alist): -nb => -nbi
19678 2005-10-12  Kim F. Storm  <storm@cua.dk>
19680         * startup.el (fancy-splash-default-action): Discard mouse click in
19681         the splash screen window, as it has no sensible meaning in the
19682         next window to be selected.  Fixes error reported by Jan D.
19684 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19686         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
19688 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19690         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
19691         Try to fix up minor layout issues like indentation, line break, etc...
19692         (mixal-mode-syntax-table): Don't try to specify comment syntax,
19693         because it doesn't work.
19694         (mixal-operation-codes): Add some more codes.
19695         (mixal-font-lock-keywords): Process comments here.
19696         (mixal-mode): mixasm no longer needs -g option.
19698 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19700         * progmodes/sh-script.el (sh-tmp-file):
19701         Use mktemp -t.  Finish support for es and rc shells.
19703 2005-10-11  Jay Belanger  <belanger@truman.edu>
19705         * calc/calcalg2.el (calc-integral): With an argument, compute the
19706         definite integral.
19708 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
19710         * mouse.el (mouse-drag-region-1): Don't try to catch a
19711         double-click when doing follow-link (it's overridden anyway).
19713 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
19715         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
19716         (autoload-print-form-outbuf): Add docstring.
19718 2005-10-11  Juri Linkov  <juri@jurta.org>
19720         * info.el (Info-mode-menu): Delete menu item "Edit".
19721         (Info-mode): Delete description of Info-edit from docstring,
19722         and rearrange descriptions of Info commands in the order
19723         they are documented in the Info manual.
19725 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19727         * calendar/appt.el (appt-check): Use diary-selective-display var.
19729 2005-10-10  Richard M. Stallman  <rms@gnu.org>
19731         * net/newsticker.el (newsticker-start, newsticker-show-news):
19732         Add autoload cookies.
19734 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
19736         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
19738 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
19740         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
19742 2005-10-10  Jay Belanger  <belanger@truman.edu>
19744         * calc/calc-arith.el (math-check-known-scalarp)
19745         (math-check-known-matrixp): Check the values of arguments that are
19746         variables.
19747         (math-check-known-square-matrixp): New function.
19748         (math-known-square-matrixp): Use math-check-known-square-matrixp.
19749         (math-super-types): Add sqmatrix type.
19751         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
19752         mode name `square' to `sqmatrix'.
19754         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
19755         mode name `square' to `sqmatrix'.
19757 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19759         * progmodes/etags.el (select-tags-table-mode): Don't use
19760         selective-display.
19761         (tags-select-tags-table): Pass `button' to the action function.
19762         (select-tags-table): Place the side-info on button properties rather
19763         than in hidden text.  Abbreviate file names.
19764         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
19765         (select-tags-table-select): Add `button' argument.
19766         Get side-info from the button property rather than from hidden text.
19768 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
19770         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
19771         (gud-speedbar-buttons): Preserve point if possible.
19772         (gud-sentinel): Restore previous speedbar display type.
19774         * progmodes/gdb-ui.el (gdba): Improve diagram.
19775         (def-gdb-auto-update-handler, gdb-info-locals-handler)
19776         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
19777         Call get-buffer-window once.
19779 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19781         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
19782         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
19783         (pascal-indent-command): Remove unused var `ind'.
19784         (pascal-indent-case): Remove unused var `oldpos'.
19785         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
19786         since it's now used as a proper minor mode map.
19787         (pascal-outline): Rename to pascal-outline-mode.
19788         (pascal-outline-mode): Use define-minor-mode.
19789         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
19790         selective-display.
19792 2005-10-10  Andreas Schwab  <schwab@suse.de>
19794         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
19795         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
19797         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
19798         outside source directory.
19800 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
19802         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
19803         C-x' as a prefix.
19804         (orgtbl-mode-map): Full keymap instead of sparse, because all
19805         `self-insert-command' keys are redefined in this map.
19806         (org-export-as-html): Specify charset for HTML file, by taking it
19807         from the coding system.
19809 2005-10-10  Kenichi Handa  <handa@m17n.org>
19811         * textmodes/flyspell.el (flyspell-check-word-p):
19812         If unread-command-events is non-empty, don't call sit-for.
19814 2005-10-09  Richard M. Stallman  <rms@gnu.org>
19816         * font-lock.el (font-lock-syntactic-keywords)
19817         (font-lock-keywords): Doc fixes.
19819         * textmodes/flyspell.el (flyspell-external-point-words):
19820         Simplify logic, and don't try to check for consecutive appearances
19821         of one incorrect word.
19823 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
19825         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
19826         separator.
19828         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
19829         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
19830         (gud-expansion-speedbar-buttons): New function.
19831         (gud-speedbar-buttons): Check for gud-comint-buffer.
19833 2005-10-09  Bill Wohler  <wohler@newt.com>
19835         * Makefile.in (updates): Add mh-loaddefs dependency.
19837 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
19839         * speedbar.el (speedbar-file-key-map): Fix typo.
19841 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19843         * cus-start.el (line-spacing): Add custom spec.
19845 2005-10-09  Romain Francoise  <romain@orebokech.com>
19847         * textmodes/ispell.el (ispell-check-version): Fix last change.
19849 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19851         * term/x-win.el: Remove -i, --icon-type from comment.
19853         * startup.el (command-line-x-option-alist): Remove options -i,
19854         -itype, --icon-type, added -nb, --no-bitmap-icon
19856 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
19858         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
19859         instead of :active.
19861 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19863         * textmodes/ispell.el (ispell-check-version):
19864         Ignore hyphen, and all that follows, in aspell's version text.
19866 2005-10-08  Jay Belanger  <belanger@truman.edu>
19868         * calc/calc-arith.el (math-known-square-matrixp): New function.
19869         (math-pow-fancy): Check for matrices before distributing exponent
19870         across products.
19872         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
19873         fullscreen keypad.  Suggested by Luc Teirlinck.
19874         (calc-keypad-show-input): Add space for formatting.
19876         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
19877         Add square matrix option.
19879         * calc/calc-poly.el (math-expand-term): Check for matrices instead
19880         of checking calc-matrix-mode when deciding how to expand.
19882         * calc/calc.el (calc-set-mode-line): Add square matrix option.
19884 2005-10-08  Lars Hansen  <larsh@soem.dk>
19886         * net/tramp.el (tramp-perl-directory-files-and-attributes):
19887         Add error handling.
19888         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
19890 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
19892         Sync with Tramp 2.0.51.
19894         * net/tramp.el (tramp-handle-set-visited-file-modtime)
19895         (tramp-handle-insert-file-contents, tramp-handle-write-region):
19896         Insert special handling for `last-coding-system-used', again
19897         it still seems to be necessary (unlike stated before).
19898         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
19899         (tramp-password-prompt-regexp): There might be other words before
19900         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
19901         (tramp-chunksize): Improve docstring.
19902         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
19903         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
19904         Christian Joergensen <bugs@razor.dk>.
19906 2005-10-07  Glenn Morris  <rgm@gnu.org>
19908         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
19909         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
19910         precision'.
19912 2005-10-07  Romain Francoise  <romain@orebokech.com>
19914         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
19915         (ibuffer-do-shell-command-pipe-replace)
19916         (ibuffer-do-shell-command-file, ibuffer-do-eval)
19917         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
19918         (ibuffer-do-revert, ibuffer-do-replace-regexp)
19919         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
19920         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
19921         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
19922         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
19923         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
19924         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
19925         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
19926         Autoload file sans suffix.
19928         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
19930 2005-10-07  David Ponce  <david@dponce.com>
19932         * recentf.el (recentf-menu-open-all-flag): New option.
19933         (recentf-digit-shortcut-command-name): New function.
19934         (recentf--shortcuts-keymap): New variable.
19935         (recentf-menu-shortcuts): New variable.
19936         (recentf-make-menu-items): Initialize it.  Replace the "More..."
19937         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
19938         (recentf-menu-value-shortcut): New function.
19939         (recentf-make-menu-item): Use it.  No more in-lined.
19940         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
19941         (recentf-open-most-recent-file): Rename from
19942         `recentf-open-file-with-key'.  Don't depend on key binding.
19943         (recentf-mode-map): New variable.
19944         (recentf-mode): Use it.
19946 2005-10-06  Bill Wohler  <wohler@newt.com>
19948         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
19950         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
19951         (MH-E-SRC): New.  Used by mh-autoloads.
19952         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19953         files in MH-E-SRC have been updated.
19954         (compile, recompile, bootstrap): Depend on mh-autoloads.
19956 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
19958         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
19959         gud-break and gud-remove icons when the fringe is not available.
19961         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
19962         Typo.
19964 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19966         * play/zone.el (zone): Wrap body with save-window-excursion.
19968 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19970         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
19971         Use the new `list-only' arg to diary-list-entries.
19973         * calendar/diary-lib.el: Use overlays rather than selective-display.
19974         (diary-selective-display): New var.
19975         (diary-header-line-format): Use it.
19976         (diary-list-entries): Add argument `list-only'.
19977         Put the buffer in diary-mode.  Don't add \^M at beg and end.
19978         Replace \^M by invisible overlays.
19979         (diary-unhide-everything): Replace \^M by invisible overlays.
19980         (print-diary-entries): Look for overlays rather than \^M.
19981         Add a space to the temp buffer name.
19982         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
19983         Put the buffer in diary-mode.
19984         (list-sexp-diary-entries): Replace \^M by invisible overlays.
19985         (diary-anniversary): Make the year arg optional.
19986         (diary-time-regexp): New const.
19987         (diary-font-lock-keywords): Use it to accept a few more time formats.
19989         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
19991 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
19993         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
19994         Fix bug introduced 2005-07-03: Use (car (last ...))
19995         to faithfully reproduce replaced artist-last.
19996         (artist-set-arrow-points-for-poly): Likewise.
19997         Suggested by Johan Bockg\e,Ae\e(Brd.
19999 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
20001         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20002         * wid-edit.el (widget):
20003         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20004         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20006 2005-10-06  Kenichi Handa  <handa@m17n.org>
20008         * international/mule-cmds.el (set-language-environment):
20009         Fix setting up of case-table for unibyte mode.
20011         * simple.el (what-cursor-position): If the character is displayed
20012         by some `display' text property, show that.  Don't use
20013         single-key-description for eight-bit characters in multibyte mode.
20015 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
20017         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20018         (gdb-ann3): Set it.
20019         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20020         (gdb-info-frames-custom): Use inverse-video for first five
20021         characters of selected frame only.
20022         (gdb-get-frame-number): Select frame even when point is on frame
20023         number.
20025 2005-10-06  Masatake YAMATO  <jet@gyve.org>
20027         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20028         Put `font-lock-function-name-face'.
20029         (gdb-info-frames-custom): Put `font-lock-function-name-face'
20030         and `font-lock-variable-name-face'
20031         (gdb-registers-font-lock-keywords): New font lock keywords definition.
20032         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20033         (gdb-memory-font-lock-keywords): New font lock keywords definition.
20034         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20035         (gdb-local-font-lock-keywords): New font lock keywords definition.
20036         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20037         (gdb-threads-font-lock-keywords): New font lock keywords definition.
20038         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20040 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
20042         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20043         (ediff-merge-region-is-non-clash-to-skip): Previously called
20044         ediff-merge-region-is-non-clash.
20046         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20047         Use insert-buffer-substring.
20049         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20050         selecting files to patch.  Also bug fixes.
20052         * ediff-util.el (ediff-setup): Bug fix.
20053         (ediff-next-difference): Never skip clashes that differ in white
20054         space only.
20056         * ediff-wind.el (ediff-setup-control-frame)
20057         (ediff-destroy-control-frame): Check the menubar feature.
20059         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20060         (viper-refresh-mode-line): Use make-local-variable to localize
20061         some vars instead of make-variable-buffer-local.  Suggested by
20062         Stefan Monnier.
20064         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20065         (viper-restore-cursor-type, viper-set-insert-cursor-type):
20066         Use make-local-variable instead of make-variable-buffer-local.
20067         Suggested by Stefan Monnier.
20069         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20070         (viper-comint-mode-hook): Use make-local-variable on
20071         require-final-newline.
20072         (viper-non-hook-settings): Don't use make-variable-buffer-local.
20074 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20076         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20077         also the second char of a comment-start sequence.
20078         (scheme-sexp-comment-syntax-table): New var.
20079         (lambda, define): Set their scheme-doc-string-elt property.
20080         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20081         Use lisp-font-lock-syntactic-face-function now that it properly
20082         handles |...| symbols.
20083         (scheme-mode-variables): Set lisp-doc-string-elt-property,
20084         parse-sexp-lookup-properties and font-lock-extra-managed-props.
20086         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20087         bit from # to |.
20088         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20090         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20091         (lisp-doc-string-elt-property): New var.
20092         (lisp-font-lock-syntactic-face-function): Use it.
20093         Rewrite to recognize docstrings even for forms not at toplevel.
20095         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20096         annotation on the | part of #| rather than on the # part.
20097         (scheme-font-lock-syntactic-face-function): New function, to
20098         distinguish strings from |...| symbols.
20099         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
20100         syntax-table so that #|...|# is properly highlighted.
20102         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20103         Don't mark as docstring the 3rd elem of an unknown toplevel form.
20105 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20107         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20108         and C-e.
20110         * emacs-lisp/eldoc.el: Move comments into docstrings.
20111         (eldoc-message-commands): Initialize in its declaration.
20112         Add move-beginning-of-line and move-end-of-line.
20113         (eldoc-add-command, eldoc-add-command-completions)
20114         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20116         * outline.el (outline-mark-subtree): Activate the mark.
20118         * calendar/appt.el (appt-time-regexp): New var.
20119         (appt-add, appt-make-list): Use it.
20120         (appt-convert-time): Clean up.
20122         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20123         Don't set any syntax-table property here.
20124         (tex-font-lock-verb): New function.  Do it here.
20125         (tex-font-lock-syntactic-keywords): Use it.
20127 2005-10-04  Richard M. Stallman  <rms@gnu.org>
20129         * wid-edit.el (widget-file-complete): Get the widget start point
20130         the right way.  Default directory to `/' if file has none.
20132         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20134         * textmodes/flyspell.el (flyspell-mode-on):
20135         Call ispell-maybe-find-aspell-dictionaries.
20137         * textmodes/ispell.el (ispell-word, ispell-region):
20138         Call ispell-maybe-find-aspell-dictionaries.
20139         (ispell-accept-buffer-local-defs):
20140         Don't call ispell-maybe-find-aspell-dictionaries
20142 2005-10-04  Richard M. Stallman  <rms@gnu.org>
20144         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20146 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
20148         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20149         instead of `fboundp' in order to allow for anonymous functions.
20151 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
20153         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20154         case the user clicks on the link while another window is selected.
20155         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20157         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20158         functionality.
20159         (dframe-help-echo): Save point in case mouse tracking is off.
20161 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
20163         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20165 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20167         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20168         not change the global value of those vars.
20170         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20171         make-local-variable which we do not need any more.
20173 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
20175         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20176         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20177         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20178         (speedbar-path-line): Define obsolete aliases.
20179         (speedbar-line-directory): Doc fix.
20181         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20182         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20183         instead of speedbar-line-path.
20185 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20187         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20188         to nil if dropping on a window.  Handle dropping on a minibuffer window
20189         like dropping on a non-window part of Emacs.
20191 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20193         * net/ange-ftp.el: Use with-current-buffer.
20194         (ange-ftp-insert-directory): Do not follow symlinks any more.
20196         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20197         Remove interactive spec.
20199 2005-10-03  Kim F. Storm  <storm@cua.dk>
20201         * ido.el (ido-mode): Use custom-initialize-set.
20203 2005-10-02  Richard M. Stallman  <rms@gnu.org>
20205         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20206         Use insert-buffer-substring.
20208         * net/tramp.el: Pacify byte compiler warnings in pacification code.
20209         (tramp-handle-file-local-copy): Use insert-buffer-substring.
20211 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20213         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20214         in last change.
20215         (ange-ftp-insert-directory): Fix up the search for the case where
20216         `file' is absolute.
20218 2005-10-02  Romain Francoise  <romain@orebokech.com>
20220         * progmodes/compile.el (compile-goto-error): Delete extra paren.
20222 2005-10-02  Andreas Schwab  <schwab@suse.de>
20224         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20225         directory component in the session info.
20227 2005-10-01  Richard M. Stallman  <rms@gnu.org>
20229         * comint.el (comint-redirect-subvert-readonly): Doc fix.
20231         * simple.el (next-error-internal): New function.
20233         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20234         (compilation-start): Pass new arg to compilation-buffer-name.
20235         (compile-goto-error): Use next-error-internal.
20237 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
20239         * speedbar.el: Remove RCS tag.
20240         (speedbar-check-read-only): Handle non-existent files.
20242         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20244         * info.el (Info-speedbar-hierarchy-buttons)
20245         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20247 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20249         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20250         Do not match newline.
20251         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
20252         (bibtex-summary): Remove unnecessary save-excursion.
20253         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
20255 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20257         * term/mac-win.el: Add charset info for "iso10646-1".
20258         Modify default fontset to use ATSUI-compatible fonts for some charsets
20259         if available.
20261 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
20263         * speedbar.el: Re-apply arch tag.
20264         (speedbar-version): Rename to version 1.0.  Suggested by Eric
20265         M. Ludlam.
20266         Reapply two changes from Emacs CVS' version of speedbar lost
20267         during the merge:
20268         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
20269         (speedbar-frame-parameters): Improve customize type.
20271 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20273         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
20274         (ange-ftp-file-directory-p): Fix the symlink case.
20275         (ange-ftp-insert-directory): When listing a single file, get a list of
20276         the parent buffer and extract the relevant line.  Inspired from a patch
20277         by Katsumi Yamaoka <yamaoka@jpl.org>.
20278         (ange-ftp-file-name-sans-versions): Simplify.
20280 2005-09-30  Bill Wohler  <wohler@newt.com>
20282         Move MH-E image files from toolbar and mail directories into
20283         etc/images.
20285         * mail/reply2.*: Move to etc/images/mail/reply*.
20287         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
20288         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
20289         etc/images.
20291         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
20292         * toolbar/reply*: Move to etc/images/mail.
20294         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
20296 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
20298         * speedbar.el: New version 1.0pre3.
20300         Frame management code (including timer, and mouse click specifics)
20301         moved to dframe.el:
20302         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
20303         (speedbar-timer): Removed.  Use dframe-timer.
20304         (speedbar-close-frame): Removed.  Use dframe-close-frame.
20305         (speedbar-activity-change-focus-flag): Removed.  Use
20306         dframe-activity-change-focus-flag.
20307         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
20308         dframe-update-speed.
20310         (speedbar-current-frame): New macro.  Use this instead of the
20311         variable speedbar-frame.
20313         (speedbar-use-images, speedbar-expand-image-button-alist)
20314         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
20316         (speedbar-find-image-on-load-path): Removed.  Replaced by
20317         defezimage in ezimage.el.
20318         (speedbar-expand-image-button-alist): Removed.  Replaced by
20319         ezimage-expand-image-button-alist in ezimage.el.
20321         (speedbar-ignored-directory-regexp)
20322         (speedbar-add-ignored-directory-regexp)
20323         (speedbar-ignored-directory-expressions)
20324         (speedbar-line-directory, speedbar-buffers-line-directory)
20325         (speedbar-directory-line, speedbar-buffers-line-directory):
20326         Renamed, replacing `path' with `directory'.
20328         (speedbar-create-directory, speedbar-expand-line-descendants)
20329         (speedbar-toggle-line-expansion)
20330         (speedbar-contract-line-descendants): New commands.
20332         (speedbar-query-confirmation-method, speedbar-select-frame-method)
20333         (speedbar-use-tool-tips-flag): New options.
20335         (speedbar-check-read-only, speedbar-require-version)
20336         (speedbar-insert-separator, speedbar-buffers-tail-notes)
20337         (speedbar-handle-delete-frame, speedbar-try-completion)
20338         (speedbar-update-localized-contents): New functions.
20340         (speedbar-incompatible-version, speedbar-ro-to-do-point)
20341         (speedbar-object-read-only-indicator): New variables.
20343         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
20344         New hooks.
20346         (speedbar-separator-face): New face.
20348         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
20349         (speedbar-ignored-modes): Add fundamental-mode.
20350         (speedbar-directory-unshown-regexp): Add . directories.
20352         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
20353         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
20354         `]' for full expand/close.
20355         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
20357         (speedbar-check-vc): Support hidden files.
20358         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
20359         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
20360         state is nil, it is not checked out.
20362         (speedbar-line-text, speedbar-line-token): Support expand buttons
20363         with no text.
20364         (speedbar-refresh): Universal argument acts as power-click.
20365         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
20366         that buffer to get variable values.
20368         And many other bugfixes.
20370         * dframe.el, ezimage.el, sb-image.el: New files.
20372         * sb-*.xpm: Remove files.  New image files installed into
20373         etc/images/ezimage.
20375 2005-09-30  Kenichi Handa  <handa@m17n.org>
20377         * ps-mule.el (ps-mule-show-warning): If a character is in
20378         ps-print-translation-table, don't treat it as non-printable.
20380 2005-09-30  David Ponce  <david@dponce.com>
20382         * tree-widget.el (tree-widget-themes-load-path): New variable.
20383         (tree-widget-themes-directory): Doc fix.
20384         (tree-widget-image-formats) [Emacs]: Doc fix.
20385         (tree-widget--locate-sub-directory): New function.
20386         (tree-widget-themes-directory): Use it.
20388         * recentf.el (recentf-filename-handlers): Rename from
20389         `recentf-filename-handler'.  Allow a list of functions.
20390         (recentf-menu-items-for-commands): Fix :help strings.
20391         (recentf-apply-filename-handlers): New function.
20392         (recentf-expand-file-name): Use it.
20393         (recentf-cleanup): Remove duplicates too.
20395 2005-09-29  Juri Linkov  <juri@jurta.org>
20397         * faces.el: Rearrange face definitions to be in the same order as
20398         their face descriptions in "(emacs)Standard Faces".
20400         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
20402         * tooltip.el (tooltip): Add group `basic-faces'.
20404         * buff-menu.el (Buffer-menu-buffer): Remove group
20405         `font-lock-highlighting-faces'.
20407         * progmodes/compile.el (compilation-error, compilation-warning)
20408         (compilation-info, compilation-line-number, compilation-column-number):
20409         Change group from `font-lock-highlighting-faces' to `compilation'.
20411         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20412         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
20413         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
20414         (vhdl-font-lock-reserved-words-face)
20415         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
20416         `font-lock-highlighting-faces'.
20418         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
20420 2005-09-28  Kim F. Storm  <storm@cua.dk>
20422         * emulation/cua-base.el: Set CUA move property on additional commands:
20423         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
20424         forward-sexp, backward-sexp, forward-list, backward-list.
20426 2005-09-28  Romain Francoise  <romain@orebokech.com>
20428         * comint.el (comint-show-output): Really set point at the
20429         beginning of the output when not using `comint-use-prompt-regexp'.
20431 2005-09-27  Jay Belanger  <belanger@truman.edu>
20433         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
20434         in TeX mode.
20436 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
20438         * textmodes/org.el (org-table-sum): Fix format string.
20440         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
20441         Quote face names.
20443 2005-09-26  Romain Francoise  <romain@orebokech.com>
20445         * isearch.el (isearch-forward-regexp): Close doc string.
20447 2005-09-25  Richard M. Stallman  <rms@gnu.org>
20449         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
20451         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
20453         * progmodes/compile.el (compilation-error-properties):
20454         When getting the file from the previous error message,
20455         correctly decode the new data format.
20457         * progmodes/cc-cmds.el (c-electric-paren):
20458         Call old-blink-paren only for close-paren.
20460 2005-09-24  Andreas Schwab  <schwab@suse.de>
20462         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
20463         condition.
20465 2005-09-25  Romain Francoise  <romain@orebokech.com>
20467         * dired-aux.el (dired-copy-file-recursive):
20468         * dired.el (dired-delete-file):
20469         * ediff-mult.el (ediff-dir-diff-copy-file):
20470         * ediff-util.el (ediff-test-save-region):
20471         * forms.el (forms-mode):
20472         * ido.el (ido-file-internal, ido-delete-file-at-head):
20473         * log-edit.el (log-edit-done):
20474         * ses.el (ses-yank-resize):
20475         * play/gomoku.el (gomoku-human-plays, gomoku)
20476         (gomoku-human-resigns, gomoku-prompt-for-other-game)
20477         (gomoku-offer-a-draw):
20478         * play/landmark.el (lm-human-resigns, lm):
20479         * net/eudcb-ldap.el (eudc-ldap-check-base):
20480         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
20481         * progmodes/ebrowse.el (ebrowse-find-pattern):
20482         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
20483         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
20484         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
20486         * vc.el (vc-delete-file):
20487         * play/gomoku.el (gomoku-terminate-game, gomoku)
20488         (gomoku-prompt-for-move, gomoku-human-takes-back):
20489         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
20490         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
20492 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
20494         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
20495         color rxvt terminals by using the code xterm.el used to use before
20496         2005-04-09 in order to match the colors used by rxvt.
20498 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20500         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
20501         colors rxvt-unicode terminals by using the same code as xterm.el.
20503 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20505         * textmodes/tex-mode.el (tex-font-lock-append-prop)
20506         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
20507         new symbol used for the tex-verbatim face.
20509 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20511         * woman.el (woman-file-name):
20512         * wid-edit.el (widget-file-prompt-value)
20513         (widget-coding-system-prompt-value):
20514         * w32-fns.el (set-w32-system-coding-system):
20515         * vc.el (vc-version-diff, vc-annotate):
20516         * textmodes/reftex-auc.el (reftex-arg-cite)
20517         (reftex-arg-index-tag):
20518         * textmodes/refer.el (refer-get-bib-files):
20519         * textmodes/artist.el (artist-figlet-choose-font):
20520         * terminal.el (terminal-emulator):
20521         * replace.el (occur-read-primary-args):
20522         * rect.el (string-rectangle, string-insert-rectangle):
20523         * ps-print.el (ps-print-preprint):
20524         * progmodes/pascal.el (pascal-goto-defun):
20525         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
20526         * progmodes/compile.el (compilation-find-file):
20527         * printing.el (pr-interactive-n-up):
20528         * play/animate.el (animate-birthday-present):
20529         * net/rcompile.el (remote-compile):
20530         * man.el (man, Man-goto-section, Man-follow-manual-reference):
20531         * mail/rmailsum.el (rmail-summary-search-backward)
20532         (rmail-summary-search):
20533         * mail/rmailout.el (rmail-output-read-rmail-file-name)
20534         (rmail-output-read-file-name):
20535         * mail/rmail.el (rmail-search, rmail-search-backwards):
20536         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
20537         * locate.el (locate):
20538         * international/quail.el (quail-show-keyboard-layout):
20539         * international/mule.el (set-buffer-file-coding-system)
20540         (revert-buffer-with-coding-system, set-file-name-coding-system)
20541         (set-terminal-coding-system, set-keyboard-coding-system)
20542         (set-next-selection-coding-system):
20543         * international/mule-diag.el (describe-coding-system)
20544         (describe-font, describe-fontset):
20545         * international/mule-cmds.el (universal-coding-system-argument)
20546         (search-unencodable-char, describe-input-method)
20547         (set-language-environment, describe-language-environment):
20548         * international/codepage.el (codepage-setup):
20549         * international/code-pages.el (codepage-setup):
20550         * info.el (Info-search, Info-follow-reference)
20551         (Info-search-backward):
20552         * emacs-lisp/advice.el (ad-read-advised-function)
20553         (ad-read-advice-class, ad-clear-cache, ad-activate)
20554         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
20555         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
20556         (ad-read-regexp):
20557         * ediff-util.el (ediff-toggle-regexp-match):
20558         * ediff-ptch.el (ediff-prompt-for-patch-file):
20559         * dired-aux.el (dired-diff):
20560         * diff.el (diff):
20561         * cus-edit.el (custom-variable-prompt):
20562         * calendar/timeclock.el (timeclock-ask-for-project):
20563         * calc/calcalg3.el (calc-get-fit-variables):
20564         * calc/calc-store.el (calc-edit-variable)
20565         (calc-permanent-variable):
20566         * vc-mcvs.el (vc-mcvs-register):
20567         * shadowfile.el (shadow-define-literal-group):
20568         * woman.el (woman-file-name):
20569         * vc.el (vc-version-diff, vc-merge):
20570         * textmodes/reftex-index.el (reftex-index-complete-tag):
20571         * format.el (format-decode-buffer, format-decode-region):
20572         * emulation/viper-cmd.el (viper-read-string-with-history):
20573         * emacs-lisp/debug.el (cancel-debug-on-entry):
20574         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20575         * ediff.el (ediff-merge-revisions)
20576         (ediff-merge-revisions-with-ancestor, ediff-revision):
20577         * completion.el (interactive-completion-string-reader):
20578         * calc/calc-prog.el (calc-user-define-formula):
20579         Follow convention for reading with the minibuffer.
20581 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
20583         * progmodes/python.el (python-describe-symbol): Add globals() and
20584         locals() to the arguments of emacs.ehelp.
20586 2005-09-24  Magnus Henoch  <mange@freemail.hu>
20588         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
20589         New function, code extracted from ispell-valid-dictionary-list.
20590         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
20591         Call it.
20593 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
20595         * subr.el (version-regexp-alist): Extend valid syntax for version
20596         strings: allow any of the characters -,_,+ to separate the
20597         alpha/beta/rc part from the version part.  Doc fix.
20598         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
20600 2005-09-23  David Reitter  <david.reitter@gmail.com>
20602         * mail/mailclient.el: New file.
20604 2005-09-23  Richard M. Stallman  <rms@gnu.org>
20606         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
20607         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
20608         Doc fixes.
20610         * progmodes/cc-mode.el (c-font-lock-init):
20611         Specify font-lock-lines-before.
20613 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20615         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
20616         whole conflict.
20618 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
20620         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
20621         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
20622         of `remap' feature when available.  Additional key bindings for
20623         better tty support.
20624         (org-mode-restart, org-force-self-insert): New commands.
20625         (org-time-stamp-inactive): New command.
20626         (org-remap): New function.
20627         (org-table-auto-blank-field, org-level-color-stars-only): New options.
20628         (org-enable-fixed-width-editor): Move to `org-structure'
20629         customization group.
20630         (org-self-insert-command, orgtbl-self-insert-command): Modify to
20631         blank field after field motion commands.
20633 2005-09-23  Kenichi Handa  <handa@m17n.org>
20635         * international/mule-cmds.el (set-language-environment):
20636         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
20637         have to call utf-translate-cjk-load-tables.
20639 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20641         * mouse.el (mouse-move-drag-overlay): Fix last change.
20643 2005-09-22  David Ponce  <david@dponce.com>
20645         * tree-widget.el (tree-widget-value-create): Fix previous change.
20647 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20649         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
20651 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20653         * mouse.el (mouse-move-drag-overlay): New function.
20654         (mouse-drag-region-1): Use it.
20655         Try to simplify a bit the state handling.  Handle clicks on links
20656         inside intangible areas.
20657         (mouse-save-then-kill): Minor simplification.
20658         (mouse-secondary-overlay): Make it always non-nil instead of
20659         recreating it each time.
20660         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
20661         (mouse-kill-secondary, mouse-secondary-save-then-kill):
20662         Simplify accordingly.
20664 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20666         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
20668 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
20670         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
20671         (ediff-file-name-sans-prefix): Treat nil as an empty string.
20672         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
20673         to patch.
20675         * ediff-util.el: Use insert-buffer-substring.
20677         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
20679         * emulation/viper-cmd.el (viper-change-state): Don't move over the
20680         field boundaries in the minibuffer.
20681         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
20682         (viper-minibuffer-post-command-hook): New hook.
20683         (viper-line): Don't move cursor at bolp.
20685         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
20687         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
20688         avoid compiler warnings.
20690         * emulation/viper-macs.el (ex-map): Better messages.
20692         * emulation/viper-utils.el (viper-beginning-of-field): New function.
20694         * emulation/viper.el: Replace make-variable-buffer-local with
20695         viper-make-variable-buffer-local everywhere, to avoid warnings.
20697 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20699         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
20700         Delete unused var `old-selected-window'.
20701         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
20702         (mouse-drag-secondary): Delete unused var `start-frame'.
20704 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20706         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
20708 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20710         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
20711         Re-indent within 80 columns.  Use inhibit-read-only.
20713 2005-09-19  Romain Francoise  <romain@orebokech.com>
20715         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
20717 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20719         * font-lock.el (font-lock-default-fontify-region): Don't add a line
20720         unconditionally, since the after-change-function already did it.
20722 2005-09-19  Miles Bader  <miles@gnu.org>
20724         * net/newsticker.el: Get rid of CVS keyword.
20726 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
20728         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
20729         The prompt is formatted later.
20731 2005-09-19  David Ponce  <david@dponce.com>
20733         * tree-widget.el (tree-widget-value-create): Save the converted
20734         tree :node widget.
20736 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
20738         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
20739         variable `message'.
20741 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
20743         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
20744         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
20745         <slawomir.nowaczyk.847@student.lu.se>.
20747 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
20749         * image.el (image-load-path): Use symbol `data-directory' instead
20750         of its value, for backward compatibility with packages that bind
20751         it during `find-image'.  Suggested by Katsumi Yamaoka.
20752         (image-search-load-path): Handle symbols whose values are strings.
20754 2005-09-18  Romain Francoise  <romain@orebokech.com>
20756         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
20757         with-current-buffer form in save-excursion.
20759 2005-09-18  Deepak Goel  <deego@gnufans.org>
20761         * apropos.el (apropos-command): Fix `message' call: first arg
20762         should be a format spec.  In this and all other cases that appear
20763         below and elsewhere in the source code, I made a change only when
20764         two conditions were satisfied: [1] I can think of a possibility
20765         that the arguments would cause an error, for example, the code in
20766         question relies on external variables such as filenames.  [2] I
20767         was sure that the arg to `message' could not have been nil in the code.
20769         * textmodes/tildify.el (tildify-region): Ditto.
20771         * textmodes/reftex-index.el (reftex-index-change-entry)
20772         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
20773         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
20774         * textmodes/org.el (org-complete, org-deadline, org-schedule)
20775         (org-priority, org-table-sum):
20776         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
20777         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
20778         (flyspell-word, flyspell-display-next-corrections):
20779         * textmodes/bibtex.el (bibtex-print-help-message):
20780         * textmodes/artist.el (artist-key-set-point-poly):
20781         * term/mac-win.el (mac-services-insert-text):
20782         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
20783         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
20784         (vhdl-port-paste-testbench, vhdl-compose-new-component)
20785         (vhdl-compose-configuration):
20786         * progmodes/sh-script.el (sh-blink, sh-show-indent)
20787         (sh-set-indent, sh-learn-line-indent):
20788         * progmodes/ps-mode.el (ps-mode-target-column):
20789         * progmodes/idlwave.el (idlwave-make-tags)
20790         (idlwave-scan-library-catalogs):
20791         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
20792         * progmodes/gud.el (gud-jdb-analyze-source):
20793         * progmodes/flymake.el (flymake-log):
20794         * progmodes/ebnf2ps.el (ebnf-generate-region):
20795         * progmodes/cmacexp.el (c-macro-expansion):
20796         * progmodes/ada-xref.el (ada-treat-cmd-string):
20797         * progmodes/ada-mode.el (ada-create-case-exception-substring)
20798         (ada-justified-indent-current, ada-batch-reformat):
20799         * play/zone.el (zone):
20800         * play/landmark.el (lm-move):
20801         * play/decipher.el (decipher-show-alphabet):
20802         * net/newsticker.el (newsticker--display-jump)
20803         (newsticker--display-scroll):
20804         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
20805         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
20806         * mail/feedmail.el (feedmail-dump-message-to-queue):
20807         * eshell/esh-proc.el (eshell-remove-process-entry):
20808         * emulation/ws-mode.el (ws-last-error):
20809         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
20810         (viper-record-kbd-macro):
20811         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
20812         * emacs-lisp/lisp-mnt.el (lm-report-bug):
20813         * emacs-lisp/find-func.el (find-function-noselect):
20814         * calendar/timeclock.el (timeclock-status-string)
20815         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
20816         (timeclock-when-to-leave-string):
20817         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
20818         * calc/calc-units.el (calc-enter-units-table):
20819         * calc/calc-mode.el (calc-mode-record-mode):
20820         * woman.el (woman-mini-help):
20821         * wdired.el (wdired-change-to-wdired-mode):
20822         * vc.el (vc-retrieve-snapshot):
20823         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
20824         * startup.el (display-startup-echo-area-message):
20825         * simple.el (set-goal-column):
20826         * ses.el (ses-command-hook, ses-recalculate-cell):
20827         * server.el (server-process-filter):
20828         * printing.el (pr-interface-txt-print, pr-interface-printify)
20829         (pr-interface-ps):
20830         * pcvs.el (cvs-help):
20831         * log-edit.el (log-edit, log-edit-mode-help):
20832         * iswitchb.el (iswitchb-possible-new-buffer):
20833         * isearch.el (isearch-edit-string):
20834         * image-mode.el (image-mode, image-minor-mode):
20835         * ibuf-macs.el (define-ibuffer-filter):
20836         * hi-lock.el (hi-lock-find-patterns):
20837         * files.el (toggle-read-only):
20838         * ediff-util.el (ediff-copy-diff)
20839         (ediff-write-merge-buffer-and-maybe-kill):
20840         * echistory.el (Electric-history-undefined):
20841         * dnd.el (dnd-insert-text):
20842         * dired-aux.el (dired-query):
20843         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
20844         * bookmark.el (bookmark-bmenu-locate):
20845         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
20846         Fix `message' calls to ensure first arg is a format string.
20847         The change was made only when these two conditions were satisfied:
20848         [1] when there is a possibility that the arguments would cause an error
20849         for example, if the code in question relies on external variables
20850         such as filenames, and
20851         [2] if the arg to `message' could not have been nil in the code.
20853         * pcomplete.el (pcomplete--help): Fix `message' format spec.
20854         Not having a %s would be weird, though not technically wrong.
20856 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20858         * term/mac-win.el (mac-add-charset-info): Doc fix.
20860 2005-09-17  Romain Francoise  <romain@orebokech.com>
20862         * shell.el (shell-resync-dirs): Handle echoing processes more
20863         reliably.  Don't insert resync command if `comint-process-echoes'
20864         is non-nil.
20866 2005-09-17  Magnus Henoch  <mange@freemail.hu>
20868         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
20869         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
20870         aspell versions >= 0.60.
20871         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
20872         only if ispell-aspell-supports-utf8 is non-nil.
20874 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20876         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
20877         buffer-local value to lisp-indent-function.
20879 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
20881         * progmodes/glasses.el (glasses-make-readable): If
20882         glasses-separator differs from underscore, put appropriate
20883         overlays over underscore characters.
20884         (glasses-convert-to-unreadable): If glasses-separator differs from
20885         underscore, try to convert glasses-separator characters to
20886         underscores.
20888 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20890         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
20891         Use with-syntax-table and dolist.
20893 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
20895         * textmodes/reftex-auc.el:
20896         * textmodes/reftex-cite.el:
20897         * textmodes/reftex-dcr.el:
20898         * textmodes/reftex-global.el:
20899         * textmodes/reftex-parse.el:
20900         * textmodes/reftex-ref.el:
20901         * textmodes/reftex-sel.el:
20902         * textmodes/reftex-toc.el:
20903         * textmodes/reftex-vars.el:
20904         * textmodes/reftex.el: Small changes to remove compiler warnings.
20906         * textmodes/reftex-index.el: Likewise.
20907         (reftex-query-index-phrase): More efficient use of markers.
20909 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20911         * image.el (image-load-path): New variable.
20912         (image-search-load-path): New function.
20913         (find-image): Search for images in `image-load-path'.
20915 2005-09-15  Richard M. Stallman  <rms@gnu.org>
20917         * follow.el: Change Maintainer field.
20919 2005-09-15  David Ponce  <david@dponce.com>
20921         * recentf.el (recentf-save-file-modes): New option.
20922         (recentf-save-list): Use it.
20924 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
20926         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
20927         (mode-line-mule-info, mode-line-modified): Move bindings from
20928         mouse-3 to mouse-1.
20930 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20932         * simple.el (sendmail-user-agent-compose): Revert last change.
20934 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20936         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
20937         Use with-current-buffer.
20938         (ange-ftp-gwp-start): Remove unused var `gw-user'.
20939         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
20940         (ange-ftp-insert-directory): Remove unused var `short'.
20941         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
20943         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
20944         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
20946         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
20947         (check-calendar-holidays, diary-list-entries): Autoload.
20948         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
20949         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
20951         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
20952         which mistakenly removed a call to display-buffer.
20954 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
20956         * obsolete/iso-insert.el: Move to obsolete/ from international/.
20958 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
20960         * progmodes/hideshow.el
20961         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
20962         (hs-allow-nesting): New user var.
20963         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
20964         (hs-hide-block-at-point): When nesting allowed,
20965         if there is already an overlay in place, delete it.
20966         (hs-safety-is-job-n): Delete func; remove call sites.
20967         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
20968         (hs-overlay-at): New func.
20969         (hs-already-hidden-p, hs-show-block): Use it.
20970         (hs-hide-all): Don't pre-clean if nesting allowed.
20971         (hs-show-all): Temporarily disallow
20972         nesting around call to `hs-discard-overlays'.
20974 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
20976         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
20977         Delete unused local var.
20979 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
20981         * help-fns.el (describe-categories): "?\ " -> "?\s".
20982         (help-do-arg-highlight): Recognize also ARG-n, as in
20983         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
20985         * international/codepage.el (dos-unsupported-char-glyph):
20986         * net/newsticker.el (tool-bar-map, w3-mode-map)
20987         (w3m-minor-mode-map):
20988         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
20989         (ent-alist):
20990         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
20992 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
20994         * custom.el (custom-push-theme): Handle the case where a symbol is
20995         bound but face properties have not yet been assigned.
20997         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
20998         Fix behavior if noerase is `t' and there is no mail buffer.
21000         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21001         if `continue' is nil, rather than signal an error.
21003 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21005         * font-lock.el (font-lock-keywords): Add autoload.
21007         * help-fns.el (describe-variable): Rearrange to put source link
21008         in a predictable place.
21010         * net/newsticker.el: New file.
21012 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21014         * calendar/calendar.el (calendar-for-loop): Add edebug info.
21015         (calendar-basic-setup): Use the new nil arg.
21016         (number-of-diary-entries): Move to diary-lib.el.
21018         * calendar/diary-lib.el: Use with-current-buffer, match-string.
21019         (diary-list-entries): Use with-syntax-table and dolist.
21020         Rename from list-diary-entries.
21021         Use number-of-diary-entries if `number' is nil.
21022         (diary, diary-view-entries): Use this new name and new nil arg value.
21023         (number-of-diary-entries): Move from calendar.el.
21024         (diary-unhide-everything): New function.
21025         (include-other-diary-files, fancy-diary-display)
21026         (diary-show-all-entries, make-diary-entry): Use it.
21027         (diary-mail-entries): Use buffer-string.
21028         (mark-diary-entries): Fix long standing paren typo.
21029         (diary-sexp-entry): Use count-lines.
21030         (make-diary-entry): Avoid `previous-line'.
21031         (diary-mode-map): New var.
21032         (diary-mode): Redraw cal after saving.  Setup header-line.
21033         (fancy-diary-display-mode): Use local-set-key.
21035         * startup.el (command-line): Try calling various terminal-init-foo-bar
21036         functions by stripping hyphenated suffixes from $TERM.
21038         * files.el (normal-mode): Check boundness of font-lock-keywords.
21040 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21042         * progmodes/compile.el: Don't decide a file's directory
21043         until the user actually tries to go there.
21044         (compilation-next-error-function):
21045         Pass compilation-find-file the directory from the file-struct.
21046         (compilation-internal-error-properties): Separate local FILE-STRUCT
21047         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
21048         (compilation-find-file): Arg DIR renamed to DIRECTORY.
21049         Expand it, and if nil, use default-directory.
21050         (compilation-get-file-structure): Don't mix specified directory
21051         with default directory.  Put specified directory into
21052         file-struct.  Don't make the file name absolute.
21054         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21055         (compile-command): Add autoload.
21056         (compilation-disable-input): Add autoload.
21058 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
21060         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21061         strings of the variables it can override.
21062         (time-stamp): New (as yet undocumented) time-stamp-format escapes
21063         %Q and %q, for fully-qualified domain name and unqualified host name.
21065 2005-09-11  Kim F. Storm  <storm@cua.dk>
21067         * emacs-lisp/authors.el (authors-aliases): Update list.
21068         (authors-fixed-entries): Update mldrag.el entry.
21070 2005-09-10  Alan Mackenzie  <acm@muc.de>
21072         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21073         from the region narrowed to.
21075 2005-09-10  Magnus Henoch  <mange@freemail.hu>
21077         * textmodes/ispell.el (ispell-check-version): Signal an error if
21078         aspell version is less than 0.60.
21080 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
21082         * progmodes/octave-inf.el (inferior-octave-startup):
21083         Resync current dir at the end.
21085 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
21087         * woman.el (woman-topic-at-point-default):
21088         Rename to woman-use-topic-at-point-default.
21089         (woman-topic-at-point): Rename to woman-use-topic-at-point.
21090         (woman-file-name): Reflect renames above.  Automatically use the
21091         word at point as topic if woman-use-topic-at-point is non-nil.
21092         Otherwise offer it as default but don't insert it in the
21093         minibuffer.  Also use `test-completion' instead of `assoc' as
21094         suggested by Stefan Monnier.
21096 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
21098         * vc.el (vc-directory, vc-update-change-log): Throw an error on
21099         the attempt to do it over Tramp.  This is not yet supported.
21101 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
21103         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21104         (menu-bar-non-minibuffer-window-p): New functions.
21105         ("Split Window", "Save As..."): Use them.
21106         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21107         ("Print Buffer", "Truncate Long Lines in this Buffer"):
21108         Use menu-bar-menu-frame-live-and-visible-p.
21109         ("Save Buffer", "Insert File", "Open Directory...")
21110         ("Open File...", "Visit New File..."):
21111         Use menu-bar-non-minibuffer-window-p.
21112         (kill-this-buffer-enabled-p, dired <menu-enable>):
21113         Use menu-bar-non-minibuffer-window-p.
21115 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
21117         * cus-start.el (all): Don't complain about fringe-related
21118         built-ins if fringes are not supported.  Ditto about
21119         selection-related built-ins.  Fix the test for GTK-related built-ins.
21121         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21122         ("Postscript Print Buffer", "Print Region", "Save As...")
21123         ("Save", "Insert File...", "Open Directory...")
21124         ("Open File...", "Visit New File..."")
21125         ("Truncate Long Lines in this Buffer"): Don't look at
21126         menu-updating-frame if this display does not support multiple frames.
21128 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21130         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21132 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
21134         * woman.el: Format- and whitespace-related changes.
21136 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
21138         * woman.el: Fix my email address.
21140 2005-09-08  Richard M. Stallman  <rms@gnu.org>
21142         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21143         (sh-mode): Locally set skeleton-pair-default-alist.
21145         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21147         * progmodes/flymake.el: Require `compile' unconditionally.
21149         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21151         * woman.el (woman-file-name): Provide a default, not initial input.
21153         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21155         * font-lock.el (font-lock-support-mode): Doc fix.
21157         * descr-text.el (describe-property-list): Handle non-symbol prop names.
21159 2005-09-08  Richard M. Stallman  <rms@gnu.org>
21161         * simple.el (blink-matching-open): Get rid of text props from
21162         the string shown in echo area.  Don't permanently set point.
21163         Some rearrangements.
21165 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21167         * recentf.el (recentf-filename-handler): Add custom choice
21168         `abbreviate-file-name'.
21170         * msb.el (msb--very-many-menus): Fix typo.
21172         * disp-table.el (standard-display-european): Don't set
21173         enable-multibyte-characters to nil.
21175 2005-09-08  David Ponce  <david@dponce.com>
21177         * recentf.el (recentf-show-file-shortcuts-flag): New option.
21178         (recentf-expand-file-name): Doc fix.
21179         (recentf-dialog-mode-map): Define digit shortcuts.
21180         (recentf--files-with-key): New variable.
21181         (recentf-show-digit-shortcut-filter): New function.
21182         (recentf-open-files-items): New function.
21183         (recentf-open-files): Use it.
21184         (recentf-open-file-with-key): New command.
21186 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
21188         * buff-menu.el (Buffer-menu-sort-by-column): New function.
21189         Suggested by Kim F. Storm.
21190         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21191         (Buffer-menu-make-sort-button): Use global keymap.
21193 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
21195         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21196         (Man-getpage-in-background-advice): Remove defadvice; it isn't
21197         necessary any longer with the remapped command.
21198         (Man-bgproc-sentinel-advice): Remove defadvice which counts
21199         formatting time only.
21201         * net/tramp.el (tramp-action-password)
21202         (tramp-multi-action-password): Compile the password prompt from
21203         `method', `user' and `host'.  Sometimes it isn't obvious which
21204         password to enter, for example with remote files offered by
21205         recentf.el, or with multiple steps.  Suggested by Robert Marshall
21206         <robert@chezmarshall.freeserve.co.uk>.
21208 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21210         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21211         Fix regexp for when "s///" is at the beginning of line.
21213 2005-09-07  Jay Belanger  <belanger@truman.edu>
21215         * calc/calc-poly.el (math-expand-term): Multiply out any powers
21216         when in matrix mode.
21218 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21220         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21221         non-anonymous functions.
21223 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
21225         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21226         when using a header line.  Otherwise, use mouse-1-click-follows-link.
21228         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21229         can't be moved; don't signal an error.
21231 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
21233         * cus-theme.el (custom-theme-write-faces): Save the current face
21234         spec, not the defface spec.
21236         * custom.el (custom-known-themes): Clarify meaning of "standard".
21237         (custom-push-theme): Save old values in the standard theme.
21238         (disable-theme): Correct typo.
21239         (custom-face-theme-value) Deleted unused function.
21240         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21242 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21244         * progmodes/compile.el (compilation-goto-locus): Take into account
21245         iconified frames when determining whether the buffer is
21246         already visible.
21247         Don't reset window height if the window already existed.
21249 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
21251         * custom.el (load-theme): Rename from require-theme.
21252         Add interactive spec.
21253         (enable-theme): Rename from custom-enable-theme.
21254         Add interactive spec.
21255         (disable-theme): Rename from custom-disable-theme.
21256         Add interactive spec.
21257         (custom-make-theme-feature): Doc fix.
21258         (custom-theme-directory): Doc fix.
21259         (provide-theme): Call enable-theme.
21261 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21263         * obsolete/lazy-lock.el (lazy-lock-mode):
21264         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
21265         font-lock-mode if it's off.  Print a warning instead.
21267         * progmodes/compile.el (compilation-start): Ignore errors if the
21268         process died before we get to send-eof.
21270         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
21271         Undo last change.  Enclosing the result in quotes broke things on Unix
21272         since tex-send-command passes it through shell-quote-argument.
21273         (tex-send-command): Pass `file' through convert-standard-filename
21274         when possible.
21275         (tex-uptodate-p): Handle the case where TeX hasn't put additional
21276         info in a transcript.
21278 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
21280         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
21281         fix compilation warning.  Reorder the key definitions to group
21282         together keys emitted by the current version of xterm.
21284         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
21285         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
21286         Reorder predicates to correct min-color usage.
21288 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
21290         * longlines.el (longlines-mode): Inhibit read-only when encoding.
21291         Kill local variables when longlines-mode is turned off.
21293 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21295         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
21297         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
21299         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
21301         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
21302         (font-lock-lines-before): Change default to being inactive.
21303         (font-lock-default-fontify-region): Obey font-lock-lines-before.
21304         (font-lock-after-change-function): Don't handle f-l-lines-before here.
21306 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
21308         * net/tramp.el (tramp-handle-make-auto-save-file-name):
21309         Deactivate temporarily advice if active (not needed for Emacs 22,
21310         but for backwards compatibility).
21311         (tramp-exists-file-name-handler): Rewrite.  First implementation
21312         was too simple.
21313         (tramp-advice-make-auto-save-file-name):
21314         Call `tramp-handle-make-auto-save-file-name' (again, just for
21315         backwards compatibility).
21317 2005-08-31  Reto Zimmermann  <reto@gnu.org>
21319         * progmodes/vhdl-mode.el
21320         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
21321         (vhdl-end-p): Fix indentation bug "else" after "-- when".
21322         (vhdl-set-default-project): New function (easier setting of default).
21323         (vhdl-port-copy): Handle extended identifiers for generics.
21324         (vhdl-compiler-alist): Better description for error message regexp.
21325         (vhdl-make): Query for target, use previous as default.
21326         (vhdl-port-copy): Fix port copy for port names starting with "signal".
21327         (vhdl-font-lock-keywords-2): Fix fontification for record
21328         el. assign.
21329         (vhdl-speedbar-make-subpack-line): Add package body link.
21330         (vhdl-generate-makefile-1): Not include itself as dependency.
21331         (vhdl-font-lock-init): Highlight c-preprocessor directives.
21332         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
21333         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
21334         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
21335         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
21336         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
21337         (vhdl-import-project): Add string argument for `error'.
21338         (vhdl-compose-configuration)
21339         (vhdl-compose-configuration-architecture): Add configuration
21340         declaration generation.
21341         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
21342         (vhdl-trailer-re): Add "record" keyword (better indentation).
21343         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
21344         "[^ \t-\"]+".
21345         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
21346         (vhdl-testbench-entity-file-name)
21347         (vhdl-testbench-architecture-file-name): Allow separate
21348         customization of testbench file names.
21349         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
21350         (vhdl-get-visible-signals): Allow newline within alias declaration.
21351         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
21352         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
21353         (member-ignore-case): Alias for missing function in XEmacs.
21354         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
21355         (vhdl-update-sensitivity-list): Ignore case on read signals.
21356         (vhdl-replace-string): Adjust case only for file names.
21357         (vhdl-update-sensitivity-list): Fix search for read signals.
21358         (vhdl-update-sensitivity-list): Exclude formal parameters.
21359         (vhdl-get-visible-signals): Include aliases of signals.
21360         (vhdl-get-visible-signals): Fix signal name searching.
21361         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
21362         (vhdl-fixup-whitespace-region): Fix for character
21363         literals (e.g. `:').
21365 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21367         * ansi-color.el (comint-last-output-start):
21368         * bs.el (font-lock-verbose):
21369         * diff-mode.el (add-log-buffer-file-name-function):
21370         * dired-x.el (vm-folder-directory):
21371         * faces.el (help-xref-stack-item):
21372         * files.el (font-lock-keywords):
21373         * find-lisp.el (dired-buffers, dired-subdir-alist):
21374         * ido.el (cua-inhibit-cua-keys):
21375         * log-view.el (cvs-minor-wrap-function):
21376         * outline.el (font-lock-warning-face):
21377         * simple.el (compilation-current-error):
21378         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
21379         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
21380         * tooltip.el (comint-prompt-regexp):
21381         * w32-fns.el (explicit-shell-file-name):
21382         * term/mac-win.el (mac-charset-info-alist)
21383         (mac-services-selection, mac-system-script-code):
21384         * term/tty-colors.el (msdos-color-values):
21385         * term/w32-win.el (xlfd-regexp-registry-subnum):
21386         * term/x-win.el (x-keysym-table, x-selection-timeout)
21387         (x-session-id, x-session-previous-id):
21388         * textmodes/ispell.el (mail-yank-prefix):
21389         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
21390         * textmodes/org.el (calc-embedded-close-formula)
21391         (calc-embedded-open-formula)
21392         (font-lock-unfontify-region-function):
21393         * textmodes/reftex-global.el (isearch-next-buffer-function)
21394         (TeX-master):
21395         * textmodes/reftex.el (font-lock-keywords):
21396         * textmodes/tex-mode.el (font-lock-comment-face)
21397         (font-lock-doc-face):
21398         * textmodes/texinfo.el (outline-heading-alist):
21399         Add defvars.
21401         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
21402         (artist-spray-chars, artist-mode-init, artist-replace-string)
21403         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
21404         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
21405         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
21407         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
21408         (conf-align-assignments): "?\ " -> "?\s".
21410         * textmodes/reftex-index.el (TeX-master): Add defvar.
21411         (reftex-index-phrases-marker): Move up defvar.
21413         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
21414         (reftex-toc-include-labels-indicator)
21415         (reftex-toc-include-index-indicator)
21416         (reftex-toc-max-level-indicator): Move up declarations.
21418         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
21419         of args to `tramp-run-real-handler', even if it's empty in this case.
21421 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21423         * dired.el (dired-move-to-filename-regexp): Add date format for
21424         Mac OS X 10.3 in East Asian locales.
21426 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
21428         * files.el (make-auto-save-file-name): Add file name handler call
21429         if applicable.
21431         * net/tramp.el (tramp-file-name-handler-alist)
21432         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
21433         (tramp-handle-make-auto-save-file-name): Rename from
21434         `tramp-make-auto-save-file-name'.
21435         (tramp-exists-file-name-handler): New defun.
21436         (tramp-advice-make-auto-save-file-name): Make defadvice only when
21437         `make-auto-save-file-name' is not a magic file name operation.
21439 2005-08-30  Richard M. Stallman  <rms@gnu.org>
21441         * files.el (risky-local-variable-p):
21442         Match `-predicates' and `-commands.
21444         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
21445         (custom-save-all): Visit the file if necessary;
21446         kill the buffer if we created it.
21447         (custom-save-delete): Don't visit file or kill buffer here.
21449 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
21451         * textmodes/org.el (org-special-keyword): New face.
21452         (org-table-copy-down, org-table-eval-formula)
21453         (org-table-recalculate, org-init-section-numbers):
21454         Use `string-to-number' instead of `string-to-int'.
21455         (org-get-location): Use `insert-buffer-substring' instead of
21456         `insert-buffer'.
21457         (org-modify-diary-entry-string): New function.
21458         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
21459         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
21460         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
21461         active region.
21462         (org-export-as-html): Handle QUOTE keyword.
21463         (org-quote-string): New option.
21464         (org-bookmark-jump-unhide): New function, used for
21465         `bookmark-after-jump-hook'.
21466         (org-diary-default-entry): Apply only when not called through
21467         `org-agenda'.
21469 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
21471         * net/eudc.el (mode-popup-menu):
21472         * play/handwrite.el (ps-printer-name, ps-lpr-command):
21473         * progmodes/ada-mode.el (compile-auto-highlight)
21474         (skeleton-further-elements):
21475         * progmodes/autoconf.el (font-lock-syntactic-keywords):
21476         * progmodes/cmacexp.el (msdos-shells):
21477         * progmodes/compile.el (font-lock-extra-managed-props)
21478         (font-lock-keywords, font-lock-maximum-size)
21479         (font-lock-support-mode):
21480         * progmodes/grep.el (font-lock-lines-before):
21481         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
21482         * progmodes/mixal-mode.el (compile-command):
21483         * progmodes/perl-mode.el (font-lock-comment-face)
21484         (font-lock-doc-face, font-lock-string-face):
21485         * progmodes/prolog.el (comint-prompt-regexp):
21486         * progmodes/sh-script.el (font-lock-comment-face)
21487         (font-lock-set-defaults, font-lock-string-face):
21488         * progmodes/sql.el (font-lock-keyword-face)
21489         (font-lock-set-defaults, font-lock-string-face):
21490         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
21491         (itimer-version, lazy-lock-defer-contextually)
21492         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
21493         Add defvars.
21495         * progmodes/cperl-mode.el (cperl-electric-lbrace)
21496         (cperl-electric-keyword, cperl-electric-pod)
21497         (cperl-electric-backspace, cperl-forward-re)
21498         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
21499         (vc-rcs-header, vc-sccs-header): Add defvars.
21501         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
21502         (font-lock-syntactic-keywords, gud-find-expr-function):
21503         Add defvars.
21505         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
21506         (gdb-frame-parameters): Declare before use.
21508         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
21509         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
21510         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
21511         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
21513         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
21514         (idlwave-help-with-source): Use `insert-buffer-substring', not
21515         `insert-buffer'.
21517 2005-08-29  Juri Linkov  <juri@jurta.org>
21519         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
21520         Put outline-back-to-heading function call inside save-excursion.
21522 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
21524         * man.el (Man-init-defvars, Man-translate-references)
21525         (Man-support-local-filenames, Man-highlight-references):
21526         * progmodes/sql.el (sql-interactive-mode):
21527         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
21529         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
21530         (compilation-mode-font-lock-keywords): Add defvars.
21531         (checkdoc-interactive-loop): "?\ " -> "?\s".
21533         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
21534         (font-lock-doc-face, font-lock-string-face)
21535         (font-lock-keywords-case-fold-search): Add defvars.
21536         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
21538         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
21539         Don't pass X and Y (they are ignored anyway).
21540         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
21541         (mouse-delete-window): Make arguments optional.
21543         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
21544         (caesar-translate-table, minor-modes, news-buffer-save)
21545         (news-group-name, news-minor-modes): Add defvars.
21547         * emacs-lisp/lselect.el (mouse-highlight-priority)
21548         (x-lost-selection-functions, zmacs-regions):
21549         * emacs-lisp/pp.el (font-lock-verbose):
21550         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
21551         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
21552         (ses-mode-map):
21553         * emacs-lisp/tcover-unsafep.el (safe-functions):
21554         * international/mule-cmds.el (mac-system-coding-system)
21555         (mac-system-locale):
21556         * language/ethio-util.el (rmail-current-message)
21557         (rmail-message-vector):
21558         * language/thai-util.el (thai-auto-composition-mode):
21559         * mail/metamail.el (rmail-current-message, rmail-message-vector):
21560         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
21561         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
21562         (vm-primary-inbox, vm-spool-files):
21563         * mail/rmail.el (deleted-head, font-lock-fontified)
21564         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
21565         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
21566         (total-messages):
21567         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
21568         (rmail-summary-mode-map):
21569         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
21570         (rmail-last-label, rmail-last-multi-labels)
21571         (rmail-summary-vector, rmail-total-messages):
21572         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
21573         * mail/rmailsum.el (msgnum):
21574         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
21575         (rmail-current-message):
21576         * obsolete/fast-lock.el (font-lock-face-list):
21577         * obsolete/rnewspost.el (mail-reply-buffer):
21578         * obsolete/scribe.el (compile-command):
21579         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
21581 2005-08-28  John Paul Wallington  <jpw@gnu.org>
21583         * ibuf-ext.el (ibuffer-auto-update-changed):
21584         Use `frame-or-buffer-changed-p' to check whether we need to update.
21585         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
21586         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
21587         as a `frame-or-buffer-changed-p' state vector instead.
21589 2005-08-27  Romain Francoise  <romain@orebokech.com>
21591         * textmodes/makeinfo.el (makeinfo-compile):
21592         Use `compilation-start'.  Set `next-error-function' according to
21593         `disable-errors'.
21594         (makeinfo-next-error): New function.
21595         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
21596         (makeinfo-buffer): Likewise.
21598         * progmodes/compile.el (compilation-start): Add autoload cookie.
21600         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
21601         * textmodes/sgml-mode.el: Likewise.
21602         * progmodes/python.el: Likewise.
21604 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
21606         * simple.el (blink-matching-paren-distance): Document the meaning
21607         of nil value, and allow to customize to nil.
21609         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
21610         command.com, not command.exe.
21612 2005-08-26  John Wiegley  <johnw@newartisans.com>
21614         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
21615         code around a bit so that an extraneous nil argument is not added
21616         to a command when no args are given.
21618         * eshell/esh-arg.el (eshell-parse-double-quote): If a
21619         double-quoted argument resolves to nil, return it as an empty
21620         string rather than as nil.  This made it impossible to pass "" to
21621         a shell script as a null string argument.
21623 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21625         * outline.el (outline-invent-heading): New fun.
21626         (outline-promote, outline-demote): Use it.
21627         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
21628         (outline-end-of-subtree): Remove unused var `opoint'.
21630 2005-08-26  David Reitter  <david.reitter@gmail.com>
21632         * menu-bar.el (truncate-lines, write-file, print-buffer)
21633         (ps-print-buffer-faces, ps-print-buffer, split-window):
21634         Disable menu items when the frame they refer to is invisible, or when
21635         they refer to a buffer and the minibuffer is selected.
21637 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
21639         * progmodes/flymake.el (flymake-highlight-err-lines):
21640         Use save-excursion around flymake-highlight-line to preserve point.
21642 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
21644         * progmodes/octave-mod.el: Change Author and Maintainer address.
21645         (octave-maintainer-address): Change Kurt's email address.
21646         * progmodes/octave-inf.el: Change Author and Maintainer address.
21647         * progmodes/octave-hlp.el: Change Author and Maintainer address.
21649 2005-08-26  Kim F. Storm  <storm@cua.dk>
21651         * subr.el (version-list-<, version-list-<=, version-list-=):
21652         Rename from integer-list-*.
21653         (version-list-not-zero): Likewise.  Fix while loop.
21654         (version=): Use version-list-= instead of string-equal.
21656 2005-08-26  Richard M. Stallman  <rms@gnu.org>
21658         * outline.el (outline-promote): Try shortening the heading.
21659         As last resort, read the heading to use.
21660         (outline-demote): As last resort, read the heading to use.
21662 2005-08-26  Romain Francoise  <romain@orebokech.com>
21664         * progmodes/compile.el (compilation-start): Doc fix.
21666         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
21667         (antlr-font-lock-additional-keywords): Fix reference to
21668         `antlr-font-lock-literal-regexp' erroneously changed during the
21669         mass face rename.
21670         (antlr-run-tool): Use `compilation-start'.
21672         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
21673         instead of the obsolete `compile-internal'.
21675 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
21677         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
21678         (number, original-date):
21679         * calendar/cal-china.el (date):
21680         * calendar/cal-coptic.el (date):
21681         * calendar/cal-french.el (date):
21682         * calendar/cal-hebrew.el (date, entry, number, original-date):
21683         * calendar/cal-islam.el (date, number, original-date):
21684         * calendar/cal-iso.el (date):
21685         * calendar/cal-julian.el (date):
21686         * calendar/cal-mayan.el (date):
21687         * calendar/cal-menu.el (date, event):
21688         * calendar/cal-persia.el (date):
21689         * calendar/lunar.el (date):
21690         * calendar/solar.el (date): Add defvars.
21692         * emerge.el:
21693         * ibuffer.el:
21694         * info-xref.el:
21695         * obsolete/bg-mouse.el:
21696         * obsolete/sun-curs.el:
21697         * obsolete/swedish.el: Move the `defvar's to the top level.
21699         * smerge-mode.el (smerge-refined-change): Add :group.
21701 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21703         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
21704         (smerge-keep-n): Remove props.
21705         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
21706         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
21707         now that it's done in smerge-keep-n.
21708         (smerge-refined-change): New face.
21709         (smerge-refine-chopup-region, smerge-refine-highlight-change)
21710         (smerge-refine): New funs.
21711         (smerge-basic-map): Bind smerge-refine.
21713 2005-08-25  Juri Linkov  <juri@jurta.org>
21715         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
21716         compilation-process-setup-function and compilation-disable-input
21717         in grep-mode instead of let-bindings in grep.
21719         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
21720         Delete "Automatic File De/compression" (auto-compression-mode).
21722 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
21724         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
21725         Silence warning about non-existent variable.
21727 2005-08-25  Richard M. Stallman  <rms@gnu.org>
21729         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
21730         Rename "Describe Key" to "Describe Key or Mouse Operation".
21732         * mail/mailalias.el (build-mail-aliases): Delete comments
21733         from the contents before processing them.
21735         * isearch.el (isearch-edit-string): Erase the Search prompt
21736         if user enters an empty string and there is no default.
21738         * comint.el (comint-file-name-prefix): Add autoload.
21740 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
21742         * subr.el (play-sound): Rearrange to avoid warning.
21744 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
21746         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
21747         New hook.
21748         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
21750 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21752         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
21754         * custom.el (custom-theme-set-variables): Sort minor modes last.
21756 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21758         * subr.el (version-separator, version-regexp-alist): New vars used by
21759         version comparison funs.
21760         (integer-list-<, integer-list-=, integer-list-<=)
21761         (integer-list-not-zero): New funs for integer list comparison.
21762         (version-to-list, version=, version<, version<=): New funs for version
21763         comparison.
21765 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
21767         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
21768         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
21769         time to silence the byte-compiler.
21771         * ibuffer.el (ibuffer-compile-make-eliding-form)
21772         (ibuffer-check-formats): Use `with-no-warnings' to hide references
21773         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
21774         so it's silly to get warnings for it).
21775         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
21776         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
21777         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
21778         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
21779         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
21780         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
21781         Defvar at compile time.
21782         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
21783         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
21784         Declare them before use.
21786         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
21787         (info-xref-good, info-xref-bad): Defvar at compile time.
21789         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
21790         Use `let*' instead of `let'.
21792         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
21793         (*mouse-y*, menu, char): Defvar at compile time.
21794         (sc::menu): Declare it before use.
21795         (sc::pack-one-line): Use `let', not `let*'.
21797         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
21798         (mail-send-hook): Defvar at compile time.
21800         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
21801         Defvar at compile time.
21803         * term/sun-mouse.el (current-global-mousemap)
21804         (current-local-mousemap): Declare them before use.
21806 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
21808         * bookmark.el (bookmark-after-jump-hook): New hook.
21809         (bookmark-jump): Run `bookmark-after-jump-hook'.
21811 2005-08-23  Juri Linkov  <juri@jurta.org>
21813         * faces.el (minibuffer-prompt): Doc fix.
21815 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
21817         * progmodes/xscheme.el: Trivial changes to silence warnings.
21818         (xscheme-previous-mode, xscheme-previous-process-state):
21819         Add defvars.
21820         (xscheme-last-input-end, xscheme-process-command-line)
21821         (xscheme-process-name, xscheme-buffer-name)
21822         (xscheme-expressions-ring-max, xscheme-expressions-ring)
21823         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
21824         (xscheme-control-g-synchronization-p)
21825         (xscheme-control-g-disabled-p, xscheme-string-receiver)
21826         (default-xscheme-runlight, xscheme-runlight)
21827         (xscheme-runlight-string, xscheme-process-filter-state)
21828         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
21829         Move to beginning of file.
21830         (scheme-interaction-mode-commands-alist)
21831         (scheme-interaction-mode-map, scheme-debugger-mode-map):
21832         Declare them before use.  Note: the initialization code for the
21833         variables has not been moved because it uses functions that reference
21834         the variables.
21835         (xscheme-control-g-message-string, xscheme-process-filter-alist)
21836         (xscheme-prompt-for-expression-map): Declare them before use.
21837         (scheme-debugger-mode-commands): "?\ " -> "?\s".
21839 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
21841         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
21843 2005-08-22  Juri Linkov  <juri@jurta.org>
21845         * faces.el (set-face-underline): Delete this duplicate function
21846         and make an obsolete alias to set-face-underline-p.
21847         (set-face-underline-p): Use docstring of set-face-underline.
21848         (describe-face): Create hyperlink to parent face.
21850         * info.el (Info-insert-dir): Use save-excursion around
21851         insert-buffer-substring.
21852         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
21853         (Info-escape-percent): Delete function.
21854         (Info-fontify-node): Replace Info-escape-percent by
21855         replace-regexp-in-string with REP arg set to lambda that
21856         duplicates `%' and preserves text properties.
21858         * progmodes/compile.el (compilation-disable-input): Doc fix.
21859         (define-compilation-mode): Doc fix and refill.
21860         (kill-compilation): Use `mode-name' in the error message.
21861         (compilation-find-file): Use `compilation-error' in the
21862         read-file-name's prompt.
21864 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21866         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
21867         (smerge-auto-leave): Make undo re-enable the mode.
21868         (debug-ignored-errors): Add the user-error of impossible resolution.
21869         (smerge-resolve): Move things around a bit, in preparation for later.
21870         (smerge-diff): Don't fail if the buffer has no associated file.
21871         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
21872         (smerge-conflict-overlay): New function.
21873         (smerge-match-conflict): Don't add text properties here.
21874         (smerge-find-conflict): Instead, add an overlay here.
21875         Also check for the case where we're inside a conflict already, so as to
21876         obviate the need for font-lock-multiline, which is unbearably slow with
21877         large conflicts and ciomplex font-lock patterns.
21878         (smerge-remove-props): Remove overlay rather than text-properties.
21879         (smerge-mode): Don't set font-lock-multiline.
21880         Remove overlays when turned off.
21882 2005-08-21  Kim F. Storm  <storm@cua.dk>
21884         * ido.el (ido-ignore-item-p): Use save-match-data.
21885         Bind case-fold-search to ido-case-fold locally.
21887 2005-08-20  Richard M. Stallman  <rms@gnu.org>
21889         * files.el (normal-mode): If font lock is on, turn it off and on.
21891         * subr.el (replace-regexp-in-string): Doc fix.
21893         * startup.el (command-line-1): Don't suppress startup screen
21894         due to existing processes.
21896         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
21898         * progmodes/compile.el (compilation-disable-input): Default to nil.
21900 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
21902         * progmodes/compile.el (compilation-disable-input): New defcustom.
21903         (compilation-start): If compilation-disable-input is non-nil, send
21904         EOF to the compilation process.
21906 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
21908         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
21909         Run the argument of tex-shell-cd-command through
21910         convert-standard-filename, to get the correct style of slashes on
21911         Windows, and enclose the result in quotes, in case the file name
21912         includes whitespace or other special characters.
21914 2005-08-19  Andreas Schwab  <schwab@suse.de>
21916         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
21917         process.
21919 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
21921         * cus-start.el (minibuffer-prompt-properties): Correct typo.
21923 2005-08-18  Kim F. Storm  <storm@cua.dk>
21925         * scroll-lock.el: Fix errors due to incorrect line wrapping.
21927 2005-08-18  Richard M. Stallman  <rms@gnu.org>
21929         * scroll-lock.el: New file.
21931 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
21933         * dired.el (dired-move-to-end-of-filename):
21934         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
21936 2005-08-18  Kim F. Storm  <storm@cua.dk>
21938         * ido.el (ido-everywhere): Fix defcustom :set function to disable
21939         rather than toggle mode when custom value is nil.
21940         (ido-everywhere): Fix defun doc string.
21942 2005-08-17  Richard M. Stallman  <rms@gnu.org>
21944         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
21945         as tag instead of "Inviolable".
21947 2005-08-17  Kim F. Storm  <storm@cua.dk>
21949         * windmove.el (windmove-coordinates-of-position): Remove.
21950         (windmove-coordinates-of-window-position): Remove.
21951         (windmove-reference-loc): Use posn-at-point instead.
21953         * subr.el (insert-for-yank-1): Doc fix.
21955         * ido.el (ido-enter-matching-directory): Rename from
21956         ido-enter-single-matching-directory.  Change `slash' choice to
21957         `only'.  Add `first' choice.
21958         (ido-exhibit): Adapt to above changes.
21960 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
21962         * Makefile.in: Expand comment about building loaddefs.el.
21964 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
21966         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
21967         Comment use of defadvice.
21969         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
21971 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
21973         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
21974         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
21975         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
21976         * progmodes/idlw-shell.el, progmodes/ld-script.el,
21977         * progmodes/which-func.el, ruler-mode.el, strokes.el,
21978         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
21979         for backward compatibility for faces that did not appear in the
21980         previous Emacs release.
21982         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
21984 2005-08-15  Kim F. Storm  <storm@cua.dk>
21986         * emulation/cua-base.el (cua-delete-region): Return t if
21987         deleted region was non-empty.
21988         (cua-replace-region): Inhibit overwrite-mode for
21989         self-insert-command if replaced region was non-empty.
21990         (cua--explicit-region-start, cua--status-string): Make them
21991         buffer-local at top-level...
21992         (cua-mode): ...rather than when mode is enabled.
21994 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
21996         * progmodes/vhdl-mode.el (vhdl-emacs-21):
21997         Set t for Emacs 21, 22, and so on.
21999 2005-08-15  David Ponce  <david@dponce.com>
22001         * tree-widget.el: Update Commentary header.
22002         (tree-widget-theme): Doc fix.
22003         (tree-widget-space-width): New option.
22004         (tree-widget-image-properties): Look up in the default theme too.
22005         (tree-widget--cursors): Only for images with arrow pointer shape.
22006         (tree-widget-lookup-image): Pointer shape is hand by default.
22007         (tree-widget-icon): Rename generic icon widget from
22008         `tree-widget-control'.
22009         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22010         derive from `tree-widget-icon'.
22011         (tree-widget-handle): Improve default look and feel of the text
22012         representation.
22013         (tree-widget): Rename :*-control properties to :*-icon properties.
22014         Add :action and :help-echo properties.
22015         (tree-widget-after-toggle-functions): Move.
22016         (tree-widget-close-node, tree-widget-open-node): Remove.
22017         (tree-widget-before-create-icon-functions): New hook.
22018         (tree-widget-value-create): Update to allow customization of icons
22019         and nodes at run-time via that new hook.
22020         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22021         (tree-widget-icon-action, tree-widget-icon-help-echo)
22022         (tree-widget-action, tree-widget-help-echo): New functions.
22024 2005-08-15  Kim F. Storm  <storm@cua.dk>
22026         * ido.el (ido-buffer-internal): Use with-no-warnings.
22027         (ido-make-merged-file-list): Use while-no-input.
22029 2005-08-15  Richard M. Stallman  <rms@gnu.org>
22031         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22032         (flyspell-large-region): Fix doc and custom type.
22034 2005-08-14  Richard M. Stallman  <rms@gnu.org>
22036         * files.el (interpreter-mode-alist): Doc fix.
22038         * mail/rmail.el (rmail-nonignored-headers): New variable.
22039         (rmail-clear-headers): Use it.
22040         (rmail-reply): Better handling of mail-followup-to header.
22042         * progmodes/sh-script.el (sh-font-lock-keywords-var):
22043         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
22044         don't try to refer to executable-font-lock-keywords.
22045         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22046         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22047         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22048         (sh-mode): Set comment-start-skip, local-abbrev-table,
22049         imenu-case-fold-search.
22050         (sh-set-shell): Don't set them here.
22051         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
22052         Don't cache the results in the original alist; don't ever modify
22053         that alist.
22055         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22057         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22058         empty.
22060 2005-08-15  Andreas Schwab  <schwab@suse.de>
22062         * desktop.el: Put autoload cookie at risky-local-variable declarations.
22064         * dired.el, info.el, mail/rmail.el: Revert last change.
22066 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
22068         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22069         modification in `eval-after-load' form.
22070         * info.el: Likewise.
22071         * mail/rmail.el: Likewise.
22073 2005-08-14  Juri Linkov  <juri@jurta.org>
22075         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22076         Remove highlighting of "Compilation started".  Highlight only
22077         the word "finished" in "Compilation finished".  Add highlighting
22078         of "interrupt", "killed", "terminated" and the exit code.
22079         (compilation-start): Add newline after header.  Use exactly the
22080         same time stamp format as the finishing message.
22081         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22083         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22084         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22085         Add highlighting of "interrupt", "killed", "terminated".
22087         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22088         enabled and the current command is self-insert-command, call it
22089         explicitly with overwrite-mode bound to nil, to not allow it
22090         to delete the character after the selected region.
22092 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
22094         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22095         move-end-of-line, end-of-line, and beginning-of-line to the list
22096         of commands after which the echo area is updated.
22098 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
22100         * cus-edit.el (custom-save-all, custom-save-delete):
22101         Bind recentf-exclude to exclude custom-file.
22103 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
22105         * mail/rmailsum.el (rmail-summary-end-of-message): New command
22106         to go to the bottom of the mail message.  Added to
22107         `rmail-summary-mode-map' with key "/".
22108         (rmail-summary-show-message): New (internal) function for use by
22109         both `rmail-summary-beginning/end-of-message'.
22110         (rmail-summary-beginning-of-message): Change to use
22111         rmail-summary-show-message.
22113         * mail/rmail.el (rmail-end-of-message): New command to go to the
22114         end of the current message.  Added to `rmail-mode-map' with key "/".
22115         (rmail-beginning-of-message): Fix to work as documented.
22116         (rmail-mode): Change documentation.
22118         * progmodes/compile.el (compilation-start): Add the line
22119         "Compilation started" with compilation start time.
22120         (compilation-mode-font-lock-keywords): Add `started' to keywords.
22122 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
22124         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22125         of menu items.
22127 2005-08-11  Richard M. Stallman  <rms@gnu.org>
22129         * simple.el (pop-global-mark): Reverse test of widen-automatically.
22131         * battery.el (battery-status-function): Don't use ignore-errors.
22133 2005-08-11  Lute Kamstra  <lute@gnu.org>
22135         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22136         define-obsolete-variable-alias.
22138 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22140         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22141         (ange-ftp-send-cmd): Revert last change, and expand
22142         the comment explaining the problem.
22144 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
22146         * ldefs-boot.el: Update.
22148         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22149         item to "Time, Load and Mail".  Change help echo text.
22151         * time.el (display-time-use-mail-icon, display-time-format)
22152         (display-time-string-forms): Shorten first line of docstrings.
22154 2005-08-10  Lars Hansen  <larsh@soem.dk>
22156         * desktop.el (desktop-buffer-mode-handlers):
22157         Make non-customizable.  Add autoload cookie.  Change initial value to
22158         nil; add elements in respective modules instead.  Fix doc string.
22159         (desktop-load-file): New function.
22160         (desktop-minor-mode-handlers): New autoloaded variable.
22161         (desktop-create-buffer): Call minor mode handlers.
22162         Use desktop-load-file to load major and minor mode modules prior to
22163         checking for a handler.
22164         (desktop-save): Don't add nil to desktop-minor-modes for minor
22165         modes with nil function in desktop-minor-mode-table.  Don't delete
22166         desktop file before rewriting it.
22167         (desktop-locals-to-save): Add autoload cookie.  Don't make
22168         automatically buffer-local.  Add variables column-number-mode,
22169         size-indication-mode, indent-tabs-mode,
22170         indicate-buffer-boundaries, indicate-empty-lines and
22171         show-trailing-whitespace.
22172         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22173         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
22174         (desktop-clear-preserve-buffers-regexp): Delete.
22175         (desktop-clear-preserve-buffers): Update initial value and docstring.
22176         (desktop-save-buffer): Fix doc string.
22178         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22179         (hilit-chg-desktop-restore): New function.
22180         (highlight-changes-mode): Add highlight-changes-mode to
22181         desktop-locals-to-save.
22183         * dired.el: Add handler to desktop-buffer-mode-handlers.
22184         (dired-restore-desktop-buffer): Remove autoload cookie.
22185         (dired-mode): Add autoload cookie.
22187         * info.el: Add handler to desktop-buffer-mode-handlers.
22188         (Info-restore-desktop-buffer): Remove autoload cookie.
22189         (Info-mode): Add autoload cookie.
22191         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22192         (mh-restore-desktop-buffer): Remove autoload cookie.
22193         (mh-folder-mode): Add autoload cookie.
22195         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22196         (rmail-restore-desktop-buffer): Remove autoload cookie.
22198 2005-08-11  Masatake YAMATO  <jet@gyve.org>
22200         * hexl.el (hexl-address-region):
22201         (hexl-ascii-region, hexl-font-lock-keywords):
22202         (hexl-highlight-line-range): Use the term "region"
22203         instead of "area" for consistency with the other symbols
22204         defined in hexl.el.
22206 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
22208         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22209         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22210         out by Juri Linkov).  Add `display-battery-mode'.
22212 2005-08-09  Juri Linkov  <juri@jurta.org>
22214         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22215         Remove `-text' from face variable names.
22216         (compilation-error-file-name, compilation-warning-file-name)
22217         (compilation-info-file-name): Delete faces.
22218         (compilation-line-number, compilation-column-number):
22219         Remove face underlining.
22220         (compilation-message-face): Set to `underline' value by default.
22221         (compilation-error-face, compilation-warning-face)
22222         (compilation-info-face): Remove `-file-name' from face names.
22223         (compilation-error-text-face, compilation-warning-text-face)
22224         (compilation-info-text-face): Delete face variables.
22225         (compilation-text-face): Delete function.
22227         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22228         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22229         (grep-error-face): Set to `compilation-error' instead of
22230         `compilation-error-face' (which is redefined to `grep-hit-face' in
22231         grep buffers).
22232         (grep-mode-font-lock-keywords): Remove `-text' from face variable
22233         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
22235         * dired-aux.el (dired-do-query-replace-regexp):
22236         Use `query-replace-read-args'.
22238         * replace.el (query-replace-read-from, query-replace-read-to)
22239         (query-replace-read-args): Rename arg `string' to `prompt'.
22241         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22243 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
22245         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22246         uploading files.
22247         (ange-ftp-canonize-filename): Handle file names beginning with ~
22248         correctly.
22250 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
22252         * textmodes/fill.el (canonically-space-region)
22253         (fill-context-prefix, fill-french-nobreak-p)
22254         (fill-delete-newlines, fill-comment-paragraph)
22255         (justify-current-line): "?\ " -> "?\s".
22257 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
22259         * textmodes/fill.el (fill-nonuniform-paragraphs):
22260         Improve argument/docstring consistency.
22262 2005-08-09  Richard M. Stallman  <rms@gnu.org>
22264         * textmodes/ispell.el (ispell-word): More fboundp checks.
22266         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
22267         (find-file-noselect-1): Call it here, only if RAWFILE.
22268         (normal-mode): Always set some major mode.
22269         (save-some-buffers-action-alist): Change some explanation strings.
22270         (file-name-non-special): In the `quote' method, use unwind-protect.
22272 2005-08-09  Magnus Henoch  <mange@freemail.hu>
22274         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
22275         (ispell-have-aspell-dictionaries): New variable.
22276         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
22277         (ispell-get-aspell-config-value): New function.
22278         (ispell-aspell-find-dictionary): New function.
22279         (ispell-aspell-add-aliases): New function.
22280         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
22281         appropriate.  Don't look for ispell dictionaries if we use aspell.
22282         (ispell-menu-map): Don't build a submenu of dictionaries.
22284 2005-08-09  Richard M. Stallman  <rms@gnu.org>
22286         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
22287         (sql-read-passwd): Use read-passwd.
22289         * progmodes/idlw-toolbar.el (idlwave-toolbar)
22290         (idlwave-toolbar-is-possible): Add defvars.
22292         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
22293         Avoid warnings.
22295         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
22296         (idlwave-system-class-info, idlwave-executive-commands-alist):
22297         Use defvar.
22299         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
22301         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
22302         Avoid warnings.
22304         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
22305         and content-type: headers.
22307         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
22309         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
22310         and rename some of them to be more self-explanatory.
22312         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
22314         * startup.el (command-line-1): Implement -scriptload.
22316         * replace.el (occur-engine): Initial *Occur* output not undoable.
22318         * menu-bar.el (menu-bar-file-menu): Rename some menu items
22319         and improve help strings.
22321         * isearch.el (isearch-repeat): When changing direction,
22322         mark search successful.
22324         * ediff-init.el: Use (featurep 'xemacs).
22326         * comint.el (send-invisible): Identify buffer, if not selected.
22328         * align.el: Delete autoload for c-guess-basic-syntax.
22330 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
22332         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
22333         Improve argument/docstring consistency.  Doc fixes.
22334         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
22335         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
22336         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
22337         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
22338         (r2bv-organization, r2bv-pages, r2bv-primary-author)
22339         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
22340         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
22341         Defvar at compile time.
22343 2005-08-09  Juri Linkov  <juri@jurta.org>
22345         * info.el: Replace `info' with upper-case `Info' where appropriate.
22346         (info-title-1, info-title-2, info-title-3, info-title-4)
22347         (info-menu-header): Move up face definitions.
22348         (info-menu-star): Rename from `info-menu-5'.
22349         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
22350         (Info-fontify-visited-nodes): Fix docstring.
22351         (Info-hide-note-references): Fix docstring.
22352         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
22353         menu items in the same way as on cross-references.
22354         (info-apropos): Fix sorting order and formatting to be like in the
22355         stand-alone Info browser.  Display error messages for 1 sec.
22356         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
22357         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
22358         from the menu bar.
22359         (Info-insert-dir): Restore point after calling
22360         `insert-buffer-substring'.
22362 2005-08-08  Richard M. Stallman  <rms@gnu.org>
22364         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
22365         (recompute-lucid-menubar): Add defvars.
22367         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
22369         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
22371         * net/net-utils.el (run-dig): Rename from `dig'.
22373         * play/gametree.el (gametree-mode): Use make-local-variable,
22374         not make-variable-buffer-local.
22376         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
22378         * ansi-color.el (ansi-color-make-extent)
22379         (ansi-color-set-extent-face): Use fboundp, not functionp.
22381         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
22382         not make-variable-buffer-local.
22384         * bookmark.el (Info-current-file): Add defvar.
22385         (bookmark-jump-noselect): Use with-no-warnings.
22387         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
22389         * ebuff-menu.el (Helper-return-blurb): Add defvar.
22391         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
22393         * find-file.el (ada-procedure-start-regexp)
22394         (ada-package-start-regexp): Add defvars.
22396         * info.el (Info-insert-dir): Use insert-buffer-substring.
22398         * xml.el (xml-att-def-re): Add defvar.
22400         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
22401         calling convention.
22403         * subr.el (while-no-input): Return t if there is input.
22405 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
22407         * cus-start.el (all): Add `overflow-newline-into-fringe'.
22409 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
22411         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
22412         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
22414 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
22416         * cmuscheme.el (scheme-start-file): Replace reference to
22417         `user-emacs-directory' by "~/.emacs.d/".
22419 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
22421         * info.el (Info-dir-remove-duplicates): Avoid case folding
22422         in loop; instead, keep downcased strings for comparison.
22423         Suggested by Helmut Eller.
22425 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
22427         Sync with Tramp 2.0.50.
22429         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
22430         XEmacs case; not necessary anymore.
22431         (tramp-user-regexp): Allow "@" as part of user name.
22432         (tramp-handle-set-visited-file-modtime)
22433         (tramp-handle-insert-file-contents)
22434         (tramp-handle-write-region): No special handling for
22435         `last-coding-system-used, because this is done in
22436         `tramp-accept-process-output' now.
22437         (tramp-accept-process-output): New defun.
22438         (tramp-process-one-action, tramp-process-one-multi-action)
22439         (tramp-wait-for-regexp, tramp-wait-for-output)
22440         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
22441         Howells <dhowells@redhat.com>.
22442         (clear-visited-file-modtime): Defadvice removed.  The check for
22443         unset buffer's modtime does not need to be based on
22444         `tramp-buffer-file-attributes'.  Suggested by RMS.
22445         (tramp-message): Insert "\n" if not being at beginning of line.
22446         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
22447         sequence with same logic.
22448         (tramp-completion-handle-expand-file-name): Discard call of
22449         `tramp-drop-volume-letter'.  It is not necessary, and there have
22450         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
22451         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22452         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
22453         should always be visible.
22454         (tramp-handle-insert-directory, tramp-setup-complete)
22455         (tramp-set-process-query-on-exit-flag)
22456         (tramp-append-tramp-buffers): Pacify byte-compiler.
22457         (tramp-bug): Delete non-existing variables from list.
22458         Apply `tramp-load-report-modules' as pre-hook.
22459         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
22460         `shell-prompt-pattern' because of non-7bit characters.
22461         Reported by Sebastian Luque <sluque@mun.ca>.
22462         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
22463         (tramp-match-string-list): Remove function.
22464         (tramp-wait-for-regexp): Remove call of that function.
22465         Suggested by Kim F. Storm <storm@cua.dk>.
22466         (tramp-set-auto-save-file-modes): Use octal integer code #o600
22467         instead of octal character code ?\600.  The latter resulted in a
22468         syntax error with XEmacs.
22470         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
22471         XEmacs case; not necessary anymore.
22472         (tramp-smb-handle-write-region): No special handling for
22473         `last-coding-system-used, because this is done in
22474         `tramp-accept-process-output' now.
22475         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
22477 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
22479         * wid-edit.el (widget-choice-value-create):
22480         Unconditionally respect user choice.  Set :explicit-choice back to nil
22481         when no longer needed.
22482         (widget-choice-action): Unconditionally respect user choice.
22483         Eliminate :explicit-choice-value.
22485         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
22487         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
22488         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
22489         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
22490         running new function `toggle-indicate-empty-lines'.
22491         Rename "Customize" item to "Customize fringe".
22492         Rename "Indicators" item to "Buffer boundaries" and change help echo.
22493         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
22494         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
22495         Delete "Empty lines only" item.
22496         (menu-bar-showhide-fringe-ind-customize): New function.
22497         (menu-bar-showhide-fringe-ind-mixed)
22498         (menu-bar-showhide-fringe-ind-box)
22499         (menu-bar-showhide-fringe-ind-right)
22500         (menu-bar-showhide-fringe-ind-left)
22501         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
22502         instead of `fringe-indicators'.
22504 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22506         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
22507         Change the date of last update.
22509 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22511         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
22512         (viper-exec-yank, viper-put-back): Don't display modification msg
22513         if in the minibuffer.
22515         * viper-init.el (viper-replace-overlay-cursor-color)
22516         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
22517         Make variables frame local.
22519         * viper-util.el (viper-append-filter-alist): Use append instead of
22520         nconc.
22522         * viper.el (viper-vi-state-mode-list)
22523         (viper-emacs-state-mode-list): Move help-mode and
22524         completion-list-mode from the first list to the second.
22525         (viper-mode): Docstring.
22526         (viper-go-away, viper-non-hook-settings): Don't localize
22527         minor-mode-alist in newer Emacsen.  Add advice to
22528         set-cursor-color.  Don't bind "\C-c\\".
22530 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
22532         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
22533         (scheme-macro-expand-command): New user options.
22534         (scheme-trace-procedure, scheme-expand-current-form): New commands.
22535         (scheme-form-at-point, scheme-start-file)
22536         (scheme-interactively-start-process): New functions.
22537         (scheme-get-process): New function, extracted from `scheme-proc'.
22538         (run-scheme): Call `scheme-start-file' to get start file, and pass
22539         it to `make-comint'.
22540         (switch-to-scheme, scheme-proc):
22541         Call `scheme-interactively-start-process' if no Scheme buffer/process
22542         is available.
22544 2005-08-06  Juri Linkov  <juri@jurta.org>
22546         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22547         Use `compilation-text-face', `compilation-info-text-face' and
22548         `compilation-error-text-face' instead of `font-lock-keyword-face'.
22549         (compilation-error): New face.
22550         (compilation-error-file-name): Inherit from
22551         `compilation-error' instead of `font-lock-warning-face'.
22552         (compilation-warning-file-name): Inherit from
22553         `compilation-warning' instead of `font-lock-warning-face'.
22554         (compilation-info, compilation-error-file-name)
22555         (compilation-warning-file-name, compilation-info-file-name)
22556         (compilation-line-number, compilation-column-number): Doc fix.
22557         (compilation-error-text-face, compilation-warning-text-face)
22558         (compilation-info-text-face): New face variables.
22559         (compilation-line-face, compilation-column-face)
22560         (compilation-enter-directory-face)
22561         (compilation-leave-directory-face): Doc fix.
22562         (compilation-text-face): New function.
22564         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
22565         instead of 1 to display binary file names as info file links.
22566         (grep-error-face): Use `compilation-error-face' instead of
22567         `font-lock-keyword-face'.
22568         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
22569         and `compilation-warning-text-face' instead of
22570         `font-lock-keyword-face'.  Use `compilation-error-text-face'
22571         instead of `grep-error-face'.
22573 2005-08-05  Kenichi Handa  <handa@m17n.org>
22575         * international/code-pages.el: Add autoload cookies for all coding
22576         systems.
22578 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
22580         * cus-start.el (all): Put undo.c where it alphabetically belongs.
22582 2005-08-04  Juri Linkov  <juri@jurta.org>
22584         * progmodes/compile.el (compilation-mode-map):
22585         * progmodes/grep.el (grep-mode-map):
22586         Bind TAB to `compilation-next-error' and [backtab] to
22587         `compilation-previous-error'.
22589         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
22590         matching line numbers, column numbers and their ranges with regexp
22591         matching only line numbers.
22592         (grep-context-face): New face variable.
22593         (grep-mode-font-lock-keywords): Use it.
22595         * faces.el (read-face-name): Delete duplicate faces.
22597 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
22599         * thumbs.el (thumbs-find-image): Don't make variables
22600         automatically buffer local.
22601         (thumbs-current-tmp-filename, thumbs-current-image-filename)
22602         (thumbs-image-num): Make automatically buffer local.
22603         (thumbs-show-thumbs-list): Use `make-local-variable', not
22604         `make-variable-buffer-local'.
22605         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
22607         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
22608         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
22609         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
22610         (bother, bye, canyou, chatlst, continue, deathlst, describe)
22611         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
22612         (feelings-about, foullst, found, hello, history, howareyoulst)
22613         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
22614         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
22615         (neglst, obj, object, owner, please, problems, qlist)
22616         (random-adjective, relation, remlst, repetitive-shortness)
22617         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
22618         (shortlst, something, sportslst, stallmanlst, states, subj)
22619         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
22620         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
22621         Defvar at compile time.
22623         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
22624         not `make-variable-buffer-local'.
22626 2005-08-02  Kim F. Storm  <storm@cua.dk>
22628         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
22629         rectangle overlay in selected window.
22631 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
22633         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
22634         instead of display group.  Make `indicate-buffer-boundaries'
22635         customizable through Custom.
22637 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
22639         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
22640         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
22641         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
22642         (gdb-put-string): Fix typos in docstrings.
22644 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
22646         Update copyright notices of files in progmodes directory for
22647         release of Emacs 22.1.
22649         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
22651         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
22652         Don't barf if the GUD buffer has been killed.
22654 2005-08-01  Kim F. Storm  <storm@cua.dk>
22656         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
22658 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22660         * simple.el (next-error-follow-minor-mode):
22661         make-variable-buffer-local -> make-local-variable.
22663         * emacs-lisp/cl-extra.el: Require CL also when compiling.
22665         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
22666         (byte-compile-form-make-variable-buffer-local): New functions to warn
22667         about misuses of make-variable-buffer-local where make-local-variable
22668         was meant.
22670 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
22672         * bs.el (bs-attributes-list): Doc fix.
22673         (bs): Update url-link.
22675         * desktop.el (desktop-save-buffer): Fix typos in docstring.
22676         (desktop-load-default): Simplify.
22678         * ibuffer.el (ibuffer-columnize-and-insert-list)
22679         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
22680         (ibuffer-unmark-all, ibuffer-toggle-marks)
22681         (ibuffer-unmark-forward, ibuffer-unmark-backward)
22682         (ibuffer-compile-make-format-form, ibuffer-format-column)
22683         (ibuffer-current-buffers-with-marks)
22684         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
22685         (ibuffer): Doc fix.
22686         (ibuffer-mode): Fix typo in docstring.
22687         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
22688         with `define-obsolete-variable-alias'.
22689         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
22691 2005-07-29  Kenichi Handa  <handa@m17n.org>
22693         * international/mule-cmds.el (select-message-coding-system):
22694         Be sure to use LF for end-of-line.  If no coding system is decided,
22695         return iso-8859-1-unix.
22697 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22699         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
22700         (ange-ftp-pending-error-line): New vars.
22701         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
22702         to handle the non-fatal no-route-to-host messages.
22703         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
22705 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
22707         * isearch.el (isearch-mode-map, isearch-other-meta-char)
22708         (isearch-quote-char, isearch-printing-char)
22709         (isearch-text-char-description): "?\ " -> "?\s".
22710         (isearch-lazy-highlight-cleanup)
22711         (isearch-lazy-highlight-initial-delay)
22712         (isearch-lazy-highlight-interval)
22713         (isearch-lazy-highlight-max-at-a-time)
22714         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
22715         Declare with define-obsolete-*-alias macros.
22716         (isearch-forward): Fix typo in docstring.
22717         (search-invisible, search-ring-yank-pointer)
22718         (regexp-search-ring-yank-pointer): Doc fixes.
22720         * recentf.el (recentf-menu-append-commands-p): Declare with
22721         `define-obsolete-variable-alias'.
22722         (recentf-max-saved-items, recentf-menu-filter)
22723         (recentf-arrange-by-rule-subfilter): Doc fixes.
22724         (recentf-menu-append-commands-flag)
22725         (recentf-initialize-file-name-history, recentf-expand-file-name)
22726         (recentf-clear-data): Fix typos in docstrings.
22728 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
22730         * progmodes/gdb-ui.el: Smarten comments.
22731         (gdb-info-breakpoints-custom): Use nowarn when finding file.
22733 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
22735         * term/apollo.el (terminal-init-apollo): New function containing
22736         all former top level forms in the file.
22737         * term/bobcat.el (terminal-init-bobcat):
22738         * term/cygwin.el (terminal-init-cygwin):
22739         * term/iris-ansi.el (terminal-init-iris-ansi):
22740         * term/linux.el (terminal-init-linux):
22741         * term/news.el (terminal-init-news):
22742         * term/rxvt.el (terminal-init-rxvt):
22743         * term/sun.el (terminal-init-sun):
22744         * term/tvi970.el (terminal-init-tvi970):
22745         * term/vt100.el (terminal-init-vt100):
22746         * term/vt102.el (terminal-init-vt102):
22747         * term/vt125.el (terminal-init-vt125):
22748         * term/vt200.el (terminal-init-vt200):
22749         * term/vt201.el (terminal-init-vt201):
22750         * term/vt220.el (terminal-init-vt220):
22751         * term/vt240.el (terminal-init-vt240):
22752         * term/vt300.el (terminal-init-vt300):
22753         * term/vt320.el (terminal-init-vt320):
22754         * term/vt400.el (terminal-init-vt400):
22755         * term/vt420.el (terminal-init-vt420):
22756         * term/wyse50.el (terminal-init-wyse50):
22757         * term/xterm.el (terminal-init-xterm): Likewise.
22759         * term/README: Describe the terminal-init-* functionality.
22761         * startup.el (command-line): After loading the terminal initialization
22762         file call the corresponding terminal initialization function.
22764 2005-07-27  Kenichi Handa  <handa@m17n.org>
22766         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
22767         negative.
22769         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
22770         (ps-mule-composition-prologue): Fix for the case that
22771         RelativeCompose is false.
22773 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22775         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
22777         * descr-text.el (describe-char): Handle the case where the list of
22778         chars is displayed in a separate frame.
22779         Be a bit more discriminating when looking for the char.
22781 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
22783         * bookmark.el (bookmark-automatically-show-annotations)
22784         (bookmark-read-annotation-text-func): Doc fixes.
22785         (bookmark-save): Improve argument/docstring consistency.
22786         (bookmark-get-bookmark, bookmark-get-bookmark-record)
22787         (bookmark-alist-from-buffer)
22788         (bookmark-upgrade-file-format-from-0)
22789         (bookmark-grok-file-format-version)
22790         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
22791         (bookmark-read-annotation-mode)
22792         (bookmark-insert-current-bookmark, bookmark-jump)
22793         (bookmark-exit-hook): Fix typos in docstrings.
22794         (bookmark-exit-hooks): Define as obsolete alias.
22795         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
22796         not `bookmark-exit-hooks'.  Fix docstring.
22797         (bookmark-bmenu-select): "?\ " -> "?\s".
22799 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
22801         * startup.el (command-line): Fix typo.
22803 2005-07-24  Richard M. Stallman  <rms@gnu.org>
22805         * tooltip.el (tooltip-mode): Test emacs-basic-display,
22806         not emacs-quick-startup.
22808 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
22810         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
22811         (reb-next-match, reb-show-subexp): Use `with-selected-window'
22812         instead of `reb-with-current-window'.
22813         (reb-prev-match): Likewise.  Also, don't move left if the search
22814         was unsuccessful.
22815         (reb-initialize-buffer): New function.
22816         (re-builder, reb-change-syntax): Use it.
22818         * man.el (Man-goto-page): Make second argument NOERROR optional.
22820 2005-07-23  Richard M. Stallman  <rms@gnu.org>
22822         * man.el (Man-bgproc-sentinel): Check here for failure to find
22823         any man page in the output, and report the error here.
22824         (Man-arguments): Make it permanent local.
22825         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
22826         (Man-mode): Pass t for NOERROR.
22828         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
22829         (grep-mode-font-lock-keywords):
22830         Don't use compilation-...-face for messages that are not file names.
22832         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22833         Don't use compilation-...-face for messages that are not file names.
22835 2005-07-22  Juri Linkov  <juri@jurta.org>
22837         * startup.el (normal-splash-screen): Update menu name.
22839         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
22841 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22843         * term/xterm.el: Load term/rxvt if the terminal is actually an
22844         rxvt terminal.
22845         (xterm-rxvt-set-background-mode): Remove, not used anymore.
22847         * term/rxvt.el (function-key-map): Use substitute-key-definition
22848         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
22850         * term/cygwin.el: New file.
22852 2005-07-22  Kim F. Storm  <storm@cua.dk>
22854         * image-file.el (insert-image-file, image-file-yank-handler):
22855         Fix last change to maintain a (unique) yank-handler on yanked images.
22857 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
22859         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
22860         of the file size (as in "177B" for 177 bytes).  This happens with
22861         "ls -lh" on FreeBSD.
22863 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
22865         * hilit-chg.el (highlight-changes-global-initial-state)
22866         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
22867         (hilit-chg-fixup, highlight-changes-mode):
22868         Fix typos in docstrings.
22869         (highlight-changes-global-modes, highlight-changes-rotate-faces):
22870         Doc fixes.
22872 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
22874         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
22875         mode function using `eval-after-load'.
22877 2005-07-21  Kim F. Storm  <storm@cua.dk>
22879         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
22880         included when reporting an Emacs crash, and tell about the DEBUG file.
22882         * image-file.el (insert-image-file): Add yank-handler.
22883         (image-file-yank-handler): Yank handler to make unique copies of
22884         images when they are yanked into a buffer next to each other.
22886 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
22888         * comint.el (comint-use-prompt-regexp, comint-send-input)
22889         (comint-source-default, comint-extract-string)
22890         (comint-get-source, comint-word, comint-completion)
22891         (comint-source, comint-prompt-read-only, comint-update-fence):
22892         Fix typos in docstrings.
22893         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
22894         Declare with define-obsolete-*-alias macros.
22895         (comint-previous-matching-input-from-input)
22896         (comint-next-matching-input-from-input)
22897         (comint-previous-matching-input, comint-next-matching-input)
22898         (comint-forward-matching-input):
22899         Improve argument/docstring consistency.
22901         * desktop.el (desktop-clear-preserve-buffers-regexp):
22902         Also preserve the *server* buffer.
22904         * simple.el (clone-indirect-buffer): Doc fix.
22905         (fixup-whitespace, just-one-space)
22906         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
22907         (next-error, next-error-highlight)
22908         (next-error-highlight-no-select, next-error-last-buffer)
22909         (next-error-buffer-p, next-error-find-buffer, next-error)
22910         (previous-error, next-error-no-select, previous-error-no-select)
22911         (open-line, split-line, minibuffer-prompt-width, kill-new)
22912         (binary-overwrite-mode): Fix typos in docstrings.
22913         (set-fill-column): Fix typo in message.
22915         * skeleton.el (skeleton-proxy-new): Doc fix.
22917         * strokes.el (strokes-load-hook): Doc fix.
22918         (strokes-grid-resolution, strokes-get-grid-position)
22919         (strokes-renormalize-to-grid, strokes-read-stroke)
22920         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
22921         (strokes-global-map): Fix typos in docstrings.
22922         (strokes-help): Doc fix.  Fix help message and pass it through
22923         `substitute-command-keys'.
22925         * tempo.el (tempo-insert-prompt, tempo-interactive)
22926         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
22927         (tempo-insert-string-functions, tempo-local-tags)
22928         (tempo-define-template, tempo-insert-template)
22929         (tempo-insert-prompt-compat, tempo-is-user-element)
22930         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
22931         Fix typos in docstrings.
22933         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
22934         (vcursor-key-bindings, vcursor-use-vcursor-map)
22935         (vcursor-find-window, vcursor-scroll-down)
22936         (vcursor-disable, vcursor-beginning-of-buffer)
22937         (vcursor-end-of-buffer): Fix typos in docstrings.
22938         (vcursor-relative-move, vcursor-get-char-count):
22939         Improve argument/docstring consistency.
22941         * version.el: "?\ " -> "?\s".
22943         * wid-edit.el (widget-default-create, widget-after-change)
22944         (widget-default-format-handler, widget-checklist-add-item)
22945         (widget-radio-add-item, widget-choose, widget-specify-secret)
22946         (widget-field-value-create, widget-field-value-get)
22947         (widget-editable-list-format-handler)
22948         (widget-editable-list-entry-create, widget-group-value-create)
22949         (widget-documentation-link-add)
22950         (widget-documentation-string-value-create): "?\ " -> "?\s".
22951         (widget-convert-text): Doc fix.
22952         (widget-narrow-to-field, widget-field-find)
22953         (widget-url-link-action, widget-emacs-library-link-action)
22954         (widget-color-notify): Fix typos in docstrings.
22956         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
22957         (x-select-text, set-w32-system-coding-system)
22958         (w32-add-charset-info): Fix typos in docstrings.
22960         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
22961         (cua-enable-cua-keys, cua-use-hyper-key)
22962         (cua-virtual-rectangle-edges): Fix typos in docstrings.
22963         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
22965         * net/tramp.el (tramp-handle-load): Fix typo in error message.
22967         * emacs-lisp/re-builder.el (regexp-builder): Declare with
22968         `defalias' instead of faking it.
22970         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
22971         (eshell-ls-missing, eshell-ls-dired-initial-args)
22972         (eshell-ls-use-in-dired): Fix typos in docstrings.
22974 2005-07-20  Kim F. Storm  <storm@cua.dk>
22976         * emulation/cua-base.el (cua-mode): Improve doc string.
22978 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
22980         * abbrev.el (expand-region-abbrevs): Doc fix.
22981         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
22982         Improve argument/docstring consistency.
22984         * arc-mode.el (archive-get-descr, archive-alternate-display):
22985         Doc fixes.
22986         (archive-l-e): Improve argument/docstring consistency.
22987         (archive-tmpdir, archive-unixdate, archive-unixtime)
22988         (archive-chmod-entry): Fix typos in docstrings.
22989         (archive-unflag, archive-unflag-backwards)
22990         (archive-unmark-all-files): "?\ " -> "?\s".
22992         * buff-menu.el (Buffer-menu-unmark): Doc fix.
22993         (Buffer-menu-not-modified, Buffer-menu-execute)
22994         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
22995         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
22997         * composite.el (compose-string, encode-composition-rule)
22998         (compose-last-chars): Fix typos in docstrings.
23000         * desktop.el (desktop-enable, desktop-basefilename):
23001         Declare with `define-obsolete-variable-alias'.
23002         (desktop-internal-v2s): Don't quote keywords.
23003         (desktop-clear): "?\ " -> "?\s".
23005         * dired.el (dired-align-file, dired-flag-backup-files)
23006         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23007         (dired-listing-switches, dired-ls-F-marks-symlinks)
23008         (dired-dwim-target, dired-load-hook, dired-mode-hook)
23009         (dired-directory, dired-faces, dired, dired-revert)
23010         (dired-mode, dired-summary, dired-view-file)
23011         (dired-copy-filename-as-kill, dired-delete-file)
23012         (dired-no-confirm, dired-unmark-all-marks)
23013         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23014         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23015         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23016         Fix typos in message strings.
23018         * dired-x.el (virtual-dired): Declare with `defalias'.
23019         (dired-mark-unmarked-files, dired-local-variables-file)
23020         (dired-omit-here-always): Doc fix.
23021         (dired-omit-mode, dired-find-subdir)
23022         (dired-enable-local-variables, dired-clean-up-buffers-too)
23023         (dired-extra-startup, dired-mark-extension, dired-jump)
23024         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23025         (dired-smart-shell-command, dired-guess-shell-alist-user)
23026         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23027         (dired-x-bind-find-file, dired-x-submit-report):
23028         Fix typos in docstrings.
23029         (dired-mark-unmarked-files): "?\ " -> "?\s".
23031         * dirtrack.el (dirtrack-list): Fix typos in docstring.
23033         * faces.el (describe-face): "?\ " -> "?\s".
23034         (read-all-face-attributes, read-face-font, modify-face)
23035         (face-attr-construct, italic): Fix typos in docstrings.
23036         (frame-update-face-colors): Declare with
23037         `define-obsolete-function-alias'.
23039         * files.el (find-file-noselect, recode-file-name): Doc fixes.
23040         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23041         (magic-mode-alist, buffer-file-numbers-unique)
23042         (write-file-functions, get-free-disk-space):
23043         Fix typos in docstrings.
23044         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23045         (write-contents-hooks, write-file-hooks):
23046         Declare with `define-obsolete-variable-alias'.
23048         * forms-d2.el (arch-rj): Fix typo in docstrings.
23049         (arch-tocol): Likewise.  "?\ " -> "?\s".
23051         * frame.el (set-frame-font, cursor-in-non-selected-windows):
23052         Fix typo in docstring.
23053         (set-screen-width, set-screen-height): Delete redundant info in
23054         doctrings.
23055         (new-frame, screen-height, screen-width): Declare with
23056         `define-obsolete-function-alias'.
23057         (delete-frame-hook, blink-cursor): Declare with
23058         `define-obsolete-variable-alias'.
23060         * paths.el (prune-directory-list): Fix typos in docstring.
23062         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23063         (cvs-prefix-get): Fix typos in docstrings.
23065         * ps-print.el (ps-extend-face-list, ps-extend-face)
23066         (ps-print-background-image): Fix typos in docstrings.
23067         (ps-default-fg, ps-default-bg): Doc fixes.
23069         * s-region.el (s-region-bind): Doc fix.
23070         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23072         * textmodes/org.el (org-table-formula-substitute-names)
23073         (org-table-get-vertical-vector): Doc fixes.
23074         (org-table-recalculate): Remove unused argument to `message'.
23076 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
23078         * textmodes/org.el (org-table-column-names)
23079         (org-table-column-name-regexp)
23080         (org-table-named-field-locations): New variables.
23081         (org-archive-subtree): Protect `this-command' when calling
23082         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23083         the kill buffer.
23084         (org-complete): Remove fixed-formula completion.
23085         (org-edit-formulas-map): New variable.
23086         (org-table-edit-formulas): New command.
23087         (org-finish-edit-formulas, org-abort-edit-formulas)
23088         (org-show-variable, org-table-get-vertical-vector): New functions.
23089         (org-table-maybe-eval-formula): Handle `:=' fields.
23090         (org-table-get-stored-formulas, org-table-store-formulas)
23091         (org-table-get-formula, org-table-modify-formulas)
23092         (org-table-replace-in-formulas): Handle named field formulas.
23093         (org-table-get-specials): Store locations of named fields.
23095 2005-07-19  Juri Linkov  <juri@jurta.org>
23097         * progmodes/grep.el (grep-regexp-alist)
23098         (grep-mode-font-lock-keywords, grep-process-setup):
23099         Use default GNU grep match color "01;31m" instead of "01;41m".
23100         (grep-regexp-alist, grep-mode-font-lock-keywords):
23101         Use `\\[[0-9]*m' instead of `\\[00m'.
23102         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23103         sgr_start where its handling is more important.  Use the real
23104         length of sgr_start instead of constant 8.
23105         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23106         specially.  Delete all remaining escape sequences.
23107         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23108         (grep-regexp-alist): Make hyperlink only for binary file name
23109         instead of the whole line.
23110         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23111         (grep-mode): Add autoload.
23113         * emacs-lisp/find-func.el (find-function-regexp):
23114         Add `define-compilation-mode'.
23116 2005-07-19  Juri Linkov  <juri@jurta.org>
23118         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23119         (compare-windows-sync-string-size, compare-windows-recenter)
23120         (compare-windows-highlight, compare-windows): Add version 22.1.
23121         (compare-windows) <defface>: Inherit from lazy-highlight instead
23122         of duplicating its default value.
23124         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23125         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23127         * descr-text.el (describe-char): Create link buttons for `charset'
23128         and `code point'.  Add the current input method name with a link
23129         button to `to input' field.  Print face names of display table
23130         characters in `The display table entry is displayed by' section
23131         instead of printing face-id in the `display' field.
23132         Guess hardcoded faces and create a link button for them.
23133         Skip empty fields when calculating max-width.
23134         Treat `widget-create' specially while inserting strings from the
23135         collected field list.
23136         (describe-char-after): Made obsolete in version 22.1, not 21.5.
23138         * diff-mode.el (diff-file-header): Change foreground color from
23139         yellow to green on light backgrounds.
23140         (diff-context): Inherit from `shadow' only for color/grayscale
23141         with more than 88 colors.
23142         (diff-indicator-removed, diff-indicator-added)
23143         (diff-indicator-changed): New faces.
23144         (diff-font-lock-keywords): Use new faces.  Regroup rules.
23145         Add "^---$" for `normal' diff format.  Fontify `#' lines with
23146         font-lock-comment-delimiter-face and font-lock-comment-face.
23147         Add `#' to ^[^...] in the rule for `diff-context-face'.
23149         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23150         a button-like box.  Inherit from `highlight' on low colors.
23151         (shadow): Use shades of gray only for color/grayscale with
23152         more than 88 colors.  Use green for light backgrounds with
23153         8 colors, and yellow for dark backgrounds with 8 colors.
23155         * font-lock.el (font-lock-regexp-grouping-backslash):
23156         Don't inherit from escape-glyph (use bold for all cases).
23158         * info.el (info-xref-visited): Use light foreground color `violet'
23159         for dark backgrounds instead of dark color `magenta3'.
23160         (info-title-1): Use `yellow' color for dark backgrounds.
23162         * isearch.el (isearch): Use not-too-dark magenta3 instead of
23163         too-light magenta2.
23165         * replace.el (match): Use slightly more light RoyalBlue3 instead
23166         of dark RoyalBlue4.
23168         * wid-edit.el (widget-inactive): Inherit from `shadow'.
23170 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
23172         * novice.el (disabled-command-hook): Declare it with
23173         `define-obsolete-variable-alias'.
23175         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23176         (desktop-buffer-misc-functions, desktop-buffer-handlers)
23177         (desktop-load-default): Add release to obsolescence info.
23178         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23179         (desktop-append-buffer-args, desktop-read):
23180         Fix typos in docstrings.
23181         (desktop-kill): Fix typo in message.
23182         (desktop-save): Doc fix.
23184 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
23186         * viper-cmd.el (viper-escape-to-state): Bug fix.
23187         (viper-envelop-ESC-key): Change the definition of fast
23188         keysequence so it'll work with keyboard macros.
23190         * ediff.el (ediff-patch-buffer): Change the docstring.
23192 2005-07-19  Kenichi Handa  <handa@m17n.org>
23194         * international/mule-cmds.el (select-safe-coding-system): Try to
23195         use an auto-coding (if any) before anything else.  If the found
23196         auto-coding is invalid, show a warning message.
23198         * international/mule.el (find-auto-coding): New function created
23199         by modifying the body of set-auto-coding.
23200         (set-auto-coding): Use find-auto-coding to find a coding.
23202 2005-07-18  Richard M. Stallman  <rms@gnu.org>
23204         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23205         not isearch-mode-end-hook-error.
23206         (allout-before-change-protect): Fix error message.
23208 2005-07-18  Juri Linkov  <juri@jurta.org>
23210         * allout.el (allout-mode):
23211         * calculator.el (calculator-copy):
23212         * custom.el (custom-known-themes):
23213         * dired.el (dired-desktop-buffer-misc-data)
23214         (dired-restore-desktop-buffer):
23215         * dired-x.el (dired-omit-marker-char):
23216         * files.el (basic-save-buffer):
23217         * font-core.el (font-lock-mode):
23218         * calendar/calendar.el (calendar-goto-hebrew-date)
23219         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23220         (calendar-goto-persian-date):
23221         * language/ethio-util.el (ethio-sera-to-fidel-region):
23222         * textmodes/picture.el (picture-mode):
23223         Delete duplicate duplicate words.
23225 2005-07-18  Juri Linkov  <juri@jurta.org>
23227         * isearch.el (isearch-mode-map): Remove key bindings for regexp
23228         chars * ? } |.
23229         (isearch-fallback): Don't call `isearch-process-search-char'.
23230         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23231         (isearch-process-search-char): Call `isearch-fallback' for regexp
23232         chars * ? } |.
23233         (isearch-return-char): Make obsolete with `make-obsolete' instead
23234         of simply documenting it as obsolete in the docstring.
23235         (isearch-fallback): Refill docstring.
23237         * international/isearch-x.el
23238         (isearch-process-search-multibyte-characters): Remove unneeded
23239         `concat'.  Add intermediate values to `junk-hist' instead of
23240         `minibuffer-history'.  Test the length of `str'.
23242 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
23244         * allout.el (allout-resolve-xref): Fix typos in error strings.
23245         (allout-before-change-protect): Remove unneeded `concat'.
23247         * array.el (array-mode, array-reconfigure-rows)
23248         (untabify-backward): Fix typos in docstrings.
23249         (array-reconfigure-rows): Use `insert-buffer-substring', not
23250         `insert-buffer'.
23252         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
23253         * progmodes/ada-mode.el (ada-make-body):
23254         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
23256         * dired.el (dired-log):
23257         * tar-mode.el (tar-subfile-save-buffer):
23258         * play/zone.el (zone-pgm-stress-destress):
23259         Use `insert-buffer-substring', not `insert-buffer'.
23261 2005-07-17  Simon Josefsson  <jas@extundo.com>
23263         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
23265 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
23267         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
23268         Add plain auth method.
23269         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
23271 2005-07-17  Kim F. Storm  <storm@cua.dk>
23273         * ido.el (dired-other-window): Add ido property.
23275 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
23277         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23278         Fix typo in docstring.
23279         (byte-compile-interactive-only-functions): Add `insert-buffer' and
23280         `insert-file-literally'.
23282         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
23283         info and delete redundant message.  Doc fix.
23284         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
23285         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
23287 2005-07-16  Richard M. Stallman  <rms@gnu.org>
23289         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
23290         (byte-compile-and): Use byte-compile-and-recursion.
23291         (byte-compile-or-recursion): New function.
23292         (byte-compile-or): Use that.
23293         (byte-compile-if): Guard the else-clause too.
23294         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
23296         * isearch.el (isearch-mode-end-hook-quit): New variable.
23297         (isearch-done): Bind it.
23298         (isearch-mode-end-hook): Doc fix.
23300         * allout.el (allout-isearch-did-quit): Variable deleted.
23301         (allout-real-isearch-abort): Function name no longer used.
23302         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
23303         (allout-isearch-rectification): isearch-mode always exists.
23304         Don't set allout-isearch-did-quit.
23305         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
23306         allout-isearch-did-quit.
23307         (allout-enwrap-isearch): Just add the hook.
23308         (allout-isearch-abort): Function deleted.
23309         (allout-pre-command-business): Avoid warning.
23311         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
23312         Correctly avoid warnings.
23313         (pascal-outline): Likewise.
23315         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
23317         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
23319         * play/tetris.el (tetris-mode): Avoid warning.
23321         * play/snake.el (snake-mode): Avoid warning.
23323         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
23324         (gamegrid-set-display-table): Avoid warning.
23325         (gamegrid-set-timer): Likewise.
23326         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
23327         (gamegrid-add-score-with-update-game-score-1): Take FILE
23328         as argument.
23329         (gamegrid-add-score-with-update-game-score): Pass that argument.
23330         Rename have-shared-game-dir to gamegrid-shared-game-dir.
23332         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
23334         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
23335         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
23337         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
23338         and insert-file.
23340         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
23341         (sc-ask): Avoid warnings.
23343         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
23344         (eshell-hist-initialize): Use that var the natural way.
23346         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
23348         * emacs-lisp/re-builder.el (reb-cook-regexp):
23349         Avoid warning calling lre-compile-string.
23350         (reb-color-display-p): Avoid warning.
23352         * calculator.el (calculator-last-input): Guard uses
23353         of event-key and key-press-event-p.
23354         (event-key, key-press-event-p): Delete definitions.
23356         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
23357         (find-gc-source-directory, find-gc-subrs-callers)
23358         (find-gc-noreturn-list, find-gc-source-files)
23359         (find-gc-subrs-called): Vars renamed and defvar'd.
23361         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
23362         (checkdoc-overlay-put, checkdoc-delete-overlay)
23363         (checkdoc-overlay-start, checkdoc-overlay-end)
23364         (checkdoc-mode-line-update, checkdoc-char=):
23365         Define such that compiler knows they are defined.
23366         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
23367         (checkdoc-read-event): Delete.  Use read-event directly.
23369         * whitespace.el (whitespace-make-overlay)
23370         (whitespace-overlay-put, whitespace-delete-overlay)
23371         (whitespace-overlay-start, whitespace-overlay-end):
23372         Define such that compiler knows they are defined.
23373         (whitespace): Move conditional inside.
23375         * tempo.el (tempo-insert-template): Suppress warning.
23377         * ediff-diff.el (longlines-mode): Add defvar.
23379 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
23381         * server.el: Bind "C-x #" in a way that works even if C-x is
23382         redefined to a command key, not a prefix key.
23384 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
23386         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
23387         cl-make-type-test till execution time.
23389 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
23391         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
23392         arg ARG and use it.
23394 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
23396         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
23398 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
23400         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23401         a defcustom with two :set or :type keywords.
23403 2005-07-15  Richard M. Stallman  <rms@gnu.org>
23405         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23406         Don't give ^M comment-end syntax.
23408 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
23410         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
23411         Don't consider gdbmi (gdb-mi.el has its own update functions).
23412         (gdb-var-delete): Make it work for gdbmi as well.
23413         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
23415         * progmodes/gud.el (etags, sdb): Only require etags when needed.
23416         (gud-speedbar-menu-items): Correct logic for enabling items.
23418 2005-07-15  Kim F. Storm  <storm@cua.dk>
23420         * ido.el: Fix commentary.
23421         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
23422         Use with-no-warnings around ffap-guesser.
23423         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
23424         Let bind minibuffer-completing-file-name to t.
23426 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
23428         * startup.el (site-run-file, keyboard-type): Doc fixes.
23429         (command-line): Check for "--basic-display" argument; also for
23430         "--quick", not "--bare-bones" (which was renamed).
23431         (fancy-splash-text): Add missing item "Getting New Versions".
23432         (normal-splash-screen): Fix typos and improve consistency with
23433         `fancy-splash-text'.  Update copyright year.
23435         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
23436         valid binding for `help-char'.
23438         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
23440 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
23442         * term.el (term-mode): Disable cua-mode for term buffers.
23444 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
23446         * add-log.el (add-log-mailing-address, change-log-merge):
23447         Doc fixes.
23448         (change-log-get-method-definition): Fix typo in docstring.
23450 2005-07-14  Kim F. Storm  <storm@cua.dk>
23452         * emulation/cua-base.el:
23453         (cua--pre-command-handler-1, cua--pre-command-handler)
23454         (cua--post-command-handler-1, cua--post-command-handler):
23455         Split in two.  Check (buffer local) value of cua-mode.
23456         (cua-selection-mode): New command.
23458 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
23460         * custom.el (custom-initialize-safe-set)
23461         (custom-initialize-safe-default): Doc fixes.
23463         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23464         and simplify :init-value again.
23466         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23467         and simplify :init-value again.  Delete autoload.
23469         * startup.el (command-line): Use `custom-reevaluate-setting' again
23470         for tooltip-mode.
23472         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23473         a defcustom with two :initialize keywords.
23475 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
23477         * allout.el (my-mark-marker, allout-isearch-prior-pos)
23478         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
23479         (allout-post-command-business, allout-flag-region)
23480         (isearch-reenable-font-lock, allout-yank)
23481         (allout-insert-latex-header, allout-insert-latex-trailer)
23482         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
23483         (allout-latex-verb-quote): Fix typos in docstrings.
23484         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
23485         (allout-unprotected, allout-prefix-data):
23486         Improve argument/docstring consistency.
23487         (allout-chart-subtree): Fix argument spec.
23488         (allout-open-topic): Rename `use_sib_bullet' argument to
23489         `use-sib-bullet'.  Doc fix.
23491         * whitespace.el (whitespace-check-buffer-leading)
23492         (whitespace-check-buffer-trailing)
23493         (whitespace-check-buffer-indent)
23494         (whitespace-check-buffer-spacetab)
23495         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
23496         (whitespace-check-leading-whitespace)
23497         (whitespace-check-trailing-whitespace)
23498         (whitespace-check-spacetab-whitespace)
23499         (whitespace-check-indent-whitespace)
23500         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
23501         (whitespace-modes): Fix typos in docstrings.
23502         (defgroup, defcustom): Doc fixes.
23504         * winner.el (winner-mode, winner-boring-buffers)
23505         (winner-pending-undo-ring): Doc fixes.
23506         (winner-ring): Remove unneeded `progn'.
23507         (winner-equal): `defsubst' it.
23508         (winner-redo): Fix message.
23510 2005-07-13  Kim F. Storm  <storm@cua.dk>
23512         * simple.el (line-move-1): Always use vertical-motion to
23513         do the last (or only) line move to ensure some movement.
23514         Undo 2005-06-23 change--don't check for overlays.
23516 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23518         * term/mac-win.el (ccl-encode-mac-roman-font)
23519         (ccl-encode-mac-centraleurroman-font)
23520         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
23521         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
23522         Change charset-id boundary of dimension to ?\xef.
23523         (mac-char-fontspec-list): New constant.
23524         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
23525         argument.  Nil uses itself as family in font-spec.  Previous
23526         behavior for nil is now provided by non-nil non-string argument.
23527         All callers changed.  Add font-specs for Mac fonts to
23528         "fontset-default" unless iso8859-1 fonts are installed.
23530 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23532         * progmodes/sh-script.el (sh-get-indent-info): Only indent
23533         a continuation line if the \ is preceded by SPC or TAB.
23534         (sh-get-indent-info): Simplify.
23535         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
23536         Use with-current-buffer.
23538         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
23539         when the matched text is empty.
23541 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
23543         * startup.el (command-line): Revert to previous handling of
23544         tooltip-mode.  Explain in comment why the complexity is needed.
23546         * tooltip.el (tooltip-mode): Revert to previous implementation of
23547         its defcustom.
23549         * frame.el (blink-cursor-mode): Revert to previous implementation
23550         of its defcustom.  Update comment.
23552 2005-07-12  Lars Hansen  <larsh@soem.dk>
23554         * desktop.el: Update e-mail address.
23556 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23558         * term/mac-win.el (mac-services-mail-selection)
23559         (mac-services-mail-to): New functions.
23560         (mac-application-menu-map): Bind them.
23562 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
23564         * progmodes/gdb-ui.el: Add note about buffering with Windows.
23566 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
23568         * custom.el (custom-reevaluate-setting): Doc fix.
23570 2005-07-11  Jay Belanger  <belanger@truman.edu>
23572         * calc/calc.el (calc-embedded-announce-formula-alist)
23573         (calc-embedded-open-close-plain-alist)
23574         (calc-embedded-open-close-mode-alist): Add checks for additional
23575         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
23577 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
23579         * custom.el (custom-enable-theme): Don't add theme to
23580         `custom-enabled-themes' with `push' because there is no
23581         setf-method for `delq'.
23583 2005-07-11  Richard M. Stallman  <rms@gnu.org>
23585         * custom.el (custom-declare-variable): Doc fix.
23587         * dired-aux.el (dired-compare-directories): Remove "." and ".."
23588         from the alists.
23590         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
23591         Do nothing if edebug-active.
23593         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
23594         (edebug-display): Do it here instead.
23596 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23598         * cus-face.el (custom-theme-set-faces): Make it work.
23599         (custom-reset-faces): Doc fix.
23600         (custom-theme-reset-internal-face, custom-theme-face-value):
23601         Functions deleted.
23603         * custom.el (custom-push-theme): Maintain list of the settings
23604         of a given theme in its theme-settings property.
23605         Maintain position of old settings in the theme-value
23606         or theme-face property.
23607         (custom-enabled-themes): New variable.
23608         (custom-theme-enabled-p): New function.
23609         (provide-theme): Update custom-enabled-themes.
23610         Disable and reenable the `user' theme.
23611         (require-theme): Doc fix.
23612         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
23613         (custom-theme-value, custom-theme-variable-value): Likewise.
23614         (custom-theme-reset-internal): Likewise.
23615         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
23616         (custom-enable-theme, custom-disable-theme): New functions.
23617         (custom-variable-theme-value, custom-face-theme-value): Likewise.
23618         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
23619         (custom-theme-reset-variables): Simplify.
23620         (deftheme, custom-declare-theme, custom-make-theme-feature):
23621         Definitions moved.
23623 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
23625         * longlines.el (longlines-show-region)
23626         (longlines-unshow-hard-newlines): Recognize hard newlines by
23627         non-nil hard property, instead of t.
23629 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
23631         * viper-cmd.el (viper--key-maps): New variable.
23632         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
23633         emulation-mode-map-alists.
23634         (viper-envelop-ESC-key): Use viper-subseq.
23635         (viper-search-forward/backward/next): Disable debug-on-error.
23637         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23638         (viper-ESC-key): New defcustoms.
23640         * viper-macs.el (ex-map-read-args): Use viper-subseq.
23642         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
23643         (viper-subseq): Copy of subseq from cl.el.
23645         * viper.el (viper-go-away, viper-set-hooks): Use
23646         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
23648         * viper-mous.el (viper-current-frame-saved): Use defvar.
23650         * viper-init.el: Get rid of -face in face names.
23652         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
23653         Make it work with longlines mode
23655         * ediff-mult.el (ediff-meta-mode-hook): New variable.
23657         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
23659         * ediff-init.el: Get rid of -face in face names.
23661 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23663         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
23664         and with-timeout-unsuspend.
23666         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
23667         and with-timeout-unsuspend.
23669         * emacs-lisp/timer.el (with-timeout-timers): New variable.
23670         (with-timeout): Bind that variable to record timers.
23671         (with-timeout-suspend, with-timeout-unsuspend): New functions.
23673         * emacs-lisp/debug.el (debug-help-follow): New function.
23674         (debugger-mode-map): Use that instead of help-follow.
23675         (debugger-setup-buffer): Use eval-buffer-list
23676         to handle eval-buffer frames.
23678 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
23680         * timezone.el (timezone-parse-date): Change first regexp
23681         so it will not mistakenly match dates with no time zone.
23683 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
23685         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
23687 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
23689         * custom.el (custom-initialize-safe-set)
23690         (custom-initialize-safe-default): New functions.
23692         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23693         and simplify :init-value.
23695         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23696         and simplify :init-value.  Delete obsolete comment.
23698         * startup.el (command-line): Use `custom-reevaluate-setting' to
23699         handle `tooltip-mode'.  Delete obsolete comment.
23701         * files.el (set-visited-file-name): Avoid calling
23702         `file-name-nondirectory' with a nil argument.
23704 2005-07-09  Richard M. Stallman  <rms@gnu.org>
23706         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
23707         was called with nil for the buffer, handle the read position right.
23708         Handle read position for eval-region, too.
23710 2005-07-09  Juri Linkov  <juri@jurta.org>
23712         * fringe.el (fringe-mode): Add period in docstring.
23713         (fringe-query-style): Build prompt depending on `all-frames' arg.
23715         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
23716         to not create links to unrelated functions in the Help buffer.
23718         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
23719         Doc fix.
23721         * simple.el (next-error-hook): New variable.
23722         (next-error): Use it.  Doc fix.
23724         * textmodes/ispell.el (ispell-command-loop): Add current
23725         dictionary name and program name to mode-line-format.
23726         (ispell-region, ispell-process-line): Add current dictionary name
23727         and program name to messages.
23729 2005-07-08  Jay Belanger  <belanger@truman.edu>
23731         * calc/calc.el (calc-embedded-announce-formula-alist)
23732         (calc-embedded-open-close-formula-alist)
23733         (calc-embedded-open-close-word-alist)
23734         (calc-embedded-open-close-plain-alist)
23735         (calc-embedded-open-close-new-formula-alist)
23736         (calc-embedded-open-close-mode-alist)
23737         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
23738         (calc-embedded-mode-hook): New variables.
23740         * calc/calc-embed.el (calc-embedded-firsttime)
23741         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
23742         New variables.
23743         (calc-do-embedded): Use calc-embedded-firsttime,
23744         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
23745         determine whether or not to run hooks.
23746         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
23747         calc-embedded-firsttime-formula appropriately.
23748         Set calc-embedded delimiter variables according to mode.
23750 2005-07-08  Richard M. Stallman  <rms@gnu.org>
23752         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
23753         Check for "emacs", etc., as entire symbol, not just as word.
23754         (checkdoc-file-comments-engine): Use regexp-quote on FN.
23756         * files.el (set-visited-file-name): Report the error
23757         for "empty filename" earlier.
23758         (kill-some-buffers): Ignore buffers already dead.
23760         * fringe.el (fringe-mode): Doc fix.
23762         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23763         Check for (featurep 'xemacs) and turn off warnings in what it guards.
23764         Use unwind-protect to ensure byte-compile-unresolved-functions
23765         is updated.
23767         * whitespace.el (whitespace-buffer-leading-cleanup):
23768         Simplify w/ skip-chars-forward.
23769         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
23771         * mail/rmail.el (rmail-only-expunge): Fix paren error.
23772         Unconditionally try to leave point at the same old place.
23774 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
23776         * comint.el (comint-postoutput-scroll-to-bottom)
23777         (comint-show-maximum-output): Take scroll-margin into consideration.
23779 2005-07-08  Kim F. Storm  <storm@cua.dk>
23781         * ido.el (ido-use-filename-at-point): New choice `guess'.
23782         (ido-file-internal): Try ffap-guesser if selected.
23784         * ido.el (ido-before-fallback-functions): New hook.
23785         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
23786         (ido-read-file-name): Run it.
23788 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23790         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
23791         strings rather than a list of symbols to the completion function.
23793 2005-07-07  Jay Belanger  <belanger@truman.edu>
23795         * calc/calc-units.el (math-apply-units): Change the places in
23796         which units are simplified.
23798 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
23800         * cus-edit.el (customize-option, customize-option-other-window):
23801         Make them handle aliases.
23803         * custom.el (custom-variable-p): Make it recursively follow
23804         aliases.  Mention that in the docstring.
23806 2005-07-07  Richard M. Stallman  <rms@gnu.org>
23808         * cus-start.el (exec-path): Use `directory' instead of `file'.
23809         Fix tag for nil.
23811 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23813         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
23814         when called non-interactively.  Doc fix.
23816 2005-07-07  Lute Kamstra  <lute@gnu.org>
23818         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
23819         new address as well.
23821 2005-07-07  Kenichi Handa  <handa@m17n.org>
23823         * international/mule.el (make-coding-system):
23824         Describe `ascii-incompatible' property in the docstring.
23825         (set-file-name-coding-system): Signal an error if coding-system is
23826         ascii-incompatible.
23827         (set-keyboard-coding-system): Likewise.
23829         * international/mule-cmds.el (set-default-coding-systems):
23830         Don't set default-file-name-coding-system and
23831         default-keyboard-coding-system if coding-system is ASCII-incompatible.
23833         * international/utf-16.el: Declare that all UTF-16-based coding
23834         systems are ASCII-incompatible.
23836 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
23838         * progmodes/gud.el: Require font-lock for displaying errors.
23839         Used by gdb-ui.el.
23841 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23843         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
23844         values for the pattern lists which are `read'able but not
23845         `append'able (like symbols).
23847 2005-07-06  Richard M. Stallman  <rms@gnu.org>
23849         * progmodes/flymake.el (flymake-float-time): Instead of
23850         with-no-warnings, test for XEmacs.
23851         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
23852         to avoid warning.
23854 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
23856         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
23858 2005-07-05  Lute Kamstra  <lute@gnu.org>
23860         * battery.el: Add support for Darwin (with much debugging help
23861         from Samuel Lauber <sam124@operamail.com>).
23862         (battery-status-function, battery-echo-area-format)
23863         (battery-mode-line-format): Add support for pmset on Darwin.
23864         (battery-load-low, battery-load-critical): New user options.
23865         (battery-pmset): New function.
23867 2005-07-05  Lute Kamstra  <lute@gnu.org>
23869         Update FSF's address in GPL notices.
23871         * textmodes/page-ext.el: Update FSF's address.
23873 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23875         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
23876         filling from using prefix when filling a single-line docstring.
23878         * progmodes/flymake.el: Remove useless eval-when-compile.
23880         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
23882 2005-07-04  Richard M. Stallman  <rms@gnu.org>
23884         * textmodes/org.el (org-file-apps-defaults-gnu):
23885         Rename from org-file-apps-defaults-linux.
23886         (org-default-apps): Don't test system-type for `linux'.
23887         (org-file-apps): Doc fix.
23889 2005-07-04  David Ponce  <david@dponce.com>
23891         * tree-widget.el: Improve header Commentary section.
23892         (tree-widget) [defgroup]
23893         (tree-widget-image-enable, tree-widget-themes-directory)
23894         (tree-widget-theme, tree-widget-image-properties-emacs)
23895         (tree-widget-image-properties-xemacs, tree-widget-create-image)
23896         (tree-widget-image-formats, tree-widget-control)
23897         (tree-widget-empty-control, tree-widget-leaf-control
23898         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
23899         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
23900         (tree-widget-keep, tree-widget-after-toggle-functions)
23901         (tree-widget-open-node, tree-widget-close-node): Doc fix.
23902         (tree-widget-open-control, tree-widget-close-control): Fix doc and
23903         :help-echo message.
23904         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
23905         (tree-widget-image-properties): Doc fix.  Clearer implementation.
23906         (tree-widget--cursors): New constant.
23907         (tree-widget-lookup-image): New function split from
23908         `tree-widget-find-image'.  Clearer implementation.
23909         (tree-widget-find-image): Use it.
23910         (tree-widget-button-keymap): Use `set-keymap-parent'.
23911         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
23912         Define the sub-widgets here.
23913         (tree-widget-node): Check that :node is not a tree-widget.
23914         (tree-widget-get-super, tree-widget-open-control)
23915         (tree-widget-close-control, tree-widget-empty-control)
23916         (tree-widget-leaf-control, tree-widget-guide)
23917         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
23918         (tree-widget-no-handle, tree-widget-value-delete)
23919         (tree-widget-map): Remove.
23920         (tree-widget-children-value-save): Doc fix.  Simplified.
23921         (tree-widget-value-create): Update according to previous changes.
23923 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
23925         * textmodes/org.el: Leading space replaced by TABS.
23926         (org-recalc-marks, org-table-rotate-recalc-marks)
23927         (org-table-get-specials): Treat "^" and "_" marks.
23928         (org-table-justify-field-maybe): Optional argument NEW.
23929         (org-table-eval-formula): Parsing of the format simplified.
23930         New modes C,I.  Honor the %= parameter in the current table.
23931         Avoid unnecessary re-align by using the NEW argument to
23932         `org-table-justify-field-maybe'.
23933         (org-calc-default-modes): Default for date-format mimicks org-mode.
23934         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
23936 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
23938         * cus-face.el (custom-theme-set-faces): Make it handle face
23939         aliases whose alias declarations are pre- or autoloaded.
23941 2005-07-04  Juri Linkov  <juri@jurta.org>
23943         * faces.el (read-face-name): Put the code for getting a face name
23944         from the buffer before adding the faces from the `face' property.
23945         Use `completing-read-multiple' instead of `completing-read'.
23946         Require `crm'.  Add default value and post-process the returned
23947         list of faces.
23949         * emacs-lisp/crm.el (crm-find-current-element)
23950         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
23952         * emacs-lisp/lisp-mode.el (eval-defun-1):
23953         * emacs-lisp/edebug.el (edebug-eval-defun):
23954         Remove unnecessary quotes.
23956 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23958         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
23959         (prolog-indent-level): Fix typo in docstring.
23961         * info.el (Info-history, Info-history-forward)
23962         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
23964         * add-log.el (add-change-log-entry):
23965         * comint.el (comint-dynamic-list-input-ring)
23966         (comint-dynamic-list-completions):
23967         * dabbrev.el (dabbrev-expand):
23968         * delim-col.el (delimit-columns-rectangle-line):
23969         * diff-mode.el (diff-context->unified, diff-reverse-direction)
23970         (diff-unified->context):
23971         * ediff-init.el (ediff-abbrev-jobname):
23972         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
23973         (ediff-replace-session-activity-marker-in-meta-buffer):
23974         * info.el (Info-summary):
23975         * lpr.el (printify-region):
23976         * printing.el (pr-create-interface):
23977         * ps-print.el (ps-print-quote):
23978         * ses.el (ses-column-widths, ses-print-cell)
23979         (ses-adjust-print-width, ses-center):
23980         * shell.el (shell-file-name-quote-list):
23981         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
23982         (strokes-fill-current-buffer-with-whitespace)
23983         (strokes-xpm-for-stroke, strokes-list-strokes)
23984         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
23985         * term.el (term-dynamic-list-input-ring)
23986         (term-dynamic-list-completions):
23987         * calc/calc.el (math-format-stack-value):
23988         * emacs-lisp/edebug.el (edebug-display-freq-count):
23989         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
23990         (delphi-new-comment-line):
23991         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
23992         * progmodes/executable.el (executable-set-magic):
23993         * progmodes/python.el (inferior-python-mode):
23994         * progmodes/scheme.el (scheme-mode-syntax-table):
23995         * progmodes/sh-script.el (sh-maybe-here-document):
23996         * progmodes/sql.el (sql-copy-column):
23997         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
23998         * textmodes/bibtex.el (bibtex-mode):
23999         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24000         (sgml-auto-attributes):
24001         * textmodes/table.el (table-insert, table-shorten-cell)
24002         (table--generate-source-scan-lines, table-delete-row)
24003         (*table--cell-delete-char, table--spacify-frame)
24004         (table--horizontally-shift-above-and-below)
24005         (table--cell-insert-char, table--cell-blank-str)
24006         (table--fill-region-strictly):
24007         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24008         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24010         * add-log.el (change-log):
24011         * apropos.el (apropos):
24012         * comint.el (comint-completion, comint-source):
24013         * dabbrev.el (dabbrev):
24014         * delim-col.el (columns):
24015         * diff-mode.el (diff-mode):
24016         * ediff.el (ediff):
24017         * ediff-diff.el (ediff-diff):
24018         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24019         * ediff-mult.el (ediff-mult):
24020         * ediff-ptch.el (ediff-ptch):
24021         * ediff-wind.el (ediff-window):
24022         * facemenu.el (facemenu):
24023         * indent.el (indent):
24024         * info.el (info):
24025         * jka-cmpr-hook.el (compression, jka-compr):
24026         * lpr.el (lpr):
24027         * outline.el (outlines):
24028         * pcmpl-cvs.el (pcmpl-cvs):
24029         * pcmpl-rpm.el (pcmpl-rpm):
24030         * printing.el (printing):
24031         * ps-print.el (postscript, ps-print, ps-print-horizontal)
24032         (ps-print-vertical, ps-print-headers, ps-print-font)
24033         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24034         (ps-print-background, ps-print-printer, ps-print-page)
24035         (ps-print-miscellany):
24036         * ses.el (ses):
24037         * shell.el (shell, shell-directories, shell-faces):
24038         * startup.el (initialization):
24039         * strokes.el (strokes):
24040         * term.el (term):
24041         * uniquify.el (uniquify):
24042         * w32-vars.el (w32):
24043         * calc/calc.el (calc):
24044         * emacs-lisp/bytecomp.el (bytecomp):
24045         * emacs-lisp/cl-indent.el (lisp-indent):
24046         * emacs-lisp/edebug.el (edebug):
24047         * emacs-lisp/elp.el (elp):
24048         * emacs-lisp/testcover.el (testcover):
24049         * emacs-lisp/trace.el (trace):
24050         * emulation/viper-ex.el (viper-ex):
24051         * emulation/viper-mous.el (viper-mouse):
24052         * mail/mailalias.el (mailalias):
24053         * mail/supercite.el (supercite, supercite-frames)
24054         (supercite-attr, supercite-cite, supercite-hooks):
24055         * net/rcompile.el (remote-compile):
24056         * net/rlogin.el (rlogin):
24057         * obsolete/ooutline.el (outlines):
24058         * progmodes/delphi.el (delphi):
24059         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24060         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24061         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24062         (ebnf-optimization):
24063         * progmodes/etags.el (etags):
24064         * progmodes/executable.el (executable):
24065         * progmodes/idlwave.el (idlwave):
24066         * progmodes/pascal.el (pascal):
24067         * progmodes/prolog.el (prolog):
24068         * progmodes/python.el (python):
24069         * progmodes/scheme.el (scheme):
24070         * progmodes/sh-script.el (sh, sh-script):
24071         * progmodes/sql.el (SQL):
24072         * progmodes/tcl.el (tcl):
24073         * textmodes/bibtex.el (bibtex, bibtex-autokey):
24074         * textmodes/enriched.el (enriched):
24075         * textmodes/makeinfo.el (makeinfo):
24076         * textmodes/sgml-mode.el (sgml):
24077         * textmodes/table.el (table-hooks):
24078         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24079         * textmodes/texinfo.el (texinfo):
24080         * textmodes/two-column.el (two-column):
24081         Finish `defgroup' description with period.
24083         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24084         * eshell/esh-var.el (eshell-var):
24085         * progmodes/vhdl-mode.el (vhdl-testbench):
24086         * textmodes/org.el (org): Fix typos in docstrings.
24088         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24089         consistency.
24091         * progmodes/flymake.el (flymake-find-file): Remove.
24092         (flymake-float-time): Use `with-no-warnings'.
24093         (flymake-check-start-time, flymake-check-was-interrupted)
24094         (flymake-err-info, flymake-is-running, flymake-last-change-time)
24095         (flymake-new-err-info): `defvar' at compile time.
24097 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
24099         * replace.el (occur-hook): Doc fix.
24100         (occur-1): Don't call `occur-hook' if there are no matches.
24102 2005-07-03  Richard M. Stallman  <rms@gnu.org>
24104         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24105         global-map, save the same map.
24106         (global-map): Don't alter it at top level.
24107         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24108         Then alter it here instead.
24109         (tpu-edt-off): Set global-map to the saved one.
24111         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24112         All references simplified.
24113         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
24114         (zmacs-regions): Add defvar.
24115         (repeat-complex-command-map): Everything about that deleted.
24117         * textmodes/artist.el (artist-key-is-drawing)
24118         (artist-key-endpoint1, artist-key-poly-point-list)
24119         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24120         (artist-key-compl-table, artist-rb-save-data)
24121         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24122         Don't put them in eval-when-compile.
24123         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24125         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24126         Use with-no-warnings.
24128         * net/browse-url.el (dos-windows-version): Add defvar.
24130         * mail/supercite.el (filladapt-prefix-table): Add defvar.
24132         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24133         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24134         (rmail-new-summary-line-count): Rename from new-summary-line-count.
24135         Add defvar.
24136         (rmail-summary-beginning-of-message): Use with-no-warnings.
24137         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24139         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24140         Use with-no-warnings.
24142         * emulation/vi.el (vi-mark-region): Use c-mark-function.
24143         (c-mark-function): Add point-moving-unit property.
24144         (vi-goto-line): Use with-no-warnings.
24146         * emulation/edt.el (edt-last-copied-word): Add defvar.
24147         (zmacs-region-stays): Likewise.
24148         (edt-mark-section-wisely): Use c-mark-function for C.
24149         Use makr-defun for Fortran.
24150         (time-string): defvar deleted.
24151         (edt-display-the-time): Don't set time-string.
24153         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24155         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24156         Don't warn when name is not constant
24157         or for defining the group `emacs'.
24159         * tooltip.el (gud-tooltip-mode): Add defvar.
24161         * startup.el (default-frame-background-mode): Add defvar.
24163         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24165         * info.el (tool-bar-map): Add defvar.
24167         * dired.el (dnd-protocol-alist): Add defvar.
24169         * dired-aux.el (dired-query): Display question with answer, when
24170         the user answers.
24172         * custom.el (custom-add-option): Doc fix.
24174         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24176 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
24178         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24179         bogus name from the last change.
24181 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
24183         * custom.el (custom-declare-variable): Fix typos in comment.
24184         (custom-known-themes): Doc fix.
24185         (custom-theme-directory): New defcustom.
24186         (require-theme): Make it check `custom-theme-directory'.
24188         * cus-theme.el (custom-new-theme-mode): New function.
24189         (custom-theme-name, custom-theme-variables, custom-theme-faces)
24190         (custom-theme-description): Add compiler defvars.
24191         (customize-create-theme): Add doc to the "*New Custom Theme*"
24192         buffer.  Use `custom-new-theme-mode'.
24193         (custom-theme-write): Put the created buffer in emacs-lisp-mode
24194         and save it to the `custom-theme-directory'.  Make this the
24195         default directory of the buffer.
24197 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
24199         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24200         Fix unbalanced parentheses.
24202 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24204         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24205         into flymake-mode and delegate to flymake-mode.
24207         * find-file.el (ff-which-function-are-we-in): Clean up.
24209 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
24211         * replace.el (occur-rename-buffer): Fix docstring.
24213         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24214         (edt-last-copied-word, edt-learn-macro-count)
24215         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24216         (edt-rect-start-point, edt-user-global-map, rect-start-point)
24217         (time-string, zmacs-region-stays):
24218         * emulation/edt-mapper.el (edt-save-function-key-map)
24219         (EDT-key-name): `defvar' to silence the byte-compiler.
24221 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
24223         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24224         font-lock-regexp-backslash.  Doc fix.
24225         (font-lock-regexp-backslash-grouping-construct): Rename from
24226         font-lock-regexp-backslash-construct.  Doc fix.
24227         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24228         grouping constructs.
24230 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
24232         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24233         updating all the prerequisites.
24235 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
24237         * textmodes/org.el (org-agenda-start-on-weekday)
24238         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24239         (org-agenda-use-time-grid, org-archive-location)
24240         (org-allow-space-in-links, org-usenet-links-prefer-google)
24241         (org-enable-table-editor, org-export-default-language)
24242         (org-export-html-show-new-buffer, org-fill-paragraph)
24243         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24244         (org-goto-quit, org-occur, org-eval-in-calendar)
24245         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24246         (org-agenda-diary-entry, org-remember-help)
24247         (org-table-convert-region, org-at-table-p)
24248         (org-table-move-row-down, org-table-move-row-up)
24249         (org-table-copy-region, org-table-toggle-vline-visibility)
24250         (org-table-get-stored-formulas, org-table-get-specials)
24251         (org-recalc-commands, org-table-eval-formula)
24252         (org-table-formula-substitute-names, orgtbl-make-binding)
24253         (org-format-org-table-html, org-format-table-table-html)
24254         (org-format-table-table-html-using-table-generate-source)
24255         (org-customize): Fix typos in docstrings.
24256         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
24257         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
24258         (org-back-to-heading): Doc fixes.
24259         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
24260         (org-agenda-change-all-lines, org-get-header):
24261         Improve argument/docstring consistency.
24262         (orgtbl-error): Fix error message.
24264         * progmodes/flymake.el (flymake-find-possible-master-files)
24265         (flymake-master-file-compare, flymake-get-line-err-count)
24266         (flymake-highlight-line, flymake-gui-warnings-enabled):
24267         Fix typos in docstrings.
24268         (flymake-parse-line, flymake-get-project-include-dirs-function)
24269         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
24270         Doc fixes.
24271         (flymake-get-project-include-dirs-function)
24272         (flymake-make-err-menu-data):
24273         Improve argument/docstring consistency.
24275 2005-07-01  Lute Kamstra  <lute@gnu.org>
24277         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
24278         Catch errors with ignore-errors.  Use temporary buffer.
24279         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
24281         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
24282         background color faces.
24283         (facemenu-set-foreground, facemenu-set-background):
24284         Use facemenu-set-face-from-menu.
24285         (facemenu-set-face-from-menu): Treat face names that start with
24286         "fg:" or "bg:" as special.
24287         (facemenu-add-new-color): Don't create faces.  Simplify.
24289 2005-06-30  Richard M. Stallman  <rms@gnu.org>
24291         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
24292         (crm-find-current-element): Likewise.
24294 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
24296         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
24298 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24300         * arc-mode.el (archive-extract): Make it work as a mouse binding.
24301         (archive-mouse-extract): Make it an obsolete alias.
24302         (archive-mode-map): Don't use archive-mouse-extract any more.
24303         (archive-mode, archive-extract): write-contents-hooks ->
24304         write-contents-functions.
24305         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
24306         first arg.
24307         (archive-rename-entry): Update the call.
24308         (archive-zip-summarize): Remove unused var `method'.
24309         (archive-lzh-summarize): Remove unused var `creator'.
24311         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
24312         dedicated frame upon exit.
24314         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
24315         (archive-zip-extract, archive-zip-expunge)
24316         (archive-zip-update, archive-zip-update-case): Use executable-find.
24317         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
24318         Use restore-buffer-modified-p.
24319         (archive-extract, archive-add-new-member, archive-write-file-member):
24320         Use with-current-buffer.
24321         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
24323 2005-06-30  Andreas Schwab  <schwab@suse.de>
24325         * progmodes/gud.el (gud-filter): Remove unneeded progn.
24327 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
24329         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
24331 2005-06-30  Juri Linkov  <juri@jurta.org>
24333         * faces.el (vertical-border): Inherit from mode-line-inactive
24334         only on tty.
24336 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
24338         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
24339         example, -NLINES in the `occur' docstring).
24341         * replace.el (occur-1): When no matches are found, do not set the
24342         `buffer-read-only' and modified flags for the occur buffer,
24343         because it is deleted.
24345         * emulation/cua-base.el (cua-check-pending-input)
24346         (cua-repeat-replace-region, cua-mode, cua-debug)
24347         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
24348         Fix typos in docstrings.
24350         * emulation/cua-gmrk.el (cua-toggle-global-mark)
24351         (cua-cut-region-to-global-mark)
24352         (cua--cut-rectangle-to-global-mark):
24353         Remove period from end of messages.
24355         * emulation/cua-rect.el (cua-do-rectangle-padding):
24356         Remove period from end of messages.
24357         (cua--rectangle-seq-format): Fix typo in docstring.
24358         (cua-sequence-rectangle, cua-fill-char-rectangle):
24359         Improve argument/docstring consistency.
24361 2005-06-29  Juri Linkov  <juri@jurta.org>
24363         * faces.el (default-frame-background-mode): New internal variable.
24364         (frame-set-background-mode): Use it.
24366         * startup.el (normal-top-level): Set default-frame-background-mode
24367         instead of frame-background-mode.  Before setting it, test for its
24368         nil value.  Remove tests for frame-background-mode and frame
24369         parameter `reverse'.  Add test for "unspecified-fg".
24371         * term/xterm.el (xterm-rxvt-set-background-mode):
24372         * term/rxvt.el (rxvt-set-background-mode):
24373         Set default-frame-background-mode instead of frame-background-mode.
24375 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
24377         * simple.el (set-variable): Warn about obsolete user variables.
24379         * imenu.el (imenu--completion-buffer):
24380         * mouse.el (mouse-buffer-menu-alist):
24381         * msb.el (msb-invisible-buffer-p):
24382         * calendar/diary-lib.el (diary-header-line-format):
24383         * emacs-lisp/pp.el (pp-buffer):
24384         * progmodes/cperl-mode.el (cperl-do-auto-fill):
24385         * textmodes/picture.el (picture-replace-match):
24386         Change space constants followed by a sexp to "?\s ".
24388         * play/decipher.el (decipher-loop-with-breaks):
24389         * textmodes/texinfo.el (texinfo-insert-@item): Change space
24390         constants "protected" from end of line by a comment to "?\s".
24392 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24394         * font-lock.el (save-buffer-state): Use `declare'.
24396         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
24397         reset the syntax-table to cperl-mode-syntax-table.
24398         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
24399         "foo_print_bar" is not matched as a reserved keyword.
24401 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
24403         * textmodes/org.el (orgtbl-setup): New function, for delayed
24404         setup for the orgtbl commands.
24405         (org-calc-default-modes): New option.
24406         (orgtbl-make-binding): Use `defun' to get better help display.
24407         (org-diary): Call `org-compile-prefix-format'.
24408         (org-table-formula-substitute-names): New function.
24409         (org-agenda-day-view, org-agenda-week-view): New commands.
24410         (org-agenda-toggle-week-view): Command removed.
24411         (org-tbl-menu): Split off from org-org-menu.
24412         (org-mode): Move removal of outline-mode menus to here.
24413         (org-table-formula-debug): New option.
24414         (org-table-insert-row): Keep first field if just "#" or "*".
24415         (org-mode): Paragraph regexps fixed.
24416         (org-table-recalculate-regexp): New constant.
24417         (org-table-justify-field-maybe): Avoid replace if not necessary.
24418         (org-copy-special, org-cut-special): Use `call-interactively'.
24419         (org-table-copy-region): Take region from `interactive' call.
24420         (org-trim): Return string even if no match.
24421         (org-formula): New face.
24422         (org-set-font-lock-defaults): No longer highlight "FIXME".
24423         But highlight formula-related fields in table.
24424         (org-table-p): Use regexp, not fontification.
24425         (org-table-align): Handle white space at end of line.
24426         (org-table-formula-evaluate-inline): New option.
24427         (org-mode): Auto-wrapping in comment lines turned off.
24428         (org-table-copy-down): Evaluate only in copied field, not in
24429         destination.
24430         (org-table-current-formula): Variable removed.
24431         (org-table-store-formulas, org-table-get-stored-formulas)
24432         (org-table-modify-formulas, org-table-replace-in-formulas)
24433         (org-table-maybe-eval-formula): New functions.
24434         (org-table-get-formula): Modify to use stored formulas.
24435         (org-table-insert-column, org-table-delete-column)
24436         (org-table-move-column): Call `org-table-modify-formulas'.
24437         (org-complete): Add completion for keyword formulas.
24438         (orgtbl-mode): Pull orgtbl-mode-map to start of
24439         minor-mode-map-alist.
24441 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24443         * progmodes/python.el (python-check): Require `compile' before
24444         modifying its variables.
24446         * newcomment.el (comment-indent-default): Don't get fooled by an early
24447         end of buffer.
24449 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24451         * ps-print.el (ps-print-version): Fix version number.
24453 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
24455         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
24457 2005-06-28  Richard M. Stallman  <rms@gnu.org>
24459         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
24460         (flyspell-local-mouse-map): Declaration deleted.
24461         (flyspell-mouse-map): Bind only mouse-2.
24462         (flyspell-mode-map): Don't test flyspell-use-local-map.
24463         (flyspell-overlay-keymap-property-name): Var deleted.
24464         (flyspell-mode-on): Don't make local bindings for
24465         flyspell-mouse-map and flyspell-mode-map.
24466         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
24468         * textmodes/ispell.el (ispell-word): Do not ignore short words.
24470         * progmodes/compile.el (compilation-next-error-function):
24471         Don't switch buffers; operate on the current buffer.
24473         * progmodes/compile.el (compilation-error-file-name)
24474         (compilation-warning-file-name, compilation-info-file-name)
24475         (compilation-line-number, compilation-column-number): New faces.
24476         (compilation-error-face, compilation-warning-face)
24477         (compilation-info-face, compilation-line-face)
24478         (compilation-column-face): Use them.
24480         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
24482         * comint.el (comint-password-prompt-regexp): Accept ", try again".
24484         * bindings.el (global-map): Bind insertchar and its variants.
24486 2005-06-27  Richard M. Stallman  <rms@gnu.org>
24488         * textmodes/artist.el (artist-text-overwrite)
24489         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
24491 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24493         * ps-print.el: It was not working the page selection for printing.
24494         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
24495         (ps-print-version): New version 6.6.7.
24496         (ps-end-sheet): New fun.
24497         (ps-header-sheet, ps-end-job): Call it.
24499 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
24501         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
24503 2005-06-27  Lute Kamstra  <lute@gnu.org>
24505         * facemenu.el (facemenu-unlisted-faces): Add foreground and
24506         background color faces.
24507         (facemenu-get-face): Delete function.
24508         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
24509         (facemenu-add-new-color): Make second argument mandatory.
24510         Create the appropriate face and return it.  Simplify.
24511         (facemenu-set-foreground, facemenu-set-background): Don't check if
24512         color is defined.  Use return value of facemenu-add-new-color.
24514 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
24516         * progmodes/gud.el (gud-filter): Add missing argument to
24517         with-selected-window.
24519 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24521         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
24522         a :require to the defcustom.
24524         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
24525         defcustoms corresponding to minor modes.
24527 2005-06-26  David Ponce  <david@dponce.com>
24529         * recentf.el: Require tree-widget instead of wid-edit.
24530         (recentf-filename-handler): Fix widget :type.
24531         (recentf-cancel-dialog, recentf-open-more-files)
24532         (recentf-open-files-action): Doc fix.
24533         (recentf-dialog-goto-first): New function.
24534         (recentf-dialog-mode-map): Set parent keymap first.
24535         (recentf-dialog-mode): Define with define-derived-mode.
24536         Don't display continuation lines in dialogs.
24537         (recentf-edit-list): Rename from recentf-edit-selected-items.
24538         (recentf-edit-list-select): Rename from recentf-edit-list-action.
24539         Simplify.
24540         (recentf-edit-list-validate): New function.
24541         (recentf-edit-list): Update accordingly.
24542         (recentf-open-files-item-shift): Remove.
24543         (recentf-open-files-item): Convert menu elements into tree and
24544         link widgets.  Don't create the widgets.
24545         (recentf-open-files): Update accordingly.
24546         (recentf-save-list): Untabify.
24548 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
24550         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
24551         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
24552         partially contained in the active region.  Do not take active
24553         region into account when called from Lisp, unless INTERACTIVE arg
24554         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
24555         avoid trouble with fields.  Make marker point nowhere when no
24556         longer used.  Always return nil.  Doc fix.
24557         (flush-lines): Add INTERACTIVE arg.  Do not take active region
24558         into account when called from Lisp, unless INTERACTIVE arg is
24559         non-nil.  Use `forward-line' instead of `beginning-of-line' to
24560         avoid trouble with fields.  Make marker point nowhere when no
24561         longer used.  Always return nil.  Doc fix.
24562         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
24563         interchangeable.  Do not take active region into account when
24564         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
24565         message in echo area when called from Lisp, unless INTERACTIVE arg
24566         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
24567         Return the number of matches.  Doc fix.
24568         (occur): Doc fix.
24569         (perform-replace): Make comment follow double space convention for
24570         the sake of `outline-minor-mode'.
24572         * faces.el (facep): Doc fix.
24574 2005-06-25  Richard M. Stallman  <rms@gnu.org>
24576         * facemenu.el (facemenu-enable-faces-p): New function.
24577         (facemenu-background-menu, facemenu-foreground-menu)
24578         (facemenu-face-menu): Add menu-enable property.
24580         * jka-compr.el (jka-compr-insert-file-contents):
24581         Special handling if cannot find the uncompression program.
24583         * cus-face.el (custom-face-attributes): Add autoload.
24585         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24586         Bind comment-indent-function locally.
24588         * window.el (save-selected-window): Use save-current-buffer.
24590         * subr.el (with-selected-window): Use save-current-buffer.
24592         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
24593         and with-current-buffer.
24595 2005-06-24  Richard M. Stallman  <rms@gnu.org>
24597         * simple.el (line-move-1): Fix previous change.
24599 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
24601         * replace.el (occur-1): Set `buffer-read-only' and the
24602         buffer-modified flag before running `occur-hook' to protect
24603         against unintentional buffer switches that can lead to data loss.
24605 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
24607         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
24608         (gud-gdb-marker-filter): Use font-lock-warning-face for any
24609         initial error.
24611         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
24612         after fresh input.
24613         (gdb-var-create-handler): Put name of expression in quotes.
24615 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
24617         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
24618         elements of RING in order, and without bogus nil elements.
24620 2005-06-23  Richard M. Stallman  <rms@gnu.org>
24622         * simple.el (set-variable): Args renamed; doc fix.
24623         (line-move-1): When there are overlays around, use vertical-motion.
24625         * faces.el (escape-glyph): Use brown against light background.
24626         (nobreak-space): Rename from no-break-space.
24627         Fix previous change.
24629         * dired-aux.el (dired-do-copy): Fix arg prompt.
24631         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
24633 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
24635         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
24636         rather than "Distributor".
24638 2005-06-23  Lute Kamstra  <lute@gnu.org>
24640         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
24641         (debug-on-entry): Use it.  New interactive declaration that uses
24642         function-called-at-point.
24644 2005-06-23  Kim F. Storm  <storm@cua.dk>
24646         * subr.el (save-match-data): Add comment about using evaporate arg
24647         to set-match-data.
24649 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
24651         * cus-edit.el (customize-face)
24652         (customize-face-other-window): Handle face aliases.
24654         * faces.el (face-documentation, set-face-attribute)
24655         (face-spec-set): Handle face aliases.
24657 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
24659         * help-mode.el (help-make-xrefs): If a symbol representing a face
24660         name is not followed by the word "face", it could still be a
24661         function or variable name, so don't bypass other checks.
24663 2005-06-22  Juri Linkov  <juri@jurta.org>
24665         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
24666         Replace aliased functions with calls where second arg `inherit' is t.
24668 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
24670         * progmodes/gdb-ui.el (gdb-error): New variable.
24671         (gdb-error): New function.
24672         (gdb-annotation-rules): Act on error-begin and error annotations.
24673         (gdb-concat-output): Use font-lock-warning-face for errors.
24675 2005-06-22  Miles Bader  <miles@gnu.org>
24677         * bindings.el (propertized-buffer-identification): Use renamed
24678         `Buffer-menu-buffer' face.
24680         * faces.el (vertical-border): Rename from `vertical-divider'.
24681         (escape-glyph): Change dark-background color back to `cyan'.
24683 2005-06-21  Juri Linkov  <juri@jurta.org>
24685         * faces.el (face-user-default-spec): Try getting `customized-face'
24686         prior to `saved-face'.
24687         (frame-background-mode): Refill docstring.
24689         * emacs-lisp/lisp-mode.el (eval-defun-1):
24690         * emacs-lisp/edebug.el (edebug-eval-defun):
24691         Set `saved-face' temporarily to nil before calling form.
24692         Set `customized-face' to the new spec after that.
24694 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
24696         * subr.el (1value, lambda, key-substitution-in-progress):
24697         Doc fixes.
24699         * autoinsert.el (auto-insert-alist):
24700         * ses.el (ses-call-printer):
24701         * subr.el (noreturn):
24702         * emacs-lisp/lisp.el (check-parens):
24703         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
24704         * net/browse-url.el (browse-url-mosaic):
24705         * progmodes/cc-defs.el (c-safe-scan-lists):
24706         * progmodes/ebnf-abn.el (ebnf-abn-lex):
24707         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
24708         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
24709         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
24710         * progmodes/ebnf-iso.el (ebnf-iso-lex):
24711         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
24713 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
24715         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
24717 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
24719         * calendar/appt.el (appt-make-list): Activate the package, if
24720         not already active (for backwards compatibility).
24722 2005-06-20  Kim F. Storm  <storm@cua.dk>
24724         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
24726 2005-06-20  Miles Bader  <miles@gnu.org>
24728         * faces.el (vertical-divider): New face.
24730 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
24732         * simple.el (kill-whole-line): Doc fix.
24733         (next-error-buffer-p, next-error-find-buffer)
24734         (clone-indirect-buffer): Fix typos in docstrings.
24735         (comment-line-break-function): Doc fix: don't say variable
24736         is automatically buffer-local (it isn't).
24738 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
24740         * net/tramp-ftp.el (top):
24741         * net/tramp-smb.el (top):
24742         * net/tramp-util.el (top):
24743         * net/tramp-uu.el (top):
24744         * net/tramp-vc.el (top):
24745         * net/tramp.el (top): Revert copyright years back to original
24746         ones.  Tramp has a life outside GNU Emacs.
24748 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
24750         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
24752 2005-06-18  Juri Linkov  <juri@jurta.org>
24754         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
24755         end of first regexp to limit the match to the position between
24756         line number and source line with same separator character as used
24757         between file name and line number.  In the second regexp limit
24758         mouse-face area to file name and line number by adding new group
24759         for them and referring it in HYPERLINK arg.
24760         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
24761         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
24762         previous line where grep markers may be already removed.
24764 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
24766         * progmodes/ps-mode.el: Update version and maintainer's email address.
24768 2005-06-18  Steve Youngs  <steve@xemacs.org>
24770         * net/browse-url.el (browse-url-browser-function)
24771         (browse-url-default-browser): Add firefox.
24772         (browse-url-firefox-program, browse-url-firefox-arguments)
24773         (browse-url-firefox-startup-arguments)
24774         (browse-url-firefox-new-window-is-tab): New defcustoms.
24775         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
24777 2005-06-17  Richard M. Stallman  <rms@gnu.org>
24779         * startup.el (command-line): Warn if specified user name has
24780         no home directory.
24782         * term.el (term-get-old-input, term-input-filter, term-input-sender)
24783         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
24785         * longlines.el (longlines-mode, longlines-show-hard-newlines):
24786         Doc fixes.
24788         * faces.el (underline): Try bold if terminal doesn't support underline.
24790         * mail/sendmail.el (mail-setup-with-from): New variable.
24791         (mail-insert-from-field): New function.
24792         (sendmail-send-it): Call it.
24793         (mail-setup): Optionally call it here.
24795         * term/linux.el: Call tty-no-underline.
24797 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
24799         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
24801 2005-06-17  Miles Bader  <miles@gnu.org>
24803         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
24804         (ediff-current-diff-C, ediff-current-diff-Ancestor)
24805         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
24806         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
24807         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
24808         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
24809         Remove "-face" suffix from face names.
24810         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24811         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24812         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24813         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24814         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24815         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24816         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24817         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24818         New backward-compatibility aliases for renamed faces.
24819         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24820         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24821         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24822         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24823         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24824         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24825         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24826         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24827         Use renamed ediff faces.
24829         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
24830         Remove "-face" suffix from face names.
24831         (eshell-test-ok-face, eshell-test-failed-face):
24832         New backward-compatibility aliases for renamed faces.
24833         (eshell-run-test): Use renamed eshell-test faces.
24835         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
24836         face name.
24837         (eshell-prompt-face): New backward-compatibility alias for renamed
24838         face.
24839         (eshell-emit-prompt): Use renamed eshell-prompt face.
24841         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
24842         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
24843         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
24844         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
24845         Remove "-face" suffix from face names.
24846         (eshell-ls-directory-face, eshell-ls-symlink-face)
24847         (eshell-ls-executable-face, eshell-ls-readonly-face)
24848         (eshell-ls-unreadable-face, eshell-ls-special-face)
24849         (eshell-ls-missing-face, eshell-ls-archive-face)
24850         (eshell-ls-backup-face, eshell-ls-product-face)
24851         (eshell-ls-clutter-face):
24852         New backward-compatibility aliases for renamed faces.
24853         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
24855         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
24856         Remove "-face" suffix from face name.
24857         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
24858         instead of literal face.
24860 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
24862         * emacs-lisp/warnings.el (display-warning, lwarn)
24863         (warning-minimum-log-level): Doc fixes.
24864         (warning-minimum-level, warning-minimum-log-level):
24865         Add :debug to :type choices.
24867         * progmodes/ada-mode.el (ada-format-paramlist)
24868         (ada-get-indent-case, ada-check-matching-start)
24869         (ada-check-defun-name, ada-goto-matching-decl-start)
24870         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
24871         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
24872         (ada-make-subprogram-body): Follow error conventions.
24873         (ada-case-exception-file, ada-indent-comment-as-code)
24874         (ada-indent-handle-comment-special, ada-indent-renames)
24875         (ada-indent-return, ada-search-directories-internal)
24876         (ada-tab-policy, ada-case-exception-substring)
24877         (ada-other-file-alist, ada-matching-start-re)
24878         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
24879         (ada-imenu-generic-expression, ada-compile-goto-error)
24880         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
24881         (ada-popup-menu, ada-add-extensions, ada-mode)
24882         (ada-region-selected, ada-create-case-exception)
24883         (ada-create-case-exception-substring, ada-after-keyword-p)
24884         (ada-activate-keys-for-case, ada-adjust-case-region)
24885         (ada-adjust-case-buffer, ada-format-paramlist)
24886         (ada-scan-paramlist, ada-insert-paramlist)
24887         (ada-indent-newline-indent)
24888         (ada-indent-newline-indent-conditional)
24889         (ada-justified-indent-current, ada-goto-previous-word)
24890         (ada-indent-current, ada-get-indent-open-paren)
24891         (ada-get-indent-paramlist, ada-get-indent-end)
24892         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
24893         (ada-get-indent-block-start, ada-get-indent-subprog)
24894         (ada-get-indent-noindent, ada-get-indent-label)
24895         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
24896         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
24897         (ada-goto-stmt-end, ada-goto-next-word)
24898         (ada-check-matching-start, ada-check-defun-name)
24899         (ada-goto-matching-decl-start, ada-goto-matching-start)
24900         (ada-goto-matching-end, ada-search-ignore-string-comment)
24901         (ada-in-decl-p, ada-looking-at-semi-or)
24902         (ada-looking-at-semi-private, ada-in-paramlist-p)
24903         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
24904         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
24905         (ada-next-procedure, ada-previous-procedure, ada-next-package)
24906         (ada-previous-package, ada-create-menu)
24907         (ada-fill-comment-paragraph-justify)
24908         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
24909         (ada-other-file-name, ada-last-which-function-line)
24910         (ada-last-which-function-subprog, ada-which-function)
24911         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
24912         (ada-gen-treat-proc, ada-check-emacs-version)
24913         (ada-continuation-indent, ada-align-region-separate):
24914         Fix typos in docstrings.
24915         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
24917 2005-06-16  Lute Kamstra  <lute@gnu.org>
24919         * simple.el (fundamental-mode): Run after-change-major-mode-hook
24920         conditionally.
24922 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
24924         * comint.el (comint-replace-by-expanded-filename)
24925         (comint-prompt-regexp, comint-delimiter-argument-list)
24926         (comint-preinput-scroll-to-bottom):
24927         * info.el (Info-hide-cookies-node):
24928         * ls-lisp.el (ls-lisp-classify):
24929         * find-file.el (ff-search-directories, ff-special-constructs)
24930         (ff-find-other-file):
24931         * font-lock.el (font-lock-keywords):
24932         * shell.el (shell-prompt-pattern)
24933         (shell-dynamic-complete-functions, shell-mode)
24934         (shell-delimiter-argument-list):
24935         * term.el (term-replace-by-expanded-filename)
24936         (term-prompt-regexp, term-delimiter-argument-list):
24937         * woman.el (woman-ignore, woman0-if):
24938         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
24939         * emacs-lisp/elint.el (elint-init-env):
24940         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
24941         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
24942         * language/ethio-util.el (ethio-tilde-escape)
24943         (ethio-use-three-dot-question):
24944         * net/zone-mode.el (zone-mode-load-time-setup):
24945         * progmodes/cc-align.el (c-lineup-argcont):
24946         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
24947         * progmodes/cperl-mode.el (cperl-set-style-back):
24948         * progmodes/inf-lisp.el (inferior-lisp-prompt):
24949         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
24950         Fix spellings in docstrings.
24952         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
24953         * progmodes/modula2.el (m2-for): Fix spellings.
24955         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
24957         * simple.el (undo-more): Don't use `format' on `error' arguments.
24958         Improve argument/docstring consistency.
24959         (pending-undo-list): Doc fix.
24961         * smerge-mode.el (smerge-ensure-match):
24962         * emulation/vip.el (vip-ex):
24963         * net/zone-mode.el (zone-mode-update-serial):
24964         * progmodes/idlwave.el (idlwave-complete):
24965         * progmodes/vhdl-mode.el (vhdl-visit-file)
24966         (vhdl-compose-wire-components):
24967         Don't use `format' on `error' arguments.
24969         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
24970         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
24971         (tooltip-help-tips): Fix typos in docstrings.
24973 2005-06-16  David Ponce  <david@dponce.com>
24975         * tree-widget.el (tree-widget-value-create): Simplify last change.
24977 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
24979         * ido.el (ido-incomplete-regexp): New variable.
24980         (ido-set-matches-1): Handle invalid-regexp error and set
24981         ido-incomplete-regexp.
24982         (ido-incomplete-regexp): New face.
24983         (ido-completions): Use it.
24984         (ido-complete, ido-exit-minibuffer, ido-completions):
24985         Handle incomplete regexps.
24986         (ido-completions): Add check for complete match when entering a regexp.
24988 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24990         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
24992 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24994         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
24995         by field delimiters.
24997 2005-06-15  David Ponce  <david@dponce.com>
24999         * tree-widget.el: eval-and-compile inlined functions so they will
25000         be available at run-time too.
25001         (tree-widget-super-format-handler)
25002         (tree-widget-format-handler): Remove.
25003         (tree-widget-value-create): Handle the :indent property.
25005 2005-06-15  Miles Bader  <miles@gnu.org>
25007         * progmodes/which-func.el (which-func): Only inherit
25008         `font-lock-function-name-face' when that makes sense against the
25009         default mode-line face, otherwise set the face color explicitly.
25011         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25012         faces instead of (non-existent) variables.
25014 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25016         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25017         (iswitchb-get-matched-buffers): Likewise.  Simplify.
25019 2005-06-14  Miles Bader  <miles@gnu.org>
25021         * progmodes/ld-script.el (ld-script-location-counter):
25022         Remove "-face" suffix from face name.
25023         (ld-script-location-counter-face):
25024         New backward-compatibility alias for renamed face.
25025         (ld-script-location-counter-face): Use renamed face.
25027         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25028         (cperl-hash): Remove "-face" suffix from face names.
25029         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25030         New backward-compatibility aliases for renamed faces.
25031         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25032         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25034         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25035         name.
25036         (which-func-face): New backward-compatibility alias for renamed face.
25037         (which-func-format): Use renamed which-func face.
25039         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25040         (vhdl-function, vhdl-directive, vhdl-reserved-word)
25041         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25042         names.
25043         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25044         (vhdl-speedbar-configuration, vhdl-speedbar-package)
25045         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25046         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25047         (vhdl-speedbar-architecture-selected)
25048         (vhdl-speedbar-configuration-selected)
25049         (vhdl-speedbar-package-selected)
25050         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25051         names.
25052         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25053         Use renamed faces.
25054         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25055         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25056         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25057         Use renamed faces.
25058         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25059         names.
25060         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25061         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25062         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25063         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25064         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25065         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25067         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25068         face name.
25069         (sh-heredoc-face): New backward-compatibility alias for renamed face.
25070         (sh-heredoc-face): Use renamed sh-heredoc face.
25072         * progmodes/idlw-help.el (idlwave-help-link):
25073         Remove "-face" suffix from face name.
25074         (idlwave-help-link-face):
25075         New backward-compatibility alias for renamed face.
25076         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25078         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25079         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25080         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25081         New backward-compatibility aliases for renamed faces.
25082         (idlwave-shell-disabled-breakpoint-face)
25083         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25085         * progmodes/flymake.el (flymake-errline, flymake-warnline):
25086         Remove "-face" suffix from face names.
25087         (flymake-errline-face, flymake-warnline-face):
25088         New backward-compatibility aliases for renamed faces.
25089         (flymake-highlight-line): Use renamed flymake faces.
25091         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25092         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25093         (ebrowse-member-class, ebrowse-progress):
25094         Remove "-face" suffix from face names.
25095         (ebrowse-tree-mark-face, ebrowse-root-class-face)
25096         (ebrowse-file-name-face, ebrowse-default-face)
25097         (ebrowse-member-attribute-face, ebrowse-member-class-face)
25098         (ebrowse-progress-face):
25099         New backward-compatibility aliases for renamed faces.
25100         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25101         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25102         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25103         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25105         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25106         antlr-syntax)
25107         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25108         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25109         names.
25110         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25111         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25112         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25113         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25114         backward-compatibility aliases for renamed faces.
25115         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25116         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25117         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25118         remove "font-lock-".  Use renamed antlr-mode faces.
25119         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
25120         literal face-names with face variable references.
25122         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25123         face name.
25124         (Buffer-menu-buffer-face): New backward-compatibility alias for
25125         renamed face.
25126         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25128 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
25130         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25131         Eliminate "-face" suffix.
25132         (makefile-targets): Inherit from font-lock-function-name-face and
25133         eliminate "-face" suffix.
25134         (makefile-shell): Remove attributes and eliminate "-face" suffix.
25135         (makefile-*-font-lock-keywords): Append makefile-targets in rule
25136         actions, instead of prepending, to make it less visible.
25137         (makefile-previous-dependency, makefile-match-dependency):
25138         Don't match a target on a continuation line.
25140         * files.el (auto-mode-alist): Put Makefile in gmake mode.
25142 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
25144         * progmodes/gdb-ui.el (menu): Re-order menu items.
25145         (gdb-tooltip-print): Respect tooltip-use-echo-area.
25147         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25148         Define in tooltip.el.
25149         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25150         (gud-tooltip-tips): Respect tooltip-use-echo-area and
25151         gud-tooltip-echo-area.
25153         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25154         backward compatibility and make obsolete.
25155         (tooltip-help-tips): Use tooltip-use-echo-area.
25156         (tooltip-show-help-function): Rename to...
25157         (tooltip-show-help): ...this, because it is a function.
25158         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25160 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
25162         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25163         (edebug-print-length, edebug-print-level, edebug-print-circle)
25164         (edebug-modify-breakpoint, edebug-eval-last-sexp)
25165         (edebug-eval-print-last-sexp): Doc fixes.
25167 2005-06-14  Kim F. Storm  <storm@cua.dk>
25169         * ido.el (ido-mode): Make a new keymap every time we enable ido,
25170         as the coverage buffer/file/both may change.
25172 2005-06-14  Lute Kamstra  <lute@gnu.org>
25174         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25175         and run-mode-hooks.  Simplify.
25177         * mail/rmailedit.el (rmail-edit-mode):
25178         * progmodes/octave-inf.el (inferior-octave-mode):
25179         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25181         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25182         and run-mode-hooks.
25183         (recentf-edit-list, recentf-open-files): Don't call
25184         kill-all-local-variables directly.
25186         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25188 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
25190         * emacs-lisp/byte-run.el (make-obsolete)
25191         (define-obsolete-function-alias): Rename arguments FUNCTION and
25192         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25193         (make-obsolete-variable, define-obsolete-variable-alias):
25194         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25195         respectively.
25197         * isearchb.el (isearchb-activate):
25198         * pcvs.el (cvs-mode):
25199         * ses.el (ses-load):
25200         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25201         * net/tramp.el (tramp-find-file-exists-command)
25202         (tramp-find-shell):
25203         * progmodes/ada-mode.el (ada-create-case-exception)
25204         (ada-create-case-exception-substring, ada-make-subprogram-body):
25205         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25206         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25207         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25208         * textmodes/org.el (org-promote, org-evaluate-time-range)
25209         (org-agenda-next-date-line, org-agenda-previous-date-line)
25210         (org-agenda-error, org-open-at-point, org-table-move-row)
25211         (org-format-table-table-html-using-table-generate-source)
25212         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25213         * textmodes/reftex.el (reftex-access-scan-info):
25214         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25215         (reftex-toc-promote-prepare): Follow error conventions.
25217         * diff-mode.el (diff-mode): Fix typo in docstring.
25219         * forms.el (forms--intuit-from-file): Fix reference to
25220         `forms-number-of-fields' in error message.
25221         (forms-print): Fix quoting in error message.
25223         * forms.el (forms-mode):
25224         * emulation/vi.el (vi-goto-insert-state):
25225         * progmodes/flymake.el (flymake-new-err-info)
25226         (flymake-start-syntax-check-for-current-buffer)
25227         (flymake-simple-cleanup):
25228         * eshell/esh-var.el (eshell/export):
25229         * progmodes/gud.el (xdb):
25230         * textmodes/flyspell.el (flyspell-incorrect-hook)
25231         (flyspell-maybe-correct-transposition)
25232         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25234 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
25236         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25237         minibuffer prompt.
25239 2005-06-13  Kim F. Storm  <storm@cua.dk>
25241         * subr.el (add-to-ordered-list): New defun.
25243         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25244         add cua--keymap-alist to emulation-mode-map-alists.
25246 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25248         * subr.el (complete-in-turn): New macro.
25249         (dynamic-completion-table, lazy-completion-table): Add debug info.
25251         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
25252         in preference to face aliases.
25254         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
25255         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
25256         Remove unused vars `start' and `firstline'.
25257         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25258         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
25260 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
25262         * cus-start.el (all): Don't complain about missing GTK-related
25263         variables, unless either `gtk' is boundp or this isn't a
25264         `windows-nt' build.
25266 2005-06-13  Lute Kamstra  <lute@gnu.org>
25268         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
25269         run-mode-hooks.
25271         * ediff-mult.el (ediff-meta-mode):
25272         * ediff-util.el (ediff-mode): Use run-mode-hooks.
25274         * ledit.el (ledit-mode): Use delay-mode-hooks.
25276         * woman.el (woman-mode-line-format): Delete constant.
25277         (woman-mode-map): Initialize it properly.
25278         (woman-mode): Set mode-class property to special.
25279         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
25280         Set major-mode and mode-name.  Don't set mode-line-format directly.
25281         (Man-getpage-in-background): Don't reference woman-mode-line-format.
25283         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
25284         string argument obsolete.
25286 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
25288         * textmodes/org.el (org-CUA-compatible): New option.
25289         (org-disputed-keys): New variable.
25290         (org-key): New function.
25291         (orgtbl-make-binding): Add docstring to the created function.
25292         (org-mode): Set paragraph start/separate regexps.
25293         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
25294         (org-archive-location, org-archive-mark-done)
25295         (org-archive-stamp-time): New options.
25296         (org-archive-subtree): New command.
25297         (org-fill-paragraph): New function.
25298         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
25299         (org-fake-empty-table-line): Function removed.
25300         (org-format-org-table-html): Do not create empty table lines at
25301         separator lines.  Improved table header treatment.
25302         (org-link-format): New option.
25303         (org-make-link): New function.
25304         (org-insert-link, org-store-link): Use org-make-link.
25305         (org-open-file): Quote file name for shell command, to allow
25306         spaces in file names.
25307         (org-link-regexp): Fix bug with mailto link.
25308         (org-link-maybe-angles-regexp, org-protected-link-regexp):
25309         New constants.
25310         (org-export-as-html): Deal with the optional angles around a link.
25311         Better treatment of file: links.
25312         (org-open-at-point): Replace @{ and @} with < and >.
25313         (org-run-mode-hooks): Function removed.
25314         (org-agenda-mode): No longer use `org-run-mode-hooks'.
25316 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
25318         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
25319         MI command -data-list-register-values.
25320         (gdb-post-prompt): Indent properly.
25322 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
25324         * hilit-chg.el (highlight-changes-colors): Rename from
25325         `highlight-changes-colours'.
25326         (highlight-changes-colours): Keep as obsolete alias.
25327         (highlight-changes-face-list): Doc fix.
25328         (hilit-chg-make-list): Use `highlight-changes-colors'.
25330 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
25332         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
25333         defun-prompt-regexp.
25335 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
25337         * loadup.el: Don't say we are dumping under 2 names on windows-nt
25338         and cygwin.
25340         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
25341         Don't use an old loaddefs.el, as in Makefile.in.
25343 2005-06-12  Lute Kamstra  <lute@gnu.org>
25345         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
25347         * man.el (Man-mode-map): Initialize it properly.
25348         (Man-mode): Set mode-class property to special.
25350         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
25352 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
25354         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
25355         A newline is needed in the docstring there.
25357         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
25358         Doc fixes.
25360 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25362         * printing.el: Doc fix.  The menubar is no more changed when printing
25363         is loaded, it only changes when pr-menu-bind or pr-update-menus is
25364         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
25365         (pr-version): New version number (6.8.4).
25366         (pr-menu-bind): New command.
25367         (pr-update-menus): Docstring and code fix.
25368         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
25369         Docstring fix.
25370         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
25371         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
25373 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
25375         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
25376         "Returns" to "return", document useful return values, etc.
25378 2005-06-11  Alan Mackenzie  <acm@muc.de>
25380         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
25381         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
25382         (adaptive-file-function): Minor amendment to doc-string.
25384 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
25386         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
25387         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
25388         Fix :type--it is `integer', not `string'.
25390         * faces.el (modeline-highlight): Rename from (the erroneous)
25391         `modeline-higilight'.
25393 2005-06-11  Lute Kamstra  <lute@gnu.org>
25395         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
25396         lisp-interaction-mode-map but make it the parent.
25397         (edebug-eval-mode): Use define-derived-mode.
25399 2005-06-11  Andreas Schwab  <schwab@suse.de>
25401         * bindings.el: Add binding of `ESC functionkey' for every
25402         `M-functionkey'.
25403         * hexl.el (hexl-mode-map): Likewise.
25405 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
25407         * progmodes/compile.el (compilation-error-regexp-alist-alist)
25408         [msft]: update regexp for newer msft compilers.
25410 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
25412         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
25413         ATTLIST portions of included DTDs.
25414         (xml-parse-dtd): Eliminate use of inefficient match-data.
25416 2005-06-10  Miles Bader  <miles@gnu.org>
25418         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
25419         (mpuz-text): Remove "-face" suffix from face names.
25420         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
25421         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
25422         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
25424         * play/gomoku.el (gomoku-O, gomoku-X):
25425         Remove "-face" suffix from face names.
25426         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
25427         New backward-compatibility aliases for renamed faces.
25428         (gomoku-font-lock-keywords): Use renamed gomoku faces.
25430 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
25432         * thumbs.el: Fixes for changes of 2005-06-09.
25433         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
25434         as a directory.
25435         (thumbs-thumbname): Remove directory separator from format string;
25436         `thumbs-thumbsdir' now returns a valid directory name.
25437         (thumbs-temp-dir): New defsubst.
25438         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
25439         Use it.
25441         * cus-edit.el (minibuffer):
25442         * files.el (make-backup-file-name-function):
25443         * filesets.el (filesets-external-viewers):
25444         * hilit-chg.el (highlight-changes-colours)
25445         (highlight-changes-face-list, highlight-changes-rotate-faces):
25446         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
25447         * kmacro.el (kmacro-call-macro):
25448         * log-edit.el (log-edit-changelog-full-paragraphs):
25449         * mouse.el (mouse-1-click-follows-link):
25450         * skeleton.el (skeleton-autowrap):
25451         * subr.el (insert-for-yank-1):
25452         * tempo.el (tempo-insert-region):
25453         * terminal.el (terminal-emulator):
25454         * time.el (display-time-mail-face):
25455         * vc.el (vc-annotate):
25456         * vcursor.el (vcursor-copy-line):
25457         * woman.el (woman-bold-headings, woman-ignore)
25458         (woman-default-faces, woman-monochrome-faces):
25459         * calendar/todo-mode.el (todo-insert-threshold):
25460         * emulation/pc-select.el (pc-select-selection-keys-only)
25461         (pc-selection-mode):
25462         * emulation/vip.el (vip-find-char-forward):
25463         * emulation/viper-cmd.el (viper-find-char-forward):
25464         * international/mule-cmds.el
25465         (select-safe-coding-system-accept-default-p)
25466         (input-method-exit-on-invalid-key):
25467         * international/mule-diag.el (describe-coding-system):
25468         * international/ucs-tables.el (unify-8859-on-encoding-mode):
25469         * net/browse-url.el (browse-url-xterm-program):
25470         * obsolete/lazy-lock.el (lazy-lock-mode):
25471         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
25472         (cperl-mode):
25473         * progmodes/cpp.el (cpp-face-light-name-list)
25474         (cpp-face-dark-name-list):
25475         * progmodes/delphi.el (delphi-newline-always-indents):
25476         Fix spellings in docstrings.
25478         * ido.el (ido-mode, ido-file-extensions-order)
25479         (ido-default-file-method, ido-default-buffer-method)
25480         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
25481         (ido-decorations, ido-read-file-name-as-directory-commands)
25482         (ido-read-file-name-non-ido, ido-work-directory-list)
25483         (ido-ignore-item-temp-list, ido-current-directory)
25484         (ido-magic-forward-char, ido-enter-find-file)
25485         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
25486         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
25488 2005-06-10  Lute Kamstra  <lute@gnu.org>
25490         * play/dunnet.el (dun-mode): Use define-derived-mode.
25491         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
25492         obsolete alias.
25494         * play/doctor.el (doctor-mode-map): Remove defvar.
25495         (doctor-mode): Use define-derived-mode.
25497         * mail/mspools.el (mspools-mode):
25498         * net/eudc-hotlist.el (eudc-hotlist-mode):
25499         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
25501 2005-06-10  Miles Bader  <miles@gnu.org>
25503         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
25504         Remove "-face" suffix from face names.
25505         (flyspell-incorrect-face, flyspell-duplicate-face):
25506         New backward-compatibility aliases for renamed faces.
25507         (flyspell-mode-on, make-flyspell-overlay)
25508         (flyspell-highlight-incorrect-region)
25509         (flyspell-highlight-duplicate-region)
25510         (flyspell-display-next-corrections)
25511         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
25513         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
25514         from face name.
25515         (texinfo-heading-face): New backward-compatibility alias for
25516         renamed face.
25517         (texinfo-heading-face): Use renamed texinfo-heading face.
25519         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
25520         suffix from face names.
25521         (tex-math-face, tex-verbatim-face):
25522         New backward-compatibility aliases for renamed faces.
25523         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
25524         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
25525         literal face name.
25527         * textmodes/table.el (table-cell): Remove "-face" suffix from face
25528         name.
25529         (table-cell-face): New backward-compatibility alias for renamed face.
25530         (table--put-cell-face-property, table--update-cell-face):
25531         Use renamed table-cell face.
25533         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
25534         from face name.
25535         (sgml-namespace-face): New backward-compatibility alias for
25536         renamed face.
25537         (sgml-namespace-face): Use renamed sgml-namespace face.
25539         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
25540         (org-level-4, org-level-5, org-level-6, org-level-7)
25541         (org-level-8, org-warning, org-headline-done)
25542         (org-deadline-announce, org-scheduled-today)
25543         (org-scheduled-previously, org-link, org-done, org-table)
25544         (org-time-grid): Remove "-face" suffix from face names.
25545         (org-level-1-face, org-level-2-face, org-level-3-face)
25546         (org-level-4-face, org-level-5-face, org-level-6-face)
25547         (org-level-7-face, org-level-8-face, org-warning-face)
25548         (org-headline-done-face, org-deadline-announce-face)
25549         (org-scheduled-today-face, org-scheduled-previously-face)
25550         (org-link-face, org-done-face, org-table-face)
25551         (org-time-grid-face):
25552         New backward-compatibility aliases for renamed faces.
25553         (org-level-faces, org-set-font-lock-defaults, org-timeline)
25554         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
25555         (org-agenda-get-timestamps, org-agenda-get-scheduled)
25556         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
25558         * emulation/viper-init.el (viper-search, viper-replace-overlay)
25559         (viper-minibuffer-emacs, viper-minibuffer-insert)
25560         (viper-minibuffer-vi): Remove "-face" suffix from face names.
25561         (viper-search-face, viper-replace-overlay-face)
25562         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25563         (viper-minibuffer-vi-face):
25564         New backward-compatibility aliases for renamed faces.
25565         (viper-search-face, viper-replace-overlay-face)
25566         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25567         (viper-minibuffer-vi-face): Use renamed viper faces.
25569         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
25570         Remove "-face" suffix from face names.
25571         (testcover-nohits-face, testcover-1value-face):
25572         New backward-compatibility aliases for renamed faces.
25573         (testcover-mark): Use renamed testcover faces.
25575         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
25576         face name.
25577         (diary-button-face): New backward-compatibility alias for renamed face.
25578         (diary-entry): Use renamed diary-button face.
25580         * calendar/calendar.el (diary, calendar-today, holiday)
25581         (mark-visible-calendar-date): Remove "-face" suffix from face names.
25582         (diary-face, calendar-today-face, holiday-face):
25583         New backward-compatibility aliases for renamed faces.
25584         (eval-after-load "facemenu", diary-entry-marker)
25585         (calendar-today-marker, calendar-holiday-marker, diary-face):
25586         Use renamed calendar faces.
25588         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
25589         (compare-windows-face): New backward-compatibility alias for
25590         renamed face.
25591         (compare-windows-highlight): Use renamed compare-windows face.
25593         * strokes.el (strokes-char): Remove "-face" suffix from face name.
25594         (strokes-char-face): New backward-compatibility alias for renamed face.
25595         (strokes-encode-buffer): Use renamed strokes-char face.
25597         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
25598         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
25599         Remove "-face" suffix from face names.
25600         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
25601         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
25602         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
25603         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
25604         Use renamed pcvs faces.
25605         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
25606         * pcvs-defs.el (cvs-mode-map): Likewise.
25607         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
25609         * info.el (info-title-1, info-title-2, info-title-3)
25610         (info-title-4): Remove "-face" suffix from and downcase face names.
25611         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
25612         (Info-title-4-face):
25613         New backward-compatibility aliases for renamed faces.
25614         (Info-fontify-node): Use renamed info faces.
25616         * hilit-chg.el (highlight-changes, highlight-changes-delete):
25617         Remove "-face" suffix from face names.
25618         (highlight-changes-face, highlight-changes-delete-face):
25619         New backward-compatibility aliases for renamed faces.
25620         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
25621         (hilit-chg-make-list): Use renamed highlight-changes faces.
25623         * generic-x.el (show-tabs-tab, show-tabs-space):
25624         Remove "-face" suffix from face names.
25625         (show-tabs-tab-face, show-tabs-space-face):
25626         New backward-compatibility aliases for renamed faces.
25627         (show-tabs-generic-mode-font-lock-defaults-1)
25628         (show-tabs-generic-mode-font-lock-defaults-2):
25629         Use renamed show-tabs faces.
25631         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
25632         (smerge-markers): Remove "-face" suffix from face names.
25633         (smerge-mine-face, smerge-other-face, smerge-base-face)
25634         (smerge-markers-face):
25635         New backward-compatibility aliases for renamed faces.
25636         (smerge-mine-face, smerge-other-face, smerge-base-face)
25637         (smerge-markers-face): Use renamed smerge faces.
25639         * log-view.el (log-view-file, log-view-message): Remove "-face"
25640         suffix from face names.
25641         (log-view-file-face, log-view-message-face):
25642         New backward-compatibility aliases for renamed faces.
25643         (log-view-file-face, log-view-message-face): Use renamed log-view
25644         faces.
25646         * paren.el (show-paren-match, show-paren-mismatch):
25647         Remove "-face" suffix from face names.
25648         (show-paren-match-face, show-paren-mismatch-face):
25649         New backward-compatibility aliases for renamed faces.
25650         (show-paren-function): Use renamed show-paren faces.
25652         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
25653         (ruler-mode-margins, ruler-mode-fringes)
25654         (ruler-mode-column-number, ruler-mode-fill-column)
25655         (ruler-mode-comment-column, ruler-mode-goal-column)
25656         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
25657         suffix from face names.
25658         (ruler-mode-default-face, ruler-mode-pad-face)
25659         (ruler-mode-margins-face, ruler-mode-fringes-face)
25660         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
25661         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
25662         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
25663         New backward-compatibility aliases for renamed faces.
25664         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
25665         (ruler-mode-column-number, ruler-mode-fill-column)
25666         (ruler-mode-comment-column, ruler-mode-goal-column)
25667         (ruler-mode-tab-stop, ruler-mode-current-column)
25668         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
25669         faces.
25671         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
25672         face name.
25673         (whitespace-highlight-the-space): Use renamed face.
25674         (whitespace-highlight-face): New backward-compatibility alias for
25675         renamed face.
25677         * woman.el (woman-italic, woman-bold, woman-unknown)
25678         (woman-addition, woman-symbol-face):
25679         Remove "-face" suffix from face names.
25680         (woman-italic-face, woman-bold-face, woman-unknown-face)
25681         (woman-addition-face):
25682         New backward-compatibility aliases for renamed faces.
25683         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
25684         (woman-decode-region, woman-replace-match)
25685         (woman-display-extended-fonts, woman-special-characters)
25686         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
25687         Use renamed woman faces.
25689         * longlines.el (longlines-visible-face): Face removed.
25691         * diff-mode.el (diff-header, diff-file-header, diff-index)
25692         (diff-hunk-header, diff-removed, diff-added, diff-changed)
25693         (diff-function, diff-context, diff-nonexistent): Remove "-face"
25694         suffix from face names.
25695         (diff-header-face, diff-file-header-face, diff-index-face)
25696         (diff-hunk-header-face, diff-removed-face, diff-added-face)
25697         (diff-changed-face, diff-function-face, diff-context-face)
25698         (diff-nonexistent-face): New backward-compatibility aliases for
25699         renamed faces.
25700         (diff-header-face, diff-file-header-face)
25701         (diff-index, diff-index-face, diff-hunk-header)
25702         (diff-hunk-header-face, diff-removed, diff-removed-face)
25703         (diff-added, diff-added-face, diff-changed-face, diff-function)
25704         (diff-function-face, diff-context-face, diff-nonexistent)
25705         (diff-nonexistent-face): Use renamed diff-mode faces.
25707         * progmodes/compile.el (compilation-warning-face)
25708         (compilation-info-face): Remove "-face" suffix from face names.
25709         (compilation-warning-face, compilation-info-face):
25710         New backward-compatibility aliases for renamed faces.
25711         (compilation-warning-face, compilation-info-face):
25712         Use renamed compilation faces.
25714         * add-log.el (change-log-date, change-log-name)
25715         (change-log-email, change-log-file, change-log-list)
25716         (change-log-conditionals, change-log-function)
25717         (change-log-acknowledgement): Remove "-face" suffix from face names.
25718         (change-log-date-face, change-log-name-face)
25719         (change-log-email-face, change-log-file-face)
25720         (change-log-list-face, change-log-conditionals-face)
25721         (change-log-function-face, change-log-acknowledgement-face):
25722         New backward-compatibility aliases for renamed faces.
25723         (change-log-font-lock-keywords): Use renamed change-log faces.
25725         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
25726         (custom-set, custom-changed, custom-saved, custom-button)
25727         (custom-button-pressed, custom-documentation, custom-state)
25728         (custom-comment, custom-comment-tag, custom-variable-tag)
25729         (custom-variable-button, custom-face-tag, custom-group-tag-1)
25730         (custom-group-tag): Remove "-face" suffix from face names.
25731         (custom-magic-alist, custom-magic-value-create)
25732         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
25733         (custom-invalid-face, custom-rogue-face, custom-modified-face)
25734         (custom-set-face, custom-changed-face, custom-saved-face)
25735         (custom-button-face, custom-button-pressed-face)
25736         (custom-documentation-face, custom-state-face)
25737         (custom-comment-face, custom-comment-tag-face)
25738         (custom-variable-tag-face, custom-variable-button-face)
25739         (custom-face-tag-face, custom-group-tag-face-1)
25740         (custom-group-tag-face):
25741         New backward-compatibility aliases for renamed faces.
25743         * wid-edit.el (widget-documentation, widget-button)
25744         (widget-field, widget-single-line-field, widget-inactive)
25745         (widget-button-pressed): "-face" suffix removed from face names.
25746         (widget-documentation-face, widget-button-face)
25747         (widget-field-face, widget-single-line-field-face)
25748         (widget-inactive-face, widget-button-pressed-face):
25749         New backward-compatibility aliases for renamed faces.
25750         (widget-documentation-face, widget-button-face)
25751         (widget-button-pressed-face, widget-specify-field)
25752         (widget-specify-inactive): Use renamed widget faces.
25754 2005-06-10  Kenichi Handa  <handa@m17n.org>
25756         * term/x-win.el (x-clipboard-yank): Remove condition-case
25757         wrapping.
25759 2005-06-11  Kenichi Handa  <handa@m17n.org>
25761         * add-log.el (change-log-font-lock-keywords): Make the regexp for
25762         date lines stricter.
25764 2005-06-10  Zhang Wei  <id.brep@gmail.com>
25766         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
25767         of x-get-selection.
25769 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
25771         * comint.el (comint-mode, comint-snapshot-last-prompt):
25772         * frame.el (frame-current-scroll-bars):
25773         * term.el (term-mode, term-check-proc, term-input-sender)
25774         (term-simple-send, term-extract-string, term-word)
25775         (term-match-partial-filename):
25776         * window.el (window-current-scroll-bars):
25777         * emulation/cua-base.el (cua-normal-cursor-color)
25778         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
25779         (cua-global-mark-cursor-color):
25780         * mail/undigest.el (rmail-forward-separator-regex):
25781         Fix typos in docstrings.
25783         * comint.el (comint-check-proc, make-comint-in-buffer)
25784         (comint-source-default): Doc fixes.
25786         * term.el (term-send-string): Improve argument/docstring consistency.
25788 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
25790         * comint.el (comint-send-input): Bind `inhibit-read-only' around
25791         call to `delete-region'.
25792         (comint-mode-hook): Do not enable Font Lock by default.
25794 2005-06-09  Lute Kamstra  <lute@gnu.org>
25796         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
25797         could be void.
25799 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
25801         * emacs-lisp/debug.el (debugger-will-be-back): New var.
25802         (debug): Use it.
25803         (debugger-step-through, debugger-continue, debugger-jump)
25804         (debugger-return-value): Set it when needed.
25805         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
25806         Use inhibit-read-only.
25808 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
25810         * window.el (shrink-window-if-larger-than-buffer)
25811         (window-size-fixed): Fix typo in docstring.
25813         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
25814         thumbnails directory on loading.
25815         (thumbs-conversion-program): Use `eq' to check the system type,
25816         not `equal'.
25817         (thumbs-temp-dir): Initialize to `temporary-file-directory',
25818         not "/tmp".  Fix docstring.
25819         (thumbs-thumbsdir): New function to return the thumbnails
25820         directory, creating it if needed.
25821         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
25822         (thumbs-temp-file): Delete variable and make it into a function.
25823         (thumbs-resize-image, thumbs-modify-image): Use it.
25824         (thumbs-kill-buffer): Simplify.
25825         (thumbs-gensym): Defalias or duplicate CL `gensym'.
25826         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
25827         docstrings.
25829 2005-06-09  Kim F. Storm  <storm@cua.dk>
25831         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
25832         set-match-data to free markers in match-data.
25834         * replace.el (replace-match-data): Pass RESEAT arg `t' to
25835         match-data to unchain markers in match-data.
25837 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25839         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
25840         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
25841         unnecessary now.
25843 2005-06-08  Richard M. Stallman  <rms@gnu.org>
25845         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
25846         give the variable a doc string that doesn't say don't set it directly.
25848         * textmodes/ispell.el (ispell-check-version):
25849         Use match-string-no-properties.
25850         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
25851         (ispell-buffer-local-words): Likewise.
25853         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
25854         except on terminals with enough colors to really display it.
25855         (makefile-dependency-regex): Delete spurious `bb'.
25857         * faces.el (escape-glyph): Use blue once again in last case.
25858         (no-break-space): Redefine so that it isn't invisible on a tty.
25860 2005-06-08  Kim F. Storm  <storm@cua.dk>
25862         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
25863         also when reading directory name.
25865 2005-06-08  Lute Kamstra  <lute@gnu.org>
25867         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
25868         (flyspell-mode-line-string): Remove autoload cookie.
25869         (flyspell-mode): Remove defvar.
25871 2005-06-07  Lute Kamstra  <lute@gnu.org>
25873         * textmodes/org.el (org-run-mode-hooks): New function.
25874         (org-agenda-mode): Use it.
25876 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
25878         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
25880 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25882         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
25884 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
25886         * font-lock.el (font-lock-add-keywords): Doc fix.
25888 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25890         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
25891         (tex-compile-default): In the absence of any history, use the order in
25892         tex-compile-alist to choose the preferred command.
25893         (tex-compile-commands): Reorder a bit.
25895         * textmodes/flyspell.el (flyspell-auto-correct-binding)
25896         (flyspell-incorrect-face, flyspell-duplicate-face):
25897         Use (X)Emacs-agnostic code.
25898         (flyspell-mode-map): Don't overwrite at each load.  Remove code
25899         redundant with the subsequent add-minor-mode.  Merge Emacs and
25900         XEmacs code.
25901         (flyspell-word): Minor simplification.
25902         (flyspell-math-tex-command-p): Quieten the byte-compiler.
25903         (flyspell-external-point-words): Remove unused vars `size' and `start'.
25904         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
25905         Merge the corresponding Emacs code.
25906         (flyspell-correct-word, flyspell-xemacs-popup):
25907         Use flyspell-do-correct.
25909         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
25910         a dedicated window.
25912         * international/latexenc.el (latexenc-find-file-coding-system):
25913         Undo part of last patch, to turn off a compiler warning.
25915 2005-06-06  Juri Linkov  <juri@jurta.org>
25917         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
25918         Rename `tmm-inactive-face' to `tmm-inactive'.
25920 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
25922         * iswitchb.el: Rename faces.
25924 2005-06-06  Kim F. Storm  <storm@cua.dk>
25926         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
25927         (cua-global-mark): Remove -face suffix from face names.
25929         * emulation/cua-gmrk.el (cua--init-global-mark):
25930         Remove cua-global-mark face setup.
25932 2005-06-06  Richard M. Stallman  <rms@gnu.org>
25934         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
25935         just like other allowed characters.
25936         (makefile-match-dependency): Exclude leading and training whitespace
25937         from the range of regexp subexp 1.
25938         (makefile-macroassign-regex): Don't try to match the body,
25939         just the name of the macro being defined.
25941         * info.el (Info-read-node-name-2): New function.
25942         (Info-read-node-name-1): Use that.
25943         Add a completion-base-size-function property.
25945         * simple.el (completion-setup-function): Look for
25946         completion-base-size-function property of minibuffer-completion-table.
25948         * files.el (locate-file-completion): Doc fix.
25950         * printing.el: Don't call pr-update-menus; user must do that.
25952         * emacs-lisp/debug.el (debugger-window): New variable.
25953         (debug): Use debugger-window if it is set and still alive.
25954         Record debugger-window for next entry.
25956         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
25958 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
25960         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
25961         (hack-one-local-variable, hack-local-variables)
25962         (hack-local-variables-prop-line): Pass that arg.
25964 2005-06-06  Kim F. Storm  <storm@cua.dk>
25966         * ido.el (ido-first-match, ido-only-match, ido-subdir)
25967         (ido-indicator): Remove -face suffix from face names.
25969 2005-06-06  Juri Linkov  <juri@jurta.org>
25971         * font-lock.el (font-lock-regexp-backslash)
25972         (font-lock-regexp-backslash-construct): New faces.
25973         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
25974         after `('.  Add `while-no-input' to control structures.
25976         * faces.el (no-break-space, shadow): New faces.
25977         (escape-glyph): Use less loud colors pink2 and red4.
25979         * diff-mode.el (diff-context-face)
25980         * dired.el (dired-ignored)
25981         * rfn-eshadow.el (file-name-shadow)
25982         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
25984         * info.el (Info-title-1-face): Use green instead of yellow because
25985         bold yellow is not readable on light backgrounds.
25987         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
25988         before selecting the desired mode to not spend time fontifying
25989         old contents.
25991 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
25993         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
25994         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
25996         * ps-print.el (ps-default-fg, ps-default-bg):
25997         Fix typos in docstrings.
25999         * isearchb.el (isearchb): Don't pass a spurious second argument to
26000         `iswitchb-completions'.
26002 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
26004         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26005         to preserve point.
26006         (gdb-find-file-hook): Add doc string.
26008         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26009         C dereferenced pointer expression.
26010         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
26012         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26014         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26015         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26016         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26017         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26018         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26019         Make background transparent.
26021 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
26023         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
26024         (font-lock-remove-keywords): Doc fix.
26025         (font-lock-mode-major-mode): Compiler defvar.
26026         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26028         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26029         (font-lock-mode): Update `font-lock-mode-major-mode'.
26030         (font-lock-set-defaults): Compiler defvar.
26031         (font-lock-default-function): Take `font-lock-mode-major-mode'
26032         into account.
26034         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26035         keep track of which major mode it enabled the minor mode for.
26036         Use find-file-hook again.  Update docstring.
26038         * simple.el (eval-expression-print-level)
26039         (eval-expression-print-length, eval-expression-debug-on-error):
26040         Doc fixes.
26042 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
26044         * iswitchb.el (iswitchb-single-match-face)
26045         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26046         (iswitchb-invalid-regexp-face): New faces.
26047         (iswitchb-completions): Use them.
26048         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26049         now marked as an obsolete alias.
26050         (iswitchb-read-buffer): Remove check for bound font variables.
26051         (iswitchb-invalid-regexp): New free variable.
26052         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26053         set iswitchb-invalid-regexp.
26054         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26055         invalid regexps.
26056         (iswitchb-completions): Add check for complete match when entering
26057         a regexp.
26058         (iswitchb-completions): Remove require-match argument.
26059         (iswitchb-exhibit): Fix caller.
26060         (iswitchb-common-match-inserted): New variable.
26061         (iswitchb-complete, iswitchb-completion-help): Use it.
26063 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
26065         * url-http.el (url-http-chunked-encoding-after-change-function):
26066         Use `url-http-debug' instead of `message'.
26068 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
26070         * url-http.el (url-http-parse-headers): Pass redirected URL as a
26071         callback argument.
26073 2005-06-04  Kim F. Storm  <storm@cua.dk>
26075         * simple.el (line-move): Only call sit-for when moving backwards.
26077         * ido.el (ido-make-merged-file-list-1): New defun split from
26078         ido-make-merged-file-list.
26079         (ido-make-merged-file-list): Bind throw-on-input around call to
26080         ido-make-merged-file-list-1.  Return input-pending-p if
26081         interrupted by more input available.
26082         (ido-read-internal): Handle input-pending-p return value from
26083         ido-make-merged-file-list.
26085 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26087         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26088         compatibility code.
26090         * international/latexenc.el (latexenc-find-file-coding-system):
26091         Don't inherit the EOL part of the coding-system from the
26092         tex-main buffer.  Fit within 80 columns.
26094 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
26096         * tmm.el (tmm-inactive-face): New face.
26097         (tmm-remove-inactive-mouse-face): New function.
26098         (tmm-prompt, tmm-add-one-shortcut)
26099         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26100         but not selectable.
26102 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
26104         * faces.el (face-equal): Improve argument/docstring consistency.
26106 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
26108         * progmodes/make-mode.el (makefile-targets-face)
26109         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26110         (makefile-bsdmake-dependency-regex)
26111         (makefile-makepp-rule-action-regex)
26112         (makefile-bsdmake-rule-action-regex): New constants.
26113         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26115         * progmodes/compile.el (compilation-error-regexp-alist-alist):
26116         Allow (...) within `...' for makepp messages.
26118 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
26120         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26122         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26123         "." files are deleted from all file lists before comparison.
26125         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26126         (viper-ESC-key): Made them customizable.
26128         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26130 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
26132         * autorevert.el (auto-revert-buffers): Use save-match-data.
26134 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26136         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26137         menu items with a nil command binding.
26139 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
26141         * emacs-lisp/cl-macs.el (defsetf):
26142         Improve argument/docstring consistency.
26144         * faces.el (list-faces-display): Improve the formatting by
26145         computing the maximum length required for any face-name (reworked
26146         patch of 1999-01-11, accidentally deleted on 1999-07-21).
26147         (internal-find-face): Remove redundant info in docstring.
26149 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
26151         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26152         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26153         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26154         (gdb-assembler-custom): Improve regexps.
26155         (def-gdb-auto-update-handler): Use window point to preserve point.
26157 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26159         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26161 2005-05-31  Jay Belanger  <belanger@truman.edu>
26163         * calc/calc-embed.el (calc-embedded-word): Change argument passed
26164         to calc-embedded.
26165         (calc-embedded-make-info): Have plain prefix argument select
26166         entire line.
26168 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
26170         * faces.el (list-faces-display): Signal error if passed a regexp
26171         that matches no face name.
26173         * simple.el (filter-buffer-substring): Fix typo in docstring.
26175 2005-05-31  Richard M. Stallman  <rms@gnu.org>
26177         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26178         (vhdl-emacs-21): Doc fix.
26179         (vhdl-mode): Unconditionally set comment-padding.
26180         (vhdl-fixup-whitespace-region): Insert spaces only where
26181         there are none.
26182         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26184 2005-05-30  John Wiegley  <johnw@newartisans.com>
26186         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26187         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26188         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26189         `directory-sep-char' to ?/, and all uses of `string-to-int' to
26190         `string-to-number'.
26192 2005-05-30  Jay Belanger  <belanger@truman.edu>
26194         * calc/calc.el (calc-bug-address): Fix docstring.
26195         (calc-window-hook, calc-trail-window-hook): New variables.
26196         (calc-trail-display): Restore use of calc-trail-window-hook.
26197         (calc): Restore use of calc-window-hook.
26199 2005-05-31  Masatake YAMATO  <jet@gyve.org>
26201         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26203         * help-fns.el (help-C-file-name): Add autoload mark for
26204         `find-function-noselect'.
26206 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26208         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26209         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26211 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26213         * calendar/diary-lib.el (mark-included-diary-files): Only kill
26214         included diary buffer if it was not already being visited.
26215         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26217         * calendar/icalendar.el (top-level): Do not require appt.
26219         * mail/supercite.el (sc-select-attribution): Only use a list
26220         element from sc-attrib-selection-list if it returns a string.
26221         Reported by Davide G. M. Salvetti <salve@debian.org>.
26223 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
26225         * thumbs.el (thumbs-thumbname): The resulting thumbname now
26226         includes a hash value to improve its uniqueness, and has a ".jpg"
26227         extension.  Also, it is now a valid filename on all systems.
26228         (thumbs-make-thumb): Use `let', not `let*'.
26229         (thumbs-show-thumbs-list): Check for JPEG availability.
26231 2005-05-30  Richard M. Stallman  <rms@gnu.org>
26233         * filesets.el (filesets-menu-ensure-use-cached):
26234         Prevent warning when emacs-version>= is undefined.
26236         * printing.el (pr-interactive-n-up): Use string-to-number.
26238         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26240         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26241         Warn only when name to be defined is quoted.
26243 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
26245         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26246         Make regexp more robust.
26247         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26248         Force regeneration of disassembly.
26250 2005-05-29  Jay Belanger  <belanger@truman.edu>
26252         * calc/calc.el (calc-user-invocation): Check if
26253         calc-invocation-macro is non-nil.
26255 2005-05-29  Juri Linkov  <juri@jurta.org>
26257         * add-log.el (change-log-font-lock-keywords):
26258         Add `+' to e-mail regexp to accept mail address with keywords.
26260         * man.el (Man-name-regexp): Add `:' to accept qualified names.
26262 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
26264         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
26266         * ielm.el (inferior-emacs-lisp-mode): Ditto.
26268 2005-05-29  Richard M. Stallman  <rms@gnu.org>
26270         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
26271         Undo the change that moves to end of the current word.
26273 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
26275         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
26276         Throw error when count <= 0 to ensure input is a number.
26277         (gdb-read-memory-custom): Pick up address from buffer.
26278         (gdb-memory-mode): Allow user to increment and decrement
26279         memory address from header line.
26281 2005-05-29  Richard M. Stallman  <rms@gnu.org>
26283         * flyspell.el (flyspell-version): Function deleted.
26284         (flyspell-auto-correct-previous-hook): Doc fix.
26286         * jit-lock.el (jit-lock-function, jit-lock-after-change):
26287         Do nothing if memory is full.
26289         * font-lock.el (font-lock-fontify-syntactically-region):
26290         Pass t for GREEDY to looking-back.
26292         * saveplace.el (save-place-alist-to-file): Write the file
26293         using write-region.
26295         * subr.el (looking-back): New argument GREEDY.
26297         * progmodes/compile.el (compilation-start): Set the mode
26298         before inserting the initial text.
26300         * progmodes/which-func.el (which-func-update-1): Turn the mode
26301         off in case of error by setting which-func-mode.
26303 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
26305         * flyspell.el (flyspell-auto-correct-previous-word):
26306         Narrow down to what's on the screen, and recenter overlays
26307         at the end of the next word.
26309 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
26311         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
26312         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
26313         (flyspell-abbrev-p): Default to nil.
26314         (flyspell-use-global-abbrev-table-p): Doc fix.
26315         (flyspell-large-region): Allow nil as value.
26316         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
26318         (mail-mode-flyspell-verify): More robust handling
26319         of `mail-header-separator'.  More efficient signature detection.
26320         Allow for regexp metacharacters in message-header-separator.
26321         Adding `To' not to be checked in mail-mode-flyspell-verify.
26323         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
26324         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
26325         Bind flyspell-auto-correct-binding.
26326         Bind C-. and C-, .
26327         (flyspell-mode-map): Likewise.
26328         (flyspell-mode): Doc fix.
26329         (flyspell-accept-buffer-local-defs): Preserve current buffer.
26330         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
26331         (flyspell-word-cache-result): New var, always local.
26332         (flyspell-check-pre-word-p): Doc fix.
26333         (flyspell-check-changed-word-p): Handle spc like newline.
26334         (flyspell-post-command-hook): Set flyspell-word-cache-result.
26335         (flyspell-word-search-backward, flyspell-word-search-forward):
26336         New functions.
26337         (flyspell-word): Return t if nothing to check.
26338         When parsing TeX code, check for after } or \.
26339         Use flyspell-word-search-backward to find previous word.
26340         Return nil if duplicated word.
26341         For word already checked, return same value as last time.
26342         Set flyspell-word-cache-result after checking.
26343         Don't clobber the return value.
26344         (flyspell-get-word): Major rewrite.
26345         (flyspell-external-point-words): New locals pword, pcount.
26346         Fix size used in progress message.
26347         Find the proper corresponding word in flyspell-large-region-buffer.
26348         (flyspell-region): Check for flyspell-large-region = nil.
26349         (flyspell-highlight-incorrect-region): Clean up overlays in region.
26350         (flyspell-auto-correct-word): Check that WORD is a cons.
26351         (flyspell-correct-word): Likewise.
26353 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
26355         * progmodes/make-mode.el (makefile-rule-action-regex)
26356         (makefile-macroassign-regex, makefile-makepp-mode)
26357         (makefile-bsdmake-mode): Continuation lines may be empty.
26358         Reported by Joshua Varner.
26359         (makefile-makepp-font-lock-keywords): Add $(stem).
26361 2005-05-28  Karl Berry  <karl@gnu.org>
26363         * textmodes/tex-mode.el: Now that tex-send-command calls
26364         shell-quote-argument (2005-03-31 change), remove all calls to
26365         shell-quote-argument; they all end up invoking tex-send-command.
26366         The double quoting loses on filenames with non-safe characters,
26367         such as "@".  Reported by Frederik Fouvry.
26369 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
26371         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
26372         about preserving point.
26374 2005-05-27  Jay Belanger  <belanger@truman.edu>
26376         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
26377         Info-goto-node.
26379         * calc/calc-embed.el (calc-embed-arg): New variable.
26380         (calc-do-embedded-activate, calc-embedded-activate-formula)
26381         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
26382         variable by new variable.
26383         (calc-embedded-make-info): Replace undeclared variable by new
26384         variable.  When selecting region with positive prefix
26385         argument, use end of previous line instead of beginning of line.
26387         * calc/calc-aent.el (calc-arg-values): Declare it.
26389         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
26390         Declare them.
26392         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
26394         * calc/calc.el (calc-alg-map): Declare it.
26396         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
26398 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
26400         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
26401         (gdb-registers-buffer, toggle-gdb-all-registers):
26402         Toggle display of floating point registers.
26403         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
26405         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
26406         (toggle-gud-tooltip-dereference):
26407         Rename from gud-toggle-tooltip-dereference.
26409 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26411         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
26413 2005-05-27  Jay Belanger  <belanger@truman.edu>
26415         * calc/calc-prog.el (calc-kbd-report): Remove.
26416         (calc-kbd-query): Rewrite.
26418 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
26420         * image.el (image-library-alist): Move to image.c.
26421         (image-type-available-p): Doc fix.
26423 2005-05-27  Lute Kamstra  <lute@gnu.org>
26425         * calc/calc.el (calc):
26426         * outline.el (outline-1, outline-2, outline-3, outline-4)
26427         (outline-5, outline-6, outline-7, outline-8):
26428         * textmodes/dns-mode.el (dns-mode):
26429         * textmodes/sgml-mode.el (sgml-namespace-face):
26430         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
26431         (tex-verbatim-face, tex-use-reftex):
26432         * textmodes/texinfo.el (texinfo-heading-face):
26433         Specify customization group.
26435         * longlines.el: Don't require easy-mmode.
26436         (longlines-visible-face): Specify customization group.
26438 2005-05-27  Kenichi Handa  <handa@m17n.org>
26440         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
26441         encoding table of windows-1251.
26443         * international/ucs-tables.el (ucs-set-table-for-input):
26444         If translation-table-for-input of a coding system is a symbol, get
26445         its translation-table property.
26447         * international/code-pages.el: Don't register a coding system into
26448         non-iso-charset-alist more than once.
26449         (cp-make-coding-system): Likewise.
26451 2005-05-26  John Wiegley  <johnw@newartisans.com>
26453         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
26454         `eshell-resume-eval' is wrapped in a list, it indicates that the
26455         command was run asynchronously.  In that case, unwrap the value
26456         before checking the delimiter value.
26458         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
26459         character before a space at the end of a line is \, assume the space
26460         is part of the last argument rather than a final argument separator.
26462         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
26463         is in use, and the target is `t' or `nil' (which are the most common
26464         values), don't assume that the symbol target is a buffer.
26466 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
26468         * calendar/calendar.el (calendar-mode-line-format):
26469         Use mode-line-highlight as mouse-face.
26471         * time.el (display-time-string-forms, display-time-update):
26472         Use mode-line-highlight as mouse-face.
26474 2005-05-26  Jay Belanger  <belanger@truman.edu>
26476         * calc/calc.el (calc-language-alist): Remove extra defvar.
26478 2005-05-26  Lute Kamstra  <lute@gnu.org>
26480         * arc-mode.el (archive-mode):
26481         * bookmark.el (bookmark-read-annotation-mode)
26482         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
26483         * bs.el (bs-mode):
26484         * calc/calc-yank.el (calc-edit-mode):
26485         * calc/calc.el (calc-mode, calc-trail-mode):
26486         * calculator.el (calculator-mode):
26487         * chistory.el (command-history-mode):
26488         * comint.el:
26489         * cus-edit.el (custom-mode):
26490         * descr-text.el (describe-text-mode):
26491         * ebuff-menu.el (Electric-buffer-menu-mode):
26492         * ediff-util.el (ediff-mode):
26493         * emacs-lisp/re-builder.el (reb-mode):
26494         * emulation/vi.el (vi-mode-setup):
26495         * emulation/ws-mode.el (wordstar-mode):
26496         * eshell/esh-mode.el (eshell-mode):
26497         * forms.el (forms-mode):
26498         * help-mode.el (help-mode):
26499         * hexl.el (hexl-mode):
26500         * ibuffer.el (ibuffer-mode):
26501         * ielm.el (inferior-emacs-lisp-mode):
26502         * info.el (Info-mode, Info-edit-mode):
26503         * international/swedish.el:
26504         * ledit.el (ledit-from-lisp-mode):
26505         * locate.el (locate-mode):
26506         * mail/rmail.el (rmail-mode):
26507         * mail/rmailedit.el (rmail-edit-mode):
26508         * mail/rmailsum.el (rmail-summary-mode):
26509         * mail/supercite.el (sc-electric-mode):
26510         * net/eudc.el (eudc-mode):
26511         * net/quickurl.el (quickurl-list-mode):
26512         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
26513         * obsolete/ooutline.el (outline-mode):
26514         * obsolete/options.el (Edit-options-mode):
26515         * obsolete/rnews.el (news-mode):
26516         * obsolete/rnewspost.el (news-reply-mode):
26517         * play/5x5.el (5x5-mode):
26518         * play/decipher.el (decipher-mode, decipher-stats-mode):
26519         * play/gomoku.el (gomoku-mode):
26520         * play/snake.el (snake-mode):
26521         * play/solitaire.el (solitaire-mode):
26522         * play/tetris.el (tetris-mode):
26523         * progmodes/ada-mode.el (ada-mode):
26524         * progmodes/antlr-mode.el (antlr-mode):
26525         * progmodes/autoconf.el (autoconf-mode):
26526         * progmodes/dcl-mode.el (dcl-mode):
26527         * progmodes/delphi.el (delphi-mode):
26528         * progmodes/ebrowse.el (ebrowse-tree-mode)
26529         (ebrowse-electric-list-mode, ebrowse-member-mode)
26530         (ebrowse-electric-position-mode):
26531         * progmodes/f90.el (f90-mode):
26532         * progmodes/fortran.el (fortran-mode):
26533         * progmodes/icon.el (icon-mode):
26534         * progmodes/idlw-help.el (idlwave-help-mode):
26535         * progmodes/idlw-shell.el (idlwave-shell-mode):
26536         * progmodes/idlwave.el (idlwave-mode):
26537         * progmodes/inf-lisp.el (inferior-lisp-mode):
26538         * progmodes/m4-mode.el (m4-mode):
26539         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
26540         * progmodes/modula2.el (modula-2-mode):
26541         * progmodes/octave-inf.el (inferior-octave-mode):
26542         * progmodes/octave-mod.el (octave-mode):
26543         * progmodes/pascal.el (pascal-mode):
26544         * progmodes/sh-script.el (sh-mode):
26545         * progmodes/sql.el (sql-mode, sql-interactive-mode):
26546         * progmodes/vhdl-mode.el (vhdl-mode):
26547         * progmodes/xscheme.el (scheme-interaction-mode):
26548         * replace.el (occur-mode):
26549         * ses.el (ses-mode):
26550         * simple.el (completion-list-mode):
26551         * skeleton.el:
26552         * speedbar.el (speedbar-mode):
26553         * term.el (term-mode):
26554         * terminal.el (terminal-edit-mode):
26555         * textmodes/reftex-index.el (reftex-index-mode)
26556         (reftex-index-phrases-mode):
26557         * textmodes/reftex-sel.el (reftex-select-label-mode)
26558         (reftex-select-bib-mode):
26559         * textmodes/reftex-toc.el (reftex-toc-mode):
26560         * wdired.el (wdired-change-to-wdired-mode):
26561         * wid-browse.el (widget-browse-mode):
26562         Use run-mode-hooks.
26564         * array.el (array-mode):
26565         * calendar/todo-mode.el (todo-mode):
26566         * man.el (Man-mode):
26567         * play/landmark.el (lm-mode):
26568         * play/mpuz.el (mpuz-mode):
26569         Use kill-all-local-variables and run-mode-hooks.
26571         * subr.el (delay-mode-hooks): Specify indentation.
26573 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
26575         * xml.el (xml-substitute-special): Don't die for undefined xml
26576         entities.
26578 2005-05-26  Jay Belanger  <belanger@truman.edu>
26580         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
26581         of nil.
26583 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
26585         * progmodes/gdb-ui.el (gdb-frame-address):
26586         Rename from gdb-current-address.
26587         (gdb-previous-frame-address): Rename from gdb-previous-address.
26588         (gdb-selected-frame): Rename from gdb-current-frame.
26589         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
26590         (gdb-frame-number): Rename from gdb-current-stack-level.
26591         (gdb-ann3): Match new mode-name for disassembly buffer.
26592         Extend initialization of variables.
26593         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
26594         (gdb-memory-mode): Use mouse-face in header line.
26595         (gdb-assembler-buffer-name): Call it disassembly and give frame
26596         in mode line.
26597         (gdb-source-spec-regexp, gdb-assembler-custom)
26598         (gdb-invalidate-assembler, gdb-frame-handler):
26599         Make robust to leading zeroes in address format.
26601 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
26603         * textmodes/org.el (org-mode): Use `define-derived-mode' to
26604         define `org-mode'.
26605         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
26607 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26609         * log-edit.el (log-edit-changelog-entries): Distinguish between
26610         filenames like xfns.c and fns.c.
26612 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
26614         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
26615         point after reverting.
26616         (Buffer-menu-make-sort-button): Handle the case where
26617         `Buffer-menu-use-header-line' is nil.
26619 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
26621         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
26622         New funcs.  In minibuffer-local-completion-map bind `]', `/'
26623         and `:' to them.
26625 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26627         * startup.el (normal-top-level): Allow modification of load-path while
26628         we're iterating over it.
26630 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
26632         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
26633         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
26634         (thumbs-resize-interactive, thumbs-insert-image)
26635         (thumbs-insert-thumb, thumbs-dired-show-marked)
26636         (thumbs-find-image-at-point, thumbs-delete-images)
26637         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
26638         (thumbs-increment-image-size, thumbs-decrement-image-size):
26639         Fix typos in docstrings.
26641 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
26643         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
26644         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
26645         (cperl-mode): Use them.
26647 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
26649         * window.el (quit-window, shrink-window-if-larger-than-buffer):
26650         Doc fixes.
26652 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
26654         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
26655         Bind C-d to gdb-inferior-io-eof.
26657         * dired.el (dired-dnd-popup-notice): Use message-box.
26659 2005-05-23  Masatake YAMATO  <jet@gyve.org>
26661         * bindings.el (mode-line-major-mode-keymap):
26662         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
26664         * faces.el (mode-line-highlight): New face.
26666         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
26667         as mouse-face.
26669         * bindings.el (top-level, help-echo, mode-line-modified)
26670         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
26671         as mouse-face.
26673 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
26675         * progmodes/cc-engine.el (c-guess-basic-syntax):
26676         Remove spurious call to `zerop'.
26678         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
26680 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
26682         CC Mode update to 5.30.10:
26684         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
26685         could go past the limit in decoration level 2, thereby causing
26686         errors during interactive fontification.
26688         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
26689         the file is evaluated interactively.
26691         * cc-engine.el (c-guess-basic-syntax): Handle operator
26692         declarations somewhat better in C++.
26694         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
26695         make use of `run-mode-hooks' which has been added in Emacs 21.1.
26696         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
26697         (awk-mode): Use it.
26698         (make-local-hook): Suppress warning about obsoleteness.
26700         * cc-engine.el, cc-align.el, cc-cmds.el
26701         (c-append-backslashes-forward, c-delete-backslashes-forward)
26702         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
26703         Compensate for return value from `forward-line' when it has moved
26704         but not to a different line due to eob.
26706         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
26707         `objc-method-intro' and `objc-method-args-cont'.
26709 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
26711         CC Mode update to 5.30.10:
26713         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
26714         in the copyright statement.  Incidentally, change "along with GNU
26715         Emacs" to "along with this program" where it occurs.
26717         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
26718         so that it is interactive, hence can be found by M-x awk-mode
26719         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
26720         <gmorris+emacs@ast.cam.ac.uk>.
26722         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
26723         Mode's regexps.
26725 2005-05-23  Kevin Ryde  <user42@zip.com.au>
26727         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
26728         c-parse-state, to avoid a lisp error (on bad code).
26730 2005-05-23  Lute Kamstra  <lute@gnu.org>
26732         * subr.el (font-lock-defaults): Remove defvar as it's already
26733         defined in font-core.el.
26735         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
26737 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
26739         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
26740         more general and work when GDB variable "print pretty" is on,
26741         as with Emacs, for example.
26743 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
26745         * font-core.el: Update comment.
26747         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26748         Use `after-change-major-mode-hook' instead of `find-file-hook'.
26750         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
26752 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
26754         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
26755         and `yank-handler' in the doc strings.
26757 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26759         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
26761 2005-05-22  Richard M. Stallman  <rms@gnu.org>
26763         * help.el (describe-key): Move print-help-return-message call
26764         out of conditional.
26766         * progmodes/etags.el (list-tags): Use with-no-warnings.
26768         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
26769         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
26770         (starttls-extra-args, starttls-extra-arguments): Add defvars.
26772         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
26774         * language/viet-util.el (viet-viscii-nonascii-translation-table):
26775         Add defvar.
26777         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
26778         Use defvar, not defconst.
26780         * hexl.el (hexl-follow-line): Use with-no-warnings.
26782         * emulation/tpu-extras.el: Use write-file-functions instead of
26783         write-file-hooks.
26785         * dired.el (dired-font-lock-keywords): Fontify files with junk
26786         extensions even if marked by -F.
26788 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
26790         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
26791         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
26792         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
26793         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
26794         (concatenate, list-length, get*, getf, cl-remprop):
26795         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
26796         (etypecase, progv, lexical-let, lexical-let*)
26797         (multiple-value-bind, multiple-value-setq, shiftf):
26798         Improve argument/docstring consistency.
26800         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
26802 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
26804         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
26805         doesn't exist.
26807         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
26808         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
26810 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
26812         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
26813         already deleted variables: auto-fill-hook, blink-paren-hook,
26814         lisp-indent-hook, inhibit-local-variables, unread-command-event,
26815         suspend-hooks, comment-indent-hook, meta-flag,
26816         before-change-function, after-change-function,
26817         font-lock-doc-string-face.
26819 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
26821         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
26823 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
26825         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
26826         rmail-dont-reply-to.
26828 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26830         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
26831         literal blank when splitting new-header-values.
26833 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
26835         * calendar/cal-menu.el (cal-menu-update): Add separator as a
26836         string so that tmm doesn't create a completion entry for it.
26838         * textmodes/table.el (table-disable-menu): Ditto.
26840 2005-05-21  Richard M. Stallman  <rms@gnu.org>
26842         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
26844         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
26846         * net/rcompile.el (remote-compile): Use compilation-start.
26848         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
26850 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
26852         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
26853         Default to makefile-bsdmake-mode on BSD systems.
26855         * imenu.el (imenu-generic-expression, imenu--generic-function'):
26856         REGEXP may also be a search function now.  The part of doc-string
26857         for describing the structure was 95% identical to that of
26858         `imenu--generic-function'.  Unify it there.
26860         * progmodes/make-mode.el (makefile-imenu-generic-expression):
26861         Use function to find dependencies, because regexp alone is so complex,
26862         it easily goes into an endless loop.
26863         (makefile-makepp-mode): Also add submenu for Perl functions
26864         defined in the makefile.
26865         (makefile-bsdmake-mode): Special imenu-generic-expression no
26866         longer needed, due to function call.
26867         (makefile-match-dependency): Take BOUND into account when checking
26868         if we're through.
26870 2005-05-20  Jay Belanger  <belanger@truman.edu>
26872         * calc/calc-units.el (calc-invalidate-units-table):
26873         Use inhibit-read-only.
26874         (math-build-units-table-buffer): Use view-mode.
26876 2005-05-20  David Kastrup  <dak@gnu.org>
26878         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
26879         easy-menu-add is not a nop on Emacs; and clarify when to call it.
26881 2005-05-20  Lute Kamstra  <lute@gnu.org>
26883         * diff-mode.el (diff-header-face, diff-file-header-face)
26884         (diff-index-face, diff-hunk-header-face, diff-removed-face)
26885         (diff-added-face, diff-changed-face, diff-function-face)
26886         (diff-context-face, diff-nonexistent-face): Put them in the
26887         diff-mode customization group.
26889 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26891         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
26893         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
26895         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
26896         Minor regexp-optimization.
26898 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
26900         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
26901         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
26902         (org-agenda-add-time-grid-maybe): New function.
26903         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
26904         (org-table-create): `dotimes' instead of `mapcar'.
26905         (org-xor): Simplify implementation.
26906         (org-agenda): `inhibit-redisplay' turned on.
26907         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
26908         a consistent line after a state change.
26909         (org-agenda-remove-times-when-in-prefix): New option.
26910         (org-prefix-has-time): New variable.
26911         (org-parse-time-string): Optional argument NODEFAULT.
26912         (org-format-agenda-item): Parse items for time-of-day
26913         specifications and move these into the prefix if possible.
26914         (org-agenda-priority): Get current heading, not previous heading
26915         during agenda remote editing.
26917 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
26919         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
26920         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
26921         (remove-duplicates, delete-duplicates, substitute)
26922         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
26923         (nsubstitute-if-not, find, find-if, find-if-not, position)
26924         (position-if, position-if-not, count, count-if, count-if-not)
26925         (mismatch, search, sort*, stable-sort, merge, member*)
26926         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
26927         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
26928         (intersection, nintersection, set-difference, nset-difference)
26929         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
26930         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
26931         (nsublis, tree-equal): Improve argument/docstring consistency.
26933         * subr.el (send-string, send-region): Remove obsolescence declaration.
26934         (window-dot, set-window-dot, read-input, show-buffer)
26935         (eval-current-buffer, string-to-int):
26936         Add release number to obsolescence declarations.
26938 2005-05-19  Kim F. Storm  <storm@cua.dk>
26940         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
26941         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
26943 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
26945         * faces.el (list-faces-display): Make back button respect optional
26946         regexp arg.
26948 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
26950         * calculator.el (calculator-radix-grouping-mode)
26951         (calculator-radix-grouping-digits, calculator-displayer)
26952         (calculator-radix-grouping-separator, calculator-copy-displayer):
26953         * dabbrev.el (dabbrev-search-these-buffers-only):
26954         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
26955         (diff-advance-after-apply-hunk, diff-mode-hook)
26956         (diff-minor-mode-prefix):
26957         * imenu.el (imenu-use-popup-menu):
26958         * jit-lock.el (jit-lock-context-time):
26959         * newcomment.el (comment-fill-column, comment-column)
26960         (comment-style, comment-padding, comment-multi-line)
26961         (comment-empty-lines, comment-auto-fill-only-comments):
26962         * reveal.el (reveal-around-mark):
26963         * uniquify.el (uniquify-buffer-name-style)
26964         (uniquify-after-kill-buffer-p)
26965         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
26966         (uniquify-min-dir-content, uniquify-separator)
26967         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
26968         * w32-vars.el (w32-fixed-font-alist):
26969         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
26970         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
26971         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
26972         * progmodes/perl-mode.el (perl-indent-level)
26973         (perl-continued-statement-offset, perl-continued-brace-offset)
26974         (perl-brace-offset, perl-brace-imaginary-offset)
26975         (perl-label-offset, perl-indent-continued-arguments)
26976         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
26977         * progmodes/tcl.el (tcl-indent-level)
26978         (tcl-continued-indent-level, tcl-auto-newline)
26979         (tcl-tab-always-indent, tcl-electric-hash-style)
26980         (tcl-help-directory-list, tcl-use-smart-word-finder)
26981         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
26982         (inferior-tcl-source-command):
26983         * textmodes/fill.el (enable-kinsoku):
26984         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
26985         * textmodes/table.el (table-yank-handler):
26986         Specify missing group (and type, if simple) in defcustom.
26988 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
26990         * progmodes/compile.el (compilation-finish-function): Fix defvar.
26992 2005-05-19  Richard M. Stallman  <rms@gnu.org>
26994         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
26996         * subr.el (event-basic-type): Don't get an error.
26997         (left-fringe-p): Function deleted.
26999         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27000         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27002         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27003         in recursive copy.
27005         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27007         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27009         * emacs-lisp/bytecomp.el
27010         (byte-compile-file-form-custom-declare-variable):
27011         Call byte-compile-nogroup-warn if appropriate.
27013         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27014         (compilation-set-window): Don't call left-fringe-p; do it directly.
27016 2005-05-19  Jay Belanger  <belanger@truman.edu>
27018         * calc/calc-graph.el (calc-graph-format-data): Make sure
27019         var-PlotRejects is bound before trying to check its value.
27021 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
27023         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27024         definition of this variable from reftex-global.el to reftex.el,
27025         because it is needed in the menu.
27027 2005-05-19  Lute Kamstra  <lute@gnu.org>
27029         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27030         years are fixed.  Don't insert a space after a dash.
27032 2005-05-19  Kim F. Storm  <storm@cua.dk>
27034         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27036 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
27038         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27039         strings, because (eq ... ?\\) is fairly frequent.
27041         * progmodes/make-mode.el (makefile-add-this-line-targets):
27042         Simplify and integrate into `makefile-pickup-targets'.
27043         (makefile-add-this-line-macro): Simplify and integrate into
27044         `makefile-pickup-macros.
27045         (makefile-pickup-filenames-as-targets): Simplify.
27046         (makefile-previous-dependency, makefile-match-dependency):
27047         Don't stumble over `::'.
27049 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
27051         * subr.el (post-command-idle-hook, post-command-idle-delay):
27052         Remove obsoletion of post-command-idle-hook and
27053         post-command-idle-delay.
27055         * faces.el (list-faces-display): Provide button when describe-face
27056         is called to take user back to the list of faces.
27058         * help-fns.el (describe-variable): Remove hyperlinks in a
27059         variable's value as these are quite frequently inappropriate.
27061         * follow.el (follow-submit-feedback, follow-mode):
27062         Remove references to post-command-idle-hook.
27064 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
27066         * progmodes/make-mode.el (makefile-previous-dependency)
27067         (makefile-match-dependency): Check for := (and in bsd mode also
27068         !=) to give a better result, even when font-lock is not on.
27070 2005-05-18  Jay Belanger  <belanger@truman.edu>
27072         * calc/calc-help.el (calc-s-prefix-help):
27073         Add `calc-copy-special-constant' to help string.
27075 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
27077         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27079 2005-05-18  Jay Belanger  <belanger@truman.edu>
27081         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27082         in linear factors are in proper order.
27084 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
27086         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27087         Support for jurabib.
27089         * textmodes/reftex.el (featurep): Define aliases for overlay
27090         commands, for XEmacs compatibility, and use these aliases in
27091         overlay initializations.
27092         (reftex-highlight): Use `reftex-move-overlay'.
27093         (reftex-unhighlight): Use `reftex-delete-overlay'.
27094         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
27095         (reftex-access-search-path): Use `reftex-uniquify' instead of
27096         `reftex-uniq'
27098         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27099         `before-string' property modification enables for Emacs as well.
27100         (reftex-select-item): Use `reftex-delete-overlay'.
27101         (reftex-select-mark): Use `reftex-make-overlay' and
27102         `reftex-overlay-put'.
27103         (reftex-select-unmark): Use `reftex-delete-overlay' and
27104         `reftex-overlay-put'.
27106 2005-05-18  Lute Kamstra  <lute@gnu.org>
27108         * emacs-lisp/lisp.el (check-parens): Fix docstring.
27110 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
27112         * add-log.el (add-change-log-entry):
27113         * array.el (array-make-template, array-reconfigure-rows)
27114         (array-init-max-row, array-init-max-column)
27115         (array-init-columns-per-line, array-init-field-width):
27116         * replace.el (replace-match-maybe-edit, perform-replace):
27117         * textmodes/spell.el (spell-region):
27118         Replace `read-input' by `read-string'.
27120         * forms.el (forms-mode):
27121         * finder.el (finder-compile-keywords):
27122         * shadowfile.el (shadow-read-files):
27123         Replace `eval-current-buffer' by `eval-buffer'.
27125         * terminal.el (te-pass-through):
27126         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27127         (ange-ftp-raw-send-cmd):
27128         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27129         (send-process-next-char, telnet-initial-filter, telnet):
27130         Replace `send-string' by `process-send-string'.
27132         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27133         (prolog-consult-region): Replace `send-string' by
27134         `process-send-string'; replace `send-region' by `process-send-region'.
27136         * progmodes/delphi.el (delphi-log-msg):
27137         Replace `set-window-dot' by `set-window-point'.
27139         * subr.el (window-dot, set-window-dot, read-input, send-string)
27140         (send-region, show-buffer, eval-current-buffer):
27141         Make really obsolete, as the comment says.
27143 2005-05-17  Kim F. Storm  <storm@cua.dk>
27145         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27146         (cua--init-keymaps): Bind C-return instead of S-return to set
27147         rectangle mark.
27149         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27150         instead of S-return to toggle/clear rectangle mark.
27152 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
27154         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27155         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27156         Also fontify plain strings assigned to variables, mostly so that a
27157         colon has a face and is thus not taken as a dependency separator.
27158         (makefile-previous-dependency): Inline the new matcher, because it
27159         is too complex to work in both directions.
27160         (makefile-match-dependency): Eliminate `backward' arg (see above).
27161         Completely reimplemented so as to not sometimes go into an endless
27162         loop.  It should also be more efficient, because first it only
27163         searches for `:', instead of applying the very complex regexp.
27164         (makefile-mode): Cancel `font-lock-support-mode', because blocks
27165         to be fontified in one piece can be too long for JIT.
27166         Makefiles are never *that* big.
27168 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
27170         * dired.el (dired-mode): Simplify.
27172 2005-05-17  Lute Kamstra  <lute@gnu.org>
27174         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27175         defcustom for the mode hook variable.
27177         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27178         Emacs Lisp Reference Manual.
27180 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
27182         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27183         (evenp, list*):
27184         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27185         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27187         * net/tramp-smb.el (tramp-smb-open-connection):
27188         Pass `tramp-chunksize' as fifth (required) argument.
27190 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
27192         * font-lock.el (lisp-font-lock-keywords-1):
27193         Set `font-lock-negation-char-face' for [^...] char group.
27194         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27196         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27197         a var, and refine it to mask one more level of nested vars.
27198         (makefile-rule-action-regex): Turn it into a var, and refine it so
27199         it recognizes backslashed continuation lines as belonging to the
27200         same command.
27201         (makefile-macroassign-regex): Refine it so it recognizes
27202         backslashed continuation lines as belonging to the same command.
27203         (makefile-var-use-regex): Don't look at the next char, because it
27204         might be the same one to be skipped by the initial [^$], leading
27205         to an overlooked variable use.
27206         (makefile-make-font-lock-keywords): Remove two parameters, which
27207         are now variables that some of the modes set locally.
27208         Handle dependency and rule action matching through functions, because
27209         regexps alone match too often.  Dependency matching now comes
27210         last, so it can check, whether a colon already matched something else.
27211         (makefile-mode): Inform that font-lock improves makefile parsing
27212         capabilities.
27213         (makefile-match-dependency, makefile-match-action): New functions.
27215 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
27217         * emacs-lisp/cl-extra.el (equalp): Doc fix.
27219         * align.el (align-regexp):
27220         * ansi-color.el (ansi-color-get-face):
27221         * array.el (array-reconfigure-rows, array-init-max-row)
27222         (array-init-max-column, array-init-columns-per-line)
27223         (array-init-field-width):
27224         * dired-aux.el (dired-trample-file-versions):
27225         * dired-x.el (dired-mark-sexp):
27226         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27227         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27228         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27229         * faces.el (face-read-integer):
27230         * files.el (backup-extract-version, insert-directory):
27231         * hexl.el (hexl-insert-decimal-char):
27232         * server.el (server-process-filter):
27233         * shell.el (shell-extract-num):
27234         * startup.el (command-line-1):
27235         * term.el (term-command-hook):
27236         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27237         (time-stamp-do-number):
27238         * time.el (display-time-update):
27239         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27240         (timezone-fix-time):
27241         * vms-patch.el (vms-suspend-resume-hook):
27242         * calendar/appt.el (appt-convert-time):
27243         * calendar/cal-bahai.el (mark-bahai-diary-entries):
27244         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27245         * calendar/cal-islam.el (mark-islamic-diary-entries):
27246         * calendar/calendar.el (calendar-cursor-to-date)
27247         (calendar-star-date):
27248         * calendar/diary-lib.el (diary-attrtype-convert)
27249         (mark-diary-entries, diary-entry-time):
27250         * calendar/solar.el (solar-get-number):
27251         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
27252         * emacs-lisp/re-builder.el (reb-display-subexp):
27253         * emulation/edt.el (edt-set-scroll-margins):
27254         * emulation/tpu-extras.el (tpu-set-scroll-margins):
27255         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
27256         (vip-get-ex-count):
27257         * emulation/viper-ex.el (viper-get-ex-token)
27258         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
27259         * international/fontset.el (fontset-plain-name):
27260         * mail/feedmail.el (feedmail-look-at-queue-directory):
27261         * mail/mailalias.el (mail-get-names):
27262         * mail/rmail.el (rmail-convert-to-babyl-format):
27263         * mail/rmailsum.el (rmail-make-basic-summary-line)
27264         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
27265         (rmail-summary-goto-msg):
27266         * mail/smtpmail.el (smtpmail-read-response):
27267         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
27268         (ange-ftp-vms-add-file-entry):
27269         * play/gametree.el (gametree-looking-at-ply)
27270         (gametree-current-branch-score):
27271         * progmodes/ada-xref.el (ada-prj-find-prj-file)
27272         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
27273         * progmodes/cperl-mode.el (condition-case):
27274         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
27275         (ebrowse-set-member-buffer-column-width)
27276         (ebrowse-select-1st-to-9nth):
27277         * progmodes/etags.el (etags-snarf-tag):
27278         * progmodes/flymake.el (flymake-parse-line):
27279         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
27280         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
27281         (idlwave-shell-menu-def):
27282         * progmodes/ps-mode.el (ps-run-goto-error):
27283         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
27284         (vhdl-speedbar-contract-level):
27285         * term/mac-win.el (x-handle-numeric-switch):
27286         * term/sun-mouse.el (sun-get-frame-data):
27287         * term/w32-win.el (x-handle-numeric-switch):
27288         * term/x-win.el (x-handle-numeric-switch):
27289         * textmodes/ispell.el (ispell-parse-output):
27290         * textmodes/nroff-mode.el (nroff-outline-level):
27291         * textmodes/reftex-cite.el (reftex-bib-sort-year)
27292         (reftex-bib-sort-year-reverse, reftex-format-citation):
27293         * textmodes/reftex-parse.el (reftex-init-section-numbers)
27294         (reftex-section-number):
27295         * textmodes/texinfmt.el (texinfo-paragraphindent):
27296         Replace `string-to-int' by `string-to-number'.
27298         * international/latexenc.el: Add page marker to force the "Local
27299         Variables:" string out of the last page.
27301 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
27303         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
27304         tooltip-change-major-mode.
27305         (gud-tooltip-print-command): Remove case where gud-minor-mode
27306         is gdb ("--fullname").
27307         (gud-tooltip-tips): Turn GUD tooltips off for this case and
27308         explain to user.
27310 2005-05-16  Jay Belanger  <belanger@truman.edu>
27312         * calc/calc-store.el (calc-copy-special-constant): New function.
27314         * calc/calc-ext.el (calc-init-extensions): Add binding for
27315         `calc-copy-special-constant'.
27317         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
27318         for the `calc-copy-special-constant' command.
27320 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
27322         * subr.el (left-fringe-p): New function.
27324         * progmodes/compile.el (compilation-setup): Set local value of
27325         overlay-arrow-string to "" always.
27326         (compilation-set-window): Left fringe then don't scroll.
27327         No left fringe then no arrow and scroll message to top.
27328         (compilation-context-lines): Adjust doc string accordingly.
27330 2005-05-16  Kim F. Storm  <storm@cua.dk>
27332         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
27333         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
27334         (ido-wide-find-dir-or-delete-dir): New command for M-d.
27335         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
27336         (ido-read-file-name): Handle commands with ido property value
27337         equal to find-file as reading a file name, to allow C-d to enter dired.
27338         (ibuffer-find-file): Add ido property with value find-file.
27340 2005-05-15  Kim F. Storm  <storm@cua.dk>
27342         * subr.el (open-network-stream-nowait): Remove.
27343         (open-network-stream-server): Remove.
27345 2005-05-15  Richard M. Stallman  <rms@gnu.org>
27347         * faces.el (describe-face): Output a definition link button.
27349         * help-mode.el (help-face-def): New button type.
27351         * emacs-lisp/copyright.el (copyright-fix-years):
27352         Match properly if the first year is 2-digit.
27353         Don't mess up the whitespace after the years by filling.
27355         * dired-aux.el (dired-mark-confirm):
27356         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
27358         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
27359         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
27360         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
27362         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27363         Set font-lock-comment-start-skip.
27365         * font-lock.el (font-lock-comment-start-skip): New variable.
27366         (font-lock-comment-end-skip): New variable.
27367         (font-lock-fontify-syntactically-region): Use them if non-nil.
27369 2005-05-15  Jay Belanger  <belanger@truman.edu>
27371         * calc/calc-store.el (calc-store-value): Return a string rather
27372         than display it as a message.
27373         Use calc-var-name for variable name.
27374         (calc-store-into): Add the result of calc-store-value to message.
27375         (calc-copy-variable): Add a message.
27376         (calc-store-exchange): Improve error messages.
27377         (calc-store-binary, calc-store-map): Don't reset the values of
27378         special constants.
27380 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
27382         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
27383         manual to docstring.
27385         * files.el (hack-local-variables-confirm): Add STRING argument.
27386         Make the function handle non file visiting buffers correctly.
27387         (hack-local-variables-prop-line, hack-local-variables)
27388         (hack-one-local-variable): Use STRING arg of
27389         `hack-local-variables-confirm'.
27391 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
27393         Sync with Tramp 2.0.49.
27395         * net/tramp.el (tramp-handle-dired-call-process)
27396         (tramp-handle-insert-directory):`insert-buffer' cannot be used
27397         because the contents of the Tramp buffer is changed before
27398         insertion (`expand-file' and alike).
27399         (tramp-handle-insert-directory): If `localname' has an empty
27400         nondirectory name, it must not be quoted.
27401         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
27402         variable `tramp-chunksize'.  Change callees.
27403         (tramp-open-connection-setup-interactive-shell): Check remote host
27404         for buggy `send-process-string' implementation.
27405         Set `tramp-chunksize' if found.  Reported by Michael Kifer
27406         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
27407         (tramp-handle-shell-command): `insert-buffer' cannot be used
27408         because the contents of the Tramp buffer is changed before
27409         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
27410         <frederic.bothamy@free.fr>.
27411         (tramp-set-auto-save): Actions should be done for Tramp file name
27412         handler only.  Ange-FTP has its own auto-save mechanism.
27413         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27414         (tramp-set-auto-save-file-modes): Set file modes of
27415         `buffer-auto-save-file-name' to ?\600 as fallback solution.
27416         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
27417         (tramp-bug): Remove obsolete variable.
27418         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
27419         for presence of `mml-mode'.  Make it running for older Emacsen as well.
27421 2005-05-14  John Paul Wallington  <jpw@pobox.com>
27423         * ibuf-ext.el (define-ibuffer-filter filename):
27424         If `dired-directory' is a list, use its car.
27426 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
27428         * ibuffer.el (define-ibuffer-column filename):
27429         If `dired-directory' is a list, use its car.
27431 2005-05-14  Richard M. Stallman  <rms@gnu.org>
27433         * subr.el (symbol-file): Doc fix.
27435         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
27436         (byte-compile-form): Call byte-compile-nogroup-warn.
27437         (byte-compile-warning-types): Doc fix.
27439         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
27441         * progmodes/cc-engine.el (c-literal-faces):
27442         Add font-lock-comment-delimiter-face.
27444         * net/net-utils.el (dig): Use with-no-warnings.
27446         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
27447         (sc-recite-frame-alist, sc-default-cite-frame)
27448         (sc-default-uncite-frame, sc-default-recite-frame)
27449         (sc-attrib-selection-list, sc-rewrite-header-list):
27450         Mark as risky-local-variable.
27452         * international/ogonek.el (ogonek-jak, ogonek-how):
27453         Don't use beginning-of-buffer.
27455         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
27457         * calendar/solar.el (solar-data-list): Move definition up.
27459         * dnd.el (dnd-protocol-alist): Add autoload.
27461         * progmodes/sh-script.el: Many doc usage fixes.
27462         (sh-indent-after-do): Change default to match common styles.
27464 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
27466         * files.el (interpreter-mode-alist)
27467         (auto-mode-interpreter-regexp): Doc fixes.
27469 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
27471         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
27473         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
27475 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27477         * dired.el (dired-mode): make-variable-buffer-local =>
27478         make-local-variable.
27480 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27482         * term/mac-win.el (mac-select-convert-to-string): Try coding
27483         systems in mac-script-code-coding-systems if specified one cannot
27484         encode string for `com.apple.traditional-mac-plain-text'.
27486 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
27488         * progmodes/make-mode.el (makefile-targets-face)
27489         (makefile-shell-face, makefile-makepp-perl-face): New faces.
27490         (makefile-dependency-regex): Fix it to not make the colon in
27491         $(var:a=b) special.
27492         (makefile-rule-action-regex): New regexp for highlighting embedded
27493         Shell strings.
27494         (makefile-macroassign-regex): Handle != for highlighting as
27495         embedded Shell strings.
27496         (makefile-var-use-regex): New const.
27497         (makefile-statements, makefile-automake-statements)
27498         (makefile-gmake-statements, makefile-makepp-statements)
27499         (makefile-bsdmake-statements): New consts.
27500         (makefile-make-font-lock-keywords): New function.
27501         (makefile-automake-font-lock-keywords)
27502         (makefile-gmake-font-lock-keywords)
27503         (makefile-makepp-font-lock-keywords)
27504         (makefile-bsdmake-font-lock-keywords): New consts.
27505         (makefile-mode-map): Add switchers between the various submodes.
27506         (makefile-mode): Document the availability of the variants.
27507         (makefile-automake-mode, makefile-gmake-mode)
27508         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
27510         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
27511         new variants of makefile-mode.
27513 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27515         * font-lock.el (font-lock-comment-delimiter-face): Fix up
27516         the inheritance.
27518 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
27520         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
27521         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
27523         * files.el (normal-mode): Extend the scope of the
27524         `enable-local-variables' binding to include the `set-auto-mode' call.
27525         (magic-mode-alist): Doc fix.
27527 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27529         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
27530         font-lock-comment-face rather than copying its setting.
27532 2005-05-12  Andreas Schwab  <schwab@suse.de>
27534         * eshell/esh-mode.el (eshell-send-input): Doc fix.
27536 2005-05-12  Lute Kamstra  <lute@gnu.org>
27538         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
27539         defcustom for the mode hook variable.  Delete the last argument.
27540         * generic-x.el: Fix callers of define-generic-mode.
27541         (generic-x-modes): Delete group.
27542         (show-tabs-tab-face, show-tabs-space-face): Put them in the
27543         generic-x customization group.
27545 2005-05-12  Kim F. Storm  <storm@cua.dk>
27547         * font-lock.el (font-lock-negation-char-face): Default to "off".
27549         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
27550         font-lock-negation-char-face to ! in !=.
27552 2005-05-12  Masatake YAMATO  <jet@gyve.org>
27554         * add-log.el (find-change-log): Fix typos in the docstring
27555         of function.
27557 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
27559         * international/latexenc.el (latexenc-find-file-coding-system):
27560         Avoid `re-search-forward' when looking for input encoding because
27561         of speed and safety.  Better regular expressions for recognizing
27562         input encoding.  Limit a search for TeX-master/tex-main-file to
27563         the local variable section.
27565 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
27567         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
27568         syntax of $ to "'" (quote).
27570 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
27572         * dnd.el (dnd-protocol-alist): Improve custom type.
27574         * dired.el (dired-dnd-protocol-alist): New variable.
27575         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
27576         `dired-mode-hook' to the end.
27578 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27580         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
27581         comment-end if comment-start-skip is not set.
27582         Obey the font-lock-comment-delimiter-face variables.
27584 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27586         * files.el (executable-find): Move from executable.el.  Use
27587         locate-file.
27588         * progmodes/executable.el (executable-find): Move to files.el.
27590         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
27591         when trying to ensure forward progress.
27593 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
27595         * mouse-sel.el (mouse-sel-follow-link-p): New function.
27596         (mouse-select, mouse-select-internal, mouse-extend-internal):
27597         Use it to implement mouse-1-click-follows-link functionality.
27599 2005-05-11  Richard M. Stallman  <rms@gnu.org>
27601         * font-lock.el (font-lock-fontify-syntactically-region):
27602         Use font-lock-comment-delimiter-face for comment delimiters.
27604 2005-05-10  Jay Belanger  <belanger@truman.edu>
27606         * calc/calc-help.el (calc-m-prefix-help): Add mention of
27607         preserving embedded modes.
27609 2005-05-10  Richard M. Stallman  <rms@gnu.org>
27611         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
27613         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
27614         Move from ada-stmt.el.
27615         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
27617         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
27618         Move to ada-mode.el.
27619         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
27621         * cus-edit.el (custom-file): Call file-chase-links.
27623         * files.el (read-directory-name): Fix previous change.
27624         (hack-local-variables-confirm): New function.
27625         (hack-local-variables-prop-line, hack-local-variables)
27626         (hack-one-local-variable): Use it.
27628 2005-05-10  Lute Kamstra  <lute@gnu.org>
27630         * font-lock.el (font-lock-keywords-alist)
27631         (font-lock-removed-keywords-alist): Clarify docstrings.
27633 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
27635         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
27636         (gdb-source-info): Check for preprocessor info.
27637         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
27638         a macro for a function.
27639         (gdb-info-breakpoints-custom): Try to find file again if not already
27640         found (user might have used GDB dir command).
27641         (gdb-get-location): Update gdb-location-alist correctly for change
27642         to gdb-info-breakpoints-custom.
27644         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
27645         (gud-tooltip-print-command): Add gdbmi case.
27646         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
27647         preprocessor info.
27649 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
27651         * startup.el (fancy-splash-insert): Fix typo in doc string.
27653 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
27655         * obsolete/float.el (string-to-float):
27656         * obsolete/hilit19.el (hilit-add-pattern):
27657         * obsolete/rnews.el (news-parse-range, news-select-message)
27658         (news-get-pruned-list-of-files): Replace `string-to-int' by
27659         `string-to-number'.
27661         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
27662         `find-file-not-found-hooks'; use `add-hook'.
27663         (uncompress-while-visiting): Set `write-file-functions', not
27664         `write-file-hooks'; use `add-hook'.
27666 2005-05-09  Kim F. Storm  <storm@cua.dk>
27668         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
27669         (cua-paste): Handle clipboard action.
27670         (cua--init-keymaps): Remap clipboard-kill-region and
27671         clipboard-kill-ring-save.
27673 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
27675         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27676         Improve commentary.
27678         * simple.el (next-error-overlay-arrow-position): Revert the change
27679         made on 2005-04-30.
27681 2005-05-07  Jay Belanger  <belanger@truman.edu>
27683         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
27684         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
27685         `calc-sel-reselect'.
27687         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
27688         Calc is in embedded mode.
27690 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27692         * progmodes/compile.el (compilation-setup):
27693         Set overlay-arrow-string to an empty string on text terminals.
27695         * textmodes/ispell.el (ispell-program-name): Try looking for
27696         "aspell" along exec-path, and if found, use it as the default
27697         speller program.
27699 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
27701         * international/mule.el (sgml-xml-auto-coding-function):
27702         Recognize encoding='FOO' in single quotes as well as in double quotes.
27704 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
27706         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
27707         as well as `interactive', so that defmacro* would recognize
27708         `declare' forms.
27710 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27712         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27713         Explain more about the LIGHTER arg's usage in the doc string.
27714         Add commentary to clarify what the code does.  Fix the regexp that
27715         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
27716         since it could have characters special to regular expressions.
27718 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
27720         * replace.el (occur-1): Bind inhibit-read-only so that
27721         erase-buffer doesn't barf on read-only text properties (likewise
27722         for add-text-properties in occur-engine).  Mark buffer as unmodified.
27723         (occur-engine): Don't set buffer-read-only here.
27725 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27727         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
27728         list-buffers-directory.  This caused the *cvs-commit* buffer to be
27729         sometimes mistakenly reused as a *cvs* buffer.
27731 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
27733         * tooltip.el: Move code for GUD tooltips into gud.el.
27734         (require): CL no longer needed to compile case.
27735         (tooltip-mode): Do not toggle functions for GUD tooltips.
27736         (tooltip-gud-tips-p): Remove.  Replace with minor mode
27737         gud-tooltip-mode in gud.el.
27738         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
27739         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
27740         tooltip-gud prefix with gud-tooltip and obsolete.
27741         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
27742         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
27743         (tooltip-mouse-motion): Mouse movement functions/variable.
27744         Rename in gud.el by adding gud prefix.
27745         (tooltip-gud-original-filter, tooltip-gud-dereference)
27746         (tooltip-gud-event, tooltip-toggle-gud-tips)
27747         (tooltip-gud-process-output, tooltip-gud-print-command)
27748         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
27749         gud.el by replacing tooltip-gud prefix with gud-tooltip.
27750         (gdb-tooltip-print): Move to gdb-ui.el.
27752         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
27753         (require): CL needed to compile case.
27754         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
27755         tooltip-gud-tips-p.  Make it a minor-mode.
27756         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
27757         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
27758         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
27759         (gud-tooltip-change-major-mode)
27760         (gud-tooltip-activate-mouse-motions-if-enabled)
27761         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
27762         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
27763         (gud-tooltip-original-filter, gud-tooltip-dereference)
27764         (gud-tooltip-event, tooltip-toggle-gud-tips)
27765         (gud-tooltip-process-output, gud-tooltip-print-command)
27766         (gud-tooltip-tips): Move from tooltip.el.
27768         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
27769         (gdb-cpp-define-alist-flags): Doc fix.
27770         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
27771         gud-tooltip-mode is t.
27773 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27775         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
27776         evaporate if their text is deleted.
27777         (goto-address-at-point): Make it work as a mouse binding as well.
27778         (goto-address-at-mouse): Obsolete it.  Update users.
27780 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
27782         * calendar/appt.el (top-level): No longer activate on load.
27784 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
27786         * calendar/cal-bahai.el (mark-bahai-diary-entries):
27787         * net/webjump.el (webjump):
27788         * progmodes/idlw-help.el (idlwave-do-context-help1)
27789         (idlwave-highlight-linked-completions):
27790         * textmodes/po.el (po-find-file-coding-system-guts):
27791         Replace `assoc-ignore-case' by `assoc-string'.
27793 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
27795         * files.el (locate-file): Doc fix.
27797         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
27798         Remove the redundant test for ms-dos.
27800         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
27801         look for the preprocessor with exec-suffixes.  If not found in
27802         standard places, look in exec-path.  Remove most of the tests that
27803         used system-type.
27805         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
27807         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
27809         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
27810         file-name clash with jka-compr.el on 8+3 filesystems.
27812 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27814         * term/mac-win.el: Don't define or bind scroll bar functions if
27815         x-toolkit-scroll-bars is t.
27816         (x-select-text, x-get-selection-value): Clear
27817         x-last-selected-text-clipboard if x-select-enable-clipboard is
27818         nil.
27819         (PRIMARY): Put mac-scrap-name property.
27820         (mac-select-convert-to-file-url): New function.
27821         (public.file-url): New selection target type.  Add to
27822         selection-converter-alist.
27823         (x-get-selection, x-selection-value): Handle it.
27824         (x-cut-buffer-or-selection-value): New alias.
27826 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27828         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
27829         entry to avoid calling bibtex-find-entry with arg global
27830         being t.  Remove arg key.
27831         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
27832         (bibtex-copy-summary-as-kill): Change accordingly.
27834 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27836         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
27837         (org-agenda-date-later): Use with-current-buffer.
27839 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
27841         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
27842         (define-obsolete-variable-alias): Doc Fixes.
27844 2005-05-06  Kim F. Storm  <storm@cua.dk>
27846         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
27847         vertical-motion when selective-display is active.
27849         * ido.el (ido-setup-hook): New hook.
27850         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
27851         (ido-input-stack): New var.
27852         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
27853         ido-next-work-file binding to M-O.
27854         Bind M-f to ido-wide-find-file-or-pop-dir.
27855         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
27856         (ido-read-internal): Run ido-setup-hook.
27857         Catch quit in read-file-name and read-string to cancel edit.
27858         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
27859         Automatically pop-all when completing a directory name (RET).
27860         (ido-file-internal): Add with-no-warnings around ffap and dired code.
27861         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
27862         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
27863         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
27864         New functions for M-b/M-f to move among the directory components.
27865         (ido-make-merged-file-list): Catch quit to cancel merge.
27866         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
27867         (ido-completion-help): No warnings for ido-completion-buffer-full.
27869 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
27871         * font-lock.el (font-lock-negation-char-face): New face and variable.
27872         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
27873         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
27874         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
27875         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
27877 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
27879         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
27880         Fix typo in docstring.
27882         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
27883         (ebrowse-print-statistics-line)
27884         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
27886         * term/w32-win.el (image-library-alist): Add additional name for
27887         Xpm library.
27889 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
27891         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
27892         use gcc instead of cpp.
27894         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
27895         (gdb-create-define-alist): Use it.
27896         (gdb-cpp-define-alist-program): Update for MS-DOS.
27898 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
27900         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
27902 2005-05-04  Richard M. Stallman  <rms@gnu.org>
27904         * help.el (describe-key): No error when UNTRANSLATED is nil.
27906         * simple.el (line-move-1): Fix previous change to signal errors
27907         appropriately.
27909 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
27911         * calendar/icalendar.el (icalendar-version): Now at 0.12.
27912         (icalendar-duration-correction): Remove.
27913         (icalendar--get-event-properties): Split result at commas.
27914         (icalendar--decode-isoduration): New optional argument
27915         DURATION-CORRECTION.
27916         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
27917         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
27918         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
27919         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
27920         (icalendar--convert-anniversary-to-ical): New functions, extracted
27921         from icalendar-export-region, with bug fixes.
27922         (icalendar-export-region): Use the above functions.
27923         (icalendar-import-buffer): Check before saving diary file.
27924         (icalendar--convert-recurring-to-diary)
27925         (icalendar--convert-non-recurring-all-day-to-diary)
27926         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
27927         extracted from icalendar--convert-ical-to-diary, with bug fixes.
27928         (icalendar--convert-ical-to-diary): Use the above functions.
27930 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
27932         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
27933         Remove these recent additions.
27934         (c-mode): Restore to before 2005-04-28.
27936         * progmodes/cc-vars.el (cc-define-list-program): Remove this
27937         recent addition.
27939         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
27940         (gdb-define-alist): New variables.
27941         (gdb-create-define-alist): New function.
27942         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
27943         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
27944         with string-to-number.
27945         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
27947         * progmodes/gud.el: Replace string-to-int with string-to-number.
27948         (gud-find-file): Handle gdb-define-alist.
27950         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
27952 2005-05-02  Jay Belanger  <belanger@truman.edu>
27954         * calc/calc-aent.el (math-read-token):
27955         * calc/calc-bin.el (calc-word-size):
27956         * calc/calc-ext.el (calc-read-number-fancy):
27957         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
27958         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
27959         * calc/calc-frac.el (calc-over-notation):
27960         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
27961         (calc-graph-num-points, calc-graph-init):
27962         * calc/calc-prog.el (calc-read-parse-table-part)
27963         (calc-edit-macro-repeats):
27964         * calc/calc-yank.el (calc-do-grab-rectangle):
27965         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
27966         Replace `string-to-int' by `string-to-number'.
27968 2005-05-02  Kim F. Storm  <storm@cua.dk>
27970         * kmacro.el: Use executing-kbd-macro-index variable.
27972 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
27974         * net/rlogin.el (rlogin-parse-words): Delete func.
27975         (rlogin): Use split-string, not rlogin-parse-words.
27976         Also, if there are option-like elements in the parsed args,
27977         take the host to be the first arg immediately following them.
27978         Suggested by Michael Mauger.
27980 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
27982         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
27984 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
27986         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
27987         (cc-mode-cpp-program): Rename to cc-define-list-program and
27988         move to cc-vars.el.
27990         * progmodes/cc-vars.el (cc-define-list-program):
27991         Change to "gcc -E -dM -".  Make customizable.
27993 2005-05-02  Kim F. Storm  <storm@cua.dk>
27995         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
27997 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
27999         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28001         * international/mule-util.el (truncate-string): Remove alias and
28002         obsolete declaration.
28004         * international/mule-cmds.el (update-iso-coding-systems):
28005         Remove alias and obsolete declaration.
28007         * international/mule.el (coding-system-parent): Remove alias and
28008         obsolete declaration.
28010         * subr.el (define-function, sref): Remove aliases and obsolete
28011         declarations.
28012         (chars-in-region): Remove obsolete declaration.
28014 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28016         * info.el (Info-mode): Set widen-automatically to nil, locally.
28018         * simple.el (widen-automatically): New variable.
28019         (pop-global-mark): Obey widen-automatically.
28021 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
28023         * term/xterm.el (function-key-map): Call substitute-key-definition
28024         before the keymap size is increased by a lot of define-key calls.
28026 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28028         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28029         Rename ARG to ELEMENT.  Doc fix.
28031 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28033         * allout.el (allout-exposure): Remove macro and obsolete declaration.
28034         Remove references to allout-exposure/change to allout-new-exposure.
28036         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28037         bytecode symbols.
28039         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28040         (compiled-function-p, focus-frame, unfocus-frame):
28041         Remove aliases and obsolete declarations.
28042         Back out inadvertent changes from previous commit.
28044 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28046         * files.el (require-final-newline): Make Custom tags consistent
28047         with mode-require-final-newline.
28048         (mode-require-final-newline): Doc fix.
28050 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28052         * international/latexenc.el (latexenc-find-file-coding-system):
28053         Fix regular expressions.
28055 2005-05-01  David Kastrup  <dak@gnu.org>
28057         * international/latexenc.el (latexenc-find-file-coding-system):
28058         Fix regular expressions.
28060 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28062         * subr.el (string-to-int): Make obsolete.
28064 2005-04-30  Richard M. Stallman  <rms@gnu.org>
28066         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28068         * loadup.el: load jka-comp-hook.
28070         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28071         (jka-compr-handler): Add autoload.  `put' calls moved
28072         to jka-comp-hook.el.
28073         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28074         (jka-compr-inhibit): Autoload.
28076         * jka-comp-hook.el: New file.
28077         Enable the mode by default.
28079         * files.el (backup-buffer-copy): Use copy-file instead
28080         of write-region, and put back the 'excl.
28082 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
28084         * progmodes/flymake.el (flymake-split-string)
28085         (flymake-split-string, flymake-log, flymake-pid-to-names)
28086         (flymake-reg-names, flymake-get-source-buffer-name)
28087         (flymake-unreg-names, flymake-add-line-err-info)
28088         (flymake-add-err-info): Clarify docstrings.
28089         (flymake-popup-menu, flymake-make-emacs-menu)
28090         (flymake-make-xemacs-menu): Add docstrings.
28091         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28092         Set variables directly throughout.
28094 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
28096         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28097         exists.  Initialize cc-define-alist.
28098         (c-mode): Add cc-create-define-alist locally to after-save-hook.
28099         If there is no file (Macroexpansion) don't create an alist.
28101 2005-04-29  Sam Steingold  <sds@gnu.org>
28103         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28104         (cc-create-define-alist): Use it instead of the hard-coded string.
28106 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28108         * international/mule-conf.el (file-coding-system-alist): Fix regexp
28109         for latexenc.
28111 2005-04-29  Lute Kamstra  <lute@gnu.org>
28113         * emacs-lisp/generic.el: Improve commentary section.
28114         (define-generic-mode): Improve docstring.
28116 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
28118         * textmodes/org.el (many places): Change to quiet the byte compiler.
28119         (org-prefix-format-compiled): New variable.
28120         (org-compile-prefix-format): New function.
28121         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28122         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28123         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28124         (org-get-entries-from-diary): Use `org-get-time-of-day' for
28125         consistency with entries from `org-mode' files.
28126         (org-get-time-of-day): Fix bug with partial matches early in a line.
28127         (org-non-link-chars): New constant.
28128         (org-link-regexp): Respect `org-non-link-chars'.
28129         (org-agenda-day-view): Remove command.
28130         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28131         (org-follow-bbdb-link, org-store-link): Search also company field.
28132         (org-highlight-overlay): New variable.
28133         (org-highlight, org-unhighlight): New functions.
28134         (org-agenda-mode): Add pre-command-hook to remove highlight.
28135         (org-evaluate-time-range): Behavior depends upon whether time stamp
28136         contains a time or not.
28137         (org-show-subtree, org-show-entry): New functions.
28138         (org-agenda-cleanup-fancy-diary): Remove empty lines.
28140 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
28142         * comint.el (comint-output-filter-functions): Add autoload cookie.
28144 2005-04-28  Kim F. Storm  <storm@cua.dk>
28146         * ido.el (ido-everywhere): Fix last change.
28148 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
28150         * international/latexenc.el: New file.
28151         * international/mule-conf.el (file-coding-system-alist): For .tex,
28152         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28154 2005-04-28  Lute Kamstra  <lute@gnu.org>
28156         * font-lock.el (font-lock-add-keywords)
28157         (font-lock-remove-keywords): Clarify docstring.
28158         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28159         Don't start docstrings with a `*'.
28160         (font-lock-update-removed-keyword-alist): Give it a docstring.
28162         * generic-x.el: Update commentary section.
28163         Only require font-lock when compiling.
28164         Define all modes conditionally.
28165         Place all generic modes in the generic-x-modes customization group.
28166         (generic-x-modes): New customization group.
28167         (generic-default-modes, generic-mswindows-modes)
28168         (generic-unix-modes, generic-other-modes): New constants.
28169         (generic-define-mswindows-modes, generic-define-unix-modes):
28170         Update docstrings.  Make them obsolete.
28171         (generic-extras-enable-list): New default value.  Update docstring.
28172         Improve :type.  Change :set function.
28173         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28174         Fix docstring.
28176         * emacs-lisp/generic.el (generic-mode-internal):
28177         Simplify font-lock-defaults.
28178         (define-generic-mode): Fix docstring.
28180 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28182         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28183         font-lock-face property to highlight matches.
28185 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
28187         * progmodes/cc-mode.el (cc-create-define-alist): New function.
28188         (cc-define-alist): New variable.
28189         (c-mode): Make it local and initialize it.
28191         * progmodes/gdb-ui.el (gdb-active-process): New variable.
28192         (gdb-exited): New function.
28193         (gdb-annotation-rules): Use it.
28194         (gdb-starting): Set gdb-active-process to t.
28195         (gdb-stopping): Amend doc string.
28196         (gdb-reset): Set gdb-active-process to nil.
28198         * tooltip.el (tooltip-gud-tips): Show the associated #define
28199         directives when a C program under GDB is not executing.
28201 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28203         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28204         font-lock-fontify-syntactic-keywords.
28206         * font-lock.el (font-lock-default-fontify-region): Don't force
28207         parse-sexp-lookup-properties to nil.
28209 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
28211         * man.el (man-mode-syntax-table): Set up `:' to have
28212         word-constituent syntax.
28214 2005-04-27  Lute Kamstra  <lute@gnu.org>
28216         * novice.el (disable-command): Don't add spurious newlines to the
28217         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
28219 2005-04-26  Jay Belanger  <belanger@truman.edu>
28221         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28222         than one window before deleting window.
28224 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
28226         * shell.el (shell-prompt-pattern): Doc fix.
28227         (shell-mode): Set paragraph-separate buffer locally to "\\'".
28229         * comint.el (comint-prompt-regexp, comint-get-old-input)
28230         (comint-use-prompt-regexp)
28231         (comint-use-prompt-regexp-instead-of-fields)
28232         (comint-replace-by-expanded-history, comint-send-input)
28233         (comint-output-filter, comint-get-old-input-default)
28234         (comint-line-beginning-position, comint-bol, comint-show-output)
28235         (comint-backward-matching-input, comint-forward-matching-input)
28236         (comint-next-prompt, comint-previous-prompt):
28237         Rename `comint-use-prompt-regexp-instead-of-fields' to
28238         `comint-use-prompt-regexp'.  Keep old name as alias and declare
28239         obsolete.
28240         (comint-use-prompt-regexp): Shorten first line of doc string.
28242         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28243         Set paragraph-separate buffer locally to "\\'".
28245         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28246         Adapt to above name change.
28248         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28249         (smbclient-prompt-regexp): Ditto.
28251         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
28253 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
28255         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
28256         gdb-location-list.
28257         Break lines that are over 80 characters wide.
28259 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28261         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
28262         New fun and var, to preserve compatibility.
28264         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
28266 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
28268         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
28269         name to file-newer-than-file-p.
28271 2005-04-26  Richard M. Stallman  <rms@gnu.org>
28273         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
28275         * progmodes/python.el (python-mode):
28276         Use new name eldoc-documentation-function.
28278         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
28280         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28281         (eldoc-documentation-function):
28282         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
28284 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
28286         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
28288 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
28290         * term/xterm.el (function-key-map): Fix strings for
28291         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
28292         {C,S,A,C-S}-{f1-f12}.
28294 2005-04-26  Kenichi Handa  <handa@m17n.org>
28296         * international/mule-cmds.el (select-safe-coding-system):
28297         Fix previous change.
28299 2005-04-26  Lute Kamstra  <lute@gnu.org>
28301         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
28303         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
28304         (font-lock-comment-delimiter-face): Ditto.
28306         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
28308 2005-04-25  Jay Belanger  <belanger@truman.edu>
28310         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
28311         to t while inserting information; use help-mode.
28313 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
28315         * term.el (ansi-term-color-vector): Use the xterm colors.
28316         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
28318 2005-04-25  Lute Kamstra  <lute@gnu.org>
28320         * font-core.el (font-lock-defaults): Fix docstring.
28322         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
28324 2005-04-25  Kenichi Handa  <handa@m17n.org>
28326         * international/mule-cmds.el (select-safe-coding-system):
28327         Don't check consistency with coding: spec, etc if raw-text or
28328         no-conversion was found to be safe.
28330 2005-04-24  Richard M. Stallman  <rms@gnu.org>
28332         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
28333         citation markers at start of each line.
28335         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
28336         citation markers at start of each line.
28338         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
28340         * files.el (mode-require-final-newline): Fix previous change.
28341         (require-final-newline): Fix type label.
28343 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
28345         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
28346         statement in buffer (broken by 2004-11-24 change).
28348 2005-04-24  Kim F. Storm  <storm@cua.dk>
28350         * ido.el (ido-everywhere): Save and restore old read-buffer-function
28351         and read-file-name-function values.  Don't overwrite existing
28352         non-nil values if ido-mode is enabled without ido-everywhere.
28354 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
28356         * files.el (mode-require-final-newline): Minor doc fix.
28358 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
28360         * subr.el (syntax-after): Doc fix.
28361         (syntax-class): If argument is nil, return nil.  Mask off upper 16
28362         bits, not 8 bits.
28364         * files.el (mode-require-final-newline): Doc fix.
28365         (backup-buffer-copy): Fix last change.
28367 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28369         * term/mac-win.el: Require select.  Set selection-coding-system to
28370         mac-system-coding-system.  Call menu-bar-enable-clipboard.
28371         (x-last-selected-text-clipboard, x-last-selected-text-primary)
28372         (x-select-enable-clipboard): New variables.
28373         (x-select-text, x-get-selection, x-selection-value)
28374         (x-get-selection-value, mac-select-convert-to-string)
28375         (mac-services-open-file, mac-services-open-selection)
28376         (mac-services-insert-text): New functions.
28377         (CLIPBOARD, FIND): Put mac-scrap-name property.
28378         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
28379         (public.tiff): Put mac-ostype property.
28380         (selection-converter-alist): Add entries for them.
28381         (mac-application-menu-map): New keymap.
28382         (interprogram-cut-function, interprogram-paste-function): Set to
28383         x-select-text and x-get-selection-value, respectively.
28384         (split-window-keep-point): Set to t.
28386 2005-04-23  Richard M. Stallman  <rms@gnu.org>
28388         * files.el (read-directory-name): Always pass non-nil
28389         DEFAULT-FILENAME arg to read-file-name.
28390         (backup-buffer-copy, basic-save-buffer-2): Take care against
28391         writing thru an unexpected existing symlink.
28392         (revert-buffer): In indirect buffer, revert the base buffer.
28393         (magic-mode-alist): Doc fix.
28394         (buffer-stale-function): Doc fix.
28395         (minibuffer-with-setup-hook): Avoid warning.
28396         (mode-require-final-newline): Doc and custom fix.
28398         * follow.el (follow-end-of-buffer): Use with-no-warnings.
28400         * font-lock.el (font-lock-comment-face): On terminals with few colors,
28401         use the default appearance.
28402         (font-lock-comment-delimiter-face): New face, new variable.
28404         * imenu.el (imenu--generic-function): The official position of a
28405         definition is the start of the line that BEG is in.
28407         * midnight.el (midnight-timer): Move defvar up.
28409         * mouse.el (mouse-drag-region-1): Delete some debugging code.
28411         * saveplace.el (save-place-to-alist): Use with-no-warnings.
28413         * startup.el (command-line): Use with-no-warnings.
28415         * window.el (window-size-fixed): New defvar.
28417         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
28419         * mail/rmail.el (rmail-font-lock-keywords):
28420         Use font-lock-comment-delimiter-face.
28422         * mail/sendmail.el (mail-font-lock-keywords):
28423         Use font-lock-comment-delimiter-face.
28425         * progmodes/compile.el (next-error-highlight-timer): New defvar.
28427 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
28429         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28430         Specify t for LAXMATCH when matching directories.
28431         Save match data around compilation-compat-error-properties form.
28433 2005-04-23  David Kastrup  <dak@gnu.org>
28435         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
28436         Mention that the autoloaded aliases should be kept for AUCTeX.
28438 2005-04-23  Andreas Schwab  <schwab@suse.de>
28440         * isearch.el (isearch-forward): Doc fix.
28442 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
28444         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
28445         (jit-lock-stealth-nice): Change default value to 0.5.
28447 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
28449         * abbrev.el (write-abbrev-file): Write table entries in
28450         alphabetical order by table name.
28452 2005-04-22  Kim F. Storm  <storm@cua.dk>
28454         * ido.el (ido-read-internal): Fix `list' completion.
28456 2005-04-22  Kenichi Handa  <handa@m17n.org>
28458         * recentf.el (recentf-save-file-coding-system): New variable.
28459         (recentf-save-list): Encode the file by
28460         recentf-save-file-coding-system and add coding: tag.
28462 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
28464         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
28466 2005-04-21  Lute Kamstra  <lute@gnu.org>
28468         * loadhist.el (unload-feature): Don't remove a function from hooks
28469         if it is about to be restored to an autoload .  Remove functions
28470         that will become unbound from auto-mode-alist.  Simplify the code.
28472         * subr.el (assq-delete-all): New implementation that is linear,
28473         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
28474         (rassq-delete-all): New function.
28476         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28477         Add size-indication-mode.
28479 2005-04-21  Kenichi Handa  <handa@m17n.org>
28481         * international/mule-cmds.el: Add autoload for widget-value in
28482         eval-when-compile.
28484 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
28486         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28487         Add tooltip-mode.
28489         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
28491 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
28493         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
28494         (inferior-lisp-filter-regexp, inferior-lisp-program)
28495         (inferior-lisp-load-command, inferior-lisp-prompt)
28496         (inferior-lisp-mode-hook, lisp-source-modes)
28497         (inferior-lisp-load-hook): defvar->defcustom.
28498         (inferior-lisp-program, inferior-lisp-prompt)
28499         (inferior-lisp-load-hook): Doc fixes.
28500         (inferior-lisp-install-letter-bindings): Small change in
28501         introductory comment.
28503 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
28505         * vc.el (vc-annotate-color-map): Change some colors so that text
28506         using them as foreground is readable on both white and black
28507         backgrounds.
28509 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28511         * international/mule-conf.el (translation-table-for-input):
28512         Remove redundant declaration.
28514 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28516         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
28518         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
28519         (tooltip-toggle-gud-tips): New function.
28521 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28523         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
28524         right angle brackets.
28526 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28528         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
28530 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
28532         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
28533         Remove.  Update callers to use expand-file-name instead.
28535         * subr.el (syntax-class): New function.
28537         * simple.el (blink-matching-open): Use it.
28539         * paren.el (show-paren-function): Use it to recognize parens that are
28540         also used in 2-char comment markers.
28542 2005-04-19  Lute Kamstra  <lute@gnu.org>
28544         * loadhist.el (unload-feature): Update for new format of
28545         load-history.  Simplify the code.
28547 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28549         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
28550         (mac-add-charset-info): New function.  Initialize variable
28551         mac-charset-info-alist using it.
28552         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
28553         for translation.
28554         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
28555         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
28556         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
28557         New CCL programs.
28559 2005-04-19  Kim F. Storm  <storm@cua.dk>
28561         * simple.el (next-buffer, prev-buffer, next-error)
28562         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28563         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
28565         * bindings.el (next-buffer, prev-buffer, next-error)
28566         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28567         (clone-indirect-buffer-other-window): Move bindings from simple.el.
28568         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
28569         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
28571 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
28573         * isearch.el (isearch-edit-string): Make the search-ring available for
28574         minibuffer history commands.
28575         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
28576         the default history commands now work just as well.
28577         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
28579 2005-04-18  Kim F. Storm  <storm@cua.dk>
28581         * emulation/cua-base.el (cua--pre-command-handler): Add more
28582         elaborate check for shift modifier on non-window systems.
28584 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
28586         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
28588 2005-04-18  Kim F. Storm  <storm@cua.dk>
28590         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
28591         and make it optional.  Don't test tooltip-gud-echo-area here.
28592         (tooltip-gud-process-output, gdb-tooltip-print):
28593         Pass tooltip-gud-echo-area to tooltip-show.
28594         (tooltip-help-tips): Remove second optional arg to tooltip-show.
28596 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28598         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
28599         `display-graphic-p' may not be bound yet.
28601 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
28603         * startup.el (command-line): No longer enable Xterm Mouse mode by
28604         default in terminals compatible with xterm.
28606         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
28608 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
28610         * tooltip.el (tooltip-gud-echo-area): Rename from
28611         tooltip-use-echo-area.
28612         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
28613         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
28614         area independently of where help tooltips are displayed.
28616 2005-04-17  David Kastrup  <dak@gnu.org>
28618         * cus-theme.el (custom-theme-write-variables): Quote variables
28619         where necessary.
28621 2005-04-17  Richard M. Stallman  <rms@gnu.org>
28623         * simple.el (yank-excluded-properties): Add follow-link to value.
28625         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
28627         * startup.el (fancy-splash-max-time): Just 30 seconds.
28628         (fancy-splash-delay): Just 7.
28629         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
28631         * loadhist.el (unload-feature): Update for new format of load-history.
28632         Simplify the code.
28634         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
28635         (rmail-font-lock-keywords): Don't fontify the text of a citation.
28637         * mail/sendmail.el (mail-font-lock-keywords):
28638         Don't fontify subject text.
28639         Don't fontify the text of a citation.
28641 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
28643         * comint.el (comint-output-filter): Run comint-output-filter-functions
28644         with point where the user had it.
28646 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
28648         * international/ucs-tables.el (ucs-set-table-for-input):
28649         Disable when using unify-on-decoding.
28651 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
28653         * emulation/cua-base.el (cua-global-mark-face): Add special case
28654         for displays supporting a high number of colors.
28656 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28658         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
28660 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
28662         * filesets.el (filesets-add-buffer): If user supplies a name of a
28663         non-existing fileset, create a new fileset.
28665 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
28667         * textmodes/org.el (org-up-heading-all): Fix bug with
28668         `outline-up-heading-all'.
28670 2005-04-16  Andreas Schwab  <schwab@suse.de>
28672         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
28673         /etc/permissions.d/* and /etc/aliases.d/*.
28675 2005-04-16  Kenichi Handa  <handa@m17n.org>
28677         * international/code-pages.el (cp-make-coding-system):
28678         Set `translation-table-for-input' property value to the symbol
28679         ucs-mule-to-mule-unicode, not to that value.
28680         (pt154): Escape guillemet by `\'.
28682 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
28684         * loadup.el: Load tooltip if x-show-tip is fboundp.
28686         * startup.el (command-line): Add comment.
28688         * tooltip.el (tooltip-mode): Specify correct standard value for
28689         Custom in init-value.
28691 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
28693         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
28694         possible.
28696 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
28698         * textmodes/org.el (org-agenda-date-prompt): Rename from
28699         `org-agenda-date-today'.
28700         (org-evaluate-time-range): Insert at point instead of directly
28701         after time range.
28702         (org-first-headline-recenter, org-subtree-end-visible-p)
28703         (org-optimize-window-after-visibility-change): New functions
28704         (org-agenda-post-command-hook): Don't allow point at end of line,
28705         to make sure it always hits the text properties.
28706         (org-agenda-next-date-line, org-agenda-previous-date-line):
28707         New commands.
28708         (org-set-regexps-and-options): Category may contain white space.
28709         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28710         Improve marker positions.
28711         (org-agenda-new-marker): Argument POS made optional.
28712         (org-agenda-get-timestamps): Deadlines which are done are listed
28713         in org-done-face now.
28714         (org-agenda-get-todos, org-agenda-get-timestamps)
28715         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28716         Set `undone-face' and `done-face' properties.
28717         (org-last-todo-state-is-todo): New variable.
28718         (org-todo): Set `org-last-todo-state-is-todo'.
28719         (org-agenda-todo): Change face according to
28720         `org-last-todo-state-is-todo'.  And change other lines referring to
28721         the same entry.
28722         (org-calendar-goto-agenda): New command.
28723         (org-calendar-to-agenda-key): New option.
28724         (org-startup-folded): New allowed value `content'.
28725         (org-set-regexps-and-options): Accept new value `content' for
28726         `org-startup-folded'.
28727         (org-get-current-options): Handle new value `content' for
28728         `org-startup-folded'.
28729         (org-insert-todo-heading): New command.
28730         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
28731         interactively in empty file and option
28732         `org-insert-mode-line-in-empty-file' has been set.
28733         (org-agenda-todo, org-agenda-priority): Modify to use
28734         `org-agenda-change-all-lines'.
28735         (org-warning-face): Change color on dark background
28737 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28739         * international/mule-cmds.el (set-locale-environment): On Mac OS,
28740         use preferences AppleLocale and AppleLanguages, and variable
28741         mac-system-locale for default locale.  On Mac OS Classic, use
28742         mac-system-coding-system for default coding systems.
28744         * term/mac-win.el: Don't set file-name-coding-system.
28745         Decode variables system-name, emacs-build-system, user-login-name, and
28746         user-full-name by mac-system-coding-system on Mac OS Classic.
28747         (mac-system-coding-system): New variable.
28749 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
28751         * startup.el (command-line): Handle `xterm-mouse-mode' before
28752         reading init file.
28754         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
28756 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
28758         * progmodes/sh-script.el (sh-here-document-word): Make it a
28759         defcustom.  Doc fix.
28760         (sh-add): Bash uses $(( )) for arithmetic.
28761         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
28762         (sh-maybe-here-document): Remove quotes and leading whitespace
28763         from heredoc word when closing.  Indent heredoc with tabs if word
28764         starts with "-".
28766 2005-04-13  Richard M. Stallman  <rms@gnu.org>
28768         * simple.el (undo): Fix previous change.
28770         * custom.el (defface): Doc fix.
28772 2005-04-13  Lute Kamstra  <lute@gnu.org>
28774         * Makefile.in (DONTCOMPILE): Remove list.
28775         (compile, compile-always): Don't use DONTCOMPILE.
28776         (update-authors): Load the library in which batch-update-authors
28777         is defined.
28778         * makefile.w32-in (DONTCOMPILE): Remove list.
28779         (compile, compile-always): Fix comments.
28780         (update-authors): Load the library in which batch-update-authors
28781         is defined.
28783         * generic-x.el (generic-mode-ini-file-find-file-hook):
28784         Rename to ini-generic-mode-find-file-hook.
28785         Keep generic-mode-ini-file-find-file-hook as an alias.
28786         (ini-generic-mode-find-file-hook): Rename from
28787         generic-mode-ini-file-find-file-hook.  Fix docstring.
28788         (ini-generic-mode): Docstring change.
28789         (bat-generic-mode-run-as-comint): Silence the byte compiler.
28791         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
28792         called from lisp.
28794         * generic.el: Move to the emacs-lisp subdir.
28796 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
28798         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
28799         and C-S- function and cursor motion keys.
28801 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
28803         * startup.el (command-line): Enable Xterm Mouse mode by default.
28804         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
28805         for Custom.  No longer show "Mouse" in mode line when enabled.
28806         Doc fix.
28808 2005-04-12  Kim F. Storm  <storm@cua.dk>
28810         * emulation/cua-base.el (cua-rectangle-face)
28811         (cua-rectangle-noselect-face): Define face attributes here.
28813         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
28815 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28817         * startup.el (command-line): Turn off blinking cursor if
28818         cursorBlink in resources is off or false.
28820 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28822         * term/mac-win.el (dnd): Require dnd.
28823         (mac-drag-n-drop): Call dnd-handle-one-url.
28824         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
28825         (kTextEncodingISOLatin2): Remove constants.
28826         (mac-script-code-coding-systems): New constant.
28827         (mac-handle-language-change): New function.
28828         (special-event-map): Bind it to `language-change' event.
28829         (mac-centraleurroman, mac-cyrillic): New coding systems.
28830         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
28831         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
28832         and mac-cyrillic-encoder to encode-mac-centraleurroman and
28833         encode-mac-cyrillic, respectively.
28835 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28837         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
28838         Don't set overlay-arrow-string to "=>" as this is done
28839         globally in C now.
28841 2005-04-12  Lute Kamstra  <lute@gnu.org>
28843         * generic-x.el (rc-generic-mode, rul-generic-mode):
28844         Fix auto-mode-alist entries.
28845         (etc-fstab-generic-mode): Tweak fontification.
28847         * generic.el (generic-make-keywords-list): Fix docstring.
28848         (generic-mode-internal): Simplify generic-font-lock-keywords.
28850 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28852         * whitespace.el (whitespace-buffer-leading)
28853         (whitespace-buffer-trailing): Revert the incorrect test inversion.
28854         However, fix the highlight area for the leading and
28855         trailing whitespaces to show space.
28857 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28859         * whitespace.el (whitespace-version): Bump to 3.5
28861         (whitespace-buffer-leading, whitespace-buffer-trailing):
28862         Invert sense of the test to highlight the whitespace.
28864 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28866         * progmodes/gud.el (gud-display-line): GUD uses its own
28867         overlay arrow now so don't set overlay-arrow-string.
28868         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
28870 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
28872         * term.el (term-ansi-current-bold, term-ansi-current-underline)
28873         (term-ansi-current-reverse, term-ansi-current-invisible)
28874         (term-ansi-face-already-done): Change to boolean.
28875         (term-reset-terminal, term-handle-colors-array): Handle the above
28876         vars accordingly.
28877         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
28878         (term-emulate-terminal): Use the new name.
28880         * faces.el (secondary-selection): Use yellow1, not yellow.
28881         (trailing-whitespace): Use red1, not red.
28883 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28885         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
28886         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
28887         (dired-dnd-handle-file): Call dnd-get-local-file-uri
28889         * cus-edit.el (dnd): New group.
28891         * term/w32-win.el (dnd): Require dnd
28892         (w32-drag-n-drop): Call dnd-handle-one-url.
28894         * x-dnd.el: Require dnd.
28895         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
28896         Call dnd-handle-one-url.
28897         (x-dnd-types-alist, x-dnd-insert-utf8-text)
28898         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
28899         to dnd-insert-text.
28900         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
28901         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
28902         (x-dnd-get-local-file-name, x-dnd-open-local-file)
28903         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
28905         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
28907 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28909         * wdired.el: Doc fixes.
28910         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
28911         (wdired-use-dired-vertical-movement): Rename from
28912         wdired-always-move-to-filename-beginning.
28913         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
28914         (wdired-change-to-wdired-mode): Change mode name.
28915         (wdired-newline): Delete.
28917 2005-04-11  Richard M. Stallman  <rms@gnu.org>
28919         * whitespace.el (whitespace-highlight-the-space):
28920         Don't call whitespace-unhighlight-the-space here.
28922         * simple.el (undo): Record t in undo-equiv-table
28923         for the redo record made by an undo-in-region.
28925 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28927         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
28928         (gdb-frame-inferior-io-buffer): New Functions to control
28929         display of separate IO buffer.
28930         (menu): Add them to menu-bar.
28931         (gdb-display-buffer): Check for buffer another frame.
28932         Protect GUD buffer.
28933         (gdb-setup-windows): Create IO buffer if not already there.
28934         (gdb-memory-mode): Remove purecopy noops.
28936 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
28938         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
28939         and pass to self-insert-command.
28941 2005-04-11  Lute Kamstra  <lute@gnu.org>
28943         * generic.el: Commentary section cleanup.
28944         (generic): Delete.
28945         (generic-use-find-file-hook, generic-lines-to-scan)
28946         (generic-find-file-regexp, generic-ignore-files-regexp)
28947         (default-generic-mode, generic-mode-find-file-hook)
28948         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
28949         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
28950         (generic-use-find-file-hook, generic-lines-to-scan)
28951         (generic-find-file-regexp, generic-ignore-files-regexp)
28952         (default-generic-mode, generic-mode-find-file-hook)
28953         (generic-mode-ini-file-find-file-hook): Move from generic.el.
28955 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
28957         * bookmark.el (bookmark-write-file): Catch errors writing file.
28958         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
28960 2005-04-10  Richard M. Stallman  <rms@gnu.org>
28962         * startup.el (fancy-splash-tail): Update copyright year.
28963         (command-line): Split part of -Q into -D.
28964         (emacs-basic-display): New defvar.
28965         (fancy-splash-text): Correct name of menu item.
28967         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
28969         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
28970         lines in one node.
28972         * comint.el (comint-send-input): New arg ARTIFICIAL.
28973         Callers in this file changed.
28975         * abbrev.el (define-abbrevs): Read system abbrevs properly.
28977         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
28979 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
28981         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
28982         `ldap-search-internal'.
28984 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28986         * files.el (set-auto-mode-1): Use line-end-position.
28988         * international/latin-1.el:
28989         * international/latin-2.el:
28990         * international/latin-3.el:
28991         * international/latin-4.el:
28992         * international/latin-5.el:
28993         * international/latin-8.el:
28994         * international/latin-9.el: Give punctuation syntax to NBSP.
28996         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
28997         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
28998         Use char-classes to accept non-ascii letters, accepted in some recent
28999         bibtex implementations.
29001 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
29003         * custom.el (custom-set-minor-mode): Any non-nil value for the
29004         variable should enable the mode when set through Custom.
29006 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29008         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29009         TAB binding so tab-always-indent is obeyed.
29010         (vhdl-minibuffer-local-map): Move initialization into declaration.
29011         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29012         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29013         (vhdl-hooked-abbrev): Avoid test for XEmacs.
29014         (vhdl-current-line): Use line-beginning-position.
29015         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29016         with-output-to-temp-buffer, so the current position can be recorded.
29018 2005-04-10  Masatake YAMATO  <jet@gyve.org>
29020         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29021         Add regexp for gcov.
29023 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
29025         * calendar/time-date.el (time-to-seconds, seconds-to-time)
29026         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29027         syntax which Emacs 20 doesn't support.
29029 2005-04-09  Richard M. Stallman  <rms@gnu.org>
29031         * help.el (describe-key-briefly, describe-key):
29032         Replace strings as event types with "(any string)".
29034 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29036         * arc-mode.el (archive-mode-map): Move initialization into
29037         the declaration.  Override *all* bindings of `undo'.
29038         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29040 2005-04-09  Jay Belanger  <belanger@truman.edu>
29042         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29044 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
29046         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29047         (xterm-register-default-colors): Update color values computation
29048         to match xterm-200.
29050 2005-04-09  Kenichi Handa  <handa@m17n.org>
29052         * international/code-pages.el (iso-latin-7): Fix the map.
29054 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
29056         * emacs-lisp/lisp.el (defun-prompt-regexp)
29057         (parens-require-spaces, buffer-end, end-of-defun)
29058         (insert-parentheses): Doc fixes.
29060 2005-04-08  Kim F. Storm  <storm@cua.dk>
29062         * comint.el (comint-highlight-prompt): Fix face spec.
29063         * hi-lock.el (hi-green): Likewise.
29065 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29067         * cus-edit.el (custom-modified-face):
29068         * comint.el (comint-highlight-input): Fix previous changes.
29069         * term.el (term-handle-ansi-escape): Add a comment.
29071 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
29073         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29074         in the buffer and in whitespace-highlighted-space.
29075         (whitespace-unhighlight-the-space): Simplify.
29076         (whitespace-buffer): Simplify.
29078 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29080         * textmodes/table.el (table-cell-face): Add special case for
29081         displays supporting a high number of colors.
29082         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29083         (vhdl-font-lock-reserved-words-face)
29084         (vhdl-speedbar-architecture-face)
29085         (vhdl-speedbar-instantiation-face)
29086         (vhdl-speedbar-architecture-selected-face)
29087         (vhdl-speedbar-instantiation-selected-face): Likewise.
29088         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29089         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29090         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29091         (ebrowse-root-class-face, ebrowse-member-attribute-face)
29092         (ebrowse-progress-face): Likewise.
29093         * progmodes/compile.el (compilation-info-face): Likewise.
29094         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29095         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29096         * calendar/calendar.el (diary-face): Likewise.
29097         * woman.el (woman-italic-face, woman-bold-face)
29098         (woman-unknown-face): Likewise.
29099         * wid-edit.el (widget-button-pressed-face): Likewise.
29100         * whitespace.el (whitespace-highlight-face): Likewise.
29101         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29102         * pcvs-info.el (cvs-marked-face): Likewise.
29103         * info.el (info-xref): Likewise.
29104         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29105         * hilit-chg.el (highlight-changes-face)
29106         (highlight-changes-delete-face): Likewise.
29107         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29108         (hi-red-b): Likewise.
29109         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29110         * font-lock.el (font-lock-keyword-face)
29111         (font-lock-function-name-face, font-lock-warning-face): Likewise.
29112         * cus-edit.el (custom-invalid-face, custom-modified-face)
29113         (custom-set-face, custom-changed-face, custom-variable-tag-face)
29114         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29115         * comint.el (comint-highlight-prompt): Likewise.
29117 2005-04-08  Lute Kamstra  <lute@gnu.org>
29119         * font-lock.el (font-lock-keywords): Docstring fixes.
29121 2005-04-08  Kenichi Handa  <handa@m17n.org>
29123         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29124         chars are more than a limit, print " and more..." at the tail.
29126 2005-04-08  Kim F. Storm  <storm@cua.dk>
29128         * emacs-lisp/authors.el (authors-aliases): Update list.
29129         (authors-ignored-files): New list.
29130         (authors-fixed-entries): Fix typo.
29131         (authors-renamed-files-alist): Update list.
29132         (authors-add): Check authors-ignored-files.
29134 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
29136         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29137         optional, to ensure backward compatibility.
29139 2005-04-08  Stephen Eglen  <stephen@gnu.org>
29141         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29143 2005-04-08  Kim F. Storm  <storm@cua.dk>
29145         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29147         * mouse.el (mouse-on-link-p): Doc fix.
29149 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
29151         * ielm.el (ielm-prompt-read-only): Doc fix.
29153         * comint.el (comint-prompt-read-only): Doc fix.
29155 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
29157         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29158         ensure dired always handles wildcards passed to ffap.
29159         (find-file-at-point): Use it.
29160         (ffap-dired-wildcards): Doc fix.
29162 2005-04-07  Juri Linkov  <juri@jurta.org>
29164         * simple.el (next-error-overlay-arrow-position): New defvar.
29165         Put "=>" on its property `overlay-arrow-string'.  Add it to
29166         `overlay-arrow-variable-list'.
29168         * progmodes/compile.el (compilation-setup):
29169         Set `next-error-overlay-arrow-position' to nil.  Also set it to
29170         nil in the local hook `kill-buffer-hook'.  Make local variable
29171         `overlay-arrow-string' and set it to "=>".
29172         (compilation-goto-locus): Set BOL position to
29173         `next-error-overlay-arrow-position' instead of
29174         `overlay-arrow-position'.
29176         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29177         locally instead of adding it to the global hook.
29178         (Info-kill-buffer): Move up.
29180 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
29182         * term/xterm.el (xterm-standard-colors): Update color values from
29183         xterm-200.
29185 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29187         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29189         * fast-lock.el:
29190         * lazy-lock.el: Move them to the obsolete subdir.
29192 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29194         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29195         (wdired-add-replace-advice): Remove.
29196         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29198 2005-04-06  Kim F. Storm  <storm@cua.dk>
29200         * startup.el (command-line): Add --bare-bones alias for -Q.
29202 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29204         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29205         create the startup fontset if a font specification ends with
29206         `mac-roman'.
29208 2005-04-06  Lute Kamstra  <lute@gnu.org>
29210         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29211         change.
29213         * emacs-lisp/copyright.el (copyright-update-year): Replace the
29214         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
29216 2005-04-05  Lute Kamstra  <lute@gnu.org>
29218         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29219         (define-generic-mode): Ditto.  Fix debug declaration.
29221         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29222         Put them in the generic-x group.
29224         * calendar/timeclock.el (timeclock): Doc fix.
29226         * generic.el (define-generic-mode): Don't use custom-current-group.
29227         Document default :group value.
29228         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29229         (define-global-minor-mode): Don't use custom-current-group.
29231 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
29233         * startup.el (command-line-1): Display startup-echo-area-message
29234         when fancy splash screen is in use.
29236         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29237         (sh-escaped-newline): New face.
29238         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29239         newline, and use sh-escaped-newline face.
29241         * progmodes/tcl.el (tcl-escaped-newline): New face.
29242         (tcl-builtin-list): New variable.
29243         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29244         newlines.  Fix keywords subexpression number.
29246 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
29248         * textmodes/org.el (org-diary-default-entry): Fix call to
29249         `add-to-diary-entry'.
29251 2005-04-05  Kim F. Storm  <storm@cua.dk>
29253         * ediff-init.el: Use (featurep 'xemacs).
29255 2005-04-05  David Ponce  <david@dponce.com>
29257         * cus-edit.el (face): Derive from symbol widget.  Display sample
29258         of the current face on the fly.
29259         (widget-face-sample-face-get, widget-face-notify): New functions.
29260         (widget-face-value-create): Remove.
29262         * wid-edit.el (widget-field-end): Temporarily remove field
29263         narrowing before to call `get-char-property'.
29265 2005-04-04  Jay Belanger  <belanger@truman.edu>
29267         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
29268         (math-read-subscripts): New variable.
29269         (math-read-preprocess-string): Process subscripts.
29271 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
29273         * comint.el (comint-prompt-read-only): Doc fix.
29275         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
29276         `-1'.  Doc fix.
29278 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
29280         * textmodes/org.el (org-insert-mode-line-in-empty-file):
29281         Change default value to nil.
29283 2005-04-04  Lute Kamstra  <lute@gnu.org>
29285         * autorevert.el (auto-revert-mode): Specify :group.
29286         * battery.el (display-battery-mode): Specify :group.
29287         * diff-mode.el (diff-minor-mode): Specify :group.
29288         * font-core.el (font-lock-mode): Specify :group.
29289         * hl-line.el (hl-line-mode): Specify :group.
29290         * iimage.el (iimage): New customization group.
29291         (iimage-mode): Specify :group.
29292         * longlines.el (longlines-mode): Specify :group.
29293         * master.el: Don't require easy-mmode.
29294         (master): New customization group.
29295         (master-mode): Specify :group.
29296         * msb.el (msb-mode): Specify :group.
29297         * reveal.el (reveal-mode): Specify :group.
29298         * simple.el (next-error-follow-minor-mode): Specify :group.
29299         * smerge-mode.el (smerge-mode): Specify :group.
29300         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
29301         * emulation/cua-base.el (cua-mode): Specify :group.
29302         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
29303         * language/thai-util.el (thai-auto-composition-mode)
29304         (thai-word-mode): Specify :group.
29305         * mail/supercite.el (sc-minor-mode): Specify :group.
29306         * progmodes/cwarn.el (cwarn-mode): Specify :group.
29307         * progmodes/flymake.el (flymake-mode): Specify :group.
29308         * progmodes/glasses.el (glasses-mode): Specify :group.
29309         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
29310         * textmodes/enriched.el (enriched-mode): Specify :group.
29311         * textmodes/refill.el (refill-mode): Specify :group.
29313         * add-log.el (change-log-font-lock-keywords): Names in
29314         parenthesized lists can contain spaces.
29316 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
29318         * startup.el (fancy-splash-text): Shorten default text of
29319         "Emacs Tutorial" line.  Also, if the current language env
29320         indicates an available tutorial file other than TUTORIAL,
29321         extract its title and append it to the line in parentheses.
29322         (fancy-splash-insert): If arg is a thunk, funcall it.
29324 2005-04-04  Jay Belanger  <belanger@truman.edu>
29326         * calc.el (calc-language-alist): Add tags to customization type.
29328 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
29330         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
29331         Doc fix.
29333 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
29335         * add-log.el (change-log-font-lock-keywords): The manual
29336         describing a Change Log entry, says: (...) "Aside from these
29337         header lines, every line in the change log starts with a space or
29338         a tab.".  The font-lock was not highlighting lines started with
29339         spaces, added support for it.
29341 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
29343         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
29344         (bibtex-generate-url-list): Update docstring accordingly.  Put the
29345         complex example in the docstring.
29346         (bibtex-font-lock-url): Use pop.
29348 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29350         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
29352         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
29354 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
29356         * filesets.el (filesets-set-default): Doc fix.
29358 2005-04-03  Lute Kamstra  <lute@gnu.org>
29360         * generic.el (define-generic-mode): Add argument to specify
29361         keywords for defcustom.
29362         (default-generic-mode): Specify :group.
29364         * generic-x.el: Specify :group for all generic modes.
29366         * desktop.el (desktop-no-desktop-file-hook)
29367         (desktop-after-read-hook): Doc fix.
29369 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
29371         * simple.el (visible-mode): Use explicit :group keyword.
29372         This changes the group of `visible-mode-hook' from paren-blinking
29373         to editing-basics.
29375 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
29377         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
29378         mailbox specifications as well as URLs.
29379         (rmail-insert-inbox-text): Remove unused conditional branches.
29381 2005-04-01  Jay Belanger  <belanger@truman.edu>
29383         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
29384         (calc-gnuplot-print-command): Move definitions to calc.el.
29386         * calc/calc-embed.el (calc-embedded-announce-formula)
29387         (calc-embedded-open-formula, calc-embedded-close-formula)
29388         (calc-embedded-open-word, calc-embedded-close-word)
29389         (calc-embedded-open-plain, calc-embedded-close-plain)
29390         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
29391         (calc-embedded-open-mode, calc-embedded-close-mode):
29392         Move definitions to calc.el.
29394         * calc/calc.el (calc-settings-file, calc-language-alist):
29395         Make customizable.
29396         (calc-embedded-announce-formula, calc-embedded-open-formula)
29397         (calc-embedded-close-formula, calc-embedded-open-word)
29398         (calc-embedded-close-word, calc-embedded-open-plain)
29399         (calc-embedded-close-plain, calc-embedded-open-new-formula)
29400         (calc-embedded-close-new-formula, calc-embedded-open-mode)
29401         (calc-embedded-close-mode, calc-gnuplot-name)
29402         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
29403         from other files and make customizable.
29405 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29407         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
29408         Use buffer-live-p.
29409         (cvs-mode-run): Don't call cvs-update-header here.
29410         (cvs-run-process): Call cvs-update-header.
29411         Use process properties for cvs-postprocess and cvs-buffer so that
29412         the sentinel can behave better if the temp buffer is killed.
29413         Use a pipe rather than a tty, to better handle unexpected prompts.
29414         (cvs-sentinel): Rewrite.  Call cvs-update-header.
29416 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
29418         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
29419         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
29421 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29423         * generic.el (define-generic-mode): Add indentation rule.
29425 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
29427         * files.el (mode-require-final-newline): Make Custom correctly
29428         report a nil value and allow to set it to nil via Custom.
29429         Doc fix.
29431 2005-04-01  Kenichi Handa  <handa@m17n.org>
29433         * international/characters.el: Enable the correct case setting for
29434         dotless-i and dotted-I.
29436 2005-04-01  Kim F. Storm  <storm@cua.dk>
29438         * ido.el (ido-file-internal): Fall back to non-ido command if
29439         initial directory is on slow ftp (or tramp) host.
29441 2005-03-31  Richard M. Stallman  <rms@gnu.org>
29443         * emacs-lisp/autoload.el (make-autoload):
29444         Handle define-global-minor-mode.
29446         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29447         Rename from easy-mmode-define-global-mode.
29448         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
29450         * progmodes/scheme.el (scheme-mode-syntax-table):
29451         Update syntax of | and # for two-character comment syntax.
29453 2005-03-31  Lute Kamstra  <lute@gnu.org>
29455         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
29456         (define-minor-mode): Call custom-current-group at load-time.
29458         * generic.el (define-generic-mode): Add debug declaration.
29459         Add defcustom for the mode hook.
29460         (generic-mode-internal): Use run-mode-hooks.
29462 2005-03-31  Kim F. Storm  <storm@cua.dk>
29464         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
29465         (mouse-fixup-help-message): New defun called by show_help_echo
29466         to fixup mouse-2 prefix in help messages when applicable.
29468         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
29470 2005-03-31  Kenichi Handa  <handa@m17n.org>
29472         * language/thai-word.el (thai-find-word-ends): Pay attention to
29473         the case that we reach the end of buffer.
29475         * textmodes/fill.el (fill-text-properties-at): New function.
29476         (fill-newline): Use fill-text-properties-at instead of
29477         text-properties-at.
29479 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
29481         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
29482         not comint-quote-filename.
29484 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
29486         * help-fns.el (help-with-tutorial): Revert last change.
29488 2005-03-31  Kim F. Storm  <storm@cua.dk>
29490         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
29492 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
29494         * calendar/cal-china.el: Update reference to "Calendrical
29495         Calculations" book; there's a new edition.
29496         * calendar/cal-coptic.el: Likewise.
29497         * calendar/cal-french.el: Likewise.
29498         * calendar/cal-hebrew.el: Likewise.
29499         * calendar/cal-islam.el: Likewise.
29500         * calendar/cal-iso.el: Likewise.
29501         * calendar/cal-julian.el: Likewise.
29502         * calendar/cal-mayan.el: Likewise.
29503         * calendar/cal-persia.el: Likewise.
29504         * calendar/calendar.el: Likewise.
29505         * calendar/holidays.el: Likewise.
29506         * calendar/lunar.el: Likewise.
29507         * calendar/solar.el: Likewise.
29509         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
29510         white space from doc string.
29512 2005-03-30  Jay Belanger  <belanger@truman.edu>
29514         * calc/calc-help.el (calc-full-help): Remove email address.
29516 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
29518         * help-fns.el (help-with-tutorial): Delete title line.
29520 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29522         * calendar/cal-x.el (calendar-one-frame-setup)
29523         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
29524         rather than `symbol' for set-window-dedicated-p.
29526         * calendar/appt.el (appt-buffer-name): Make it a constant.
29527         (appt-add): Doc fix.
29529         * filesets.el (filesets-menu-path, filesets-menu-before)
29530         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
29531         (filesets-menu-cache-file): Use directory ~/.emacs.d.
29532         (filesets-add-submenu): Delete and use add-submenu instead.
29534 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
29536         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
29537         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
29538         (org-diary-default-entry): New function.
29539         (org-get-entries-from-diary): Better parsing of diary entries.
29540         (org-agenda-check-no-diary): New function.
29541         ("diary-lib"): Advice to function `add-to-diary-list', to allow
29542         linking to diary entries.
29543         (org-agenda-execute-calendar-command): New function.
29544         (org-agenda): Improve visible section in window.
29545         Use `org-fit-agenda-window'.
29546         (org-fit-agenda-window): New option.
29547         (org-move-subtree-down): Better handling of empty lines
29548         at end of subtree.
29549         (org-cycle): Numeric prefix is interpreted now as show-subtree N
29550         levels up.
29551         (org-fontify-done-headline): New option.
29552         (org-headline-done-face): New face.
29553         (org-set-font-lock-defaults): Use `org-headline-done-face'.
29554         (org-table-copy-down): Rename from `org-table-copy-from-above'.
29555         When current field is non-empty, it is copied to next row.
29556         (org-table-copy-from-above): Fix bug which made it
29557         impossible to copy fields containing only a single non-white character.
29559 2005-03-30  Kim F. Storm  <storm@cua.dk>
29561         * kmacro.el (kmacro-end-macro): Isearch may store this command
29562         into the macro -- so ignore it when executing keyboard macro.
29564 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29566         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
29568 2005-03-29  Kenichi Handa  <handa@m17n.org>
29570         * language/thai.el ("Thai"): Set setup-function and exit-function
29571         for Thai language environment.
29573         * language/thai-util.el: Require thai-word.
29574         (thai-word-mode-map): New variable.
29575         (thai-word-mode): New minor mode.
29576         (setup-thai-language-environment-internal): New function.
29577         (exit-thai-language-environment-internal): New function.
29579         * language/thai-word.el (thai-word-table): Declare it by defvar,
29580         use dolist to initialize it.
29581         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
29582         (thai-fill-find-break-point): New functions.
29584 2005-03-29  Richard M. Stallman  <rms@gnu.org>
29586         * simple.el (idle-update-delay): Move definition up.
29587         (set-mark): Doc fix.
29589 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
29591         * longlines.el: New file.
29593         * simple.el (buffer-substring-filters): New variable.
29594         (filter-buffer-substring): New function.
29595         (kill-region, copy-region-as-kill): Use it.
29597         * register.el (copy-to-register, append-to-register)
29598         (prepend-to-register): Use filter-buffer-substring.
29600 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29602         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
29603         (gud-filter-pending-text): Move in front of gdb.
29604         (gud-overlay-arrow-position): New variable.
29605         (gud-sentinel, gud-display-line): Use it in place of
29606         overlay-arrow-position.
29608 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
29610         * progmodes/fortran.el (fortran-if-indent): Doc fix.
29611         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
29612         (fortran-font-lock-keywords-4): New variable.
29613         (fortran-blocks-re, fortran-end-block-re)
29614         (fortran-start-block-re): New constants, for hideshow.
29615         (hs-special-modes-alist): Add a Fortran entry.
29616         (fortran-mode-map): Bind fortran-end-of-block,
29617         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
29618         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
29619         (fortran-looking-at-if-then, fortran-end-of-block)
29620         (fortran-beginning-of-block): New functions, for hideshow.
29622         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
29623         Doc fix.  Tweak regexp.
29624         (f90-beginning-of-block): Push mark first.
29626 2005-03-29  Jay Belanger  <belanger@truman.edu>
29628         * calc/calc.el: Update copyright date.
29629         (calc-version): Increase to 2.1.
29630         (calc-version-date): Remove.
29632         * calc/calc-help.el: Update copyright date.
29633         (calc-full-help): Remove reference to calc-version-date.
29634         Update copyright date.
29636 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29638         * vc.el (vc-do-command): Use a pipe for async processes, so password
29639         prompts don't show up at places where the user can't reply.
29641 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
29643         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
29644         on the file name we pass to the inferior shell.
29646 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
29648         * progmodes/which-func.el (which-function): Be robust in the face of an
29649         imenu--make-index-alist failure.
29651 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29653         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
29655         * progmodes/python.el (python-preoutput-filter): Fix last change.
29657 2005-03-29  Lute Kamstra  <lute@gnu.org>
29659         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
29660         functions and compiled macros.
29661         (debug-convert-byte-code): Handle macros too.
29662         (debug-on-entry-1): Don't signal an error when trying to clear a
29663         function that is not set to debug on entry.
29665 2005-03-29  Jay Belanger  <belanger@truman.edu>
29667         * calc/calc-lang.el: Add functions to math-function-table
29668         properties of tex and math.
29670 2005-03-29  Kenichi Handa  <handa@m17n.org>
29672         * ps-mule.el (ps-mule-plot-string): Translate characters by
29673         ps-print-translation-table.
29674         (ps-mule-begin-job): Call find-charset-region/string with
29675         ps-print-translation-table.
29676         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
29678         * ps-print.el (ps-print-translation-table): New variable.
29679         (ps-plot-region): Translate characters by ps-print-translation-table.
29681 2005-03-29  Juri Linkov  <juri@jurta.org>
29683         * simple.el (next-error-highlight-timer): New variable.
29685         * progmodes/compile.el (compilation-goto-locus):
29686         Use `next-error-highlight-timer' instead of `sit-for'.
29688 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29690         * mail/supercite.el (sc-mail-field): Use assoc-string.
29691         (sc-get-address): Simplify regexps.
29693         * files.el (minibuffer-with-setup-hook): New macro.
29694         (find-file-read-args): Use it to avoid let-binding
29695         minibuffer-with-setup-hook (which breaks turning on/off
29696         file-name-shadow-mode while in the prompt).
29698         * complete.el (PC-read-include-file-name-internal):
29699         Use test-completion.
29701 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
29703         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
29705 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29707         * window.el (window-buffer-height): Use count-screen-lines.
29709         * progmodes/python.el (python-preoutput-leftover): New var.
29710         (python-preoutput-filter): Use it.
29711         (python-send-receive): Loop until all the result has been received.
29713 2005-03-28  Juri Linkov  <juri@jurta.org>
29715         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
29717         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
29718         "Recover Crashed Session".
29719         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
29720         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
29721         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
29722         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
29723         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
29724         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
29725         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
29726         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
29728         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
29729         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
29730         Ediff Sessions", "Toggle use of separate control buffer frame",
29731         "Use separate frame for Ediff control buffer".
29733         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
29734         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
29735         "Rename Bookmark", "Delete Bookmark".
29737         * info.el (Info-mode-menu): Remove ellipsis from "Index".
29738         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
29739         Add `:active Info-index-alternatives' to "Next Matching Item".
29741         * wdired.el (wdired-change-to-wdired-mode):
29742         Mention `wdired-abort-changes' key in the initial message.
29744         * international/mule.el (auto-coding-alist): Associate non-ascii
29745         image filename extensions with `no-conversion'.
29747 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29749         * international/iso-acc.el:
29750         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
29752 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
29754         * textmodes/sgml-mode.el (html-mode): Doc update.
29756         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
29758 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
29760         * term.el (term-move-columns): Fix face after extending a line.
29761         (term-insert-spaces): Likewise.
29762         (term-reset-terminal): Fix off by one error.
29764 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29766         * international/mule.el (auto-coding-alist): Add .xpi files.
29768         * files.el (auto-mode-alist): Add .xpi files.
29770 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
29772         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
29774 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29776         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
29778 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
29780         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
29781         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
29783         * calendar/cal-move.el (calendar-beginning-of-year): Move the
29784         cursor to Jan 1 when needed.
29785         (calendar-end-of-year): Fix -/+ typo.
29786         Reported by Chong Yidong <cyd@stupidchicken.com>.
29788 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29790         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
29792         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
29793         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
29795 2005-03-25  Richard M. Stallman  <rms@gnu.org>
29797         * filesets.el (filesets-init): Add autoload.
29799         * mail/mailalias.el (mail-directory): Doc fix.
29801 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29803         * mail/mailalias.el (mail-directory-process): Do nothing if
29804         mail-directory-process is an atom.
29805         (mail-get-names): Ignore mail-directory-names if it is an atom.
29806         (mail-directory-process defvar): Doc fix.
29807         (mail-names): Doc fix.
29809 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
29811         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
29813 2005-03-26  Kenichi Handa  <handa@m17n.org>
29815         * international/mule-util.el (detect-coding-with-priority):
29816         Call update-coding-systems-internal before detect-coding-region.
29818 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
29820         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
29821         (gdb-frames-mode-map): Add follow-link property.
29823 2005-03-25  Jay Belanger  <belanger@truman.edu>
29825         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
29826         for variables.
29828 2005-03-25  Juri Linkov  <juri@jurta.org>
29830         * image-mode.el: Optimize image filename extension regexps in
29831         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
29832         in `auto-mode-alist'.
29833         (image-mode): Add `image-toggle-display-text' to local hook
29834         `change-major-mode-hook'.  Display the image as an image by
29835         default.  Set `cursor-type' and `truncate-lines' if the image
29836         is already displayed.  Take into account the current mode (image
29837         or text) in message.
29838         (image-minor-mode): New minor mode.
29839         (image-mode-maybe, image-toggle-display-text): New functions.
29840         (image-toggle-display): Use called-interactively-p.
29841         Let-bind `inhibit-read-only' to t.
29843         * image-mode.el (image-minor-mode): Set `cursor-type' and
29844         `truncate-lines' if the image is already displayed.  Add turning
29845         image-minor-mode off to `change-major-mode-hook'.  Add message.
29846         Call `image-toggle-display-text' after turning image-minor-mode off.
29848 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29850         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
29851         Terminal.app, use utf-8.
29852         (set-display-table-and-terminal-coding-system): Add coding-system arg.
29853         (set-locale-environment): Use it.
29855         * term/xterm.el: Undo last change, better done in mule-cmds.el.
29857         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
29859         * progmodes/python.el (python-close-block-statement-p)
29860         (python-outdent-p, python-current-defun): Use symbol-end.
29862 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
29864         * files.el (save-some-buffers): Doc fix.
29866 2005-03-25  Werner Lemberg  <wl@gnu.org>
29868         * complete.el, thumbs.el: Replace `legal' with `valid'.
29869         * calendar/calendar.el: Replace `legal' with `valid'.
29870         * emacs-lisp/advice.el: Replace `legal' with `valid'.
29871         * mail/supercite.el: Replace `legal' with `valid'.
29872         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
29873         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
29874         Replace `legal' with `valid'.
29875         * textmodes/reftex-vars.el, textmodes/reftex.el:
29876         Replace `legal' with `valid'.
29878 2005-03-25  Werner Lemberg  <wl@gnu.org>
29880         * calc/calc-forms.el, calc/calc-sel.el
29881         * midnight.el, vc-cvs.el
29882         * emacs-lisp/cl-macs.el
29883         * emulation/vip.el
29884         * eshell/esh-io.el, eshell/esh-var.el
29885         * mail/supercite.el
29886         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
29887         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
29888         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
29889         * progmodes/sh-script.el, progmodes/xscheme.el
29890         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
29891         * textmodes/reftex-index.el, textmodes/reftex-parse.el
29892         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
29893         * textmodes/reftex.el, textmodes/org.el:
29894         Replace `illegal' with `invalid'.
29896 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29898         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
29899         (flymake-find-buildfile, flymake-find-possible-master-files)
29900         (flymake-check-include, flymake-parse-line): Replace loops over the
29901         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
29903         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
29904         Substitute file-name-as-directory in the rest of the file.
29905         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
29906         (flymake-replace-region): Remove unused arg `buffer'.
29907         (flymake-check-patch-master-file-buffer): Update calls to it.
29908         (flymake-add-err-info): Remove unused var `count'.
29909         (flymake-mode): Use define-minor-mode.
29911         * progmodes/flymake.el: Use with-current-buffer.
29912         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
29913         flymake-replace-regexp-in-string, flymake-line-beginning-position)
29914         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
29915         Avoid testing for `xemacs'.
29916         (flymake-nop): Move.
29917         (flymake-region-has-flymake-overlays): Return the computed value.
29918         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
29919         Remove unused var `endline'.
29920         (flymake-get-line-count): Remove unused function.
29921         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
29923         * emulation/vi.el:
29924         * generic.el:
29925         * hilit-chg.el (global-highlight-changes):
29926         * hi-lock.el (hi-lock-mode):
29927         * follow.el: find-file-hooks -> find-file-hook.
29929         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
29931 2005-03-24  Juri Linkov  <juri@jurta.org>
29933         * dired.el (dired-mode-map): Add menu item "Compare directories"
29934         for dired-compare-directories.
29936         * dired-aux.el (dired-compare-directories): Add autoload cookie.
29937         Doc fix.  Replace `read-file-name' with `read-directory-name'.
29939 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29941         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
29943 2005-03-24  Jay Belanger  <belanger@truman.edu>
29945         * calc/calc-embed.el (calc-embedded-mode-change): Save all
29946         relevant mode settings in calc-embedded-original-modes when modes
29947         are permanently changed.
29949 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29951         * autoinsert.el: find-file-hooks -> find-file-hook.
29953 2005-03-24  Lute Kamstra  <lute@gnu.org>
29955         * generic.el (generic-font-lock-defaults): Make it obsolete.
29956         (generic-font-lock-keywords): New variable to replace
29957         generic-font-lock-defaults.
29958         (generic-mode-set-font-lock): Delete it.
29959         (generic-mode-internal): Don't call generic-mode-set-font-lock.
29960         (generic-bracket-support): Add docstring.
29962         * generic-x.el: Rename generic-font-lock-defaults to
29963         generic-font-lock-keywords throughout.
29964         (mailagent-rules-setup-function): Delete it.
29965         (mailagent-rules-generic-mode): Use anonymous function instead.
29966         (show-tabs-generic-mode-font-lock-defaults-1)
29967         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
29968         Quote faces.
29969         (show-tabs-tab-face, show-tabs-space-face): Specify background,
29970         not foreground.
29972         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
29973         Recognize define-generic-mode.
29975 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
29977         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
29978         if there's no completion table.
29980 2005-03-23  Miles Bader  <miles@gnu.org>
29982         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29983         Remove tty-specific variants, as they're no longer needed.
29985 2005-03-23  Lute Kamstra  <lute@gnu.org>
29987         * generic-x.el: Code cleanup: make args constant whenever possible.
29988         (installshield-statement-keyword-list)
29989         (installshield-system-functions-list)
29990         (installshield-system-variables-list, installshield-types-list)
29991         (installshield-funarg-constants-list): Make them constants.
29993         * generic.el (generic-make-keywords-list): Add autoload cookie.
29995         * calendar/time-date.el: Add comment on time value formats.
29996         Don't require parse-time.
29997         (with-decoded-time-value): New macro.
29998         (encode-time-value): New function.
29999         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30000         (days-to-time): Return a valid time value when arg is huge.
30001         (time-since): Use time-subtract.
30002         (time-to-number-of-days): Use time-to-seconds.
30004 2005-03-23  David Ponce  <david@dponce.com>
30006         * recentf.el (recentf-keep): New option.
30007         (recentf-menu-action): Default to `find-file'.
30008         (recentf-keep-non-readable-files-flag)
30009         (recentf-keep-non-readable-files-p)
30010         (recentf-file-readable-p, recentf-find-file)
30011         (recentf-cleanup-remote): Remove.
30012         (recentf-include-p): More robust.
30013         (recentf-keep-p): New function.
30014         (recentf-remove-if-non-kept): Rename from
30015         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
30016         All callers updated.
30017         (recentf-menu-items-for-commands): Fix help string.
30018         (recentf-track-closed-file): Update.  Doc fix.
30019         (recentf-cleanup): Update.  Count removed files.  Doc fix.
30021 2005-03-23  Kim F. Storm  <storm@cua.dk>
30023         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30024         Don't inherit from fringe face (now happens automatically).
30026 2005-03-22  Kim F. Storm  <storm@cua.dk>
30028         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30029         position values.
30031 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
30033         * menu-bar.el (showhide-date-time): Remove.
30034         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30035         (menu-bar-make-mm-toggle): Simplify.
30037 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30039         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30040         Accept qualified variable and function names.
30042 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
30044         * bindings.el (completion-ignored-extensions):
30045         Remove ".lis" for `vax-vms'.
30047 2005-03-22  Andreas Schwab  <schwab@suse.de>
30049         * generic-x.el: Revert last change.
30050         * ldefs-boot.el: Update.
30052 2005-03-22  Jay Belanger  <belanger@truman.edu>
30054         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30055         (calc-embedded-save-original-modes)
30056         (calc-embedded-restore-original-modes): New functions.
30057         (calc-do-embedded): Save original modes when entering embedded mode
30058         and restore when leaving embedded mode.
30059         (calc-embedded-modes-change): Change the value of
30060         calc-embedded-original-modes to reflect permanent changes.
30062 2005-03-22  Lute Kamstra  <lute@gnu.org>
30064         * generic-x.el: Require generic again.
30066 2005-03-22  Miles Bader  <miles@gnu.org>
30068         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30069         Tweak details to look good on both ttys and bitmap displays, light
30070         or dark background, etc.
30072 2005-03-21  Kim F. Storm  <storm@cua.dk>
30074         * tooltip.el (tooltip-show-help-function): Check car and cdr of
30075         mouse position.
30077 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
30079         * icomplete.el: Don't forcibly turn on the mode upon load.
30080         (icomplete-mode): Use define-minor-mode.
30081         (icomplete-eoinput): Default to nil.
30082         (icomplete-minibuffer-setup): Remove autoload.
30083         (icomplete-tidy): Simplify.
30084         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30085         in the initial state or if the user has modified the field.
30086         Fix handling of icomplete-max-delay-chars.
30087         Remove code that handles the oddball case where
30088         minibuffer-completion-table is an integer.
30089         Wrap icomplete-completions in while-no-input in case building
30090         completions takes more time than expected.
30091         (icomplete-completions): Simplify.
30093 2005-03-21  Richard M. Stallman  <rms@gnu.org>
30095         * jka-compr.el (jka-compr-really-do-compress):
30096         Make variable buffer-local.
30098         * image-mode.el: Handle .xpm files too.
30099         (image-toggle-display): Preserve modification flag.
30101         * help.el (where-is): Don't mention aliases with no key bindings.
30103 2005-03-21  Lute Kamstra  <lute@gnu.org>
30105         * generic.el: Fix commentary section.  Don't require cl for
30106         compilation.
30107         (generic-mode-list): Add autoload cookie.
30108         (generic-use-find-file-hook, generic-lines-to-scan)
30109         (generic-find-file-regexp, generic-ignore-files-regexp)
30110         (generic-mode, generic-mode-find-file-hook)
30111         (generic-mode-ini-file-find-file-hook): Fix docstrings.
30112         (define-generic-mode): Make it a defmacro.  Fix docstring.
30113         (generic-mode-internal): Code cleanup.  Add autoload cookie.
30114         (generic-mode-set-comments): Code cleanup.
30115         * generic-x.el: Don't prevent compilation.  Don't require generic.
30116         Follow coding conventions.  Minor code cleanup.
30117         (etc-fstab-generic-mode): Add some keywords.
30118         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30119         define-generic-mode like a function declaration.
30121 2005-03-21  Jay Belanger  <belanger@truman.edu>
30123         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30124         changing modes.
30126 2005-03-21  Sam Steingold  <sds@gnu.org>
30128         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30130 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
30132         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30133         Add underscore to "f$ lexicals" regexp.
30135 2005-03-20  Juri Linkov  <juri@jurta.org>
30137         * subr.el (progress-reporter-do-update): When `min-value' is equal
30138         to `max-value', set `percentage' to 0 and prevent division by zero.
30140 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
30142         Sync with Tramp 2.0.48.
30144         * net/tramp.el (all): Change all addresses to .gnu.org.
30145         (tramp-append-tramp-buffers): New defun.
30146         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30147         Catch `dont-send' signal.
30148         (tramp-set-auto-save-file-modes): Set always permissions, because
30149         there might be an old auto-saved file belonging to another
30150         original file.  This could be a security threat.  Reported by
30151         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30152         Check for Emacs 21.3.50 removed.
30154         * net/tramp-smb.el (all): Remove debug construct for
30155         `with-parsed-tramp-file-name'.
30156         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30157         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30158         No error message if DIRECTORY or FILENAME doesn't exist.
30159         (tramp-smb-open-connection): Check existence of
30160         `tramp-smb-program'.
30162 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30164         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30165         Properly handle the case where the `m' or `s' command's argument is not
30166         yet terminated.
30167         (perl-indent-new-calculate): New function.
30168         (perl-indent-line): Use it.
30170 2005-03-20  Miles Bader  <miles@gnu.org>
30172         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30173         in text-mode too.  Change to new face names.
30174         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30175         Add `:weight bold' attribute.
30176         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30178 2005-03-19  Juri Linkov  <juri@jurta.org>
30180         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
30182         * international/mule.el (auto-coding-alist): Sync with
30183         `auto-mode-alist' by adding upper case archive file extensions
30184         and adding ear/war to jar extension.
30186 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
30188         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30189         running, restart it.
30191 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
30193         * finder.el (finder-current-item): Throw an error on an empty line.
30195         * man.el (Man-follow-manual-reference): If current-word returns
30196         nil, use "".
30198 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
30200         * simple.el (goto-line): Doc fix.
30202 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
30204         * files.el (save-buffer): Doc fix.
30206 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
30208         * recentf.el (recentf-cleanup-remote): New variable.
30209         (recentf-cleanup): Use it to conditionally check availability of
30210         remote files.
30212 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
30214         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30215         function names.
30217 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
30219         * language/thai-word.el: New file.
30221 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30223         * files.el (backup-buffer): If the file's directory is not
30224         writable, use copy instead of move to backup the file.
30226 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
30228         * obsolete/keyswap.el: Moved to obsolete/ from term/.
30230 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30232         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30233         Use functionp instead of symbolp and fboundp.  Reported by Drkm
30234         <darkman_spam@yahoo.fr>.
30235         (ps-print-version): New version 6.6.6.
30237 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
30239         * textmodes/table.el (table--line-column-position): New idiom.
30240         (table--row-column-insertion-point-p): New function to test
30241         validity of row and column insertion operation at a location.
30242         (table-global-menu, table-cell-menu): Use above functions for
30243         deterministic test operation.
30244         (table--editable-cell-p): Behave in deterministic fashion.
30246 2005-03-18  Juri Linkov  <juri@jurta.org>
30248         * isearch.el (isearch-lazy-highlight-new-loop):
30249         Make arguments beg and end optional.
30250         (isearch-update): Remove optional arguments nil from
30251         isearch-lazy-highlight-new-loop.
30252         (isearch-lazy-highlight-search): Let-bind case-fold-search to
30253         isearch-lazy-highlight-case-fold-search instead of
30254         isearch-case-fold-search, and let-bind isearch-regexp to
30255         isearch-lazy-highlight-regexp.
30256         Use isearch-lazy-highlight-last-string instead of isearch-string.
30258         * replace.el (perform-replace): Remove bindings of global
30259         variables isearch-string, isearch-regexp, isearch-case-fold-search.
30260         Add three new arguments to `replace-highlight'.
30261         (replace-highlight): Add arguments string, regexp, case-fold.
30262         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
30263         to allow isearch-lazy-highlight-new-loop to use these values
30264         to set corresponding isearch-lazy-highlight-* internal
30265         variables whose values lazy highlighting will use regardless of
30266         changes to global variables isearch-string, isearch-regexp,
30267         isearch-case-fold-search during lazy highlighting loop.
30268         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
30269         to `lazy-highlight-cleanup'.
30271         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
30272         (ispell-highlight-face): Set default face to `isearch' when
30273         lazy highlighting is enabled.
30274         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
30275         priority to 1.  Add lazy highlighting.
30276         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
30277         from `isearch-dehighlight'.
30279 2005-03-18  David Ponce  <david@dponce.com>
30281         * files.el (hack-local-variables): Do a case-insensitive search
30282         for End.
30284 2005-03-18  Juri Linkov  <juri@jurta.org>
30286         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
30287         `isearch-lazy-highlight-cleanup', add alias to old name and
30288         declare obsolete.  Add release numbers to other obsolete vars.
30289         (isearch-done, isearch-lazy-highlight-new-loop):
30290         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
30291         (lazy-highlight-cleanup) <variable>: Doc fix.
30292         (isearch-lazy-highlight-update): Rename obsolete
30293         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
30295 2005-03-18  Kenichi Handa  <handa@m17n.org>
30297         * language/thai-util.el: Fix categorization of Thai characters in
30298         thai-category-table.
30299         (thai-composition-pattern): Adjust it for the above change.
30300         (thai-self-insert-command, thai-compose-syllable): New functions.
30301         (thai-compose-region): Use thai-compose-syllable.
30302         (thai-compose-string): Likewise.
30303         (thai-composition-function): Likewise.
30304         (thai-auto-composition): New function.
30305         (thai-auto-composition-mode): New minor mode.
30307         * language/thai.el: Fix patterns to be registered in
30308         composition-function-table.
30310         * international/quail.el (quail-input-method): Locally bind
30311         inhibit-modification-hooks to t.
30313 2005-03-17  Richard M. Stallman  <rms@gnu.org>
30315         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
30316         (perl-mode): Use run-mode-hooks.
30318         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
30319         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
30320         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
30322         * mail/sendmail.el (sendmail-send-it): Reenable the code
30323         to compute resend-to-address and use it.
30325         * tar-mode.el (tar-mode): Turn off undo unconditionally.
30327         * image-mode.el: New file.
30329         * image.el (insert-sliced-image): Add autoload cookie.
30331         * font-lock.el (font-lock-lines-before): New user option.
30332         (font-lock-after-change-function): Obey it.
30334         * bindings.el (esc-map): Make M-g a prefix.
30335         Bind M-g g and M-g M-g to goto-line.
30337         * faces.el (face-id): Doc fix.
30339 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30341         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
30342         (rmail-show-message): Use rmail-unknown-mail-followup-to.
30343         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
30345         * mail/sendmail.el (mail-yank-ignored-headers)
30346         (mail-font-lock-keywords, mail-mode-fill-paragraph):
30347         Add Mail-Followup-To and Mail-Reply-To headers.
30348         (mail-citation-hook): Add autoload cookie.
30349         (mail-mode): Doc fix.
30350         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
30351         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
30352         (mail-mode-fill-paragraph): Handle those headers.
30353         (mail-mailing-lists): New variable.
30354         (mail-mail-reply-to, mail-mail-followup-to): New functions.
30356 2005-03-17  Juri Linkov  <juri@jurta.org>
30358         * isearch.el (isearch-fallback): Check for `(car previous)'
30359         before calling `isearch-other-end-state'.
30361 2005-03-17  Kim F. Storm  <storm@cua.dk>
30363         * simple.el (move-beginning-of-line): Move to beginning of buffer
30364         line, as well as beginning of screen line.
30366 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
30368         * calendar/diary-lib.el (mark-diary-entries): Use new optional
30369         argument REDRAW rather than calendar-redrawing variable.
30370         * calendar/calendar.el (calendar-redrawing): Delete.
30371         (redraw-calendar): Do not bind calendar-redrawing.
30373 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
30375         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
30376         diary-file buffer.
30378 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
30380         * help.el (describe-mode): Allow a :minor-mode-function property to
30381         specify a different minor mode toggle function than the variable.
30382         * simple.el (auto-fill-function):
30383         * subr.el (add-minor-mode): Use it.
30385 2005-03-16  Kenichi Handa  <handa@m17n.org>
30387         * language/ethio-util.el (sera-being-called-by-w3): New variable.
30388         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
30389         (ethio-fidel-to-sera-buffer): Likewise.
30391 2005-03-16  Juri Linkov  <juri@jurta.org>
30393         * emacs-lisp/find-func.el (find-function-regexp):
30394         Add defun-emitting macro `menu-bar-make-toggle'.
30396         * isearch.el: Put `isearch-scroll' property to
30397         `split-window-horizontally'.
30399         * info.el: Update error messages for `debug-ignored-errors'.
30400         (Info-isearch-search): Doc fix.
30401         (Info-find-node): Move up code to go into info buffer before
30402         recording the node to the history.
30403         (Info-fontify-node): Fontify titles only if the next line
30404         has two or more `*', `=', `-', `.'.
30405         Display "go to this node" for empty (match-string 3).
30407 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30409         * term/mac-win.el: Add mouse pointer shape constants.
30411 2005-03-15  Kim F. Storm  <storm@cua.dk>
30413         * simple.el (move-beginning-of-line): Use vertical-motion.
30415 2005-03-15  Juri Linkov  <juri@jurta.org>
30417         * isearch.el (isearch-error): New variable.
30418         (isearch-invalid-regexp, isearch-within-brackets): Remove.
30419         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
30420         (isearch-within-brackets-state): Remove.
30421         (isearch-case-fold-search-state, isearch-pop-fun-state):
30422         Decrease frame index.
30423         (isearch-mode, isearch-top-state, isearch-push-state)
30424         (isearch-edit-string, isearch-abort, isearch-search-and-update)
30425         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
30426         (isearch-search, isearch-lazy-highlight-new-loop):
30427         Replace `isearch-invalid-regexp' with `isearch-error'.
30428         Remove `isearch-within-brackets'.
30429         (isearch-search): Add `search-failed' handler to `condition-case'.
30430         (isearch-lazy-highlight-search): Add `condition-case' to catch
30431         errors and allow `isearch-lazy-highlight-update' to try
30432         highlighting from the beginning of the window.
30433         (isearch-repeat): Move up code to set isearch-wrapped to t
30434         before calling isearch-wrap-function.
30436         * info.el (Info-isearch-initial-node): New internal variable.
30437         (Info-search): Signal an error in isearch mode when search leaves
30438         the initial node.  Signal an error when `bound' is non-nil and
30439         nothing was found in the current subfile.
30440         (Info-isearch-search): Remove `condition-case'.
30441         (Info-isearch-wrap): Don't wrap when search failed during leaving
30442         the initial node.  If `Info-isearch-search' is nil, wrap around
30443         the current node.
30444         (Info-isearch-start): New fun.
30445         (Info-mode): Add buffer-local hook `Info-isearch-start' to
30446         `isearch-mode-hook'.
30448 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30450         * simple.el (normal-erase-is-backspace): Set default to t if
30451         running on Mac.
30453         * term/mac-win.el (function-key-map): Sync with x-win.el.
30455 2005-03-15  Kenichi Handa  <handa@m17n.org>
30457         * international/mule-cmds.el (locale-language-names): Modify the
30458         format of elements and add more entries.
30459         (locale-preferred-coding-systems): Add more entries.
30460         (set-locale-environment): Adjust for the change of
30461         locale-language-names.
30463 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
30465         * pcvs.el (smerge-ediff): Remove bogus autoload.
30467 2005-03-14  Lute Kamstra  <lute@gnu.org>
30469         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
30470         Ignore a `*' at the beginning of a line.
30472         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
30473         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
30474         subr.el.
30475         (dont-compile, eval-when-compile, eval-and-compile): Use declare
30476         to specify indentation.
30478         * generic.el (define-generic-mode): Let generic-mode-list be a
30479         list of strings; test membership with equal.
30481 2005-03-14  Kim F. Storm  <storm@cua.dk>
30483         * simple.el (next-line, previous-line): Add optional try-vscroll
30484         arg to recognize interactive use.  Pass it on to line-move.
30485         (line-move): Don't perform auto-window-vscroll when defining or
30486         executing keyboard macro to ensure consistent behavior.
30488 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30490         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
30492 2005-03-13  Lute Kamstra  <lute@gnu.org>
30494         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
30495         debugger-setup-buffer so that backtrace marks the frames set to
30496         debug-on-exit and we don't have to do it manually.  Set an extra
30497         debug-on-exit for macro's.
30498         (debugger-setup-buffer): Don't mark the top frame manually.
30500 2005-03-12  Lute Kamstra  <lute@gnu.org>
30502         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
30503         lisp-indent-function throughout.
30504         (with-no-warnings): Set lisp-indent-function property.
30506 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
30508         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
30509         Add entry for backslash.
30511 2005-03-12  Juri Linkov  <juri@jurta.org>
30513         * info.el (Info-search): Four fixes for backward search.
30515 2005-03-11  Jay Belanger  <belanger@truman.edu>
30517         * calc/calc.el (calc-language-alist): New variable.
30518         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
30519         (calc-embedded-find-modes): Use calc-language-alist instead of
30520         calc-embedded-language-alist.
30522 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
30524         * calendar/calendar.el (calendar-redrawing): New internal
30525         variable.
30526         (redraw-calendar): Remove bogus save-excursion from previous
30527         change.  Bind calendar-redrawing to t for mark-diary-entries.
30528         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
30529         calendar if that is why we were called.
30531 2005-03-11  Kenichi Handa  <handa@m17n.org>
30533         * international/mule.el (make-coding-system): Set property
30534         coding-system-define-form to nil.
30535         (define-coding-system-alias): Likewise.
30537 2005-03-11  Kenichi Handa  <handa@m17n.org>
30539         These changes are suggested by Dave Love <fx@gnu.org>.
30541         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
30542         coding: tag.
30543         (adaptive-fill-regexp): Add more bullets.
30544         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
30545         regexps.
30547 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30549         * help.el (describe-mode): Properly handle non-trivial lighters.
30550         Don't ignore minor modes that are not listed in minor-mode-list.
30552         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
30553         feature ON when the user requests to turn it OFF.
30555 2005-03-10  Lute Kamstra  <lute@gnu.org>
30557         * emacs-lisp/debug.el (debug-entry-code): Delete it.
30558         (implement-debug-on-entry): New function to replace debug-entry-code.
30559         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
30560         second argument as the 2005-03-07 change makes it obsolete.
30561         (debug-on-entry, cancel-debug-on-entry): Update call to
30562         debug-on-entry-1.
30563         (debug, debugger-setup-buffer): Comment update.
30564         (debugger-frame-number): Update to work with implement-debug-on-entry.
30566 2005-03-10  Jay Belanger  <belanger@truman.edu>
30568         * calc/calc-embed.el (math-ms-args): Declare it.
30569         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
30570         math-ms-args.
30571         (calc-embedded-subst): Use math-multi-subst-rec to substitute
30572         variables.
30574 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
30576         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
30577         Use message-box.
30579         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
30580         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
30581         (tooltip-gud-tips): Simplify.
30582         (tooltip-gud-tips-p): Remove superfluous :set.
30583         (tooltip-gud-modes): Add fortran-mode.
30584         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
30586         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
30588 2005-03-09  Kim F. Storm  <storm@cua.dk>
30590         * play/animate.el (animate-place-char): Use forward-line instead
30591         of next-line to improve performance.
30593 2005-03-09  Simon Josefsson  <jas@extundo.com>
30595         * net/browse-url.el (browse-url-default-browser): Doc fix.
30597 2005-03-09  Miles Bader  <miles@gnu.org>
30599         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
30600         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
30602 2005-03-09  Kenichi Handa  <handa@m17n.org>
30604         * international/latin-1.el: Set case and syntax for 255 only if
30605         set-case-syntax-set-multibyte is nil.
30607         * textmodes/ispell.el (ispell-insert-word): New function.
30608         (ispell-word): Use ispell-insert-word to insert a new word.
30609         (ispell-process-line): Likewise.
30610         (ispell-complete-word): Likewise.
30612 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
30614         * calendar/calendar.el (redraw-calendar): Preserve point.
30615         Reported by Matt Hodges <MPHodges@member.fsf.org>.
30616         (calendar-week-start-day): Move after definition of
30617         redraw-calendar.  Delete buffer test, since redraw-calendar has
30618         that now.
30620         * calendar/diary-lib.el (mark-diary-entries): Only call
30621         redraw-calendar in the first of any recursive calls.
30622         Reported by Alan Shutko <ats@acm.org>.
30624 2005-03-08  Juri Linkov  <juri@jurta.org>
30626         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
30627         (html-horizontal-rule, html-line, html-image, html-checkboxes)
30628         (html-radio-buttons): Add a space before the trailing `/>' where
30629         sgml-xml-mode is non-nil.
30630         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
30631         the subsequent tag of the empty XML tag.
30632         (html-href-anchor): Don't set initial input to "http:".
30633         (html-image): Ask for the image URL and set point inside alt="".
30634         (html-name-anchor): Duplicate the name in the `id' attribute when
30635         sgml-xml-mode is non-nil.
30636         (html-paragraph): Remove \n before <p>.
30637         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
30638         instead of `checked' when sgml-xml-mode is non-nil.
30640         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
30641         Remove 1 space before #RRGGBB to not truncate it on terminal
30642         windows w/o fringes.  Remove 1 space between bg and fg examples
30643         to get more space.
30644         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
30645         avoid byte-compile warnings.
30647         * image-file.el (image-file-handler): Put `safe-magic' property to
30648         `image-file-handler'.
30650         * info.el (Info-isearch-search): Emulate word search in
30651         isearching through multiple Info nodes with Info-search.
30652         (Info-isearch-wrap): Allow isearch-word.
30654 2005-03-08  Lute Kamstra  <lute@gnu.org>
30656         * emacs-lisp/debug.el (debugger-step-through): Make sure that
30657         stepping into the debugger's code is not possible.
30658         (debugger-jumping-flag): Docstring update.
30660 2005-03-08  Jay Belanger  <belanger@truman.edu>
30662         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
30663         embedded mode begins.
30664         (calc-embedded-language-alist): New variable.
30665         (calc-embedded-find-modes): Use calc-embedded-language-alist to
30666         set default language mode.
30668 2005-03-08  Kenichi Handa  <handa@m17n.org>
30670         * international/ccl.el (define-ccl-program): Fix docstring about
30671         extra 256 bytes assured for the output buffer.
30673         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30674         Fix BUFFER_MAGNIFICATION to 2.
30675         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30677 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
30679         * align.el (align-rules-list): Added an alignment rule for CSS
30680         declarations (applies to css-mode and html-mode buffers).
30682 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
30684         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
30686 2005-03-07  Kim F. Storm  <storm@cua.dk>
30688         * simple.el (move-beginning-of-line): New command.
30690         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
30692         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
30694         * emulation/cua-base.el: Put CUA move property on move-end-of-line
30695         and move-beginning-of-line.
30697         * apropos.el (apropos-print): Omit command from M-x ... RET.
30699 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
30701         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
30702         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
30704 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30706         * bindings.el (esc-map): Bind M-g to goto-line.
30708         * facemenu.el (global-map): Bind M-o, not M-g.
30710 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30712         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
30713         "Open Directory" as for "Open File".
30715 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
30717         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
30718         (push-mark-command): Run activate-mark-hook.
30720 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30722         * help-mode.el (help-mode-finish): Don't alter the element
30723         in view-return-to-alist if there already is one.
30725         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
30726         make sure the current buffer is the expected one.
30728         * novice.el (disabled-command-function): Output in *Disabled Command*.
30729         Explicitly ignore non-keyboard events, and explicitly handle C-g.
30731         * textmodes/flyspell.el (flyspell-large-region):
30732         Pass args differently for aspell.
30734         * files.el (mode-require-final-newline): Doc fix.
30736 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30738         * progmodes/which-func.el (which-function):
30739         Specify NOERROR when calling imenu--make-index-alist.
30741 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30743         * simple.el (normal-erase-is-backspace): Define default value.
30745         * custom.el (custom-theme-set-variables): Remove unused var
30746         `immediate'.
30747         (custom-reevaluate-setting): Simple function to handle variables
30748         that are defined before their default value can really be
30749         computed.
30751         * startup.el (command-line): Use it for temporary-file-directory,
30752         small-emporary-file-directory, auto-save-file-name-transforms,
30753         blink-cursor-mode, and normal-erase-is-backspace.
30755         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
30756         progress, even with buggy anchored keywords.
30758 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
30760         * simple.el (goto-line): Remove unbalanced final parenthesis.
30762 2005-03-05  Richard M. Stallman  <rms@gnu.org>
30764         * simple.el (goto-line): Use a number at point as the default.
30765         With C-u as arg, switch buffers.
30767 2005-03-05  Juri Linkov  <juri@jurta.org>
30769         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
30770         with `no-blinking-cursor'.
30772         * startup.el (no-blinking-cursor): New defvar.
30773         (command-line): Add `--no-blinking-cursor' to longopts.
30774         Set `no-blinking-cursor' to t for command line arguments
30775         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
30776         with `no-blinking-cursor' in the condition for calling
30777         `blink-cursor-mode'.
30779 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
30781         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
30782         (menu-bar-options-save): Add blink-cursor-mode.
30783         (menu-bar-options-menu): Add blink-cursor-mode.
30785 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
30787         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
30788         (icalendar-export-file, icalendar-export-region)
30789         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
30790         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
30792 2005-03-04  Lute Kamstra  <lute@gnu.org>
30794         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
30795         (debug-function-list): Ditto.
30797 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
30799         * textmodes/texinfmt.el (texinfo-append-refill):
30800         Redefine the types of line to which @refill
30801         is not appended by replacing a search for `@refill\\|@bye' with
30802         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
30803         itemize@refill' bug and the unfilled long lines bug.
30804         (texinfmt-version): Update number and date.
30806 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
30808         * international/code-pages.el (windows-1250, windows-125[2-8])
30809         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
30811 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30813         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
30814         bound yet.
30816 2005-03-02  Romain Francoise  <romain@orebokech.com>
30818         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
30819         buffer after removing limits.
30820         (ibuffer-pop-filter): Ditto.
30821         Update copyright.
30823 2005-03-02  Miles Bader  <miles@gnu.org>
30825         * button.el (make-text-button): If the user doesn't specify a
30826         type, use the default.  Rewrite to use `add-text-properties' and
30827         plist functions.
30829 2005-03-01  Lute Kamstra  <lute@gnu.org>
30831         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
30832         (debugger-jumping-flag): New var.
30833         (debug-entry-code): Use it.
30834         (debugger-jump): Use debugger-jumping-flag and add
30835         debugger-reenable to post-command-hook.
30836         (debugger-reenable): Use debugger-jumping-flag and remove itself
30837         from post-command-hook.
30838         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
30839         debugger-reenable.
30841 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
30843         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
30844         inclusion of "itemize\\|", which may be unnecessary, is certainly
30845         inelegant, and stops refilling in itemize lists when formatting
30846         Japanese Texinfo files to Info.
30847         Update copyright to 2005.
30849 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
30851         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
30852         of an error if GDB can't find the source file.
30854 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
30856         * calendar/calendar.el (redraw-calendar): Work from any buffer,
30857         not just the calendar.
30859         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
30860         first.
30861         (diary-redraw-calendar): New function.
30862         (make-diary-entry): Add diary-redraw-calendar to local
30863         write-contents-functions.  Turn off selective display before
30864         inserting in diary.
30866 2005-03-01  Kim F. Storm  <storm@cua.dk>
30868         * emacs-lisp/copyright.el (copyright-fix-years): New command.
30870 2005-03-01  Lute Kamstra  <lute@gnu.org>
30872         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
30873         that debug-entry-code can be safely removed from a function while
30874         this code is being evaluated.  Revert the 2005-02-27 change as the
30875         new implementation no longer requires it.  Make sure that a
30876         function body containing just a string is not mistaken for a docstring.
30877         (debug): Skip one more frame in case of debug on entry.
30878         (debugger-setup-buffer): Delete one more frame line in case of
30879         debug on entry.
30880         (debugger-frame-number): Update to use the new text introduced by
30881         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
30883 2005-02-28  Kim F. Storm  <storm@cua.dk>
30885         * double.el (double-translate-key): Call force-window-update after
30886         read-event to avoid crash in redisplay.
30888 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30890         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
30891         (debug): Use it.  Move the inhibit-trace earlier.
30892         (debug-entry-code): New const.
30893         (debug-on-entry-1): Use it.
30895 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
30897         * international/utf-16.el (ccl-encode-mule-utf-16le):
30898         Fix BUFFER_MAGNIFICATION to 2.
30899         (ccl-encode-mule-utf-16be): Likewise.
30901 2005-02-28  Kenichi Handa  <handa@m17n.org>
30903         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30904         Fix BUFFER_MAGNIFICATION to 4.
30905         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30907 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
30909         * speedbar.el (speedbar-update-flag): Doc fix.
30910         (speedbar-show-info-under-mouse): Give set-mouse-position the right
30911         argument.
30913 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30915         * reveal.el (reveal-post-command): Don't try to reveal overlays which
30916         have a non-nil `invisible' property but are actually visible.
30918         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
30919         for perldoc sections.
30920         (perl-outline-regexp, perl-outline-level): New var and function.
30921         (perl-mode): Use them.
30923 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
30925         * calendar/diary-lib.el (diary-remind): Discard any mark portion
30926         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
30928 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
30930         * cus-edit.el: Comment change.
30931         (custom-buffer-create-internal): Slightly reword text at top of
30932         Custom buffers.  Mention there that saving an option edits the
30933         init file.  Add link to Emacs manual node on `custom-file'.
30934         (custom-magic-alist): Rewrite individual State messages to use
30935         capitalized keywords.  Doc fix.
30937 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
30939         * calendar/calendar.el (calendar-buffer): Move above
30940         calendar-week-start-day.
30941         (calendar-week-start-day): Doc fix.  Add :set function.
30942         (calendar-minimum-window-height): New variable.
30943         (generate-calendar-window): Only resize window if selected-window
30944         is displaying the calendar buffer.  Use new variable
30945         calendar-minimum-window-height.
30946         (generate-calendar): Reword error message.
30947         (calendar-mode-map): Bind DEL to scroll-other-window-down.
30949 2005-02-27  Andreas Schwab  <schwab@suse.de>
30951         * vc.el (vc-do-command): Don't run command asynchronously when
30952         operating in a remote directory.
30954         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
30955         change from sync with Tramp 2.0.47.
30957 2005-02-27  Richard M. Stallman  <rms@gnu.org>
30959         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
30961         * textmodes/flyspell.el (flyspell-mode-on):
30962         Call ispell-change-dictionary only if necessary.
30964         * emacs-lisp/re-builder.el (regexp-builder): New function.
30966         * register.el (describe-register-1): Explicitly handle
30967         yank-excluded-properties = t.
30969         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
30970         (custom-magic-alist): Change the status descriptions again.
30971         (face widget-type): Total rewrite based on `restricted-sexp'
30972         to eliminate the confusing double hiding levels.
30974         * emacs-lisp/debug.el (debug-on-entry-1):
30975         If function body is empty, add nil as body form.
30977 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30979         * emacs-lisp/trace.el (inhibit-trace): New var.
30980         (trace-make-advice): Use it.
30982         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
30984 2005-02-26  Kim F. Storm  <storm@cua.dk>
30986         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
30987         (mouse-on-link-p, mouse-drag-region-1): Use it.
30989 2005-02-25  Lute Kamstra  <lute@gnu.org>
30991         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
30993 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
30995         * frame.el (blink-cursor-mode): Add :group keyword.
30997 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
30999         * calendar/icalendar.el (icalendar--decode-isodatetime):
31000         New optional argument DAY-SHIFT.
31001         (icalendar-export-region): Fix coding-system-for-write.
31002         (icalendar--convert-ical-to-diary): Shift end-day of all-day
31003         events by one.
31005 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31007         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31009 2005-02-24  Kim F. Storm  <storm@cua.dk>
31011         * international/iso-acc.el (iso-accents-compose): Fix crash
31012         during redisplay.  Call force-window-update after read-event
31013         and delete-region to signal that window is not accurate.
31015 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31017         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31018         Remove unused and inexistent var `inhibit-trace'.
31019         (debugger-mode): Use run-mode-hooks.
31020         (debugger-list-functions): Add buttons; setup xref stack.
31022 2005-02-23  Richard M. Stallman  <rms@gnu.org>
31024         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31025         appointment says it was explicitly made.
31026         (appt-add): Set the 3rd element.
31027         (appt-make-list): Preserve explicit appointments.
31029         * subr.el (find-tag-default): Catch errors in forward-sexp.
31031 2005-02-23  Juri Linkov  <juri@jurta.org>
31033         * info.el (Info-isearch-search): New defcustom.
31034         (Info-isearch-search): Call the default isearch function
31035         when Info-isearch-search is nil.
31036         (Info-isearch-wrap): Use variable Info-isearch-search.
31038 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
31040         * cus-edit.el: Comment change.
31042 2005-02-22  Kim F. Storm  <storm@cua.dk>
31044         * progmodes/hideif.el (hide-ifdef-use-define-alist):
31045         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
31047 2005-02-22  Simon Josefsson  <jas@extundo.com>
31049         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31050         New variable.
31051         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
31052         Oskarsson" <myrkraverk@users.sourceforget.net>.
31054 2005-02-22  Kim F. Storm  <storm@cua.dk>
31056         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31057         check that window of that event is the selected window.
31058         (mouse-drag-region-1): Compare mouse event window to selected
31059         window before setting point.
31061         * tooltip.el (tooltip-show-help-function): Pass event to
31062         mouse-on-link-p so it can check selected window.
31064 2005-02-22  Kenichi Handa  <handa@m17n.org>
31066         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31067         (ps-mule-show-warning): New function.
31068         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31069         characters are found.
31071         * ps-print.el (ps-header-footer-string): Return a list of header
31072         and footer strings.
31074 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
31076         * pcvs.el (cvs-retrieve-revision): Fix thinko.
31078 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
31080         * frame.el (blink-cursor-mode): Use define-minor-mode.
31082         * term/mac-win.el (function-key-map): Use char-names more consistently.
31083         (file-name-coding-system): Only set it for MacOS-9.  The other case is
31084         already handled in mule-cmds.el (where it also works when mac-win.el
31085         is not used).
31087 2005-02-21  Kenichi Handa  <handa@m17n.org>
31089         * international/mule.el (ctext-pre-write-conversion): Always use
31090         " *code-converting-work*" buffer for work.
31092         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31094 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
31096         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31098 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
31100         * ses.el (undo-more): Restore defadvice, but only the part that
31101         allows changes outside the restricted area of the buffer.
31103 2005-02-20  Kim F. Storm  <storm@cua.dk>
31105         * simple.el (line-move): Add fourth optional arg try-vscroll which
31106         must be set to perform auto-window-vscroll.
31107         When moving backwards and doing auto-window-vscroll, automatically
31108         vscroll to the last part of lines which are taller than the window.
31109         (next-line, previous-line): Set try-vscroll arg on line-move.
31111 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
31113         * replace.el (query-replace, query-replace-regexp)
31114         (replace-string, replace-regexp): When operating on region, make
31115         the minibuffer prompt say so.
31117         * isearch.el (isearch-forward): Document isearch-query-replace and
31118         isearch-query-replace-regexp keybindings.
31120 2005-02-19  Jay Belanger  <belanger@truman.edu>
31122         * calc/calc-aent.el (math-read-token): Add local variable.
31124         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31125         (calc-edit-top): Move declaration to earlier in file.
31126         (calc-edit-macro-repeats): Add local variables.
31128         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31129         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31130         calcFunc-tanh.
31131         Adjust integration rule for calcFunc-tan.
31133 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
31135         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31136         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31137         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31138         (viper-skip-separators): Bug fix.
31139         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31140         particular major mode.
31141         (viper-del-backward-char-in-replace): Don't put deleted char on the
31142         kill ring.
31144         * viper-ex.el (viper-color-display-p): New function.
31145         (viper-has-face-support-p): Use viper-color-display-p.
31147         * viper-keym.el (viper-gnus-modifier-map): New keymap.
31149         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31151         * viper-util.el (viper-glob-unix-files): Fix shell status check.
31152         (viper-file-remote-p): Make equivalent to file-remote-p.
31154         * viper.el (viper-major-mode-modifier-list):
31155         Use viper-gnus-modifier-map.
31157 2005-02-19  David Kastrup  <dak@gnu.org>
31159         * subr.el (subregexp-context-p): Fix garbled doc string by adding
31160         quoting.
31162 2005-02-19  Jay Belanger  <belanger@truman.edu>
31164         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31165         Remove extra definitions.
31166         (calc-coth): New function.
31167         (calcFunc-cot): Fix `let'.
31169 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
31171         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31172         the reasons we use "type pc" in these faces.
31174         * button.el (button): Ditto.
31176 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
31178         * replace.el (query-replace-read-from): Set the value of
31179         query-replace-from-history-variable to handle the case of an empty
31180         string entered to accept the suggested default.
31182         * net/tramp.el (tramp-file-name-for-operation):
31183         Use dired-call-process instead of dired-call-process-command.
31185 2005-02-19  Jay Belanger  <belanger@truman.edu>
31187         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31188         (math-div-non-trig): New variables.
31189         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31190         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31191         (math-combine-prod, math-div-symb-fancy): Add simplifications for
31192         trig expressions.
31194 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
31196         * progmodes/gdb-ui.el (gdb-var-update-handler)
31197         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31198         for watch expressions,
31199         (gdb-var-create-handler): Don't set speedbar-update-flag.
31200         (gdb-post-prompt): Simplify test for speedbar.
31202 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
31204         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31205         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31206         we use the syntax table of the correct buffer.
31207         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31208         Felix Gatzemeier.
31210         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31211         (ediff-file-remote-p): Make synonymous with file-remote-p.
31212         In all deffaces ediff-*-face-*, use min-colors.
31214         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31215         ediff-recurse-to-subdirectories.
31216         (ediff-mark-if-equal): Check that the arguments are strings, use
31217         ediff-same-contents (after to Felix Gatzemeier).
31219         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31220         nil.
31222 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31224         * log-view.el (log-view-message-re): Fix up Subversion regexp.
31226 2005-02-18  David Kastrup  <dak@gnu.org>
31228         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31229         use `mark-active' when defined.
31231 2005-02-18  Kenichi Handa  <handa@m17n.org>
31233         * ps-print.el (ps-font-info-database): New entry
31234         ZapfChancery-MediumItalic with correct font name.  Fix font name
31235         of the entry Zapf-Chancery-MediumItalic.
31237 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
31239         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31241 2005-02-16  Kim F. Storm  <storm@cua.dk>
31243         * ido.el (ido-fallback-command): Pass user input to fallback command.
31245 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
31247         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31248         (gdb-find-file-hook): Add server prefix.
31250 2005-02-16  Richard M. Stallman  <rms@gnu.org>
31252         * replace.el (perform-replace): Pass new args to replace-highlight.
31253         (replace-highlight): Take region args,
31254         and pass them to isearch-lazy-highlight-new-loop.
31256         * novice.el (disabled-command-hook): Autoload the defalias
31257         and the make-obsolete-variable call.
31259         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
31261         * isearch.el (isearch-lazy-highlight-start-limit)
31262         (isearch-lazy-highlight-end-limit): New variables limit
31263         the region for highlighting.
31264         (isearch-lazy-highlight-new-loop): New args BEG and END.
31265         (isearch-lazy-highlight-search): Use the new vars.
31266         (isearch-lazy-highlight-update): Likewise.
31268         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
31270         * cus-start.el (all): Use default-boundp.
31272 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
31274         * menu-bar.el (menu-bar-select-frame): Handle current frame.
31276 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
31278         * autorevert.el (auto-revert-stop-on-user-input)
31279         (auto-revert-verbose): Doc fixes.
31281 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
31283         * international/mule-cmds.el (set-locale-environment): Remove call
31284         to set-selection-coding-system on Windows.
31286 2005-02-15  Jay Belanger  <belanger@truman.edu>
31288         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
31289         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
31290         calcFunc-coth.
31291         (math-simplify-sqrt): Add simplifications.
31293         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
31294         to list.
31296         * calc/calc-ext.el: Add functions to autoloads.
31298         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
31299         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
31300         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
31301         (math-csc-raw, math-cot-raw): New functions.
31303         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
31305         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
31306         the variable name in a message.
31308         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
31309         calcFunc-csc, calcFunc-cot.
31311         * calc/calcalg2.el: Add derivative and integration rules for
31312         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
31313         calcFunc-csch, calcFunc-coth.
31314         (math-do-integral-methods): Add to checks for when to use
31315         substitutions.
31317         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
31319 2005-02-15  Lute Kamstra  <lute@gnu.org>
31321         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31322         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
31323         <monnier@iro.umontreal.ca>.
31324         (lisp-outline-level): Improve efficiency.  Suggested by David
31325         Kastrup <dak@gnu.org>.
31327 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
31329         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
31330         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
31331         (gdb-set-gud-minor-mode-existing-buffers): New functions.
31332         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
31333         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
31335 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
31337         * cus-start.el (all): Comment change.
31339 2005-02-14  Lute Kamstra  <lute@gnu.org>
31341         * cus-start.el (all): Check if symbol is void.
31343 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
31345         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
31346         optional argument to \cite.
31348 2005-02-14  Richard M. Stallman  <rms@gnu.org>
31350         * cus-edit.el (custom-buffer-create-internal): Update help message.
31351         (custom-magic-alist): Update help messages.
31353         * cus-start.el (all): Allow a var to specify a standard value.
31355 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
31357         * custom.el (custom-theme-set-variables): Handle variable aliases.
31359         * frame.el (blink-cursor-timer): Doc fix.
31360         (blink-cursor): Make it an alias for `blink-cursor-mode' and
31361         declare obsolete.
31362         (blink-cursor-mode): Define with defcustom and use correct
31363         standard expression in that defcustom.
31364         * startup.el (command-line): Adapt to above changes in frame.el.
31366 2005-02-11  Lute Kamstra  <lute@gnu.org>
31368         * apropos.el (apropos-score-doc): Prevent division by zero.
31370 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
31372         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
31373         (icalendar--get-event-property-attributes)
31374         (icalendar--get-event-properties)
31375         (icalendar--datetime-to-diary-date): New functions.
31376         (icalendar--split-value): Doc fix.
31377         (icalendar--datetime-to-noneuropean-date)
31378         (icalendar--datetime-to-european-date): New optional argument
31379         SEPARATOR.  Return result as a string instead of a list.
31380         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
31381         (icalendar--convert-string-for-export): Rename arg S to STRING.
31382         (icalendar-export-region): Doc fix.  Change name of error buffer.
31383         Save output buffer.
31384         (icalendar-import-file): Add blank at end of prompt.
31385         (icalendar-import-buffer): Doc fix.  Do not switch to error
31386         buffer.  Indicate status in return value.
31387         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
31388         buffer.  Save output buffer.  Handle exception from recurrence
31389         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
31390         events.  Fix problems with weekly all-day events.
31392 2005-02-10  Richard M. Stallman  <rms@gnu.org>
31394         * simple.el (eval-expression-print-format):
31395         Avoid warning about edebug-active.
31397         * help.el (help-for-help-internal): Rename from help-for-help.
31398         (help-for-help): Define with defalias.
31400         * font-core.el (font-lock-default-function): Use with-no-warnings.
31402         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
31404         * custom.el (defface): Doc fix.
31406 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
31408         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
31409         width 0" to prevent word wrapping problems.
31411 2005-02-09  Kim F. Storm  <storm@cua.dk>
31413         * ido.el (ido-file-extensions-order): New defcustom.
31414         (ido-file-extension-lessp, ido-file-extension-aux)
31415         (ido-file-extension-order): New advanced file ordering.
31416         (ido-file-lessp): New simple file ordering.
31417         (ido-sort-list): Remove.
31418         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
31419         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
31421 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
31423         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
31424         that some versions of grep produce.
31425         (grep-mode-font-lock-keywords): Likewise.
31427 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
31429         * progmodes/gdb-ui.el (gdb-location-list): New variable.
31430         (gdb-cdir): Delete.
31431         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
31432         (gdb-source-info): Treat case when source file is in another
31433         directory properly.
31434         (gdb-get-location): New function.
31436 2005-02-07  Jay Belanger  <belanger@truman.edu>
31438         * calc/calc-prog.el (calc-write-parse-table-part)
31439         (calc-fix-token-name): Fix a check for language type.
31441         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
31443 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
31445         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
31446         as directory not writable.
31448 2005-02-07  Kim F. Storm  <storm@cua.dk>
31450         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
31451         (cua--standard-movement-commands): Remove list.
31452         Instead, set CUA property value to move for movement commands.
31453         (cua-movement-commands): Remove.  Users must set CUA prop instead.
31454         (cua--pre-command-handler): Check CUA property.
31455         (cua--init-keymaps): Don't remap undo commands.
31456         (cua-mode): Don't call cua--rectangle-on-off.
31458         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
31459         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
31460         (cua--rect-undo-set-point): New var.
31461         (cua--rectangle-undo-boundary): Setup undo apply entry.
31462         (cua--rect-undo-handler): New function for rectangle undo.
31463         (cua--rect-start-position, cua--rect-end-position): Add.
31464         (cua--rectangle-post-command): Call cua--rectangle-set-corners
31465         for restored rectangle.  Set point if cua--rect-undo-set-point.
31467 2005-02-06  Jay Belanger  <belanger@truman.edu>
31469         * calc/calc-lang.el (calc-tex-language): Display more information
31470         in messages.
31472         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
31473         in TeX mode.
31475 2005-02-06  Richard M. Stallman  <rms@gnu.org>
31477         * emacs-lisp/lisp.el (buffer-end): Doc fix.
31479 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
31481         * net/ldap.el (ldap-search-internal): Support attributes with
31482         optional descriptions separated by a semi-colon, as in
31483         "userCertificate;binary".
31485 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31487         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
31488         isn't a cons (i.e. the version is 0).
31490 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
31492         * help.el (help-for-help): Doc fix.
31494 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
31496         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
31497         GDB-Windows on the menu-bar as this works better.
31499 2005-02-04  Jay Belanger  <belanger@truman.edu>
31501         * calc/calc-embed.el (calc-embedded-update): Don't put in
31502         unnecessary newlines.  Adjust the end of formula marker.
31504         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
31505         (math-latex-parse-two-args): New function.
31507 2005-02-03  Lute Kamstra  <lute@gnu.org>
31509         * help-fns.el (help-with-tutorial): Make sure that users cannot
31510         remove the entire text of the tutorial by means of `undo'.
31512 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31514         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
31515         in recent changes, where the ispell process was repeatedly
31516         killed & restarted.
31518         * international/mule-cmds.el (set-locale-environment): Set file-name
31519         coding system to utf-8 on Darwin systems.
31520         (set-default-coding-systems): Don't set default-file-name-coding-system
31521         on Darwin systems.
31523 2005-02-03  Richard M. Stallman  <rms@gnu.org>
31525         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
31527 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
31529         * faces.el (list-faces-display): Add optional argument.
31531 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
31533         * font-core.el (font-lock-default-function): Handle the rare case where
31534         only font-lock-keywords is set.
31536 2005-02-02  Kenichi Handa  <handa@m17n.org>
31538         * international/characters.el: Cancel previous change for
31539         I-WITH-DOT-ABOVE and DOTLESS-i.
31541         * international/latin-5.el: Cancel previous change.
31543 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31545         * progmodes/gud.el: Correction to syntax in gud-menu-map.
31547 2005-02-02  Kenichi Handa  <handa@m17n.org>
31549         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
31550         DOTLESS-i.
31552         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
31553         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
31555         * case-table.el (get-upcase-table): New function.
31556         (copy-case-table): Copy upcaes table too if non-nil.
31557         (set-case-syntax-delims): Maintain upcase table too.
31558         (set-case-syntax-pair): Likewise.
31559         (set-upcase-syntax, set-downcase-syntax): New functions.
31560         (set-case-syntax): Maintain upcase table too.
31562 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31564         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
31566         * progmodes/gud.el (gud-goto-info): New function.
31567         (gud-tool-bar-map): Use correct icon.
31569 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31571         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
31572         When delegating, order args in the funcall correctly.
31574 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31576         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
31578 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
31580         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
31581         buffer not visiting a file.
31583 2005-01-31  Jay Belanger  <belanger@truman.edu>
31585         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
31586         bound on the line with the formula.
31588 2005-01-31  Kim F. Storm  <storm@cua.dk>
31590         * ses.el (ses-create-cell-variable-range)
31591         (ses-destroy-cell-variable-range, ses-reset-header-string)
31592         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
31593         (ses-insert-row): Fix format of apply undo entries.
31595 2005-01-31  Jay Belanger  <belanger@truman.edu>
31597         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
31598         parts.
31600         * calc/calc-embed.el (calc-embedded-open-formula)
31601         (calc-embedded-close-formula): Ignore matrix environments.
31603         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
31604         TeX mode.
31606         * calc/calc-lang.el (math-function-table, math-oper-table)
31607         (math-variable-table): Adjust the LaTeX portions.
31609         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
31610         (math-latex-ignore-words): New constant.
31612 2005-01-31  Richard M. Stallman  <rms@gnu.org>
31614         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
31615         (ispell-local-dictionary): Doc fix.
31616         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
31617         Don't reinitialize at run time.  Don't defcustom.
31618         All uses changed to append ispell-local-dictionary-alist,
31619         or check it first.
31620         (ispell-current-dictionary): New variable for dictionary in use.
31621         (ispell-dictionary): Now used only for global default.
31622         (ispell-start-process): Set ispell-current-dictionary,
31623         not ispell-dictionary.
31624         (ispell-change-dictionary): Use this only for setting
31625         user preferences.
31626         (ispell-internal-change-dictionary): New function
31627         to change the current dictionary in use.
31628         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
31629         Use ispell-current-dictionary.
31630         Handle ispell-local-dictionary-overridden.
31631         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
31633 2005-01-31  Jay Belanger  <belanger@truman.edu>
31635         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
31637         * calc/calc-ext.el: Add calc-latex-language to autoloads.
31638         (calc-mode-map): Add calc-latex-language.
31640         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
31641         (math-latex-print-frac): New functions.
31642         (math-oper-table, math-function-table, math-variable-table)
31643         (math-complex-format, math-input-filter): Add latex properties.
31644         (calc-set-language): Set math-expr-special-function-mapping.
31646         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
31647         (calc-write-parse-table-part): Add LaTeX support.
31649         * calc/calc.el (calc-language): Adjust docstring.
31650         (calc-set-mode-line): Add LaTeX support.
31651         (math-expr-special-function-mapping): New variable.
31652         (math-tex-ignore-words): Add to list.
31654         * calc/calccomp.el (math-compose-expr, math-compose-rows):
31655         Add LaTeX support.
31656         (math-compose-expr): Add support for special functions.
31658         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
31660 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
31662         * progmodes/gdb-ui.el (gdb-memory-address)
31663         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
31664         (gdb-memory-mode-map, gdb-memory-format-keymap)
31665         (gdb-memory-format-menu, gdb-memory-unit-keymap)
31666         (gdb-memory-unit-menu): New variables for a buffer
31667         that lets the user examine program memory.
31668         (gdb-memory-set-address, gdb-memory-set-repeat-count)
31669         (gdb-memory-format-binary, gdb-memory-format-octal)
31670         (gdb-memory-format-unsigned, gdb-memory-format-signed)
31671         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
31672         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
31673         (gdb-memory-unit-word, gdb-memory-unit-halfword)
31674         (gdb-memory-unit-byte, gdb-memory-unit-menu)
31675         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
31676         (gdb-memory-mode, gdb-memory-buffer-name)
31677         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
31678         New functions for above buffer.
31680 2005-01-30  Richard M. Stallman  <rms@gnu.org>
31682         * cus-edit.el (custom-bury-buffer): Function deleted.
31683         (custom-buffer-done-function): Option deleted.
31684         (custom-buffer-done-kill): New replacement option.
31685         (Custom-buffer-done): Call quit-window.
31686         (custom-buffer-create-internal): Update for above changes.
31688 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
31690         * simple.el (undo-ask-before-discard): New var.
31691         (undo-outer-limit-truncate): Implement it.
31692         (undo-extra-outer-limit): Doc update.
31694 2005-01-29  Richard M. Stallman  <rms@gnu.org>
31696         * ses.el (undo-more): Delete defadvice.
31697         (ses-begin-change): Doc fix.
31699         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
31700         instead of rebinding C-x u and C-_.
31702         * files.el (normal-backup-enable-predicate): Return nil for files
31703         in /tmp, regardless of temporary-file-directory.
31705         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
31707         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
31708         (open-rectangle, delete-whitespace-rectangle-line)
31709         (clear-rectangle-line): If FILL, pass t instead of FILL
31710         for move-to-column's 2nd arg.
31712         * simple.el (undo): Fix the test for continuing a series of undos.
31713         (undo-more): Set pending-undo-list to t when we reach end.
31714         (pending-undo-list): Move up defvar.
31716         * wid-edit.el (widget-button-click):
31717         Shorten the range of the track-mouse binding.
31719         * comint.el (comint-insert-input): Undo previous changes;
31720         use last-input-event in interactive spec.
31722 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
31724         * progmodes/compile.el (compilation-start): Bind buffer-read-only
31725         to nil before invoking call-process.  Reset buffer's modified flag
31726         after fontifying it in the no-async branch.
31728         * wid-edit.el (widget-specify-button): If mouse pointer shape
31729         cannot be changed, use mouse face instead.
31731 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
31733         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
31734         (gdb-goto-breakpoint): Make breakpoint handling work on template
31735         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
31736         (gdb-assembler-custom): Update to recognize breakpoint information
31737         added on 2005-01-19.
31739 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31741         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
31742         (dsssl-mode): Use define-derived-mode.
31743         (scheme-mode-initialize): Remove.
31744         (scheme-mode): Use run-mode-hooks.
31746         * cus-edit.el (customize-group-other-window)
31747         (custom-buffer-create-other-window): Don't override special-display-*.
31748         (custom-mode-map): Make it dense.
31750         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
31751         sets the default value.
31753 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
31755         * descr-text.el: Add more keywords.
31757 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31759         * speedbar.el: Avoid unnecessary use of locate-library.
31761         * international/mule-cmds.el (standard-display-european-internal):
31762         Don't fiddle with latin-1 non-break space any more since it's now
31763         special cased in the C code.
31764         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
31766 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
31768         * cus-start.el (all): Add `undo-outer-limit'.
31770 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31772         * textmodes/bibtex.el (bibtex-format-entry):
31773         Use `bibtex-empty-field-re' only on the text of fields, not on entire
31774         field lines.
31775         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
31776         not on part of a buffer.
31778 2005-01-25  Lute Kamstra  <lute@gnu.org>
31780         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
31781         nonempty field text strings like "{letters\\macro{}more letters}".
31782         Clarify docstring.
31783         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
31784         (bibtex-entry-offset, bibtex-parse-association)
31785         (bibtex-parse-field-name): Fix typos in docstrings.
31786         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31788 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
31790         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
31791         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
31792         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
31793         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
31795         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
31796         isearch minor mode.
31798 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
31800         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
31802 2005-01-24  Lute Kamstra  <lute@gnu.org>
31804         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
31805         CASECHARS and NOT-CASECHARS regular expressions of the
31806         "nederlands" and "nederlands8" dictionaries to prevent a "Range
31807         striding over charsets" error.
31809 2005-01-24  Jay Belanger  <belanger@truman.edu>
31811         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
31812         display variable name.
31814 2005-01-24  Kenichi Handa  <handa@m17n.org>
31816         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
31817         Fix setting of the element of encoded-kbd-iso2022-invocations.
31819 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
31821         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
31822         (gdb-threads-select): Change to also accept mouse events.
31823         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
31824         (gdb-threads-mouse-select): Delete.
31826 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
31828         * files.el (insert-directory): Take care of empty directory,
31829         listed without -a switch.
31831 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31833         * textmodes/refill.el (refill-post-command-function):
31834         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
31835         to the list of functions that we should be careful not to undo.
31836         (refill-late-fill-paragraph-function): Remove.
31837         (refill-saved-state): New var.
31838         (refill-mode): Use it to save fill-paragraph-function.
31839         Save also the value of auto-fill-function.
31841         * term/w32-win.el: Simplify code.
31843 2005-01-23  Kim F. Storm  <storm@cua.dk>
31845         * simple.el (line-move): Adapt to new return value from
31846         pos-visible-in-window-p.
31848         * simple.el (line-move): Fix last change.  Check partial
31849         visibility at point rather than at window-start.
31851 2005-01-22  Jason Rumney  <jasonr@gnu.org>
31853         * term/w32-win.el (xw-defined-colors): Remove debug-message.
31855 2005-01-22  David Kastrup  <dak@gnu.org>
31857         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
31859 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
31861         * type-break.el (type-break-mode): Add a test for
31862         type-break-file-name being non-nil.
31864 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
31866         * net/eudc.el (top level): Call (message "") via progn, so that
31867         eudc-options-file is loaded.
31869 2005-01-22  Kim F. Storm  <storm@cua.dk>
31871         * simple.el (line-move-1): Rename from line-move.
31872         (line-move): New function that adjusts vscroll for partially
31873         visible rows, and calls line-move-1 otherwise.
31875 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
31877         * pcomplete.el: Define pcomplete-read-event instead of read-event,
31878         since it's not a complete read-event implementation
31880 2005-01-20  Jay Belanger  <belanger@truman.edu>
31882         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
31883         for called function.
31885 2005-01-20  Steven Tamm  <steventamm@mac.com>
31887         * term/mac-win.el (process-connection-type): Remove.
31888         Controlled now by s/darwin.h:PTY_ITERATION.
31890 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31892         * window.el (handle-select-window): Don't switch window when we're
31893         in the minibuffer.
31895 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
31897         * subr.el (dotimes-with-progress-reporter): New macro.
31899         * ses.el (ses-dotimes-msg): Remove macro.
31900         Use `dotimes-with-progress-reporter' instead.
31902 2005-01-19  Steven Tamm  <steventamm@mac.com>
31904         * term/mac-win.el (process-connection-type): Use new
31905         operating-system-release variable to use ptys on Darwin 7 (OS X
31906         10.3) when using carbon build.
31908 2005-01-19  Jay Belanger  <belanger@truman.edu>
31910         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
31911         flags if the last command was a tab or M-tab.
31913         * calc/calc-prog.el (calc-user-define-edit): Put original formula
31914         in formula editing buffer.
31916 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31918         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
31919         breakpoint image symbol in margin.
31921 2005-01-19  Jay Belanger  <belanger@truman.edu>
31923         * calc/calc-prog.el (calc-execute-kbd-macro):
31924         Ignore calc-keep-arg-flag.
31926 2005-01-19  Kenichi Handa  <handa@m17n.org>
31928         * textmodes/ispell.el (ispell-looking-at): New function.
31929         (ispell-process-line): Use ispell-looking-at to compare the ispell
31930         output and the buffer contents.
31932 2005-01-18  Jay Belanger  <belanger@truman.edu>
31934         * calc/calc.el (calc-display-raw): Fix docstring.
31936 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31938         * simple.el (blink-matching-open): Strip extra info from syntax.
31940         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
31941         funny chars in the end-of-here-doc marker.
31943 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31945         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
31946         that enable/disabled state of breakpoints is shown correctly in
31947         fringe and on ttys.
31948         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
31949         Add breakpoint information as text properties.
31950         (gdb-mouse-toggle-breakpoint):
31951         Rename to gdb-mouse-set-clear-breakpoint.
31952         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
31953         breakpoints in the margin.
31954         (gdb-remove-strings): Simplify.
31956 2005-01-17  Jay Belanger  <belanger@truman.edu>
31958         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
31959         erasing buffer.
31961 2005-01-17  Richard M. Stallman  <rms@gnu.org>
31963         * progmodes/grep.el (grep-find): Copy from `grep' the condition
31964         for calling grep-compute-defaults.
31966         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
31967         if buffer is empty.
31969         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
31971 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
31973         * hilit-chg.el (highlight-changes-mode): Don't autoload.
31975         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
31976         non-preloaded variables.
31978 2005-01-17  Steven Tamm  <steventamm@mac.com>
31980         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
31981         tex-shell cause to force interactivity when using pipes.
31983 2005-01-17  Kim F. Storm  <storm@cua.dk>
31985         * simple.el (just-one-space): Make arg optional.
31987 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
31989         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
31990         posn-at-x-y to t to access left-margin.
31992 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
31994         Sync with Tramp 2.0.47.
31996         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
31997         catching keep-date problems in cp/scp operations.
31998         (tramp-handle-copy-file): Don't call `set-file-modes'
31999         unconditionally.  Specialized functions should know better what is
32000         necessary.  This improves performance a little bit, and the
32001         functions could catch errors with `cp -p' and `scp -p'.
32002         (tramp-do-copy-or-rename-file-via-buffer)
32003         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32004         when appropriate.
32005         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32006         Call `set-file-modes' when appropriate.
32007         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
32008         Johnsson <isak@hypergene.com>.
32009         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32010         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
32011         <joakim@verona.se>.
32012         (tramp-file-name-for-operation): Mark `shell-command' as magic for
32013         Emacs only.
32015         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
32016         `find-file-hooks' and `dired-mode-hook'.
32017         (tramp-minor-mode-map): Respective map.  Add remapping for
32018         `compile' and `recompile'.
32019         (tramp-remap-command, tramp-recompile): New defuns.
32020         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32021         in buffer "*Compilation*".  Call the commands asynchronously.
32023         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32024         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32025         `shell-command', because it isn't magic in XEmacs.  Reported by
32026         Adrian Aichner <adrian@xemacs.org>.
32028         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32029         `substitute-in-file-name.
32030         (tramp-smb-handle-substitute-in-file-name): New defun.
32031         (tramp-smb-advice-PC-do-completion): Delete advice.
32033 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
32035         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32036         Fix error in deleting region.
32038 2005-01-15  Richard M. Stallman  <rms@gnu.org>
32040         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32041         In non-temp buffer, switch syntax table temporarily.
32043         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32045         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32047         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32049         * imenu.el (imenu--split-menu): Copy menulist before sorting.
32050         (imenu--generic-function): Use START, not BEG, as pos of definition.
32052         * simple.el (just-one-space): Argument specifies number of spaces.
32054         * simple.el (eval-expression-print-format): Avoid warning
32055         about edebug-active.
32057 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
32059         * progmodes/sh-script.el: Code copied from make-mode.el
32060         with small changes,
32061         (sh-mode-map): Bind C-c C-\.
32062         (sh-backslash-column, sh-backslash-align): New variables.
32063         (sh-backslash-region, sh-append-backslash): New functions.
32065 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32067         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32068         (rmail-pop-password, rmail-pop-password-required): Move to
32069         rmail-obsolete group.
32070         (rmail-set-pop-password): Rename to rmail-set-remote-password.
32071         All callers updated.
32072         (rmail-get-pop-password): Rename to rmail-get-remote-password.
32073         Take an argument specifying whether it is POP or IMAP mailbox we
32074         are using.  All callers updated.
32075         (rmail-pop-password-error): Rename to
32076         rmail-remote-password-error.  Added mailutils-specific error message.
32077         (rmail-movemail-search-path)
32078         (rmail-movemail-variant-in-use): New variables.
32079         (rmail-remote-password, rmail-remote-password-required):
32080         New customization variables.
32081         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32082         (rmail-parse-url): New function.
32083         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32084         with GNU mailutils movemail.
32086 2005-01-15  Kevin Ryde  <user42@zip.com.au>
32088         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32089         suffix to space, $ or '$, to correctly position point when going
32090         to @table style constants like DBL_MAX.
32092 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
32094         * type-break.el (type-break-mode, type-break-file-time)
32095         (type-break-file-keystroke-count, type-break-choose-file):
32096         Don't store data in or load data from the file if type-break-file-name
32097         is nil.
32098         (type-break-file-name): Doc update as per the above.
32100 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
32102         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32103         lookup-key might return nil; handle that.
32105 2005-01-15  Alan Mackenzie  <acm@muc.de>
32107         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32108         rather than the element found, thus enabling the tree to be setcar'd.
32110 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
32112         * textmodes/org.el (org-show-following-heading): New option.
32113         (org-show-hierarchy-above): Use `org-show-following-heading'.
32114         (org-cycle): Documentation fix.
32116         * textmodes/org.el (orgtbl-optimized): New option
32117         (orgtbl-mode): New command, a minor mode.
32118         (orgtbl-mode-map): New variable.
32119         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32120         (orgtbl-error, orgtbl-self-insert-command)
32121         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32123         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32124         a local variable in each org-mode buffer.
32126         * textmodes/org.el (org-set-regexps-and-options): Rename from
32127         `org-set-regexps'.  Added checking for STARTUP keyword.
32128         (org-get-current-options): Add STARTUP options.
32129         (org-table-insert-row): Make mode intelligent about when
32130         realignment is needed.
32131         (org-self-insert-command, org-delete-backward-char, org-delete-char):
32132         New commands.
32133         (org-enable-table-editor): New default value `optimized'.
32134         (org-table-blank-field): Support blanking regions if active.
32136 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
32138         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32139         if the year is not given.
32141         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32142         Add new escapes %m and %M, fixed bug with %F by adding
32143         save-match-data.
32144         (reftex-reference): Remove ?. from list of spaces.
32145         (reftex-label-info): Add automatic label prefix recognition.
32147         * textmodes/reftex-index.el (reftex-index-next-phrase):
32148         Add slave parameter to call of `reftex-index-this-phrase'.
32149         (reftex-index-this-phrase): New optional argument.
32150         (reftex-index-region-phrases): Add slave parameter to call of
32151         `reftex-index-this-phrase'.
32152         (reftex-display-index): New argument redo.
32153         (reftex-index-rescan): Add `redo' to arguments of
32154         `reftex-display-index'.
32155         (reftex-index-Rescan, reftex-index-revert)
32156         (reftex-index-switch-index-tag): Add `redo' to arguments of
32157         `reftex-display-index'.
32158         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32159         indexing.  Fix bug with matching is there is a quote before or
32160         after the word.
32162         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32163         Fix bug when collecting citation keys in lines with comments.
32164         (reftex-citation): Prefix argument no longer rescans the document,
32165         but forces prompting for optional arguments of cite macros.
32166         (reftex-do-citation): Prompting for optional arguments implemented.
32168         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32169         Add optional arguments to most cite commands.
32170         (reftex-cite-cleanup-optional-args): New option
32171         (reftex-cite-prompt-optional-args): New option.
32172         (reftex-trust-label-prefix): New option.
32174         * textmodes/reftex-toc.el (reftex-toc-find-section):
32175         Add push-mark before changing the position in the buffer.
32177         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32178         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32180 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
32182         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32183         more carefully.
32185 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32187         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32188         (sgml-mode): Use it.
32189         (sgml-get-context): Better keep track of implicitly closed tags.
32191 2005-01-13  Kenichi Handa  <handa@m17n.org>
32193         * textmodes/ispell.el: These changes are to fix misalignment error
32194         caused by equivalent characters of different Emacs charsets.
32195         (ispell-unified-chars-table): New variable.
32196         (ispell-get-decoded-string): New function.
32197         (ispell-get-casechars, ispell-get-not-casechars)
32198         (ispell-get-otherchars): Call ispell-get-decoded-string.
32200 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
32202         * custom.el (custom-declare-variable): Just put symbol instead
32203         of (defvar . symbol) in `current-load-list'.
32205 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
32207         * emacs-lisp/elint.el: Fixed typo in Commentary section.
32209 2005-01-12  Jay Belanger  <belanger@truman.edu>
32211         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32212         to create a Calc summary.
32214 2005-01-12  Kim F. Storm  <storm@cua.dk>
32216         * mouse.el (mouse-on-link-p): Change functionality and doc
32217         string to comply with latest description in lisp ref.
32219 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
32221         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32222         Enable mouse clicks on mode-line, header-line and margin.
32223         (event-type): Give mouse event symbols an `event-kind' property
32224         with value `mouse-click'.
32226 2005-01-12  Juri Linkov  <juri@jurta.org>
32228         * facemenu.el (list-colors-display): Add new arg buffer-name.
32229         Use it.  Fix docstring.  Replace code for identifying duplicate
32230         colors by the name with call to `list-colors-duplicates' which
32231         identifies duplicate colors by the value unless the color
32232         is one of special Windows colors.  Set truncate-lines to t.
32233         Print sorted duplicate color names on each line.  Indent to 22
32234         \(the longest color name in rgb.txt) instead of 20.  Optimize.
32235         (list-colors-duplicates): New function.
32236         (facemenu-color-name-equal): Delete function.
32238         * facemenu.el (list-colors-print): New function created from code
32239         in list-colors-display.  Print #RRGGBB at the window right edge.
32240         (list-colors-display): When temp-buffer-show-function is not
32241         defined, call list-colors-print from temp-buffer-show-hook
32242         to get the right value of window-width in list-colors-print
32243         after the buffer is displayed.
32245         * simple.el (pop-mark): Move deactivate-mark out of conditional
32246         part to deactivate the active mark regardless of the state of the
32247         mark ring.
32249         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32250         variables line in desktop files.
32252 2005-01-12  Juri Linkov  <juri@jurta.org>
32254         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
32255         Bring together isearch highlight related options.
32256         (lazy-highlight): Replace group `replace' by `matching'.
32257         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32258         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32259         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
32260         and declare them obsolete.
32261         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
32262         (isearch-faces): Remove defgroup.
32263         (isearch-overlay, isearch-highlight, isearch-dehighlight):
32264         Move isearch highlighting code closer to lazy highlighting code.
32266         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
32267         (query-replace-highlight, query-replace-lazy-highlight)
32268         (query-replace): Move definitions to the beginning of the file.
32270 2005-01-11  Juri Linkov  <juri@jurta.org>
32272         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
32273         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
32274         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
32276         * info.el (Info-history-forward): New variable.
32277         (Info-select-node): Reset Info-history-forward to nil.
32278         (Info-last): Turn into defalias.
32279         (Info-history-back): Rename from Info-last.
32280         Add current node to Info-history-forward.
32281         (Info-history-forward): New fun.
32282         (Info-mode-map): Replace Info-last by Info-history-back.
32283         Bind Info-history-forward to "r".
32284         (Info-mode-menu): Replace Info-last by Info-history-back.
32285         Fix menu item text.  Add menu item for Info-history-forward.
32286         (info-tool-bar-map): Replace Info-last by Info-history-back.
32287         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
32288         for Info-history-forward.
32289         (Info-mode): Replace Info-last by Info-history-back in docstring.
32290         Add local variable Info-history-forward.
32291         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
32293 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
32295         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
32296         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
32297         Ignore select-window events rather than fiddle with
32298         mouse-autoselect-window.
32300 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
32302         * type-break.el (type-break-mode): Fix previous change.
32304 2005-01-10  Jay Belanger  <belanger@truman.edu>
32306         * calc/calc-ext.el (calc-reset): Reset when inside embedded
32307         calculator; only reset when point is inside a calculator.
32308         Don't adjust the window height if the window takes up the whole height
32309         of the frame.
32311 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
32313         * ebuff-menu.el (Electric-buffer-menu-mode):
32314         Preserve value of buffer-local var header-line-format.
32316 2005-01-09  Jay Belanger  <belanger@truman.edu>
32318         * calc/calc.el (calc-mode-var-list-restore-saved-values):
32319         Make sure settings file exists before accessing it.
32321         * calc/calc-embed.el (calc-embedded-subst):
32322         Replace math-multi-subst-rec, which is only supposed to be called
32323         by math-multi-subst, by math-multi-subst.
32325 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
32327         * vc.el (vc-allow-async-revert): New user option.
32328         (vc-disable-async-diff): New internal variable.
32329         (vc-revert-buffer): Use them to disable asynchronous diff.
32331         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
32332         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
32333         asynchronously if vc-disable-async-diff is t.
32335 2005-01-09  Jay Belanger  <belanger@truman.edu>
32337         * calc/calc.el (defcalcmodevar): New macro.
32338         (calc-mode-var-list-restore-default-values)
32339         (calc-mode-var-list-restore-saved-values): New functions.
32340         (calc-mode-var-list): Use defcalcmodevar to define it.
32341         (calc-always-load-extensions, calc-line-numbering)
32342         (calc-line-breaking, calc-display-just, calc-display-origin)
32343         (calc-number-radix, calc-leading-zeros, calc-group-digits)
32344         (calc-group-char, calc-point-char, calc-frac-format)
32345         (calc-prefer-frac, calc-hms-format, calc-date-format)
32346         (calc-float-format, calc-full-float-format, calc-complex-format)
32347         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
32348         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
32349         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
32350         (calc-matrix-brackets, calc-language, calc-language-option)
32351         (calc-left-label, calc-right-label, calc-word-size)
32352         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
32353         (calc-display-raw, calc-internal-prec, calc-angle-mode)
32354         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
32355         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
32356         (calc-window-height, calc-display-trail, calc-show-selections)
32357         (calc-use-selections, calc-assoc-selections)
32358         (calc-display-working-message, calc-auto-why, calc-timing)
32359         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
32360         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
32361         (calc-gnuplot-default-device, calc-gnuplot-default-output)
32362         (calc-gnuplot-print-device, calc-gnuplot-print-output)
32363         (calc-gnuplot-geometry, calc-graph-default-resolution)
32364         (calc-graph-default-resolution-3d, calc-invocation-macro)
32365         (calc-show-banner): Use defcalcmodevar to declare them and set
32366         their default values.
32368         * calc/calc-ext.el (calc-reset): Restore saved values of variables
32369         instead of default values (but restore default values if there is
32370         an argument of 0).
32372 2005-01-09  David Kastrup  <dak@gnu.org>
32374         * desktop.el (desktop-restore-eager): Fix typo in type.
32376 2005-01-08  Richard M. Stallman  <rms@gnu.org>
32378         * cus-edit.el (customize): Delete :link.
32380 2005-01-08  Jay Belanger  <belanger@truman.edu>
32382         * calc/calc.el (calc-mode): Remove the extension from the
32383         `calc-settings-file' file name when loading it.
32385 2005-01-08  Kim F. Storm  <storm@cua.dk>
32387         * info.el (Info-mode-map, Info-next-link-keymap)
32388         (Info-prev-link-keymap, Info-up-link-keymap):
32389         Map follow-link to mouse-face.
32390         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
32392 2005-01-08  Jay Belanger  <belanger@truman.edu>
32394         * calc/calc.el (calc-settings-file): Change default value.
32395         Suggested by cgw in a comment in calc-mode.el.
32397         * calc/calc-mode.el (calc-settings-file-name):
32398         Compare calc-settings-file to user-init-file instead of ~/.emacs.
32399         Replace ~/.emacs in a prompt by calc-settings-file.
32401 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
32403         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
32404         (desktop-lazy-idle-delay): New customizable variables.
32405         (desktop-buffer-args-list): New variable.
32406         (desktop-append-buffer-args): New function.
32407         (desktop-save): Call desktop-append-buffer-args for some buffers.
32408         (desktop-lazy-create-buffer): New function.
32409         (desktop-idle-create-buffers): New function.
32410         (desktop-read): Add message about buffers to restore lazily.
32411         (desktop-lazy-abort): New command.
32412         (desktop-clear): Call desktop-lazy-abort.
32413         (desktop-lazy-complete): New command.
32415 2005-01-06  Richard M. Stallman  <rms@gnu.org>
32417         * emacs-lisp/find-func.el (find-face-definition):
32418         Rename from find-face.
32420 2005-01-06  Kim F. Storm  <storm@cua.dk>
32422         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
32424         * man.el (Man-xref-man-page, Man-xref-header-file)
32425         (Man-xref-normal-file): Add follow-link property.
32427 2005-01-06  Jay Belanger  <belanger@truman.edu>
32429         * calc/calc-units.el: Make sure the proper macro definitions are
32430         available when compiling.
32432 2005-01-06  Juri Linkov  <juri@jurta.org>
32434         * isearch.el (isearch-lazy-highlight-update):
32435         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
32437 2005-01-06  Miles Bader  <miles@gnu.org>
32439         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
32440         (isearch-lazy-highlight-face): Use new name.
32442 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
32444         * uniquify.el (uniquify-rationalize-file-buffer-names):
32445         Re-add an interactive spec.
32446         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
32447         to the same name.
32449         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
32450         (isearch-update, isearch-done): Adjust calls accordingly.
32452 2005-01-05  Richard M. Stallman  <rms@gnu.org>
32454         * custom.el (custom-set-variables, custom-theme-set-variables):
32455         Clarify documentation.
32457         * emacs-lisp/find-func.el (find-variable)
32458         (find-variable-other-window, find-variable-other-frame):
32459         Fix the TYPE args to find-function-read and find-function-do-it.
32460         (find-function): Doc fix.
32461         (find-function-at-point): Replace function-at-point alias.
32463 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32465         * cus-face.el (custom-declare-face):
32466         Record defface in current-load-list.
32468         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
32470         * emacs-lisp/find-func.el: Doc fixes.
32471         (find-face-regexp): New variable.
32472         (find-function-regexp-alist): New variable.
32473         (find-function-C-source): Third arg is now TYPE.
32474         (find-function-search-for-symbol): Handle general TYPE.
32475         (find-function-read, find-function-do-it): Handle general TYPE.
32476         (find-definition-noselect, find-face): New functions.
32477         (function-at-point): Alias deleted.
32479 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
32481         * battery.el (display-battery-mode): Rename from display-battery.
32482         Handle the case where it gets turned off.
32484 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32486         * cus-edit.el (customize): Make :link point to user doc.
32488         * man.el (Man-fontify-manpage): Turn off undo generation.
32490         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
32492 2005-01-04  Andreas Schwab  <schwab@suse.de>
32494         * files.el (insert-directory): Only look for error lines in
32495         inserted text.  Don't move too far after processing --dired markers.
32497 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32499         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
32500         Don't expand if the character is @, period, dash, etc.
32501         (define-mail-abbrev): Quote names that contain problem characters.
32503 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
32505         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
32507 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32509         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
32510         (query-replace-highlight, query-replace-lazy-highlight)
32511         (query-replace): Definitions moved up.  Doc fix.
32513 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32515         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
32516         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32517         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32518         (lazy-highlight-face): Rename from isearch-lazy-...
32519         Change all references to them.
32521 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
32523         * cus-edit.el (custom-file): Doc fix for defcustom.
32524         (custom-file): The function no longer sets the variable
32525         `custom-file' to its return value.
32527         * startup.el (command-line): No longer load `custom-file'.
32529 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32531         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
32533         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
32534         Don't confuse module-prefixed identifiers for labels.
32535         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
32537 2005-01-02  Richard M. Stallman  <rms@gnu.org>
32539         * files.el (basic-save-buffer-1): Fix previous change.
32541         * loadhist.el (file-loadhist-lookup): New function.
32542         (file-provides, file-requires): Use it.
32544         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
32545         instead of calculating the right size.
32547 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
32549         * vc-svn.el (vc-svn-diff): Stay local if possible.
32551 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32553         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
32555         * files.el (hack-local-variables): Fix last change.
32557 2005-01-02  Jay Belanger  <belanger@truman.edu>
32559         * calc/calc-yank.el (calc-edit-top): New variable.
32560         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
32561         object.  Change header properties.
32562         (calc-edit-finish, calc-edit-finish-stack-object)
32563         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
32564         edited object.
32565         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
32566         for the beginning of the edited object.
32567         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
32568         for the beginning of the edited object.
32569         * calc/calc-prog.el (calc-edit-macro-finish-edit)
32570         (calc-finish-formula-edit, calc-macro-repeats)
32571         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
32572         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
32573         beginning of the edited object.
32574         (calc-user-define-edit): Change the header for editing macros.
32575         Remove unnecessary variable.
32577 2005-01-01  Jay Belanger  <belanger@truman.edu>
32579         * calc/calc-yank.el (calc-edit-mode): Change default header.
32580         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
32581         * calc/calc-store.el (calc-edit-variable): Change title to match new
32582         header.
32583         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
32584         mode to match new header.
32585         (calc-user-define-edit): Change titles to include names of commands.
32586         (calc-finish-formula-edit): Adjust to handle new header.
32587         (calc-finish-macro-edit): Remove.
32588         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
32589         (calc-edit-macro-command, calc-edit-macro-command-type)
32590         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
32591         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
32592         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
32593         (calc-edit-macro-finish-edit): New functions.
32594         (calc-user-define-edit): Use new functions to edit named calc macros.
32596 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32598         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
32600         * ses.el (copy-region-as-kill): Deactivate mark.
32602 2005-01-01  Richard M. Stallman  <rms@gnu.org>
32604         * replace.el (occur-1): If the output buffer is also an input,
32605         don't kill it, rename it.
32607         * faces.el (set-face-background, set-face-foreground): Doc fix.
32609         * cus-face.el (custom-face-attributes): Fix :help-echo strings
32610         for :foreground and :background.
32612         * dired.el (dired-view-command-alist): Variable deleted.
32613         (dired-view-file, dired-mouse-find-file-other-window):
32614         Delete the code to use it.
32616 2005-01-01  Kim F. Storm  <storm@cua.dk>
32618         * image.el (insert-sliced-image): Use t for line-height property.
32620 See ChangeLog.11 for earlier changes.
32622 ;; Local Variables:
32623 ;; coding: iso-2022-7bit
32624 ;; add-log-time-zone-rule: t
32625 ;; End:
32627     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
32629   This file is part of GNU Emacs.
32631   GNU Emacs is free software; you can redistribute it and/or modify
32632   it under the terms of the GNU General Public License as published by
32633   the Free Software Foundation; either version 2, or (at your option)
32634   any later version.
32636   GNU Emacs is distributed in the hope that it will be useful,
32637   but WITHOUT ANY WARRANTY; without even the implied warranty of
32638   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32639   GNU General Public License for more details.
32641   You should have received a copy of the GNU General Public License
32642   along with GNU Emacs; see the file COPYING.  If not, write to the
32643   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
32644   Boston, MA 02110-1301, USA.
32646 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1