*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob089a91b34532b8e89c07682ebfc74583b429b6f1
1 2007-03-30  Alan Mackenzie  <acm@muc.de>
3         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
5 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
7         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
8         Use it, passed in explicitly, instead of from the dynamic binding.
9         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
11 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
13         * simple.el (blink-matching-open): When in minibuffer, don't
14         search for a match inside the prompt.
16 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
18         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
19         (tmm-prompt): Don't make the mouse user select the first menu
20         item twice.
22 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
24         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
25         SIGUSR1 and SIGUSR2.
27 2007-03-29  Kim F. Storm  <storm@cua.dk>
29         * ido.el (ido-read-internal): When reading file or dir, only override
30         minibuffer-local-filename-completion-map, otherwise only override
31         minibuffer-local-completion-map.
33 2007-03-29  Glenn Morris  <rgm@gnu.org>
35         * complete.el (partial-completion-mode): Set PC-do-completion-end
36         to nil after use.
37         (PC-lisp-complete-symbol): Create and use a marker at `end',
38         rather than using point-marker.
40 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
42         * simple.el (next-error-highlight): Doc fix.
43         (compose-mail): Revert 2007-03-19 change.
45 2007-03-28  Richard Stallman  <rms@gnu.org>
47         * emacs-lisp/edebug.el (edebug-display): Don't go to
48         edebug-outside-buffer if it is dead.
50 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
52         * view.el (view-mode): Fix typos in docstring.
54 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
56         * recentf.el (recentf-save-file): Add a custom :set function.
58 2007-03-28  Glenn Morris  <rgm@gnu.org>
60         * complete.el (PC-do-completion-end): New variable.
61         (partial-completion-mode) <choose-completion-string-functions>:
62         Use PC-do-completion-end in the non-minibuffer case to replace the
63         correct amount of text.
64         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
65         (PC-lisp-complete-symbol): Give marker the after-insertion type,
66         to deal with improvements inserted after point.
68 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
70         * button.el (make-text-button): Add explicit `button' property.
71         (default-button): Don't put a `button' property on it.
73         * progmodes/python.el (python-mode): Skip comments when parsing.
75         * vc-arch.el (vc-with-current-file-buffer): New macro.
76         (vc-arch-file-source-p): Use it to avoid infloop.
78 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
80         * emacs-lisp/lisp.el (lisp-complete-symbol):
81         Fix call to get-buffer-window to find windows in other frames.
83 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
85         * comint.el (comint-proc-query, comint-dynamic-list-completions):
86         Fix calls to get-buffer-window to find windows in other frames.
87         Reported by David Hansen <david.hansen@gmx.net>.
89 2007-03-27   Kevin Ryde  <user42@zip.com.au>
91         * info.el (Info-display-images-node): On a text-only terminal,
92         show the "text" or "alt" parts of the image blobs.
94 2007-03-27  Glenn Morris  <rgm@gnu.org>
96         * complete.el (PC-do-completion): Compute completion-base-size in
97         the non-filename case, rather than setting to nil.
98         (PC-lisp-complete-end): New variable.
99         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
100         original end in a series of consecutive invocations.
102         * calendar/calendar.el (calendar-mode-hook): Declare it.
104         * calendar/diary-lib.el (diary-live-p): Do not check for
105         diary-selective-display.
107 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * replace.el (occur-next-error): *Occur* might not be displayed in the
110         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
112 2007-03-26  Richard Stallman  <rms@gnu.org>
114         * textmodes/flyspell.el (flyspell-large-region):
115         Use ispell-call-process-region.
117 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
119         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
120         Use prin1 instead of princ.
122 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
124         * faces.el (face-set-after-frame-default): Revert 2007-03-10
125         change.  Merge in X resources before global face.
127         * progmodes/compile.el (compilation-start):
128         Save compilation-directory rather than default-directory as local var.
129         (compilation-directory): Mark as safe local var.
131         * files.el: Don't mark default-directory as a safe local var.
133 2007-03-25  Alan Mackenzie  <acm@muc.de>
135         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
136         * progmodes/cc-engine.el: Fix typo.
138 2007-03-25  Juri Linkov  <juri@jurta.org>
140         * compare-w.el (compare-windows): Rename customization group
141         `compare-w' to `compare-windows'.
142         (compare-windows-whitespace, compare-ignore-whitespace)
143         (compare-ignore-case, compare-windows-sync)
144         (compare-windows-sync-string-size, compare-windows-recenter)
145         (compare-windows-highlight, compare-windows): Change group name in
146         the `group' tag from `compare-w' to `compare-windows'.
147         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
149 2007-03-24  Markus Triska  <markus.triska@gmx.at>
151         * expand.el: Change example to always enable abbrev-mode,
152         and remove redundant `function'.
153         (expand-abbrev-hook): Add autoload cookie.
155 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
157         * emacs-lisp/testcover.el (testcover-start, testcover-end)
158         (testcover-mark-all, testcover-unmark-all): Add prompts to
159         interactive specs.
161 2007-03-24  Jason Rumney  <jasonr@gnu.org>
163         * autorevert.el (find-file-hook, auto-revert-tail-mode):
164         Use file size in bytes for auto-revert-tail-pos not characters.
166 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
168         * vc-rcs.el (vc-rcs-annotate-command):
169         Set text property :vc-annotate-prefix on the annotation text.
170         (vc-rcs-annotate-time): Instead of searching for ": ",
171         search for end of text propertized with :vc-annotate-prefix.
173 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
175         * whitespace.el (top level): Remove calls putting
176         permanent-local nil property since these are no-ops.
178         * man.el (Man-support-local-filenames): Assure that
179         default-directory exists when doing call-process.
181 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
183         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
184         Fix omission bug: Use m4-program-options to construct shell command.
186 2007-03-23  David Kastrup  <dak@gnu.org>
188         * progmodes/cc-mode.el (c-make-emacs-variables-local):
189         Use `mapcar' rather than `mapcan' to silence compiler warning.
191 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
193         * textmodes/reftex.el, textmodes/reftex-vars.el,
194         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
195         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
196         * textmodes/reftex-index.el, textmodes/reftex-global.el,
197         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
198         * textmodes/reftex-auc.el: Add maintainer address.
200 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
202         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
203         Make sure that `global-font-lock-mode' does not turn on font-lock
204         in these buffers.
206 2007-03-21  Kim F. Storm  <storm@cua.dk>
208         * xt-mouse.el (xt-mouse-epoch): New variable.
209         (xterm-mouse-event): Use float-time.
211 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
213         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
214         current-time.
216 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
218         * complete.el (read-file-name-internal): Don't add the final > if the
219         completion is not finished (re-application of this patch, which was
220         accidentally undone by Eli).
222 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
224         * emulation/viper.el (viper-non-hook-settings): Handle mouse
225         clicks in describe-key and describe-key-briefly advice a little better.
227 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
229         * server.el (server-process-filter): Cancel any pending isearch.
231 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
233         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
234         (icalendar--get-unfolded-buffer): Define actual arguments rather
235         than just using &rest.  Check replace-in-string is fbound.
236         (icalendar-import-buffer): Doc fix.
237         (icalendar--convert-ical-to-diary): Set diary-file.
238         Check diary-file before inserting final newline.
239         (icalendar--add-diary-entry): Return diary-file.
241 2007-03-21  Glenn Morris  <rgm@gnu.org>
243         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
244         (diary-display-hook): Add custom :set function.
246         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
247         Add custom :set function.
248         (diary-header-line-format): Doc fix.
249         (diary-set-maybe-redraw): New function.
250         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
251         (diary-list-entries): Always run diary-mode.
253 2007-03-20  David Kastrup  <dak@gnu.org>
255         * files.el (magic-mode-alist): Require literal "%!PS" string for
256         magic postscript file detection.
258 2007-03-20  Richard Stallman  <rms@gnu.org>
260         * textmodes/ispell.el (ispell-call-process): New function.
261         Defends against bad `default-directory.'
262         (ispell-check-version, ispell-find-aspell-dictionaries)
263         (ispell-get-aspell-config-value, lookup-words): Call it.
264         (ispell-call-process-region): New function.
265         (ispell-send-string): Call it.
267 2007-03-20  Andreas Schwab  <schwab@suse.de>
269         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
270         (finder-data): Likewise.
271         (autoloads): Likewise.
273 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
275         * files.el (basic-save-buffer): Do not set visited filename when
276         the corresponding directory does not exist or the specified
277         filename is that of an existing directory.
279 2007-03-20  Glenn Morris  <rgm@gnu.org>
281         * calendar/diary-lib.el (diary-live-p): New function.
282         (number-of-diary-entries): Add a :set function to redisplay diary
283         when necessary.
285 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
287         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
288         from client program, mev, to compute mouse event.
290 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
292         * faces.el (momentary): Face removed; unused due to reversion of
293         2007-01-04 changes by Kevin Rodgers.
295         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
296         Suggested by Johan Bockg\e,Ae\e(Brd.
298 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
300         * font-lock.el (lisp-font-lock-keywords-1):
301         Highlight define-globalized-minor-mode as a keyword.
303 2007-03-19  Kim F. Storm  <storm@cua.dk>
305         * calc/calc-forms.el (math-std-daylight-savings)
306         (math-std-daylight-savings-old): Doc fix.
308 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
310         * progmodes/python.el (python-default-template): Doc fix.
311         (python-buffer): Fix typo in docstring.
313         * isearchb.el (isearchb-follow-char):
314         * subr.el (def-edebug-spec): Fix typo in docstring.
316 2007-03-19  Richard Stallman  <rms@gnu.org>
318         * files.el (default-directory): Mark safe.
319         (basic-save-buffer-2): Put proper dir name in error message.
321         * simple.el (compose-mail): Run switch-function after
322         setting up the mail buffer.
324         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
326 2007-03-18  Jay Belanger  <belanger@truman.edu>
328         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
329         (math-std-daylight-savings-new): Rename from
330         `math-std-daylight-savings'.
331         (math-std-daylight-savings-old): Rename from old value of
332         `math-std-daylight-savings'.
333         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
334         `math-std-daylight-savings-old' depending on the year.
336 2007-03-18  Detlev Zundel  <dzu@gnu.org>
338         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
339         zero-width regexps as invalid but rather at least count them correctly.
341 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
343         * net/tls.el (open-tls-stream): In handshake-waiting loop,
344         don't wait more if there is output available to process.
346 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
348         * progmodes/compile.el (compilation-find-file): Revert change
349         from 2006-07-18 to allow completion of directory names.
350         Reported by John Carter <john.carter@tait.co.nz>.
352 2007-03-18  Kim F. Storm  <storm@cua.dk>
354         * subr.el (when, unless): Doc fix.
356 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
358         * net/tls.el (tls-program): Doc fix.
360 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
362         * autorevert.el (auto-revert-tail-handler):
363         Call after-revert-hook.
365 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
367         * simple.el (switch-to-completions): No error if search for \n\n fails.
369 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
371         * simple.el (line-move-1):
372         Respect `inhibit-line-move-field-capture' property.
374 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
376         * comint.el (comint-arguments): Mark backslash-escaped chars.
377         (comint-delim-arg): Don't treat them as delimiters.
379 2007-03-12  Kim F. Storm  <storm@cua.dk>
380         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
382 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
384         * tempo.el (tempo-insert): Deal with 'r> if it appears
385         specified with a prompt argument.
387 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
389         * textmodes/org.el (org-set-font-lock-defaults):
390         Handle narrow table columns correctly.
392 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
394         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
395         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
396         Return to use of the -no-properties variants.  There was
397         consensus on emacs-devel that the speed of these variants was
398         prefered since we are usually parsing files (from the internet
399         or on disk) instead of XML created in Emacs.
401         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
402         Add customize option.
404 2007-03-12  Glenn Morris  <rgm@gnu.org>
406         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
407         North American rule.  Replace "daylight savings" with "daylight
408         saving" in doc.
410         * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
411         * calendar/lunar.el,solar.el: Replace "daylight savings" with
412         "daylight saving" in text.
414         * woman.el (woman-change-fonts): Tweak previous change by using
415         woman-request-regexp rather than "^\\.".
417         * startup.el (command-line-1): Make insertion of
418         initial-scratch-message not depend on scratch being selected.
420 2007-03-11  Juri Linkov  <juri@jurta.org>
422         * replace.el (match): Use yellow background on light-bg terminals.
424 2007-03-11  Richard Stallman  <rms@gnu.org>
426         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
427         Correctly compute line number.
429 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
431         * type-break.el (type-break-get-previous-count):
432         Repeat previous change here.
434 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
436         * progmodes/grep.el (grep-find-ignored-directories):
437         Add .git and .bzr to list.
439 2007-03-11  Andreas Schwab  <schwab@suse.de>
441         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
443 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
445         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
447 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
449         * faces.el (face-set-after-frame-default): Recalculate face
450         customizations after applying X resources.
452 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
454         * net/rcirc.el (rcirc-timeout-seconds): New variable.
455         (rcirc-keepalive-seconds): Remove variable.
456         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
457         (rcirc-process, rcirc-user-disconnect): New variables.
458         (rcirc-connect): Initalize new variables.
459         (rcirc-keepalive): Don't send keepalive pings before connection
460         is completed.
461         (rcirc-sentinel): Do mark all channels with activity when
462         connection is dropped.  Run hook with process buffer local.
463         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
464         (rcirc-buffer-process): Return value of rcirc-process if
465         rcirc-server-buffer is nil.
466         (rcirc-server-name): Return the reported server name.
467         (rcirc-update-prompt): Simplify computation of the server name.
468         (rcirc-format-response-string): Likewise.
469         (rcirc-handler-001): Mark server as connected, record the reported
470         server name, and schedule a timeout.
471         (rcirc-track-nick): Add a spec for the tty class.
472         (rcirc-user-non-nick): Remove function.
473         (rcirc-nick-prefix-chars): Add variable.
474         (rcirc-user-nick): Use above variable.
476 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
478         * icomplete.el (icomplete-tidy, icomplete-exhibit):
479         Bind deactivate-mark to nil.
481 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
483         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
484         that buffer contents get erased during completion.
486 2007-03-10  Glenn Morris  <rgm@gnu.org>
488         * woman.el (woman-change-fonts): Add a hack to deal with
489         font-escape followed by "." at start of a line.
490         (woman2-IP): Add a hack to deal with consecutive requests.
491         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
493 2007-03-10  Alan Mackenzie  <acm@muc.de>
495         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
497 2007-03-09  Richard Stallman  <rms@gnu.org>
499         * abbrev.el (abbrev): Add `provide'.
501 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
503         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
505 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
507         * complete.el (PC-try-completion): New function.
508         (PC-do-completion, read-file-name-internal): Use it instead of
509         try-completion.
511 2007-03-08  Alan Mackenzie  <acm@muc.de>
513         Remove stale tokens from `c-found-types' cache.
515         * progmodes/cc-mode.el (c-unfind-enclosing-token)
516         (c-unfind-coalesced-tokens, c-before-change): New functions.
517         (c-maybe-stale-found-type): New variable.
519         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
520         (c-trim-found-types): New functions.
522 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
524         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
525         (debug-ignored-errors): Add entry from smerge-match-conflict.
527 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
529         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
530         special help topics for keywords.
531         (idlwave-help-assistant-command): Include ".exe" for ms-dos
532         etc. Assistant command.
534 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
536         * replace.el (occur-engine): Move buffer-undo-list binding...
537         (occur-1): ...to here.
539         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
541         * simple.el (minibuffer-completing-symbol): New var.
542         (eval-expression): Use it.
543         (completion-setup-function): Don't bind completion-base-size when
544         completing a symbol in the minibuffer.
546 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
548         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
549         tries to start a second session in graphical mode.
551 2007-03-07  Miles Bader  <miles@gnu.org>
553         * international/isearch-x.el
554         (isearch-process-search-multibyte-characters):
555         Strip text-properties from PROMPT to avoid an error from read-string.
557 2007-03-07  Kim F. Storm  <storm@cua.dk>
559         * complete.el (PC-bindings): Remap lisp-complete-symbol to
560         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
562 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
564         * complete.el (PC-do-completion): Delete duplicates in the list of
565         possible completions.
567 2007-03-07  Glenn Morris  <rgm@gnu.org>
569         * ses.el (ses-mode): Doc fix.
571 2007-03-06  Kim F. Storm  <storm@cua.dk>
573         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
575 2007-03-06  Kenichi Handa  <handa@m17n.org>
577         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
579 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
581         * simple.el (completion-setup-function): Improve last fix so it doesn't
582         set it to a relative directory name either.
584 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
586         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
588 2007-03-05  Richard Stallman  <rms@gnu.org>
590         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
592         * files.el (find-file-noselect): No error if file no longer exists.
593         Display a message and avoid other questions.
595 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
597         * pcomplete.el (pcomplete-show-completions): Improve last change, so
598         as not to use an invisible window and to create a window if none exist.
600         * progmodes/python.el (python-send-command): Restart proc if necessary.
601         (python-proc): Simplify.
603 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
605         * pcomplete.el (pcomplete-show-completions): Search all frames for
606         completions buffer.
608 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
610         * cus-edit.el (customize-save-variable): Clear customized-value
611         property (saved values are now put in theme-value property).
612         (customize-set-variable): Doc fix.
614         * complete.el (PC-do-completion): If completion-ignore-case is
615         non-nil, replace field with completion string before exiting.
617 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
619         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
620         Append its extension to the resulting temporary file name.
621         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
623         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
624         (tramp-smb-handle-write-region): Apply it.
626 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
628         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
629         Redo previous change.
631 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
633         * diff-mode.el (diff-mode): Doc fix.
635 2007-03-05  Kenichi Handa  <handa@m17n.org>
637         * international/characters.el: Set category `l' (latin)
638         for more characters.
640 2007-03-04  Kim F. Storm  <storm@cua.dk>
642         * emacs-lisp/authors.el (authors-aliases): Add alias.
644 2007-03-04  Glenn Morris  <rgm@gnu.org>
646         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
647         all when switching major mode.
648         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
649         (hs-block-start-mdata-select, hs-block-end-regexp)
650         (hs-forward-sexp-func, hs-adjust-block-beginning):
651         Do not make these variables permanent-local.
653 2007-03-04  Richard Stallman  <rms@gnu.org>
655         * progmodes/cperl-mode.el (cperl-mode):
656         Modify cperl-compilation-error-regexp-alist by appending.
658         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
659         (edebug-mode): Add the hook.
660         (edebug-recursive-edit): Remove the hook on exiting.
662         * type-break.el (type-break-get-previous-time):
663         Handle end-of-file errors specially
664         so they don't get reported wrong in .emacs.
666         * startup.el (fancy-splash-text): Clarify text.
668         * simple.el (beginning-of-buffer, end-of-buffer):
669         Avoid treating plain C-u like numeric arg.
671         * simple.el (completion-setup-function): Don't set
672         default-directory to nil.
674         * shell.el (shell-dirstack-query): Doc fix.
676         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
677         Don't select the window -- pass it to primitives instead.
679         * faces.el (minibuffer-prompt): Use medium blue by default.
681 2007-03-04  David Kastrup  <dak@gnu.org>
683         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
684         Preserve 16 as default value for "seconds" when customizing.
686 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
688         * textmodes/org.el (org-self-insert-command)
689         (orgtbl-self-insert-command, org-delete-char)
690         (org-delete-backward-char): Set the `flyspell-delayed' property.
692 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
694         * international/mule.el (find-auto-coding): Don't search for
695         line-ending characters past the end of the tail.
697 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
699         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
700         Jump to the line where new score has been uploaded.
702         * play/tetris.el (tetris-move-bottom, tetris-move-left)
703         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
704         Do nothing when the game is paused.
706 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
708         * textmodes/org.el (org-set-tags): Prevent slipping of point
709         during completion.
711 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
713         * isearch.el (isearch-message-prefix):
714         Use minibuffer-prompt-properties.
716 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
718         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
719         (ps-setup): Print which Emacsen is running ps-print package.
721 2007-03-01  Stuart Herring  <herring@lanl.gov>  (tiny change)
723         * files.el (set-auto-mode-0): Use `indirect-function'.
724         (hack-one-local-variable): Don't reapply current major mode.
726 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
728         * progmodes/python.el (python-quote-syntax): Don't bother with
729         syntax-ppss-context.
730         (python-fill-paragraph): Make sure that fenced-string delimiters that
731         stand on their own line stay there
733 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
735         * replace.el (perform-replace): Propertize message.
737 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
739         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
740         invisible heading.
742 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
744         * net/tramp.el (tramp-file-name-handler): Revert last change.
746 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
748         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
749         Correct doc strings.
751 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
753         * replace.el (perform-replace): Undo forward-char immediately if
754         non-adjacent search fails.
756 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
758         * version.el (emacs-major-version, emacs-minor-version):
759         string-to-int -> string-to-number.
761 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
763         * help.el (where-is): Fail gracefully when not passed a command.
765 2007-02-28  Stuart Herring  <herring@lanl.gov>  (tiny change)
767         * find-lisp.el (find-lisp-default-directory-predicate):
768         Fix bug: Do symlink check on expanded filename.
770 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
772         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
773         changes during replacement.
774         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
776 2007-02-28  Lars Hansen  <larsh@soem.dk>
778         * desktop.el: Delete header line listing me as maintainer.
780 2007-02-28  Glenn Morris  <rgm@gnu.org>
782         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
783         the menus case.
785 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
787         * net/tramp.el (tramp-file-name-handler): Inhibit modification
788         hooks to avoid confusion when combining after-change calls.
790 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
792         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
793         now that pgg-gpg-process-region correctly honors passed-in passphrase.
794         (allout-distinctive-bullets-string): Add info about bullet conventions.
795         (allout-mode): Add info about distinctive vs plain bullets.
797 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
799         * textmodes/org.el (org-archive-subtree): Quote variable name.
800         (org-agenda-get-todos): Make sure skip properties are checked correctly.
802 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
804         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
805         (gud-bashdb-command-name, bashdb): Remove.
806         (gud, gud-menu-map): Remove references to bash/bashdb.
808 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
810         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
811         keyword for Python 2.5.
813 2007-02-26  Romain Francoise  <romain@orebokech.com>
815         * net/net-utils.el (whois-server-tld): Update server for .org.
816         (whois-server-list): Add whois.publicinterestregistry.net.
817         (whois-guess-server): Fix formatting in docstring.
819 2007-02-26  Kim F. Storm  <storm@cua.dk>
821         * mouse.el (mouse-show-mark): Run hooks and perform command
822         remapping for mouse-region-delete-keys.
824 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
826         * font-core.el (font-lock-mode): Doc fix.
828 2007-02-25  Kim F. Storm  <storm@cua.dk>
830         * ido.el (ido-buffer-internal): Set this-command to fallback command.
831         Add selected buffer to buffer-name-history.
832         (ido-file-internal): Set this-command to fallback command.
833         Add file names to file-name-history.
835         * emacs-lisp/map-ynp.el (map-y-or-n-p):
836         Apply minibuffer-prompt-properties.
838 2007-02-25  Andreas Schwab  <schwab@suse.de>
840         * files.el (hack-one-local-variable-eval-safep): Correct handling
841         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
843 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
845         * textmodes/org.el (org-table-overlay-coordinates)
846         (org-table-toggle-coordinate-overlays): New functions.
847         (org-table-overlay-coordinates, org-table-coordinate-overlays):
848         New variables.
849         (org-startup-with-deadline-check): Remove option.
850         (org-mode): Remove deadline check on startup.
851         (org-table-limit-column-width): Remove option.
852         (org-table-formula-numbers-only): Remove option.
853         (org-link-style, org-link-format): Remove options.
854         (org-select-agenda-window, org-fit-agenda-window): Remove options.
855         (org-export-ascii-show-new-buffer)
856         (org-export-html-show-new-buffer): Remove options.
857         (org-activate-links): Remove camel option.
858         (org-file-link-context-use-camel-case): Remove option.
859         (org-camel-regexp): Remove variable.
860         (org-activate-camels): Remove function.
861         (org-store-link): Remove Camel stuff.
862         (org-make-org-heading-camel): Remove function.
863         (org-open-at-point): Remove camel stuff.
864         (org-link-search): Remove camel stuff.
865         (org-camel-to-words): Function removed.
866         (org-get-agenda-file-buffer): Make sure we prepare the base
867         buffers, not any indirect buffers.
868         (org-sort-entries): Sort top-level when not on a headline, and no
869         active region.
870         (org-in-regexp): New function.
871         (org-search-not-self): Rename from `org-search-not-link'.
872         (org-open-link-marker): New variable.
873         (org-open-at-point): Set `org-open-link-marker'.
874         (org-print-icalendar-entries): Fixe bug with excluding DONE
875         entries from the exported list.
876         (org-edit-formula-lisp-indent): New command.
877         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
878         (orgtbl-to-latex, orgtbl-insert-radio-table)
879         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
880         (orgtbl-radio-table-templates): New option.
881         (org-store-link-props):
882         (org-remember-templates): More possibilities to insert info
883         into templates.
884         (org-remember-apply-template): Make use of the extended
885         template capabilities.
886         (org-remember-redo-template): New command.
887         (org-upgrade-old-links)
888         (org-table-modify-formulas, org-table-replace-in-formulas)
889         (org-table-find-dataline)
890         (org-table-get-vertical-vector): Remove functions.
891         (org-table-remove-rectangle-highlight)
892         (org-time-stamp-format, org-toggle-log-option)
893         (org-table-highlight-rectangle)
894         (org-table-iterate, org-table-make-reference):
895         (org-translate-time, org-tree-to-indirect-buffer)
896         (org-table-field-info, org-table-fix-formulas)
897         (org-table-force-dataline, org-table-get-descriptor-line)
898         (org-table-get-range)
899         (org-skip-comments, org-sort)
900         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
901         (org-table-current-dline, org-table-current-field-formula)
902         (org-table-edit-backward-field)
903         (org-table-edit-formulas-post-command)
904         (org-table-edit-line-down, org-table-edit-line-up)
905         (org-agenda-archive)
906         (org-agenda-clock-cancel)
907         (org-agenda-clock-out, org-agenda-list-stuck-projects)
908         (org-agenda-open-link, org-agenda-show-new-time)
909         (org-agenda-skip-subtree-when-regexp-matches)
910         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
911         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
912         (org-do-sort, org-file-image-p, org-find-overlays)
913         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
914         (org-highlight-until-next-command, org-isearch-end)
915         (org-match-any-p, org-next-link, org-previous-link):
916         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
917         (org-rewrite-old-row-references)
918         (org-isearch-post-command)
919         (org-table-edit-move, org-table-edit-next-field)
920         (org-table-edit-scroll, org-table-edit-scroll-down)
921         (org-set-frame-title, org-show-reference)
922         (org-unhighlight-once, org-verify-change-for-undo): New functions.
923         (org-show-variable): Remove command.
924         (org-add-log-maybe): New arguments STATE, FINDPOS
925         (org-table-sort-lines): Rewrite from scratch.
926         (org-link-search): New argument AVOID-POS.
927         (org-print-icalendar-entries): Remove argument CATEGORY.
928         (org-run-agenda-series): Remove argument WONDOW.
929         (org-next-link, org-previous-link): New commands.
930         (org-agenda-date-format): New option.
931         (org-table-iterate): New command.
932         (org-table-modify-formulas)
933         (org-table-replace-in-formulas): Remove functions.
934         (org-table-fix-formulas): New function.
935         (org-table-insert-column, org-table-delete-column)
936         (org-table-move-column): Use `org-table-fix-formulas'.
937         (org-follow-gnus-link): Patch from Bastien/Leo.
938         (org-table-current-field-formula): New function.
939         (org-file-image-p): New function.
940         (org-agenda-show-new-time): New function.
941         (org-agenda-date-later): Call `org-agenda-show-new-time'.
942         (org-with-remote-undo): New macro.
943         (org-agenda-undo): New command.
944         (org-verify-change-for-undo): New function.
945         (org-time-stamp-format): New function.
946         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
947         by user.
948         (org-match-any-p): New function.
949         (org-make-tags-matcher): Handle regular expressions for tag and
950         todo matches.
951         (org-read-date): Accept "+N" as input for a date relative to the
952         current date.
953         (org-remove-subtree-entries-from-agenda): New function.
954         (org-agenda-archive, org-agenda-kill):
955         Use `org-remove-subtree-entries-from-agenda'.
956         (org-do-sort, org-sort-entries): New functions.
957         (org-sort): New command.
958         (org-table-sort-lines): Use `org-do-sort'.
959         (org-fix-decoded-time): New function.
960         (org-table-number-regexp): Require 0x... to identify as number
961         in tables.
962         (org-startup-options): New keywords for note taking.
963         (org-upgrade-old-links): Remove function.
964         (org-get-repeat): New function.
965         (org-show-context): Also show siblings on current level.
966         (org-show-siblings): New function.
967         (org-isearch-end, org-isearch-post-command): New functions.
968         (org-show-siblings): New option.
969         (org-show-context): Use `org-show-siblings'.
970         (org-table-maybe-recalculate-line): No longer require `calc-eval'
971         to be bound, because user may just use elisp.
973 2007-02-24  Kim F. Storm  <storm@cua.dk>
975         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
976         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
978 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
980         * startup.el (command-line): Also check if the abbrev file is readable.
982 2007-02-24  John Paul Wallington  <jpw@pobox.com>
984         * net/tls.el (tls-certtool-program): Fix custom type.
986         * mail/feedmail.el (feedmail-message-id-generator)
987         (feedmail-date-generator): Fix custom types.
989         * mail/rmail.el (rmail-message-filter): Fix custom type.
991 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
993         * startup.el (command-line): If simple.el cannot be found, proceed
994         with a warning message.
996 2007-02-24  Kenichi Handa  <handa@m17n.org>
998         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
999         case that BEG is a string.
1001 2007-02-24  Chris Moore  <dooglus@gmail.com>
1003         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1004         * pgg-pgp.el (pgg-pgp-encrypt-region):
1005         * pgg-gpg.el (pgg-gpg-encrypt-region):
1006         Check pgg-encrypt-for-me if no other recipients.
1008 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
1010         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1012         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1013         shell-quote-argument.
1015 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1017         * comint.el (comint-read-input-ring): Use comint-input-ring-size
1018         from the comint buffer instead of the temporary one.
1020 2007-02-23  David Reitter  <david.reitter@gmail.com>
1022         * cus-edit.el (custom-save-all): Canonicalize custom-file before
1023         storing it in recentf-exclude.
1025 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
1027         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1028         in splash screen.
1030 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
1032         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1033         commands, for restart.
1034         (idlwave-shell-current-module): Fix handling of module name by type.
1035         (idlwave-shell-break-in): Update type handling.
1036         (idlwave-shell-bp-get): Encode type in BP structure.
1037         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1038         (idlwave-shell-module-source-query): Query routine info based on type.
1039         Fix path parsing for non-compiled files.
1040         (idlwave-shell-module-source-filter): Don't signal error in filter
1041         if no source found.
1042         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1043         filter race.
1045 2007-02-22  Kim F. Storm  <storm@cua.dk>
1047         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1048         (editable-field): Document need to put some text before the %v
1049         escape in :format string.
1051 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1053         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1054         (vc-svn-use-edit): Remove unused config var.
1055         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1057         * outline.el (hide-sublevels): Keep empty last line, if available.
1059         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1060         rather than the corresponding unicode char, to make the code
1061         more readable.
1063 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
1065         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1066         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1067         (speedbar-item-info-tag-helper): Doc fixes.
1069 2007-02-19  Kenichi Handa  <handa@m17n.org>
1071         * international/mule-cmds.el (locale-language-names):
1072         Map "eo" to "Esperanto".
1074         * language/european.el ("Esperanto"): New language environment.
1076 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1078         * simple.el (kill-line): Doc fix.
1080 2007-02-17  Kim F. Storm  <storm@cua.dk>
1082         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1083         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1084         (bindat--unpack-group, bindat--pack-group):
1085         Handle vectors with optional element type.
1087 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
1089         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1090         if PASSPHRASE is given.
1092 2007-02-17  Chris Moore  <dooglus@gmail.com>
1094         * jka-cmpr-hook.el (jka-compr-compression-info-list):
1095         Recognize backups of bz2 compressed files.
1097 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
1099         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1100         to nil to speed up lookup of the symbol in index nodes.
1102 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1104         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1105         Add indentation for the constants of Lisp.
1107 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1109         * ps-print.el: Use (defvar <foo>) where applicable.
1110         (ps-print-emacs-type): Remove.
1111         (ps-x-frame-property, ps-e-frame-parameter): Remove.
1112         (ps-frame-parameter): Align its call-convention with frame-parameter.
1113         (ps-begin-job): Adjust calls to it appropriately.
1114         (ps-setup): Don't print ps-print-emacs-type.
1115         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1116         Define in such a way that it's obvious that it's defined.
1117         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1118         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1119         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1121 2007-02-15  Alan Mackenzie  <acm@muc.de>
1123         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1124         an empty one-line C-style comment, post-position point properly.
1126 2007-02-15  Chris Moore  <dooglus@gmail.com>
1128         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1129         (isearch-lazy-highlight-new-loop): Bind it.
1130         (isearch-lazy-highlight-search): Use it.
1132         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1134 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1136         * font-lock.el (font-lock-extend-region-wholelines):
1137         Only return non-nil if the region has really been changed.
1138         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1140 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
1142         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1143         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1144         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1146 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
1148         * faces.el (color-values): Revert changes to docstring from
1149         2007-01-31 and 2000-09-07.
1151         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1152         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1153         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1154         (ispell-help): Fix typos in docstring and output message.
1156 2007-02-14  Kim F. Storm  <storm@cua.dk>
1158         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1159         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1160         (grep): Fix lgrep reference.
1162         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1163         (standard-display-underline): Use make-glyph-code.
1165         * descr-text.el (describe-char): Use glyph-char and glyph-face.
1167         * international/latin1-disp.el (latin1-display-char):
1168         Use make-glyph-code.
1170 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
1172         * ehelp.el (with-electric-help, electric-help-exit)
1173         (electric-help-retain): Doc fixes.
1175         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1176         (byte-compile-file): Doc fixes.
1178 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1180         * term/mac-win.el: Change all uses of
1181         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1182         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1183         (mac-ae-get-url): Call select-frame-set-input-focus.
1184         (mac-dnd-handle-drag-n-drop-event): Don't call
1185         select-frame-set-input-focus.
1187 2007-02-13  Kenichi Handa  <handa@m17n.org>
1189         * international/characters.el: Fix documentation of category `a'.
1191 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
1193         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1195 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
1197         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1198         (tramp-get-remote-ln): Handle error case.
1199         Reported by Chris Moore <dooglus@gmail.com>.
1201 2007-02-11  Kim F. Storm  <storm@cua.dk>
1203         * bindings.el (ctl-x-map): Remove register compatibility bindings
1204         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1206 2007-02-11  Richard Stallman  <rms@gnu.org>
1208         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1209         in load history.
1211         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1212         condition -- don't fail to stop at endpos.
1214 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
1216         * textmodes/org.el (org-agenda-get-todos)
1217         (org-agenda-get-timestamps, org-agenda-get-closed)
1218         (org-agenda-get-deadlines, org-agenda-get-scheduled)
1219         (org-agenda-get-blocks, org-format-agenda-item)
1220         (org-agenda-change-all-lines, org-scan-tags): Rename text property
1221         from `category' to `org-category'.
1223 2007-02-11  Kenichi Handa  <handa@m17n.org>
1225         * international/titdic-cnv.el (titdic-convert): Force files be written
1226         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
1227         (miscdic-convert): Force files be written with Unix-like eol format.
1229 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
1231         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1233         * calculator.el (calculator-prompt): Doc fix.
1234         (calculator-mode-map): Fix typo in menu entry.
1236 2007-02-10  Jay Belanger  <belanger@truman.edu>
1238         * calculator.el (calculator): Do more extensive checking for when
1239         3 lines should be used for the calculator.
1241 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
1243         * info-look.el (info-lookup-make-completions):
1244         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1245         index nodes.
1247         * info.el (Info-fontify-maximum-menu-size): Document the effect
1248         of a nil value.
1249         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1250         non-nil before using it as size.
1252 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
1254         * subr.el (insert-for-yank-1): Prevent read-only properties from
1255         interfering with text property operations.
1257         * image-mode.el (image-mode): Revert 2007-01-30 changes.
1259         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1260         (image-type-auto-detected-p): Fail if another match is found in
1261         auto-mode-alist.
1263         * files.el (magic-mode-alist): Call image-mode instead of
1264         image-mode-maybe for autodetected images.
1266 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
1268         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1269         Fix typos in docstrings.
1270         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1272 2007-02-09  Kim F. Storm  <storm@cua.dk>
1274         * emacs-lisp/float-sup.el: Remove obsolete comment.
1276 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1278         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1280 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
1282         * simple.el: Revert previous change, at request of RMS:
1283         (fundamental-mode-hook): Remove.
1284         (fundamental-mode): Run after-change-major-mode-hooks manually,
1285         and don't run the now-nonexistent fundamental-mode-hook.
1287 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
1289         * simple.el (fundamental-mode-hook): Declare new hook.
1290         (fundamental-mode): Run the new dedicated hook, and don't run
1291         after-change-major-mode-hooks manually anymore.
1293 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1295         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
1296         added columns of chars.  Remove support for the "no-meta-info" format.
1297         Prompted by Romain Francoise <romain@orebokech.com>.
1299 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
1301         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
1302         (gdb-mouse-until, gdb-mouse-jump): Use it.
1304 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
1306         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
1307         work when there is just an assembler buffer (no source buffer).
1309 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
1311         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
1312         just because the diff was produced using "-p" (--show-c-function).
1314 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
1316         * faces.el (frame-set-background-mode): Use `color-values' and
1317         `display-color-p', not `x-color-values' and `x-display-color-p'.
1318         (face-valid-attribute-values): Use `defined-colors' instead of
1319         `x-defined-colors'.
1321 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1323         * ps-print.ps: The ps-print commands without face printing should not
1324         print background color.  Reported by Leo <sdl.web@gmail.com>.
1325         (ps-print-version): New version 6.7.3.
1326         (ps-begin-job): New arg.  Fix ps-default-background and
1327         ps-default-foreground initialization.
1328         (ps-face-attributes): Fix doc string.
1329         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
1331         * printing.el: Fix ps-print link.
1333 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
1335         * faces.el (face-set-after-frame-default): Compile attributes to
1336         be set by frame parameters before merging in X resources.
1338 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
1340         * simple.el (blink-matching-paren-dont-ignore-comments):
1341         (blink-matching-paren-on-screen): Doc fixes.
1343 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
1345         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
1347 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
1349         * loadhist.el (unload-feature): Silently ignore `load-history' entries
1350         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
1351         entries like `defun'.  Return nil.
1353 2007-02-05  Kim F. Storm  <storm@cua.dk>
1355         * ido.el: Doc fixes.
1357 2007-02-04  David Kastrup  <dak@gnu.org>
1359         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
1360         `mpuz-allow-double-multiplicator' is non-zero, and correct
1361         calculation of `min'.
1363 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
1365         * wid-edit.el (widget-default-create): Insert new text at the
1366         :from marker _after_ the marker, not before it.
1368 2007-02-04  Alan Mackenzie  <acm@muc.de>
1370         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
1371         containing it is re-indented.
1373 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
1375         * net/newsticker.el (newsticker--insert-image): Update docstring,
1376         and insert the image directly.
1377         (newsticker--buffer-redraw): Update docstring.
1379         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1380         Rename from define-global-minor-mode.
1382         * progmodes/cwarn.el (global-cwarn-mode):
1383         * emacs-lisp/autoload.el (make-autoload):
1384         * hi-lock.el (global-hi-lock-mode):
1385         * font-core.el (global-font-lock-mode): All callers changed.
1387 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
1389         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
1390         Don't copy @ignore lines into menu descriptions.
1391         (texinfo-multi-file-update): Goto the @node line before attempting
1392         to pluck the node name.
1393         (texinfo-multiple-files-update): Reverse the optional arguments'
1394         order, as per the doc string and the `interactive' form.
1396 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
1398         * image-mode.el: Use autoload to avoid overriding disabled setting
1399         applied in .emacs.
1401 2007-02-03  Alan Mackenzie  <acm@muc.de>
1403         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
1404         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
1405         adjacent paren groups).
1407 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1409         * progmodes/ebnf2ps.el: Doc fixes.
1410         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
1412 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
1414         * dired-x.el (dired-do-relsymlink): Add reference to
1415         dired-do-symlink.  Add an autoload cookie.
1417         * dired-aux.el (dired-do-symlink): Add reference to
1418         dired-do-relsymlink.
1420 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
1422         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
1423         <left-fringe mouse-3>: New bindings.
1425 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
1427         * newsticker.el (newsticker-version): Changed to "1.10".
1428         (newsticker--set-customvar): Doc string.
1429         (newsticker-new-item-face): Doc string.
1430         (newsticker-mode): Initialize `invisibility-spec' with t.
1431         (newsticker-mode-map): Added
1432         `newsticker-mark-all-items-at-point-as-read'.
1433         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
1434         (newsticker-w3m-show-inline-images): Do not call
1435         `w3m-remove-image'.
1436         (newsticker--buffer-after-w3m-insert-image): New advice for
1437         w3m-insert-image to cache images.
1438         (newsticker-next-item-same-feed): New.
1439         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
1440         (newsticker-mark-all-items-of-feed-as-read): New.
1441         (newsticker-mark-all-items-at-point-as-read): Use new functions.
1442         (newsticker-mark-item-at-point-as-read): Doc string.
1443         (newsticker-mark-item-at-point-as-read): Use new functions.
1444         (newsticker--do-mark-item-at-point-as-read): New, extracted from
1445         `newsticker-mark-item-at-point-as-read'.
1446         (newsticker-hide-entry): Use (t) instead of t for invisibility.
1447         (newsticker--sentinel): Yet another xml-parser workaround.
1448         (newsticker--decode-iso8601-date): Bugfix for datestrings without
1449         days.
1450         (newsticker--buffer-do-insert-text): Fix.
1451         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
1452         (newsticker--buffer-make-item-completely-visible):
1453         `switch-to-buffer' not necessary.
1455 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
1457         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
1458         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
1459         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
1460         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
1461         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
1463 2007-02-02  Kenichi Handa  <handa@m17n.org>
1465         * international/quail.el (quail-show-key): Fix an error message.
1467 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
1469         * faces.el (set-face-underline-p, modify-face): Rename arg
1470         UNDERLINE-P to UNDERLINE (it is not a flag).
1472 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
1474         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
1475         when adding gdb-speedbar-update to gdb-input-queue.
1477 2007-02-01  Kenichi Handa  <handa@m17n.org>
1479         * international/quail.el (quail-show-key): Signal an error if the
1480         current input method is not using Quail.
1482 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
1484         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
1485         Trim leading whitespace in sysvar names.
1487 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
1489         * faces.el (internal-find-face, internal-get-face): Doc fixes.
1491 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
1493         * ido.el (ido-set-common-completion): Use `let', not `let*'.
1495 2007-01-31  Romain Francoise  <romain@orebokech.com>
1497         * comint.el: Delete extra copy of `comint-copy-old-input' added in
1498         previous change to this file.
1500 2007-01-31  Jason Rumney  <jasonr@gnu.org>
1502         * files.el (magic-mode-alist): Use image-mode-maybe rather than
1503         image-mode.
1505         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
1506         interfering with attempt to set major mode from modified
1507         auto-mode-alist.
1509 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
1511         * faces.el (color-values): Doc fix.
1512         (face-differs-from-default-p): Don't check :foreground twice.
1514 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
1516         * comint.el (comint-mode): Prevent non-keyword fontification by default.
1518 2007-01-31  Kenichi Handa  <handa@m17n.org>
1520         * international/quail.el (quail-store-decode-map-key): Store a
1521         translated character too.
1522         (quail-char-equal-p): New function.
1523         (quail-find-key1): Check character equality by quail-char-equal-p.
1524         (quail-decode-map-generated): New variable.
1525         (quail-find-key): Check quail-decode-map-generated and re-generate
1526         a decode map if necessary.
1528 2007-01-30  Richard Stallman  <rms@gnu.org>
1530         * tutorial.el (tutorial--detailed-help): Make the list of
1531         changed keys look nicer.
1533 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
1535         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
1536         (gdb-var-delete): Use it.
1537         (gdb-var-update-handler-1): Handle value "invalid" for MI field
1538         `in_scope'.
1540 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
1542         * files.el (get-free-disk-space): Return nil for remote directories.
1544         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
1545         instead of "dir".
1547 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
1549         * type-break.el (type-break-catch-up-event): New function.
1550         (type-break-demo-hanoi, type-break-demo-life)
1551         (type-break-demo-boring): Use it.
1553         * image-mode.el (image-mode): Don't automatically view as image.
1554         (image-toggle-display): Add `disabled' property.
1556 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1558         * isearchb.el (isearchb-iswitchb):
1559         * ps-print.el (ps-build-face-reference):
1560         * emacs-lisp/shadow.el (list-load-path-shadows):
1561         * eshell/esh-cmd.el (eshell-rewrite-for-command):
1562         * international/mule.el (find-auto-coding):
1563         * mail/supercite.el (sc-attrib-selection-list):
1564         * progmodes/cc-defs.el (c-emacs-features):
1565         * progmodes/cc-vars.el (c-offsets-alist):
1566         * progmodes/flymake.el
1567         (flymake-init-create-temp-source-and-master-buffer-copy):
1568         Fix typos in docstrings (some suggested by Chris Moore).
1570         * progmodes/vhdl-mode.el (vhdl-components-package-name)
1571         (vhdl-get-library-unit, vhdl-corresponding-begin)
1572         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
1573         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
1574         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
1575         (vhdl-font-lock-match-item): Fix typos in docstrings.
1576         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
1577         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
1578         (vhdl-speedbar-insert-project-hierarchy):
1579         Improve argument/docstring consistency.
1581 2007-01-29  Kenichi Handa  <handa@m17n.org>
1583         * international/titdic-cnv.el (py-converter): Fix previous change.
1585 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
1587         * jka-compr.el (jka-compr-partial-uncompress)
1588         (jka-compr-call-process): Rebind default-directory if it is
1589         invalid.  Suggested by Chris Moore.
1591         * comint.el (comint-insert-input): Handle situation where the
1592         selected buffer is not the clicked buffer.
1594 2007-01-29  Kenichi Handa  <handa@m17n.org>
1596         * international/ja-dic-cnv.el (skkdic-convert):
1597         Add byte-compile-disable-print-circle:t at the head.
1599         * international/titdic-cnv.el (tit-process-header):
1600         Add byte-compile-disable-print-circle:t at the head.
1601         (miscdic-convert): Likewise.
1602         (py-converter): Skip the header comments.
1604         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
1605         New variable.
1606         (byte-compile-output-file-form): Bing print-circle to nil if
1607         byte-compile-output-file-form is not nil.
1608         (byte-compile-output-docform): Likewise.
1610 2007-01-28  Kim F. Storm  <storm@cua.dk>
1612         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
1613         Declare earlier to avoid byte compiler warnings.
1615 2007-01-28  Markus Triska  <markus.triska@gmx.at>
1617         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
1619 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
1621         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
1622         (gamegrid-add-score-with-update-game-score-1): Allow local quits
1623         when calling update-game-score program.  Remove unnecessary
1624         save-excursion.
1626         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
1628 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
1630         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
1631         avoid compiler warning.
1632         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
1633         might have values other than "true" or "false".
1635 2007-01-28  Richard Stallman  <rms@gnu.org>
1637         * textmodes/fill.el (fill-paragraph-function): Doc fix.
1638         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
1640         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
1642         * image.el (image-type-header-regexps): Make GIF regex more specific.
1644         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
1645         Don't check `backspace'.
1646         (tutorial--find-changed-keys): Look up bindings in a temp buffer
1647         in Fundamental mode.
1649         * startup.el (fancy-splash-text, normal-splash-screen):
1650         Mention C-g.
1652         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
1653         when inserting in buffer.
1655         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
1656         inside the if.
1658 2007-01-27  Richard Stallman  <rms@gnu.org>
1660         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
1662 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
1664         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
1665         enum/union/struct/class definition.
1666         Revert change to call `forward-sexp' multiple times.
1668 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
1670         * files.el (hack-local-variables-confirm): Don't keep trying to
1671         read an event from an empty kbd macro.
1673 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1675         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
1677 2007-01-27  Ben North  <ben@redfrontdoor.org>
1679         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
1680         the arg CHILDREN -> WHICH.
1682 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
1684         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
1685         default-directory to a sane value when calling start-process.
1687 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1689         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
1690         (ls-lisp-format-time-list): Doc fix.  Mention
1691         ls-lisp-use-localized-time-format.
1692         (ls-lisp-format-time): Use ls-lisp-format-time-list if
1693         ls-lisp-use-localized-time-format is non-nil, even if a valid
1694         locale is defined.
1696 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
1698         * jka-compr.el (jka-compr-shell): Doc fix.
1700         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
1702 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1704         * ps-print.ps: Fix background height.
1705         (ps-print-version): New version 6.7.2.
1707 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
1709         * makefile.w32-in (finder-data, custom-deps): Depend on
1710         $(lisp)/loaddefs.el.
1712 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1714         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
1716 2007-01-24  Miles Bader  <miles@gnu.org>
1718         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
1719         (byte-compile-output-docform): Bind `print-circle' to t.
1721 2007-01-24  Kenichi Handa  <handa@m17n.org>
1723         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
1724         file name of the original SKK dictionary file.
1726 2007-01-24  Kim F. Storm  <storm@cua.dk>
1728         * ido.el (ido-initial-position): New variable.
1729         (ido-read-internal): Set it if default item is specified.
1730         (ido-minibuffer-setup): Position cursor accordingly if set.
1731         (ido-edit-input): C-e moves to end of input if not already there.
1732         (ido-magic-backward-char): C-b does like M-b if prev char is /.
1733         Don't switch to buffer mode if repeating C-b at start of input.
1734         (ido-toggle-ignore): C-a only toggles ignore at start or end of
1735         input; else it moves to start of input.
1736         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
1737         not at end of input, delete rest of input, rather than normal op.
1739 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1741         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
1743         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
1744         of message.  Activate mark.
1745         (ediff-activate-mark): Set transient-mark-mode to t.
1747         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
1749 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
1751         * help-fns.el (describe-variable): Don't suppress display of
1752         buffer local value when the value is "large".
1754 2007-01-22  Kim F. Storm  <storm@cua.dk>
1756         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
1757         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
1758         (ido-tidy): Use ido-active.
1760 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
1762         * hexl.el (hexl-mode-exit): Add missing quote.
1764 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1766         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
1767         (mac-ae-keyboard-modifiers): New function.
1768         (mac-handle-toolbar-switch-mode): Use it.
1769         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
1770         if keyboard modifiers on drop contain option key.
1771         (mac-dnd-drop-data): Add optional argument `action'.
1772         (special-event-map): Remove binding for M-drag-n-drop.
1774 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
1776         * add-log.el (add-log-current-defun): Use CC Mode functions to
1777         find the beginning and end of a defun.
1779 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1781         * progmodes/gdb-ui.el (gdb-var-create-regexp)
1782         (gdb-var-create-handler): Handle value field in GDB output of
1783         -var-create.
1784         (gdb-max-frames): New variable.
1785         (gdb-stack-buffer, gdb-frames-select): Use it.
1786         (gdb-info-stack-custom): Help user customize gdb-max-frames,
1787         if necessary.
1788         (gdb-get-frame-number): Simplify.
1790 2007-01-21  Glenn Morris  <rgm@gnu.org>
1792         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
1793         Update copyrights.
1795 2007-01-21  Alan Mackenzie  <acm@muc.de>
1797         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
1798         handling of K&R stuff.
1800 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1802         * textmodes/bibtex.el (bibtex-files): Fix customization type.
1804 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1806         * ps-print.el: Handle frame parameters (background and/or foreground
1807         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
1808         (ps-print-version): New version 6.7.1.
1809         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
1810         (ps-frame-parameter): New fun.
1811         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
1812         Fix doc and customization.
1813         (ps-begin-job): Get frame parameters (background and/or foreground
1814         colors).
1815         (ps-do-despool): Ensure ps-printer-name has a valid value.
1817 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1819         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
1820         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
1821         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
1822         mean unlimited.
1824 2007-01-20  Alan Mackenzie  <acm@muc.de>
1826         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
1827         much more rigorous analysis of putative K&R regions.
1829 2007-01-20  Alan Mackenzie  <acm@muc.de>
1831         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
1832         New functions.
1834 2007-01-20  Alan Mackenzie  <acm@muc.de>
1836         * progmodes/cc-align.el, progmodes/cc-cmds.el,
1837         * progmodes/cc-defs.el, progmodes/cc-engine.el,
1838         * progmodes/cc-langs.el, progmodes/cc-styles.el,
1839         * progmodes/cc-vars.el: Add my name.
1841 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1843         * files.el (find-alternate-file): Revert query message to Emacs 21
1844         version.
1846 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1848         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
1849         the doc string how to use personal abbrevs without electric
1850         keywords.
1852 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1854         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1855         Fixed cursor position when toggle abbreviated display.
1857 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
1859         * t-mouse.el: Update copyright following assignment by
1860         Alessandro Rubini.
1862 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1864         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
1865         (type-break-demo-boring): Call read-event instead of read-char.
1867 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
1869         * progmodes/compile.el: Add handling for makepplog.
1871 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1873         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
1874         aspell dictionaries are initialized when called non-interactively.
1876 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
1878         * progmodes/compile.el (compilation-loop): New arg limit.
1879         Handle case where the first error is at point-min.
1880         (compilation-next-error): New arg to compilation-loop call.
1882 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
1884         * info.el (Info-default-dirs): Change default info dir to
1885         share/info.
1887         * paths.el (Info-default-directory-list): Ditto.
1889 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
1891         * hexl.el (hexl-before-revert-hook): New function.
1892         (hexl-mode): Use it.
1893         (hexl-after-revert-hook): Just call hexl-mode.
1894         (hexl-mode-exit): Remove before-revert-hook.
1896 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1898         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
1900 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
1902         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
1903         by "-" in francais7 otherchars entry.
1904         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
1905         otherchars entry.
1907 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
1909         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
1910         path.  Rewrite function in `cond' style for readability.
1912         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
1913         (The path shortening, that is, not the rearrarangement.)
1915 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1917         * term/mac-win.el (mac-ae-quit-application): New function.
1918         (mac-apple-event-map): Bind "quit application" Apple event to it.
1920 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1922         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
1923         than the program's output.
1925 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
1927         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
1928         (kmacro-start-macro-or-insert-counter)
1929         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
1930         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
1932         * longlines.el (longlines-show-hard-newlines):
1933         * ruler-mode.el (ruler-mode-ruler):
1934         * emulation/keypad.el (keypad-setup):
1935         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
1936         Fix typo in docstring.
1938 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
1940         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
1941         Remove redirect character ">".
1943 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
1945         * replace.el (perform-replace): Remove leftover code.
1947 2007-01-12  Richard Stallman  <rms@gnu.org>
1949         * replace.el (perform-replace): Don't clear NODENT when computing
1950         the replacement string.
1952 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
1954         * net/tramp.el (tramp-handle-file-local-copy):
1955         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
1956         <christopher.ian.moore@gmail.com>.
1958 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1960         * diff-mode.el (diff-sanity-check-context-hunk-half)
1961         (diff-sanity-check-hunk): New functions.
1962         (diff-find-source-location): Use'em to check the hunks are well-formed.
1964         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
1965         activate undo when undo is not active.
1966         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
1968 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1970         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
1971         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
1972         (ffap-url-at-point): Use char-classes rather than "a-z".
1974 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
1976         * ediff-init.el (ediff-autostore-merges):
1977         * textmodes/fill.el (fill-region): Doc fix.
1979 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1981         * server.el (server-ensure-safe-dir): UIDs may be floats.
1983 2007-01-10  Richard Stallman  <rms@gnu.org>
1985         * battery.el (battery-linux-proc-acpi): Use ignore-errors
1986         around calls to directory-files.
1988         * subr.el (momentary-string-display): Use save-excursion.
1990         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
1991         argument, but read it as `X' does.
1993 2007-01-09  Juri Linkov  <juri@jurta.org>
1995         * info.el (Info-fontify-node): Don't hide node names of index entries.
1997         * faces.el (momentary): Change :group to basic-faces where all
1998         basic faces belong to.  Add :version.
2000 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2002         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2003         keybinding is found.
2004         (tutorial--find-changed-keys): Never treat null keybinding as a
2005         remapping.
2007 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
2009         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2011 2007-01-09  Kenichi Handa  <handa@m17n.org>
2013         * international/mule-cmds.el
2014         (select-safe-coding-system-interactively): Fix message.
2016 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
2018         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2019         (tramp-process-actions): Add optional parameter TIMEOUT.
2020         (tramp-open-connection-telnet, tramp-open-connection-rsh)
2021         (tramp-open-connection-su): Add timeout of 60".
2023 2007-01-09  Richard Stallman  <rms@gnu.org>
2025         * progmodes/compile.el (compile): Doc fix.
2027 2007-01-09  Markus Triska  <markus.triska@gmx.at>
2029         * tumme.el (tumme-display-thumb): Doc fix.
2031 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
2033         * battery.el (battery-search-for-one-match-in-files):
2034         * bindings.el (mode-line-minor-mode-help):
2035         * x-dnd.el (x-dnd-types-alist):
2036         * calendar/icalendar.el (icalendar-import-buffer):
2037         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2039         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2041 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
2043         * replace.el (replace-regexp): Fix typo in docstring.
2045 2007-01-07  Alan Mackenzie  <acm@muc.de>
2047         * progmodes/cc-langs.el (c-operators, c-filter-ops):
2048         Amend doc-string and comments.
2050 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
2052         * files.el (abbreviate-file-name): Doc fix.
2054 2007-01-06  Markus Triska  <triska@gmx.at>
2056         * subr.el (split-string): Remove spurious ")" from doc string.
2058 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2060         * textmodes/table.el (table--warn-incompatibility):
2061         Use display-warning instead of momentary-string-display.
2063 2007-01-05  Richard Stallman  <rms@gnu.org>
2065         * image.el (image-type-header-regexps): Recognize xbm more strictly.
2067         * simple.el (backward-kill-word): Doc fix.
2069 2007-01-05  Romain Francoise  <romain@orebokech.com>
2071         * international/mule.el (sgml-html-meta-auto-coding-function):
2072         Ensure that the buffer contains a HTML document.
2074 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2076         * faces.el (momentary): Move here ...
2077         * subr.el (momentary): ... from here.
2079 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
2081         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2082         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2083         large structures/arrays.
2085 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
2087         * files.el (find-file-noselect-1, set-visited-file-name):
2088         Allow backup-enable-predicate to be nil.
2090 2007-01-04  Andreas Schwab  <schwab@suse.de>
2092         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2093         last change.
2095 2007-01-03  Richard Stallman  <rms@gnu.org>
2097         * woman.el (woman-decode-buffer): Clarify error message.
2099 2007-01-03  Alan Mackenzie  <acm@muc.de>
2101         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2103 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
2105         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2107 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2109         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2111 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2113         * emulation/viper.el (viper-custom-file-name, viper-mode):
2114         Fix typos in docstrings.
2116         * subr.el (momentary-string-display): After moving point, set POS
2117         variable to it to avoid later errors once the buffer is modified.
2118         Doc fix.
2120 2007-01-02  Alan Mackenzie  <acm@muc.de>
2122         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2123         check that the "*/" is present before trying to manipulate it.
2125 2007-01-02  Richard Stallman  <rms@gnu.org>
2127         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2129         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2130         Fix format of value.
2132         * cus-edit.el (customize-unsaved): Rename from customize-customized.
2133         Change messages accordingly.
2134         (customize-customized): Now alias.
2136 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2138         * files.el (version-control): Doc fix.
2140 2007-01-01  Alan Mackenzie  <acm@muc.de>
2142         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2143         Check the format of c-state-cache is valid for an optimisation before
2144         using it.
2146         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2147         are at a statement within a macro".  Other changes so that only
2148         the first continuation line in a macro gets the symbol
2149         `cpp-define-intro', the others getting `statement', or whatever.
2151         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2152         a string, preserve whitespace.  Add a backslash only when also in
2153         a macro.
2155         * progmodes/cc-defs.el: Correct typos.
2157         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2158         new line after an escaped EOL in a string.
2160         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2161         label when it directly follows "else", "do", ....
2163         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2164         angle brackets (as seen in "explicit specialisations" of C++
2165         templates).
2167         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2168         in the doc-string.
2170         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2171         when the comment ender looks like "=========*/" and is alone on
2172         its line.
2174         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2175         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
2176         for the old name.
2178         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2179         c-\(beginning\|end\)-of-defun by default.
2181         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2182         New line-up function, for the DEFUN macro in the Emacs C sources.
2183         Only used in "gnu" style.
2185         * progmodes/cc-styles.el (c-style-alist): Use this new function in
2186         the "gnu" style.
2188         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2189         clean-up comment-close-slash also to work when there's a comment
2190         terminator on the line.
2191         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2192         these for large arg - only take account of top level {..}, except
2193         for initial and final adjustments.  M-- C-M-[ae] now go to the
2194         right defuns when the starting point is between defuns.  They use
2195         the four new functions:
2196         (c-in-function-trailer-p, c-where-wrt-brace-construct)
2197         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2198         support c-\(beginning\|end\)-of-defun.
2200         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2201         expressions more rigorously, to exclude bit-field specifiers from
2202         being classed as labels.
2203         (c-forward-label): When analyzing a ":" within a macro, be careful
2204         about using c-forward-syntactic-ws at the macro beginning.
2205         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2206         stmt boundary, check for "operator=", etc.
2208         * progmodes/cc-mode.el (c-postprocess-file-styles):
2209         Bind inhibit-read-only to t, around the call to
2210         c-remove-any-local-eval-or-mode-variables, so that it works on a
2211         RO file.
2213         * progmodes/cc-defs.el (c-version): Update the version number to
2214         "5.31.4".
2216 2007-01-01  Richard Stallman  <rms@gnu.org>
2218         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2219         only if we restored isearch-window-configuration.
2221 2006-12-31  Romain Francoise  <romain@orebokech.com>
2223         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2225 2006-12-31  Kim F. Storm  <storm@cua.dk>
2227         * files.el (auto-mode-case-fold): New defcustom.
2228         (set-auto-mode): If non-nil, perform second case-sensitive pass
2229         through auto-mode-alist if first pass failed.
2231 2006-12-30  Richard Stallman  <rms@gnu.org>
2233         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2235 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
2237         * allout.el (allout-encrypt-string): Handle symmetric-key
2238         passphrase caching but leave keypair caching to pgg.
2240 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
2242         Sync with Tramp 2.0.55.
2244         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2245         `integerp'.  `char-equal' could fail else in case of negative
2246         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2247         (top): Check for `font-lock-add-keywords' before calling; it
2248         doesn't exist under XEmacs.
2249         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
2250         (tramp-completion-mode): Remove clause (not
2251         tramp-unified-filenames), because the function is called in other
2252         context too, where this check results in wrong results in the
2253         XEmacs case on Windows.
2254         (tramp-touch): UTC handling is not possible for XEmacs.
2256 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2258         * scroll-bar.el (previous-scroll-bar-mode): New variable
2259         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2260         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2262         * term/x-win.el: Set scroll bar mode to right if set by X resources.
2264 2006-12-30  Richard Stallman  <rms@gnu.org>
2266         * files.el (make-backup-file-name-1): Precompute abs name
2267         but don't lose the relative name.
2269         * international/mule-cmds.el (select-safe-coding-system-interactively):
2270         Fix message.
2272 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2274         * files.el (backup-buffer): Show entire backup file name in msg.
2276 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
2278         * image.el (image-type-header-regexps, image-type-from-data)
2279         (image-type-from-buffer, image-type-from-file-header):
2280         Revert changes from 2006-12-26.
2281         (image-type-auto-detectable): New variable.
2282         (image-type-auto-detected-p): New function.
2284         * files.el (magic-mode-alist): Detect image files with
2285         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2287 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
2289         * dired.el (dired-sort-other): Move test for dired-mode...
2290         (dired-sort-set-modeline): ...to here.
2292 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2294         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2295         change.  Suggested by Stefan Monnier.
2297 2006-12-29  Kim F. Storm  <storm@cua.dk>
2299         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
2300         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
2302 2006-12-27  Kim F. Storm  <storm@cua.dk>
2304         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
2305         so it doesn't accidentally match an fsf.org mail address.
2306         (authors-renamed-files-alist): Add tcover-*.el.
2308 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2310         * vc-arch.el (vc-arch-find-version): New function.
2312         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
2313         composed of arbitrary characters (even /) in some systems.
2315 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
2317         * international/mule-cmds.el (select-safe-coding-system-interactively):
2318         Improve the message in the *Warning* buffer.
2320 2006-12-27  Kim F. Storm  <storm@cua.dk>
2322         * ido.el (ido-set-matches-1): Fix last change.  If default item is
2323         current buffer, it is ok to be first.
2325 2006-12-27  Kenichi Handa  <handa@m17n.org>
2327         * international/mule-cmds.el (select-safe-coding-system-interactively):
2328         Use face `link' for problematic chars.
2330 2006-12-27  Kenichi Handa  <handa@m17n.org>
2332         * international/mule-cmds.el (select-safe-coding-system-interactively):
2333         Improve the message in *Warning* buffer.
2335 2006-12-27  Kim F. Storm  <storm@cua.dk>
2337         * ido.el (ido-set-matches-1): Never put current buffer first if
2338         there are other matches.
2340 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
2342         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
2343         expressions.
2344         (gdb-var-delete): Handle duplicate names.  Print message for non
2345         root expressions.
2346         (gdb-partial-output-name): Start buffer name with a space.
2347         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
2348         buffer name.
2350 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2352         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
2353         last footnote when `footnote-spaced-footnotes' is nil.
2355 2006-12-26  Richard Stallman  <rms@gnu.org>
2357         * cus-edit.el (custom-browse-sort-alphabetically)
2358         (custom-buffer-sort-alphabetically)
2359         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
2361         * image.el (image-type-header-regexps): Change element format
2362         to include third item NOT-ALWAYS.
2363         (image-type-from-data): Handle new format.
2364         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
2365         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
2367 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
2369         * add-log.el (add-log-current-defun): Call `forward-sexp'
2370         multiple times to pick a member function name defined as
2371         part of nested classes/namespaces.
2373 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2375         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
2376         which keymap should be used to change menu.  It does not affect any
2377         existent code.
2379 2006-12-26  Richard Stallman  <rms@gnu.org>
2381         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
2382         rather than for being in a minibuffer window.
2384 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
2386         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
2387         locale-coding-system.
2388         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
2389         LF.
2391 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
2393         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
2394         (sql-mode-syntax-table): Disable double quoted strings.
2395         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
2397 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2399         * startup.el (fancy-splash-last-input-event): New variable.
2400         (fancy-splash-special-event-action): New function.
2401         (fancy-splash-screens): Temporarily bind special events to it.
2402         Execute command for saved special event before exiting from
2403         recursive editing.
2405         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
2406         New functions.
2407         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
2408         Use mac-unread-string.
2410 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2412         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
2413         an optimized comment regexp if `comment-start-skip' uses a ^.
2414         * bs.el (bs--up): Remove interactive spec.
2416 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
2418         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
2419         Suggested by James Cloos.
2421 2006-12-24  Kevin Ryde  <user42@zip.com.au>
2423         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
2424         in March.
2425         (calendar-dst-ends): Default to first Sunday in November.
2427 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
2429         * allout.el (allout-encrypt-string): Inhibit use of agent within
2430         body of let form where encryption happens.  Acknowledge non-use of
2431         gpg-agent in docstring.
2432         (allout-toggle-subtree-encryption): Acknowledge non-use of
2433         gpg-agent in docstring.
2435 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
2437         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
2439 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2441         * ediff-diff.el (ediff-diff-options): Clarify docstring.
2442         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
2444         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
2445         in hooks.
2446         (viper-add-newline-at-eob-if-necessary): Add newline only if we
2447         actually modify buffer; ignore errors if occur.
2449 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
2451         * calendar/calendar.el (calendar-mode-map): Switch < and >.
2452         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
2453         formatting.
2455 2006-12-23  Richard Stallman  <rms@gnu.org>
2457         * simple.el (delete-horizontal-space): Doc fix.
2459 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
2461         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
2462         explicitly in a recursive Make, not implicitly through prerequisites,
2463         since the latter is wrong under parallel builds.
2465 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
2467         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
2469 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2471         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
2472         message string.
2474 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
2476         * outline.el (outline-next-visible-heading): Fix the case with a
2477         header at end-of-file with no final newline.
2479 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
2481         * indent.el (tab-always-indent): Doc fix.
2483 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
2485         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
2486         (Info-fontify-node): Do fontify indices.
2488         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
2489         to the Emacs Lisp reference manual.
2490         (tutorial--tab-map): Remove.  All callers changed.
2491         (tutorial--find-changed-keys): New elt QUIET, used to...
2492         (tutorial--display-changes): ...ensure that warning messages are
2493         only issued once per changed key.
2494         (tutorial--remove-remarks): Delete unused code-path.
2495         (lang-strings): Remove extraneous formatting.
2496         (tutorial--save-tutorial): Prompt before saving tutorial state.
2498 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
2500         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
2501         Replace '?\ ' by '?\s' throughout.
2502         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
2503         `help' custom group.
2504         (tutorial--key-description): New function.
2505         (tutorial--display-changes): Remove redundant arg.  Scan for all
2506         key sequences to avoid false matches.  Cleanup.
2507         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
2508         reduce homedir pollution.
2509         (help-with-tutorial): Call tutorial--display-changes with no arg.
2511 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
2513         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
2515 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
2517         * net/tramp.el (tramp-default-method): We still need to check for
2518         `executable-find', because it is not bound under Emacs 20.
2519         (tramp-handle-file-name-completion)
2520         (tramp-completion-handle-file-name-completion): Handle optional
2521         parameter PREDICATE.
2522         (tramp-find-default-method): Add code for default values.
2524 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
2526         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
2527         make gud-go send "continue".
2529 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
2531         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
2532         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
2534 2006-12-19  Kim F. Storm  <storm@cua.dk>
2536         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
2537         instead of global-map.
2539         * files.el (magic-mode-alist): Allow matching file type by
2540         calling a function at bob.  Check for image types by calling
2541         image-type-from-buffer.  Suggested by Juanma Barranquero.
2542         (set-auto-mode): Do it.
2544 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
2546         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
2547         Remove "ControlMaster" option from the other `scp*' methods.
2548         (tramp-default-method): Check for ssh-agent before setting to `scp'.
2550 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2552         * textmodes/org.el (org-mode): Show context after isearch.
2553         (org-show-siblings): New function.
2554         (org-show-context): Use `org-show-siblings'.
2556 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2558         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
2559         Use syntax-ppss-toplevel-pos.
2561 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2563         * textmodes/org.el (org-current-line): Make sure that lines are
2564         counted from beginning of buffer.
2565         (org-table-copy-region, org-table-paste-rectangle): Make sure that
2566         lines are counted from beginning of buffer.
2568 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
2570         * info.el (Info-build-node-completions): Signal error if tag-table
2571         marker is not found.
2573         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2575 2006-12-17  Alan Mackenzie  <acm@muc.de>
2577         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
2578         speed) the case when open-paren-in-column-0-is-defun-start is nil.
2579         Based on code by Martin Rudalics.
2581         * progmodes/cc-mode.el (c-basic-common-init): Don't set
2582         open-paren-in-column-0-is-defun-start to nil any more.
2584 2006-12-17  Richard Stallman  <rms@gnu.org>
2586         * simple.el (delete-horizontal-space): Use prefix arg.
2588         * help-fns.el (describe-variable): Improve blank separator lines.
2590         * files.el (magic-mode-alist): Mark as risky.
2592         * files.el (make-backup-file-name-1):
2593         Expand backup-directory explicitly.
2595 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
2597         * net/tramp.el (tramp-default-method): Before setting to "pscp",
2598         check whether package password.el is loaded, or Pageant is running.
2600 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
2602         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
2603         (icalendar--rris): First try Emacs, then XEmacs.
2604         (icalendar--convert-ical-to-diary): Doc fix.
2605         Insert newline at end of target file.
2607 2006-12-17  Kim F. Storm  <storm@cua.dk>
2609         * outline.el (outline-isearch-open-invisible-function): New defvar.
2610         (outline-flag-region): Use it if non-nil for isearch-open-invisible
2611         overlay property instead of outline-isearch-open-invisible.
2613 2006-12-16  Kim F. Storm  <storm@cua.dk>
2615         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
2616         if ido-directory-too-big is set on entry.
2617         (ido-toggle-ignore, ido-completion-help): Print message while
2618         reading big directory.
2620 2006-12-15  Richard Stallman  <rms@gnu.org>
2622         * shell.el (shell): Doc fix.
2624 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
2626         * emulation/edt.el (edt-xserver):
2627         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
2628         to fix a problem on Cygwin.
2630         * emulation/edt.el
2631         * emulation/edt-mapper.el
2632         * emulation/edt-lk201.el
2633         * emulation/edt-pc.el
2634         * emulation/edt-vt100.el: Update maintainer's email address.
2636 2006-12-15  Simon Marshall  <simon@gnu.org>
2638         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
2640 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2642         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
2643         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
2644         instead of mac-atsu-font-table.
2645         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
2647 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
2649         * align.el (align-match-tex-pattern): Fix a rare bug which
2650         hanged Emacs.
2652 2006-12-14  Richard Stallman  <rms@gnu.org>
2654         * startup.el (use-fancy-splash-screens-p): Use frame-height
2655         instead of window-height.  Pass frame to image-size.
2657 2006-12-13  Kenichi Handa  <handa@m17n.org>
2659         * international/mule-cmds.el (set-locale-environment):
2660         Set default-sendmail-coding-system too.
2662 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
2664         * progmodes/idlw-help.el: Fix copyright notice.
2666 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2668         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
2670 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2672         * subr.el (unread-command-char): Reformat obsolescence info.
2674 2006-12-11  Richard Stallman  <rms@gnu.org>
2676         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
2677         about calls to cl-struct-setf-expander.
2679 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2681         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
2682         (ediff-combination-pattern): Fix typo in docstring.
2684         * textmodes/refer.el (refer-find-entry): Doc fix.
2685         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
2686         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
2687         Fix tipos in docstrings.
2689         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
2691 2006-12-10  Kim F. Storm  <storm@cua.dk>
2693         * ido.el (ido-init-completion-maps): Remap backward-kill-word
2694         instead of binding M-backspace.
2696 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
2698         * replace.el (replace-match-data, replace-match-maybe-edit):
2699         * calc/calc-aent.el (calc-eval-error):
2700         * emulation/vi.el (vi-char-argument):
2701         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
2702         (c-vsemi-status-unknown-p-fn): Doc fixes.
2704 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
2706         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
2707         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
2709 2006-12-10  Masatake YAMATO  <jet@gyve.org>
2711         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
2713 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
2715         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
2717         * man.el (Man-xref-button-action): New function.  If the
2718         `Man-target-string' button property is a function, assume it
2719         accepts a position argument.
2720         (Man-abstract-xref-man-page): Use it.
2721         (Man-default-man-entry): New optional arg POS.
2723         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
2724         symlink arrows read-only and non-rear-sticky.
2726 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
2728         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
2729         (wdired-search-and-rename): Simplify code.
2730         (wdired-preprocess-files, wdired-preprocess-perms): Make
2731         read-only property of preceding character rear-nonsticky to
2732         avoid that it can be modified.  Put old-name and old-link
2733         properties on character preceding name and replace
2734         put-text-property by add-text-properties.
2735         (wdired-get-filename, wdired-get-previous-link): Get old-name
2736         and old-link properties from character preceding name and
2737         simplify code.
2738         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
2739         (wdired-perms-to-number): Make local-map property
2740         rear-nonsticky to avoid that text following permissions may be
2741         modified.  Use add-text-properties instead of put-text-property
2742         when changing a permission bit.
2743         (wdired-change-to-dired-mode): Remove stickiness properties.
2745 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
2747         * international/mule-cmds.el (register-input-method): Doc fix.
2749 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
2751         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
2753 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2755         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
2756         Force buffer local defs evaluation on local variables loading.
2757         (flyspell-mode-on, flyspell-mode-off): Use it in
2758         `hack-local-variables-hook'.
2760 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
2762         * emacs-lisp/find-func.el (find-variable): Doc fix.
2764         * help-fns.el (variable-at-point): Doc fix.
2766         * w32-fns.el (w32-append-code-lines): New function.
2768 2006-12-09  Romain Francoise  <romain@orebokech.com>
2770         * comint.el (comint-insert-input): Delete obsolete comment.
2772 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
2775         current frame, in case we're connected to several displays.
2777 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
2779         * frame.el (other-frame): Doc fix.
2780         (set-frame-parameter): Fix typo in docstring.
2782 2006-12-07  Kim F. Storm  <storm@cua.dk>
2784         * info.el (Info-index): Strip leading colon from topic.
2786 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
2788         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
2789         to pointers.
2791 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
2793         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
2794         Trim out spurious class inheritance "None" entries.
2796 2006-12-05  Kim F. Storm  <storm@cua.dk>
2798         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
2799         (cua-paste-pop): Rework last change for
2800         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
2801         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
2802         text inserted by the last M-y command.
2804 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2806         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
2807         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
2809         * shell.el (shell): Search the start file in ~/.emacs.d as
2810         `init_SHELLNAME.sh' instead.
2812 2006-12-05  Glenn Morris  <rgm@gnu.org>
2814         * progmodes/cperl-mode.el (cperl-mode)
2815         * progmodes/f90.el (f90-mode-abbrev-table)
2816         * progmodes/fortran.el (fortran-mode-abbrev-table)
2817         * progmodes/octave-mod.el (octave-abbrev-table)
2818         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
2819         if abbrev-table is non-nil (saved user abbrevs may have been restored).
2821         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
2822         clear abbrev table, else saved abbrevs will not be restored.
2824 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2826         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
2827         the call to `make-obsolete-variable', not in the docstring.
2829 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
2831         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
2833 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2835         * progmodes/ebnf-abn.el:
2836         * progmodes/ebnf-bnf.el:
2837         * progmodes/ebnf-dtd.el:
2838         * progmodes/ebnf-ebx.el:
2839         * progmodes/ebnf-iso.el:
2840         * progmodes/ebnf-otz.el:
2841         * progmodes/ebnf-yac.el:
2842         * progmodes/ebnf2ps.el:
2843         * delim-col.el:
2844         * printing.el:
2845         * ps-bdf.el:
2846         * ps-mule.el:
2847         * ps-print.el: Remove 'Time-stamp' comment mark.
2849         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
2850         'easy-menu-add-item' when called in Emacs 21 or higher.
2852 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
2854         * progmodes/ada-xref.el (ada-check-current): Doc fix.
2855         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
2857 2006-12-04  Kim F. Storm  <storm@cua.dk>
2859         * bindings.el (global-map): Bind [signal t] to ignore, to have
2860         user signals ignored by default.
2862 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2864         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
2865         Unicode data file pointed to by `describe-char-unicodedata-file'.
2867 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
2870         O(n^2) regexp-search by anchoring the search.
2872 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
2874         * whitespace.el (whitespace-cleanup-internal): Use current
2875         argument for recursive call.
2877 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
2879         * net/tramp.el (tramp-methods): Add "ControlPath" and
2880         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
2881         Andreas Schwab <schwab@suse.de>.
2882         (tramp-do-copy-or-rename-file-out-of-band)
2883         (tramp-open-connection-rsh): Compute format spec for ?t.
2884         (tramp-process-actions): Trace command parameters.
2886 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
2888         * simple.el (toggle-truncate-lines): Clarify doc string.
2890         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
2891         (gdb-speedbar-expand-node): Use it.
2893 2006-12-04  Richard Stallman  <rms@gnu.org>
2895         * progmodes/python.el (python-indent): Add safe-local-variable prop.
2897         * dired.el (dired-revert): Turn off dired-after-readin-hook
2898         around call to dired-readin.
2900         * menu-bar.el (menu-bar-make-toggle): Add "globally"
2901         to echo area messages.
2902         <indicate-empty-lines, case-fold-search>:
2903         Add "globally" to Help string.
2904         <case-fold-search>: MESSAGE arg need not say "globally".
2905         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
2907 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
2909         * outline.el (outline-end-of-subtree): Don't leave an empty
2910         line hidden as we would a real next heading.
2912 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
2914         * allout.el (allout-ascend): Add an optional argument to preserve
2915         original position of point when unsuccessful.  Also, fix a
2916         docstring error.
2917         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
2918         work again, using allout-ascend's new option.
2919         (allout-setup-mode-map): Extract from allout-mode to initialize
2920         allout-mode-map.  Call it on file load, so the mode docstring
2921         substitutions work even if allout mode has not yet been invoked.
2922         (allout-mode): Use new allout-setup-mode-map to track any keybinding
2923         customizations since the map was last processed.  Also, refine the
2924         docstring so it's ship-shape for release.
2925         (allout-default-layout, allout-beginning-of-line-cycles)
2926         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
2927         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
2928         (allout-version, allout-layout, allout-infer-body-reindent)
2929         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
2930         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
2931         (allout-previous-heading, allout-goto-prefix-doublechecked)
2932         (allout-current-bullet-pos, allout-next-sibling-leap)
2933         (allout-pre-command-business, allout-encrypted-type-prefix)
2934         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
2935         (allout-rebullet-topic, allout-rebullet-topic-grunt)
2936         (allout-flag-region, allout-expose-topic, allout-expose-topic)
2937         (allout-old-expose-topic, allout-listify-exposed)
2938         (allout-process-exposed, allout-latex-verb-quote)
2939         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
2940         (allout-toggle-current-subtree-encryption)
2941         (allout-toggle-subtree-encryption, allout-bullet-isearch):
2942         Remove extraneous open-paren and close paren string escapes.
2944 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
2946         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
2947         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
2948         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
2949         Fix typos in docstrings.
2951 2006-12-03  Glenn Morris  <rgm@gnu.org>
2953         * progmodes/cc-align.el
2954         * progmodes/cc-awk.el
2955         * progmodes/cc-cmds.el
2956         * progmodes/cc-compat.el
2957         * progmodes/cc-defs.el
2958         * progmodes/cc-engine.el
2959         * progmodes/cc-langs.el
2960         * progmodes/cc-menus.el
2961         * progmodes/cc-mode.el
2962         * progmodes/cc-styles.el
2963         * progmodes/cc-vars.el
2964         * progmodes/vhdl-mode.el: Fix Copyright format.
2966 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
2968         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
2969         initial down event.
2971 2006-12-02  Kim F. Storm  <storm@cua.dk>
2973         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
2974         (cua-repeat-replace-region): Make M-v more robust.
2975         (cua-paste-pop-rotate-temporarily): New defcustom.
2976         (cua-paste-pop): Use it.
2977         (cua-auto-mark-last-change): New defcustom.
2978         (cua-pop-to-last-change): New helper function.
2979         (cua-set-mark): Use them.
2981 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
2983         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
2984         mini-buffer message.
2986 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
2988         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
2990 2006-12-01  Ben North  <ben@redfrontdoor.org>
2992         * paren.el: Fix the highlight overlay extension when the user types a
2993         sequence of char very fast just before the open parenthesis.
2995 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2997         * ps-mule.el: Eliminate Emacs 20 compatibility.
2999         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3000         (ps-print-version): New version 6.7.
3001         (ps-print-quote): Replace '?\ ' by '?\s'.
3003 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3005         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3006         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3007         (hexl-end-of-1k-page): Doc fixes.
3008         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3009         Fix typos in docstrings.
3011 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3013         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
3014         locally, i.e. without using file name handlers.
3015         (ido-read-internal): Allow mono letter host names, avoiding the
3016         `c:' problem by testing if the file exists locally.
3017         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3019 2006-11-30  Masatake YAMATO  <jet@gyve.org>
3021         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3022         to avoid bytecomp warnings.
3023         (hexl-mode-old-ruler-function): New variable.
3024         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3025         and `hl-line-range-function' after `require' hl-line.
3026         Then bind `hl-line-range-function' and `hl-line-face'.
3027         Don't require frame.  Don't use `with-no-warnings'.
3028         (hexl-activate-ruler): Store the original value of
3029         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3030         (hexl-mode-exit): Restore the original value of
3031         `ruler-mode-ruler-function'.
3033 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3035         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3036         (hexl-mode-old-hl-line-face): New variable.
3037         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3038         line when exit from the hexl-mode.
3040 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3042         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3043         Doc fixes.
3045         * international/fontset.el (create-fontset-from-ascii-font)
3046         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3047         (fontset-name-p): Fix typo in docstring.
3049         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3051 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3053         * ps-bdf.el: Fix maintainer email.
3055         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
3056         compatibility.
3058         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
3059         21 compatibility.
3060         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3061         Emacs 20 & 21.
3063 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
3065         * progmodes/idlwave.el (idlwave-auto-fill):
3066         Remove paragraph-start let to prevent auto-fill giving up.
3068 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
3070         * vt100-led.el (led-state): Fix typo in previous change.
3072 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3074         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3075         Fix interactive spec of the functions getting defined to make them
3076         work as documented.
3078 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
3080         * startup.el (fancy-splash-screens): Hide initial splash buffer.
3082 2006-11-28  Kim F. Storm  <storm@cua.dk>
3084         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3085         icomplete-mode is enabled.
3087 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
3089         * textmodes/org.el (require): Require gnus-sum during compilation
3090         to avoid problem with a macro call.
3092 2006-11-28  Glenn Morris  <rgm@gnu.org>
3094         * emacs-lisp/authors.el (authors-aliases): Add new alias.
3096         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3097         (fortran-window-create-momentarily): Do not need string-to-char.
3099 2006-11-28  Richard Stallman  <rms@gnu.org>
3101         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3102         Replace incorrect use of assoc-default with a loop.
3104         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3106         * simple.el (next-error-find-buffer): Improve messages.
3108         * files.el (revert-buffer): Special error message if file
3109         is now not readable.
3111         * facemenu.el (facemenu-add-new-face): Improve doc strings of
3112         constructed commands.
3114         * comint.el (comint-exec-1): Provide Emacs version and `comint'
3115         in INSIDE_EMACS.
3117 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3119         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3121         * server.el: Remove spurious * in docstrings.
3122         (server-process-filter): Exit from recursive editing before processing
3123         a new request.
3125 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
3127         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3128         line so hidden blocks will be correctly identified.
3130 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
3132         * ledit.el (ledit-save-defun, ledit-mode):
3133         * resume.el (resume-emacs-args-buffer):
3134         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3135         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3136         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3137         (command-send-input, command-kill-line):
3138         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3140         * autoarg.el (autoarg-kp-mode): Doc fix.
3142         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
3143         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
3144         (check-emacs-lock): Doc fix.  Simplify.
3146         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3147         (iimage-mode-buffer): Fix typos in docstring.
3149         * misc.el (zap-up-to-char): Doc fix.
3151         * time-stamp.el: Fix comment and obsolescence string for old
3152         functions.  Use `dolist' instead of `while'.
3154         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3156         * disp-table.el (standard-display-8bit, standard-display-default):
3157         * ebuff-menu.el (electric-buffer-list):
3158         * ehelp.el (electric-help-command-loop):
3159         * font-core.el (font-lock-mode):
3160         * help-macro.el (make-help-screen):
3161         * help.el (describe-minor-mode-completion-table-for-indicator)
3162         (lookup-minor-mode-from-indicator):
3163         * indent.el (tab-to-tab-stop, move-to-tab-stop):
3164         * info-look.el (info-lookup-guess-custom-symbol):
3165         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3166         * longlines.el (longlines-wrap-line):
3167         * macros.el (insert-kbd-macro):
3168         * menu-bar.el (menu-bar-update-buffers):
3169         * misc.el (copy-from-above-command):
3170         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3171         * newcomment.el (comment-indent):
3172         * novice.el (disabled-command-function):
3173         * sort.el (sort-fields-syntax-table):
3174         * subr.el (momentary-string-display):
3175         * tar-mode.el (tar-header-block-summarize)
3176         (tar-clear-modification-flags):
3177         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3178         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3179         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3180         (te-delete-char, te-down-vertically-or-scroll):
3181         * time-stamp.el (time-stamp-string-preprocess):
3182         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3184 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3186         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3187         in GUD mode.
3189         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3190         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3192 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3194         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3196 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
3198         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3199         (ada-compile-goto-error): Adapt to new argument profile of
3200         compilation-goto-locus in Emacs 22.  Don't check if the various
3201         compile functions are defined; we already do "(require 'compile)".
3203 2006-11-26  Kim F. Storm  <storm@cua.dk>
3205         * kmacro.el: Fix commentary.
3207 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3209         * progmodes/gud.el (gdb): Explain how to run in text command mode
3210         more clearly.  Say in error message that multiple debugging
3211         requires restarting GDB.
3213 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
3215         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3217 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
3219         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3220         (flymake-popup-menu): Use it instead of posn-at-point.
3222 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3224         * progmodes/cc-vars.el (c-backslash-column):
3225         Mention c-backslash-max-column in documentation for c-backslash-column.
3227 2006-11-24  Lars Hansen  <larsh@soem.dk>
3229         * net/tramp.el (tramp-default-method): Under Windows, change from
3230         plink to pscp.
3231         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3232         (tramp-actions-copy-out-of-band):
3233         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3234         (tramp-action-out-of-band): Move "Permission denied" handling to
3235         tramp-action-copy-failed.
3236         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3237         process buffer.
3239 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3241         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3242         strings to a single string.  Quote `errors-file-name'.
3243         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3244         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3245         Adjust calls.  Use `shell-quote-argument'.
3247         * international/mule.el (load-with-code-conversion)
3248         (with-category-table): Use with-current-buffer.
3249         (after-insert-file-set-coding): Use restore-buffer-modified-p.
3251 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
3253         * mail/smtpmail.el (smtpmail-send-it):
3254         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
3255         MIME header for the message encoding.
3256         Bind coding-system-for-write around the call to mail-do-fcc.
3257         Use smtpmail-code-conv-from to encode queued mail messages.
3259 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3261         * tabify.el (tabify-regexp): Doc fix.
3263         * net/rcirc.el (rcirc-buffer-maximum-lines):
3264         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3266         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3267         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3268         Fix typos in output messages.
3269         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3271 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3273         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3274         the horse's mouth.
3275         (hexlify-buffer): Don't re-encode an arg that's already encoded.
3277 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3279         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3280         Remove condition-case.
3282 2006-11-23  Glenn Morris  <rgm@gnu.org>
3284         * progmodes/f90.el (f90-comment-indent): Do not move point in
3285         default case.
3287 2006-11-21  Romain Francoise  <romain@orebokech.com>
3289         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3290         from library name (reverts change of 2005-10-25).
3292 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3294         * tutorial.el (tutorial--default-keys): Add newline and
3295         delete-backward-char bindings.
3296         (tutorial--detailed-help): Save excursion when finding keys.
3297         Correct warning string for M-x FOO case.
3298         (tutorial--display-changes): Print special keys in tutorial style.
3299         Tweak search regexp for changed keys.
3301 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3303         * thingatpt.el (thing-at-point-url-at-point): Don't add a
3304         redundant scheme.
3306 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
3308         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
3309         are new to the list at IANA.  Also added irc, mms, mmsh.
3311 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
3313         * progmodes/idlw-help.el (idlwave-html-help-location):
3314         Fail gracefully for missing help packages.
3315         (idlwave-help-assistant-open-link): Open full links.
3316         (idlwave-help-assistant-help-with-topic): Direct help link.
3318         * progmodes/idlwave.el (idlwave-mode):
3319         Set add-log-current-defun-function.
3320         (idlwave-current-routine-fullname): Add, to support add-log.
3321         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
3322         to reflect improvements to xml-parse-file.
3323         (idlwave-mode-menu-def): New binding for help-with-topic.
3325         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
3326         Handle extra newlines and spaces.
3327         (idlwave-shell-mode-map): Add help-with-topic.
3329 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
3331         * tutorial.el (tutorial-warning-face): New face.
3332         (tutorial--detailed-help, tutorial--display-changes): Use it.
3333         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
3334         Improve search pattern for occurrences of changed keys.
3336 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3338         * term/x-win.el (x-last-cut-buffer-coding): New variable.
3339         (x-select-text): Set it.
3340         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
3341         when checking for newness.
3343 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
3345         * subr.el (posn-image):
3346         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
3348         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
3350 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3352         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
3353         Exceptions to the rule "add a space between an identifier and an
3354         opening parenthesis".  Defaulted to the `#define' problem of cpp.
3355         (glasses-parenthesis-exception-p): New.  Check if the region is an
3356         exception regarding to that.
3357         (glasses-make-readable): Use it.
3358         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
3359         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
3361 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
3363         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
3365 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
3367         * progmodes/ada-mode.el (ada-make-body): Fix typo.
3369         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
3370         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
3372 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
3374         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
3375         conditions for function or variable bindings.
3377         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
3379         * progmodes/compile.el (compilation-start): Ditto.
3381 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
3383         * net/tramp.el (top): cl and custom are always required.
3385 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3387         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
3388         cut-buffers with next-selection-coding-system if not nil.
3390 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
3392         * textmodes/org.el (org-fix-decoded-time): New function.
3393         (org-display-custom-time): Use `org-fix-decoded-time'.
3395 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
3397         * menu-bar.el (menu-bar-games-menu): Remove yow.
3399 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
3401         * textmodes/org.el (org-scan-tags): Re-align code fixed.
3402         (org-detach-overlay): Rename from `org-detatch-overlay'.
3403         (org-table-convert-region): Insert space after column separator.
3404         (org-agenda-kill): New command.
3405         (org-metaleft): Call `org-outdent-item' on bullets.
3406         (org-metaright): Call `org-indent-item' on bullets.
3407         (org-timestamp-change): Set `org-last-changed-timestamp'.
3408         (org-current-line): Make sure (bolp) returns correct result.
3409         (org-agenda-change-all-lines): Make sure TODO are highlighted.
3411 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3413         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
3415 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
3417         * mouse.el (global-map): Change 2006-08-16 fix to call
3418         mouse-yank-at-click explicitly, since mouse events are not carried
3419         over into keyboard macros.
3421 2006-11-16  Kim F. Storm  <storm@cua.dk>
3423         * ido.el (ido-file-internal): Use current buffer's file name as default
3424         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
3426 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
3428         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
3429         (allout-inhibit-aberrance-doublecheck): Rename from
3430         allout-during-yank-processing.  All callers changed.
3431         (allout-ascend): Provide for unusual case where some topic after
3432         the first in file is at lower depth than the first.
3433         (allout-shift-in): Ensure the offspring of the new containing
3434         topic are exposed.
3435         (allout-encrypt-string): Preserve the coding-system of the text,
3436         according to that of the containing buffer.
3437         (allout-toggle-subtree-encryption): When the text being encrypted
3438         requires a different coding system, offer to preserve the coding
3439         system using a file local var.
3441 2006-11-15  Simon Marshall  <simon@gnu.org>
3443         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
3444         to recognise "T t()" as a function declaration, rather than a
3445         variable instantiation, iff at the top-level or inside a class
3446         declaration.  Suggested by Feng Li <fengli@gmail.com>.
3448 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
3450         * progmodes/ada-xref.el (ada-parse-prj-file):
3451         Don't delete project buffer; user may want to edit it.
3452         (ada-xref-set-project-field, ada-xref-current-project-file)
3453         (ada-xref-current-project, ada-show-current-project)
3454         (ada-set-main-compile-application): New functions.
3455         (ada-xref-get-project-field, ada-require-project-file):
3456         Normalize use of ada-prj-default-project-file.
3457         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
3458         Normalize use of ada-require-project-file.
3459         (ada-prj-find-prj-file): Improve doc string, comments.
3461         * progmodes/ada-mode.el (ada-mode-version): Bump version.
3462         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
3463         (ada-create-menu): Add ada-set-main-compile-application,
3464         ada-show-current-main, ada-show-current-project.
3466 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3468         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
3469         (inferior-python-mode): Use it.
3471 2006-11-14  Andreas Schwab  <schwab@suse.de>
3473         * term/xterm.el (terminal-init-xterm): Add more key bindings.
3475 2006-11-13  Kim F. Storm  <storm@cua.dk>
3477         * ido.el (ido-copy-current-word): C-o copies region if active.
3479 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
3481         * textmodes/org.el (org-emph-face): Fix typo in variable name.
3483 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
3485         * ediff.el (ediff-revision):
3486         * files.el (set-visited-file-name):
3487         * mail/rmailout.el (rmail-output-body-to-file):
3488         Use `format', not `message', in `y-or-n-p' call.
3490 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
3492         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
3493         (org-metaright): Call `org-indent-item' on bullets.
3494         (org-timestamp-change): Set `org-last-changed-timestamp'.
3495         (org-current-line): Make sure (bolp) returns correct result.
3496         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
3498 2006-11-12  Richard Stallman  <rms@gnu.org>
3500         * language/european.el (turkish-case-conversion-enable)
3501         (turkish-case-conversion-disable): New functions.
3502         ("Turkish" lang env): Use them.
3504         * international/characters.el (case table):
3505         Do nothing special for i and I.
3507         * subr.el (remove-overlays): Fix last change.
3509         * cus-edit.el (custom-save-all): Use find-file-visit-truename
3510         for visiting the custom file.
3512 2006-11-12  Markus Triska  <triska@gmx.at>
3514         * play/handwrite.el (handwrite): Also process lines not ending
3515         with newline.  Replace some position-fiddling with different
3516         logic.  Improve performance.
3518 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
3520         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
3521         replacing deleted variable `ada-check-switch'.
3522         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
3523         (ada-xref-project-files): Improve doc string.
3524         (ada-find-executable): New function.
3525         (ada-initialize-runtime-library): Use `ada-find-executable'.
3526         (ada-xref-set-default-prj-values): In compile commands, don't need
3527         `ada-cd-command'; `compile' does that more portably.
3528         Use ada-prj-default-check-cmd.
3529         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
3530         properties if not specified in project file.
3531         (ada-goto-declaration): Display useful message for new error
3532         'error-file-not-found.
3533         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
3534         'error-file-not-found.
3535         (ada-get-all-references): Match latest ali syntax.  Signal new
3536         error 'error-file-not-found.
3537         (ada-find-in-ali): Match latest ali syntax.
3538         (ada-make-filename-from-adaname): Handle different semantics of
3539         gnatkr in GNAT 3.15p vs later.
3541         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
3542         ada-procedure-start-regexp.
3543         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
3545         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
3546         with defvar.
3547         (ada-language-version): Rename ada05 -> ada2005.
3548         (ada-align-region-separate): Add `eval-when-compile'.
3549         (ada-name-regexp): Remove unneeded escapes in regexp character
3550         alternative.
3551         (ada-compile-goto-error-file-linenr-re): New constant.
3552         (ada-matching-start-re): Handle additional cases `declare',
3553         `procedure', `function'.
3554         (ada-compile-goto-error): Handle "... at line nn".
3555         (ada-mode): Clearer syntax, comments for ff-special-constructs.
3556         Delete support for old versions of `align'.
3557         (ada-search-prev-end-stmt): Handle additional keyword `private'.
3558         (ada-check-defun-name): Simplify handling of `declare'.
3559         (ada-goto-matching-start): Handle nested `begin ... end'.
3560         Handle `declare', `protected', `procedure', `function'.
3561         (ada-create-menu): Presence of arm95 is not conditional on using
3562         GNAT compiler.
3564 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
3566         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
3567         nil in the *RE-Builder* buffer (it causes spurious error messages).
3569         * server.el (server-visit-files): If `minibuffer-auto-raise' has
3570         been set to t, respect it.
3572 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
3574         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
3575         Delete commented out code for old Emacs versions.  Autoloading of
3576         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
3577         (ada-mode-version): Bump version number.
3578         (ada-95-string-keywords, ada-2005-string-keywords)
3579         (ada-2005-keywords, ada-name-regexp): New constant.
3580         (ada-language-version, ada-procedure-start-regexp, ada-mode)
3581         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
3582         (ada-package-start-regexp): Support private packages, include package
3583         name (for ada-set-point-accordingly).
3584         (ada-next-procedure, ada-previous-procedure)
3585         (ada-which-function-are-we-in): Match changes to
3586         ada-procedure-start-regexp.
3587         (ada-make-body): Make non-interactive; not a user function.
3588         (ada-make-subprogram-body): Improve doc string.
3590 2006-11-11  Romain Francoise  <romain@orebokech.com>
3592         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
3593         `compilation-error-regexp-alist' buffer-local, since we changed
3594         `compilation-error-regexp-alist-alist' locally.
3596 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
3598         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
3599         to the value of `server-raise-frame'.
3601 2006-11-11  Glenn Morris  <rgm@gnu.org>
3603         * ido.el (ido-enable-prefix)
3604         * ses.el (ses-call-printer-return)
3605         * net/tramp.el (tramp-unified-filenames)
3606         * progmodes/cc-align.el (c-lineup-string-cont)
3607         * progmodes/compile.el (compilation-directory-matcher)
3608         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3609         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3610         (vhdl-clock-rising-edge)
3611         * textmodes/org.el (org-export-with-timestamps)
3612         (org-export-remove-timestamps-from-toc)
3613         (org-export-with-tags): Improve previous doc fixes.
3615 2006-11-11  Richard Stallman  <rms@gnu.org>
3617         * textmodes/flyspell.el (flyspell-mode-map):
3618         Bind C-c $ instead of M-RET.
3620 2006-11-10  Simon Marshall  <simon@gnu.org>
3622         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
3623         fontification for "case" and "default" keywords.
3625 2006-11-10  Andreas Schwab  <schwab@suse.de>
3627         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3628         Avoid starting sentence with "nil".
3630 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3632         * server.el (server-raise-frame): New option.
3633         (server-switch-buffer): Use it.
3635 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
3637         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
3638         with a capital.
3640 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3642         * textmodes/org.el (org-show-hierarchy-above)
3643         (org-show-following-heading): Fix typo in default value.
3644         (org-scan-tags): Make the search case-sensitive.
3645         (org-tags-sparse-tree): Don't overrule
3646         `org-show-following-heading' and `org-show-hierarchy-above'.
3647         (org-reveal): New command.
3648         (org-show-context): Rename from `org-show-hierarchy-above'.
3649         (org-fast-tag-selection-single-key): New option.
3650         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
3651         (org-tags-overlay): New variable.
3652         (org-agenda-todo-ignore-deadlines): New option.
3653         ("session"): Add circular data structure `org-mark-ring' to
3654         exceptions list in session.el.
3655         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
3656         New options.
3657         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
3658         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
3659         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
3660         (org-finalize-agenda): Activate bracket links in agenda.
3661         (org-at-timestamp-p, org-at-date-range-p): Additional argument
3662         INACTIVE-OK.
3663         (org-show-hierarchy-above, org-show-following-heading):
3664         List values allowed for fine-tuned configuration.
3665         (org-show-hierarchy-above): New argument CONTEXT, use the
3666         fine-tuned settings in `org-show-hierarchy-above' and
3667         `org-show-following-heading'.
3668         (org-display-custom-time): New function.
3669         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
3670         (org-display-custom-times, org-time-stamp-custom-formats):
3671         (org-maybe-intangible): New macro.
3672         (org-activate-bracket-links, org-hide-wide-columns):
3673         Use `org-maybe-intangible'.
3674         (org-open-file): Use `shell-quote-argument'.
3675         (org-display-internal-link-with-indirect-buffer): New option.
3676         (org-file-remote-p): Get regexp from list.
3677         (org-link-expand-abbrev): New function.
3678         (org-link-abbrev-alist): New option.
3679         (org-open-at-point, org-cleaned-string-for-export):
3680         Call `org-link-expand-abbrev'.
3681         (org-timeline, org-agenda-list, org-todo-list)
3682         (org-tags-view): Remove the KEEP-MODES argument.
3683         (org-finalize-agenda-hook): New hook.
3684         (org-get-alist-option): New function.
3685         (org-follow-timestamp-link): New function.
3686         (org-open-at-point): Call `org-follow-timestamp-link'.
3687         (org-log-note-marker, org-log-note-purpose)
3688         (org-log-note-window-configuration): New variables.
3689         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
3690         (org-log-note-headings): New option.
3691         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
3692         (org-store-link): Support for dired-mode.
3693         (org-open-file): Substitute environment variables into filename.
3694         (org-last): New defsubst.
3695         (org-agenda-re-align-tags): New function.
3696         (org-agenda-align-tags-to-column): New option.
3697         (org-agenda-timeline): Group removed.
3698         (org-prepare-agenda, org-prepare-agenda-buffers)
3699         (org-run-agenda-series, org-timeline, org-agenda-list)
3700         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
3701         the text property inticating the agenda type.
3702         (org-agenda-post-command-hook): Get agenda type from text property
3703         at point.
3704         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
3705         and obey `org-agenda-overriding-arguments'.
3706         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
3707         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3708         (org-agenda-week-view, org-agenda-day-view):
3709         Use `org-agenda-overriding-arguments' to make updating work with
3710         multi-block agendas.
3711         (org-agenda-prefix-format): Allow different formats for the
3712         different agenda entry types.
3713         (org-timeline-prefix-format): Option removed, use
3714         `org-agenda-prefix-format' instead.
3715         (org-prepare-agenda): New function.
3716         (org-select-timeline-window): Option removed, use
3717         `org-select-agenda-window' instead.
3718         (org-respect-restriction): Variable removed.
3719         (org-cmp-tag): New function.
3720         (org-agenda-sorting-strategy, org-entries-lessp):
3721         Implement sorting by last tag.
3722         (org-complete): Better completion in in-buffer option lines.
3723         (org-in-item-p): New function.
3724         (org-org-menu): Add entries for checkboxes.
3725         (org-cycle): Extra brouping in outline-regexp, because it is used
3726         in a search with "^" prepended.
3727         (org-provide-checkbox-statistics): New option.
3728         (org-set-font-lock-defaults): Highlight checkbox statistics.
3729         (org-update-checkbox-count-maybe)
3730         (org-get-checkbox-statistics-face): New functions.
3731         (org-update-checkbox-count): New command.
3732         (org-insert-item, org-toggle-checkbox):
3733         Call `org-update-checkbox-count-maybe'.
3734         (org-export-as-html): XEmacs compatibility for coding system.
3735         (org-force-cycle-archived): New command.
3736         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
3737         overrules cycling.
3738         (org-fix-position-after-promote): If the line contains only a todo
3739         keyword, add a final space.
3740         (org-promote-subtree, org-demote-subtree):
3741         Call `org-fix-position-after-promote'.
3743 2006-11-10  Glenn Morris  <rgm@gnu.org>
3745         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
3746         date in every year.
3747         (calendar-dst-check-each-year-flag): New customizable variable.
3748         (calendar-dst-find-data): New function, extracted from
3749         calendar-current-time-zone.
3750         (calendar-current-time-zone): Use calendar-dst-find-data.
3751         (calendar-dst-transition-cache): New variable.
3752         (calendar-dst-find-startend, calendar-dst-starts)
3753         (calendar-dst-ends): New functions.
3754         (calendar-daylight-savings-starts)
3755         (calendar-daylight-savings-ends): Change value to use
3756         calendar-dst-starts, calendar-dst-ends; respectively.
3758         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
3760         * ido.el (ido-enable-prefix)
3761         * ses.el (ses-call-printer-return)
3762         * net/tramp.el (tramp-unified-filenames)
3763         * progmodes/cc-align.el (c-lineup-string-cont)
3764         * progmodes/compile.el (compilation-directory-matcher)
3765         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3766         * progmodes/gdb-ui.el (gdb-many-windows)
3767         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3768         (vhdl-clock-rising-edge)
3769         * textmodes/org.el (org-export-with-timestamps)
3770         (org-export-remove-timestamps-from-toc, org-export-with-tags)
3771         (org-read-date): Doc fix (Nil -> nil).
3773 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3775         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3776         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
3778 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3780         * bs.el (bs--window-for-buffer): Remove.
3781         (bs--show-with-configuration): Use `get-window-with-predicate'
3782         instead of `bs--window-for-buffer'.
3784 2006-11-10  Kenichi Handa  <handa@m17n.org>
3786         * files.el (revert-buffer): Fix previous change.
3788 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
3790         * bs.el (bs--redisplay): Fix typo in docstring.
3791         (bs--window-config-coming-from): Make frame-local.
3792         (bs--restore-window-config): New function.
3793         (bs-kill, bs-select, bs-select-other-window)
3794         (bs-select-other-frame): Use it.
3795         (bs--window-for-buffer): Return as soon as a matching buffer is found.
3796         (bs--show-with-configuration): Save the window configuration as a
3797         frame local var, and only if *buffer-selection* is not already
3798         visible on this frame.
3800 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
3802         * vc-svn.el (vc-svn-admin-directory): New var.
3803         (vc-svn-registered, vc-svn-responsible-p)
3804         (vc-svn-repository-hostname): Use it.
3805         Suggested by arit93@yahoo.com.
3807 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3809         * ldefs-boot.el: Regenerate.
3811 2006-11-08  Alan Mackenzie  <acm@muc.de>
3813         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
3814         case (eq open-paren-in-column-0-is-defun-start nil) by searching
3815         for least nested open-paren.
3817 2006-11-08  Romain Francoise  <romain@orebokech.com>
3819         * subr.el (remove-overlays): Fix typo in last change.
3821 2006-11-08  Richard Stallman  <rms@gnu.org>
3823         * subr.el (remove-overlays): Call overlay-recenter.
3825 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3827         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3828         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
3829         behaviour.
3830         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
3831         directly.
3833 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3835         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
3836         (ido-max-dir-file-cache, ido-decorations)
3837         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
3838         (ido-magic-backward-char, ido-enter-dired)
3839         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
3840         (ido-list-directory, ido-first-match, ido-only-match)
3841         (ido-subdir, ido-indicator): Fix typos in docstrings.
3842         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
3843         (ido-read-internal): Fix typo in error message.
3845 2006-11-08  Kenichi Handa  <handa@m17n.org>
3847         * international/mule-cmds.el (set-default-coding-systems):
3848         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
3850 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3852         * makefile.w32-in (setwins): Remove.
3853         (WINS_ALMOST): New macro.
3854         (WINS): Use it.
3855         (autoloads): Don't extract autoloads from files in obsolete/.
3857 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
3859         * whitespace.el (whitespace-buffer): Call remove-overlays after
3860         overlay-recenter for performance.  Suggested by Martin Rudalics.
3862 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
3864         * net/tramp.el (tramp-default-method): scp is the default method.
3866 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
3868         * server.el (server-start): Save also the Emacs pid in the server file.
3870 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
3872         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
3873         point when displaying a bibtex cross reference in the echo area.
3875 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3877         * international/mule.el (make-char): Fix typo in docstring.
3878         (load-with-code-conversion, charsetp): Doc fixes.
3880         * international/ja-dic-cnv.el (skkdic-convert):
3881         * cus-edit.el (hook): Fix typo in docstring.
3883 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3885         * cus-edit.el (custom-mode-map): Move defvar above code using it.
3886         (custom-mode-link-map): New variable.
3887         (custom-group-link, custom-manual): Use follow-link.
3889 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3891         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
3892         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
3894 2006-11-06  Richard Stallman  <rms@gnu.org>
3896         * textmodes/flyspell.el (flyspell-correct-word-before-point):
3897         New function broken out of flyspell-correct-word.
3898         (flyspell-mode-map): Bind it to M-RET.
3899         (flyspell-correct-word): Call it.
3901         * textmodes/fill.el (fill-minibuffer-function): New function.
3902         (fill-paragraph): Bind fill-paragraph-function to
3903         fill-minibuffer-function.
3905         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
3906         so that they aren't undefined.
3908         * dired.el (dired-readin): Locally bind file-name-coding-system.
3910         * bindings.el: Shorten and clarify usual mode line mouse help string.
3912         * Makefile.in (autoloads): Don't include `obsolete'.
3914 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3916         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3917         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
3918         Printing menu if it's not initialized.
3919         (pr-menu-bind): Act on menu-bar-file-menu directly.
3921 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3923         * help.el (view-emacs-news): Fix typo in error message.
3925         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
3927         * shadowfile.el (shadow-define-regexp-group)
3928         (shadow-literal-groups, shadow-insert-var): Doc fixes.
3929         (shadow-read-files): Fix typo in message.
3930         (shadow-inhibit-overload, shadow-find, shadow-suffix)
3931         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
3932         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
3933         (shadow-file-match): Fix typos in docstrings.
3935         * terminal.el (terminal-emulator): Fix typo in message.
3937         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
3939         * emacs-lisp/lselect.el (x-kill-primary-selection)
3940         (x-delete-primary-selection, x-copy-primary-selection):
3941         Fix typos in error messages.
3943         * emulation/edt-mapper.el: Fix typo in interactive message.
3945         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
3947         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
3948         (ispell-help): Fix typos in docstrings.
3949         (ispell-help): Fix typo in output message.
3951         * allout.el (allout-adjust-file-variable)
3952         (allout-passphrase-verifier-string)
3953         (allout-passphrase-hint-string)
3954         (allout-toggle-current-subtree-encryption):
3955         * apropos.el (apropos-synonyms):
3956         * cus-edit.el (hook):
3957         * emacs-lock.el (emacs-lock-from-exiting):
3958         * follow.el (follow-avoid-tail-recenter-p):
3959         * hexl.el (hexl-mode):
3960         * mouse-copy.el (mouse-copy-work-around-drag-bug):
3961         * mouse.el (mouse-set-font):
3962         * resume.el (resume-emacs-args-file):
3963         * rfn-eshadow.el (file-name-shadow-tty-properties):
3964         * t-mouse.el (t-mouse-process, t-mouse-mode):
3965         * emacs-lisp/cust-print.el (custom-print-install)
3966         (custom-print-uninstall, custom-format):
3967         * emacs-lisp/shadow.el (list-load-path-shadows):
3968         * emulation/tpu-edt.el (tpu-help-text)
3969         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
3970         (tpu-reset-control-keys):
3971         * emulation/vip.el (vip-emacs-local-map)
3972         (vip-change-mode-to-emacs):
3973         * emulation/viper.el (viper-mode, viper-set-hooks)
3974         (viper-major-mode-modifier-list):
3975         * emulation/viper-init.el (viper-emacs-state-cursor-color):
3976         * emulation/viper-keym.el (viper-emacs-kbd-map)
3977         (viper-toggle-key):
3978         * mail/feedmail.el (feedmail-queue-reminder)
3979         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
3980         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
3981         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
3982         (feedmail-sender-line, feedmail-force-binary-write)
3983         (feedmail-from-line, feedmail-deduce-envelope-from)
3984         (feedmail-x-mailer-line, feedmail-message-id-generator)
3985         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
3986         (feedmail-enable-spray, feedmail-spray-this-address)
3987         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
3988         (feedmail-queue-runner-confirm-global)
3989         (feedmail-ask-before-queue-prompt)
3990         (feedmail-ask-before-queue-reprompt)
3991         (feedmail-prompt-before-queue-standard-alist)
3992         (feedmail-prompt-before-queue-user-alist)
3993         (feedmail-prompt-before-queue-help-supplement)
3994         (feedmail-queue-use-send-time-for-message-id)
3995         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
3996         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
3997         (feedmail-mail-send-hook-queued)
3998         (feedmail-confirm-addresses-hook-example)
3999         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4000         (feedmail-queue-runner-mode-setter)
4001         (feedmail-queue-alternative-mail-header-separator)
4002         (feedmail-queue-runner-message-sender)
4003         (feedmail-buffer-eating-function, feedmail-binmail-template)
4004         (feedmail-run-the-queue-no-prompts)
4005         (feedmail-run-the-queue-global-prompt)
4006         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4007         (feedmail-envelope-deducer, feedmail-fiddle-date)
4008         (feedmail-default-message-id-generator)
4009         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4010         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4011         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4012         (vms-pmail-setup):
4013         * play/dunnet.el (dun-help):
4014         * play/handwrite.el (handwrite):
4015         * play/hanoi.el (hanoi-unix-64):
4016         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4017         * textmodes/enriched.el (fixed):
4018         * textmodes/org.el (org-file-apps)
4019         (org-emphasis-regexp-components, org-emphasis-alist):
4020         * textmodes/texinfmt.el (batch-texinfo-format):
4021         Fix typos in docstrings.
4023 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
4025         * loadhist.el (read-feature): Don't complete features not loaded
4026         from a file (which make `unload-feature' to fail).
4028 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4030         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4032 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
4034         * startup.el (command-line-1): Kill emacs if the last frame is
4035         deleted while evaluating the command-line arguments.
4037 2006-11-05  Richard Stallman  <rms@gnu.org>
4039         * startup.el (init-file-had-error): Add doc string.
4040         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4041         Use fixed-width font for keyboard key descriptions.
4043         * cus-edit.el (custom-save-all): Error if saving in .emacs
4044         and it had an error when loaded.
4046         * dired-aux.el (dired-copy-file-recursive): Catch errors
4047         from recursive copies in the loop, around the recursive call.
4049 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4051         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4052         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
4053         `/proc/acpi/thermal_zone/*'.
4054         (battery-search-for-one-match-in-files): New.  Search a regexp in
4055         the content of some files.
4057 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
4059         * window.el (mouse-autoselect-window-now): Remove variable.
4060         (mouse-autoselect-window-state): New variable.
4061         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4062         (mouse-autoselect-window-select, handle-select-window):
4063         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4064         Suspend delayed autoselection during menu or popup dialog.
4066         * info-look.el (info-lookup-guess-custom-symbol): New function
4067         for retrieving symbol at point in custom buffers.
4068         (top level) <info-lookup-maybe-add-help>: Add backquote and
4069         comma to ignored characters in regexps of help specifications
4070         for emacs-lisp-mode and lisp-interaction-mode.  This permits
4071         looking up symbols in `...' and after a comma.  Add help
4072         specifications for custom-mode and help-mode.
4074 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
4076         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4077         Don't encode body if RAW is non-nil, or if the old encoding is
4078         identical to the new encoding, or if the body contains only
4079         eight-bit-* characters.
4081 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4083         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4084         (faces-sample-overlay): Remove variable.
4085         (describe-face): Insert sample text in the face being described.
4087 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
4089         * whitespace.el (whitespace-indent-regexp): Make this match any
4090         multiples of eight spaces near the beginning of a line.
4091         (whitespace-buffer): Use `remove-overlays' instead of
4092         `whitespace-unhighlight-the-space' and `overlay-recenter' to
4093         speed up overlay handling.
4094         (whitespace-buffer-leading, whitespace-buffer-trailing):
4095         Make these functions highlight the text removed by
4096         `whitespace-buffer-leading-cleanup' and
4097         `whitespace-buffer-trailing-cleanup' respectively.
4098         (whitespace-buffer-search): Use `with-local-quit'.
4099         Move `format' out of loop to speed up scanning larger buffers.
4100         (whitespace-unhighlight-the-space): Remove `remove-hook' since
4101         that function is never added to a hook.
4102         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4103         (whitespace-buffer-leading-cleanup)
4104         (whitespace-refresh-rescan-list): Fix docstrings.
4106 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
4108         * allout.el (allout-during-yank-processing): Cue for inhibiting
4109         aberrance processing during yanks.
4110         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4111         the amount of yanked topics that can be aberrant.
4112         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4113         a function, and supplement with inihibition of doublechecking
4114         during yanks.
4115         (allout-beginning-of-line, allout-next-heading)
4116         (allout-previous-heading, allout-goto-prefix-doublechecked)
4117         (allout-back-to-current-heading, allout-next-visible-heading)
4118         (allout-next-sibling): Use new allout-do-doublecheck function.
4119         (allout-next-sibling): Ensure we made progress when returning
4120         other than nil.
4121         (allout-rebullet-heading): Preserve text property annotations
4122         indicating the text was hidden, if it was.
4123         (allout-kill-line): Remove any added was-hidden annotations.
4124         (allout-kill-topic): Remove any added was-hidden annotations.
4125         (allout-annotate-hidden): Inhibit adding was-hidden text
4126         properties to the undo list.
4127         (allout-deannotate-hidden): New function to remove was-hidden
4128         annotation.
4129         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4130         (allout-remove-exposure-annotation): Replace by
4131         allout-deannotate-hidden.
4132         (allout-yank-processing): Signal that yank processing is happening
4133         with allout-during-yank-processing.  Also, wrap
4134         allout-unprotected's closer to the text changes, for easier
4135         debugging.  We need to inhibit-field-text-motion explicitly, in
4136         lieu of the encompassing allout-unprotected.
4137         (outlineify-sticky): Adjust criteria for triggering new outline
4138         decorations to presence or absence of any topics, not just a topic
4139         at the beginning of the buffer.
4141 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4143         * bs.el (bs--show-all, bs--redisplay):
4144         * cus-edit.el (custom-unlispify-menu-entries)
4145         (custom-unlispify-tag-names, custom-prompt-variable):
4146         * expand.el (expand-pos):
4147         * speedbar.el (speedbar-generic-list-tag-p):
4148         * wid-edit.el (widget-image-enable):
4149         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4150         * emacs-lisp/find-func.el (find-function-noselect)
4151         (find-function, find-variable-noselect, find-variable)
4152         (find-definition-noselect, find-face-definition):
4153         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4154         * net/eudc-vars.el (eudc-expansion-overwrites-query):
4155         * progmodes/ada-xref.el (ada-find-in-ali):
4156         * textmodes/flyspell.el (flyspell-check-tex-math-command):
4157         * textmodes/org.el (org-copy-subtree):
4158         * textmodes/table.el (table--row-column-insertion-point-p):
4159         Use "non-nil" in docstrings.
4161 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
4163         * sort.el (sort-columns): Set the field separator to tab; on
4164         NetBSD, sort complains if "\n" is used as field separator.
4166 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
4168         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4170 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4172         * server.el (server-auth-key): Remove.  Replace by a process-property.
4173         (server-start): Don't remove the file of the previous process, but
4174         instead clear out the place for the new file.
4175         (server-start): Set the :auth-key property.
4176         (server-process-filter): Use the :auth-key property.
4178 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
4180         * textmodes/org.el (org-mode-map): No longer copy
4181         `outline-mode-map' explicitly - this is already done by
4182         `define-derived-mode'.
4184 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
4186         * server.el (server-visit-files): Use `when'.
4187         (server-process-filter): When authentication fails, send error
4188         message to client.  Wrap `process-send-region' in `ignore-errors'
4189         instead of `condition-case', and remove misleading comment.
4191 2006-11-01  Juri Linkov  <juri@jurta.org>
4193         * simple.el (yank): Doc fix.
4195 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4197         * server.el: Try and fit within 80 columns.
4198         (server-start): Make the auth file unreadable by other users.
4200 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4202         * battery.el (battery-linux-proc-acpi): Prevent range error when
4203         `full-capacity' is 0.
4205 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4207         * faces.el (faces-sample-overlay): New defvar.
4208         (faces-sample-overlay): New function to show face sample text.
4209         (describe-face): Use it.
4211 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
4213         * progmodes/ada-stmt.el: Change maintainer, apply
4214         whitespace-cleanup, checkdoc.
4215         (ada-func-or-proc-name): Add doc string.
4217         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4218         whitespace-cleanup, checkdoc.  Minor improvements to many doc
4219         strings and comments.
4220         (ada-prj-display-page): Change buffer name to more accurately
4221         reflect function.
4223         * progmodes/ada-xref.el: Change maintainer, apply
4224         whitespace-cleanup, checkdoc.  Minor improvements to many doc
4225         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
4226         (ada-compile-current): Don't add newlines to commands.
4228 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
4230         * server.el: Add support for TCP sockets.
4231         (server-use-tcp, server-host, server-auth-dir): New options.
4232         (server-auth-key): New variable.
4233         (server-ensure-safe-dir): Create nonexistent parent dirs.
4234         Ignore Unix-style file modes on Windows.
4235         (server-start): Crete a TCP or Unix socket according to the value
4236         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
4237         `server-auth-dir' directory.
4238         (server-process-filter): Delete process if authentication
4239         fails (which never happens for Unix sockets).
4241 2006-10-30  David Kastrup  <dak@gnu.org>
4243         * subr.el (add-to-list): Don't continue checking if a match has
4244         been found.
4246 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
4248         * tutorial.el: Move defvars to avoid bytecomp warnings.
4249         (tutorial--find-changed-keys): Check if viper-current-state is
4250         bound before using it.
4251         (help-with-tutorial): Check if viper-tutorial is defined before
4252         using it.
4254 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4256         * help-fns.el (help-with-tutorial): Move to tutorial.el.
4258         * tutorial.el: New file.
4259         (help-with-tutorial): Move here from help-fns.el. Added help for
4260         rebound keys.  Fixed resume of tutorial.
4261         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4262         (tutorial--find-changed-keys, tutorial--display-changes)
4263         (tutorial--saved-dir, tutorial--saved-file)
4264         (tutorial--save-tutorial): New functions to support the changes in
4265         help-with-tutorial.
4267 2006-10-30  Kenichi Handa  <handa@m17n.org>
4269         * files.el (revert-buffer): If a unibyte buffer is being reverted
4270         with a coding system for multibyte, set buffer multibyte before
4271         calling insert-file-contents.
4273 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4275         * server.el (server-select-display): Use a dummy buffer to detect when
4276         the frame is later used.
4277         (server-select-display): New function.
4278         (server-process-filter): Use it to detect unused temp frames.
4280 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
4282         * progmodes/ada-mode.el: Change maintainer, apply
4283         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
4284         (ada-mode-version): New function.
4285         (ada-create-menu): Menu operations are available for all supported
4286         compilers.
4288 2006-10-29  Lars Hansen  <larsh@soem.dk>
4290         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4291         Highlight as keyword.
4292         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4293         Don't call tramp-method-out-of-band-p for local files.
4294         (tramp-touch): Quote file name.
4296 2006-10-28  Glenn Morris  <rgm@gnu.org>
4298         * calendar/calendar.el (cal-html-cursor-month)
4299         (cal-html-cursor-year): Add autoloads for this new package.
4300         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
4302 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
4304         * calendar/cal-html.el: New file.
4306 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
4308         * emacs-lisp/authors.el (authors-aliases): Update.
4310 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
4312         * version.el (emacs-version): Bump version number to 22.0.90.
4314 2006-10-26  John W. Eaton  <jwe@octave.org>
4316         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
4317         New defvar.
4318         (inferior-octave-resync-dirs): Check to see whether Octave has
4319         built-in variables and set inferior-octave-has-built-in-variables.
4320         Check inferior-octave-has-built-in-variables to decide whether to
4321         send commands that set built-in variables or call functions to
4322         change Octave's behavior.
4323         Send "disp (pwd ())" to Octave instead of just "pwd".
4324         (inferior-octave-startup): Send "more off" to Octave instead of
4325         "page_screen_output = 0".
4327 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
4329         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
4330         pattern normally.
4332 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
4334         * bindings.el (mode-line-mode-menu): Remove bindings for global
4335         minor modes (line/column number) as they are on the menubar.
4337 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
4339         * term/w32-win.el (x-handle-name-switch): Doc fix.
4340         (w32-standard-fontset-spec): Fix typo in docstring.
4342         * midnight.el (midnight-buffer-display-time): Doc fix.
4343         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
4345 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4347         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
4349         * viper-ex.el (ex-read): Quote file argument.
4351         * ediff-diff.el (ediff-same-file-contents): Expand file names.
4353         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
4355 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
4357         * textmodes/flyspell.el (flyspell-check-region-doublons):
4358         Fix last fix.
4360 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
4362         * bindings.el (mode-line-mode-menu): List global minor modes
4363         before local ones.
4365 2006-10-23  Kim F. Storm  <storm@cua.dk>
4367         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
4368         (sit-for): If last command was a prefix arg, add the read-ahead
4369         event to unread-command-events as (t . EVENT) so it will be added
4370         to this-command-keys by read-key-sequence.
4372 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
4374         * textmodes/flyspell.el (flyspell-word): Skip past all previous
4375         whitespace when checking doublons.
4376         (flyspell-check-region-doublons): Fix doublon regexp.
4377         (flyspell-highlight-incorrect-region): Highlight doublons using
4378         flyspell-duplicate face.
4380         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
4382 2006-10-22  John Wiegley  <johnw@newartisans.com>
4384         * progmodes/python.el (python-use-skeletons): python-mode was
4385         auto-inserting templates (for those with abbrev-mode on), not only
4386         by default -- *but without a configuration variable to disable
4387         it*.  This rendered python-mode completely useless for me, so I
4388         have added `python-use-skeletons', which is now off by default.
4390 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
4392         * progmodes/cperl-mode.el (cperl-mode): Don't assume
4393         font-lock-multiline is auto-local (it's not).
4394         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
4395         initialized before calling cperl-init-faces.
4397 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
4399         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
4400         gdb-stack-position a value when there is no fringe.
4402         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
4403         indicator if not visiting a file.
4405 2006-10-20  David Kastrup  <dak@gnu.org>
4407         * window.el (kill-buffer-and-window): Fix a bug where an aborted
4408         operation would still cause some window to collapse later.
4410 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4412         * vc.el (vc-switch-backend): Try to be more careful with unwanted
4413         side-effect due to mixing various backends's file properties.
4415         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
4416         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
4417         Return `filename's status if applicable.  Update callers.
4419 2006-10-19  Kenichi Handa  <handa@m17n.org>
4421         * international/kkc.el (kkc-region): When a key sequence is not
4422         defined, append (this-single-command-raw-keys) to
4423         unread-input-method-events.
4425 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
4427         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
4429 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4431         * version.el (emacs-version): Use mac-carbon-version-string.
4433         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
4435 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4437         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
4438         Kenichi Handa).
4439         (xselect-convert-to-string): Decline requests for UTF8_STRING if
4440         the selection is not UTF-8.
4442 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
4444         * progmodes/ada-mode.el (ada-83-string-keywords)
4445         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
4446         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
4447         (ada-looking-at-semi-private, ada-get-body-name):
4448         Fix typos in docstrings.
4449         (ada-create-case-exception, ada-create-case-exception-substring):
4450         Fix typos in error messages.
4451         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
4453 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4455         * term/x-win.el (res-geometry): Don't set geometry from Xresources
4456         to default-frame-alist if default-frame-alist already contains
4457         width/height.
4459 2006-10-18  Richard Stallman  <rms@gnu.org>
4461         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
4462         Non-interactive arg is the value, not the expression.
4464         * simple.el (read-expression-map): Just set it, no defvar.
4466         * subr.el (insert-for-yank-1): If last inserted char has
4467         properties, mark them as rear-nonsticky.
4469         * recentf.el (recentf-mode): Doc fix.
4471         * facemenu.el (facemenu-add-new-face): Defend against symbol
4472         that isn't a face name.
4474         * dired-aux.el (dired-do-copy): Doc fix.
4476 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
4478         * simple.el (line-move-1): Ignore fields when moving to the
4479         beginning of line to avoid getting point stuck.
4481 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
4483         * textmodes/flyspell.el (flyspell-word-search-backward):
4484         Set inhibit-point-motion-hooks to avoid looping due to intangibile
4485         text.
4487 2006-10-16  Richard Stallman  <rms@gnu.org>
4489         * help-fns.el (describe-function-1): Special case optimization
4490         for self-insert-command.
4492 2006-10-16  Kim F. Storm  <storm@cua.dk>
4494         * ido.el (ido-reread-directory): Work in `dir' mode too.
4496 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
4498         * textmodes/table.el: Require 'regexp-opt.
4500 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4502         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
4503         Use shell-quote-argument.
4505         * shell.el (explicit-bash-args): Likewise.
4507         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
4508         Use grep -E rather than egrep.
4510 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4512         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
4514 2006-10-15  Kim F. Storm  <storm@cua.dk>
4516         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
4518 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4520         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
4521         to protect whitespace and metacharacters from the shell.
4523 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4525         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
4527 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
4529         * subr.el (start-process-shell-command): Doc fix.
4531 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
4533         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
4534         the regexp for Maxima symbols.
4536 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4538         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
4539         (vc-find-root): Don't walk higher up than ~.
4541 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
4543         * international/utf-8.el (utf-translate-cjk-load-tables):
4544         Avoid clobbering last-coding-system-used during load.
4546 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
4548         * textmodes/reftex-global.el (reftex-create-tags-file):
4549         Quote file arguments.
4551 2006-10-12  Richard Stallman  <rms@gnu.org>
4553         * files.el (file-name-history): Add defvar.
4554         (save-some-buffers-action-alist): Improve description strings.
4556 2006-10-12  Andreas Schwab  <schwab@suse.de>
4558         * files.el (auto-mode-alist): Match change log file name also with
4559         a dash before a numeric extension.
4561 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
4563         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
4564         After 5.0:
4565         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
4567         After 5.1: Major edit.  Summary of most visible changes:
4569         - Multiple <<HERE per line allowed.
4570         - Handles multiline subroutine declaration headers (with comments).
4571           (The exception is `cperl-etags' - but it is not used in the rest
4572           of the mode.)
4573         - Fontifies multiline my/our declarations (even with comments,
4574           and with legacy `font-lock').
4575         - Major speedup of syntaxification, both immediate and postponed
4576           (3.5x to 15x [for different CPUs and versions of Emacs] on the
4577           huge real-life document I tested).
4578         - New bindings, edits to imenu.
4579         - "_" is made into word-char during fontification/syntaxification;
4580           some attempts to recognize non-word "_" during other operations too.
4581         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
4582         - autoload some more perldoc-related stuff
4583         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
4584         - Attempt to incorporate XEmacs edits which reached me.
4586         Fine-grained changelog:
4587         (cperl-hook-after-change): New configuration variable.
4588         (cperl-vc-sccs-header): Likewise.
4589         (cperl-vc-sccs-header): Likewise.
4590         (cperl-vc-header-alist): Default via two preceding variables.
4591         (cperl-invalid-face): Remove double quoting under XEmacs
4592                 (still needed under 21.2).
4593         (cperl-tips): Update URLs for resources.
4594         (cperl-problems): Likewise.
4595         (cperl-praise): Mention new features.
4596         New C-c key bindings: for `cperl-find-bad-style',
4597         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
4598         `cperl-perdoc', and `cperl-perldoc-at-point'.
4599         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
4600         moved, new submenu of Tools with Ispell entries and narrowing.
4601         (cperl-after-sub-regexp): New defsubst.
4602         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
4603                 Allows heads up to head4.
4604                 Allow "package;".
4605         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
4606         (paren-backwards-message): ??? Something for XEmacs???
4607         (cperl-mode): Never auto-switch abbrev-mode off.
4608                 Try to allow '_' be non-word char.
4609                 Do not use `font-lock-unfontify-region-function' on XEmacs.
4610                 Reset syntax cache on mode start.
4611                 Support multiline facification (even on legacy `font-lock').
4612         (cperl-facemenu-add-face-function): ??? Some contributed code ???
4613         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
4614                 refuse to inform us whether the fontification is due to lazy
4615                 calling or due to edit to a buffer, install our own hook
4616                 (controlled by `cperl-hook-after-change').
4617         (cperl-electric-pod): =cut may have been recognized as start.
4618         (cperl-block-p): Move, updatedfor attributes.
4619         (cperl-calculate-indent): Try to allow '_' be non-word char
4620                 Support subs with attributes.
4621         (cperl-where-am-i): Queit (?) a warning.
4622         (cperl-cached-syntax-table)     New function.
4623         (cperl-forward-re): Use `cperl-cached-syntax-table'.
4624         (cperl-unwind-to-safe): Recognize `syntax-type' property
4625                 changing in a middle of line.
4626         (cperl-find-sub-attrs): New function.
4627         (cperl-find-pods-heres): Allow many <<EOP per line.
4628                 Allow subs with attributes.
4629                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
4630                 Recognize "extproc " (OS/2) case-folded and only at start.
4631                 /x on s///x with empty replacement was not recognized.
4632                 Better comments.
4633         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
4634                 Allow subs with attributes, labels.
4635                 Do not confuse "else::foo" with "else".
4636                 Minor optimizations...
4637         (cperl-after-expr-p): Try to allow '_' be non-word char.
4638         (cperl-fill-paragraph): Try to detect a major bug in Emacs
4639                 with `looking-at' inside `narrow' and bulk out if found.
4640         (cperl-imenu--create-perl-index): Updates for new
4641                 `cperl-imenu--function-name-regexp-perl'.
4642         (cperl-outline-level): Likewise.
4643         (cperl-init-faces): Allow multiline subroutine headers
4644                 and my/our declarations, and ones with comments.
4645                 Allow subroutine attributes.
4646         (cperl-imenu-on-info): Better docstring.
4647         (cperl-etags): Rudimentary support for attributes.
4648                 Support for packages and "package;".
4649         (cperl-add-tags-recurse-noxs): Better (?) docstring.
4650         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
4651         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
4652         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
4653         (cperl-perldoc): Add autoload.
4654         (cperl-perldoc-at-point): Likewise.
4655         (cperl-here-doc-spell): New function.
4656         (cperl-pod-spell): Likewise.
4657         (cperl-map-pods-heres): Likewise.
4658         (cperl-get-here-doc-region): Likewise.
4659         (cperl-font-lock-fontify-region-function): Likewise (backward
4660                 compatibility for legacy `font-lock').
4661         (cperl-font-lock-unfontify-region-function): Fix style.
4662         (cperl-fontify-syntaxically): Recognize and optimize away deferred
4663                 calls with no-change.  Governed by `cperl-hook-after-change'.
4664         (cperl-fontify-update): Recognize that syntaxification region
4665                 can be larger than fontification one.
4666                 XXXX we leave `cperl-postpone' property, so this is quadratic...
4667         (cperl-fontify-update-bad): Temporary placeholder until
4668                 it is clear how to implement `cperl-fontify-update'.
4669         (cperl-time-fontification): New function.
4670         (attrib-group): New text attribute.
4671         (multiline): New value: `syntax-type' text attribute.
4673         After 5.2:
4674         (cperl-emulate-lazy-lock): New function.
4675         (cperl-fontify-syntaxically): Would skip large regions.
4676         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
4677         Some globals were declared, but uninitialized.
4679         After 5.3, 5.4:
4680         (cperl-facemenu-add-face-function): Add docs, fix U<>.
4681         Copyright message updated.
4682         (cperl-init-faces): Work around a bug in `font-lock'. May slow
4683                         facification down a bit.
4684                 Misprint for my|our|local for old `font-lock'
4685                         "our" was not fontified same as "my|local".
4686                 Highlight variables after "my" etc even in
4687                         a middle of an expression.
4688                 Do not facify multiple variables after my etc
4689                         unless parentheses are present.
4691         After 5.5, 5.6
4692         (cperl-fontify-syntaxically): after-change hook could reset.
4693         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
4695         After 5.7:
4696         (cperl-init-faces): Allow highlighting of local ($/).
4697         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
4698         (cperl-problems): Remove fixed problems.
4699         (cperl-find-pods-heres): Recognize #-comments in m##x too.
4700                 Recognize charclasses (unless delimiter is \).
4701         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
4702         (cperl-regexp-scan): Update docs.
4703         (cperl-beautify-regexp-piece): Use information got from regexp scan.
4705         After 5.8:
4706         Major user visible changes:
4707         Recognition and fontification of character classes in RExen.
4708         Variable indentation of RExen according to groups.
4710         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
4711                 Fontify REx charclasses in variable-name face.
4712                 Fontify POSIX charclasses in "type" face.
4713                 Fontify unmatched "]" in function-name face.
4714                 Mark first-char of HERE-doc as `front-sticky'.
4715                 Reset `front-sticky' property when needed.
4716         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
4717         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
4718         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
4719                 constructs.  Support `narrow'ed buffers.
4720         (cperl-praise): Remove a reservation.
4721         (cperl-make-indent): New function.
4722         (cperl-indent-for-comment): Use `cperl-make-indent'.
4723         (cperl-indent-line): Likewise.
4724         (cperl-lineup): Likewise.
4725         (cperl-beautify-regexp-piece): Likewise.
4726         (cperl-contract-level): Likewise.
4727         (cperl-toggle-set-debug-unwind): New function.
4728                 New menu entry for this.
4729         (fill-paragraph-function): Use when `boundp'.
4730         (cperl-calculate-indent): Take into account groups when indenting RExen.
4731         (cperl-to-comment-or-eol): Recognize # which end a string.
4732         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
4733         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
4734         (cperl-fontify-syntaxically): More clear debugging message.
4735         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
4736         (cperl-init-faces): More complicated highlight even on XEmacs (new).
4737         Merge cosmetic changes from XEmacs.
4739         After 5.9:
4740         (cperl-1+): Move to before the first use.
4741         (cperl-1-): Likewise.
4743         After 5.10:
4745         This code may lock Emacs hard!!!  Use at your own risk!
4747         (cperl-font-locking): New internal variable.
4748         (cperl-beginning-of-property): New function.
4749         (cperl-calculate-indent): Use `cperl-beginning-of-property'
4750         instead of `previous-single-property-change'.
4751         (cperl-unwind-to-safe): Likewise.
4752         (cperl-after-expr-p): Likewise.
4753         (cperl-get-here-doc-region): Likewise.
4754         (cperl-font-lock-fontify-region-function): Likewise.
4755         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
4756                         recursively.
4757                 Bound `next-single-property-change' via `point-max'.
4758         (cperl-unwind-to-safe): Bound likewise
4759         (cperl-font-lock-fontify-region-function): Likewise.
4760         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
4761                 Initialization of `cperl-font-lock-multiline-start' could be
4762                 missed if the "main" fontification did not run due to the
4763                 keyword being already fontified.
4764         (cperl-pod-spell): Return t from do-one-chunk function.
4765         (cperl-map-pods-heres): Stop when the worker returns nil.
4766                 Call `cperl-update-syntaxification'.
4767         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
4768         (cperl-get-here-doc-delim): Remove unused function.
4770         After 5.11:
4772         The possible lockup of Emacs (introduced in 5.10) fixed.
4774         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
4775         (cperl-syntaxify-for-menu): New customization variable.
4776         (cperl-select-this-pod-or-here-doc): New function.
4777         (cperl-get-here-doc-region): Extra argument.
4778                 Do not adjust pos by 1.
4780         New menu entries
4781                 (Perl/Tools): Selection of current POD or HERE-DOC section.
4782                 (Debugging CPerl:) backtrace on fontification.
4784         After 5.12:
4785         (cperl-cached-syntax-table): Use `car-safe'.
4786         (cperl-forward-re): Remove spurious argument SET-ST.
4787                 Add documentation.
4788         (cperl-forward-group-in-re): New function.
4789         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
4790         (XXXX Temporary (?) hack is to syntax-mark them as comment).
4792         After 5.13:
4793         (cperl-string-syntax-table): Make { and } not-grouping
4794           (Sometimes they ARE grouping in RExen, but matching them would only
4795            confuse in many situations when they are not)
4796         (beginning-of-buffer): Replace two occurences with goto-char...
4797         (cperl-calculate-indent): `char-after' could be nil...
4798         (cperl-find-pods-heres): REx can start after "[" too.
4799                 Hightlight (??{}) in RExen too.
4800         (cperl-maybe-white-and-comment-rex): New constant
4801         (cperl-white-and-comment-rex): Likewise.
4802                 XXXX Not very efficient, but hard to make
4803                 better while keeping 1 group.
4805         After 5.13:
4806         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
4807                 Likewise for 1 << identifier.
4809         After 5.14:
4810         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
4811                 Error-less condition-case could fail.
4812         (cperl-font-lock-fontify-region-function): Likewise.
4813         (cperl-init-faces): Likewise.
4815         After 5.15:
4816         (cperl-find-pods-heres): Support property REx-part2.
4817         (cperl-calculate-indent): Likewise.
4818                 Don't special-case REx with non-empty 1st line.
4819         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
4820                 Invert highlighting of charclasses:
4821                         now the envelop is highlighted.
4822                 Highlight many others 0-length builtins.
4823         (cperl-praise): Mention indenting and highlight in RExen.
4825         After 5.15:
4826         (cperl-find-pods-heres): Highlight capturing parens in REx.
4828         After 5.16:
4829         (cperl-find-pods-heres): Highlight '|' for alternation
4830         Initialize `font-lock-warning-face' if not present.
4831         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
4832                          `font-lock-function-name-face'.
4833         (cperl-look-at-leading-count): Likewise.
4834         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
4835                         `font-lock-keyword-face' (needed for
4836                         batch processing), etc...
4837                 Use `font-lock-builtin-face' for builtin in REx
4838                         Now `font-lock-variable-name-face'
4839                         is used for interpolated variables
4840                 Use "talking aliases" for faces inside REx
4841                 Highlight parts of REx (except in charclasses)
4842                         according to the syntax and/or semantic
4843                 Syntax-mark a {}-part of (?{}) as "comment"
4844                         (it was the ()-part)
4845                 Better logic to distinguish what is what in REx
4846         (cperl-tips-faces): Document REx highlighting
4847         (cperl-praise): Mention REx syntax highlight etc.
4849         After 5.17:
4850         (cperl-find-sub-attrs): Would not always manage to print error message.
4851         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
4853         After 5.18:
4854         (cperl-find-pods-heres): Misprint in REx for parsing REx.
4855                 Very minor optimization.
4856                 `my-cperl-REx-modifiers-face' got quoted.
4857                 Recognize "print $foo <<END" as HERE-doc.
4858                 Put `REx-interpolated' text attribute if needed.
4859         (cperl-invert-if-unless-modifiers): New function.
4860         (cperl-backward-to-start-of-expr): Likewise.
4861         (cperl-forward-to-end-of-expr): Likewise.
4862         (cperl-invert-if-unless): Works in "the opposite way" too.
4863                 Cursor position on return is on the switch-word.
4864                 Indents comments better.
4865         (REx-interpolated): New text attribute.
4866         (cperl-next-interpolated-REx): New function.
4867         (cperl-next-interpolated-REx-0): Likewise.
4868         (cperl-next-interpolated-REx-1): Likewise.
4869         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
4870         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
4871         (cperl-praise): Mention finded interpolated RExen.
4873         After 5.19:
4874         (cperl-init-faces): Highlight %$foo, @$foo too.
4875         (cperl-short-docs): Better docs for system, exec.
4876         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
4877                 Would not find HERE-doc ended by EOF without NL.
4878         (cperl-short-docs): Correct not-doubled \-escapes.
4879         start block: Put some `defvar' for stuff gone from XEmacs.
4881         After 5.20:
4882         initial comment: Extend copyright, fix email address.
4883         (cperl-indent-comment-at-column-0): New customization variable.
4884         (cperl-comment-indent): Indentation after $#a would increasy by 1.
4885         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
4886         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
4887         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
4888         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
4889                         highlight $ in $foo too (UNTESTED).
4890         (cperl-set-style): Docstring missed some available styles.
4891         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
4892                 Change "Current" to "Memorize Current".
4893         (cperl-indent-wrt-brace): New customization variable; the default is
4894                 as for pre-5.2 version.
4895         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
4896         (cperl-style-alist): Likewise.
4897         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
4898                 and `cperl-extra-newline-before-brace' etc
4899                 being t
4900         (cperl-indent-exp): Plans B and C to find continuation blocks even
4901                 if `cperl-extra-newline-before-brace' is t.
4903         After 5.21:
4904         Improve some docstrings concerning indentation.
4905         (cperl-indent-rules-alist): New variable.
4906         (cperl-sniff-for-indent): New function name
4907                 (separated from `cperl-calculate-indent').
4908         (cperl-calculate-indent): Separate the sniffer and the indenter;
4909                 uses `cperl-sniff-for-indent' now.
4910         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
4911                 was inverted;
4912                 Support `comment-column' = 0.
4914 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
4916         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
4917         * help-at-pt.el (scan-buf-move-to-region): Likewise.
4918         * longlines.el (longlines-window-change-function): Likewise.
4919         * simple.el (undo-ask-before-discard): Likewise.
4920         * wid-edit.el (widget-field-prompt-internal)
4921         (widget-documentation-link-p): Likewise.
4923 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4925         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
4926         for a keyword.
4928 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4930         * newcomment.el (comment-valid-prefix-p): Make the check
4931         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
4932         (comment-indent-new-line): Adjust call.
4934 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
4936         * allout.el (allout-back-to-current-heading): Base on lower-level
4937         routines to get proper disqualification of aberrant topics.
4939 2006-10-09  Richard Stallman  <rms@gnu.org>
4941         * textmodes/two-column.el (2C-two-columns): Doc fix.
4943 2006-10-09  Kim F. Storm  <storm@cua.dk>
4945         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
4946         about implicit use.
4948 2006-10-08  Richard Stallman  <rms@gnu.org>
4950         * textmodes/two-column.el (2C-two-columns): Doc fix.
4952 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4954         * files.el: Mark `buffer-read-only' as safe-local-variable.
4956 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
4958         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
4959         Burp if GUD buffer has been killed.
4961 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4963         * completion.el (add-completions-from-c-buffer):
4964         Don't presume an error's second element is a string.
4965         Use looking-at rather than buffer-substring + member.
4967 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
4969         * mail/rmail.el (rmail-redecode-body): If the old encoding is
4970         `undecided', call find-coding-systems-region to find a proper
4971         non-trivial encoding.
4972         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
4973         and "text/plain".
4975 2006-10-07  Kevin Ryde  <user42@zip.com.au>
4977         * textmodes/reftex-vars.el (defgroup reftex): Update home page
4978         url-link.
4980         * strokes.el (defgroup strokes): Remove invalid url-link.
4982 2006-10-07  Magnus Henoch  <mange@freemail.hu>
4984         * autoinsert.el (auto-insert-alist): Doc fix.
4986 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4988         * mouse-sel.el (mouse-insert-selection-internal):
4989         Use insert-for-yank, so that yank handlers are run.
4991 2006-10-07  Kim F. Storm  <storm@cua.dk>
4993         * ido.el (ido-file-extension-aux): Fix comparison.
4995 2006-10-06  Kim F. Storm  <storm@cua.dk>
4997         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
4999 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
5001         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5002         (ad-make-mapped-call): Use `let', not `let*'.
5004 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
5006         * international/mule-cmds.el (coding-system-change-eol-conversion):
5007         Ensure the coding system is initialized before calling
5008         coding-system-eol-type.
5010 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
5012         * textmodes/org.el (org-rm-props, org-activate-plain-links)
5013         (org-activate-angle-links, org-activate-dates)
5014         (org-activate-target-links, org-activate-camels)
5015         (org-activate-tags): Add `rear-nonsticky' text property to avoid
5016         textproperty keymaps from being active beyond the end of a line.
5017         (org-unfontify-region): Also remove `rear-nonsticky' property.
5019 2006-10-04  Kenichi Handa  <handa@m17n.org>
5021         * international/code-pages.el (next): Table fixed.
5023 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5025         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5026         that it's been made unnecessary by removing narrowing.
5028 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5030         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5031         control flow a bit, simplify another bit, and add comments.
5033 2006-10-03  David Kastrup  <dak@gnu.org>
5035         * help.el (describe-mode): For clicks on mode-line, use "@"
5036         interactive argument to get the major mode of the click instead of
5037         the current buffer.
5039         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5040         in order to better redirect mouse-2 clicks.  Also allow default
5041         bindings to apply.
5043 2006-10-03  Kim F. Storm  <storm@cua.dk>
5045         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5046         (pushnew): Fix last change.
5048 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
5050         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5051         Use the interactive spec of `eval-expression'.
5053 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5055         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5057 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5059         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5060         2006-09-28 commit.
5062 2006-10-02  Kenichi Handa  <handa@m17n.org>
5064         * international/code-pages.el (iso-8859-6): Table fixed.
5066 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
5068         * dired.el (dired-build-subdir-alist): Fix previous change.
5070 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
5072         * simple.el (undo-elt-crosses-region): Fix the inequalities.
5074 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5076         * emacs-lisp/find-func.el (find-function-regexp): Don't match
5077         "define-button-type".
5079         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5080         they don't keep accumulating.
5082 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5084         * ffap.el (ffap-rfc-path): Change the address of the RFC
5085         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5087 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
5089         * allout.el (allout-expose-topic): Rectify implementation of "+"
5090         spec, so that bodies are not exposed with headlines.
5092 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
5094         * allout.el (allout-current-depth): Do aberrent check only at or
5095         below doublecheck depth.
5096         (allout-chart-subtree): Make it explicit that LEVELS being nil
5097         means unlimited depth.  Drop undocumented support for LEVELS value
5098         t meaning unlimited depth.  (This is consistent with
5099         allout-chart-to-reveal, but contrary to allout-show-children,
5100         which needs to use nil to default to depth of 1.)
5101         (allout-goto-prefix-doublechecked): Wrap long docstring line.
5102         (allout-chart-to-reveal): Be explicit in docstring about meaning
5103         of nil LEVELS, and drop support for LEVELS value t.
5104         (allout-show-children): Translate the level spec used by this
5105         routine to that used by allout-chart-subtree and
5106         allout-chart-to-reveal.
5107         (allout-show-to-offshoot): Retry once when stuck, after opening
5108         subtree - improvements in discontinuity handling likely will
5109         enable progress.
5111 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
5113         * wid-edit.el (widget-button-click-moves-point): New variable.
5114         (widget-button-click): If widget-button-click-moves-point is
5115         non-nil, set point after performing the button action
5117         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5119 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
5121         * files.el (find-file-existing): Modify to not allow wildcards.
5123 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5125         * simple.el (undo-more): When undo information for the region is
5126         exhausted, say "No further undo information FOR REGION".
5128 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5130         * progmodes/sh-script.el (sh-prev-thing):
5131         Take `sh-leading-keywords' into account.
5133 2006-09-29  Glenn Morris  <rgm@gnu.org>
5135         * custom.el (defcustom): Doc fix.
5137         * calendar/calendar.el (european-calendar-style):
5138         Call european-calendar or american-calendar as needed when set.
5139         (diary-view-entries, list-calendar-holidays): Move autoloads
5140         before use.
5142 2006-09-29  Juri Linkov  <juri@jurta.org>
5144         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5145         to nil if there is no previous property change.
5147 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5149         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5150         saving anything to be sure that `forward-sexp' behaves correctly.
5152 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
5154         * simple.el (line-move-finish): Ignore field boundaries if the
5155         initial and final points have the same `field' property.
5157 2006-09-29  Kim F. Storm  <storm@cua.dk>
5159         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5160         to t while calling ido-read-internal.
5162 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
5164         * textmodes/org.el (org-file-remote-p): Get regexp from list.
5165         (org-archive-subtree): Remove erraneous `]' from character list.
5167 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
5169         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5170         (ses-reconstruct-all): Make undo of "insert row" work by keeping
5171         markers for data-area and parameters-area.
5173 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5175         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5177         * font-lock.el (font-lock-after-change-function): Refontify next line
5178         as well if end is at BOL.
5179         (font-lock-extend-jit-lock-region-after-change): Be more careful to
5180         only extend the region as much as needed.
5182 2006-09-28  Richard Stallman  <rms@gnu.org>
5184         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5186         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5188         * international/mule.el (after-insert-file-set-coding):
5189         If VISIT, don't let set-buffer-multibyte make undo info.
5191 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
5193         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5194         lines in base64-encoded authentication response.
5196 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5198         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5199         (ebnf-version): New version 4.3.
5200         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5201         (ebnf-prologue): Adjust PostScript programming.
5202         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5203         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5205 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5207         * jit-lock.el (jit-lock-force-redisplay): Rename from
5208         jit-lock-fontify-again, and undo the mistaken change I've just done.
5210         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5211         (jit-lock-fontify-again): Don't refontify text that's not displayed.
5213 2006-09-26  Kenichi Handa  <handa@m17n.org>
5215         * startup.el (display-splash-screen): Allow a prefix argument.
5217 2006-09-25  Jason Rumney  <jasonr@gnu.org>
5219         * subr.el (shell-quote-argument): Use DOS logic for Windows
5220         shells with DOS semantics.
5222 2006-09-24  Richard Stallman  <rms@gnu.org>
5224         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5225         (compilation-goto-locus): Use compilation-goto-locus-delete-o
5226         to delete the overlay.  Put it on pre-command-hook.
5228         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5230         * startup.el (fancy-splash-screens, normal-splash-screen):
5231         Call the splash buffer *About GNU Emacs*.
5233         * simple.el (next-error-highlight, next-error-highlight-no-select):
5234         Default to 0.5.
5235         (yank-excluded-properties): Add `fontified'.
5237         * font-lock.el (font-lock-compile-keywords): Allow value of
5238         syntax-begin-function to enable paren-column-0 highlighting.
5240 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
5242         * dired.el (dired-build-subdir-alist): When file ends in colon,
5243         don't exit the loop, just disregard that file.
5245 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
5247         * simple.el (line-move-finish): Handle corner case for fields in
5248         continued lines.
5249         (line-move-1): Remove flawed test for that case.
5251 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
5253         * icomplete.el (icomplete-simple-completing-p): Use the correct
5254         name for the new variable, `icomplete-with-completion-tables'.
5255         (file local variables): Remove superfluous setting.
5257 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
5259         * calendar/appt.el (appt-check): Fix typo for appointments just
5260         after midnight.
5262 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
5264         * help.el (describe-key-briefly, describe-key): Don't expect an
5265         extra up event if a down-event is generated by a popup menu.
5267 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
5269         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5270         local dictionary when changing the global dictionary.
5272 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
5274         * icomplete.el (icomplete-with-completion-tables): List of
5275         specialized completion tables with which icomplete should
5276         operate.  Include the new `internal-complete-buffer', so icomplete
5277         works with interactive buffer-selection.
5278         (icomplete-simple-completing-p): Add acceptance of specialized
5279         completion tables listed in icomplete-with-completion-tables.
5281 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5283         * frame.el (focus-follows-mouse): Set default to nil on Mac.
5285         * startup.el (command-line): Use `custom-reevaluate-setting' for
5286         `focus-follows-mouse'.
5288 2006-09-22  Richard Stallman  <rms@gnu.org>
5290         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5291         explain why Save is not available.
5293 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
5295         * woman.el (woman0-so): Use `let*', not `let'.
5296         (woman-horizontal-line): Remove unbalanced parenthesis.
5298 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5300         * woman.el: Make sure all the end-of-region markers we use have
5301         a non-nil insertion-type.
5302         (woman0-so): Move things around so we can use copy-marker.
5303         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
5304         Adjust marker type.
5305         (woman2-process-escapes): Check marker type.
5306         (woman-horizontal-line): Dispense with the use of a marker.
5308 2006-09-22  Jay Belanger  <belanger@truman.edu>
5310         * calc/calc-lang.el: Add Greek letters to math-variable-table
5311         property of tex.
5313 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
5315         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
5317 2006-09-22  Masatake YAMATO  <jet@gyve.org>
5319         * add-log.el (add-log-current-defun): Use `forward-sexp'
5320         instead of `forward-word' to pick c++::symbol.
5321         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
5323 2006-09-22  Kenichi Handa  <handa@m17n.org>
5325         * bindings.el: Fix setting self-insert-command for multibyte
5326         characters in global-map.
5328 2006-09-21  David Kastrup  <dak@gnu.org>
5330         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
5331         doc string.
5333 2006-09-21  Kenichi Handa  <handa@m17n.org>
5335         * language/european.el ("Latin-1"): Add windows-1252 to
5336         coding-priority.
5337         ("German"): Likewise.
5339 2006-09-21  Kim F. Storm  <storm@cua.dk>
5341         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
5342         Suggested by Miles Bader.
5344         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
5345         instead of add-to-list in the simple case.
5347 2006-09-20  Kenichi Handa  <handa@m17n.org>
5349         * isearch.el (isearch-process-search-char): Cancel the previous change.
5350         (isearch-search-string): New function.
5351         (isearch-search): Use isearch-search-string.
5352         (isearch-lazy-highlight-search): Likewise.
5354 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5356         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
5357         string to become an option.
5359 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5361         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
5363 2006-09-20  Kim F. Storm  <storm@cua.dk>
5365         * simple.el (line-move-partial): Call pos-visible-in-window-p with
5366         position t instead of trying both window-end and window-end - 1.
5368 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
5370         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
5371         hidden trees.
5373 2006-09-20  David Kastrup  <dak@gnu.org>
5375         * mouse.el (mouse-posn-property): Improve doc string.
5376         (mouse-on-link-p): Change buffers for function calls on links.
5378         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
5379         buffer is read-only.
5381 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
5383         * allout.el (allout-unprotected): Let inhibit-read-only only when
5384         buffer-read-only isn't set.
5385         (allout-annotate-hidden): Enable topic annotation during copies even
5386         when the buffer is read-only, eg for topic copies.  Ensure that the loop
5387         advances, even when the span extends beyond the deletion region.
5388         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
5389         rather than allout-exposure-changed-hook, as a stronger assertion.
5390         (allout-keybindings-list): Add bindings for
5391         allout-copy-line-as-kill and allout-copy-topic-as-kill.
5392         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
5393         Copy wrappers for allout-kill-line and allout-kill-topic.
5394         (allout-listify-exposed): Position correctly to accumulate lines.
5396 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
5398         * simple.el (line-move-1): Escape field boundaries occurring
5399         exactly at point.  Update goal column if constrained to a field.
5400         (line-move-finish): Escape field boundaries occurring exactly at point.
5402 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5404         * mouse.el (mouse-on-link-p): Tentatively fix last change.
5405         (mouse-drag-vertical-line): Remove unused var `wconfig'.
5407 2006-09-19  Kim F. Storm  <storm@cua.dk>
5409         * help.el (describe-key-briefly, describe-key): Simplify printing
5410         of descriptions by using format and %S.  Fix "is undefined"
5411         messages to say "at that spot" for mouse events.
5413         * simple.el (line-move-partial): Optimize.  Try window-line-height
5414         before posn-at-point to get vpos of current line.
5416 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
5418         * viper.el: Bump up version/date of update to reflect the substantial
5419         changes done in August 2006.
5421         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
5422         are defined.
5424         * ediff-util.el (ediff-add-to-history): New function.
5426         * ediff.el: Use ediff-add-to-history instead of add-to-history.
5428 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5430         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
5431         Delete duplicate make-local-variable form.
5432         (conf-space-keywords): Add autoload cookie.
5433         Fix typo (`keywords', not `keyword').
5435 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5437         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
5438         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
5439         to x-gtk-use-old-file-dialog
5441 2006-09-18  Richard Stallman  <rms@gnu.org>
5443         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
5444         that might come in during mouse tracking.
5446 2006-09-18  Kim F. Storm  <storm@cua.dk>
5448         * simple.el (line-move-partial): Rework 2006-09-15 change to use
5449         new window-line-height function.  Further optimize by not calling
5450         pos-visible-in-window-p for window-end when window-line-height
5451         returns useful information.
5453 2006-09-16  Richard Stallman  <rms@gnu.org>
5455         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
5456         (conf-space-mode): Don't handle prefix arg.
5457         Delete conf-space-keywords-override code.
5458         Use add-hook.
5459         (conf-space-keywords): New command.
5460         (conf-space-mode-internal): Be careful with imenu-generic-expression.
5461         Delete conf-space-keywords-override code.
5462         (conf-space-keywords-alist): Doc fix.
5463         (conf-space-font-lock-keywords): Doc fix.
5464         (conf-space-keywords-override): Var deleted.
5466 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
5468         * startup.el (fancy-splash-screens): Don't switch to the scratch
5469         buffer; it may not be the next buffer.
5471 2006-09-16  Romain Francoise  <romain@orebokech.com>
5473         * saveplace.el (load-save-place-alist-from-file): Use expanded name
5474         in both messages.
5476 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
5478         * progmodes/python.el (python-preoutput-filter):
5479         Fix arg order to string-match.
5481 2006-09-16  Richard Stallman  <rms@gnu.org>
5483         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
5484         font-lock-compile-keywords.
5486         * font-lock.el (font-lock-compile-keywords): Rename optional arg
5487         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
5489 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5491         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
5493         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
5494         and the data doesn't look like UTF8, send STRING instead.
5496 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
5498         * textmodes/flyspell.el (flyspell-check-region-doublons):
5499         New function to detect duplicated words.
5500         (flyspell-large-region): Use it.
5502 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
5504         * simple.el (line-move-to-column): Revert 2006-08-03 change.
5506 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
5508         * help.el (describe-prefix-bindings): Use let, not let*.
5510 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
5512         * allout.el (allout-regexp, allout-line-boundary-regexp)
5513         (allout-bob-regexp): Correct grouping and boundaries to fix
5514         backwards traversal.
5515         (allout-depth-specific-regexp, allout-depth-one-regexp):
5516         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
5517         worse time in allout-ascend.
5518         (allout-doublecheck-at-and-shallower): Identify depth threshold
5519         below which topics are checked for and disqualified by containment
5520         discontinuities.
5521         (allout-hotspot-key-handler): Correctly handle multiple-key
5522         strokes.  Remove some unused variables.
5523         (allout-mode-leaders): Clarify that mode-specific comment-start
5524         will be used.
5525         (set-allout-regexp): Correctly regexp-quote allout regexps to
5526         properly accept alternative header-leads and primary bullets with
5527         regexp-specific characters (eg, C "/*", mathematica "(*").
5528         Include new regular expressions among those configured.
5529         (allout-infer-header-lead-and-primary-bullet):
5530         Rename allout-infer-header-lead.
5531         (allout-recent-depth): Manifest as a variable as well as a function.
5532         (allout-prefix-data): Simplify into an inline instead of a macro,
5533         assuming current match data rather than being explicitly passed
5534         it.  Establish allout-recent-depth value as well as
5535         allout-recent-prefix-beginning and allout-recent-prefix-end.
5536         (allout-aberrant-container-p): True when an item's immediate
5537         offspring discontinuously contained.  Useful for disqualifying
5538         unintended topic prefixes, likely at low depths.
5539         (allout-goto-prefix-doublechecked): Elaborate version of
5540         allout-goto-prefix which disqualifies aberrant pseudo-items.
5541         (allout-pre-next-prefix): Layer on top of lower-level routines, to
5542         get disqualification of aberrant containers.
5543         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
5544         containers.
5545         (allout-beginning-of-current-entry): Position at start of buffer
5546         when in container (depth 0) entry.
5547         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
5548         (allout-current-bullet): Strip text properties.
5549         (allout-get-prefix-bullet): Use right match groups.
5550         (allout-beginning-of-line, allout-next-heading):
5551         Disqualify aberrant containers.
5552         (allout-previous-heading): Disqualify aberrant containers, and
5553         change to regular (rather than inline) function, to allow
5554         self-recursion.
5555         (allout-get-invisibility-overlay): Increment so progress is made
5556         when the first overlay is not the sought one.
5557         (allout-end-of-prefix): Disqualify aberrant containers.
5558         (allout-end-of-line): Cycle something like allout-beginning-of-line.
5559         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
5560         outline.el outlines) functional again.  Change the primary bullet
5561         along with the header-lead - level 1 new-style bullets now work.
5562         Engage allout-before-change-handler in mainline Emacs, not just
5563         XEmacs, to do undo handling.
5564         (allout-before-change-handler): Expose undo changes occurring in
5565         hidden regions.  Use allout-get-invisibility-overlay instead of
5566         reimplementing it inline.
5567         (allout-chart-subtree): Use start rather than end of prefix in
5568         charts.  Use allout-recent-depth variable.
5569         (allout-chart-siblings): Disqualify aberrant topics.
5570         (allout-beginning-of-current-entry): Position correctly.
5571         (allout-ascend): Use new allout-depth-specific-regexp and
5572         allout-depth-one-regexp for linear instead of O(N^2) or worse
5573         behavior.
5574         (allout-ascend-to-depth): Depend on allout-ascend, rather than
5575         reimplementing an algorithm.
5576         (allout-up-current-level): Depend on allout-ascend, rather than
5577         reimplementing an algorithm.  Return to start-point if we fail.
5578         (allout-descend-to-depth): Use allout-recent-depth variable
5579         instead of function.
5580         (allout-next-sibling): On traversal of numerous intervening
5581         topics, resort to economical allout-next-sibling-leap.
5582         (allout-next-sibling-leap): Specialized version of
5583         allout-next-sibling that uses allout-ascend cleverly, to depend on
5584         a regexp search to leap large numbers of contained topics, rather
5585         than arbitrarily many one-by-one traversals.
5586         (allout-next-visible-heading): Disqualify aberrant topics.
5587         (allout-previous-visible-heading): Position consistently when
5588         interactive.
5589         (allout-forward-current-level): Base on allout-previous-sibling
5590         rather than (differently) reimplmenting the algorithm.  Remove some
5591         unused variables.
5592         (allout-solicit-alternate-bullet): Present default choice stripped
5593         of text properties.
5594         (allout-rebullet-heading): Use bullet stripped of text properties.
5595         Register changes using allout-exposure-change-hook.
5596         Disregard aberrant topics.
5597         (allout-shift-in): With universal-argument, make topic a peer of
5598         it's former offspring.  Simplify the code by separating out
5599         allout-shift-out functionality.
5600         (allout-shift-out): With universal-argument, make offspring peers
5601         of their former container, and its siblings.  Implement the
5602         functionality here, rather than inappropriately muddling the
5603         implementation of allout-shift-in.
5604         (allout-rebullet-topic): Respect additional argument for new
5605         parent-child separation function.
5606         (allout-yank-processing): Use allout-ascend directly.
5607         (allout-show-entry): Disqualify aberrant topics.
5608         (allout-show-children): Handle discontinuous children gracefully,
5609         extending the depth being revealed to expose them and posting a
5610         message indicating the situation.
5611         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
5612         Leave cursor in correct position.
5613         (allout-hide-current-subtree): Use allout-ascend directly.
5614         Disqualify aberrant topics.
5615         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
5616         a way that the yanks can restore it, as used to happen.
5617         (allout-yank-processing): Restore exposure layout as recorded by
5618         allout-kill-*, as used to happen.
5619         (allout-annotate-hidden, allout-hide-by-annotation): New routines
5620         for preseving and restoring exposure layout across kills.
5621         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
5622         (allout-encrypt-string): Strip text properties.
5623         Rearranged order and outline-headings for some of the
5624         miscellaneous functions.
5625         (allout-resolve-xref): No need to quote the error name in the
5626         condition-case handler section.
5627         (allout-flatten): Classic recursive (and recursively intensive,
5628         without tail-recursion) list-flattener, needed by allout-shift-out
5629         when confronted with discontinuous children.
5631 2006-09-16  Jason Rumney  <jasonr@gnu.org>
5633         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
5634         on ms-windows.
5635         (dnd-open-unc-file): Remove.
5636         (dnd-open-local-file): Mention in doc string that it also handles
5637         remote files if the system natively supports unc file-names.
5639 2006-09-15  Kim F. Storm  <storm@cua.dk>
5641         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
5642         all necessary information about the event before erasing *Help*.
5644         * simple.el (line-move-partial): Use window-line-visiblity to
5645         quickly check whether last line is partially visible, and only do
5646         the hard (and slow) part in that case.
5648 2006-09-15  Jay Belanger  <belanger@truman.edu>
5650         * COPYING: Replace "Library Public License" by "Lesser Public
5651         License" throughout.
5653 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5655         * term/x-win.el (x-menu-bar-open): New function for F10.
5657 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
5659         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5660         Disallow filenames containing " -" to avoid confusion with libtool
5661         compilation messages.  Suggested by Stefan Monnier.
5663 2006-09-15  David Kastrup  <dak@gnu.org>
5665         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
5666         instead of buffer position for `mouse-on-link-p'.
5668         * mouse.el (mouse-posn-property): New function looking up the
5669         properties at a click position in overlays and text properties in
5670         either buffer or strings.
5671         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
5672         of both `follow-link' as well as `mouse-face' properties.
5673         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
5674         buffer position.
5676         * help.el (describe-key-briefly): When reading a down-event on
5677         mode lines or scroll bar, swallow the following up event, too.
5678         Use the new mouse sensitity of `key-binding' for lookup.
5679         (describe-key): The same here.
5681 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
5683         * play/life.el (life-patterns): Add a few more interesting patterns.
5684         (life-setup): Force `show-trailing-whitespace' to nil.
5686 2006-09-14  Richard Stallman  <rms@gnu.org>
5688         * startup.el (fancy-splash-text): Change text to improve alignment.
5689         (fancy-splash-screens): Don't set non-standard tab width.
5690         Bind cursor-type temporarily, and make it easy to patch to
5691         preserve the splash buffer.
5692         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
5693         (fancy-splash-screens): Display echo-area message explicitly.
5694         Don't set fancy-splash-help-echo.
5696         * simple.el (line-number-mode): Group mode-line instead of
5697         editing-basics.
5698         (column-number-mode, size-indication-mode): Likewise.
5700         * faces.el (mode-line-faces): Group mode-line instead of modeline.
5702         * time.el (display-time): Group mode-line instead of modeline.
5704         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
5706 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
5708         * startup.el (fancy-splash-text): Move editing instructions to
5709         fancy-splash-head.
5710         (fancy-splash-head): Issue editing instructions.
5711         (fancy-splash-screens): Fixup whitespace.
5713 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5715         * bindings.el (mode-line-buffer-identification-keymap):
5716         Remove duplicate line.
5718 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5720         * ido.el (ido-ignore-item-p): Allow any kind of functions in
5721         ignore lists.
5723 2006-09-14  Kim F. Storm  <storm@cua.dk>
5725         * jit-lock.el (jit-lock-fontify-again): New function.
5726         (jit-lock-fontify-now): Use it instead of lambda form.
5728 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
5730         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
5731         (flyspell-auto-correct-word): Make ispell-filter local to these
5732         functions.  Check that ispell-filter has new stuff before calling
5733         ispell-parse-output.
5735 2006-09-13  Kim F. Storm  <storm@cua.dk>
5737         * simple.el (line-move-partial): Optimize.
5739 2006-09-13  Richard Stallman  <rms@gnu.org>
5741         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
5742         Delete spurious backquote.
5744 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5746         * net/rcirc.el (rcirc-print): Fix last change.
5748 2006-09-12  Jay Belanger  <belanger@truman.edu>
5750         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
5752 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5754         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
5755         rcirc-show-maximum-output.
5756         (rcirc-mode): Remove window-scroll-function hook.
5757         (rcirc-scroll-to-bottom): Remove function.
5758         (rcirc-print): Recenter so point stays at the bottom of the window
5759         if point was already there.
5761 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
5763         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
5764         not to "t".
5765         * progmodes/compile.el (compilation-start): Likewise.
5766         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5767         Don't use expand-file-name on invocation-directory, since this
5768         might mishandle special characters in invocation-directory.
5770 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5772         * pcvs-defs.el: Remove * in defcustom's docstrings.
5774 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
5776         * progmodes/compile.el (compilation-directory-properties):
5777         Doc fix for help-echo.
5779 2006-09-12  Lars Hansen  <larsh@soem.dk>
5781         * desktop.el (desktop-read): Add comment.
5783 2006-09-12  Kim F. Storm  <storm@cua.dk>
5785         * simple.el (next-error-highlight, next-error-highlight-no-select):
5786         Fix spelling error.
5788         * subr.el (sit-for): Rework to use input-pending-p and cond.
5789         Return nil input is pending on entry also for SECONDS <= 0.
5790         (while-no-input): Use input-pending-p instead of sit-for.
5792 2006-09-11  Richard Stallman  <rms@gnu.org>
5794         * simple.el (next-error-highlight, next-error-highlight-no-select):
5795         Fix custom type and doc strings.
5797 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5799         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
5800         (diff-apply-hunk): Use it to ask for confirmation.
5802 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
5804         * emacs-lisp/cl.el (pushnew): Add missing `,'.
5806 2006-09-11  David Kastrup  <dak@gnu.org>
5808         * help.el (string-key-binding, describe-key-briefly)
5809         (describe-key): Remove `string-key-binding' and its callers since
5810         `key-binding' already caters for the proper lookup now.
5812 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5814         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
5815         (cfengine-mode): Use it.  Fix \ syntax to be like /.
5817         * bindings.el (mode-line-buffer-identification-keymap):
5818         Move initialization into declaration.
5820 2006-09-10  Kim F. Storm  <storm@cua.dk>
5822         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
5823         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
5824         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
5825         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
5827 2006-09-10  Richard Stallman  <rms@gnu.org>
5829         * dired-aux.el: Handle errors in recursive copy usefully.
5830         (dired-create-files-failures): New variable.
5831         (dired-copy-file): Remove condition-case.
5832         (dired-copy-file-recursive): Check for errors on all file
5833         operations, and add them to dired-create-files-failures.
5834         Check file file-date-erorr here too.
5835         (dired-create-files): Check dired-create-files-failures
5836         and report those errors too.
5838         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
5840         * subr.el (add-to-list): New argument COMPARE-FN.
5842 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5844         * filecache.el (file-cache-add-directory)
5845         (file-cache-add-directory-list, file-cache-add-file)
5846         (file-cache-add-directory-using-find)
5847         (file-cache-add-directory-using-locate)
5848         (file-cache-add-directory-recursively): Add autoloads.
5850 2006-09-09  Richard Stallman  <rms@gnu.org>
5852         * textmodes/conf-mode.el (conf-space-mode):
5853         Use hack-local-variables-hook instead of calling hack-local-variables.
5854         (conf-space-keywords-override): New variable.
5855         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
5856         (conf-space-mode): Always make conf-space-keywords and
5857         conf-space-keywords-override local.
5858         Call conf-space-mode-internal directly as well as via hook.
5860 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5862         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
5863         quasi-keywords.
5865 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5867         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
5868         (python-send-string): Be slightly more careful about adding \n.
5870         * startup.el (normal-splash-screen): Don't display the buffer if we'll
5871         kill it right away anyway.
5873 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
5875         * international/codepage.el (cp850-decode-table): Fix a few codes.
5876         (cp858-decode-table): New variable.
5878 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5880         * net/ldap.el (ldap-search-internal): Doc fix.
5882 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5884         * play/life.el (life-display-generation): Test for input manually if
5885         `sleeptime' is negative or null.
5887         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
5888         (print-region-1): Substitute `%s' with the page title.
5890 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
5892         * locate.el (locate-current-search): New variable.
5893         (locate): Set buffer local value.  Use current buffer if it is
5894         in Locate mode.
5895         (locate-mode): Disable undo here.
5896         (locate-do-setup): Use locate-current-filter from buffer to be killed.
5897         (locate-update): Use locate-current-search and locate-current-filter.
5899 2006-09-08  David Kastrup  <dak@gnu.org>
5901         * desktop.el (desktop-read): When loading a desktop, disable
5902         saving it while the load progresses, and switch off a pending lazy
5903         load by calling `desktop-lazy-abort'.
5905 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
5907         * window.el (mouse-autoselect-window-timer)
5908         (mouse-autoselect-window-position)
5909         (mouse-autoselect-window-window)
5910         (mouse-autoselect-window-now): New vars.
5911         (mouse-autoselect-window-cancel)
5912         (mouse-autoselect-window-select)
5913         (mouse-autoselect-window-start): New functions.
5914         (handle-select-window): Call `mouse-autoselect-window-start' when
5915         delayed window autoselection is enabled.
5917         * cus-start.el (mouse-autoselect-window): Handle delayed window
5918         autoselection.
5920         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
5921         commands after which it is allowed to print in the echo area.
5923 2006-09-08  Richard Stallman  <rms@gnu.org>
5925         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
5927         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
5928         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
5930         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
5931         (cancel-timer-internal): Add doc string.
5932         (cancel-function-timers): Doc fix.
5933         (with-timeout-handler, timer-event-last*): Add doc strings.
5935         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
5937         * files.el (risky-local-variable-p): Match ...-bindat-spec.
5939         * dired.el (dired-log-summary): Add doc string.
5941         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
5942         (custom-group-menu-create): Not here.
5944 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
5946         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
5948 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5950         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
5951         (mac-apple-event-map): Define its handler.
5953 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5955         * net/ldap.el (ldap-search-internal): Handle `auth' key.
5957 2006-09-07  Magnus Henoch  <mange@freemail.hu>
5959         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
5960         clause.
5962 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5964         * info.el (Info-index): Bind completion-ignore-case.
5966 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5968         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
5969         previous commit.
5970         (inferior-prolog-guess-flavor): New fun left out of previous commit.
5971         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
5972         burp in dedicated windows.
5973         (inferior-prolog-self-insert-command): New command.
5974         (inferior-prolog-mode-map): Use it.
5976 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5978         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
5980         * international/code-pages.el: Add cp858.
5982 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5984         * dnd.el: Fix bootstrapping.
5986 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5988         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
5989         (dnd-open-remote-url): New function.
5990         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
5991         not windows-nt.
5993 2006-09-07  Jason Rumney  <jasonr@gnu.org>
5995         * dnd.el (dnd-open-remote-file-function): New variable.
5996         (dnd-open-unc-file): New function.
5997         (dnd-open-file): Call dnd-open-remote-file-function if set.
5999 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6001         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6002         pgg-passphrase-coding-system rather than locale-coding-system.
6003         * pgg-def.el (pgg-passphrase-coding-system): New user option.
6005 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6007         * progmodes/prolog.el: Remove * in docstrings.
6008         (prolog-program-name): Add SWI prolog.
6009         (prolog-mode-menu): New menu.
6010         (prolog-mode): Set comment-add.
6011         (prolog-indent-line): Simplify.  Use indent-line-to.
6012         (inferior-prolog-buffer): New var.
6013         (inferior-prolog-run, inferior-prolog-process): New funs.
6014         (run-prolog, switch-to-prolog): Rewrite, using them.
6015         (prolog-consult-region): Use inferior-prolog-buffer.
6016         (inferior-prolog-load-file): New function.
6017         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6019         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6020         last word, if it's not the end of the paragraph.
6022         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6023         file name.
6025 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
6027         * frame.el (display-mm-dimensions-alist): New defcustom.
6028         (display-mm-height, display-mm-width): Use it.
6030 2006-09-06  Simon Josefsson  <jas@extundo.com>
6032         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6034 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
6036         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6037         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6038         string values.
6040 2006-09-06  Kim F. Storm  <storm@cua.dk>
6042         * simple.el (line-move-partial): New function to do vscrolling for
6043         partially visible images / tall lines.  Rewrite based on code
6044         previously in line-move.  Simplify backwards vscrolling.
6045         (line-move): Use it.  Simplify.
6047 2006-09-05  Kim F. Storm  <storm@cua.dk>
6049         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6051 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
6053         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6054         Process the `gcc-include' after the `gnu' rule.
6056 2006-09-05  Kim F. Storm  <storm@cua.dk>
6058         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6060 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6062         * pgg.el (pgg-clear-string): Alias to clear-string for backward
6063         compatibility.
6065         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6066         inhibit-redisplay; encode passphrase with locale-coding-system.
6068 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6070         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6072 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
6074         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6075         (gdb-var-list-children-regexp): Make type field optional.
6077         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6078         e.g public, protected in C++.
6080 2006-09-04  John Paul Wallington  <jpw@pobox.com>
6082         * simple.el (completion-show-help): New defcustom.
6083         (completion-setup-function): Heed it.
6085 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6087         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6089 2006-09-04  Richard Stallman  <rms@gnu.org>
6091         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6092         (rsf-min-region-to-spam-list): Doc fix.
6093         (rsf-add-content-type-field): Doc fix.
6095         * simple.el (kill-region): Explicitly test there is a region.
6097 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6099         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6100         sendmail in several common directories.
6102         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6104         * paths.el (sendmail-program): Removed.
6106 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
6108         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6109         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
6110         http://article.gmane.org/gmane.emacs.gnus.general/50457
6112 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
6114         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6115         mark after running the menu filter.
6117 2006-09-03  Juri Linkov  <juri@jurta.org>
6119         * international/quail.el (quail-defrule-internal): Add a check
6120         if a key is a vector.
6122 2006-09-02  Juri Linkov  <juri@jurta.org>
6124         * man.el (Man-topic-history): New variable.
6125         (man): Use it.
6127         * woman.el (woman-topic-history): Change defvar to defvaralias
6128         for symbol `Man-topic-history'.
6130         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6131         `comint-last-output-start' is a marker by using `markerp' and
6132         check if it has a position by using `marker-position', and use
6133         this position for `goto-char'.
6135         * international/quail.el (quail-defrule-internal): Add missing
6136         `error' call for null key.
6138 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
6140         * rcirc.el (rcirc-keywords): New variable.
6141         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6142         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6143         variables.
6144         (rcirc-responses-no-activity): New function.
6145         (rcirc-handler-generic): Check for responses in above.
6146         (rcirc-process-command): Add ?: character to arguments of raw
6147         server commands.
6148         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6149         `rcirc-dim-nicks'.
6150         (rcirc-gray-toggle): Remove unused variable.
6151         (rcirc-print): Remove some tracking logic, which is moved into
6152         markup functions.
6153         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6154         types.
6155         (rcirc-activity-string): Look for 'keyword in activity-types.
6156         (rcirc-window-configuration-change): Don't erase overlay-arrow
6157         unnecessarily.
6158         (rcirc-add-or-remove): New function.
6159         (rcirc-cmd-ignore): Use it.
6160         (rcirc-message-leader): Remove unused function.
6161         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6162         (rcirc-add-face): New function.
6163         (rcirc-facify): Use rcirc-add-face.
6164         (rcirc-url-regexp): Add parens.
6165         (rcirc-map-regexp): Remove function.
6166         (rcirc-mangle-regexp): Remove function.
6167         (rcirc-markup-text-functions): New variable.
6168         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6169         (rcirc-markup-body-text, rcirc-markup-attributes)
6170         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6171         (rcirc-markup-bright-nicks): New markup handler functions.
6172         (rcirc-nick-in-message-full-line): New face.
6173         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6174         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6176 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
6178         * cus-start.el (hscroll-margin, hscroll-step)
6179         (mode-line-in-non-selected-windows, mouse-autoselect-window)
6180         (x-use-underline-position-properties): Change version to "22.1"
6181         since they will appear there for the first time.
6183 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
6185         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6187 2006-08-31  Richard Stallman  <rms@gnu.org>
6189         * cus-edit.el (custom-save-variables): Slight cleanup.
6190         (Custom-no-edit): Renamed from custom-no-edit.
6191         (Custom-newline): Renamed from custom-newline.
6192         (custom-mode-map): Use new names.
6194         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6195         about customization, rather than M-x customize, in the doc string
6196         made for the defcustom.
6198         * emacs-lisp/trace.el (trace-function-background): Doc fix.
6200 2006-08-31  Romain Francoise  <romain@orebokech.com>
6202         * dired-x.el (dired-guess-shell-alist-default): Update.
6204 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
6206         * custom.el (custom-theme-set-variables): Autoload packages before
6207         sorting the variables.
6209 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
6211         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
6212         chars if XEmacs.
6213         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6215 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6217         * progmodes/python.el (python-eldoc-function): Re-enable quit while
6218         waiting for process.
6220 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6222         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6223         results in ASCII-only string, encode original one directly.
6225 2006-08-29  Romain Francoise  <romain@orebokech.com>
6227         * startup.el (normal-splash-screen, fancy-splash-screens):
6228         Make buffer read-only and arrange to enter view mode if necessary.
6230 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
6232         * hl-line.el (hl-line): New face.
6233         (hl-line-face): Use it.
6235         * image-mode.el (image-mode): Fix last fix.
6236         Suggested by Kim F. Storm.
6238 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6240         Sync with Tramp 2.0.54.
6242         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6243         of `=', because `tramp-get-remote-gid' might not always return an
6244         integer when expected.
6245         (tramp-register-file-name-handlers): `partial-completion-mode' is
6246         unknown to XEmacs.
6247         (tramp-time-diff): Don't use `floor', it might fail for large
6248         differences.
6249         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6250         `tramp-auto-save-directory' if unset in order to guarantee unique
6251         auto-save file names.
6253 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
6255         * image-mode.el (image-mode): Display image as text on a terminal.
6257 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6259         * progmodes/python.el (python-send-command): Simplify.
6260         (run-python): Don't generate a new buffer unless `new' was specified.
6261         Make sure we send `import emacs' to the proper process.
6263         * progmodes/python.el (python-send-command): Don't wait for the command
6264         to terminate.  Don't fiddle with compilation-parsing-end.
6266 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
6268         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6269         Insert commentary after first line summary.
6271         * woman.el (woman-follow): New function, based on `man-follow'.
6272         (woman-mode-map): Use it.
6274         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6275         since ibuffer-do-sort-by-recency does not define a sorter.
6277 2006-08-28  Kim F. Storm  <storm@cua.dk>
6279         * find-dired.el (find-dired): Use shell-quote-argument to properly
6280         escape ( and ) args.  Also use it on {} and ; args in default
6281         value of find-ls-option string.
6282         (find-grep-dired): Use shell-quote-argument on {} and ; args.
6284 2006-08-27  Michael Olson  <mwolson@gnu.org>
6286         * emacs-lisp/tq.el: Small grammar fix in comments.
6287         (tq-enqueue): Check for existence of queue rather than the
6288         head queue item's question, which was a no-op.
6289         (tq-filter, tq-process-buffer): Make sure the process buffer
6290         exists before making it the current buffer.
6292 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6294         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
6295         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
6296         (special-event-map): Apply 2006-08-16 change for x-win.el.
6298 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6300         * progmodes/python.el (python-send-receive): Wait in the
6301         process's buffer so as to check the right buffer-local variables.
6303 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6305         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
6306         (defgroup checkdoc): Move to beginning.
6308         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
6309         (python-preoutput-continuation): Remove.
6310         (python-preoutput-filter): Simplify correspondingly.
6311         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
6312         Loop around to catch embedded _emacs_out output.
6313         (run-python): Send the import&print command on a single line.
6314         (python-send-command): Send command&print on a single line.
6315         (python-send-string): Only add double \n if needed.
6316         (python-send-receive): Loop until the result comes.
6317         (python-mode-running): Defvar it.
6318         (python-setup-brm): Remove unused var `menu'.
6319         Only bind py-mode-map and `features' around brm-init.
6320         (python-calculate-indentation): Remove unused var `point'.
6321         (python-beginning-of-defun): Remove unused var `def-line'.
6323 2006-08-25  Richard Stallman  <rms@gnu.org>
6325         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
6327 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
6329         * viper.el (viper-set-hooks): Use frame bindings for
6330         viper-vi-state-cursor-color.
6331         (viper-non-hook-settings): Don't set default
6332         mode-line-buffer-identification.
6334         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
6335         (viper-set-cursor-color-according-to-state)
6336         (viper-get-saved-cursor-color-in-replace-mode)
6337         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
6338         viper-emacs-state-cursor-color.
6340         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
6341         (viper-undo): Use point if undo-beg-posn is nil.
6342         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
6343         (viper-after-change-undo-hook): Don't use
6344         viper-emacs-state-cursor-color by default.
6345         (viper-undo): More sensible positioning after undo.
6347         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
6348         (viper-emacs-state-cursor-color): Default to nil, since this feature
6349         doesn't work well yet.
6351         * ediff-mult.el (ediff-intersect-directories)
6352         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
6353         always expand filenames.
6355 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6357         * tumme.el: Remove * in defcustoms's docstrings.
6359 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
6361         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
6362         Accept internal time format for SECS arg.
6363         (timer-relative-time): Doc fix.
6365         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
6366         adapted from Martin Rudalics.
6367         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
6368         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
6369         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
6370         using sit-for.
6372 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
6374         * cus-start.el (all): Add `overline-margin' and
6375         `x-underline-at-descent-line'.
6377 2006-08-24  Kim F. Storm  <storm@cua.dk>
6379         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
6380         to mean "use find -exec"; nil now unambiguously means auto-detect.
6381         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
6382         Use shell-quote-argument to build grep-find-command and
6383         grep-find-template.
6384         (rgrep): Use shell-quote-argument to properly quote arguments to find.
6385         Reported by Tom Seddon.
6387 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
6389         * startup.el (fancy-splash-head): Give instructions for dismissing
6390         the splash screen for default startup too.
6391         (display-startup-echo-area-message, fancy-splash-screens)
6392         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
6393         all splash text at once and keep the splash buffer around.
6394         (command-line-1): Give display-startup-echo-area-message a t arg.
6396 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
6398         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
6399         gnus frame is selected.
6401 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
6403         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
6405 2006-08-22  Kim F. Storm  <storm@cua.dk>
6407         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
6408         Add suffix matching for subdirs.
6410 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
6412         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
6413         mouse-yank-at-point is non-nil.
6415 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
6417         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
6418         a bit wider and remove fringes to fit initial output on line.
6420 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6422         * frame.el (blink-cursor-end): Only ignore the error we care about.
6423         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
6425 2006-08-21  Richard Stallman  <rms@gnu.org>
6427         * whitespace.el (whitespace-cleanup): Doc fix.
6429 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
6431         * net/rcirc.el (rcirc-show-maximum-output): New var.
6432         (rcirc-buffer-process): If no buffer argument is supplied, use
6433         current-buffer.
6434         (rcirc-complete-nick): Complete to the last completed nick first.
6435         (rcirc-mode): Preserve the value of `rcirc-urls' across
6436         connections.  Setup scroll function.
6437         (rcirc-scroll-to-bottom): New function.
6438         (rcirc-print): Use nick syntax around regexp work.
6439         Notice dim-nicks speaking only if they say our nick.
6440         (rcirc-update-activity-string): Do not show the modeline indicator
6441         if there are no live rcirc processes.
6442         (rcirc-cmd-ignore): Ignore case.
6443         (rcirc-browse-url-at-point): Fix off-by-one error.
6445 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6447         * progmodes/python.el: Remove * in defcustom docstrings.
6448         (run-python, python-proc, python-try-complete): Use derived-mode-p.
6449         (python-mode): Set tab-width and indent-tabs-mode.
6451 2006-08-20  Dave Love  <fx@gnu.org>
6453         * progmodes/python.el: Update to Dave Love's latest version.
6454         (python-font-lock-keywords, python-mode): Don't use
6455         font-lock-syntax-table, but match symbol elements explicitly instead.
6456         (python-mode-map): Add help, and a few more key bindings.
6457         (python-skip-comments/blanks): Move out of comments as well.
6458         (python-continuation-line-p): Behave better with unbalanced parens.
6459         (python-blank-line-p): New fun.
6460         (python-open-block-statement-p): Don't use a heuristic.
6461         (python-outdent-p): Better handle blocks-in-the-same-line.
6462         (python-calculate-indentation): Misc improvements.
6463         (python-comment-indent): Remove.
6464         (python-block-pairs): New var.
6465         (python-first-word): New fun.
6466         (python-indentation-levels): Handle more common cases.
6467         (python-indent-line-1): Add `leave' argument.
6468         (python-indent-region): New fun.
6469         (python-skip-out): New fun.
6470         (python-beginning-of-statement, python-end-of-statement): Use it.
6471         (python-next-statement): Return correct count even at eob.
6472         (python-end-of-block): Fix paren-typo.
6473         (python-imenu-create-index): Add module variables.
6474         (run-python): Add `new' arg.
6475         Check we're at a prompt before returning.
6476         (python-send-command): Move to end of buffer.
6477         Wait for prompt to return.
6478         (python-set-proc): New fun.
6479         (python-imports): New var.
6480         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
6481         (python-eldoc-function): Try to move out of arg list.
6482         (python-outline-level): Offset by 1.
6483         (python-find-imports): New fun.
6484         (python-symbol-completions): Use python-imports.
6485         (python-module-path, ffap-alist): Add support for ffap.
6486         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6487         (python-insert-*, python-default-template, python-expand-template):
6488         Add templates/skeletons.
6489         (python-setup-brm): Support for Bicycle Repair Man.
6490         (python-abbrev-syntax-table): New var.
6491         (python-abbrev-pc-hook, python-pea-hook): New funs.
6493 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
6495         * frame.el (blink-cursor-start): Set timer first.
6496         (blink-cursor-end): Ignore timer cancelling errors.
6497         Suggested by Ken Manheimer.
6499 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
6501         * newcomment.el (comment-box): Call `comment-normalize-vars'.
6502         Add autoload cookie.
6504 2006-08-20  Richard Stallman  <rms@gnu.org>
6506         * simple.el (line-number-at-pos): Doc fix.
6508         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
6509         timer-activate-when-idle, so timer can run before Emacs becomes
6510         non-idle again.
6512 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6514         * whitespace.el (whitespace-cleanup-internal): New optional arg
6515         REGION-ONLY.  If it's non-nil, modify the message to the user
6516         accordingly.
6517         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
6518         a non-nil argument.
6520 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
6522         * rect.el (spaces-string): Simplify and add doc string.
6524 2006-08-17  Romain Francoise  <romain@orebokech.com>
6526         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
6528 2006-08-17  Richard Stallman  <rms@gnu.org>
6530         * compare-w.el (compare-windows): lambda's take an arg and pass
6531         it to compare-windows-skip-whitespace.
6533 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
6535         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
6536         the right buffer.
6538 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6540         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
6541         removed files.
6543 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
6545         * progmodes/gdb-ui.el (gdb-locals-watch-map)
6546         (gdb-locals-watch-map-1): Suppress keymap first.
6547         (gdb-edit-locals-map-1): New variable.
6548         (gdb-edit-locals-value): New function.
6549         (gdb-stack-list-locals-handler): Use them.
6551 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6553         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
6554         cursor would normally be drawn in the fringe.
6556         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
6557         Reported by Martin Rudalics <rudalics@gmx.at>.
6559 2006-08-16  Richard Stallman  <rms@gnu.org>
6561         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
6562         (special-event-map): Process drag-n-drop events this way.
6564         * simple.el (move-beginning-of-line): Test whether fields
6565         would prevent motion back to line's first visible character.
6566         If so, stop where the fields would stop the motion.
6568         * newcomment.el (comment-indent): Fully update INDENT
6569         before checking to see if it will change the text.
6571         * cus-edit.el (custom-newline): New function.
6572         (custom-mode-map): Bind newline to custom-newline.
6574         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
6575         into ignore-whitespace.
6576         Check each buffer for its skip-function.
6577         Handle compare-windows-skip-whitespace special-case test
6578         by returning t from default skip function.
6580 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6582         * textmodes/org.el (org-clock-special-range)
6583         (org-clock-update-time-maybe): New functions.
6584         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
6585         not only a-z.
6586         (org-agenda-get-blocks): Allow multiple blocks per headline.
6587         (org-timestamp-change): Call `org-clock-update-time-maybe'.
6588         (org-export-html-title-format)
6589         (org-export-html-toplevel-hlevel): New options.
6590         (org-export-language-setup): Add support for Czech.
6591         (org-mode, org-insert-todo-heading, org-find-visible)
6592         (org-find-invisible, org-invisible-p, org-invisible-p2)
6593         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
6594         (org-show-subtree, org-show-entry, org-make-options-regexp):
6595         Remove compatibility support for old outline-mode.
6596         (org-check-occur-regexp): Funtion removed.
6597         (org-on-heading-p, org-back-to-heading): Made defalias.
6598         (org-set-local): New defsubst.
6599         (org-set-regexps-and-options, org-mode)
6600         (org-set-font-lock-defaults, org-edit-agenda-file-list)
6601         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
6602         (org-remember-apply-template, org-table-edit-field)
6603         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
6604         (org-set-autofill-regexps): Use `org-set-local'.
6605         (org-table-eval-formula): Fix bug with parsing of display flags.
6607 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
6609         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
6610         frame with fringe arrow.  Suggested by Simon Marshall
6611         <simon.marshall@misys.com>.
6612         (gdb-stack-position): New variable.
6613         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
6614         (gdb-frames-mode): Set gdb-stack-position to nil.
6615         Add to overlay-arrow-variable-list
6616         (gdb-reset): Delete gdb-stack-position from above list.
6618 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6620         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
6621         read only.
6623 2006-08-13  Romain Francoise  <romain@orebokech.com>
6625         * cus-theme.el (customize-create-theme)
6626         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
6628         * filesets.el (filesets-add-buffer): Ditto.
6630         * pcvs.el (cvs-change-cvsroot): Ditto.
6632 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
6634         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
6635         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
6636         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
6637         expressions.
6638         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
6639         Only search till end of line.
6640         Add face to function names in case of no filename.
6641         Add face to variable names of watchpoints.
6643 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
6645         * cus-start.el <indent-tabs-mode>: Move to the `indent'
6646         customization group.
6648 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
6650         * allout.el (allout-prior-bindings, allout-added-bindings):
6651         Remove, after long deprecation.
6652         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
6653         Add customization vars controlling allout-beginning-of-line and
6654         allout-end-of-line conveniences.
6655         (allout-header-prefix, allout-use-mode-specific-leader)
6656         (allout-use-mode-specific-leader, allout-mode-leaders):
6657         Revise docstrings.
6658         (allout-infer-header-lead): Change to be an alias for
6659         allout-infer-header-lead-and-primary-bullet.
6660         (allout-infer-header-lead-and-primary-bullet): New version of
6661         allout-infer-header-lead which assigns the primary bullet to the
6662         same as the header lead, when its being changed.
6663         (allout-infer-body-reindent): Apply regexp-quote instead of
6664         unconditionally prepending "\\", so that all literal
6665         allout-header-prefix and allout-primary-bullet strings are
6666         properly handled.
6667         (allout-add-resumptions): Add optional qualifier for extending or
6668         appending to existing values, rather than replacing them.
6669         (allout-view-change-hook): Clarify docstring.
6670         (allout-exposure-change-hook): Take explicit arguments, via
6671         run-hook-with-args.
6672         (allout-structure-added-hook)
6673         (allout-structure-deleted-hook)
6674         (allout-structure-shifted-hook): New hooks analogous to
6675         allout-exposure-change-hook for other kinds of structural outline
6676         edits.
6677         (allout-encryption-plaintext-sanitization-regexps): New encryption
6678         customization variable, by which cooperating modes can provde
6679         massage of the plaintext without actually being passed it.
6680         (allout-encryption-ciphertext-rejection-regexps)
6681         (allout-encryption-ciphertext-rejection-ceiling): New encryption
6682         customization variables, by which cooperating modes can prohibit
6683         rare but possible ciphertext patterns from fouling their
6684         operation, with actually being passed the ciphertext.
6685         (allout-mode): Run activation and deactivation hooks after the
6686         minor-mode variable has been toggled, to clarify the mode
6687         disposition.  The new encryption ciphertext rejection variable is
6688         used to ensure that the ciphertext does not contain text that
6689         would be recognized as outline structural elements by allout.
6690         Substite allout-beginning-of-line and allout-end-of-line for
6691         conventionall beginning-of-line and end-of-line bindings.
6692         If allout-old-style-prefixes is non-nil, don't nullify it on mode
6693         activation!
6694         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
6695         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
6696         (allout-chart-subtree): Implement new mode, charting only the
6697         visible items in the subtree, when new 'visible' parameter is non-nil.
6698         (allout-end-of-subtree): Properly handle the last item in the buffer.
6699         (allout-pre-command-business, allout-command-counter):
6700         Increment an advertised counter so that cooperating enhancements can
6701         track revisions of items.
6702         (allout-open-topic): Run allout-structure-added-hook with suitable
6703         arguments.
6704         (allout-shift-in): Run allout-structure-shifted-hook with suitable
6705         arguments.
6706         (allout-shift-out): Fix doubling for negative args and ensure call
6707         of allout-structure-shifted-hook by solely using allout-shift-in.
6708         (allout-kill-line, allout-kill-topic):
6709         Run allout-structure-deleted-hook with suitable arguments.
6710         (allout-yank-processing): Run allout-structure-added-hook with
6711         proper arguments.
6712         (allout-yank): Enclose activity in allout-unprotected.
6713         (allout-flag-region): Run allout-exposure-change-hook with
6714         suitable arguments, instead of making the callee infer the arguments.
6715         (allout-encrypt-string):
6716         Support allout-encryption-plaintext-sanitization-regexps,
6717         allout-encryption-ciphertext-rejection-regexps, and
6718         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
6719         en/de cryption mode in symmetric encryption failure message.
6720         (allout-obtain-passphrase): Use copy-sequence to get a distinct
6721         copy of the passphrase, and don't zero it or we'll corrupt the
6722         stashed copy.
6723         (allout-create-encryption-passphrase-verifier)
6724         (allout-verify-passphrase): Respect the new signature for
6725         allout-encrypt-string.
6726         (allout-get-configvar-values): Convenience for getting a
6727         configuration variable value and handling its absence gracefully.
6729 2006-08-11  Romain Francoise  <romain@orebokech.com>
6731         * obsolete/zone-mode.el: Delete.
6733 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6735         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
6737 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
6739         * emacs-lisp/bindat.el (bindat-ip-to-string):
6740         Use `format-network-address' if possible.
6742 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6744         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
6746 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
6748         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
6749         restore unread-command-events here.
6750         (edebug-display): Do it here, to detect sit-for interruptions.
6752 2006-08-10  Romain Francoise  <romain@orebokech.com>
6754         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
6755         (dns-mode-soa-auto-increment-serial): New user option.
6756         (dns-mode-soa-maybe-increment-serial): New function.
6757         (dns-mode): Add the latter to `write-contents-functions'.
6759         * obsolete/zone-mode.el: Move to obsolete/ from net/.
6760         Delete autoload cookies.
6762 2006-08-10  John Wiegley  <johnw@newartisans.com>
6764         * eshell/em-glob.el (eshell-glob-chars-list)
6765         (eshell-glob-translate-alist): Add support for [^g] in character globs.
6767 2006-08-10  Richard Stallman  <rms@gnu.org>
6769         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
6770         (facemenu-set-face): Doc fix.
6771         (facemenu-listed-faces): Doc fix.
6773 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
6775         * avoid.el (mouse-avoidance-animating-pointer): New var.
6776         (mouse-avoidance-nudge-mouse): Use it.
6777         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
6778         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
6779         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
6780         Don't activate if currently animating.  All callers changed.
6782 2006-08-09  John Wiegley  <johnw@newartisans.com>
6784         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
6785         variable, which causes timeclock to report elapsed time worked,
6786         instead of just work remaining.
6788 2006-08-09  Kenichi Handa  <handa@m17n.org>
6790         * international/latexenc.el (latexenc-find-file-coding-system):
6791         Fix for the case that the 2nd element of arg-list is a cons.
6793 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
6795         * info.el (Info-fontify-node): Handle preceding `in' for note
6796         reference hiding rules.
6798 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6800         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
6801         mistake a closing " for an opening one.
6803 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
6805         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6807 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6809         * complete.el (PC-do-completion): Filter out completions matching
6810         completion-ignored-extensions before checking whether there are
6811         multiple completions.
6812         Don't use `list' unnecessarily when building completion tables.
6814 2006-08-06  Richard Stallman  <rms@gnu.org>
6816         * help.el (describe-mode): Make minor mode list more concise.
6818 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
6820         * bindings.el: Give mode-line-format, mode-line-modes, and
6821         mode-line-position `standard-value' properties.
6823 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
6825         * buff-menu.el (list-buffers-noselect): For Info buffers, use
6826         "(file)node" instead of the file name.
6828 2006-08-05  Richard Stallman  <rms@gnu.org>
6830         * faces.el (escape-glyph): Doc fix.
6832 2006-08-04  Kenichi Handa  <handa@m17n.org>
6834         * international/mule-diag.el (describe-font): Improve docstring
6835         and error message.  Use frame-parameter (not frame-parameters).
6837 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6839         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
6840         Correctly mark the end-of-docstring char.
6842 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
6844         * simple.el (line-move-to-column): Constrain move-to-column to
6845         current field.
6847 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6849         * font-lock.el (font-lock-beg, font-lock-end)
6850         (font-lock-extend-region-functions): New vars.
6851         (font-lock-extend-region-multiline)
6852         (font-lock-extend-region-wholelines): New functions.
6853         (font-lock-default-fontify-region): Use them.
6854         (font-lock-extend-jit-lock-region-after-change): Only round up
6855         if font-lock-default-fontify-region will do it as well.
6857         * font-lock.el (font-lock-extend-after-change-region-function):
6858         Rename from font-lock-extend-region-function.
6859         (font-lock-extend-region): Remove by inlining at call sites.
6860         (font-lock-after-change-function): Don't needlessly round up to a whole
6861         number of lines.
6862         (font-lock-extend-jit-lock-region-after-change): Be more careful about
6863         the boundary conditions and the interactions between the various ways
6864         to extend the region.
6866 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6868         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
6869         modification status when forcing the second redisplay.
6871 2006-08-03  Kim F. Storm  <storm@cua.dk>
6873         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
6875 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6877         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
6878         doesn't look like a file name.
6880         * complete.el (PC-expand-many-files): Avoid signalling an error when
6881         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
6883 2006-08-02  Andreas Schwab  <schwab@suse.de>
6885         * bindings.el (mode-line-format): Simplify reference to vc-mode.
6887 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6889         * bindings.el (map): Make mode-line-buffer-identification-keymap
6890         before defining propertized-buffer-identification.
6892 2006-08-01  Richard Stallman  <rms@gnu.org>
6894         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
6896 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6898         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
6899         default value.
6900         (gdb-find-source-frame): New function.
6901         (menu): Add to menu bar.
6903 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6905         * font-core.el (font-lock-extend-region-function)
6906         (font-lock-extend-region): Move to font-lock.el.
6908         * font-lock.el (font-lock-extend-region-function)
6909         (font-lock-extend-region): Move from font-core.el.  Simplify.
6911         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
6912         if needed.
6913         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
6914         (jit-lock-after-change-extend-region-functions): New hook.
6915         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
6917         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
6918         (font-lock-turn-on-thing-lock): Use it.
6920         * longlines.el (longlines-show-region): Make it work on read-only
6921         buffers as well.
6923 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
6925         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
6927 2006-07-31  Richard Stallman  <rms@gnu.org>
6929         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
6930         (vhdl-speedbar-display-projects): Update old obsolete
6931         speedbar variable names.
6933 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
6935         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
6936         (gdb-stopped): Use it.
6938         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
6940 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
6942         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
6943         for load-history elements.
6945 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
6947         * files.el (convert-standard-filename): For Cygwin, replace
6948         characters not allowed in Windows file names.
6949         (make-auto-save-file-name): Add Cygwin to the list of systems
6950         where the auto-save file name needs to be run through
6951         convert-standard-filename.
6953 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6955         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
6957 2006-07-28  Richard Stallman  <rms@gnu.org>
6959         * bindings.el (mode-line-frame-identification)
6960         (propertized-buffer-identification): Centralize the code
6961         to initialize the variable.
6963         * progmodes/grep.el (grep-default-command): Catch errors from
6964         wildcard-to-regexp.
6966 2006-07-29  Kim F. Storm  <storm@cua.dk>
6968         * progmodes/grep.el (grep-tag-default): New function.
6969         (grep-default-command, grep-read-regexp): Use it.
6970         (grep-read-files): Use car of grep-files-history or grep-files-aliases
6971         as default if nothing else applies.
6973 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
6975         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
6976         Throw error if buffer is not in Dired and Wdired mode, respectively.
6978 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
6980         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
6981         self-insert-command keys don't activate buttons.
6982         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
6984 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
6986         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
6987         faces for enable character.
6989 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
6991         * Makefile.in (recompile): Update comment to reflect change
6992         on 2004-04-21.
6994 2006-07-27  Richard Stallman  <rms@gnu.org>
6996         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
6997         (customize-package-emacs-version): Change msg when pkg has no entry.
6998         (custom-no-edit): On a button, do like widget-button-press.
7000 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7002         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7003         S-tab and C-S-tab.
7005 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7007         * progmodes/which-func.el (which-function): Fix documentation/
7008         comment typo.
7010 2006-07-26  Richard Stallman  <rms@gnu.org>
7012         * textmodes/ispell.el (ispell-word): If we replace the word,
7013         move point to the end.  Insert before deleting.
7015 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
7017         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7018         a timer.
7020 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
7022         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
7023         when at first image.
7024         (tumme-forward-image): Add prefix argument.  Add error when at last
7025         image.
7027 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7029         * tabify.el (tabify-regexp): Use more specific regexps.
7030         (tabify): Avoid modifying the buffer unnecessarily.
7032 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
7034         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7035         (tumme-format-properties-string): Handle empty `buf'.
7036         (tumme-get-comment): Change variable names inside `let'.
7037         Add missing `let' variable that cause font-lock problems.
7038         (tumme-write-comments): Change variable names inside `let'.
7039         Add missing `let' variable that cause font-lock problems.
7040         (tumme-forward-image): Rename from `tumme-forward-char'.
7041         (tumme-backward-image): Rename from `tumme-backward-char'.
7043 2006-07-25  Masatake YAMATO  <jet@gyve.org>
7045         * progmodes/ld-script.el (ld-script-keywords)
7046         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7047         and add comments.
7049 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
7051         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7052         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7053         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7054         for status indicator.
7056 2006-07-24  Richard Stallman  <rms@gnu.org>
7058         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7060         * subr.el (dolist, dotimes): Use interned symbols for locals.
7061         (--dotimes-limit--, --dolist-tail--): New defvars.
7062         (looking-back): Doc fix.
7064         * replace.el (replace-match-string-symbols): Handle dotted lists.
7066 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7068         * tumme.el (tumme-write-tags): Add.
7069         (tumme-write-comments): Add.
7070         (tumme-tag-files): Change to use `tumme-write-tags'.
7071         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7072         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7073         (tumme-save-information-from-widgets): Change to use
7074         `tumme-write-comments' and `tumme-write-tags'.
7075         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7076         (tumme-write-tag): Remove.
7077         (tumme-write-comment): Remove.
7078         (tumme-display-previous-thumbnail-original): Remove empty line.
7079         (tumme-widget-list): Add punctuation.
7081 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7083         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7085 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7087         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7088         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
7089         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7091 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
7093         * mouse.el (mouse-on-link-p): Doc fix.
7095 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
7097         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7098         Handle "C-h f `".
7100 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7102         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7103         column.
7105 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
7107         * textmodes/table.el: Add move-beginning-of-line and
7108         move-end-of-line to Point Motion Only Group.
7110 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7112         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7114 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7116         * startup.el (user-mail-address): Initialize from the `EMAIL'
7117         environment variable first.  Document this.
7118         (command-line): Ditto.
7120 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
7122         * help-mode.el (help-function-def, help-variable-def)
7123         (help-face-def): Print a message in the minibuffer.
7125 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7127         * term/xterm.el (terminal-init-xterm): Fix key bindings
7128         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7130 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7132         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7133         where `(nth 1 command)' is a cons cell.  Doc fix.
7135         * textmodes/po.el (po-find-charset): Doc fix.
7137 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
7139         * allout.el (allout-unprotected, allout-e-o-prefix-p)
7140         (allout-beginning-of-current-line, allout-end-of-current-line)
7141         (allout-next-visible-heading, allout-open-topic)
7142         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7143         (allout-flag-current-subtree, allout-show-to-offshoot)
7144         (allout-hide-current-entry, allout-show-current-branches)
7145         (allout-hide-region-body, allout-old-expose-topic)
7146         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7147         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7148         containing `beginning-of-line' and `end-of-line' with
7149         `inhibit-field-text-motion' t.
7151 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7153         * frame.el (focus-follows-mouse): Document that it doesn't have
7154         any effect on MS-Windows.
7156 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7158         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7160 2006-07-20  Jay Belanger  <belanger@truman.edu>
7162         * calc.el (calc-previous-alg-entry): Remove variable.
7164         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7165         New variables.
7166         (calc-alg-entry): Use `calc-alg-entry-history'.
7167         (calc-do-quick-calc): Use `calc-quick-calc-history'.
7168         Remove reference to `calc-previous-alg-entry'.
7169         (calcAlg-edit, calcAlg-enter): Remove reference to
7170         `calc-previous-alg-entry'.
7171         (calcAlg-previous): Use `previous-history-element' instead of
7172         `calc-previous-alg-entry'.
7173         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7174         Change keybinding for `calcAlg-plus-minus', add keybindings for
7175         `previous-history-element' and `next-history-element'.
7177         * calc-rewr.el (calc-match): Remove reference to
7178         `calc-previous-alg-entry'.
7180         * calc-sel.el (calc-selection-history): New variable.
7181         (calc-enter-selection, calc-sel-mult-both-sides)
7182         (calc-sel-add-both-sides): Use `calc-selection-history'.
7184         * calc-map.el (calc-get-operator-history): New variable.
7185         (calc-get-operator): Use `calc-get-operator-history'.
7187         * calcalg3.el (calc-curve-fit-history): New variable.
7188         (calc-curve-fit): Use `calc-curve-fit-history'.
7190 2006-07-20  Kenichi Handa  <handa@m17n.org>
7192         * international/mule-cmds.el (select-safe-coding-system): Fix the
7193         way of deciding eol-type of the coding system.
7195 2006-07-20  Alan Mackenzie  <acm@muc.de>
7197         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7198         (c-lang-setvar): New macro.
7199         (c-make-init-lang-vars-fun): Use the initialization forms in
7200         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7201         (comment-start, comment-end, comment-start-skip): Change these from
7202         c-lang-defvar's to c-lang-setvar's.
7204         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7205         which calls make-local-variable on the elements of
7206         c-emacs-variable-inits.
7207         (c-init-language-vars-for): Call this new macro.
7209 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7211         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7212         Try to rule out false positives due to time stamps.
7213         (compilation-mode-font-lock-keywords): Remove rules made redundant
7214         because of the above change.  Add `segmentation fault' to the known and
7215         highlighted compilation termination messages.
7217 2006-07-19  Kim F. Storm  <storm@cua.dk>
7219         * progmodes/grep.el (grep-find-ignored-directories):
7220         Add .svn and _darcs to list.
7222 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
7224         * dired.el (dired-mode-map): Add key binding `C-te' for
7225         `tumme-dired-edit-comment-and-tags'.
7227         * tumme.el (tumme-display-thumbnail-original-image): Make sure
7228         image display buffer is displayed before call to
7229         `tumme-display-image.
7230         (tumme-dired-display-image): Make sure image display buffer is
7231         displayed before call to `tumme-display-image.
7232         (tumme-mouse-display-image): Make sure image display buffer is
7233         displayed before call to `tumme-display-image.
7234         (tumme-widget-list): Add.
7235         (tumme-dired-edit-comment-and-tags): Add.
7236         (tumme-save-information-from-widgets): Add.
7238 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7240         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7242 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7244         * progmodes/sh-script.el (sh-font-lock-keywords-1):
7245         Revert inadvertently installed patch hunk.
7247         * progmodes/compile.el (compilation-find-file): Handle the
7248         cases where the user selects a non-existent file.
7250 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7252         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7254 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7256         * subr.el (sit-for): Just sleep-for if noninteractive.
7258 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7260         * emacs-lisp/autoload.el (make-autoload): Use new arg.
7262         * custom.el (custom-autoload): Add `noset' argument.
7263         (custom-push-theme): Don't autoload the variable, let callers do it.
7264         (custom-theme-set-variables): Autoload the variable if necessary.
7266         * cus-edit.el (custom-variable-state-set): If the variable was
7267         originally set outside custom, but to the same value as the default,
7268         consider it to be standard.
7270         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7271         file *before* telling Emacs to add the autoloads, in case it fails.
7273         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7274         Use `cond', push', and `dolist'.
7276 2006-07-17  Richard Stallman  <rms@gnu.org>
7278         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7279         Add defvars to silence warnings.
7281 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7283         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7284         Don't highlight "Compiling file" messages as error.
7286         * dired-aux.el (dired-compress-file): Confirm again if gzipped
7287         file already exists.
7289 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
7291         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
7292         entry, don't assign to free var; simply return the extracted filename.
7293         (ff-treat-as-special): Incorporate common preamble from callers.
7294         (ff-other-file-name, ff-find-the-other-file):
7295         Update call to ff-treat-as-special.
7297         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
7299 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
7301         * tumme.el (tumme-get-comment): Fix bug.
7303 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7305         * files.el: Remove spurious * in docstrings.
7307 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
7309         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
7310         grammar.
7311         (allout-beginning-of-current-line): Beware beginning of buffer.
7312         Also, a comment is simplified.
7313         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
7314         when appropriate.  (This fix enables use for other than
7315         bullet-hotspot operation.)
7316         (allout-hide-current-subtree): While escalating to sibling-close,
7317         make sure to situate on a topic.
7319 2006-07-14  Kim F. Storm  <storm@cua.dk>
7321         * emulation/cua-base.el (cua-delete-selection)
7322         (cua-toggle-set-mark): New defcustoms.
7323         (cua-rectangle-modifier-key): Add `alt' modifier.
7324         (cua-replace-region): Don't delete if cua-delete-selection is nil.
7325         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
7326         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
7328         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
7330 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
7332         * allout.el: Require 'cl during byte-compilation/interactive load,
7333         for the `assert' macro.
7334         (allout-mode-deactivate-hook): New hook, run when allout mode
7335         deactivates.
7336         (allout-developer): New allout customization subgroup.
7337         (allout-run-unit-tests-on-load): New allout-developer
7338         customization variable, when true allout unit tests are run towards
7339         end of file load/eval.
7340         (allout-inhibit-auto-fill): Disable auto-fill activity even during
7341         auto-fill-mode.
7342         (allout-resumptions): Remove, to be replaced by...
7343         (allout-add-resumptions): Register variable settings to be
7344         reinstated by `allout-do-resumptions'.  The settings are made
7345         buffer-local, but the locality/globality of the suspended setting
7346         is restored on resumption.
7347         (allout-do-resumptions): Reinstate all settings suspended using
7348         `allout-add-resumptions'.
7349         (allout-test-resumptions): Unit tests (and intermediate variables)
7350         for resumptions.
7351         (allout-tests-globally-unbound, allout-tests-globally-true)
7352         (allout-tests-locally-true): Intermediate variables for
7353         resumptions unit tests.
7354         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
7355         (allout-exposure-category): Replaces 'allout-overlay-category variable.
7356         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
7357         instead of retired `allout-resumptions'.  For hook functions, use
7358         `local' parameter so hook settings are created and removed as
7359         buffer-local settings.  Revise (resumptions) setting
7360         auto-fill-function so it is set only if already active.  (The
7361         related fill-function settings are all made in either case, so
7362         that activating auto-fill-mode activity will have the custom
7363         allout-mode behaviors (hanging indent on topics, if configured for it).
7364         Remove all allout-exposure-category overlays on mode deactivation.
7365         (allout-hotspot-key-handler): New function extracted from
7366         `allout-pre-command-business', so the functionality can be used
7367         for other purposes, eg as a binding in an overlay.
7368         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
7369         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
7370         customization variable.
7371         (allout-run-unit-tests): Run the (currently quite small)
7372         repertoire of unit tests.  Called just before the provide iff user
7373         has customized `allout-run-unit-tests-on-load' non-nil.
7375 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
7377         * emacs-lisp/authors.el (authors-aliases): Update.
7379 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
7381         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
7382         gdb-source-window.  Add dedicated argument.
7383         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
7384         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
7385         (gdb-display-threads-buffer, gdb-display-memory-buffer)
7386         (gdb-display-locals-buffer): Use it.
7388         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
7389         Set gdb-source-window.
7391 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7393         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
7394         minor modes, redundant with the custom-autoload line above.
7396 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
7398         * longlines.el (longlines-post-command-function): Handle open-line too.
7400 2006-07-12  Richard Stallman  <rms@gnu.org>
7402         * progmodes/grep.el (grep-last-buffer): Doc fix.
7404         * info.el (Info-try-follow-nearest-node): Doc fix.
7406         * emacs-lisp/edebug.el (edebug-instrument-function):
7407         Err if find-function-noselect gives no position.
7409         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7410         If can't find definition, return nil for position.
7411         (find-function-do-it): Handle new return value
7412         of find-definition-noselect.
7413         (find-definition-noselect, find-variable-noselect): Doc fix.
7414         (find-function-noselect): Doc fix.
7416         * help-mode.el (help-variable-def): Handle find-variable-noselect
7417         returning no position.
7418         (help-function-def): Likewise for find-function-search-for-symbol.
7419         (help-face-def): Likewise.
7421         * help-fns.el (describe-variable): Handle find-variable-noselect
7422         returning no position.
7424         * files.el (locate-file-completion): Avoid duplicates in result.
7426         * cus-edit.el (custom-no-edit): New command.
7427         (custom-mode-map): Remap to custom-no-edit instead of
7428         using suppress-keymap.
7430 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
7432         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7433         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7434         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
7436         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
7438 2006-07-11  Kim F. Storm  <storm@cua.dk>
7440         * ido.el (ido-copy-current-file-name): Use buffer-name if
7441         buffer-file-name is nil.
7443 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
7445         * simple.el (undo-ask-before-discard): Set to nil.
7447         * vc.el (vc-exec-after): Don't delete process manually.
7448         (vc-print-log): Run log-view-mode in process sentinel inside
7449         inhibit-read-only.  Don't shrink window due to timing issues.
7451         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
7452         Avoid using with-output-to-temp-buffer, which clobbers local vars.
7454 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7456         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7457         Fix ambiguity introduced by last change.
7458         (compilation-find-file): Move save-excursion to where it may
7459         make sense.  Fix a left over `find-file'.
7461 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
7463         * textmodes/texinfmt.el (texinfo-format-separate-node):
7464         Insert a string before point, which fits documentation, not after.
7465         (texinfo-multitable-item): In a multitable row, insert any
7466         additional needed @tabs and spaces.
7468 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
7470         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7471         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7472         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
7473         instead of shell-command.
7474         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
7475         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
7476         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
7477         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
7478         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
7479         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
7481 2006-07-11  Kim F. Storm  <storm@cua.dk>
7483         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
7484         Remove special case for seconds < 0.  Use (redisplay t) instead.
7486 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
7488         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
7489         avoid compilation error.
7491         * subr.el (sit-for): New function.
7493         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
7495 2006-07-10  Richard Stallman  <rms@gnu.org>
7497         * ldefs-boot.el (edebug): Update page.
7499 2006-07-10  Kim F. Storm  <storm@cua.dk>
7501         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
7502         to FOR-RELEASE and TODO.
7504 2006-07-10  Romain Francoise  <romain@orebokech.com>
7506         * emacs-lisp/authors.el (authors-aliases): Update.
7508 2006-07-10  Alan Mackenzie  <acm@muc.de>
7510         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
7511         * cc-mode.el: Changes to eradicate eval-after-load.
7513 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
7515         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
7516         on non-char events.
7518 2006-07-09  Romain Francoise  <romain@orebokech.com>
7520         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7521         Don't highlight start/end markers as compilation messages.
7523         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
7524         to t.
7526 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7528         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
7530 2006-07-08  Richard Stallman  <rms@gnu.org>
7532         * term/x-win.el (x-handle-display): Add doc string.
7534         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7536         * subr.el (def-edebug-spec): Move here.
7537         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
7539         * imenu.el (imenu-choose-buffer-index): Doc fix.
7541 2006-07-08  Romain Francoise  <romain@orebokech.com>
7543         * term/x-win.el (x-display-name): Fix typo.
7545 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
7547         * hexl.el (hexl-find-file): Doc fix.
7549         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7551 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
7553         * term/x-win.el (x-display-name): Doc fix.
7555 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7557         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
7558         long prefixes.
7559         (fill-region-as-paragraph): Don't round up to a whole line.
7560         (fill-comment-paragraph): Don't include the code-before-the-comment
7561         when calling fill-region-as-paragraph.
7563         * international/mule.el (make-char): Remove redundancy.
7565         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
7566         property may contain an anonymous function rather than a symbol.
7568         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
7570         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7571         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
7573         * dirtrack.el (dirtrack-default-directory-function): Remove.
7574         (dirtrack-directory-function): Use file-name-as-directory.
7575         (dirtrack-windows-directory-function): Simplify.
7576         (dirtrack-forward-slash, dirtrack-backward-slash)
7577         (dirtrack-replace-slash): Remove.
7578         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
7579         (dirtrack): Fix wrong parenthesizing; use match-string.
7581         * progmodes/octave-inf.el: Remove spurious * in docstrings.
7582         (inferior-octave-mode): Only change the buffer-local value of
7583         comint-dynamic-complete-functions.
7584         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
7585         Move the initialization to the declaration.
7586         (inferior-octave-complete): Remove unused var `filter'.
7588         * shell.el (shell-mode): Only change the buffer-local value of
7589         comint-dynamic-complete-functions.
7591 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
7593         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
7594         entry is skipped because it has been scheduled.
7595         (org-prepare-agenda-buffers): Don't mark buffers as modified when
7596         changing `:org-archived' and `:org-comment' properties.
7598 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
7600         * server.el (server-select-display): Don't make the temp frame
7601         minibuffer-only, in case it's not a temp frame.
7602         (server-process-filter): Don't delete the temp frame if it's the
7603         only one we have on that display.
7605         * files.el (find-alternate-file): Doc fix.
7607 2006-07-05  Richard Stallman  <rms@gnu.org>
7609         * files.el (abbreviate-file-name): Add save-match-data.
7611 2006-07-03  Richard Stallman  <rms@gnu.org>
7613         * faces.el (read-face-name): Doc fix.
7615 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
7617         * net/goto-addr.el (goto-address): Mark as safe for local evals.
7619 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
7621         * vc.el (vc-diff-internal): Fix prev change.
7623 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
7625         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
7626         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
7628 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7630         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
7631         fails if the symbol contains chars like ( or '.
7632         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
7633         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
7634         `short'.
7636 2006-07-04  Kenichi Handa  <handa@m17n.org>
7638         * international/mule-cmds.el (set-language-info): If LANG-ENV is
7639         the current one, don't call set-language-environment, but call one
7640         of set-language-environment-XXX to make INFO effective now.
7641         (set-language-environment): Call set-language-environment-XXX
7642         functions instead of doing the various setups directly.
7643         (set-language-environment-coding-systems): Delete argument eol-type.
7644         (set-language-environment-input-method)
7645         (set-language-environment-nonascii-translation)
7646         (set-language-environment-charset)
7647         (set-language-environment-fontset)
7648         (set-language-environment-unibyte): New functions.
7650 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
7652         * locate.el (locate-update-when-revert): New option.
7653         (locate-update-path): New option (suggested by Michael Albinus).
7654         (locate-prompt-for-command): Whitespace change.
7655         (locate-update): No longer offer to update the locate database by
7656         default.  Implement the two new options.
7658 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
7660         * tooltip.el: Move comment about track-mouse...
7662         * progmodes/gud.el: ...to here.
7664 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
7666         * facemenu.el (facemenu-listed-faces): New var.
7667         (facemenu-unlisted-faces): Variable deleted.
7668         (facemenu-add-new-face): Use facemenu-listed-faces.
7670         * emulation/viper-init.el, calendar/calendar.el:
7671         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
7673 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
7675         * textmodes/org.el (org-mode): Remove no invalid settings for
7676         calc embedded mode.
7677         (org-mode-p): New defsubst.
7678         (org-save-all-org-buffers): New function.
7679         (org-first-headline-recenter): Enclose outline-regexp in group
7680         delimiters.
7681         (org-set-tags): Keep single space after stars.
7683 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7685         * window.el (set-window-text-height): Only set window-min-height to
7686         1 if that's the requested size.
7688         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
7689         (diff-unified->context, diff-context->unified)
7690         (diff-reverse-direction): Make sure the end marker stays at the end.
7691         (diff-mode): Add the keymap table at the end of docstring.
7692         Use lexical-let rather than constructing a closure manually.
7694         * files.el (find-file-noselect-1): Remove unused var assignment.
7695         (hack-local-variables-confirm): Print lists of strings as lists of
7696         strings rather than lists of symbols.
7697         (abbreviate-file-name, hack-local-variables-prop-line):
7698         Use match-string.
7699         (hack-one-local-variable): Move `make-local-variable' nearer its use.
7700         (recover-session-finish): Use line-end-position.
7702 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
7704         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
7706 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
7708         * progmodes/make-mode.el (makefile-macroassign-regex):
7709         Accept preceding keyword.
7710         (makefile-gmake-statements): Reorganize, now that makepp has
7711         "override" and also handle forgotten "override define".
7712         (makefile-makepp-statements): Add new "global", "override export"
7713         and "override global".
7715 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
7717         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
7718         (ada-compile-mouse-goto-error, ada-deactivate-properties)
7719         (ada-no-auto-case): Fix typos in docstrings.
7721 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
7723         * info.el (Info-find-node-2): Search for makeinfo version more
7724         carefully.
7726 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
7728         * textmodes/org.el (org-prepare-agenda-buffers):
7729         Use `invisible-OK' argument for `org-end-of-subtree'.
7730         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
7731         (org-beginning-of-item): Fix bug in regular expression for white line.
7732         (org-export-as-html): Enforce space after bullet in plain list items.
7733         (org-set-autofill-regexps): Require space after plain list bullet
7734         for paragraph-start.
7735         (org-ts-regexp3): New constant.
7736         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
7737         (org-timestamp-up-day, org-timestamp-down-day)
7738         (org-timestamp-change): Work with inactive timestamps.
7739         (org-ts-regexp1): Don't allow brackets in time stamps.
7741 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
7743         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
7744         for ignoring links.
7746         * faces.el (read-face-name): Use it.
7748 2006-06-28  Juri Linkov  <juri@jurta.org>
7750         * buff-menu.el (list-buffers-noselect): Compare Info file
7751         with the string "dir" to detect Info directory.
7753         * complete.el (partial-completion-mode): In lambda for
7754         `choose-completion-string-functions' use full function signature
7755         with 4 args, and move point to the end of the minibuffer only if arg
7756         `mini-p' is non-nil.
7758 2006-06-28  John Paul Wallington  <jpw@pobox.com>
7760         * ibuffer.el (ibuffer-mode): Doc fix.
7762 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
7764         * textmodes/org.el (org-context): New contexts :item-bullet,
7765         :latex-fragment, :latex-preview.
7766         (org-overlays-at, org-overlay-start, org-overlay-end):
7767         New compatibility functions.
7768         (org-inside-LaTeX-fragment-p): More accurate matching, using the
7769         exact regexp that will be used during export.
7770         (org-latex-regexps): New variable.
7771         (org-cdlatex-mode): Improve advice for `texmathp'.
7772         (turn-on-org-cdlatex): New function.
7774 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7776         * term/mac-win.el (mac-handle-font-selection): Change keys of
7777         mac-atsu-font-table from strings to numbers.
7778         (mac-ts-caret-position): Use also when cursor-type is nil.
7779         (mac-ts-update-active-input-area): Add Mac OS Classic support.
7780         Relax condition for using overlay strings.
7781         Use mac-ts-caret-position face when cursor-type is nil.
7783 2006-06-26  Kim F. Storm  <storm@cua.dk>
7785         * help.el (view-emacs-news): Declare `res' in the right let* form.
7787 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
7789         * net/rcompile.el (remote-compile): Replace ange-ftp based
7790         implementation by Tramp functions.
7791         Suggested by Marc Abramowitz <msabramo@gmail.com>.
7793         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
7795 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
7797         * international/fontset.el (setup-default-fontset): Fix a typo in
7798         the "Oriya-Akruti" registry name.
7800 2006-06-23  Lars Hansen  <larsh@soem.dk>
7802         * desktop.el (desktop-full-file-name): New function.
7803         (desktop-kill, desktop-save, desktop-remove, desktop-read)
7804         (desktop-revert): Use it.
7805         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
7806         (desktop-after-read-hook): Add option list-buffers.
7807         (desktop-locals-to-save): Add tab-width.
7808         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
7809         Fix docstring.
7811 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
7813         * textmodes/org.el (org-cdlatex-mode-map)
7814         (org-cdlatex-texmathp-advice-is-done): New variables.
7815         (org-cdlatex-mode): New minor mode.
7816         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
7817         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
7818         (org-export-with-archived-trees): New option.
7819         (org-open-file): Remove the call to `convert-standard-filename'.
7820         (org-archive-tag, org-agenda-skip-archived-trees)
7821         (org-cycle-open-archived-trees)
7822         (org-sparse-tree-open-archived-trees): New options.
7823         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
7824         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
7825         New functions.
7826         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
7827         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
7828         (org-mode-map): Add binding for `org-toggle-archive-tag'.
7829         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7830         Call `org-prepare-agenda-buffers'.
7831         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
7832         (org-file-apps, org-file-apps-defaults-gnu)
7833         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
7834         Handle remote files by forcing them to be opened in Emacs.
7836 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
7838         * vc.el (vc-diff-knows-L): New variable.
7839         (vc-diff-internal): Use it to handle "diff" programs that don't
7840         understand -L.  This works automatically, no user action is necessary.
7842 2006-06-23  Daniel Brockman  <daniel@brockman.se>
7844         * net/rcirc.el (rcirc-default-user-full-name): Default to
7845         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
7846         longer exists).
7847         (rcirc-process-list): Check `buffer-live-p' before attempting to
7848         switch to a buffer.
7850 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
7852         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
7853         based on rcirc-coding-system-alist.
7855 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
7857         * cus-edit.el (customize-apropos): A better error message.
7858         (top level) <debug-ignored-errors>: Extend and update the list of
7859         ignored error messages.
7861 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
7863         * complete.el (PC-do-completion): Retain capitalization of user
7864         input, when possible, even if completion-ignore-case is set.
7866 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
7868         * generic-x.el (bat-generic-mode): Support .cmd files.
7870         * dos-w32.el (top level): Use find-file-not-found-functions
7871         instead of the obsolete find-file-not-found-hooks.
7873 2006-06-22  Kim F. Storm  <storm@cua.dk>
7875         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
7876         to recognize mode name containing submodes, such as Grep/lw.
7878 2006-06-21  Kim F. Storm  <storm@cua.dk>
7880         * simple.el (line-move-1): Check for move-end-of-line instead of
7881         end-of-line when setting temporary-goal-column.
7883 2006-06-21  Miles Bader  <miles@gnu.org>
7885         * play/cookie1.el (cookie): Work properly when there's only one entry.
7887 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
7889         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
7890         (gdb-frame-handler): Generalize frame regexp for templates.
7892 2006-06-20  Glenn Morris  <rgm@gnu.org>
7894         * calendar/appt.el (appt-display-format): Default value must be
7895         one of the customize options.
7897 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
7899         * term/xterm.el (terminal-init-xterm): Update key availability info.
7900         Bind C-return.
7902         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
7904 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
7906         * files.el (hack-local-variables): Run `hack-local-variables-hook'
7907         whether or not a local variables list is defined.
7909         * msb.el (msb): Move `sit-for' hack here to handle both
7910         "mouse-down and drag" and "mouse-up and select" situations.
7911         (mouse-select-buffer): Move `sit-for' hack to `msb'.
7913 2006-06-20  Kenichi Handa  <handa@m17n.org>
7915         * international/characters.el (word-combining-categories):
7916         Add entries for 2-byte Han characters.
7918 2006-06-19  Richard Stallman  <rms@gnu.org>
7920         * bindings.el (mode-line-format): Save some mode line space.
7922         * files.el (find-file-noselect): Improve the question wording.
7923         (basic-save-buffer-2): Mask UMASK against 666.
7925         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
7926         (mouse-drag-vertical-line): Call it.
7928         * cus-edit.el (customize-option, customize-option-other-window):
7929         Error if SYMBOL is nil.
7931 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
7933         * textmodes/org.el: Require noutline, also on XEmacs.
7934         (org-end-of-subtree): Return point.
7935         (org-dblock-start-re, org-dblock-end-re): New constants.
7936         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
7937         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
7938         (org-update-all-dblocks, org-find-dblock): New functions.
7939         (org-collect-clock-time-entries): New function.
7940         (org-html-handle-time-stamps): Never export CLOCK timeranges.
7941         (org-fixup-indentation): Modify to deal correctly with lines
7942         starting with TAB.  Only one argument DIFF now.
7943         (org-demote, org-promote): Call `org-fixup-indentation' with just
7944         one argument, DIFF.
7945         (org-mode): Don't mark buffer as modified when aligning tables.
7946         (org-clock-sum): Don't mark buffer modified when adding time sum
7947         properties.
7948         (org-export-as-html): Add support for a link validation function.
7949         (org-archive-all-done): New function.
7950         (org-archive-subtree): New prefix argument.  When set, archive all
7951         done subtrees in this buffer.
7952         (org-remove-clock-overlays)
7953         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
7954         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
7955         (org-put-clock-overlay): Don't swallow last headline character
7956         when displaying overlay.
7957         (org-store-link): Link to `image-mode' with just the file name.
7959 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7961         * viper-cmd.el (viper-special-read-and-insert-char):
7962         Use read-key-sequence.
7963         (viper-after-change-undo-hook): Misc enhancements.
7964         (viper-after-change-undo-hook): New hook.
7965         (viper-undo): Use viper-after-change-undo-hook.
7966         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
7967         (viper-next-line-at-bol): If point is on a widget or a button, simulate
7968         clicking on that widget/button.
7970         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
7972         * ediff-diff (ediff-test-patch-utility): Catch errors.
7973         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
7974         (ediff-set-actual-diff-options): New function.
7975         (ediff-reset-diff-options, ediff-toggle-ignore-case):
7976         Use ediff-set-actual-diff-options.
7977         (ediff-extract-diffs): Catch errors.
7978         (ediff-whitespace): Add non-breakable space.
7979         (ediff-same-file-contents): Catch errors.
7981         * ediff-mult.el (ediff-collect-custom-diffs):
7982         Save coding-system-for-read.
7984         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
7985         (ediff-vc-internal, ediff-vc-merge-internal):
7986         Use ediff-delete-version-file.
7987         (ediff-delete-version-file): New function.
7989         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
7991         * ediff.el (ediff-directories, ediff-directory-revisions)
7992         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
7993         (ediff-directories-internal, ediff-merge-directory-revisions)
7994         (ediff-merge-directory-revisions-with-ancestor)
7995         (ediff-directories3): Use read-directory-name.
7997 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
7999         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8000         Remove superfluous part of regexp for brace matching which is handled
8001         by `scan-lists' call.
8003 2006-06-16  Richard Stallman  <rms@gnu.org>
8005         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8007         * files.el (basic-save-buffer-2): For a new precious file,
8008         use the default modes in the return value.
8010         * facemenu.el (facemenu-color-alist): Doc fix.
8012         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8014 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8016         * cus-start.el (all): Add mac-ts-script-language-on-focus.
8018         * term/mac-win.el (mac-text-encoding-ascii): New constant.
8019         (mac-utxt-to-string): Use it.
8020         (mac-ts-update-active-input-area): Use mac-ae-number.
8022 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
8024         * term.el (term-handle-scroll, term-delete-lines)
8025         (term-insert-lines): Fix off by one errors.
8027 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8029         * net/tramp.el (tramp-touch): Use UTC to express time.
8031 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
8033         * mail/sendmail.el (mail-send): Search explicitly for
8034         mail-header-separator when checking for corrupted header lines.
8036 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
8038         * progmodes/gdb-ui.el (gdb-same-frame): New option.
8039         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8040         (gdb-init-1): Initialise them.
8041         (gdb-starting): Reset gdb-printing
8042         (gdb-starting): Save value of gud-overlay-arrow-position.
8043         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8044         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8045         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8046         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8048 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8050         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8052 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
8054         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8055         (ldap-search-internal): Keep error messages, and a regexp fix.
8057 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
8059         * files.el (hack-local-variables-confirm):
8060         Display string value using its printed representation.
8062 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
8064         * server.el (server-edit): No-op if no server buffers exist.
8066 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
8068         * textmodes/page-ext.el (pages-directory-for-addresses):
8069         Including `pages-directory-address-mode' in the function results
8070         in the message "Buffer in which pages were found is deleted".
8072 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
8074         * textmodes/org.el (org-agenda-mode-map): Add bindings for
8075         clocking functions.
8077         (org-agenda-clock-in, org-check-running-clock)
8078         (org-clock-out-if-current, org-remove-clock-overlays)
8079         (org-put-clock-overlay): New functions.
8080         (org-clock-marker, org-clock-file-total-minutes)
8081         (org-clock-overlays): New variables.
8082         (org-clock-display, org-clock-sum, org-clock-cancel)
8083         (org-clock-out, org-clock-in): New commands.
8084         (org-export): New function.
8085         (org-emph-re): New constant.
8086         (org-set-emph-re, org-do-emphasis-faces): New functions.
8087         (org-emphasis-regexp-components, org-emphasis-alist): New options.
8088         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8089         (org-export-html-convert-emphasize): Use the configurable emphasis.
8090         (org-cleaned-string-for-export): Make multiline emphasis visible
8091         to the exporter.  New optional argument PARAMETERS.
8092         (org-export-as-html): Specify :emph-multiline parameter to
8093         `org-cleaned-string-for-export'.
8095 2006-06-10  Richard Stallman  <rms@gnu.org>
8097         * help.el (help-for-help-internal): Clean up help text.
8099 2006-06-10  Andreas Schwab  <schwab@suse.de>
8101         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8102         in doc string.
8104         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8106 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
8108         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8109         spaces after the comment start.
8111 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8113         * play/pong.el (pong-init-buffer):
8114         Fill buffer with spaces instead of ^A.
8116         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8117         launched asynchronously, delete its process instead of being cool.
8118         (ispell-async-processp): Check for `delete-process' existence
8119         instead of `kill-process' one for consistency.
8121 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
8123         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8124         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8125         in mode line at startup.
8127 2006-06-08  Kim F. Storm  <storm@cua.dk>
8129         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8130         (ido-init-completion-maps): Bind them to M-SPC and M-v.
8131         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8132         (ido-file-internal): Pass full file name to write-file.
8133         (ido-read-internal): Only pop stack elements automatically if they
8134         actually match an existing directory or file name.
8136 2006-06-07  Kenichi Handa  <handa@m17n.org>
8138         * international/mule.el (find-auto-coding): Don't handle the short
8139         name `char-trans'.
8141         * files.el (hack-local-variables-prop-line)
8142         (hack-local-variables): Cancel the previous change.
8144 2006-06-06  Jesper Harder  <harder@phys.au.dk>
8146         * ediff-diff.el (ediff-test-utility): Protect against file-error.
8148 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
8150         * diff-mode.el (diff-mode): Set buffer-read-only to t when
8151         diff-default-read-only is non-nil.
8152         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8153         (diff-refine-hunk): Set inhibit-read-only to t.
8155         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8156         modifying the *Diff* buffer.
8157         (diff-process-filter): New filter function for diff process that
8158         sets inhibit-read-only to t when modifying the *Diff* buffer.
8160 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
8162         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8163         insertion point and control the number of empty lines.
8164         (org-paste-subtree): Limit the number of empty lines at the end of
8165         the inserted tree.
8166         (org-agenda): Use buffer name of current file for narrowing.
8167         (org-export-as-xml): Command removed.
8168         (org-export-xml-type): Option removed.
8169         (org-mode-map): Call `org-export-as-xoxo' directly.
8170         (org-get-indentation): New optional argument LINE.
8171         (org-fix-indentation, org-remove-tabs): New functions.
8172         (org-export-as-ascii, org-ascii-level-start): Determine and apply
8173         correct indentation for headlines that are converted it items.
8174         (org-skip-comments): Remove table lines that contain narrowing
8175         cookies but no other non-empty fields.
8176         (org-set-tags): Allow groups of mutually exclusive tags.
8177         (org-cmp-time): Sort 24:21 before items without time.
8178         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8179         (org-open-at-point): Require double colon also for numbers.
8181 2006-06-06  Kim F. Storm  <storm@cua.dk>
8183         * ido.el (ido-default-file-method, ido-default-buffer-method):
8184         Make choice values consistent with corresponding command names.
8185         (ido-visit-buffer): Update accordingly.  Default to selected-window.
8187 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
8189         * progmodes/gud.el (gud-running): Fix doc string.
8190         (gud-menu-map): Use :visible instead fo :enable for debugger test.
8191         (gud-tooltip-modes): Add python-mode.
8192         (gud-tooltip-print-command): Add pdb.  Remove perldb.
8194 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
8196         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8197         Quote $(EMACS).
8199 2006-06-05  Richard Stallman  <rms@gnu.org>
8201         * faces.el (defined-colors): Doc fix.
8203 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
8205         * vc.el (vc-process-filter): Inhibit undo info collection around
8206         call to insert.
8207         (vc-setup-buffer): Likewise for call to erase-buffer.
8208         (vc-do-command): Likewise for call to process-file.
8210 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
8212         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8213         for gud-go.
8214         (gud-common-init): Other debuggers may trigger error.
8216 2006-06-05  Kenichi Handa  <handa@m17n.org>
8218         * international/mule.el (find-auto-coding):
8219         Handle enable-character-translation in file header.
8221 2006-06-04  Kim F. Storm  <storm@cua.dk>
8223         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8224         (authors-fixed-entries): Fix spelling.
8225         (authors-canonical-file-name): Don't report error for wildcards.
8227         * help.el (view-emacs-news): Rewrite to support new NEWS,
8228         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
8229         e.g. version 10 matches 1.10, and don't be confused by version 1.1
8230         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
8232 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
8234         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8235         exec constructs like `foo bar`.
8236         (sh-quoted-subshell): New helper function to search for a possibly
8237         nested subshell (like `` or $()) within a "" quoted string.
8238         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8239         (sh-apply-quoted-subshell): Flag quote characters inside a
8240         subshell, which is itself already in a quoted region, as
8241         punctuation, since this is the closest to what they actually are.
8242         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8243         sh-apply-quoted-subshell.
8244         (sh-font-lock-syntactic-face-function): Apply the new face for
8245         text inside `` instead of the old font-lock-string-face.
8247 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8249         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8250         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8251         (mac-bytes-to-text-range, mac-ae-text-range-array)
8252         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8253         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8254         (mac-ts-unicode-for-key-event): New functions.
8255         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8256         (mac-handle-font-selection): Use mac-ae-number.
8257         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8258         New variables.
8259         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8260         (mac-ts-converted-text, mac-ts-selected-converted-text)
8261         (mac-ts-block-fill-text, mac-ts-outline-text)
8262         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8263         (mac-ts-hilite-style-faces): New constant.
8264         (mac-apple-event-map): Bind text input events.
8265         (mac-dispatch-apple-event): Use command-execute instead of
8266         call-interactively.
8267         (global-map): Don't bind mac-apple-event.
8268         (special-event-map): Bind mac-apple-event.
8270 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
8272         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8273         file name.
8274         (emacs): Enclose the value of $(EMACS) in quotes.
8276 2006-06-02  Juri Linkov  <juri@jurta.org>
8278         * international/mule.el (sgml-html-meta-auto-coding-function):
8279         Remove the condition `(search-forward "<html" size t)'.
8280         Replace `\"' with `[\"']?' in `re-search-forward'.
8282 2006-06-02  Kenichi Handa  <handa@m17n.org>
8284         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8285         as well as `coding'.
8286         (hack-local-variables): Likewise.
8288         * international/mule.el (enable-character-translation):
8289         Put permanent-local and safe-local-variable properties.
8290         (find-auto-coding): Handle char-trans: tag.
8292 2006-06-02  Juri Linkov  <juri@jurta.org>
8294         * international/mule.el (sgml-html-meta-auto-coding-function):
8295         Limit the search by the end of the HTML header (if any).
8297 2006-06-01  Richard Stallman  <rms@gnu.org>
8299         * subr.el (with-current-buffer): Doc fix.
8301 2006-06-02  Masatake YAMATO  <jet@gyve.org>
8303         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
8304         Almost rewrite.  Underlines over all lines of gcov output are too
8305         uncomfortable to read.  Suggested by Dan Nicolaescu.
8307 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
8309         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
8311         * shell.el (shell-mode): Use shell-mode-map in docstring.
8313         * comint.el (comint-send-input): Do not add help-echo and
8314         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
8316 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8318         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
8320 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
8322         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
8323         (gdb-stopped, gdb-info-stack-custom): If there is no source info
8324         look up the stack and pop up GUD buffer if necessary.
8325         (gdb-frames-select): Remove redundant call to gud-display-frame.
8326         (gdb-info-threads-custom): Keep point at start of buffer.
8327         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
8329 2006-05-31  Juri Linkov  <juri@jurta.org>
8331         * replace.el (query-replace-read-from, query-replace-read-to):
8332         Bind `history-add-new-input' to nil.  Call `add-to-history'.
8334 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
8336         * textmodes/table.el: Convert all HTML tags to lower case for
8337         XHTML compatibility.
8339 2006-05-31  Masatake YAMATO  <jet@gyve.org>
8341         * progmodes/compile.el:
8342         (compilation-error-regexp-alist-alist::gcov-called-line):
8343         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
8345 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
8347         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
8348         Revert inadvertent changes made with last commit.
8350 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8352         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
8353         New functions.
8355         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
8357 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
8359         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
8360         only matches in the right place.
8361         (org-upcoming-deadline): New face.
8362         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
8363         (org-export-ascii-underline): Rename constant `org-ascii-underline'
8364         and make it an option.
8365         (org-export-ascii-bullets): New option.
8366         (org-export-as-html): Many changes to emit valid XHTML.
8367         (org-par-open): New variable.
8368         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
8369         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
8370         (org-timeline): Pass `org-timeline-show-empty-dates' to
8371         `org-get-all-dates'.  Interpret empty dates returned by
8372         `org-get-all-dates'.
8373         (org-get-all-dates): New argument EMPTY.  Add dates without
8374         entries to the list, mark large ranges of empty dates.
8375         (org-point-in-group, org-context): New functions.
8377 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
8379         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
8381         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
8382         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
8383         to C-mouse-3 (for 2 button mice).
8384         (gdb-send): Do the right thing for C-d.
8386         * speedbar.el (speedbar-detach): Delete.
8387         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
8388         it breaks things.
8389         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
8391 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
8393         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
8394         Makeppfile.
8396         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8397         Add makepp diagnostic.
8399 2006-05-29  Richard Stallman  <rms@gnu.org>
8401         * window.el (fit-window-to-buffer): Doc fix.
8403         * help.el (temp-buffer-max-height): Doc fix.
8405         * subr.el (with-current-buffer): Doc fix.
8407 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8409         * term/x-win.el: Bind F10 to menu-bar-start if available.
8411 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
8413         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
8414         uses with a simple test.
8415         (term-set-escape-char, term-mode, term-check-kill-echo-list)
8416         (term-send-raw-string, term-send-raw, term-mouse-paste)
8417         (term-char-mode, term-line-mode, term-exec, term-sentinel)
8418         (term-handle-exit, term-read-input-ring)
8419         (term-previous-matching-input-string)
8420         (term-previous-matching-input-string-position)
8421         (term-previous-matching-input-from-input)
8422         (term-replace-by-expanded-history, term-send-input)
8423         (term-skip-prompt, term-bol, term-send-invisible)
8424         (term-kill-input, term-delchar-or-maybe-eof)
8425         (term-backward-matching-input, term-check-source)
8426         (term-proc-query, term-emulate-terminal)
8427         (term-handle-colors-array, term-process-pager, term-pager-line)
8428         (term-pager-bob, term-unwrap-line, term-word)
8429         (term-dynamic-complete-filename)
8430         (term-dynamic-complete-as-filename)
8431         (term-dynamic-simple-complete): Replace one arm ifs with whens or
8432         unlesses.
8434 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8436         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
8437         during bootstrapping.
8439         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
8440         Basically undo the change of 2006-05-26: use extra arguments instead of
8441         dynamic scoping.
8442         (ewoc-locate): Remove unused var `footer'.
8444 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8446         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
8448         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
8449         (generate-file-autoloads): Obey it.  Return whether autoloads were
8450         added at point or not.
8451         (update-file-autoloads): Use this new return value.
8452         Remove redundant test for the presence of an autoload cookie.
8454         * emacs-lisp/autoload.el (autoload-find-file): New fun.
8455         This one calls hack-local-variables.
8456         (generate-file-autoloads, update-file-autoloads): Use it.
8458         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
8459         (bibtex-sort-entry-class): Add safe-local-variable predicate.
8460         (bibtex-sort-entry-class-alist): Don't set the global value.
8461         (bibtex-init-sort-entry-class-alist): New fun.
8462         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
8463         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
8464         of bibtex-init-sort-entry-class.
8466 2006-05-28  Richard Stallman  <rms@gnu.org>
8468         * subr.el (load-history-regexp): If FILE is relative, insist
8469         entire last name component must match it.
8470         (load-history-filename-element, load-history-regexp): Doc fixes.
8472 2006-05-29  Kim F. Storm  <storm@cua.dk>
8474         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
8475         `pos' and `raw-data' for clarity, as eval forms may access these.
8477 2006-05-28  Kim F. Storm  <storm@cua.dk>
8479         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
8481 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8483         * progmodes/make-mode.el (makefile-browser-map)
8484         (makefile-mode-syntax-table): Move initialization inside declaration.
8485         (makefile-fill-paragraph): Use the default comment-filling code.
8487 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
8489         * replace.el (query-replace-defaults): New variable.
8490         (query-replace-read-from): Use `query-replace-defaults' for
8491         default value, instead of history list.
8492         (query-replace-read-to): Update `query-replace-defaults'.
8494 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
8496         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
8497         with no X toolkit.
8499 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
8501         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
8502         (tumme-show-all-from-dir): Add autoload.
8504 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
8506         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
8507         (tumme-remove-tag): Fix bug.
8509 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
8511         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
8512         FOOTER args.  Update unique caller.
8513         (ewoc-delete): Compute last node once before looping.
8514         (ewoc--node-branch): Merge into unique caller.
8515         (ewoc--node): Don't define constructor make-ewoc--node for this
8516         structure.
8517         (ewoc): Add member `hf-pp' to this structure.
8518         (ewoc--wrap): New func.
8519         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
8520         header/footer pretty-printers.  Save header/footer pretty-printer.
8521         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
8523         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
8525 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
8527         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
8528         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
8529         Tag'.  Change "Compare directories..." to "Change Directories...".
8530         Move tumme commands to Operate, Regexp and Immediate menus.
8531         Change "Add Comment" to "Add Image Comment".  Change "Add Image
8532         Tag" to "Add Image Tags".
8534         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
8535         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
8536         `tumme-delete-tag'.
8538 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8540         * shell.el (shell-mode): Call shell-dirtrack-mode after
8541         list-buffers-directory is made a local variable, to avoid setting
8542         the default value.
8544 2006-05-26  Kevin Ryde  <user42@zip.com.au>
8546         * info.el (Info-index-next): Use where-is-internal to report
8547         actual binding of Info-index-next, rather than hard-coded `,'.
8549 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
8551         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
8552         and "Find Command in Manual" to here.
8554         * buff-menu.el (list-buffers-noselect): For Info buffers, use
8555         Info-current-file as the file name.
8557 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
8559         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
8560         overrides will now be done a different way.
8561         (ses-set-parameter): Reapply this function for undo.
8562         (ses-set-header-row): Reconstruct header row during undo.
8563         (ses-widen): New function.
8564         (ses-goto-data, ses-reconstruct-all): Use new function.
8565         (ses-command-hook): Widen buffer during undo, before unupdating
8566         the cells.
8567         (ses-insert-row, ses-delete-row): Widen buffer during undo.
8568         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
8569         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
8570         formula hasn't been executed yet.
8572 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8574         * comint.el (comint-kill-whole-line): Rename arg to count.
8575         Fix doc string.
8577 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
8579         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
8580         to copy-file.
8582 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8584         * simple.el (toggle-truncate-lines): Make arg optional for
8585         backward compatibility.
8587 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
8589         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
8590         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
8591         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
8592         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
8593         (ewoc--adjust): Use ewoc--current-dll.
8594         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
8596 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
8598         * textmodes/org.el (org-next-item, org-previous-item): Emit more
8599         compact error message.
8600         (org-tags-view): Refresh category table in each file.
8601         (org-table-justify-field-maybe): Remove superfluous arguments to
8602         `format'.
8603         (org-export-as-html): Insert "<p>" before postamble.
8604         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
8606 2006-05-26  Kenichi Handa  <handa@m17n.org>
8608         * textmodes/po.el (po-find-charset): Pay attention to the case
8609         FILENAME is a cons (NAME . BUFFER).
8610         (po-find-file-coding-system-guts): Likewise.
8612         * arc-mode.el (archive-set-buffer-as-visiting-file):
8613         Call find-operation-coding-system with (FILENAME . BUFFER).
8615         * tar-mode.el (tar-extract): Call find-operation-coding-system
8616         with (FILENAME . BUFFER).
8618         * international/mule.el (decode-coding-inserted-region):
8619         Call find-operation-coding-system with (FILENAME . BUFFER).
8621 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
8623         * image-mode.el (image-toggle-display): Use buffer contents to
8624         generate image for a remote file.
8626 2006-05-25  Juri Linkov  <juri@jurta.org>
8628         * replace.el (query-replace-read-from, query-replace-read-to):
8629         Remove 8th arg KEEP-ALL in read-from-minibuffer.
8631 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
8633         * whitespace.el (whitespace-cleanup): Change to cleanup
8634         region if one is active.
8635         * whitespace.el (whitespace-cleanup-internal): New internal method.
8637 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8639         * dired.el (dired-mode-map): Add help-echo strings to tumme
8640         commands.  Bind `tumme-dired-display-image' to C-t i.
8642         * tumme.el (tumme-display-image): Change documentation string slightly.
8643         (tumme-dired-display-image): Add call to `display-buffer'.
8645 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
8647         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
8648         Signal error if RAW-DATA is a multibyte string.
8650 2006-05-24  Richard Stallman  <rms@gnu.org>
8652         * subr.el (with-local-quit): When handling `quit' signal,
8653         make a chance for quit-flag to cause a quit.
8655         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
8656         (ad-disable-advice): Add autoloads.
8658         * subr.el (read-passwd): Copy PROMPT before changing its properties.
8660 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8662         * dired.el (dired-mode-map): Change menu items for tumme as per
8663         suggestions in emacs-devel.
8665 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8667         * dired.el (dired-mode-map): Fix breakage.
8669 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8671         * tumme.el (tumme-display-dired-image): Rename to...
8672         (tumme-dired-display-image): ...this.
8673         (tumme-track-movement): Change default value to t.
8674         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
8675         used from `tumme-next-line-and-display' and similar commands.
8677         * dired.el (dired-mode-map): Add Thumbnail submenu under the
8678         Immediate menu.  Add some tumme commands there.
8680 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
8682         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
8684 2006-05-24  Chong Yidong  <cyd@mit.edu>
8686         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
8687         menu entries that open submenus.
8689 2006-05-24  Alan Mackenzie  <acm@muc.de>
8691         * startup.el (command-line): For names of preloaded files, don't
8692         append ".elc" (now done in Fload), and call file-truename on the
8693         lisp directory.
8695         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
8696         match ANY loaded file with the right name, not just those in
8697         load-path.  Put a regexp matching the file name into
8698         after-load-alist, rather than the name itself.
8700         * subr.el (load-history-regexp, load-history-filename-element)
8701         (do-after-load-evaluation): New functions.
8703         * international/mule.el (load-with-code-conversion): Do the
8704         eval-after-load stuff by calling do-after-load-evaluation.
8706 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8708         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
8709         has not been killed.
8711 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8713         * term/mac-win.el: Set idle timer to clean up expired Apple events.
8714         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
8715         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
8716         Optionally set error message in reply.
8718 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
8720         * textmodes/org.el (org-open-at-point): Use renamed variable
8721         `org-confirm-shell-link-function'.
8722         (org-confirm-shell-link-function): Rename from
8723         `org-confirm-shell-links'.
8724         (org-export-directory): New function.
8725         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
8726         (org-export-icalendar): Use `org-export-directory'.
8727         (org-indent-item): Keep cursor position.
8728         (org-link-file-path-type): New option.
8729         (org-export-as-html): Fix bug with plain lists starting in
8730         column 0.
8731         (org-export-as-html): Remove deadline formatting, this happens
8732         now already in `org-html-handle-time-stamps'.
8733         (org-export-html-style): Deadline class removed.
8734         (org-insert-labeled-timestamps-at-point): New option.
8735         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
8736         of `hide-sublevels 1', in case the first headline is not level 1.
8737         (org-overview, org-content): New fuction.
8738         (org-cycle-global-status, org-cycle-subtree-status): Make these
8739         variables buffer-local.
8740         (org-global-cycle): New command.
8741         (org-shifttab): Use `org-global-cycle'.
8742         (org-insert-heading, org-insert-item): Go to end of new
8743         headline/item after creating it.
8744         (org-export-visible): Rename from `org-export-copy-visible'.
8745         Now creates a temporary org-file and applies an exporting command
8746         to it.
8747         (org-table-eval-formula): Support for lisp forms.
8748         (org-agenda-todo-ignore-scheduled): New option.
8749         (org-agenda-get-todos): Use new option
8750         `org-agenda-todo-ignore-scheduled'.
8751         (org-export-html-inline-images): New value `maybe'.
8752         (org-export-as-html): Inlining of images dependent on link description.
8753         (org-archive-subtree): Check for end-of-buffer before trying
8754         `kill-line'.
8755         (org-agenda-follow-mode): New option.
8756         (org-export-with-tags, org-export-with-timestamps): New options.
8757         (org-html-handle-time-stamps): New function.
8758         (org-keyword-time-regexp): New variable.
8759         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
8760         (org-agenda-todo-list-sublevels): New option.
8761         (org-html-level-start): When TITLE is nil, just close all levels.
8762         (org-parse-key-lines, org-parse-export-options): Remove functions,
8763         replaced by `org-infile-export-plist'.
8764         (org-combine-plists, org-infile-export-plist)
8765         (org-default-export-plist): New functions.
8766         (org-export-html-preamble, org-export-html-postamble)
8767         (org-export-html-auto-preamble, org-export-html-auto-postamble):
8768         New variables.
8769         (org-export-publishing-directory): New option.
8770         (org-export-as-html, org-export-as-ascii): Use the new property
8771         lists for settings.
8772         (org-export-copy-visible, org-export-as-xoxo):
8773         Respect `org-export-publishing-directory'.
8774         (org-link-search, org-store-link, org-file-apps): Support for
8775         links to BibTeX database entries..
8776         (org-get-current-options, org-set-regexps-and-options):
8777         Implement logging as a startup option.
8778         (org-store-link): Make sure context string is never empty
8779         (org-insert-link): Use relative path when possible.
8780         (org-at-item-checklet-p): New function.
8781         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
8782         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
8783         (org-metaright, org-metaup, org-metadown, org-shiftup)
8784         (org-shiftdown, org-shiftright, org-shiftleft)
8785         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
8786         Dispatch using `call-interactively'.
8787         (org-call-with-arg): New defsubst.
8788         (org-tag-alist, org-use-fast-tag-selection): New options.
8789         (org-complete): Use `org-tag-alist'.
8790         (org-fast-tag-insert, org-fast-tag-selection): New functions.
8791         (org-next-item, org-previous-item): New commands.
8792         (org-beginning-of-item, org-end-of-item): Add (interactive) to
8793         make command.
8794         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
8796 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
8798         * emacs-lisp/ewoc.el (ewoc-delete): New function.
8799         (ewoc-filter): Use `ewoc-delete'.
8801         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
8803 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8805         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
8806         Signal more user-friendly error messages.
8808         * complete.el (PC-do-completion): Undo the addition of implicit
8809         wildcards if they did not lead to finding any match.
8810         (read-file-name-internal): Don't add the final > if the completion is
8811         not finished.
8813 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8815         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
8816         Quote safe-local-variable predicate.
8818 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8820         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
8822 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8824         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
8826         * progmodes/make-mode.el (makefile-special-targets-list)
8827         (makefile-macro-table, makefile-target-table): Mark as risky.
8828         (makefile-query-one-target-method): Make this the alias for the
8829         following variable.
8830         (makefile-query-one-target-method-function): Make this the real name.
8832         * textmodes/artist.el (artist-text-renderer): Make this the alias
8833         for the following variable.
8834         (artist-text-renderer-function): Make this the real name.
8836         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
8837         the alias for the following variable.
8838         (flyspell-generic-check-word-predicate): Make this the real name.
8840         * textmodes/ispell.el (ispell-format-word): Make this the alias
8841         for the following variable.
8842         (ispell-format-word-function): Make this the real name.
8843         (ispell-message-text-end): Mark as risky.
8845         * skeleton.el (skeleton-transformation, skeleton-filter)
8846         (skeleton-pair-filter): Make these the aliases for the following
8847         variables.
8848         (skeleton-transformation-function, skeleton-filter-function)
8849         (skeleton-pair-filter-function): Make these the real names.
8851         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
8852         and skeleton-pair-filter-function.
8854         * textmodes/sgml-mode.el (sgml-transformation): Make this the
8855         alias for the following variable.
8856         (sgml-transformation-function): Make this the real name.
8857         (sgml-tag-alist): Mark as risky.
8859 2006-05-21  Richard Stallman  <rms@gnu.org>
8861         * simple.el (kill-region): Interactively, pass point, then mark.
8863 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8865         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
8867 2006-05-21  Romain Francoise  <romain@orebokech.com>
8869         * dired-x.el (dired-mode-map): Don't bind M-g.
8871 2006-05-20  Richard Stallman  <rms@gnu.org>
8873         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
8874         (dired-goto-file): Doc fix.
8876 2006-05-21  Kim F. Storm  <storm@cua.dk>
8878         * emulation/cua-base.el: Mention customizing cua-mode as alternative
8879         way to enable built-in cua-mode if user loads older CUA-mode package.
8881         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
8882         if default-filename is specified.
8884 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8886         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
8888         * info.el (info-apropos): Make sure current-file and current-node
8889         have non-nil values.  Speed up by using add-to-list instead of
8890         manual consing.
8892 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8894         * progmodes/make-mode.el (makefile-mode): Doc fix.
8896 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8898         * dired-aux.el (dired-do-shell-command): Doc fix.
8900 2006-05-20  Kevin Ryde  <user42@zip.com.au>
8902         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
8903         ``(custom-manual :tag "Foo" "(foo)Node")''.
8905 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
8907         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
8908         value is an integer.
8910 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8912         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
8913         "format".
8914         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
8916 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
8918         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
8919         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
8921 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8923         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
8924         regexp for keywords.
8926 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
8928         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
8929         replace-regexp-in-string.
8931         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
8932         encode, and escape file name on conversion to URL.
8934 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8936         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
8937         Don't unescape URL.
8938         (dnd-get-local-file-name): Unescape URL on conversion to file name.
8940         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
8941         on conversion to URLs.
8943         * net/browse-url.el (browse-url-file-url): Encode file name on
8944         conversion to URL.
8946         * term/mac-win.el (mac-ae-open-documents): Escape file name on
8947         conversion to URL.
8949 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
8951         * progmodes/cc-styles.el (c-style-alist): Doc fix.
8953 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8955         * term/mac-win.el (mac-bytes-to-digits): Remove function.
8956         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
8958 2006-05-19  Glenn Morris  <rgm@gnu.org>
8960         * calendar/diary-lib.el (diary-bahai-date)
8961         (list-bahai-diary-entries, mark-bahai-diary-entries)
8962         (mark-bahai-calendar-date-pattern): Not interactive.
8963         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
8964         (diary-entries-list): Change format of 4th element in each entry.
8965         (diary-list-entries): Use add-to-diary-list.
8966         (diary-goto-entry): Handle the case where the buffer visiting the
8967         diary has been killed.
8968         (fancy-diary-display): Add 'locator to button rather than 'marker.
8969         Only generate temp-face when there are marks to apply.
8970         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
8971         (diary-fancy-date-pattern): New variable.
8972         (diary-time-regexp): Doc fix.
8973         (diary-anniversary, diary-time): New faces.
8974         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
8975         diary-time-regexp.  Add font-lock-multiline property where needed.
8976         Use new faces diary-anniversary and diary-time.
8977         (diary-fancy-font-lock-fontify-region-function): New function, to
8978         handle multiline font-lock pattern in fancy diary.
8979         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
8980         (diary-font-lock-keywords): Tweak time regexp.  Use new face
8981         diary-time.
8983 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
8985         * international/code-pages.el (mik): Table corrected.
8987 2006-05-18  Kim F. Storm  <storm@cua.dk>
8989         * progmodes/grep.el (grep-find): Don't check grep-find-command
8990         before running command (breaks non-interactive usage).
8992 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
8994         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
8995         (ewoc--insert-new-node): Don't insert trailing newline.
8996         Instead, adjust successor nodes's start markers.
8997         (ewoc--refresh-node): Delete all text from current node's start
8998         marker to the next one's; adjust successor nodes's start markers.
8999         (ewoc--create): Doc fixes.
9000         (ewoc--refresh): Don't insert newline.
9001         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9002         * pcvs.el (cvs-make-cvs-buffer):
9003         Specify extra newline for ewoc's header and footer.
9004         (cvs-update-header): Update initial header recognition.
9005         Append newline to final header and footer values.
9006         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9008 2006-05-17  Richard Stallman  <rms@gnu.org>
9010         * files.el (file-name-extension): Doc fix.
9012 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9014         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9015         we can explicitly enable/disable rather than toggle.
9016         (shell-mode): Use it.
9017         (shell-cd): Don't try to reproduce what `cd' does.
9019 2006-05-17  Kim F. Storm  <storm@cua.dk>
9021         * ido.el (ido-read-internal): Use only nondirectory part of
9022         default item.
9024 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
9026         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9027         (ewoc-nth): Doc fix.
9029         (ewoc-map, ewoc-invalidate): Compute PP before looping.
9031 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
9033         * international/mule.el (auto-coding-alist): Add .lha to files
9034         read with no-conversion.
9036         * files.el (auto-mode-alist): Add .lha files to archive file
9037         extensions.
9039         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9040         Convert csize to integer when computing offsets within the
9041         compressed archive file.
9043 2006-05-16  Kim F. Storm  <storm@cua.dk>
9045         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9046         with read-from-minibuffer.
9048 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9050         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9051         (byte-compile-warnings): Fix safe-local-variable property.
9053 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
9055         * allout.el (allout-show-bodies, allout-old-style-prefixes)
9056         (allout-stylish-prefixes, allout-numbered-bullet)
9057         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9058         predicates to qualify `safe-local-variable' property, when
9059         available, else use equivalent lambda.
9060         (allout-current-topic-collapsed-p): Do the right thing regarding
9061         trailing blank lines.
9063 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9065         * server.el (server-start): Only create a directory if needed.
9066         (server-edit, server-unload-hook): server-start => server-mode.
9067         (kill-emacs-hook): Cleanup upon exit.
9069 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9071         * hexl.el (hexlify-buffer): Encode process arguments manually.
9073 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
9075         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9076         call to gdb-tooltip-print.
9078 2006-05-15  Romain Francoise  <romain@orebokech.com>
9080         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9081         systems, default to "tar" since those systems probably have GNU tar.
9083 2006-05-14  Lars Hansen  <larsh@soem.dk>
9085         * desktop.el (desktop-missing-file-warning): Fix docstring.
9086         (desktop-restore-file-buffer): Correct question asked on missing file.
9088 2006-05-14  Kim F. Storm  <storm@cua.dk>
9090         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9091         Add CUA move property.
9093 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
9095         * custom.el (custom-push-theme): Load the variable before checking
9096         its `standard-value'.
9098 2006-05-13  Lars Hansen  <larsh@soem.dk>
9100         * desktop.el (desktop-save): Use with-temp-buffer.
9102 2006-05-12  Glenn Morris  <rgm@gnu.org>
9104         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9105         * calendar/calendar.el (calendar-mode-map):
9106         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9107         * calendar/appt.el (appt-check, appt-make-list): Refer to
9108         diary-view-entries, diary-list-entries, diary-show-all-entries
9109         rather than obsolete aliases.
9111 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
9113         * simple.el (line-move-finish): Avoid calling point motion hooks
9114         while processing intangibility.
9116 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
9118         * term/xterm.el (terminal-init-xterm): Fix typo.
9120 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
9122         * allout.el (allout-view-change-hook): Mark as being deprecated,
9123         to be replaced by `allout-exposure-change-hook'.
9124         (allout-exposure-change-hook): New, replacing
9125         `allout-view-change-hook'.
9126         (allout-flag-region): Run new hook `allout-exposure-change-hook',
9127         in addition to `allout-view-change-hook'.
9128         (allout-show-bodies, allout-old-style-prefixes)
9129         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9130         lambda forms to prevent their showing up in variable help
9131         presentations as inscrutable byte-compiled code.
9132         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9133         Use string-or-null-p to qualify safe-local-variable values.
9134         (allout-reindent-bodies): Use memq to qualify matches against
9135         valid safe-local-variable values.  Also, quote the lambda as above.
9136         (allout-use-mode-specific-leader): Add missing candidate-value
9137         symbols, use memq, and quote the lambda.
9138         (allout-overlay-interior-modification-handler): Remove unused
9139         variables `msg' and 'opened'.
9140         (allout-hidden-p): Constrain invisibility consideration to allout's
9141         invisibility spec, disregarding invisibility for other reasons.
9143 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
9145         * files.el (version-control): Correct safe values.
9147 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
9149         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9151         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9152         (ewoc--insert-new-node): New func.
9153         Update callers of deleted funcs to use it, instead.
9155 2006-05-11  Glenn Morris  <rgm@gnu.org>
9157         * calendar/calendar.el (diary-show-all-entries): Do not refer to
9158         obsolete alias `show-all-diary-entries'.
9159         (make-diary-entry): Not interactive.
9160         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9161         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9162         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9163         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9164         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9165         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9167 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9169         * calendar/calendar.el (calendar-french-date-string)
9170         (calendar-mayan-date-string, calendar-chinese-date-string)
9171         (calendar-astro-date-string, calendar-iso-date-string)
9172         (calendar-islamic-date-string, calendar-bahai-date-string)
9173         (calendar-hebrew-date-string, calendar-coptic-date-string)
9174         (calendar-ethiopic-date-string, calendar-persian-date-string):
9175         These functions are not interactive.
9177 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
9179         * files.el: Balance parentheses.
9181 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
9183         * files.el, newcomment.el, outline.el, simple.el,
9184         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9185         * progmodes/cc-vars.el, progmodes/compile.el:
9186         Move `safe-local-variable' declarations to the respective files.
9188         * help-fns.el (describe-variable): Don't print safe-var if it is
9189         byte-code.  Improve wording as suggested by Luc Teirlinck.
9191 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
9193         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9194         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9195         Use a token for pending-triggers to ensure gdb-var-update
9196         gets called once per user input again for pre-GDB 6.4.
9197         (gdb-var-delete): Match on more complex expressions.
9198         (gdb-var-list-children-handler, gdb-var-create-handler):
9199         Use a token for consistency.
9201 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
9203         * textmodes/org.el (org-read-date, org-goto-calendar)
9204         (org-agenda-goto-calendar):
9205         Bind `view-calendar-holidays-initially' to nil.
9207 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
9209         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9210         Update all callers to do it there, instead.
9212 2006-05-10  Glenn Morris  <rgm@gnu.org>
9214         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9215         prefix arg case, to avoid view-diary-entries-initially error.
9216         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9217         (calendar-date-is-legal-p): Handle dates with no day part.
9219 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
9221         * comint.el (comint-insert-input): Just make it when
9222         comint-use-prompt regexp is nil (default) and with the mouse.
9223         (comint-copy-old-input): Reinstate from 2004-06-23.
9224         (comint-mode-map): Bind C-c C-m to it.
9226 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
9228         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9229         Remove spurious move to point-max (new comint behavior fixes).
9231         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9232         compatibility function (Emacs 18/19).
9233         (idlwave-is-continuation-line): Always return point at start of
9234         previous non-blank continuation line.
9235         (keyword-parameters): Fix continued comment font-lock matcher.
9236         (idlwave-font-lock-fontify-region): Written, use as
9237         font-lock-fontify-region-function, to fix continued keyword
9238         fontification issues.
9240 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9242         * term/mac-win.el (mac-font-panel-mode): Doc fix.
9243         (mac-service-selection, mac-service-open-file)
9244         (mac-service-open-selection, mac-service-mail-selection)
9245         (mac-service-mail-to, mac-service-insert-text): Rename from
9246         mac-services-*.  All uses changed.
9247         (mac-apple-event-map): Rename event symbol `services' to `service'.
9249 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
9251         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9252         (ewoc--node-enter-first, ewoc--node-enter-last)
9253         (ewoc--delete-node-internal): Merge funcs into unique callers.
9255 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
9257         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9258         return value of read-from-minibuffer for empty input.
9260 2006-05-09  Miles Bader  <miles@gnu.org>
9262         * comint.el (comint-insert-input): Remove redundant calls to setq
9263         and goto-char.
9265 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
9267         * comint.el (comint-insert-input): Make it work when
9268         comint-use-prompt-regexp is t.
9270 2006-05-10  Miles Bader  <miles@gnu.org>
9272         * subr.el (field-at-pos): New function.
9274         * comint.el (comint-insert-input): Use it.
9276 2006-05-09  Juri Linkov  <juri@jurta.org>
9278         * battery.el (battery-linux-proc-acpi): Also try
9279         `/proc/acpi/thermal_zone/THR2/temperature'.
9281         * files.el <safe-local-variable>: Remove `eval' and `let' binding
9282         for now unused lambda `string-or-null'.
9284         * add-log.el (change-log-default-name): Put `string-or-null-p'
9285         instead of lambda on `safe-local-variable' property.
9287         * diff-mode.el (diff-context->unified): Use `region-beginning' and
9288         `region-end' instead of `mark' and `point'.
9289         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9290         Operate on region in Transient Mark mode when the mark is active.
9291         Use `region-beginning' and `region-end' instead of `mark' and
9292         `point'.
9293         (diff-hunk-text, diff-goto-source): Doc fix.
9295         * startup.el (fancy-splash-screens, normal-splash-screen): Use
9296         face `mode-line-buffer-id' for mode-line buffer face instead of
9297         hard-coded `(:weight bold)'.
9299         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
9300         buffer-undo-list to t (undo-ask is reproducible by visiting
9301         nested archives).
9303 2006-05-09  Kim F. Storm  <storm@cua.dk>
9305         * progmodes/grep.el (rgrep): Set default directory of *grep*
9306         buffer if we start M-x rgrep in the *grep* buffer and choose
9307         a different base directory.
9309 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
9311         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
9312         completion also when ido is loaded.
9314 2006-05-09  Masatake YAMATO  <jet@gyve.org>
9316         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
9317         "warning" and "import".
9318         (cpp-font-lock-keywords): Added "warning".
9320 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
9322         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9324 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9326         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
9327         pages at a time, if we signal the end, we should indeed reach that end.
9329 2006-05-08  David Reitter  <david.reitter@gmail.com>
9331         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
9332         output during execution of the body.
9334 2006-05-08  Kim F. Storm  <storm@cua.dk>
9336         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
9338 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
9340         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
9341         Use with-current-buffer.
9343 2006-05-07  Kim F. Storm  <storm@cua.dk>
9345         * subr.el (add-to-history): Remove keep-dups arg.
9347         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
9348         to nil around call to add-to-history.
9350 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9352         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
9353         than after a buffer modification.
9355 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
9357         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
9358         call to...
9359         (gud-watch): ...here so speedbar is raised for already watched
9360         expressions.
9361         (gdb-speedbar-refresh): Delete function.
9362         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
9363         Use speedbar-timer-fn instead of speedbar-refresh (reverting
9364         earlier change).
9365         (gdb-var-evaluate-expression-handler)
9366         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
9368         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
9369         Update localized contents for all buffers except ignored modes.
9371 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9373         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
9374         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
9375         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
9376         (mac-handle-font-panel-closed, mac-handle-font-selection):
9377         New functions.
9378         (mac-font-panel-mode): New minor mode.
9379         (mac-apple-event-map): Add bindings for toolbar toggle button and
9380         font panel.
9381         (menu-bar-showhide-menu): Add mac-font-panel-mode.
9383 2006-05-07  John Paul Wallington  <jpw@pobox.com>
9385         * ibuffer.el (ibuffer-compressed-file-name-regexp):
9386         Avoid `regexp-opt'; simplify regexp for readability.
9388 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
9390         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
9391         * files.el (buffer-stale-function):
9392         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9393         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
9394         links to the main manual, not to emacs-xtra.
9396 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9398         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
9399         MacJapanese if text is ASCII-only.
9401 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
9403         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
9404         unless so nil isn't returned.
9405         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
9407 2006-05-06  Kim F. Storm  <storm@cua.dk>
9409         * subr.el (add-to-history): New function.
9411         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
9412         (ediff-merge-files-with-ancestor):
9413         * env.el (setenv):
9414         * isearch.el (isearch-update-ring):
9415         * server.el (server-visit-files):
9416         * progmodes/grep.el (lgrep, rgrep):
9417         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
9418         * progmodes/xscheme.el (xscheme-insert-expression):
9419         Use add-to-history.
9421         * kmacro.el (kmacro-push-ring): Use add-to-history.
9422         (kmacro-ring-length): Remove unused defun.
9423         (kmacro-start-macro): Use kmacro-push-ring.
9425 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
9427         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
9428         directly instead of a lambda expression that calls it.
9430 2006-05-06  Kim F. Storm  <storm@cua.dk>
9432         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
9433         instead of compute-motion.
9435 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
9437         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
9438         change.
9440 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
9442         * startup.el (command-line-1): Refer to "Pure Storage" on
9443         pure-space-overflow.
9445 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
9447         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
9448         provided faces once they all have been used up.
9450 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
9452         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
9453         reference to the Lisp manual to the warning about pure space
9454         overflow.
9456 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9458         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
9459         argument to avoid the call to `ispell-internal-change-dictionary'
9460         when not needed.
9461         (ispell-change-dictionary): Use this argument and call
9462         `ispell-internal-change-dictionary' after the possible change
9463         to `ispell-local-dictionary'.
9464         (ispell-internal-change-dictionary): Check for a change in
9465         personal dictionary use too.
9467 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
9469         * startup.el (command-line): On MS-Windows, probe "~", not
9470         "~USER", for warning about non-existent home directory
9472         * arc-mode.el (archive-l-e): New optional argument `float' means
9473         generate a float value.
9474         (archive-arc-summarize, archive-lzh-summarize)
9475         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
9476         with 3rd argument non-nil when file's size is being computed.
9477         Format the file sizes with %8.0f instead of %8d.
9479 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9481         * cus-start.el (all): Add mac-dnd-known-types.
9483         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
9484         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
9485         (mac-TIFF-to-string): New functions.
9486         (x-get-selection, x-selection-value)
9487         (mac-select-convert-to-string): Use them.
9488         (mac-text-encoding-mac-japanese-basic-variant): New constant.
9489         (mac-dnd-types-alist): New customization variable.
9490         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
9491         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
9492         (mac-dnd-handle-drag-n-drop-event): New functions.
9493         (mac-drag-n-drop): Remove function.
9494         (global-map): Bind drag-n-drop and M-drag-n-drop to
9495         mac-dnd-handle-drag-n-drop-event.
9497 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
9499         * progmodes/perl-mode.el (perl-beginning-of-function):
9500         Skip anonymous subs.
9502 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
9504         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
9505         regexp-opt at run time.
9507         * term.el (term-handle-ansi-escape): Fix off by one error.
9509 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
9511         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
9512         (gdb-init-1, gdb-post-prompt): ...and references to it.
9513         (gdb-frame-handler): Strip directory name from filename if present.
9515         * progmodes/gud.el (gdb-force-update): Delete defvar
9516         (gud-speedbar-buttons): ...and references to it.  Use window-start
9517         to try to keep positon in watch expression.
9519 2006-05-03  Richard Stallman  <rms@gnu.org>
9521         * simple.el (next-history-element, previous-history-element): Doc fix.
9523         * isearch.el (isearch-update-ring): Doc fix.
9525 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
9527         * isearch.el (isearch-update-ring): Take history-delete-duplicates
9528         into consideration.  Replace one arm ifs with whens.
9530 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
9532         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
9533         (menu): Fix typo.
9535 2006-05-02  Miles Bader  <miles@gnu.org>
9537         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
9539 2006-05-02  Jay Belanger  <belanger@truman.edu>
9541         * calc/calc-embed.el (calc-override-minor-modes-map)
9542         (calc-override-minor-modes): New variables.
9543         (calc-do-embedded): Make sure that Calc keystrokes aren't
9544         overwritten by minor modes.
9546 2006-05-02  Chong Yidong  <cyd@mit.edu>
9548         * msb.el (msb): If EVENT is a down event, read and discard the up event.
9550 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9552         * startup.el (command-line-1): Refer to Lisp manual when
9553         pure-space-overflow occurs.
9555         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
9556         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
9557         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
9558         (version-control): Don't use `t' for safe-local-variable declarations.
9560 2006-05-01  Richard Stallman  <rms@gnu.org>
9562         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
9563         M-r, M-R, M-A, M-SPC or M-DEL.
9564         (diff-mode-map): diff-refine-hunk now on C-c C-w
9565         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
9567         * help-mode.el (help-mode): view-exit-action calls delete-window
9568         only when it is safe and possible.
9570         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
9571         in messages.
9573         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
9575         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
9576         in the default tool-bar-map.
9578 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
9580         * net/tramp.el (tramp-completion-file-name-handler-alist)
9581         (tramp-run-real-handler, tramp-completion-run-real-handler)
9582         (tramp-completion-handle-file-name-all-completions)
9583         (tramp-completion-handle-file-name-completion): Autoload them.
9584         (tramp-completion-handle-file-exists-p)
9585         (tramp-completion-handle-file-name-directory)
9586         (tramp-completion-handle-file-name-nondirectory)
9587         (tramp-completion-handle-expand-file-name): Remove them.
9588         (tramp-handle-file-name-directory): Return the real directory name.
9589         Returning "/" only doesn't need to be necessary any longer.
9590         (tramp-file-name-handler): Make special attention when in hostname
9591         completion mode.
9592         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
9593         (tramp-register-file-name-handlers):
9594         Register `tramp-completion-file-name-handler' only when
9595         `partial-completion-mode' is enabled.
9596         (tramp-completion-handle-file-name-all-completions):
9597         Delete directory part from results.
9598         (tramp-get-completion-methods, tramp-get-completion-user-host):
9599         Discard deleting "/", it doesn't work after the change of
9600         `tramp-handle-file-name-directory' above.
9602 2006-05-01  Kim F. Storm  <storm@cua.dk>
9604         * progmodes/grep.el (grep-expand-template): Use save-match-data
9605         and symbol-value.
9607 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9609         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
9610         Use select-frame-set-input-focus instead of raise-frame.
9611         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
9613 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
9615         * progmodes/gud.el (gud-def): Add %c case.
9616         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
9617         (gud-format-command): Make match case sensitive.  Match on %F.
9619 2006-04-30  Glenn Morris  <rgm@gnu.org>
9621         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
9622         (cal-tex-preamble): Use cal-tex-preamble-extra.
9623         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
9624         than alias `list-diary-entries'.
9626 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
9628         * help-fns.el (describe-variable): Add info about safe local variables.
9630 2006-04-29  Richard Stallman  <rms@gnu.org>
9632         * bindings.el (mode-line-format): help-echo doc fixes.
9634         * net/tramp.el (tramp-file-name-handler-alist): Delete
9635         expand-file-name and other operations that can cause spurious loading.
9637 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9639         * files.el (safe-local-variable-p): Remove support for the special
9640         value t.
9642         * textmodes/paragraphs.el (sentence-end-without-space):
9643         Fix safety predicate.
9644         (sentence-end-double-space, sentence-end-without-period)
9645         (paragraph-ignore-fill-prefix):
9646         * textmodes/fill.el (colon-double-space):
9647         * abbrev.el (abbrev-mode): Tighten the safety predicate.
9649         * subr.el (booleanp): New fun.
9651         * textmodes/reftex-vars.el (reftex-guess-label-type):
9652         Tighten the safety predicate.
9654 2006-04-28  Kim F. Storm  <storm@cua.dk>
9656         * progmodes/grep.el (defgroup grep): Doc fix.
9657         (grep-auto-highlight): Remove.
9658         (grep-template): New defcustom.
9659         (grep-find-template): Rename from grep-tree-template.
9660         (grep-files-aliases): Rename from grep-tree-files-aliases.
9661         Remove "all" alias, add "l" alias.
9662         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
9663         (grep-find-ignored-directories): New defcustom to replace
9664         grep-tree-ignore-CVS-directories, to facilitate ignoring
9665         subdirectories for multiple version control systems.
9666         (grep-mode-map): Add Recursive grep item to GREP menu.
9667         (grep-regexp-history, grep-files-history): New defvars.
9668         (grep-probe): New helper function.
9669         (grep-compute-defaults): Use it to simplify code.
9670         Adapt to name changes.
9671         Use `.' as base in grep-find-template rather than <D>.
9672         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
9673         Call grep-compute-defaults unconditionally.
9674         (grep-expand-keywords): New defconst.
9675         (grep-expand-template): Rename from grep-expand-command-macros.
9676         Simplify via grep-expand-keywords.  Look at case-fold-search instead
9677         of grep-tree-ignore-case to add -i option.
9678         Bind case-fold-search to nil while matching keywords.
9679         (grep-tree-last-regexp, grep-tree-last-files): Remove.
9680         (grep-read-regexp, grep-read-files): New helper functions.
9681         (rgrep): Rename from grep-tree.  Rework to use proper histories.
9682         Adapt to changes in defcustoms and functions above.
9683         (lgrep): New command, as grep, but using same interactive UI as rgrep.
9685 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
9687         * net/tramp.el (tramp-completion-file-name-handler):
9688         Disable Tramp's functionality while loading Tramp itself.
9689         (tramp-register-file-name-handlers): That's a defsubst now.
9690         Code from `tramp-repair-jka-compr' moved here.  Apply it via
9691         `after-init-hook'.
9692         (tramp-repair-jka-compr): Remove.
9694 2006-04-27  Jay Belanger  <belanger@truman.edu>
9696         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
9697         read expression when `math-read-big-expr' doesn't work.
9699 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
9701         * startup.el (command-line-1): Display warning when
9702         pure-space-overflow is non-nil.
9704 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9706         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
9707         risky.
9709 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9711         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
9712         Return the URL or nil if none can be generated.
9714 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
9716         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
9717         byte compiler warnings.
9718         (gud-basic-call, gud-find-expr): Let user select an expression
9719         for printing.  Print expression as well as value in GUD buffer.
9721 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
9723         * allout.el: Remove local autoload declaration for
9724         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
9725         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
9726         (allout-plain-bullets-string, allout-distinctive-bullets-string)
9727         (allout-use-mode-specific-leader, allout-old-style-prefixes)
9728         (allout-stylish-prefixes, allout-numbered-bullet)
9729         (allout-file-xref-bullet, allout-presentation-padding)
9730         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
9731         safe-local-variable with suitable value spec, and add autoload
9732         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
9733         (move-beginning-of-line, move-end-of-line): Repair so these compat
9734         functions now actually resituate the point, when appropriate.
9736 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9738         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
9740         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
9741         (add-log-iso8601-time-string): Fix call to format-time-string.
9743 2006-04-26  Kim F. Storm  <storm@cua.dk>
9745         * subr.el (posn-string, posn-image, posn-object): Doc fix.
9747 2006-04-26  Masatake YAMATO  <jet@gyve.org>
9749         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
9750         Add support for "//" style comments.  Remove `b' flag
9751         from ?* in `asm-mode-syntax-table'.
9753 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9755         * follow.el: Use (featurep 'xemacs) everywhere.
9756         (follow-mode): Use define-minor-mode.
9757         (follow-mode-map): Move initialization into the declaration.
9758         Use command remapping.
9759         (follow-emacs-version-xemacs-p): Remove.
9760         (follow-submit-feedback): Remove.
9762         * allout.el (allout-layout, allout-passphrase-verifier-string)
9763         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
9765         * textmodes/reftex-vars.el (reftex-vref-is-default)
9766         (reftex-fref-is-default, reftex-guess-label-type):
9767         Tighten up a bit the safety predicate.
9769         * textmodes/paragraphs.el (sentence-end-double-space)
9770         (sentence-end-without-period, sentence-end-without-space)
9771         (page-delimiter, paragraph-ignore-fill-prefix):
9772         Tighten up a bit the safety predicate.
9774         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
9776         * progmodes/python.el (python-continuation-line-p)
9777         (python-beginning-of-statement): syntax-ppss may return
9778         a negative depth.
9779         (python-mode): Don't forcefully enable font-lock.
9781         * time-stamp.el (time-stamp-start, time-stamp-end)
9782         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
9784         * add-log.el: Remove spurious * in docstrings.
9785         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
9786         (add-change-log-entry): Use it here, since it's not specific
9787         to iso8601.
9788         (add-log-iso8601-time-string): Don't use it here any more.
9789         (change-log-indent-text, change-log-indent): Rename from add-log-*.
9791         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
9793 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
9795         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
9796         (rcirc-toggle-low-priority): Doc fix.
9797         (rcirc-handler-NOTICE): Remove beginning of line anchor in
9798         ChanServ regexp.
9799         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
9800         #emacs.
9801         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
9802         (rcirc-decode-coding-system): Use utf-8 as the default.
9803         (rcirc-multiline-minor-mode): Set the fill-column.
9804         (rcirc-format-response-string): Display bright and dim nicks.
9805         (rcirc-browse-url): Update interactive spec to fill ARG.
9806         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
9807         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
9809 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
9811         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
9812         case for @Article, etc.
9814 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
9816         * net/tramp.el (tramp-register-file-name-handlers): New defun.
9817         Added with autoload cookie.
9818         (tramp-unload-file-name-handlers): Rename from
9819         `tramp-unload-file-name-handler-alist'.
9821 2006-04-23  Romain Francoise  <romain@orebokech.com>
9823         * comint.el (comint-match-partial-filename): Doc fix.
9825 2006-04-21  Glenn Morris  <rgm@gnu.org>
9827         * calendar/cal-menu.el (calendar-mode-map): Refer to
9828         `diary-view-entries' rather than alias `view-diary-entries'.
9829         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
9831 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
9833         * progmodes/antlr-mode.el (antlr-default):
9834         * cus-edit.el (custom-documentation):
9835         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
9836         in defface.
9838 2006-04-21  Kim F. Storm  <storm@cua.dk>
9840         * image.el (image-type): New defun split out of create-image.
9841         (create-image): Use it.
9843 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
9845         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
9846         (org-open-at-point): Remove the "...done" message to keep output
9847         in the echo area visible.
9848         (org-export-as-xoxo): Fix call to `indent-region'.
9850 2006-04-21  Kevin Ryde  <user42@zip.com.au>
9852         * international/mule.el (keyboard-coding-system): defcustom
9853         info-link fixes: "Specify Coding" has been split, keyboard now in
9854         "Terminal Coding", and "Single-Byte Character Support" is now
9855         "Unibyte Mode".
9857 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
9859         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
9860         Use font-lock-warning-face for any errors e.g. no stack.
9861         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
9863 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
9865         * progmodes/sh-script.el (sh-shell): Mark as safe.
9867         * newcomment.el (comment-start, comment-start-skip)
9868         (comment-end-skip, comment-end): Mark as safe.
9870 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
9872         * textmodes/org.el (org-deadline-announce): Face removed.
9873         (org-level-faces, org-n-levels): Convert to constant.
9874         (org-compatible-face): New function.
9875         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
9876         (org-level-5, org-level-6, org-level-7, org-level-8)
9877         (org-special-keyword, org-warning, org-headline-done, org-link)
9878         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
9879         (org-scheduled-today, org-scheduled-previously, org-time-grid):
9880         Face definition revised for better color tty support.
9881         (org-bold-re, org-italic-re, org-underline-re): New constants.
9882         (org-set-font-lock-defaults): Use the new constants.
9883         (org-agenda-highlight-todo): New function.
9884         (org-agenda-todo): Fix bug with point at end of line.
9885         (org-agenda-change-all-lines, org-finalize-agenda-entries):
9886         Fontify TODO keywords.
9887         (org-insert-link): Preserve relative path in ../ links.
9888         (org-export-as-html): Convert links pointing to .org files into
9889         links that will work beteen the exported HTML files.
9890         (org-todo-list): Fix bug when arg=0.
9891         (org-insert-heading): More fine-tuning.
9893 2006-04-19  Romain Francoise  <romain@orebokech.com>
9895         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
9896         from `rmail-mime-charset-pattern'.
9898 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9900         * progmodes/python.el (python-mode): Fix typo.
9902 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
9904         * comint.el (comint-previous-input): Don't clobber input line
9905         when moving off either end of the input history ring.
9906         (comint-delete-input): New function, used by
9907         `comint-previous-input' and others.
9908         (comint-previous-matching-input):
9909         Use `coming-delete-input'.  Save the partial input if leaving the
9910         edit line.  Goto point-max before deleting input to avoid
9911         partial input fragments hanging around.
9912         (comint-restore-input): New function, used by `comint-previous-input'.
9914 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
9916         * imenu.el (imenu--index-alist): Balance parentheses.
9918 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9920         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
9922 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
9924         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
9925         file is nil.
9927 2006-04-18  Richard Stallman  <rms@gnu.org>
9929         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
9931         * imenu.el (imenu-create-index-function, imenu--index-alist)
9932         (imenu--last-menubar-index-alist, imenu--make-index-alist)
9933         (imenu-default-create-index-function, imenu--generic-function):
9934         Doc fixes.
9936         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
9938         * help-mode.el (help-mode): Set view-exit-action to delete window.
9940         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
9941         now works by passing nil as arg.
9943         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
9945         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
9946         (read-abbrev-file): Provide default when reading filename.
9948         * files.el (enable-local-variables): Allow :all as value.
9949         (hack-local-variables): Implement that value.
9950         (safe-local-variable-values, safe-local-eval-forms)
9951         (enable-local-variables): Mark as risky.
9952         (find-file-visit-truename, kept-old-versions): Mark safe.
9954         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
9955         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
9956         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
9958 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9960         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
9961         Use forward-line so as to get to BOL even in the presence of fields.
9962         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
9963         in return.
9964         (inferior-tcl): Tell tclsh to work in interactive mode.
9966         * complete.el (partial-completion-mode):
9967         Use 'choose-completion-string-functions to make sure that
9968         choose-completion fills the minibuffer properly.
9970         * complete.el (PC-old-read-file-name-internal): Remove.
9971         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
9972         of read-file-name-internal.
9973         (partial-completion-mode): Enable/disable this advice.
9975 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
9977         * net/tramp.el (tramp-completion-file-name-handler): Revert change
9978         of 2006-04-17.
9980 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
9982         * textmodes/org.el (org-insert-heading): Insert heading before
9983         current if at beginning of line.
9984         (org-todo, org-date): New faces.
9985         (org-table-align): Make sure tooltip window contains full text.
9986         (org-no-properties): New defsubst.
9987         (org-set-font-lock-defaults): Use new faces.
9989 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
9991         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
9992         for root variables.
9994         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
9995         (gdb-frame-address): Re-use to identify frame for watch expression.
9996         (gdb-var-list, gdb-var-create-handler): Add frame address for root
9997         variables.
9998         (gdb-init-1, gdb-source, gdb-post-prompt)
9999         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10000         (gdb-frame-handler): Get gdb-frame-address.
10002 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
10004         Sync with Tramp 2.0.53.
10006         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10007         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10008         (tramp-completion-file-name-handler): Add autoload cookie for
10009         adding to `file-name-handler-alist'.
10011         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10012         the prompt.  If it returns earlier (when detecting an error
10013         message), the rest of the output will merge accidently with the
10014         output of the next command.  Reported by M Jared Finder
10015         <jared@hpalace.com>.
10017         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10018         for `process-file', in order to let it work for older Emacsen too.
10020 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
10022         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10023         (tex-font-lock-keywords-3): Use it.
10025 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10027         * newcomment.el (comment-add): New function.
10028         (comment-region-default, comment-dwim): Use it.
10030 2006-04-15  Michael Olson  <mwolson@gnu.org>
10032         * emacs-lisp/tq.el: Improve comments.
10033         (tq-queue-head-question): New accessor function.
10034         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10035         Update for modified queue structure.
10036         (tq-queue-add): Accept `question' argument.
10037         (tq-queue-pop): If a question is pending, send it.
10038         (tq-enqueue): Accept new optional argument `delay-question'.
10039         If this is non-nil, and at least one other question is pending a
10040         response, queue the question rather than sending it immediately.
10042 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10044         * calendar/appt.el (appt-add): Check whether an appointment is
10045         already present in appt-time-msg-list.  Simplify code.
10047 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10049         * progmodes/cc-langs.el (c-mode-menu):
10050         Don't presume c-subword-mode is bound.
10052 2006-04-13  Bill Wohler  <wohler@newt.com>
10054         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10055         (customize-package-emacs-version): Use cdr instead of cadr now
10056         that alists use dotted pairs.
10058         * custom.el (defcustom): Fix docstring for :package-version.
10060 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
10062         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10063         (tramp-handle-shell-command): Display output buffer only when
10064         `tramp-display-shell-command-buffer' is true.
10065         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10067 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10069         * textmodes/org.el (org-set-autofill-regexps): Set only the local
10070         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10072 2006-04-13  Romain Francoise  <romain@orebokech.com>
10074         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10075         leaving temporary .cvsignore buffers behind.
10077 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10079         * textmodes/org.el (org-set-regexps-and-options)
10080         (org-get-current-options): Better names for the startup folding
10081         options.
10083 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
10085         * vc.el (vc-annotate): Arrange for point to end up at the same
10086         line number as in the original, but only when using a new buffer.
10088 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
10090         * files.el (hack-one-local-variable-eval-safep):
10091         Recognize `edebug-form-spec' for `put', but only if it passes
10092         `edebug-basic-spec'.  Generalize `put' handling.
10094         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10095         vetting file-local form specs.
10097         * allout.el (allout-layout): Autoload its `safe-local-variable'
10098         property.
10100 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10102         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10103         (org-agenda-mouse-1-follows-link)
10104         (org-mouse-1-follows-link): New options.
10105         (org-format-agenda-item): Fix bug if TAGS is nil.
10106         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10108 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
10110         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10111         GDB 6.1+ gives full filename for "info sources" so use
10112         file-name-nondirectory.
10114 2006-04-12  Romain Francoise  <romain@orebokech.com>
10116         * subr.el (read-passwd): Bind `message-log-max' to nil.
10118 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10120         * progmodes/perl-mode.el (perl-indent-new-calculate):
10121         Recompute parse-start after jumping backward by a whole sexp.
10123 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10125         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10126         window configuration.
10127         (vc-annotate-display-select): Select the buffer so that current-buffer
10128         (and selected-window) is the output buffer at the end of vc-annotate.
10130 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
10132         * vc.el (vc-annotate-color-map): Add custom TTY color map for
10133         8-color terminals, to use all of the colors in a sensible order.
10134         256-color terminals work well with the standard map.
10135         (vc-annotate-lines): Only strip the first color character if it
10136         is "#", to allow for terminal-style named colors.
10137         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10138         the correct buffer is scrolled.
10140 2006-04-11  Richard Stallman  <rms@gnu.org>
10142         * emacs-lisp/bytecomp.el (byte-compile-file):
10143         Bind enable-local-variables to :safe, and make normal-mode obey it.
10145         * files.el (enable-local-variables): Allow value :safe.
10146         (normal-mode): Doc fix.
10147         (hack-local-variables): Implement enable-local-variables = :safe.
10148         (hack-local-variables-confirm): Don't prevent quitting.
10150 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10152         * loadhist.el (unload-feature): A bit of sanity check of
10153         load-history entries.  Cancel timer-vars before unbinding them.
10155         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10156         quote special chars, and make the trick work on the hex part of the
10157         buffer as well.
10158         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10159         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10161         * startup.el (normal-splash-screen): Fix last change so we don't wait
10162         2 minutes if we don't show the splash screen.
10164 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
10166         * textmodes/org.el (org-export-plain-list-max-depth)
10167         (org-table-spaces-around-separators)
10168         (org-radio-targets, org-activate-camels)
10169         (org-table-spaces-around-invisible-separators): Options removed.
10170         (org-time-stamp-rounding-minutes, org-remember-templates)
10171         (org-ellipsis, org-activate-links, org-descriptive-links):
10172         New options.
10173         (org-remember-apply-template, org-current-time)
10174         (org-finish-edit-table-field)
10175         (org-link-unescape, org-link-escape)
10176         (org-string-width, org-table-clean-line, org-html-do-expand)
10177         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10178         (org-read-agenda-file-list): New functions.
10179         (org-table-edit-field)
10180         (org-table-create-or-convert-from-region): New commands
10181         (org-table-toggle-vline-visibility): Command removed.
10182         (org-table-convert-region): Made a command.
10183         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10184         Replace with the normal org- functions.
10185         (org-self-insert-command): Don't trigger realign unnecessarily
10186         when blanking a field that is not full.
10187         (org-mode): `Set buffer-invisibility-spec' for links.
10188         (org-activate-links2): Hide link part and only show descriptive
10189         part of the link.
10190         (org-insert-link): Modify for new linking system.
10191         (org-store-link): Store description separately, for use by
10192         `org-insert-link'.
10193         (org-table-align): Use `org-string-width'.
10194         (defgroup): Completely new group structure for custom variables.
10195         (org-agenda-files): Option: Single file name allowed.  Function:
10196         Optional argument unrestrited means ignore any restricitons.
10197         (org-install-agenda-files-menu): Find a buffer in Org-mode before
10198         trying to modify the menu.  Use generalized access to
10199         `org-agenda-files.'
10200         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10201         (org-agenda-file-to-front, org-remove-file, org-diary)
10202         (org-tags-view, org-export-icalendar-all-agenda-files)
10203         (org-export-icalendar-combine-agenda-files): Use generalized
10204         access to `org-agenda-files'.
10205         (org-remember-handler): Correctly preserve heading if present.
10206         (org-table-insert-row, org-table-insert-hline): Deal with
10207         invisible characters.
10209 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
10211         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10212         (vc-annotate-color-map): New 18 element constant
10213         value/saturation, rotating hue colormap, from red->blue.
10214         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10215         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10216         (vc-annotate): To avoid killing the required local variables,
10217         set them before the end of `with-output-to-temp-buffer', and
10218         after first switching to annotate-mode.
10219         (vc-annotate-warp-version): Add buffer argument in goto-line to
10220         ensure annotation, not source, is scrolled.
10222 2006-04-10  Bill Wohler  <wohler@newt.com>
10224         * custom.el (defcustom, custom-handle-keyword):
10225         Add :package-version keyword.
10226         (custom-add-package-version): New function.  Sets value of new
10227         property 'custom-package-version from :package-version keyword.
10228         (defcustom): Create Common Keywords section in docstring.
10229         (defface, defgroup): Replace definitions of a select few keywords
10230         with a reference to the Common Keywords in defcustom.
10231         (defcustom, defface, defgroup): Replace reference to Customization
10232         chapter in manual with hyperlink.
10234         * cus-edit.el (customize-package-emacs-version-alist): New variable.
10235         (customize-changed-options): Add check for custom-package-version.
10236         (customize-package-emacs-version): New function to look up Emacs
10237         version corresponding to the given package version.
10239         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10240         defun name, in similar fashion to find-variable-regexp.
10242 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
10244         * international/mule-cmds.el (set-locale-environment): Fix last
10245         change for when the locale's preferences don't specify any encoding.
10247 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10249         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10250         so the defined var/fun doesn't need to be quoted.
10252 2006-04-10  Richard Stallman  <rms@gnu.org>
10254         * finder.el (finder-mode-map): Add n and p bindings.
10256 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
10258         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10259         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10260         (gdb-setup-windows): Put something in source window if we can't find
10261         the source file.
10262         (gdb-frame-handler): Make it work again with just assembly.
10263         (gdb-data-list-register-values-handler): Make it work when there is
10264         no stack.
10266 2006-04-09  Richard Stallman  <rms@gnu.org>
10268         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10269         specs while looking for charset.
10271         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10273         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10274         Make them faces.
10275         (lm-font-lock-keywords): Update appropriately.
10277 2006-04-10  Kim F. Storm  <storm@cua.dk>
10279         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10280         it can also replace buffer-substring-no-properties.
10282         * emulation/cua-base.el (cua-delete-region, cua-paste)
10283         (cua-repeat-replace-region): Use filter-buffer-substring.
10285         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10286         (cua-cut-region-to-global-mark): Likewise.
10288         * emulation/cua-rect.el (cua--extract-rectangle)
10289         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10291 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10293         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10294         entry-type.  Add field delimiters to numerical fields if they are
10295         not present.
10297 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10299         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10300         string-const to return value.
10301         (bibtex-remove-delimiters): Use it.
10303 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10305         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
10306         cl-byte-compile-compiler-macro unless it exists.
10308 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
10310         * files.el (hack-local-variables-confirm) <offer-save>:
10311         Clarify message text.  Suggested by Ralf Angeli.
10313 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10315         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
10316         (delete-extract-rectangle-line): Use `filter-buffer-substring'
10317         instead of `buffer-substring' and `delete-region'.  (Most of the
10318         code actually copied from `kill-region'.)
10320 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
10322         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
10323         (rcirc-default-port): Rename from rcirc-port.
10324         (rcirc-default-nick): Rename from rcirc-nick.
10325         (rcirc-default-user-name): Rename from rcirc-user-name.
10326         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
10327         (rcirc-low-priority-flag): New variable.
10328         (rcirc-decode-coding-system): New defcustom.
10329         (rcirc-encode-coding-system): New defcustom.
10330         (rcirc-coding-system-alist): New defcustom.
10331         (rcirc-multiline-major-mode): New defcustom.
10332         (rcirc-nick): New internal variable.
10333         (rcirc-process): Remove variable.
10334         (rcirc-server-buffer): New variable.
10335         (rcirc): Update to use rcirc-default-* variables above.
10336         (rcirc-connect): Do not add window-configuration-hook-here.
10337         (rcirc-server): New internal variable.
10338         (rcirc-connect): Do not send keepalive pings if
10339         rcirc-keepalive-seconds is nil.
10340         (with-rcirc-server-buffer): New macro.
10341         (rcirc-send-string): Encode with rcirc-encode-coding-system.
10342         (rcirc-server-name): Rename from rcirc-server.
10343         (rcirc-buffer-process): New function.
10344         (rcirc-buffer-nick): New function.
10345         (rcirc-buffer-target): Remove function.
10346         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10347         New commands.
10348         (rcirc-mode-map): Change binding of C-c C-l to
10349         rcirc-toggle-low-priority.
10350         (rcirc-mode): Initialize coding system based on
10351         rcirc-coding-system-alist.  New change-major-mode-hook to part the
10352         channel on a mode change.  Make kill-buffer-hook buffer-local.
10353         (rcirc-change-major-mode-hook): New function.
10354         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
10355         (rcirc-last-post-time): New variable.
10356         (rcirc-process-message): Store the last time user posted a message
10357         to this target.
10358         (rcirc-multiline-minor-mode): New mode.
10359         (rcirc-multiline-minor-mode-map): New mode map.
10360         (rcirc-edit-multiline): Put multiline-edit buffer in
10361         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
10362         (rcirc-print): Ignore any line starting with an ignored nick.
10363         (rcirc-print): Decode using rcirc-decode-coding-system.
10364         (rcirc-track-minor-mode): Update global-mode-string when disabling
10365         this mode.
10366         (minor-mode-alist): Add LowPri indicator.
10367         (rcirc-toggle-low-priority): New function.
10368         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
10369         next lowpriority buffer with activity.
10370         (rcirc-record-activity): Sort buffers in rcirc-activity by the
10371         last time the user posted a message in to the target.
10372         (rcirc-update-activity-string): New formatting for low priority
10373         buffers.
10374         (rcirc-split-activity): New function.
10375         (rcirc-handler-PART, rcirc-handler-KICK)
10376         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
10377         (rcirc-nick-away-alist): New variable.
10378         (rcirc-handler-301): New handler.  Away messages are printed once
10379         per change.
10381 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
10383         * info.el (Info-follow-nearest-node): Doc fix.
10385         * international/mule-cmds.el (set-locale-environment): Make sure
10386         the coding-system preferred by the locale's language has the same
10387         EOL conversion type as the original buffer-file-coding-system.
10388         (locale-language-names): Add a few MS Windows language codes.
10390 2006-04-07  Richard Stallman  <rms@gnu.org>
10392         * simple.el (eval-expression): Doc fix.
10394         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
10395         (eval-defun): Doc fixes.
10397 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
10399         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
10401 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
10403         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
10404         GDB list command without argument for greater generality.
10406 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10408         * subr.el (string-or-null-p): New function.
10410         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
10412         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
10414         * files.el: Update comment about safe-local-variable declarations.
10416 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
10418         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
10419         See idlwave.org.
10421         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
10422         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
10424         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
10425         See idlwave.org.
10427         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
10428         version 6.0 (minimal changes).  See idlwave.org.
10430         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
10431         6.0 (minimal changes).  See idlwave.org.
10433         * progmodes/idlw-rinfo.el: File obsoleted and removed.
10435 2006-04-06  Romain Francoise  <romain@orebokech.com>
10437         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
10438         symmetric encryption features and a new asynchronous interface to
10439         GnuPG.  This new version is version 1.4, plus whitespace changes.
10441 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10443         * files.el: Move some `safe-local-variable' declarations to the
10444         respective files.
10446         * textmodes/ispell.el (ispell-check-comments)
10447         (ispell-local-dictionary): Mark as safe.
10449         * abbrev.el (abbrev-mode): Mark as safe.
10451         * add-log.el (change-log-default-name): Mark as safe.
10453         * textmodes/reftex-vars.el (reftex-vref-is-default)
10454         (reftex-fref-is-default, reftex-level-indent)
10455         (reftex-guess-label-type): Mark as safe.
10457         * textmodes/fill.el (colon-double-space): Mark as safe.
10459         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
10460         (sentence-end-double-space, sentence-end-without-period)
10461         (sentence-end-without-space, sentence-end, sentence-end-base)
10462         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
10464 2006-04-06  Kim F. Storm  <storm@cua.dk>
10466         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
10467         the :set-after list.
10468         (ido-downcase-unc-hosts): New user option.  Default on.
10469         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
10470         when it is set, as regexps are now applied on the fly.
10471         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
10472         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
10473         on the fly, but only when ido-process-ignore-lists is set.
10474         Do case insensitive filtering if ido-downcase-unc-hosts is set.
10475         Only downcase names if ido-downcase-unc-hosts is set.
10477 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
10479         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
10481         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
10483 2006-04-05  Kim F. Storm  <storm@cua.dk>
10485         * ido.el (ido-mode): Set after ido-unc-hosts and
10486         ido-ignore-unc-host-regexps.
10487         (ido-save-history): Save ido-unc-hosts-cache.
10488         (ido-load-history): Load ido-unc-hosts-cache.
10489         (ido-reread-directory): Refresh unc hosts cache in // dir.
10491         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
10492         to nil while displaying slash screen.
10494 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10496         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10497         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10499 2006-04-05  Kenichi Handa  <handa@m17n.org>
10501         * international/characters.el: Setup cases of Latin, Greek, and
10502         Cyrillic characters in CJK charsets.
10504 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10506         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10507         default-enable-multibyte-characters.  This reverts the change from
10508         revision 6.17 which is no longer necessary because the passphrase
10509         is sent separately now.  GnuPG messages are unreadable under
10510         multibyte locales with default-enable-multibyte-characters set to nil.
10512 2006-04-04  Andreas Schwab  <schwab@suse.de>
10514         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
10515         and `byte-compile-warnings' as `safe-local-variable'.
10517 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
10519         * man.el (Man-mode-map): Restore the \r binding.
10520         (Man-abstract-xref-man-page): If Man-target-string is a function,
10521         call it.
10522         (Man-highlight-references): Use Man-default-man-entry to get the
10523         target.  Deal with xrefs too.
10524         (Man-highlight-references0): Don't call the target function.
10526         * woman.el (WoMan-xref-man-page): Strip the section number, woman
10527         cannot deal with it.
10529 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10531         * pgg-gpg.el: Clean up process buffers every time gpg processes
10532         complete.
10534 2006-04-04  Kenichi Handa  <handa@m17n.org>
10536         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
10537         here.
10538         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
10539         Temporarily bind inhibit-field-text-motion to t.
10541 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10543         * startup.el (normal-splash-screen): Only set mode-line-format in the
10544         splash buffer, so as not to interfere when debugging the code.
10545         Ignore errors when switching buffer.
10547 2006-04-03  Romain Francoise  <romain@orebokech.com>
10549         * dired.el (dired-dnd-protocol-alist): Fix typo.
10551 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10553         * savehist.el (savehist): Add :version.
10554         (savehist-ignored-variables): New variable.
10555         (savehist-minibuffer-hook): Don't save variables listed in
10556         `savehist-ignored-variables'.
10558         * dired.el (dired-dnd-protocol-alist): Mention that change does
10559         only apply to new buffers in doc string.
10561 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
10563         * recentf.el (recentf-open-files-item): Include newline in button
10564         field, so opening a file will work, when the point is at the end
10565         of the file name.  Allow, for example, to [i]search a file by
10566         extension and just push RET to open it.
10568 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10570         * pgg-gpg.el (pgg-gpg-process-filter)
10571         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10573         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10574         lines, temporary fix.
10576 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10578         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
10580 2006-04-02  Richard Stallman  <rms@gnu.org>
10582         * progmodes/compile.el (compilation-message-face): Make it defcustom.
10584 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10586         * ibuf-macs.el (define-ibuffer-column): Add a new key:
10587         header-mouse-map.
10589         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
10590         (ibuffer-mode-header-map): New keymaps.
10591         (ibuffer-update-title-and-summary): Enable mouse face highlighting
10592         and keybindings for column headers.
10593         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
10594         property.
10596 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
10598         * speedbar.el (speedbar-after-create-hook): Doc fix.
10600 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
10602         * shell.el (shell-directory-tracker)
10603         (shell-dynamic-complete-command): Doc fixes.
10605 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
10607         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
10608         terminals.
10610 2006-04-01  Kim F. Storm  <storm@cua.dk>
10612         * ido.el (ido-unc-hosts-cache): New defvar.
10613         (ido-unc-hosts): If value of defcustom is a function, call it to
10614         get list of UNC hosts.  Add function-item choices to specify
10615         ido-unc-hosts-net-view or user function.
10616         (ido-ignore-unc-host-regexps): New defcustom.
10617         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
10618         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
10619         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
10621 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10623         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
10624         wwidth.
10626 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
10628         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
10629         (ido-max-work-file-list, ido-switch-buffer)
10630         (ido-read-file-name-as-directory-commands):
10631         Fix typos in docstrings.
10633 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10635         * term/mac-win.el (mac-system-coding-system): Define and use after
10636         Mac-specific coding systems are ready.
10638 2006-03-27  Romain Francoise  <romain@orebokech.com>
10640         * net/rcirc.el (rcirc-connect): Add autoload cookie.
10642         * ldefs-boot.el: Update.
10644 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10646         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10647         passphrases when it is not needed.
10648         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10649         passphrase stuff from gpg, should only be necessary when you use
10650         gpg with a smartcard.
10652 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
10654         * comint.el (comint-dynamic-list-completions): Allow user to
10655         select *Completions* buffer.
10657 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
10659         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
10661 2006-03-26  Andreas Schwab  <schwab@suse.de>
10663         * progmodes/gud.el (gdb): Only complain about multiple debugging
10664         when the gdb process is still running.
10666 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
10668         * mail/rmail.el (tool-bar-map): Defvar it.
10669         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
10670         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
10672 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
10674         * help.el (print-help-return-message): Suggest to use
10675         display-buffer instead of switch-to-buffer-other-window to restore
10676         the previous window without selecting it.
10678 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10680         * frame.el (select-frame-by-name): Call x-focus-frame also when
10681         window-system is mac.
10683         * term/mac-win.el: Adjust Courier font specifications in
10684         x-fixed-font-alist.
10685         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
10686         when directly encoding to UTF-16 in native byte order, no BOM.
10688 2006-03-25  Kim F. Storm  <storm@cua.dk>
10690         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
10691         (cua--init-keymaps): Use it instead of fixed C-return.
10692         (cua-mode): Set after it.
10694         * emulation/cua-rect.el (cua--init-rectangles):
10695         Use cua-rectangle-mark-key instead of fixed C-return.
10697 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
10699         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
10700         "run" in .gdbinit.
10701         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
10703 2006-03-24  Romain Francoise  <romain@orebokech.com>
10705         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
10706         `display-buffer-other-frame'.
10708 2006-03-24  Kim F. Storm  <storm@cua.dk>
10710         * apropos.el (apropos-synonyms): Add selection => region.
10712 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10714         * progmodes/gdb-ui.el (gdb-var-create-regexp)
10715         (gdb-var-list-children-regexp, gdb-var-update-regexp)
10716         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
10717         (gdb-data-list-register-values-regexp)
10718         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
10719         Future proof against new fields being added to MI output.
10720         (gdb-send): Don't treat backslashes for program input as
10721         continuations.
10722         (gdb-assembler-handler): Don't use window-start for this handler.
10723         (gdb-frame-handler): Don't change to hollow arrow if overlay
10724         arrow doesn't move to new frame.
10726 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10728         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
10729         prevent compiler warnings.
10730         (gdb-stopped): Check for gud-last-last-frame (case: signal).
10731         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
10732         (gdb-assembler-custom): Use hollow-right-triangle for assembler
10733         buffer too.
10735 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
10737         * pgg-gpg.el (pgg-gpg-update-agent): Check for
10738         make-network-process, so we can use the same code in Gnus v5-10
10739         too and have this file fully synchronized with that release.
10741 2006-03-23  Romain Francoise  <romain@orebokech.com>
10743         * ibuf-ext.el (ibuffer-read-filter-group-name):
10744         Use `ibuffer-generate-filter-groups' to make completion list match
10745         the filter groups that are really displayed in the Ibuffer buffer.
10746         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
10748 2006-03-23  Kenichi Handa  <handa@m17n.org>
10750         * international/mule-cmds.el (sort-coding-systems): Describe that
10751         the argument is modified in docstring.
10753 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10755         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10756         (pgg-gpg-update-agent): New function.
10757         (pgg-gpg-use-agent-p): New function.
10758         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10759         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10760         (pgg-gpg-sign-region): Use it.
10762 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
10764         * cus-edit.el (custom-face-set): Call custom-push-theme before
10765         face-spec set so that `changed' theme is correctly saved.
10766         (custom-face-reset-standard): Reset to recalculated face rather
10767         than defface spec.
10769         * custom.el (custom-push-theme): Only save `changed' theme if the
10770         current face does not match the defface specs.
10772 2006-03-21  Simon Josefsson  <jas@extundo.com>
10774         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10775         <wilde@sha-bang.de>.
10776         (pgg-gpg-use-agent): New variable.
10777         (pgg-gpg-process-region): Use it.
10778         (pgg-gpg-encrypt-region): Likewise.
10779         (pgg-gpg-encrypt-symmetric-region): Likewise.
10780         (pgg-gpg-decrypt-region): Likewise.
10781         (pgg-gpg-sign-region): Likewise.
10782         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10784 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
10786         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
10787         bracket links.
10789 2006-03-21  Kim F. Storm  <storm@cua.dk>
10791         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
10792         fringe-indicator-alist instead of modifying global value.
10793         (gdb-frame-handler): Likewise.
10795 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
10797         * diff-mode.el (diff-function): Make it inherit from diff-header
10798         instead of diff-context.
10800         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
10801         bitmap.
10802         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
10803         change names in macro above for consistency.
10804         (gdb-frame-handler): Use hollow-right-triangle for all selected
10805         frames which except the innermost (where execution has stopped).
10806         (gdb-reset): Reset buffer-local values of overlay-arrow.
10808 2006-03-20  Richard Stallman  <rms@gnu.org>
10810         * simple.el (set-mark-command): Doc fix.
10812         * files.el (display-buffer-other-frame): New command.
10813         (ctl-x-4-map): Bind C-x 5 C-o to it.
10815 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10817         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
10818         rather than just defer-time, in case defer-time has been changed but
10819         the timer isn't running yet.
10820         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
10822 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
10824         * help-mode.el (help-follow-symbol): New function.
10825         Essentially identical to the old `help-follow', but do not let
10826         `push-button' do the work when on an xref.
10827         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
10829 2006-03-19  Richard Stallman  <rms@gnu.org>
10831         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
10832         preceded by the word `program'.
10833         (help-follow-mouse, help-follow): Throw error if not on xref.
10834         Delete no longer used args.
10836 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
10838         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
10839         annotation ensure gud-overlay-arrow-position is redisplayed.
10841 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10843         * textmodes/bibtex.el (bibtex-include-OPTkey)
10844         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
10845         (bibtex-autokey-name-case-convert)
10846         (bibtex-autokey-titleword-case-convert): Make these the aliases
10847         for the following two variables.
10848         (bibtex-autokey-name-case-convert-function)
10849         (bibtex-autokey-titleword-case-convert-function): Make these the
10850         real names.
10851         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
10852         bibtex-font-lock-crossref sublists.
10853         (bibtex-mode): Revert 2005-12-30 change (which made
10854         completion-ignore-case buffer-local).
10855         (bibtex-url): Simplify.
10857 2006-03-19  Kim F. Storm  <storm@cua.dk>
10859         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
10860         cursor property value to 2 (to align with C level change).
10862 2006-03-19  Bill Wohler  <wohler@newt.com>
10864         * image.el (image-load-path-for-library): Shorten first line in
10865         docstring.
10867 2006-03-18  Richard Stallman  <rms@gnu.org>
10869         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
10871 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
10873         * isearch.el (isearch-other-meta-char): Handle user bindings for
10874         shifted control characters.
10876 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
10878         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
10879         part that matches email addresses, file names, etc.
10881 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
10883         * term/w32-win.el (mouse-set-font):
10884         Mention w32-list-proportional-fonts in the doc string.
10886 2006-03-18  Kim F. Storm  <storm@cua.dk>
10888         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
10889         (ido-unc-hosts): New user option to explicitly define list of know
10890         UNC-style hosts for completion.
10891         (ido-cache-unc-host-shares-time): New user option.
10892         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
10893         New helper functions for UNC file-name support.
10894         (ido-may-cache-directory): Check for UNC host.  Simplify.
10895         (ido-wash-history): Clean out old UNC hosts.
10896         (ido-nonreadable-directory-p): UNC hosts are always readable.
10897         (ido-directory-too-big-p): UNC hosts are never too big.
10898         (ido-set-current-directory): Handle UNC root path.
10899         (ido-file-name-all-completions): Complete UNC host names from
10900         ido-unc-hosts list.  Cache UNC host shares.
10901         (ido-make-file-list-1): Don't filter UNC root.
10902         (ido-exhibit): Check for // in root directory, and switch to UNC
10903         mode by setting ido-current-directory to //.
10905 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10907         * cus-edit.el (customize-changed-options): Mention explicit
10908         version number as default in prompt.
10910 2006-03-17  Bill Wohler  <wohler@newt.com>
10912         * image.el (image-load-path-for-library): Minor docstring fix.
10914 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
10916         * textmodes/org.el (org-read-date): Include subgroup 5 into
10917         replacement text.
10918         (org-popup-calendar-for-date-prompt): Fix customization type.
10920 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
10922         * progmodes/gdb-ui.el (gud-watch): Provide completion.
10923         (gdb-continuation): New variable.
10924         (gdb-send): Deal with continuation lines.
10926         * progmodes/gud.el (gud-gdb-complete-command)
10927         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
10928         expressions.
10929         (gud-tooltip-mode): Use buffer-local value.
10931 2006-03-16  Kim F. Storm  <storm@cua.dk>
10933         * ido.el (ido-edit-input): Use selected match, if any.
10935 2006-03-16  Bill Wohler  <wohler@newt.com>
10937         * image.el (image-load-path-for-library): Prefer user's images in
10938         image-load-path.
10940 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
10942         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
10943         when checking for attempt to drag leftmost or rightmost scrollbar.
10945 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
10947         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
10948         (gdb-force-mode-line-update): New function.
10949         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
10950         (gdb-exited): Use them.
10951         (gdb-signal): New function.
10952         (gdb-annotation-rules): Provide a rule for it.
10954 2006-03-16  Kenichi Handa  <handa@m17n.org>
10956         * international/mule.el (auto-coding-regexp-alist): Add entries
10957         for Unicode BOM.
10959         * sort.el (sort-build-lists): Temporarily bind
10960         inhibit-field-text-motion to t.
10962 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
10964         * locate.el (locate-command, locate-make-command-line)
10965         (locate-fcodes-file, locate-update-command)
10966         (locate-prompt-for-command, locate, locate-with-filter)
10967         (locate-get-file-positions): Doc fixes.
10968         (locate-buffer-name, locate-header-face): Remove leading `*' in
10969         defcustom.
10970         (locate-filter-output): Use `keep-lines' instead of its alias
10971         `delete-non-matching-lines'.
10972         (locate-get-filename, locate-get-dirname): Add introductory comment.
10973         (locate-find-directory-other-window): Give appropriate error
10974         message if used outside main listing.
10976 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10978         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
10979         the new extend-region feature.
10980         (font-lock-after-change-function): Update correspondingly.
10981         * jit-lock.el (jit-lock-after-change): Update correspondingly.
10982         * progmodes/grep.el (font-lock-lines-before): Don't disable.
10984 2006-03-15  Bill Wohler  <wohler@newt.com>
10986         * image.el (image-load-path-for-library): Fix example by not
10987         recommending that one binds image-load-path.  Just defvar it to
10988         placate compiler and only use it if previously defined.
10990 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
10992         * textmodes/org.el (org-insert-centered): Use `string-width' to
10993         make underlining work for wide characters.
10994         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
10995         TAB to `org-cycle', to make sure that no binding in
10996         `outline-mode-map' can supercede it.
10998 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
11000         * allout.el: Increment version to 2.2.1 in file commentary.
11002         (allout-version): Increment to 2.2.1.
11004         (allout-default-layout): New customization variable, used when the
11005         file lacks a specific allout-layout.  Uses allout-layout-type for
11006         recursively nested definition.
11008         (allout-layout-type): Widget defining allout layouts, necessary for
11009         self-recursive definition.
11011         (allout-mode): Incorporate allout-default-layout as fallback for
11012         allout-layout.
11014         (allout-layout): Mark as 'safe-local-variable', and refer mention
11015         fallback to `allout-default-layout' in absence of a specified value.
11016         (allout-passphrase-verifier-string)
11017         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11019         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11021         (allout-get-encryption-passphrase-verifier): Use correct name of
11022         passphrase verifier in docstring.
11024 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
11026         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11027         elements.
11028         (gdb-find-watch-expression): Make it work for arrays too.
11029         Follow change to gdb-var-list.
11030         (gud-watch): Allow the user to enter variable name with a prexix
11031         arg.  Create keybindings.
11032         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11033         (gdb-var-list-children-handler, gdb-var-update-handler)
11034         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11035         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11036         Follow change to gdb-var-list.
11037         (gdb-starting): Don't show the overlay arrows when program is running.
11039         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11040         gdb-var-list.
11042 2006-03-14  Bill Wohler  <wohler@newt.com>
11044         * image.el (image-load-path-for-library): Pass value of path
11045         rather than symbol.  Always return list of directories.
11046         Guarantee that image directory comes first.
11048 2006-03-14  Alan Mackenzie  <acm@muc.de>
11050         * font-core.el (font-lock-extend-region\(-function\)?.):
11051         New function/variable.
11053         * font-lock.el (font-lock-after-change-function):
11054         Call font-lock-extend-region.  Obey font-lock-lines-before.
11055         (font-lock-default-fontify-region): Remove reference to
11056         font-lock-lines-before.
11058         * jit-lock.el (jit-lock-after-change):
11059         Call font-lock-extend-region.  Obey font-lock-lines-before.
11061 2006-03-14  David Ponce  <david@dponce.com>
11063         * tree-widget.el (tree-widget-themes-load-path)
11064         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11066 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
11068         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11069         (rcirc-print): Mark the start of text at the end of the prompt.
11070         (rcirc-track-minor-mode): Add autoload cookie.
11071         (rcirc-update-activity-string): Add space to front of mode-line
11072         indicator.
11074 2006-03-13  Miles Bader  <miles@gnu.org>
11076         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11077         (rcirc-abbrev-nick): Remove function.
11078         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11080 2006-03-13  David Ponce  <david@dponce.com>
11082         * tree-widget.el: Handle themes across all occurrences of the main
11083         themes sub-directory found in tree-widget-themes-load-path.
11084         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11085         (tree-widget--locate-sub-directory): Return all occurrences.
11086         (tree-widget-themes-path): New function.
11087         Replace tree-widget-themes-directory, and return a list of directories.
11088         (tree-widget-set-parent-theme)
11089         (tree-widget-lookup-image): Use it.
11091 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
11093         * textmodes/org.el (org-link-search): Avoid self-matching of
11094         links, allow target text to be distributed over several lines.
11095         (org-search-not-link): New function.
11096         (org-set-regexps-and-options, org-get-current-options):
11097         New startup options.
11098         (org-export-as-html): Take odd-level setting from local variable.
11099         (org-fontify-emphasized-text): New option.
11100         (org-set-font-lock-defaults): Include emphasized text.
11101         (org-follow-mhe-link): Allow folder-only links, fix folder name.
11102         (org-font-lock): Customize group renamed from `org-faces'.
11104 2006-03-13  John Paul Wallington  <jpw@pobox.com>
11106         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11107         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
11109 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
11111         * cus-start.el (all): Delete :version keyword for members of the
11112         fringe group, since the entire group is new in 22.1.
11114 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
11116         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11117         map if value is hexadecimal (an address).
11118         (gud-watch): Only search roots for existing watch expressions.
11119         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11120         prevent caching problems with speedbar-update-directory-contents.
11122 2006-03-12  Juri Linkov  <juri@jurta.org>
11124         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11125         before comparing with `low' and `warn'.
11127         * info.el (Info-dir-remove-duplicates): Move point to the
11128         beginning of the current line after deleting the entries from
11129         redundant heading.  Use marker for `limit' and compare it with
11130         point before calling `re-search-forward'.
11132 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
11134         * simple.el (yank): Fix typo in docstring.
11136 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
11138         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11139         messages, where "D" is the 6th character.
11141 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11143         * simple.el (yank): Fix last change.
11145 2006-03-11  David Ponce  <david@dponce.com>
11147         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11148         merging elements from the standard ispell-dictionary-alist.
11149         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11150         alist, and return the new alist.
11152 2006-03-11  Richard Stallman  <rms@gnu.org>
11154         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11156         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11157         the way it is implemented is too unclean.
11159         * simple.el (kill-region, yank): Doc fix.
11161         * battery.el (battery-echo-area-format): Doc fix.
11162         (battery-mode-line-format): Likewise.
11163         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11164         (battery-linux-proc-acpi): Ignore batteries that say "charged".
11166 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
11168         * progmodes/octave-mod.el (octave-indent-for-comment):
11169         Behave according to do string.
11171 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
11173         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11174         Be visible only if major mode is Mail Mode.
11176         * textmodes/flyspell.el (flyspell-external-point-words)
11177         (flyspell-process-localwords): Fix last changes.
11179 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11181         * calendar/holidays.el (list-holidays): Doc fix.
11183         * international/mule.el (auto-coding-alist): Add .odt
11184         (OpenOffice's open document) files.
11186         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11187         document) files.  Mention in the doc string the need to sync with
11188         auto-coding-alist.
11190 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
11192         * files.el (hack-local-variables-confirm): Don't prompt for ! if
11193         enable-local-variables is set to always query, or there is no
11194         savable variable.
11196 2006-03-10  Bill Wohler  <wohler@newt.com>
11198         * image.el (image-load-path-for-library): Merge at least three
11199         functions from Gnus and MH-E into this one function that can now
11200         be shared.
11202 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
11204         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11205         gdb-remove-mouse-face and remove help-echo too.
11206         (gdb-enqueue-input): Correct conditional clause.
11208 2006-03-10  Glenn Morris  <rgm@gnu.org>
11210         * calendar/calendar.el (calendar-holidays): Doc fix.
11211         * calendar/holidays.el (list-holidays): Doc fix.
11213 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
11215         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11216         it gets called in gdb-prompt anyway.
11217         (gdb-use-separate-io-buffer): Only restore window arrangement for
11218         gdb-many-windows.
11219         (gdb-enqueue-input): Make it harder to send GDB input when program
11220         is running.
11221         (gdb-buffer-list): New variable.
11222         (gdb-remove-mouse-face): New function.
11223         (gdb-starting): Use it when GDB input won't get sent.
11225 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
11227         * help.el (view-lossage): Remove trailing whitespace before
11228         inserting "\n".
11230 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
11232         * files.el (hack-local-variables-confirm):
11233         Set coding-system-for-read to nil before writing to .emacs.
11235         * arc-mode.el (archive-extract): Check if an existing buffer name
11236         comes from a different archive.
11238         * help.el (describe-key-briefly): If KEY is a down event, read and
11239         discard the up event.
11241 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
11243         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11244         be edited and use font-lock-warning-face for any changes.
11246         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11247         (gdb-edit-value): Use it to report any errors.
11249 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
11251         * help.el (describe-key): Remove leftover test code.
11253 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
11255         * textmodes/org.el: Move defvars out of eval-when-compile.
11256         Use buffer-file-name variable.
11257         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11258         arg `file'.
11259         (org-level-faces): Remove startup dependency.
11260         (org-cycle, org-map-tree, org-scan-tags)
11261         (org-remember-handler): Don't call `outline-level' directly.
11262         (org-mhe-search-all-folders): New option.
11263         (org-mhe-get-message-folder-from-index)
11264         (org-mhe-get-message-folder): Fix indexing search.
11265         (org-format-agenda-item): Handle nil TAGS argument.
11266         (org-cleaned-string-for-export, org-activate-target-links)
11267         (org-make-target-link-regexp): Deal with empty radio target list.
11268         (org-tag): New face.
11269         (org-get-level-face): New function.
11270         (org-set-font-lock-defaults): Simplify setup for headlines.
11271         (org-complete): Pass common substring to `display-completion-list'.
11273 2006-03-06  David Ponce  <david@dponce.com>
11275         * tree-widget.el: Update Commentary header.
11276         (tree-widget-theme-name): Ignore parent themes.
11277         (tree-widget-set-parent-theme): New function.
11278         (tree-widget-set-theme): Use it.
11279         (tree-widget-set-image-properties): Move definition.  Does nothing
11280         if image properties have already been set.
11281         (tree-widget-image-properties): Move definition.  Receive an image
11282         name.  Set the :pointer property.
11283         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
11284         Don't set the :pointer image property.
11285         (tree-widget-convert-widget): New function.  Handle :dynargs
11286         compatibility here.
11287         (tree-widget): Use it to :convert-widget.  Add the :expander-p
11288         predicate to control when the :expander function is entered.
11289         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11290         (tree-widget-value-create): Handle :expander-p.  widget-apply
11291         :expander.
11292         (tree-widget-expander-p): New function.  Default value of the
11293         :expander-p property.
11295 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
11297         * help.el (describe-key): Properly handle the return value of
11298         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
11299         remaps.  Handle string and vector `follow-link' values.
11301 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11303         * complete.el (PC-expand-many-files): Try be more careful when parsing
11304         the shell's output.
11306 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11308         * outline.el (hide-sublevels): Provide better interactive default.
11310 2006-03-06  Kenichi Handa  <handa@m17n.org>
11312         * international/fontset.el (create-fontset-from-fontset-spec):
11313         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
11315 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
11317         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
11318         backslashes instead of one in regexp.
11319         (gud-tooltip-dereference): Add missing optional argument.
11321 2006-03-04  John Paul Wallington  <jpw@pobox.com>
11323         * wdired.el (toplevel): Require `cl' at compile-time.
11325 2006-03-04  Andreas Schwab  <schwab@suse.de>
11327         * server.el (server-process-filter): Handle errors during
11328         evaluation of the argument.
11330 2006-03-03  John Paul Wallington  <jpw@pobox.com>
11332         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
11333         escape parentheses at beginning of line.
11334         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
11335         (t-mouse-mode): Remove period from end of error message.
11337 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
11339         * textmodes/flyspell.el (flyspell-process-localwords):
11340         Be case-sensitive.
11342 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
11344         * cus-edit.el (custom-quote): Remove function, since it has been
11345         moved to custom.el.
11347         * font-lock.el (lisp-font-lock-keywords-2)
11348         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
11349         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
11350         they have no special meaning.
11352         * midnight.el (clean-buffer-list): Handle case where base-buffer of
11353         indirect buffer gets killed before indirect buffer.  Use dolist.
11355 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
11357         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
11358         value instead of a literal constant (1) on more pauses.
11360 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
11362         * textmodes/flyspell.el (flyspell-external-point-words):
11363         Be case-sensitive.
11365 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
11367         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
11368         with "www".
11370 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
11372         * allout.el: Restablish intermediate missing comment header to
11373         preserve outline structure.
11374         (allout-beginning-of-current-entry): Skip invisible text.
11375         (allout-open-topic): Fix opening a topic at end-of-buffer.
11376         (allout-minor-mode): Move nearer to allout-mode function.
11378 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
11380         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
11382 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
11384         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
11385         is nil.
11387         * progmodes/gud.el (gud-speedbar-menu-items):
11388         Use buffer-local-value and add missing :visible keyword.
11390         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
11392 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
11394         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
11395         must be `follow-link'.
11397         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
11399         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
11400         formatting: No nested anchors.
11401         (org-all-targets): Fix bug with XEmacs compatibility.
11402         (org-read-date): Add (require 'parse-time).
11403         (org-set-tags): Fix bug with extra inserted space.
11404         (org-export-html-style): Define a style class for targets.
11405         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
11406         (org-hide-leading-stars): New option.
11407         (org-hide): New face.
11408         (org-set-font-lock-defaults): Allow to hide leading stars.
11409         (org-get-legal-level, org-tr-level): New functions.
11410         (org-odd-levels-only): New option.
11411         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
11412         (org-demote, org-promote): Deal with double-star levels.
11413         (org-convert-to-odd-levels): New command.
11415 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
11417         * speedbar.el (speedbar-update-localized-contents): Try to
11418         preserve window-start.
11419         (speedbar-update-directory-contents): Try to preserve window-start
11420         and window-point.
11421         (speedbar-update-special-contents): Don't move back to start of window.
11423         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
11424         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
11425         speedbar-timer-fn.
11426         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
11427         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
11428         instead of gdb-speedbar-timer-fn.
11430 2006-02-28  Jay Belanger  <belanger@truman.edu>
11432         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
11433         (math-compose-expr): Use latex option when calling
11434         `math-compose-tex-matrix' for latex mode.
11436 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
11438         * speedbar.el: Re-instate comments about developing for speedbar
11439         [this is what info and gdb-ui use even if better methods exist now].
11441         * t-mouse.el: New file.
11442         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
11443         (t-mouse-lispy-buffer-posn-from-coords): Remove.
11444         (t-mouse-make-event-element): Use posn-at-x-y instead.
11445         (t-mouse-make-event): Deal with Fedora Core 3.
11446         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
11447         (t-mouse-mouse-position-function): New function.  Use it instead
11448         of advising mouse-position.
11449         (t-mouse-mode): New minor mode.
11450         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
11452 2006-02-27  Glenn Morris  <rgm@gnu.org>
11454         * calendar/calendar.el (calendar-holidays): Doc fix.
11456 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
11458         * progmodes/gdb-ui.el (gdb-source-window): New variable.
11459         Re-introduce the concept of a source window.
11460         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
11461         consistency with get-buffer-create.
11462         (def-gdb-auto-update-handler, gdb-info-locals-handler)
11463         (gdb-data-list-register-values-handler)
11464         (gdb-stack-list-locals-handler): Try to preserve window-start as
11465         well as window-point.
11466         (gdb-display-source-buffer): New function (old concept).
11467         (gdb-goto-breakpoint): Use it.
11469         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
11470         for gdb-ui/gdb-mi (old concept).
11472 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
11474         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
11475         binding.
11477         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
11479         * textmodes/reftex-sel.el (reftex-select-label-map)
11480         (reftex-select-bib-map): Add `follow-mouse' binding.
11482 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
11484         * jka-cmpr-hook.el (jka-compr-compression-info-list)
11485         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
11486         Give :set functions to provide automatic updating.
11487         Update docstring.  Give compiler defvars early in the file
11488         and move the defcustoms to a later spot where all called functions
11489         are defined.
11490         (jka-compr-file-name-handler-entry): Doc fix.
11491         (jka-compr-compression-info-list--internal)
11492         (jka-compr-mode-alist-additions--internal)
11493         (jka-compr-load-suffixes--internal): New variables.
11494         (jka-compr-install): Set the three above variables.
11495         Update `load-file-rep-suffixes' instead of `load-suffixes'.
11496         (jka-compr-update, jka-compr-set): New functions.
11497         (auto-compression-mode): Doc fix.
11499         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
11500         Update `load-file-rep-suffixes' instead of `load-suffixes'.
11501         Use jka-compr-compression-info-list--internal,
11502         jka-compr-mode-alist-additions--internal and
11503         jka-compr-load-suffixes--internal.
11505         * files.el (load-library):
11506         * loadhist.el (file-loadhist-lookup):
11507         * startup.el (command-line):
11508         * subr.el (locate-library):
11509         * emacs-lisp/autoload.el (update-directory-autoloads):
11510         * emacs-lisp/find-func.el (find-library-suffixes):
11511         Use `get-load-suffixes' instead of `load-suffixes'.
11513         * subr.el (locate-library):
11514         * emacs-lisp/find-func.el (find-library-name):
11515         Use `load-file-rep-suffixes' instead of '("").
11517 2006-02-26  Kim F. Storm  <storm@cua.dk>
11519         * ido.el (ido-save-history, ido-load-history): Simplify.
11520         Don't use find-file-noselect to avoid interference from other modes.
11522 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
11524         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
11525         to use the default shell if filename is not available.
11526         Reported by Giorgos Keramidas.
11528 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
11530         * progmodes/etags.el (tags-completion-table): Do completion from
11531         all the tables in the current list, as documented in the manual.
11533 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11535         * CC Mode Update to 5.31.3.
11537 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11539         * progmodes/cc-mode.el (c-postprocess-file-styles):
11540         Bind inhibit-read-only to t, around the call to
11541         c-remove-any-local-eval-or-mode-variables, so that it works on a
11542         RO file.
11544 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11546         * progmodes/cc-awk.el: Correct a typo.
11548 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11550         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
11551         c-hungry-delete-backwards, at the request of RMS.  Leave the old
11552         name as an alias.
11554 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11556         * progmodes/cc-mode.el: Correct a typo.
11558 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11560         * progmodes/cc-defs.el: Update the version number to 5.31.3.
11562 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11564         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
11565         brace-else-brace (error due to mbeg, mend being undefined).
11567 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11569         * progmodes/cc-mode.el: File Local variables: Solve the problem
11570         where both `mode' and c-file-offsets are specified: `mode' will
11571         overwrite c-f-o's settings:
11572         (c-remove-any-local-eval-or-mode-variables): New function.
11573         (c-postprocess-file-styles): Call the above new function, within
11574         c-tentative-buffer-change, to splat `mode' and `eval' before the
11575         second hack-local-variables.
11577 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11579         * progmodes/cc-mode.el:
11580         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
11581         (c-after-change): Protect the match data with save-match-data.
11582         It was getting corrupted by c-after-change-check-<>-operators.
11584         * cc-defs.el: [Supersedes patch V1.38]:
11585         (top level): Check for a buggy font-lock-compile-keywords ONLY in
11586         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
11588         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
11589         with save-match-data.  It was being corrupted when Font Lock was
11590         not enabled.
11592 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11594         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
11595         Mode and Subword Mode.
11597         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
11598         real labels ("case 1:" or "foo:") from non-labels ("public:").
11599         (c-forward-objc-directive): Replace c-forward-token-2 with crude
11600         coding; c-f-t-2 doesn't move over a token at EOB.
11602         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
11604         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
11605         (c-update-modeline): Concatenate the minor mode indicators
11606         directly onto mode-name, removing c-submode-indicators.
11607         Sometimes, c-s-i got separated from the mode name on the mode line.
11609         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
11610         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
11612 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11614         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
11615         error message when there's an evaluation error to show whether
11616         it's loaded from source or not.
11617         (c-filter-ops): Make it available at runtime too to work when
11618         `c-make-init-lang-vars-fun' needs to evaluate from source.
11620 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
11622         * help.el (help): Revert last part of 2006-02-23 change (deletion
11623         of the `provide' call).
11625 2006-02-23  Juri Linkov  <juri@jurta.org>
11627         * compare-w.el (compare-windows-highlight): Add new value
11628         `persistent' and change :type from `boolean' to `choice'.
11629         (compare-windows-overlays1, compare-windows-overlays2):
11630         New internal variables.
11631         (compare-windows-highlight): If compare-windows-highlight is
11632         `persistent', add current overlays to compare-windows-overlays[12]
11633         instead of adding compare-windows-dehighlight to pre-command-hook.
11634         (compare-windows-dehighlight): Delete all overlays from
11635         compare-windows-overlays[12].
11637         * info.el (Info-search): Don't bind search-spaces-regexp to
11638         Info-search-whitespace-regexp in non-regexp isearch mode.
11640 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11642         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
11644 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
11646         * textmodes/org.el (org-xemacs-p)
11647         (org-export-html-show-new-buffer, org-table-may-need-update)
11648         (org-insert-item, org-mhe-get-message-real-folder)
11649         (org-mhe-get-message-folder-from-index)
11650         (org-mhe-get-message-folder, org-mhe-get-message-num)
11651         (org-mhe-get-header, org-make-org-heading-search-string)
11652         (org-make-org-heading-camel, org-table-sort-lines)
11653         (org-format-org-table-html, org-format-table-table-html):
11654         Fix typos in docstrings.
11656 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
11658         * textmodes/org.el (org-cleaned-string-for-export)
11659         (org-solidify-link-text): New function.
11660         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
11661         XEmacs, just to silence the compiler.
11662         (org-export-as-ascii, org-export-as-html-and-open):
11663         Use `org-cleaned-string-for-export' and create internal links.
11664         (org-follow-mhe-link): Require mh-e, use folder.
11666 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11668         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
11670         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
11671         gdb-debug-log-length.
11672         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
11673         it a real ring but...
11674         (gud-gdba-marker-filter): ...make it work like mark-ring.
11675         (gdb-enable-debug): Rename from gdb-enable-debug-log.
11676         (gdb-mouse-jump): New function.  Add bindings.
11678 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11680         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
11681         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
11682         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
11683         (gdb-debug-log-length): Customize it's length.
11684         (gud-watch, gdb-var-create-handler): Display function::var format
11685         but don't use to create variable object.
11686         (gdb-var-create-handler): Use message-box in place of message.
11687         (gdb-stopped): Call gdb-exited if signalled.
11689 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
11691         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
11693         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
11695         * textmodes/reftex.el (reftex-locate-file): Search all extensions
11696         if `reftex-try-all-extensions' is set.
11698         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
11699         fail silently when there is no valid argument at point.
11700         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
11701         `fail-silently' argument.  From a patch by David Reiter.
11703         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
11704         New commands.
11705         (org-mark-ring): New variable.
11706         (org-mark-ring-length): New option.
11707         (org-open-at-point, org-goto, org-open-file): Push old position
11708         onto the mark ring.
11709         (org-add-hook): New function.
11710         (org-export-table-remove-special-lines): New option.
11711         (org-skip-comments, org-format-org-table-html): Respect new
11712         option `org-export-table-remove-special-lines'.
11713         (org-open-file): Allow special command configuration for
11714         directory link.
11715         (org-file-apps): Fix bugs in customize type, added setting
11716         for directories.
11717         (org-activate-tags, org-format-agenda-item, org-complete)
11718         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
11719         (org-get-tags, org-get-buffer-tags, org-open-at-point)
11720         (org-link-search, org-make-org-heading-search-string)
11721         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
11722         (org-radio-targets, org-file-link-context-use-camel-case)
11723         (org-activate-camels): New options.
11724         (org-update-radio-target-regexp, org-all-targets)
11725         (org-make-target-link-regexp, org-activate-target-links):
11726         New functions.
11727         (org-make-org-heading-search-string): New function.
11728         (org-store-link, org-insert-link): Use new option
11729         `org-file-link-context-use-camel-case'.
11730         (org-activate-camels): Use new option `org-activate-camels'.
11731         (org-link-regexp): Add mhe prefix.
11732         (org-open-at-point, org-store-link): Support for mhe links.
11733         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
11734         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
11735         (org-mhe-get-header, org-follow-mhe-link): New functions.
11736         (org-remove-angle-brackets, org-add-angle-brackets):
11737         New functions.
11738         (org-bracket-link-regexp): New constant.
11739         (org-read-date): Fix bug that was rejecting all typed dates.
11740         (org-link-search): Make hierarchy above visible after a match.
11741         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
11742         (org-store-link): Fix bug with link creation when cursor is in
11743         an empty line.
11744         (org-open-at-point): Fix bug with matching a link.
11745         Fixed buggy argument sequence in call to `org-view-tags'.
11746         (org-compile-prefix-format): Set `org-prefix-has-tag'.
11747         (org-prefix-has-tag): New variable.
11748         (org-format-agenda-item): Remove tags from headline
11749         if appropriate.
11750         (org-agenda-remove-tags-when-in-prefix): New option.
11752 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
11754         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
11755         Fix the regular expressions.
11757 2006-02-21  Richard M. Stallman  <rms@gnu.org>
11759         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
11760         if there's no other specific basis.
11762         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
11763         as variables at all.
11764         (unsafep-variable): Rename arg; doc fix.
11766         * abbrevlist.el (list-one-abbrev-table): Add autoload.
11768         * calendar/appt.el (diary-selective-display): Add defvar.
11770         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
11772         * isearch.el (search-whitespace-regexp): Fix custom type.
11774         * help.el (describe-key-briefly): Compute interactive args
11775         in same was as before previous change.
11777         * files.el (enable-local-variables): Doc fix.
11779 2006-02-21  Kim F. Storm  <storm@cua.dk>
11781         * fringe.el: Cleanup as file is now pre-loaded.
11782         (fringe-bitmaps): Initialize unconditionally.
11783         (fringe-mode, set-fringe-style): Remove autoload cookies.
11785 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
11787         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
11788         `horizontal-bar'.
11789         (fringe-cursor-alist): Use `horizontal-bar'.
11791 2006-02-20  Kim F. Storm  <storm@cua.dk>
11793         * fringe.el (fringe-bitmaps): Update to new bitmap names.
11794         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
11796         * loadup.el: Load "fringe" on window systems.
11798 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11800         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
11801         out of scope components.
11803         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
11804         default.
11806 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
11808         * custom.el (customize-mark-to-save, customize-mark-as-set):
11809         Load the symbol first.
11811 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
11813         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
11814         strech spec so it doesn't display as "^J" on the header line
11815         when `Buffer-menu-use-header-line' is t.
11817 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11819         * speedbar.el (speedbar-make-button): Keep text properties
11820         of string arguments if desired.
11822         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
11823         expessions.
11825         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
11826         of speedbar.
11828 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
11830         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
11831         to value of `read-file-name-completion-ignore-case'.
11833 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
11835         * custom.el (customize-mark-as-set): Push to `user' theme.
11837         * cus-edit.el (custom-save-variables): Allow unthemed values.
11838         (customize-set-variable): Push setting to `user' theme.
11840 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11842         * progmodes/gud.el: Don't require font-lock as it's now
11843         automatically loaded.
11844         (gud-speedbar-buttons): Replace gdb-var-changed with
11845         gdb-force-update.
11847         * progmodes/gdb-ui.el (gdb-force-update): Rename from
11848         gdb-var-changed.
11849         (gdb-post-prompt): Use it.
11850         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11851         (gdb-var-update-handler, gdb-var-delete)
11852         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
11853         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
11854         gdb-force-update in gdb-post-prompt.
11855         (gdb-reset): Clear watch expressions from speedbar when quitting.
11857 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11859         * viper-cmd.el (viper-insert-state-post-command-sentinel)
11860         (viper-change-state-to-vi, viper-change-state-to-emacs):
11861         Make aware of cursor coloring in the Emacs state.
11862         (viper-special-read-and-insert-char): Use read-char-exclusive.
11863         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
11865         * viper-init.el (viper-emacs-state-cursor-color): New variable.
11867         * viper-util.el (viper-save-cursor-color)
11868         (viper-get-saved-cursor-color-in-replace-mode)
11869         (viper-get-saved-cursor-color-in-insert-mode)
11870         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
11871         state.
11872         (viper-get-saved-cursor-color-in-emacs-mode): New function.
11874         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
11875         (ediff-ignore-case-option3, ediff-actual-diff-options)
11876         (ediff-actual-diff3-options): New variables to control case sensitivity.
11877         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
11878         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
11879         (ediff-toggle-ignore-case): New function.
11880         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
11882         * ediff-help.el (ediff-long-help-message-narrow2)
11883         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
11884         (ediff-long-help-message-word-mode): Add ignore-case command.
11885         (ediff-help-for-quick-help): Add ignore-case command.
11887         * ediff-merg.el: Move provide to the end.
11889         * ediff-ptch.el: Move provide to the end.
11891         * ediff-wind.el: Move provide to the end.
11893         * ediff-mult.el: Move provide to the end.
11894         (ediff-set-meta-overlay): Enable follow-link.
11896         * ediff.el: Move provide to the end.
11897         Break recursive load cycle in eval-when-compile.
11898         (ediff-patch-buffer): Better heuristics.
11900         * ediff-util.el: Move provide to the end.
11901         Break recursive load cycle in eval-when-compile.
11902         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
11903         defuns.
11904         (ediff-submit-report): Pass the values of ediff-diff3-program,
11905         ediff-diff3-options.
11907 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
11909         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
11910         the opening bracket of the following bracketing pairs: {}, [], (), <>,
11911         `' (for example, in the docstring of `windmove-default-keybindings').
11913 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11915         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
11916         shadow face.  Don't provide binding to edit variable when it is
11917         out of scope.
11919         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11920         (gdb-var-update-handler): Detect out of scope variables with pre
11921         GDB 6.4 too.
11922         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
11923         Reset status of variable objects to nil in update handlers.
11924         (gdb-var-update-handler-1): Detect when a variable object comes
11925         in scope.  setcar on var changes gdb-var-list directly.
11927 2006-02-17  Juri Linkov  <juri@jurta.org>
11929         * ffap.el (ffap) <defface>: Add explicit face declaration.
11930         (ffap-highlight): Use face `ffap' directly instead of checking
11931         for its existence.
11933         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
11934         `visible-ok' of `other-buffer' to find the right original buffer.
11936         * info.el (Info-search): Skip `Local Variables' node.
11938 2006-02-17  Juri Linkov  <juri@jurta.org>
11940         * info.el (Info-find-file): Check for symbols `apropos', `history',
11941         `toc' in the input filename, and return these symbols as is.
11942         (Info-find-node-2): Set Info-current-file to symbols `apropos',
11943         `history', `toc' instead of strings.
11944         (Info-set-mode-line): For non-string Info-current-file use the
11945         symbol's name inside **.
11946         (Info-isearch-push-state): Add quote before Info-current-file and
11947         Info-current-node.
11948         (Info-isearch-pop-state): Use `equal' instead of `string='.
11949         (Info-extract-pointer, Info-following-node-name): Use
11950         `match-string-no-properties' instead of `match-string'.
11951         (Info-up): Check `old-file' for `stringp'.
11952         (Info-history): Use `equal' instead of `string-equal'.
11953         Check `file' for `stringp'.
11954         (Info-history): Use symbol `history' instead of string as first arg
11955         of `Info-find-node'.
11956         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
11957         `toc' instead of string.
11958         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
11959         instead of `buffer-substring', and `match-string-no-properties'
11960         instead of `match-string'.
11961         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
11962         instead of strings.
11963         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
11964         Use symbol `apropos' instead of string.
11965         (Info-copy-current-node-name): Check `Info-current-file' for
11966         `stringp' and construct a command with `Info-find-node' from it.
11967         (Info-fontify-node): Use `match-string-no-properties' instead of
11968         `match-string' and check file names for `stringp'.
11969         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
11970         `history', `toc' instead of strings.
11972 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
11974         * files.el: Rearrange functions and variables in the file local
11975         variables section.
11977 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
11979         * files.el: Add truncate-lines, ispell-check-comments and
11980         ispell-local-dictionary as safe local variables.
11982 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
11984         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
11985         out of scope variables.
11986         (gud-speedbar-buttons): Use unless.
11988         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
11989         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
11990         (gdb-show-changed-values): Also use for out of scope variables.
11991         (gdb-var-update-handler-1): Note if variable goes out of scope.
11993 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
11995         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
11996         default to global variable values for unsupplied args.
11997         (rcirc-get-buffer-create): Fix bug with setting the target.
11998         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
11999         test for rcirc-always-use-server-buffer-flag here.
12000         (rcirc-response-formats): Add %N, which is a facified nick.  %n
12001         uses the default face.  Change the ACTION format string.  If the
12002         "nick" is the server, don't print anything for that field.
12003         Comment fixes.
12004         (rcirc-target-buffer): Don't test
12005         rcirc-always-use-server-buffer-flag here.
12006         (rcirc-print): Squeeze extra spaces out of the text before message.
12007         (rcirc-put-nick-channel): Strip potential "@" char from nick
12008         before adding them to nick table.
12009         (rcirc-url-regexp): Improve to match address like "foo.com".
12011 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
12013         * allout.el (allout-hidden-p): Move this defsubst before
12014         allout-overlay-interior-modification-handler, where it is first
12015         used.
12017 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
12019         * allout.el: Use allout invisible-text overlays instead of
12020         selective display for concealed text.  Also, lots of general
12021         cleanup, and improved compatibility code.
12023         (allout-version) Incremented, corrected, revised, and refined
12024         module commentary.
12026         (provide 'allout): Moved to the bottom, added a require of overlay.
12028         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12029         `except-current'.
12030         (allout-write-file-hook-handler): Minimize delay.
12031         (count-trailing-whitespace-region): New function so
12032         auto-encryption of current topic can resituate cursor exactly.
12033         PGP/GPG encryption trims trailing whitespace from lines, which
12034         must be accounted for across encryption then decryption.
12036         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12037         just plain "\C-c", to avoid intruding on user's keybinding space.
12039         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12040         parameter, so user request to provide a new password is done.
12042         (allout-outside-normal-auto-fill-function, allout-auto-fill):
12043         Refined mechanism for auto-filling behavior while in allout mode.
12045         (allout-mode): Explicitly specify the mode map in the docstring.
12046         Clarify provision for various write-file hook var names.
12047         Adjusted for invisible-text overlays instead of selective-display.
12049         (allout-depth): Really return 0 if not within any topic.  This
12050         rectifies `allout-beginning-of-level' and sequence numbering
12051         errors that occur when cutting and pasting numbered topics.
12052         Changed from a in-line subst to a regular function, as well.
12054         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12056         (allout-end-of-subtree, allout-end-of-subtree)
12057         (allout-end-of-entry, allout-end-of-current-heading)
12058         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12059         (allout-show-children, allout-show-to-offshoot)
12060         (allout-hide-current-entry, allout-show-current-entry): Rectified
12061         handling of trailing blank lines between items.
12063         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12064         (allout-current-depth, allout-unprotected, allout-hidden-p)
12065         (allout-on-current-heading-p, allout-listify-exposed)
12066         (allout-chart-subtree, allout-goto-prefix)
12067         (allout-back-to-current-heading, allout-get-body-text)
12068         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12069         (allout-hide-region-body, allout-toggle-subtree-encryption)
12070         (allout-encrypt-string, allout-encrypted-key-info)
12071         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12072         (allout-file-vars-section-data): Adjusted for use with
12073         invisible-text overlays instead of selective-display.
12075         (allout-kill-line, allout-kill-topic, allout-yank-processing):
12076         Reworked for use with invisible text overlays.
12078         (allout-current-topic-collapsed-p): New function.
12080         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12081         to know when to close the containing topic.
12083         (allout-pre-command-business, allout-post-command-business):
12084         Simplify undo-batching and dynamic isearch exposure.
12086         (allout-set-overlay-category): New for invisible-text overlays.
12087         Sets properties of allout-overlay-category, used by
12088         allout-flag-region to set invisible-text overlay properties.
12089         (allout-get-invisibility-overlay): Get the first qualifying
12090         invisibility overlay, so we can find the extent of it.
12091         (allout-back-to-visible-text): Get to just before the beginnining
12092         of the current invisibility overlay, if any.
12094         (allout-overlay-insert-in-front-handler)
12095         (allout-overlay-interior-modification-handler)
12096         (allout-before-change-handler, allout-isearch-end-handler): New
12097         functions to handle extraordinary actions affecting concealed
12098         text.
12100         (allout-flag-region): Use overlays instead of selective-display
12101         for invisible text - by inheritence from the properties of
12102         allout-overlay-category in mainline Emacs, and applied
12103         property-by-property in XEmacs, some recent versions of which
12104         don't inherit the properties from the category.  Provisions to
12105         respond to concealed-text edits simplified drastically.
12107         (allout-isearch-rectification, allout-isearch-was-font-lock)
12108         (allout-isearch-expose, allout-enwrap-isearch)
12109         (allout-isearch-abort, allout-pre-was-isearching)
12110         (allout-isearch-prior-pos, allout-isearch-did-quit)
12111         (allout-isearch-dynamic-expose)
12112         (allout-hide-current-entry-completely): Functions deleted.
12114         (allout-undo-aggregation): Explicit undo aggregation no longer
12115         necessary due to transition away from selective-display.
12117         (set-allout-regexp, allout-up-current-level)
12118         (allout-next-visible-heading, allout-forward-current-level)
12119         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12120         (allout-kill-line, allout-yank-processing, allout-show-children)
12121         (allout-expose-topic, allout-old-expose-topic)
12122         (allout-listify-exposed, allout-insert-latex-header)
12123         (allout-toggle-subtree-encryption, allout-encrypt-string)
12124         (remove-from-invisibility-spec, allout-hide-current-subtree):
12125         Ditched unused variables.
12127 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
12129         * textmodes/ispell.el (ispell-change-dictionary): Call
12130         ispell-buffer-local-dict instead of
12131         ispell-accept-buffer-local-defs.
12132         (ispell-local-dictionary-alist): Accept as valid any coding-system
12133         supported by Emacs.
12134         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12135         changed to iso-8859-3.
12137 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
12139         * speedbar.el (speedbar-frame-width): Make an inline function
12140         instead of a macro.  Use frame-width.
12141         (speedbar-try-completion, speedbar-update-contents)
12142         (speedbar-timer-fn): Use consp.
12143         (speedbar-update-localized-contents): Try to preserve point.
12145         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12146         (menu): Re-order menu items.
12147         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12148         field.
12149         (gdb-var-update-handler-1): Use it for GDB 6.4+.
12150         (gdb-post-prompt): Speed things by not forcing update.
12152 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
12154         * wid-edit.el (widget-button-click): For mouse-1, cancel button
12155         press and perform default action if we get a mouse movement event.
12157 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12159         * calendar/icalendar.el (icalendar--get-event-property)
12160         (icalendar--get-event-property-attributes): Fix typos in
12161         docstrings.
12163         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12164         docstring.
12166 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
12168         * bs.el (bs-mode): Use `buffer-disable-undo'.
12169         (bs--get-file-name): Simplify.
12170         (bs-show-in-buffer): Mark the buffer as not modified.
12172 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12174         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12175         widget-button-click.
12177         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12178         (custom-mode): Update docstring.
12180         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12181         binding.
12183         * files.el (hack-local-variables-confirm): Allow scrolling if the
12184         file variable list is too long.  Kill temp buffer after use.
12186 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
12188         * progmodes/gud.el (gdb): Improve doc string.
12189         (gdb-script-font-lock-keywords): Expand allowed character set.
12191         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12192         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12193         (gdb-separate-io-interrupt, gdb-separate-io-quit)
12194         (gdb-separate-io-stop, gdb-separate-io-eof):
12195         Rename from gdb-inferior-* to gdb-separate-*.
12196         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12198 2006-02-14  Jay Belanger  <belanger@truman.edu>
12200         * calc/calc-arith.el (math-check-known-scalarp): Make sure
12201         expression is a symbol before checking that it is bound.
12203         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12204         test to see if equation can be solved.
12206 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12208         * wid-edit.el (widget-button-click): Use :pressed-face property
12209         for overlay face, if it exists.
12211         * cus-edit.el (custom-manual, custom-add-see-also)
12212         (custom-add-parent-links, custom-group-link): Add :pressed-face
12213         property to links.
12215         * files.el (hack-local-variables): Remove ignored variables before
12216         checking if any variables need setting.
12218 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12220         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12222 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
12224         * help.el (where-is): Fix message for remapped commands.
12226         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12227         Fix typos in docstrings.
12229 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
12231         * files.el (safe-local-variable-values): New option.
12232         (hack-local-variables-prop-line): Return a list of variable-value
12233         pairs if MODE-ONLY is non-nil.
12234         (hack-local-variables): Construct list of variable-value pairs,
12235         and apply or reject them in one go.  Ask for confirmation if
12236         variables are not known safe.
12237         (hack-local-variables-confirm): Complete rewrite.  Support
12238         `safe-local-variable-values'.
12239         (enable-local-variables): Update docstring to reflect new
12240         behavior.
12241         (ignored-local-variables): Ignore ignored-local-variables and
12242         safe-local-variable-values.
12243         (safe-local-variable-p): New function.
12244         (risky-local-variable-p): `safe-local-variable' property check
12245         moved to safe-local-variable-p.
12246         (hack-one-local-variable): Checks moved to hack-local-variables.
12248         (byte-compile-dynamic, c-basic-offset, c-file-style)
12249         (c-indent-level, comment-column, fill-column, fill-prefix)
12250         (indent-tabs-mode, kept-new-versions, no-byte-compile)
12251         (no-update-autoloads, outline-regexp, page-delimiter)
12252         (paragraph-start, paragraph-separate, sentence-end)
12253         (sentence-end-double-space tab-width, version-control):
12254         Add `safe-local-variable' property.
12256         * find-lisp.el: Delete nonexistent `autocompile' file variable.
12258         * icomplete.el, play/landmark.el: Change nonexistent
12259         `outline-layout' file variable to `allout-layout'.
12261 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
12263         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12264         (gdb-get-changed-registers): Test value of gud-minor-mode relative
12265         to gud-comint-buffer.
12266         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12267         gdb-ui.el for gdb-mi.el.
12268         (gdb-post-prompt, gdb-get-changed-registers): Move test for
12269         registers buffer to gdb-get-changed-registers.
12270         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
12271         deletion of catchpoints (throw and catch).
12272         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12273         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12274         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12275         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12276         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12278 2006-02-13  Jay Belanger  <belanger@truman.edu>
12280         * calc/calc-arith.el (math-check-known-matrixp): Make sure
12281         expression is a symbol before checking that it is bound.
12283 2006-02-13  Richard M. Stallman  <rms@gnu.org>
12285         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12286         for the minibuffer too, but not if resize-mini-windows will interfere.
12288         * help.el (describe-key-briefly, describe-key): Do all arg-reading
12289         inside `interactive' spec.
12290         (describe-key-briefly-internal, describe-key-internal):
12291         Functions merged back into their callers.
12293 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
12295         * info.el (info-xref-visited): Inherit from info-xref too.
12296         (Info-set-mode-line): Replace occurrences of `%' by `%%'
12297         when propertizing Info-current-file and Info-current-node.
12299 2006-02-13  Juri Linkov  <juri@jurta.org>
12301         * tumme.el (tumme-thumbnail-storage): Fix docstring.
12302         (tumme-thumb-name): Fix per-directory format.
12304 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
12306         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
12308 2006-02-12  Miles Bader  <miles@gnu.org>
12310         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
12312 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
12314         * tumme.el: Remove history section.  If someone needs the it, it
12315         can always be found in CVS.
12317 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
12319         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
12320         about the Thumbnail Managing Standard option.
12322 2006-02-12  Richard M. Stallman  <rms@gnu.org>
12324         * subr.el (substitute-key-definition): Doc fix.
12326         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
12328         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
12330         * info.el (Info-mode): Doc fix.
12332         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
12334 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
12336         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
12337         because on Solaris a POSIX compatible "id" is needed.  Reported by
12338         Magnus Henoch <mange@freemail.hu>.
12340 2006-02-12  Juri Linkov  <juri@jurta.org>
12342         * tumme.el: Remove todo item about Thumbnail Managing Standard.
12343         (tumme) <defgroup>: Change :group to `multimedia'.
12344         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
12345         Managing Standard.
12346         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
12347         Fix dostring.
12348         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
12349         and %y.  Fix docstring.
12350         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
12351         (tumme-cmd-create-standard-thumbnail-command): New user options.
12352         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
12353         is `standard'.  Fix docstring.
12354         (tumme-thumb-width, tumme-thumb-height): New user options.
12355         (tumme-external-viewer): Try to find various viewers.
12356         (tumme-get-thumbnail-image): Use `create-image' instead of
12357         constructing the `image' structure.
12358         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
12359         `standard'.
12360         (tumme-thumb-name): Add file name generation for standard storage.
12361         Simplify code for other storages.
12362         (tumme-thumb-name): Use width %w and height %h instead of size %s.
12363         Add modification time %m and thumbnail-nq8 %q.
12364         Use `tumme-cmd-create-standard-thumbnail-command' if
12365         tumme-thumbnail-storage is `standard'.
12366         (tumme-dired-insert-marked-thumbs): New autoload command.
12367         (tumme-dired-after-readin-hook): New function.
12368         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
12369         `tumme-thumb-size'.
12370         (tumme-display-image): Replace size-x %x and size-y %y with
12371         width %w and height %h.
12373         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
12374         `tumme-dired-insert-marked-thumbs'.
12376 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
12378         * tumme.el (tumme-write-tag): Fix small bug (file name did not
12379         include path).
12380         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
12381         matching tag.
12383 2006-02-12  Miles Bader  <miles@gnu.org>
12385         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
12386         New variables.
12387         (rcirc-abbrev-nick): New function.
12388         (rcirc-format-response-string): Rewrite to use the formats in
12389         `rcirc-response-formats' and expand escape sequences therein.
12390         A text-property `rcirc-text' is added over the actual response
12391         text to make easy to find inside the returned string.
12392         (rcirc-print): When filling, just look for the `rcirc-text'
12393         text-property to find the appropriate fill prefix, instead of
12394         using hardwired patterns.
12396 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
12398         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
12399         Managing Standard.
12401 2006-02-11  Kim F. Storm  <storm@cua.dk>
12403         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
12404         Don't use insert-buffer; do insert-buffer-substring directly.
12405         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
12407 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
12409         * files.el (revert-buffer, recover-file): Replace buffer-read-only
12410         with inhibit-read-only.  Suggested by Stefan Monnier.
12411         (revert-buffer): Let insert-file-contents discard
12412         buffer-undo-list.  Simplify code.
12413         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
12415 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
12417         * menu-bar.el (menu-bar-select-yank): Add a doc string.
12419         * help.el (describe-key-briefly): Now a wrapper for
12420         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
12421         to t.  Populate yank-menu if empty.
12422         (describe-key-briefly-internal): Renamed from describe-key-briefly.
12423         (describe-key): Now a wrapper for describe-key-internal.  Bind
12424         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
12425         (describe-key-internal): Renamed from describe-key.
12427 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
12429         * progmodes/glasses.el (glasses-separator): Doc fix.
12430         (glasses-original-separator): New defcustom.
12431         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
12433 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
12435         * mwheel.el (mouse-wheel-up-event): Doc fix.
12437 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
12439         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
12440         (tumme-dir): New function.  Copied from thumbs.el.
12442 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
12444         * desktop.el (desktop-outvar): Fix typo.
12445         (desktop-save-buffer-p): Doc fix.
12447         * subr.el (substitute-key-definition): Fix typo.
12449 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12451         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
12452         when window-system is mac.
12454         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
12456 2006-02-10  Kim F. Storm  <storm@cua.dk>
12458         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
12459         indirect-function instead of using condition-case.
12461 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
12463         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
12464         less `colloquial'...
12466 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
12468         * tumme.el: Add a couple of todo items.
12470 2006-02-09  Lars Hansen  <larsh@soem.dk>
12472         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
12473         (highlight-changes-mode): Don't change desktop-locals-to-save.
12475 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
12477         * image-mode.el (image-toggle-display): Clear image cache if using
12478         filename.
12480 2006-02-09  Masatake YAMATO  <jet@gyve.org>
12482         * dired-x.el (dired-guess-shell-alist-default): Add .man as
12483         a `dired-man' target.
12485         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
12486         boundary of symbols.
12488 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
12490         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
12492 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
12494         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
12495         `mapcar'; return nil.
12497 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
12499         * mouse.el (mouse-drag-track): Don't change window if we rebind to
12500         some other event.
12502 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
12504         * net/rcirc.el (rcirc-startup-channels-alist):
12505         Add irc.freenode.net and #emacs as defaults.
12506         (rcirc-ignore-all-activity-flag): Remove variable.
12507         (rcirc-authinfo): New variable.
12508         (rcirc-authinfo-filename): Remove variable.
12509         (rcirc-always-use-server-buffer-flag): New flag.
12510         (rcirc): M-x rcirc will automatically connect without prompting.
12511         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
12512         connection in lisp.
12513         (rcirc-process-server-response-1): Remove everything but the nick
12514         portion of the sender so it doesn't need to be done everywhere
12515         else.  Update related code.
12516         (global-map): Remove global keybindings.
12517         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
12518         (rcirc-send-input): Split into several functions.
12519         (rcirc-process-input-line, rcirc-process-message)
12520         (rcirc-process-command): New functions.
12521         (rcirc-target-buffer): New function to determine where to route
12522         messages.
12523         (rcirc-user-nick): Save match data.
12524         (rcirc-toggle-ignore-buffer-activity)
12525         (rcirc-update-activity-string): Remove global ignore functionality,
12526         which can be done now by toggling rcirc-track-minor-mode.
12527         (rcirc-track-minor-mode-map): New keymap.
12528         (rcirc-track-minor-mode): New minor-mode.
12529         (ignore): Make the ignore output nicer.  Always print it when
12530         adding or removing nicks.
12531         (rcirc-url-regexp): Improve.
12532         (rcirc-mangle-text): Remove properties before using text in the
12533         modeline.
12534         (rcirc-authenticate): Authentication data comes from
12535         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
12536         (rcirc-server-prefix): Inherit from rcirc-server.
12538 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
12540         * Makefile.in (compile): Append "|| true" to the end of the `find'
12541         command, like compile-always does.
12543 2006-02-08  Sam Steingold  <sds@gnu.org>
12545         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
12546         output from a dead connection.
12548 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12550         * dired.el (dired-mode-map): Add more bindings for tumme.
12552 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12554         * wdired.el (wdired-mode-map): Use remap.
12555         (wdired-get-filename): Massage.
12556         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
12557         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
12558         `keymap' property rather than `local-map'.
12560 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12562         * tumme.el (tumme-get-thumbnail-image): New utility function.
12563         Suggested by from Chong Yidong.
12564         (tumme-dired-with-window-configuration): Rename from
12565         `tumme-dired'.  Add code to save window configuration.
12566         (tumme-restore-window-configuration): New command to restore the
12567         window configuration that `tumme-dired-with-window-configuration'
12568         saves before it changes the window configuration.
12569         (tumme-show-all-from-dir): New command to display thumbnails for
12570         all files in a directory entered by the user, like M-x thumbs.
12571         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
12572         have been created.
12573         (tumme-display-thumbnail-original-image): Call `display-buffer'.
12574         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
12575         Remove obsolete test function.
12577 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
12579         * vc.el (small-temporary-file-directory): Remove defvar; there's
12580         a defcustom for it in files.el.
12582         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
12583         Fix typo in message.
12584         (tumme-gallery-generate): Fix typo in `error' message.
12585         (tumme-display-window-height-correction)
12586         (tumme-display-window-width-correction, tumme-line-up-dynamic)
12587         (tumme-line-up-interactive): Dox fixes.
12588         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
12589         (tumme-restore-window-configuration, tumme-format-properties-string)
12590         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
12591         Fix typos in docstrings.
12593 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
12595         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
12597 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
12599         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
12600         User should use hook if desired.
12602         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
12603         buffer if necessary.
12604         (gdb-delete-frame-or-window): New function.
12605         (gdb-breakpoints-mode-map): Bind "q" to it.
12607 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12609         * textmodes/nroff-mode.el: Clean up name space.
12610         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
12611         (nroff-mode): Obey the global setting of nroff-electric-mode.
12612         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
12614         * calendar/calendar.el (calendar-increment-month): Typo in last change.
12616 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
12618         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
12620 2006-02-06  Lars Hansen  <larsh@soem.dk>
12622         * generic-x.el (etc-fstab-generic-mode): Add file system types
12623         cifs and usbdevfs.  Allow special chars in file names.
12625 2006-02-05  Jay Belanger  <belanger@truman.edu>
12627         Update copyright notices of the files in lisp/calc.
12629 2006-02-05  Romain Francoise  <romain@orebokech.com>
12631         Update copyright notices of all files in the lisp/play directory.
12633 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
12635         * ldefs-boot.el: Regenerate.
12637         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
12639 2006-02-05  Kim F. Storm  <storm@cua.dk>
12641         * files.el (magic-mode-regexp-match-limit): New defvar.
12642         (set-auto-mode): Use it to limit magic-mode-alist matching.
12644 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
12646         * info.el (Info-index, Info-mode): Improve the description of the
12647         `i' command.
12649         * ldefs-boot.el: Regenerate.
12651 2006-02-03  Werner Lemberg  <wl@gnu.org>
12653         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
12654         greedy to find the closing bracket in \*[...] and similar
12655         expressions.  This is a first rough fix -- many additional
12656         refinements are necessary to make nroff mode really usable with groff.
12658 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
12660         * international/mule-cmds.el (set-locale-environment):
12661         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
12662         libX11.
12664 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
12666         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
12667         archive are created in archive-tmpdir.
12669 2006-02-02  John Paul Wallington  <jpw@pobox.com>
12671         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
12672         (ibuffer-fontification-alist): Use it.
12673         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
12674         to "* z" and the Ibuffer Mark menu.
12676         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
12678 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12680         * textmodes/table.el (*table--cell-describe-mode)
12681         (*table--cell-describe-bindings): Undo last change since
12682         print-help-return-message is not obsoleted by anything at all.
12684 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
12686         * emulation/cua-base.el (cua-mode): Doc fix.
12688 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
12690         * dframe.el (dframe-handle-make-frame-visible)
12691         (dframe-handle-iconify-frame, dframe-get-focus)
12692         (dframe-select-attached-frame, dframe-power-click)
12693         (dframe-frame-mode): Fix typos in docstrings.
12695         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
12696         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
12697         Fix typos in docstrings.
12699         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
12700         (hi-lock-face-buffer, hi-lock-font-lock-hook)
12701         (hi-lock-archaic-interface-message-used)
12702         (hi-lock-file-patterns-range): Fix typos in docstrings.
12704         * savehist.el (savehist-loaded, savehist-load, savehist-install)
12705         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
12707         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
12708         Fix typo in docstring.
12710         * net/newsticker.el (newsticker--decode-iso8601-date)
12711         (newsticker--set-customvar, newsticker--buffer-insert-item)
12712         (newsticker--do-run-auto-mark-filter)
12713         (newsticker--parse-generic-feed): Doc fixes.
12714         (newsticker--retrieval-timer-list, newsticker-url-list)
12715         (newsticker-hide-immortal-items-in-echo-area)
12716         (newsticker-hide-obsolete-items-in-echo-area)
12717         (newsticker-new-item-face, newsticker--enclosure)
12718         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
12719         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
12720         (newsticker--parse-generic-feed, newsticker--cache-contains)
12721         (newsticker--stat-num-items, newsticker-download-enclosures):
12722         Fix typos in docstrings.
12724         * net/rcirc.el (rcirc-debug): Doc fix.
12725         (rcirc-fill-column, rcirc-receive-message-hooks)
12726         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
12727         (rcirc-mode, rcirc-generate-new-buffer-name)
12728         (rcirc-startup-channels, rcirc-ignore-update-automatic)
12729         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
12730         Fix typos in docstrings.
12731         (rcirc-print): "?\ " -> "?\s".
12732         (rcirc-cmd-join): Improve argument/docstring consistency.
12734 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
12736         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
12737         before narrow-to-region.
12739 2006-02-01  Richard M. Stallman  <rms@gnu.org>
12741         * simple.el (move-beginning-of-line): Scan properly for invis change.
12743         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
12745 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
12747         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
12748         change bit only when id-format is 'integer.  Reported by Matt
12749         Hodges <M.P.Hodges@rl.ac.uk>.
12751 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
12753         * hilit-chg.el (highlight-changes-initial-state)
12754         (highlight-changes-global-initial-state): Doc fixes.
12755         (highlight-changes-global-modes, global-highlight-changes):
12756         Fix typos in docstrings.
12758 2006-02-01  Kim F. Storm  <storm@cua.dk>
12760         * emulation/cua-base.el (cua-mode): Mention that CUA enables
12761         transient-mark-mode in doc string.
12763 2006-01-31  Richard M. Stallman  <rms@gnu.org>
12765         * replace.el (multi-occur): Doc fix.
12766         (multi-occur-in-matching-buffers): Rename from
12767         multi-occur-by-filename-regexp.  Prefix arg says match
12768         buffer names instead of file names.
12770 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
12772         * bs.el: Allow non-default values of `bs-header-lines-length'.
12773         (bs--running-in-xemacs): Remove (not needed anymore).
12774         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
12775         instead of `shrink-window', thus avoiding having to compute the
12776         height of the window.
12777         (bs--up): Wrap around even when there's no header.
12778         (bs--down): Use `forward-line' instead of `next-line'.
12780 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
12782         * image-mode.el (image-toggle-display): Use file name if possible,
12783         instead of unnecessarily allocating a (possibly huge) lisp string.
12785 2006-01-30  John Paul Wallington  <jpw@pobox.com>
12787         * subr.el (toplevel): Define `cl-assertion-failed' condition here
12788         because the `assert' macro signals it at runtime.
12790         * emacs-lisp/cl.el (toplevel): Remove definition of
12791         `cl-assertion-failed' condition.
12793 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
12795         * thumbs.el (thumbs-marked-list): Make buffer-local and
12796         permanent-local.
12797         (thumbs-insert-thumb): Make help-echo non-sticky.
12798         (thumbs-file-alist): Use eolp as check for (non)-image.
12800 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
12802         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
12803         (ediff-before-session-group-setup-hooks)
12804         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
12805         Fix typos in docstrings.
12807         * window.el (bw-dir, bw-eqdir, balance-windows)
12808         (split-window-keep-point): Fix typos in docstrings.
12810         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
12811         (org-quote-string, org-calendar-to-agenda-key)
12812         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
12813         (org-show-following-heading, org-tags-column)
12814         (org-use-tag-inheritance, org, org-allow-space-in-links)
12815         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
12816         (org-enable-table-editor, org-calc-default-modes)
12817         (org-table-allow-automatic-line-recalculation)
12818         (org-export-html-style, org-export-with-fixed-width)
12819         (org-export-with-sub-superscripts, org-special-keyword)
12820         (org-formula, org-time-grid, org-table-may-need-update)
12821         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
12822         (org-goto-quit, org-get-indentation, org-end-of-item)
12823         (org-move-item-down, org-move-item-up)
12824         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
12825         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
12826         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
12827         (org-agenda-log-mode, org-agenda-toggle-diary)
12828         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
12829         (org-agenda-file-to-end, org-agenda-no-heading-message)
12830         (org-agenda-get-closed, org-format-agenda-item)
12831         (org-cmp-priority, org-cmp-category, org-cmp-time)
12832         (org-agenda-change-all-lines, org-agenda-diary-entry)
12833         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
12834         (org-link-search, org-camel-to-words, org-open-file)
12835         (org-remember-handler, org-table-convert-region)
12836         (org-table-move-row-down, org-table-move-row-up)
12837         (org-table-copy-region, org-table-wrap-region)
12838         (org-table-toggle-vline-visibility)
12839         (org-table-get-vertical-vector, org-table-modify-formulas)
12840         (org-table-get-specials, org-recalc-commands)
12841         (org-table-rotate-recalc-marks, org-table-eval-formula)
12842         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
12843         (org-level-color-stars-only, org-insert-heading):
12844         Fix typos in docstrings.
12845         (last-arg): Add defvar.
12847         * makefile.w32-in (WINS): Add erc.
12848         (MH_E_SRC): Update (copied from lisp/Makefile.in).
12850 2006-01-29  Bill Wohler  <wohler@newt.com>
12852         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
12853         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
12854         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
12855         (mh-autoloads): Don't use comments on otherwise empty lines.
12857 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
12859         * emulation/viper.el (viper-major-mode-modifier-list): Add
12860         insert-state and vi-state entries for erc-mode.
12861         (viper-go-away, viper-set-hooks): Add and remove
12862         viper-comint-mode-hook from erc-mode-hook as appropriate.
12864         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
12866 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
12868         * bs.el (bs--format-aux): Implement `middle' alignment as
12869         described in the docstring for `bs-attributes-list'.
12870         (bs--get-name): Simplify.  Don't pad the buffer name.
12872 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
12874         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
12875         English aspell dictionary is installed, use the first entry of
12876         ispell-dictionary-alist-1.
12878 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12880         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12881         Doc fix.
12883 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
12885         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12886         for `process-file', in order to let it work for older Emacsen too.
12888 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
12890         * international/latexenc.el: Add a suitable `coding:' tag.
12891         (latexenc-find-file-coding-system): Undo last change.
12893 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12895         * international/latexenc.el (latexenc-find-file-coding-system):
12896         Make sure latexenc-main-file is a regular file and is readable.
12898 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
12900         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
12901         Pass FILE to vc-user-login-name.
12903         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
12905 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
12907         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
12908         there are no more images to display.
12909         (thumbs-mark, thumbs-unmark): Revert change so that they move to
12910         the next image.
12912 2006-01-26  Richard M. Stallman  <rms@gnu.org>
12914         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
12916         * wid-edit.el (advertised-widget-backward): New alias.
12917         (widget-keymap): Use advertised-widget-backward for S-TAB.
12919         * tumme.el: Correct the keywords.
12920         (tumme-dir-max-size): Use defvar.
12921         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
12923         * simple.el (move-beginning-of-line): Take account of fields.
12924         (clone-indirect-buffer-other-window): Take args like
12925         clone-indirect-buffer, and work like it.
12927         * help-fns.el (describe-function): Don't pass `nil' as default.
12929         * files.el (risky-local-variable-p): Follow var aliases.
12931         * subr.el (lazy-completion-table): Doc fix.
12933         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
12934         global binding of `line'.
12936 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
12938         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
12939         Tramp.
12941         * vc.el (vc-default-dired-state-info): Pass FILE to
12942         vc-user-login-name.
12943         (vc-default-update-changelog): Don't use vc-user-login-name, we
12944         don't need it here.
12946         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
12947         no longer necessary.
12949 2006-01-25  Kenichi Handa  <handa@m17n.org>
12951         * international/mule.el (decode-char): Avoid the overhead of
12952         calling utf-lookup-subst-table-for-decode if
12953         utf-translate-cjk-mode is nil.
12954         (encode-char): Avoid the overhead of calling
12955         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
12956         nil.
12958 2006-01-22  Kenichi Handa  <handa@m17n.org>
12960         * international/mule.el (make-subsidiary-coding-system): Reset
12961         `coding-system-define-form' property of subsidiaries to nil.
12962         Avoid duplicated entry in coding-system-alist.
12963         (make-coding-system): Avoid duplicated entry in
12964         coding-system-alist.
12965         (define-coding-system-alias): Likewise.
12967 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
12969         * completion.el: Minor fixes in introductory comment.
12970         (completion-def-wrapper): Fix alist.
12972 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
12974         * thumbs.el (thumbs-new-image-size): New function.
12975         (thumbs-increment-image-size-element)
12976         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
12977         (thumbs-decrement-image-size): Delete.
12978         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
12979         temp files and use to resize.
12980         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
12981         Use increment argument to enlarge/shrink.  Preserve point.
12982         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
12983         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
12984         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
12985         (thumbs-mark, thumbs-unmark): Preserve point.
12986         (thumbs-modify-image): Keep old temp files and use to modify.
12987         Cleanup old temp files at load time.  Preserve point.
12988         (thumbs-view-image-mode-map): Use new command names.
12990 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12992         * log-view.el (log-view-minor-wrap): First rev is the one at point.
12994         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
12995         the nastiest part of the cyclic dependency.
12996         (cal-menu-update): Use dotimes and calendar-increment-month.
12998         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
12999         (calendar-week-start-day): Add an :initializer.
13000         (calendar-mode-map): Use suppress-keymap, and command remapping.
13001         (describe-calendar-mode): Setup xref-stack info for the back button.
13002         (calendar-star-date): Insert before delete.
13003         (calendar-set-mode-line): Add file-modified info if applicable.
13004         (calendar-increment-month): New function.
13006 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
13008         * font-lock.el (lisp-font-lock-keywords-2):
13009         Recognize "& keywords" only at word boundaries.
13011 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
13013         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
13014         and permanent-local.
13015         (thumbs-max-image-number): New variable.
13016         (thumbs-do-thumbs-insertion): Use them.
13017         (thumbs-per-line): Change default to 4.
13018         (thumbs-marked-list): Rename from thumbs-markedL.
13019         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13020         (thumbs-rename-images): Use -list instead of L for internal variables.
13021         (thumbs-call-convert): Use call-process instead of shell-command.
13022         (thumbs-insert-thumb): Add filename as help-echo to each image.
13023         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13024         Give dir to thumbs-show-thumbs-list.
13025         (thumbs-show-thumbs-list): Set default-directory to that of images.
13026         (thumbs-dired-show): Rename from thumbs-dired-show-all.
13027         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13028         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13029         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13031 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13033         * ses.el (ses-read-cell): Provide a default value.
13035 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
13037         * term/w32-win.el (image-library-alist): Add additional names for
13038         GIF library.
13040 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13042         * international/latexenc.el (latexenc-find-file-coding-system):
13043         Add file-regular-p check.
13045 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13047         * simple.el (clone-buffer): Don't show the new buffer in the same
13048         window.
13050 2006-01-23  Juri Linkov  <juri@jurta.org>
13052         * faces.el (link, link-visited): New faces based on default values
13053         of `info-xref' and `info-xref-visited'.
13055         * info.el (info-xref): Inherit from `link'.
13056         (info-xref-visited): Inherit from `link-visited'.
13058         * cus-edit.el (custom-buffer-create-internal): Use widget type
13059         `custom-manual' instead of `info-link' and don't set properties
13060         `button-face' and `mouse-face' explicitly.
13061         (custom-browse-group-tag, custom-browse-variable-tag)
13062         (custom-browse-face-tag): Inherit from widget class
13063         `custom-group-link' instead of `push-button'.
13064         (custom-button-unraised): Inherit from `underline' face.
13065         (custom-link): Inherit from `link' face.  Fix doc and group.
13066         (custom-add-parent-links, custom-group-value-create): Don't set
13067         properties `button-face' and `mouse-face' explicitly for
13068         `custom-group-link' widget.
13069         (custom-group-link): Add properties `button-face' and `mouse-face'
13070         to widget definition.
13071         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
13072         editable-field's :keymap property.
13073         (custom-mode): Fix docstring: substitute keybindings for
13074         `widget-forward' and `widget-backward' from `widget-keymap',
13075         `widget-complete' from `custom-field-keymap', replace old
13076         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
13078         * desktop.el (desktop-load-file): Check for `fboundp' before
13079         calling `symbol-function'.
13081         * simple.el (clone-buffer, clone-indirect-buffer)
13082         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13083         `read-string'.  Fix prompts.
13085         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13087 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
13089         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13091 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
13093         * startup.el (inhibit-splash-screen, initial-scratch-message):
13094         Doc fixes.
13096 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
13098         Sync with Tramp 2.0.52.
13100         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13101         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
13102         `tramp-unload-tramp' for checklist.
13104         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13105         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
13106         (tramp-unload-file-name-handler-alist)
13107         (tramp-unload-tramp): New defuns.
13108         (tramp-advice-PC-expand-many-files): New defadvice.
13109         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13110         removed.
13111         (tramp-handle-expand-file-name): Remove double slash.
13112         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13113         It doesn't matter, because it will be converted later on.
13114         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
13115         implementation was just heuristic.
13116         (tramp-post-connection): Set uid and gid properties.
13117         (tramp-convert-file-attributes): Set file's gid change bit.
13118         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13119         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13120         in case of su(do)? methods.  The home directory of the local user
13121         will be taken else.
13122         (tramp-open-connection-telnet)
13123         (tramp-open-connection-rsh, tramp-open-connection-su)
13124         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
13125         local shell prompt could hurt.  Reported by Romain Francoise
13126         <romain@orebokech.com>.
13127         (tramp-let-maybe): Add `edebug-form-spec' property.
13128         (tramp-handle-expand-file-name): Bind `default-directory' locally
13129         to "/" in order to avoid problems with UNC shares or Cygwin
13130         mounts.
13131         (tramp-md5-function): Fix typo in error message.
13133         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13135         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13136         for byte-compiler pacification.
13138 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
13140         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13141         ID-FORMAT `string'.  This allows us to get rid of
13142         `vc-user-login-name UID'.
13144         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13146 2006-01-22  John Paul Wallington  <jpw@pobox.com>
13148         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13150 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
13152         * emacs-lisp/find-func.el (find-definition-noselect)
13153         (find-variable-noselect): Search variables in C source code too.
13154         (find-function-C-source, find-function-noselect, find-function)
13155         (find-function-other-frame, find-variable-noselect, find-variable)
13156         (find-variable-other-frame, find-variable-at-point):
13157         Fix docstrings.
13159 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13161         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13163 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
13165         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13166         Default to disabling the "Save affix" question.
13168 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
13170         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13171         the first arg to run-python.
13173 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
13175         * startup.el (command-line-1): Handle --no-desktop if desktop.el
13176         is not loaded.
13178 2006-01-20  Jay Belanger  <belanger@truman.edu>
13180         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13181         limit is 0.
13183         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13184         the correct variable.
13186 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
13188         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13189         link.  Fixed buggy argument sequence in call to `org-view-tags'.
13190         (org-compile-prefix-format): Set `org-prefix-has-tag'.
13191         (org-prefix-has-tag): New variable.
13192         (org-format-agenda-item): Remove tags from headline if
13193         appropriate.
13194         (org-agenda-remove-tags-when-in-prefix): New option.
13195         (org-get-tags-at): New function.
13197 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
13199         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
13200         (thumbs-find-image): Move image name and number from buffer name
13201         to mode name.  Set thumbs-buffer.  Preserve point so that large
13202         images remain visible.
13203         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13204         order.
13205         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
13206         mode name.
13207         (thumbs-next-image, thumbs-previous-image): Make them work.
13209 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
13211         * cus-edit.el (custom-buffer-create-internal): State in the text above
13212         the whole buffer buttons that they do not operate on hidden items.
13213         (custom-face-menu): Use `custom-face-save' instead of
13214         `custom-face-save-command'.
13215         (custom-face-save-command): Make it an alias for `custom-face-save'
13216         and declare it obsolete.
13217         (custom-face-save): Doc fix.
13219         * dired.el (dired-no-confirm): Add quote.
13220         (dired-subdir-alist-pre-R): Add quote in
13221         `make-variable-buffer-local' form and remove unbalanced parenthesis.
13223 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13225         * textmodes/table.el (table-mode-indicator): Typo in last change.
13227 2006-01-19  Richard M. Stallman  <rms@gnu.org>
13229         * outline.el (hide-leaves): Don't call outline-end-of-heading.
13230         Fixes bug reported in Nov 2005.
13232         * isearch.el (isearch-forward): Doc fix.
13234         * dired.el (dired-move-to-filename-regexp): Define as alias.
13235         (dired-no-confirm): Use defcustom.
13236         (dired-subdir-alist-pre-R): Put defvar at top level.
13238         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13240         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13241         Mark as risky.
13243         * simple.el (set-mark-command): Doc fix.
13244         (clone-indirect-buffer-other-window):
13245         Read arg like clone-indirect-buffer.
13246         (move-beginning-of-line): Skip invisible newlines.
13248 2006-01-19  Masatake YAMATO  <jet@gyve.org>
13250         * progmodes/cpp.el (cpp-edit-load): Make the order of
13251         listed conditions in a base C code buffer and its associate
13252         CPP Edit buffer the same.
13254 2006-01-19  Kenichi Handa  <handa@m17n.org>
13256         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13257         (rmail-mime-feature): Likewise.
13258         (rmail-require-mime-maybe): Use display-warning to show a warning
13259         message.
13261         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13262         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13264 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13266         * array.el: Move defvars out of eval-when-compile.
13267         (array-make-template): Replace undeclared global var with a local one.
13268         (array-mode): Inline initialization functions.
13269         (array-init-local-variables, array-init-max-row)
13270         (array-init-max-column, array-init-columns-per-line)
13271         (array-init-field-width, array-init-rows-numbered)
13272         (array-init-line-length, array-init-lines-per-row): Remove.
13274         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
13275         (doc-mode-map): Define explicitly.
13276         (doctor-txtype): Use mapc.
13278         * textmodes/table.el: Move defvars out of eval-when-compile.
13279         Remove harmful code meant to avoid byte-compiler warnings.
13280         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
13281         specification that checks table-fixed-width-mode directly.
13282         (table-recognize-region, table-recognize-cell):
13283         Use restore-buffer-modified-p.
13284         (table-fixed-width-mode): Remove code that refreshes
13285         table-fixed-mode-indicator.
13286         (*table--cell-describe-bindings, *table--cell-describe-mode):
13287         Avoid obsolete name print-help-return-message.
13288         (table--test-cell-list): Don't use replace-regexp from elisp.
13289         (table--point-entered-cell-function, table--point-left-cell-function):
13290         Don't set table-fixed-mode-indicator, use force-mode-line-update.
13292         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
13293         that was after the end of file.  Use buffer-file-name variable.
13294         (org-timestamp-change): Use with-current-buffer.
13295         (org-todo-list): Don't unnecessarily define a new buffer-local var.
13296         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
13297         `file'.
13299         * progmodes/fortran.el: Move defvars out of eval-when-compile.
13300         (fortran-break-line): Remove unused var `opoint'.
13301         (fortran-abbrev-start): Obey help-event-list.
13303 2006-01-18  Jesper Harder  <harder@phys.au.dk>
13305         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
13307 2006-01-18  Masatake YAMATO  <jet@gyve.org>
13309         * progmodes/make-mode.el (makefile-imake-mode): New mode
13310         derived from makefile-mode.
13311         (makefile-imake-mode-syntax-table): New syntax table
13312         derived from makefile-mode-syntax-table.
13313         (makefile-mode): Write about makefile-imake-mode in doc string.
13314         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
13315         (makefile-imake-font-lock-keywords): New font lock keywords.
13317         * files.el (auto-mode-alist): Add Imakefile.
13319 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
13321         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
13322         loading the file rather than when turning on flyspell-mode.
13324 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
13326         * cus-edit.el (customize-rogue): Minor doc fix.
13328 2006-01-17  Juri Linkov  <juri@jurta.org>
13330         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
13331         instead of the file at the mark as default if the file at the mark
13332         is the same as the file at point or if dired-dwim-target-directory
13333         is not the same as the current directory and the mark is not active.
13335         * log-view.el (log-view-minor-wrap): Use the same logic to get
13336         revisions as `log-view-diff'.
13338         * info.el (Info-revert-find-node): Check for Info-current-file
13339         before preserving new-history.
13341         * man.el (Man-heading-regexp): Add `/'.
13343         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
13344         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
13346 2006-01-16  Juri Linkov  <juri@jurta.org>
13348         * faces.el (mode-line-faces): New defgroup.
13349         (mode-line-highlight): Move definition after new defgroup.
13350         (mode-line, mode-line-inactive, mode-line-highlight):
13351         Replace :group `modeline' with `mode-line-faces'.
13352         (mode-line-buffer-id): New face.
13353         (modeline-buffer-id): New face alias.
13354         (vertical-border): Remove :group `modeline'.
13356         * bindings.el (propertized-buffer-identification): Use face
13357         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
13358         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
13359         (mode-line-buffer-identification-keymap): For mouse-1 replace
13360         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
13361         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
13362         mouse-3.
13364         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
13365         Buffer-menu-buffer.  Doc fix.
13366         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
13367         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
13368         `Buffer-menu-buffer'.
13370         * info.el (Info-mode-line-node-keymap): New defvar.
13371         (Info-set-mode-line): Use `stringp' to check Info-current-file.
13372         Propertize Info-current-node with `mode-line-buffer-id' and
13373         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
13375         * time.el (display-time-mail-face): Replace :group `faces' with
13376         `mode-line-faces'.
13378 2006-01-16  Kenichi Handa  <handa@m17n.org>
13380         * international/code-pages.el: Add autoload cookies for cp125[0345678].
13382         * language/european.el (cp1252): New alias for windows-1252.
13384         * international/mule.el (autoload-coding-system): Prepare for EOL
13385         variants.
13387 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
13389         * term.el (term-raw-map): Add mapping for insert.
13390         (term-send-insert): New.
13391         (term-mode): Make variables local here instead of doing it in
13392         `term-emulate-terminal'.
13393         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
13394         Scroll reverse needs to take into account the scroll region.
13395         Saving and restoring the cursor should save the color attributes too.
13396         (term-reset-terminal): Reset the scroll region.
13397         (term-handle-ansi-escape): Cursor up and down should take into
13398         account the scroll region.
13399         (term-set-scroll-region): Rename from `term-scroll-region'.
13400         Move to 0,0 after setting the region.
13401         (term-handle-scroll): Handle scroll up.
13402         (term-down): Fix off by one error.
13403         (term-delete-lines): Do not delete outside the scroll region.
13404         (term-insert-lines): Take into account the scroll region.
13406 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13408         * textmodes/ispell.el (ispell-internal-change-dictionary)
13409         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
13410         (start, end): Move declaration outside of eval-when-compile.
13412         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
13413         (flyspell-mode-on): Use it.
13415         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
13416         ispell-kill-ispell-hook.
13418 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
13420         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13421         (Custom-reset-saved): Do not ask for confirmation in single option
13422         buffers.
13424 2006-01-13  Richard M. Stallman  <rms@gnu.org>
13426         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
13428 2006-01-13  Romain Francoise  <romain@orebokech.com>
13430         * add-log.el (add-change-log-entry, change-log-merge):
13431         Conditionally use `hard-newline'.
13433 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
13435         * wid-edit.el (widget-field-end): If the overlay is no longer
13436         associated with a buffer, behave as if the overlay didn't exist.
13438         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
13439         Make sure the links use the `custom-link' face.
13441 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13443         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
13444         (ld-script-mode): Don't set indent-line-function since we don't
13445         have one.
13447 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
13449         * textmodes/org.el (org-open-file): Use mailcap for selecting an
13450         application.
13451         (org-file-apps-defaults-gnu): Use mailcap as the default for
13452         selecting an application on a UNIX system.
13453         (org-agenda-show-tags): New command.
13454         (org-table-insert-hline): Keep cursor in current table line.
13455         (org-table-convert): Offset effect of modifying
13456         `org-table-insert-hline'.
13457         (org-format-agenda-item): New optional argument TAG.
13458         (org-compile-prefix-format): Handle %T format for the tag.
13459         (org-expand-wide-chars): New function.
13460         (org-table-insert-row, org-table-insert-hline):
13461         Use `org-expand-wide-chars'.
13462         (org-open-file): Fix bug in program launch.
13463         (org-get-time-of-day): Fix bug with times before 1am.
13464         (org-agenda-menu): Add tags commands.
13466 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
13468         * textmodes/ispell.el (ispell-init-process): Include the used
13469         dictionary in ispell process start message.
13470         (ispell-internal-change-dictionary): When flyspell-mode is active
13471         and dictionary is changed, make sure ispell process is restarted
13472         and flyspell word cache cleared out for the current buffer.
13473         (ispell-change-dictionary): Make sure flyspell word cache is
13474         cleared out in all buffers with active flyspell mode when
13475         dictionary is globally changed.
13476         Call ispell-internal-change-dictionary after dictionary change.
13478 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
13480         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13482         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
13483         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
13484         years.  Fix small differences wrt Makefile.in.
13485         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
13486         Makefile.in does.
13488 2006-01-12  Bill Wohler  <wohler@newt.com>
13490         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
13491         mh-search.el.
13493 2006-01-12  Masatake YAMATO  <jet@gyve.org>
13495         * progmodes/ld-script.el: Update copyright year.
13497 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
13499         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
13500         Don't add widget if setting undefined.
13502 2006-01-12  John Paul Wallington  <jpw@pobox.com>
13504         * help-fns.el (describe-variable): Remove newlines from void
13505         variable output.
13507 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
13509         * wdired.el (wdired-mode-map): Add help echo for
13510         wdired-abort-changes.
13512         * man.el (Man-file-name-regexp): Adjust for a list of files.
13514 2006-01-12  Masatake YAMATO  <jet@gyve.org>
13516         * progmodes/ld-script.el (auto-mode-alist): Support
13517         suffix conventions used in netbsd and eCos.
13519 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
13521         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
13522         (custom-variable-menu, custom-face-menu, custom-group-menu)
13523         (Custom-mode-menu): Change names of menu items.  (As discussed on
13524         emacs-devel.)
13525         (custom-face-menu): Add "Undo Edits" item.
13527         * startup.el (init-file-user): defcustom -> defvar.
13529         * tooltip.el (tooltip-mode): Doc fix.
13531 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13533         * reveal.el (reveal-post-command): window-buffer signals an error on
13534         dead windows rather than returning nil.
13535         (reveal-open-new-overlays): An overlay might die while we open others.
13537 2006-01-11  Bill Wohler  <wohler@newt.com>
13539         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
13540         phrasing in docstring.
13542         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
13543         can give some systems gas.  Add new file mh-buffers.el.
13545 2006-01-06  Masatake YAMATO  <jet@gyve.org>
13547         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
13548         C preprocessor forward ported from GNU Emacs 21.2.
13550         * progmodes/asm-mode.el (asm-font-lock-keywords):
13551         Use `cpp-font-lock-keywords'.
13553         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
13555         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
13556         of $ for "\\.ld[s]?".
13558 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13560         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
13561         (tcl-indent-line): Return `noindent' if inside a string.
13563         * progmodes/flymake.el (flymake-split-string): Remove more than one
13564         empty string at beg/end of the result.
13565         (flymake-find-buildfile, flymake-find-possible-master-files):
13566         Use expand-file-name.
13567         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
13568         since expand-file-name does it for us.  Use directory-file-name.
13569         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
13570         (flymake-ler-get-type, flymake-ler-get-text)
13571         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
13572         (flymake-current-line-no): Remove spurious interactive spec.
13573         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
13574         (flymake-check-include): Remove arg inc-path merged into inc-name.
13575         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
13576         Arg regexp-list replaced by a simple regexp.
13577         (flymake-master-make-header-init, flymake-master-tex-init):
13578         Correspondingly replace regexp-list with a regexp.  Fix regexp.
13580 2006-01-10  Simon Josefsson  <jas@extundo.com>
13582         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
13583         describing AUTH PLAIN fix.
13585 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
13587         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
13588         (report-emacs-bug): Don't record initial prompt text.
13589         Instead, add text properties to prompting text.
13590         (report-emacs-bug-hook): Delete prompting text.
13592 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13594         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
13595         `dirs'.  Adjust callers.
13597 2006-01-09  John Paul Wallington  <jpw@gnu.org>
13599         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
13601 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13603         * reveal.el (reveal-open-new-overlays): New extracted fun.
13604         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
13605         using them.  Simplify the code.
13606         (reveal-post-command): Use them.  Fix up obsolete windows in
13607         reveal-open-spots.
13609         * progmodes/flymake.el: Use `require' rather than autoload for
13610         XEmacs's overlays.
13611         (flymake-get-common-file-prefix, flymake-build-relative-filename):
13612         Delete.  Use file-relative-name instead.
13613         (flymake-get-syntax-check-program-args, flymake-perl-init):
13614         Simplify the resulting code.
13616         * log-view.el (log-view-file-re, log-view-message-re): Add support
13617         for DaRCS output.
13619 2006-01-09  Alex Schroeder  <alex@gnu.org>
13621         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
13622         identifiers sometimes added in square brackets at the beginning of
13623         subject lines.
13625 2006-01-07  Richard M. Stallman  <rms@gnu.org>
13627         * cus-edit.el (Custom-set, Custom-save): Doc fix.
13628         (Custom-reset-current, Custom-reset-saved): Change question text.
13629         (Custom-reset-standard): Likewise.
13630         (custom-variable-reset-saved): Doc fix.
13632 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
13634         * startup.el (init-file-user): Doc fix.
13636 2006-01-07  Alex Schroeder  <alex@gnu.org>
13638         * mail/rmail.el (rmail-current-subject): New function.
13639         (rmail-current-subject-regexp): New function.
13640         (rmail-next-same-subject): Use it.
13642         * mail/rmailsum.el (rmail-summary-by-topic):
13643         Use rmail-current-subject and rmail-current-subject-regexp.
13644         (rmail-summary-next-same-subject): Ditto.
13646         * net/rcirc.el (rcirc-send-input): No longer check whether the
13647         process is open, since not all commands need an open process.
13648         (rcirc-send-string): Check whether the process is open before
13649         sending anything.
13650         (rcirc-ignore-list): New option.
13651         (rcirc-ignore-list-automatic): New variable.
13652         (rcirc-print): Take rcirc-ignore-list into account.
13653         (rcirc-cmd-ignore): New command.
13654         (rcirc-ignore-update-automatic): New function.
13655         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
13656         list if ignored nicks.
13657         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
13659 2006-01-06  David Reitter  <david.reitter@gmail.com>
13661         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
13662         reflect the address to which the report will be sent.
13664 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
13666         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
13667         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
13669 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
13671         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
13673         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
13674         the doc string: "functoin" => "function".
13675         * ldefs-boot.el: Likewise.
13677         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
13678         message text: "Duplicat" => "Duplicate".
13680 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13682         * files.el (basic-save-buffer-2): If backing-up failed, reset
13683         buffer-backed-up to nil.
13685 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
13687         * progmodes/gud.el (gdb-script-skip-to-head)
13688         (gdb-script-calculate-indentation): Indent for breakpoint command
13689         lists also.
13691 2006-01-05  Bill Wohler  <wohler@newt.com>
13693         * Makefile.in (compile-always): Add mh-autoloads dependency.
13694         (bootstrap): Remove mh-autoloads dependency, as compile dependency
13695         provides it.
13696         (updates): Remove mh-autoloads dependency, since it probably has
13697         already run recently (via recompile).
13699 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13701         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
13702         argument `force' to disable the flyspell-last-buffer optimization.
13703         (flyspell-mode-on): Use it.
13705         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
13706         flymake-simple-cleanup.
13707         (flymake-allowed-file-name-masks): Use this new default.
13708         All the functions are now called in the right buffer rather than
13709         passing the buffer as argument.
13710         (flymake-process-sentinel): Switch to buffer before calling cleanup.
13711         (flymake-parse-err-lines): Remove redundant buffer arg.
13712         (flymake-get-program-dir): Comment out unused function.
13713         (flymake-start-syntax-check, flymake-start-syntax-check-process):
13714         Remove redundant buffer argument.
13715         (flymake-get-real-file-name, flymake-simple-java-cleanup)
13716         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
13718 2006-01-05  Richard M. Stallman  <rms@gnu.org>
13720         * info.el (Info-find-node): Don't record previous node if have none.
13721         (info): Go to directory only if history is empty.
13723         * simple.el (mark): Doc fix.
13725 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13727         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
13728         already of desired type.
13729         (mac-ae-list): Coerce parameter to "list" type.
13730         (mac-dispatch-apple-event): Replace cadr part of event with a
13731         dummy position so that event-start returns it.
13733 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
13735         * textmodes/org.el (org-end-of-subtree): New function.
13736         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
13737         Use `org-end-of-subtree'.
13738         (org-agenda, org-agenda-convert-date): Protect calls to
13739         `fit-window-to-buffer'.
13740         (org-tags-view): Force matching of sublevels when doing a
13741         todo-only search.  Define the correct redo command, including the
13742         arguments.
13743         (org-agenda-redo): Display message.
13744         (org-check-for-org-mode): New function.
13745         (org-agenda-type): New variable.
13746         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13747         Set `org-agenda-type'.
13748         (org-agenda-check-type): New function.
13749         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
13750         (org-agenda-week-view, org-agenda-day-view)
13751         (org-agenda-next-date-line, org-agenda-previous-date-line)
13752         (org-agenda-log-mode, org-agenda-toggle-diary)
13753         (org-agenda-toggle-time-grid, org-agenda-date-later)
13754         (org-agenda-date-prompt, org-agenda-diary-entry)
13755         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
13756         (org-agenda-convert-date, org-agenda-menu):
13757         Use `org-agenda-check-type'.
13758         (org-make-overlay, org-delete-overlay)
13759         (org-detatch-overlay, org-move-overlay, org-overlay-put):
13760         New compatibility functions.
13761         (org-calendar-select-mouse): New command.
13763 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
13765         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
13766         (Custom-reset-standard): Fix y-or-n-p messages.
13767         (custom-link): New face for links.
13768         (custom-buffer-create-internal, custom-manual): Use it.
13769         (custom-face-save): Push to theme-face before setting face spec.
13771         * wid-edit.el (widget-default-mouse-face-get): New function.
13772         (widget-specify-button): Handle mouse-face like button-face.
13774         * custom.el (load-theme): Clear old theme settings if reloading.
13776 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13778         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
13779         "Erase Customization" button back to same position it occupies in
13780         the individual State menus.
13782 2006-01-04  Kim F. Storm  <storm@cua.dk>
13784         * wid-edit.el (key-sequence): Rework widget to read key binding
13785         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
13786         (widget-key-sequence-default-value): Default value for empty sequence.
13787         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
13788         (widget-key-sequence-read-event): New command for C-q.
13789         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
13790         (widget-key-sequence-value-to-external): New functions.
13792 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13794         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
13795         Use expand-file-name.
13796         (flymake-delete-temp-directory): Use expand-file-name,
13797         file-name-directory, and directory-file-name.
13798         (flymake-strrchr): Delete.
13799         (flymake-start-syntax-check): Don't pass the redundant buffer argument
13800         to the init-f function.
13801         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
13802         (flymake-init-find-buildfile-dir)
13803         (flymake-init-create-temp-source-and-master-buffer-copy)
13804         (flymake-simple-make-init-impl, flymake-simple-make-init)
13805         (flymake-master-make-init, flymake-master-make-header-init)
13806         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
13807         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
13808         (flymake-xml-init): Remove corresponding redundant buffer argument.
13809         (flymake-allowed-file-name-masks): Remove last elems that are equal to
13810         the default anyway.  Clean up regexps.
13812         * progmodes/flymake.el (flymake-temp-source-file-name)
13813         (flymake-master-file-name, flymake-temp-master-file-name)
13814         (flymake-base-dir): New buffer-local vars.
13815         (flymake-buffer-data, flymake-get-buffer-value)
13816         (flymake-set-buffer-value): Replace those hash-tables by the new
13817         buffer-local vars.  Update callers.
13819         * progmodes/flymake.el (flymake-check-start-time)
13820         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
13821         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
13822         Move definition, so we can remove redundant earlier declaration.
13823         (flymake-replace-regexp-in-string, flymake-split-string)
13824         (flymake-get-temp-dir): Use defalias.
13825         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
13826         (flymake-xemacs-window-edges): Remove unused function.
13827         (flymake-get-point-pixel-pos): Move.
13828         (flymake-pid-to-names, flymake-reg-names)
13829         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
13830         Replace by a simple list flymake-processes and by process-buffer.
13831         Update callers.  Other than simplify the code, it uses buffers rather
13832         than buffer-names so it doesn't get confused by uniquify.
13833         (flymake-buffer-data): The global value should just be nil.
13835         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
13836         Optimize the body of a defalias like any other code.
13838         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
13839         Make sure we've setup font-lock's vars.  It may influence which
13840         function we then call.
13841         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
13842         here since it's too late anyway.
13844 2006-01-03  Romain Francoise  <romain@orebokech.com>
13846         * startup.el (fancy-splash-tail, normal-splash-screen):
13847         Update copyright year.
13849 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
13851         * mouse.el (mouse-drag-track): Rename, from
13852         `mouse-drag-region-1'.  Includes optional argument required to
13853         enable post-drag event processing (e.g. delete region keys).
13854         Can be used without this argument to track a mouse region and operate
13855         on it as soon as the drag completes.
13856         (mouse-drag-region): Use `mouse-drag-track'.
13858 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
13860         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
13861         Move to `custom-buffer' group.
13863         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
13864         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
13865         (custom-theme-insert-face-marker, custom-theme-variable-menu)
13866         (custom-theme-face-menu): New variables.
13867         (custom-theme-add-variable, custom-theme-variable-action)
13868         (custom-variable-reset-theme, custom-theme-delete-variable)
13869         (custom-face-reset-theme, custom-theme-face-action)
13870         (custom-theme-delete-face, custom-theme-merge-theme)
13871         (custom-theme-add-face, custom-theme-visit-theme): New functions.
13873 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
13875         * custom.el: Move Custom Themes commentary to start of theme code.
13876         (custom-known-themes): Rename `standard' theme to `changed'.
13877         (custom-push-theme): Caller no longer specifies what theme to use
13878         when doing `reset'---the setting is simply removed from the theme.
13879         Delete MODE from `theme-value' and `theme-settings' properties.
13880         (custom-declare-theme): Ignore &rest args since we don't use them.
13882         (custom-loaded-themes): Delete variable.
13883         (custom-theme-load-themes, custom-theme-loaded-p)
13884         (custom-theme-value): Delete functions.
13886         (custom-declare-theme): Signal error on invalid theme names.
13887         (provide-theme): custom-loaded-themes was deleted.
13888         (load-theme): Load the file unconditionally.
13889         (enable-theme): Call `load-theme' if theme is undefined.
13890         (custom-enabled-themes): Only update value for successful loads.
13891         (disable-theme): Complete from enabled themes when interactive.
13892         (custom-variable-theme-value): Calculate theme value directly.
13894         (custom-theme-reset-variables, custom-reset-variables): Mark as
13895         XEmacs compatibility functions.  We don't actually use these.
13897         * cus-edit.el (custom-variable-state-set):
13898         Use custom-variable-theme-value instead of custom-theme-value.
13899         (custom-face-state-set): Rename `standard' theme to `changed'.
13900         (custom-save-variables, custom-save-faces): Delete unneeded
13901         references to custom-reset-variables.
13902         (custom-save-resets): Delete function.
13903         (custom-save-variables, custom-save-faces): MODE argument deleted.
13904         (custom-save-variables, custom-save-faces): Ignore theme values.
13906         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
13907         compatibility function.
13909 2006-01-01  Richard M. Stallman  <rms@gnu.org>
13911         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
13912         (Custom-reset-current, Custom-reset-saved): Likewise.
13913         (Custom-reset-standard): Show message if aborted.
13914         (custom-mode): Doc fix, describing those commands.
13916         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
13917         put on event-kind property.
13919 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
13921         * custom.el (provide-theme): Ban `user' theme name.
13922         (custom-enabling-themes): New variable.
13923         (enable-theme): Don't enable user if custom-enabling-themes is t.
13924         (custom-enabled-themes): Make it a defcustom.
13925         (custom-theme-recalc-face): No-op if face is undefined.
13927         * cus-edit.el (custom-button-mouse): New variable.
13928         (custom-button-mouse): New face.
13929         (custom-raised-buttons, custom-mode): Use it.
13931         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
13933 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13935         * progmodes/gud.el (gud-display-line): Support hl-line in the
13936         source buffer.
13938 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
13940         * mouse.el (mouse-drag-window-above): Verify that the found window
13941         overlaps with the given window in the horizontal dimension.
13943 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13945         * Makefile.in (cvs-update): New target.
13947         * makefile.w32-in (cvs-update): Ditto.
13949 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
13951         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
13952         (custom-new-theme-mode-map): New variable.
13954 2005-12-30  Richard M. Stallman  <rms@gnu.org>
13956         * custom.el (custom-load-themes): Function deleted.
13958         * cus-edit.el (custom-save-loaded-themes): Function deleted.
13959         (custom-save-variables): Don't delete or add custom-load-themes call.
13961 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13963         * cus-start.el: Add `visible-cursor'.
13965         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
13966         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
13967         (flymake-process-filter): Switch to buffer before calling it instead.
13968         (flymake-post-syntax-check, flymake-highlight-err-lines)
13969         (flymake-delete-own-overlays, flymake-parse-err-lines)
13970         (flymake-start-syntax-check, flymake-start-syntax-check-process)
13971         (flymake-count-lines, flymake-parse-residual):
13972         Remove constant buffer argument.
13973         (flymake-start-syntax-check-for-current-buffer): Remove.
13974         Update callers to use flymake-start-syntax-check instead.
13975         (flymake-display-err-menu-for-current-line):
13976         Remove unused var `mouse-pos'.
13977         (flymake-restore-formatting): Comment out unused function.
13978         (flymake-report-status, flymake-report-fatal-status): Remove buffer
13979         argument, use current-buffer instead.  Update callers.
13981 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13983         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
13984         buffer-local because choose-completion-delete-max-match requires
13985         that we set completion-ignore-case (i.e., binding via let is not
13986         sufficient).
13987         (bibtex-complete): Always set completion-ignore-case and
13988         choose-completion-string-functions.  The latter is needed because
13989         choose-completion-string-functions keeps its value if we quit the
13990         *Completions* buffer without requesting a completion.
13992 2005-12-30  Andreas Schwab  <schwab@suse.de>
13994         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
13996 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
13998         * jit-lock.el (jit-lock-chunk-size): Doc fix.
14000 2005-12-30  Juri Linkov  <juri@jurta.org>
14002         * locate.el (locate-fcodes-file, locate-header-face)
14003         * progmodes/delphi.el (delphi-other-face)
14004         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14006         * paren.el (show-paren-match, show-paren-mismatch): Use existing
14007         group `paren-showing-faces'.
14009         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14010         (goto-address): Fix docstring.
14012         * net/webjump.el (webjump-sample-sites): Update URLs.
14014         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14016         * subr.el (cancel-change-group): Add listp around pending-undo-list.
14018 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14020         * font-lock.el (font-lock-compile-keywords): Signal an error when
14021         font-lock-set-defaults hasn't been called.
14023 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
14025         * subr.el (noreturn, 1value): Doc fixes.
14027 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14029         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14030         that assoc-string returns nil.
14032 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14034         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14035         (bibtex-entry-type-str, bibtex-empty-field-re)
14036         (bibtex-search-backward-string, bibtex-preamble-prefix)
14037         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14038         (bibtex-any-valid-entry-type): New variable.
14039         (bibtex-parse-field-name): Simplify.
14040         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14041         (bibtex-preamble-prefix): Include left delimiter.
14042         (bibtex-search-forward-field, bibtex-search-backward-field):
14043         Allow unbounded search past entry boundaries (required by bibtex-pop).
14044         (bibtex-text-in-field-bounds): Use push.
14045         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14046         (bibtex-parse-preamble, bibtex-valid-entry)
14047         (bibtex-beginning-first-field): New functions.
14048         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
14049         (bibtex-map-entries): Fix docstring.
14050         (bibtex-flash-head): New arg prompt.  Simplify.
14051         (bibtex-enclosing-field): Include code of bibtex-inside-field.
14052         (bibtex-insert-kill): Simplify.  Always insert text past the
14053         current field or entry.
14054         (bibtex-format-entry): Use bibtex-parse-field.
14055         (bibtex-pop): Use bibtex-beginning-of-entry and
14056         bibtex-end-of-entry to initiate the search.  Insert empty field if
14057         we found ourselves.
14058         (bibtex-print-help-message): New args field and comma.
14059         Handle entry keys.
14060         (bibtex-make-field): Use bibtex-beginning-of-entry.
14061         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
14062         invalid entry.
14063         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14064         Handle preambles.  Simplify code for thorough test.
14065         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14066         New arg comma.  Handle entry heads.
14067         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14068         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14069         New arg comma.
14070         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14071         (bibtex-fill-field): Simplify.
14072         (bibtex-fill-entry): Use bibtex-beginning-first-field and
14073         bibtex-parse-field.
14074         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14075         (bibtex-complete): Use bibtex-parse-preamble.
14077 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
14079         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14080         Display name of expression instead of convenience variable.
14081         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14083         * progmodes/gud.el (gud-tooltip-dereference): Rename from
14084         toggle-gud-tooltip-dereference.
14085         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14086         (gud-tooltip-tips): ...here when dereferencing.
14088 2005-12-28  Bill Wohler  <wohler@newt.com>
14090         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14092 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14094         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14095         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
14096         (vc-annotate-display-autoscale): Adjust call.
14097         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
14098         Fix interactive spec.
14099         (vc-annotate-time-span): Remove.
14100         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14101         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14102         (vc-annotate-display-select): Use new name.
14104         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14105         (vc-annotate-mode-menu): Remove left-over redundant declaration.
14106         Correct the construction of span entries.  Simplify.
14107         (vc-annotate-display-select): Fix the nil case.
14108         (vc-annotate): Remove obsolete (and now broken) code.
14109         (vc-annotate-extract-revision-at-line): Remove obsolete code.
14110         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
14112 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
14114         * subr.el (lazy-completion-table): Correct typo in docstring.
14116         * startup.el (command-line): Use `custom-reevaluate-setting' for
14117         `send-mail-function'.
14119         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14121 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
14123         * mail/smtpmail.el (smtpmail-try-auth-methods):
14124         Send credentials together with "AUTH PLAIN" command.
14126 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14128         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14129         mouse-2, go back to previously selected window, so it's selected
14130         when mouse-2 command runs.
14132 2005-12-27  Juri Linkov  <juri@jurta.org>
14134         * descr-text.el (describe-text-sexp): Use square brackets for
14135         button [Show] to distinguish it from the property value `show'.
14136         (describe-property-list): Use `insert-text-button' with
14137         `help-face' type instead of putting face in quotes, because button
14138         is not created automatically for a list of faces.
14139         (describe-text-properties-1): Put button-type value in quotes to
14140         distinguish from plain text "button".
14141         (describe-char): Display code point values in hex.  Don't use
14142         `symbol-name' for `current-input-method' because it is a string.
14143         Use `insert-text-button' with `help-face' type instead of putting
14144         hardcoded face in quotes, because button is not created automatically.
14146 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14148         * progmodes/glasses.el (glasses-face): More specific custom type.
14150         * files.el (set-visited-file-name): Doc fix.
14152         * textmodes/flyspell.el (flyspell-external-point-words):
14153         Use local var buffer-scan-pos to advance scan for next misspelling.
14154         Advance it only after we find the misspelling.
14156 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
14158         * textmodes/flyspell.el (flyspell-external-point-words):
14159         New criteria for finding the misspelling in the buffer.
14161 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
14163         * help-mode.el (help-insert-string): Set help-xref-stack-item
14164         rather than call help-setup-xref.
14166         * descr-text.el (describe-char): Revert previous changes for
14167         optional buffer argument.
14169 2005-12-27  Juri Linkov  <juri@jurta.org>
14171         * help-mode.el (help-insert-string): New function.  Save buffer
14172         contents in cases where it is impossible to recompute the old contents.
14174         * descr-text.el (describe-char): Set help-xref-stack-item
14175         explicitly after buffer has been generated.
14177 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14179         * cus-start.el (all): Add x-gtk-show-hidden-files.
14181 2005-12-26  Richard M. Stallman  <rms@gnu.org>
14183         * replace.el (perform-replace): Calculate match-again
14184         before skipping read-only matches.
14186         * paren.el (paren-showing-faces): New group.
14187         (show-paren-match, show-paren-mismatch): Move to that group.
14189         * button.el (button): Put into group `basic-faces'.
14191         * progmodes/make-mode.el: Remove faces from group `faces'.
14193         * apropos.el (apropos, apropos-value): Doc fix.
14194         (apropos-documentation): Doc fix.
14196 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14198         * subr.el (lazy-completion-table): Remove argument `args'.
14200         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14201         Don't use the `args' argument of lazy-completion-table.
14203 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
14205         * descr-text.el (describe-char): Add optional argument for buffer.
14206         Set buffer appropriately.  Call help-setup-xref.
14207         Suggested by Stefan Monnier.
14209 2005-12-26  Juri Linkov  <juri@jurta.org>
14211         * descr-text.el: Require `help-fns' at runtime.  Don't require
14212         `button' for byte compilation.
14213         (describe-text-widget): Add `help-echo' for first button.
14214         Use `help-info' for second.
14215         (describe-property-list): Use `help-argument-name' instead of `italic'.
14216         (describe-text-category): Add prompt to interactive spec.
14217         Call `help-setup-xref'.
14218         (describe-char): Use `help-character-set'.  Add `help-echo' for
14219         code point.  Use `help-input-method'.  Remove superfluous insert.
14221 2005-12-25  Richard M. Stallman  <rms@gnu.org>
14223         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14224         at point, in case of narrowing.
14226         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14228         * locate.el (locate-header-face): Allow nil in type.
14230         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14232 2005-12-25  Romain Francoise  <romain@orebokech.com>
14234         * battery.el (battery-linux-proc-acpi): Also try
14235         `/proc/acpi/thermal_zone/THM0/temperature'.
14237 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
14239         * custom.el (custom-push-theme): Fix docstring.
14241         * cus-edit.el (custom-variable-set, custom-variable-save)
14242         (custom-variable-save): Custom-quote widget values.
14243         (customize-save-variable): Fix custom-push-theme call.
14245 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
14247         * w32-fns.el (w32-batch-update-autoloads): New function.
14249         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14250         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14251         from the command line.
14253 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
14255         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
14256         reset means to remove setting from theme entirely.  Don't keep
14257         expanding theme-settings list; delete old entries if necessary.
14259         * cus-edit.el (custom-buffer-create-internal): Move "Erase
14260         customization" button one line up.
14261         (custom-themed): New face.
14262         (custom-magic-alist): New value, THEMED, for theme settings.
14263         (custom-variable-state-set, custom-face-state-set):
14264         Check theme-value instead of saved-value.
14265         (custom-variable-reset-standard, custom-face-reset-standard):
14266         Remove theme setting entirely.  Recalculate new values.
14267         (custom-variable-set, custom-variable-set)
14268         (custom-variable-reset-saved, custom-variable-reset-backup)
14269         (custom-face-set, custom-face-reset-saved): Update `user' theme.
14270         (custom-variable-save): Fix typos.
14272 2005-12-23  Juri Linkov  <juri@jurta.org>
14274         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14275         Add autoload cookies.
14276         (edebug-outside-d-c-i-n-s-w): New variable.
14277         (edebug-display, edebug-outside-excursion): Use it to save the
14278         original value of default-cursor-in-non-selected-windows.
14279         Set default-cursor-in-non-selected-windows to t while Edebug
14280         is active.
14281         (edebug-mode, edebug-eval-mode): Doc fix.
14283         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14284         with `buffer-substring-no-properties' to remove common substring
14285         highlighting.
14287         * info.el (info-other-window, info): Rename function argument
14288         `file' to `file-or-node'.
14289         (Info-complete-menu-item): Use local variable `complete-nodes' to
14290         keep the global value of `Info-complete-nodes' unchanged for
14291         subsequent completions.
14292         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14294         * simple.el (get-next-valid-buffer, last-buffer)
14295         (next-error-buffer-p, next-error-find-buffer)
14296         (minibuffer-history-sexp-flag): Doc fix.
14298         * savehist.el (savehist-mode-hook): Add `:group'.
14300         * log-view.el: Call autoload for vc-find-version.
14301         (log-view-current-file): Adjust subgroup numbers.
14302         (log-view-current-tag): Add `length'.
14304 2005-12-23  Richard M. Stallman  <rms@gnu.org>
14306         * vc.el (vc-annotate-car-last-cons): Defn moved up.
14308 2005-12-23  Juri Linkov  <juri@jurta.org>
14310         * hi-lock.el (hi-lock-archaic-interface-message-used)
14311         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
14312         (hi-lock-mode): Display "Hi" in the mode line only when
14313         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
14314         (hi-lock-write-interactive-patterns):
14315         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
14316         (hi-lock-set-pattern, hi-lock-set-file-patterns)
14317         (hi-lock-font-lock-hook): Set 3rd arg `how' of
14318         font-lock-add-keywords to t.
14320 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
14322         * hi-lock.el (hi-lock-highlight-range): New variable.
14323         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
14324         only if font-lock-fontified is non-nil.  Remove overlays.
14325         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
14326         font-lock-fontified is non-nil, otherwise use overlays (instead of
14327         text properties).
14328         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
14329         New variables.
14330         (hi-lock-string-serialize) New function.
14332 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14334         * menu-bar.el (menu-find-file-existing): New function.
14335         (menu-bar-file-menu): Use menu-find-file-existing for Open.
14337         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
14339 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14341         * vc.el: Remove unnecessary leading * in docstrings.
14342         (vc-annotate-mode-map): Move initialization into declaration.
14343         (vc-static-header-alist): Nitpick on the regexp.
14344         (vc-default-init-version): New fun.
14345         (vc-register): Use it.
14346         (vc-insert-headers): Use dolist.
14347         (vc-annotate-get-backend): Remove unused function.
14348         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
14349         (vc-annotate-mode): Remove corresponding call.
14350         (vc-annotate-car-last-cons): Simplify.
14351         (vc-annotate-buffers): Remove var.
14352         (vc-annotate-backend): Make it buffer-local.
14353         (vc-annotate): Move the interaction to the interactive spec.
14354         Add a `buf' argument.
14355         (vc-annotate-warp-version): Use this new `buf' argument to avoid
14356         killing&creating a vc-annotate buffer, which is very disruptive when
14357         the buffers are shown in dedicated frames.
14359 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
14361         * descr-text.el: Add FSF as maintainer.
14362         (describe-text-mode, describe-text-mode-map)
14363         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
14364         help-mode.
14365         (describe-text-widget, describe-text-sexp)
14366         (describe-property-list, describe-text-category)
14367         (describe-text-properties, describe-text-properties-1)
14368         (describe-char): Use help buttons instead of widgets.
14369         (describe-char-unicodedata-file): Make URL link in doc string.
14371 2005-12-22  Richard M. Stallman  <rms@gnu.org>
14373         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
14374         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
14375         Don't include buttons that write a file when there's no file.
14376         (custom-variable-menu, custom-face-menu, custom-group-menu):
14377         Don't include commands that write a file when there's no file.
14378         (customize-browse): Reword the top-of-buffer help intro.
14379         (custom-buffer-create-internal): Fix previous change.
14380         (customize-changed-options-previous-release): Prev release is 21.1.
14381         (customize-changed-options): Doc fix.
14382         (customize-changed): New alias.
14383         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
14384         Say "standard values".
14385         (Custom-reset-standard): Doc fix.
14386         (custom-face-reset-standard): Doc fix.
14388 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14390         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
14391         even if font-lock-mode is non-nil since it may be t without having
14392         turned on font-lock-mode-internal.
14393         (font-lock-choose-keywords): Minor optimization.
14394         (font-lock-add-keywords, font-lock-remove-keywords)
14395         (font-lock-set-defaults): Don't call make-local-variable on a variable
14396         that we know to already be local.
14398 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14400         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
14401         messages if in the minibuffer.
14403 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14405         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
14406         (tex-mode-flyspell-verify, flyspell-get-word)
14407         (flyspell-external-point-words): Don't use point-min/max uselessly.
14409         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
14410         by Kevin Rodgers.  Instead, just hide the completions buffer if we
14411         don't need to show it.
14413 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
14415         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
14417 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14419         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
14420         delete-windows-on with an inexistent buffer.
14422 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
14424         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14425         Delete defcustom variable :tag names.
14427 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14429         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
14430         (log-view-font-lock-keywords): Ajust subgroup numbers.
14431         (log-view-current-tag): Don't hard code the number of subgroups.
14433 2005-12-20  Juri Linkov  <juri@jurta.org>
14435         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
14436         (tooltip-x-offset, tooltip-y-offset): Doc fix.
14438         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14439         (menu-bar-non-minibuffer-window-p): Instead of checking
14440         display-multi-frame-p, use selected-frame when menu-updating-frame
14441         is nil.
14443 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
14445         * align.el (align-rules-list): Use [ \t] instead of \s-
14446         for column separators in text mode.
14448 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
14450         * help-mode.el (help-customize-variable, help-customize-face):
14451         Don't pop help-xref-stack as help-follow no longer pushes
14452         anything on to it.
14454 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
14456         * textmodes/org.el (org-agenda-custom-commands): New option.
14457         (org-agenda): Offer custom commands on splash screen.
14458         (org-make-tags-matcher): Parser for Boolean logic added.
14459         (org-agenda-set-tags): New command.
14460         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
14461         (org-set-tags): Efficiency improvements.
14462         (org-auto-align-tags): New option.
14463         (org-todo, org-demote, org-promote): Realign tags.
14464         (org-tags-completion-function): Use also "&" and "|" as separators.
14465         (org-org-menu): Agenda commands simplified.
14467 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
14469         * cus-edit.el (customize-apropos, customize-apropos-options):
14470         Docstring changes.
14472         * font-lock.el (font-lock): Add tags to the links in the defgroup.
14474 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
14476         * longlines.el (longlines-mode): Wrap while widened.
14477         (longlines-decode-region, longlines-encode-region): Compute max
14478         just once.
14480 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14482         * cus-edit.el (mac): New group.
14484         * cus-start.el (all): Add user options in macterm.c.  Add test for
14485         Mac-related built-ins.  Fix test for GTK-related built-ins.
14487         * term/mac-win.el (mac-handle-language-change)
14488         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
14489         (mac-services-open-selection, mac-services-mail-selection)
14490         (mac-services-mail-to, mac-services-insert-text)
14491         (mac-dispatch-apple-event): Add docstrings.
14492         (x-get-selection, mac-select-convert-to-string): Select coding
14493         system from `utf-16be' and `utf-16le' using `byteorder'.
14495 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14497         * subr.el (lazy-completion-table): Don't be fooled if the var holds
14498         a "list" (lambda ...) rather than a real completion list.
14500         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
14501         lexical-let when encountering ((lambda (...) ...) ...).
14503 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
14505         * progmodes/sh-script.el (sh-mode):
14506         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
14507         * textmodes/picture.el (picture-mode): Update docstrings.
14509 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
14511         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
14512         commands enclosed in $(ARGQUOTE)s should not be split between two
14513         lines, as that will break with GNU Make >3.80, when sh.exe is used
14514         and arg quoting is with '..'.
14515         (autoloads): Don't break the quoted --eval expression between
14516         several lines.
14518 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
14520         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
14521         Capture error from printing circular structures.
14523 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
14525         * wid-edit.el (widget-checkbox-action): Clear undo info.
14527 2005-12-16  Bill Wohler  <wohler@newt.com>
14529         * menu-bar.el (kill-this-buffer): Set a good example by using menu
14530         bar, not menubar in comment.
14532 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14534         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
14535         After-change-functions should not clobber the match data.
14537 2005-12-16  Juri Linkov  <juri@jurta.org>
14539         * simple.el (choose-completion): Use `buffer-substring-no-properties'
14540         instead of `buffer-substring'.
14541         (completion-common-substring): Doc fix.
14542         (completion-setup-function): Use minibuffer-completion-contents
14543         instead of minibuffer-contents.  Don't set common-string-length
14544         initially.  Remove special handling of partial-completion-mode.
14545         Move computation of completion-base-size into one cond.
14546         Call completion-base-size-function in mainbuf.  In computation of
14547         completion-base-size for file name completion don't move point to
14548         the end of the minibuffer.  Move computation of common-string-length
14549         into one cond.  Start putting faces only when common-string-length>=0.
14550         Add condition to put completions-common-part when
14551         common-string-length>0.
14553         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
14554         place point at the first different character in the minibuffer
14555         even if this position is at the beginning of the minibuffer.
14557         * info.el (Info-read-node-name-1): In completion-base-size-function's
14558         lambda return 1 if common-substring or minibuffer-completion-contents
14559         starts with (, and 0 otherwise.
14561         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
14562         Use `crm-current-element' for second arg of `display-completion-list'.
14564 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
14566         * files.el (set-auto-mode): Look for an interpreter specified on
14567         the first line also if search for mode specification succeeded,
14568         but the mode is not known.
14570 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
14572         * textmodes/org.el (org-tags-match-list-sublevels): New option.
14573         (org-open-at-point): Implement tag searches as links.
14574         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
14575         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
14576         (org-tags-sparse-tree, org-tags-view, org-set-tags)
14577         (org-agenda-dispatch): New commands.
14578         (org-use-tag-inheritance, org-tags-column): New options.
14579         (org-tab-follows-link, org-return-follows-link): New options.
14580         (org-tags): New customize group.
14581         (org-start-icalendar-file): Get local time zone.
14582         (org-tags-completion-function): New function.
14583         (org-set-font-lock-defaults): Make sure links will also be
14584         highlighted inside headlines.
14586 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
14588         * term.el (term-emulate-terminal):
14589         Let term-handle-ansi-terminal-messages override what Bash says about
14590         its current directory.
14592 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
14594         * bindings.el (last-buffer): Move to simple.el.
14595         * simple.el (last-buffer): Move here.
14596         (get-next-valid-buffer): New function.
14597         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
14598         (prev-buffer): Ditto.  Rename to `previous-buffer'.
14600         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
14601         * bindings.el (global-map): Ditto.
14603 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
14605         * cus-edit.el: Introductory comment change.
14606         (custom-magic-alist): Change message string for the `rogue' state.
14608 2005-12-15  Richard M. Stallman  <rms@gnu.org>
14610         * tooltip.el: Delete defcustom variable :tag names.
14612         * complete.el (partial-completion-mode): Doc fix.
14614         * textmodes/flyspell.el (flyspell-external-point-words):
14615         Use save-excursion to ensure we don't move backward in the
14616         search loop, not even one character.
14617         (flyspell-delete-all-overlays): Use remove-overlays directly.
14619         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
14620         (ispell-start-process): Set that variable.
14621         Clear ispell-buffer-local-name.
14622         (ispell-internal-change-dictionary):
14623         Set ispell-current-dictionary after killing process.
14624         (ispell-buffer-local-dict):
14625         Don't set spell-personal-dictionary after killing process.
14626         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
14627         (ispell-tex-skip-alists, ispell-html-skip-alists)
14628         (ispell-skip-region-alist): Mark as risky.
14630         * net/newsticker.el (newsticker--retrieval-timer-list)
14631         (newsticker--display-timer, newsticker-running-p)
14632         (newsticker-ticker-running-p): Definitions moved up.
14634 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
14636         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
14638 2005-12-15  David Ponce  <david@dponce.com>
14640         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
14641         (recentf-edit-list, recentf-open-files): Signal an error when
14642         there is no recent file.
14644 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14646         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
14647         read-only except for texinfo-format-region evaluation.
14649 2005-12-14  Richard M. Stallman  <rms@gnu.org>
14651         * vc.el (vc-default-previous-version, vc-default-next-version)
14652         (vc-do-command): Doc fixes.
14654 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14656         * textmodes/bibtex.el (bibtex-expand-strings)
14657         (bibtex-autokey-expand-string, bibtex-name-part)
14658         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
14659         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
14660         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
14661         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
14662         (bibtex-entry-postfix, bibtex-known-entry-type-re)
14663         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
14664         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
14665         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
14666         (bibtex-beginning-of-last-entry): Remove.
14667         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
14668         message if comma is missing but buffer is read-only.
14669         (bibtex-parse-field-text): Handle whitespaces at the end of field
14670         text.  Return 3-element list with beginning and end of field text
14671         and end of field.
14672         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
14673         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
14674         (bibtex-search-forward-field, bibtex-search-backward-field):
14675         Search always delimited by limits of entry.  Use more efficient
14676         search algorithms.
14677         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
14678         bibtex-end-of-name-in-field.
14679         (bibtex-text-in-field-bounds): Handle BibTeX strings when
14680         extracting the content of a field.
14681         (bibtex-text-in-field): Use search limits.
14682         (bibtex-parse-string-prefix): Handle empty string keys based on
14683         bibtex-string-empty-key.
14684         (bibtex-parse-string): Fix docstring.
14685         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
14686         (bibtex-preamble-prefix, bibtex-strings): New functions.
14687         (bibtex-skip-to-valid-entry): Include preceding whitespace in
14688         BibTeX entries (consistent with other BibTeX functions).
14689         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
14690         (bibtex-search-entry): Fix docstring.  Simplify.
14691         (bibtex-flash-head, bibtex-complete-string-cleanup)
14692         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
14693         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
14694         (bibtex-parse-entry): New optional arg content.
14695         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
14696         Use bibtex-text-in-field-bounds.
14697         (bibtex-print-help-message): Handle BibTeX strings and preambles.
14698         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
14699         bibtex-parse-string-postfix.
14700         (bibtex-find-text-internal): New function.
14701         (bibtex-remove-delimiters): Use it.
14702         (bibtex-find-text): Use it.  New optional arg help.
14703         (bibtex-complete): Handle BibTeX string and preamble entries.
14704         (bibtex-Preamble): Fix order of closing delimiters.
14706 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14708         * vc.el (vc-default-revert): New fun.
14710         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
14712 2005-12-14  Romain Francoise  <romain@orebokech.com>
14714         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
14715         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
14716         (font-lock-remove-keywords): Likewise.
14718 2005-12-14  Juri Linkov  <juri@jurta.org>
14720         * log-view.el (log-view-diff): Doc fix.
14722         * isearch.el (isearch-query-replace): Use (mark) instead of
14723         isearch-opoint if mark is active in transient-mark-mode.
14725 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
14727         * isearch.el (isearch-query-replace): Check for isearch-other-end.
14729 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
14731         * progmodes/cpp.el (cpp-face): New widget.
14732         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
14734 2005-12-14  Juri Linkov  <juri@jurta.org>
14736         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
14737         around `erase-buffer' and `insert'.
14739         * descr-text.el (describe-text-properties): Replace buffer name
14740         "*Help-2*" with "*Help*<2>".
14741         (describe-char): Add functions print-help-return-message,
14742         toggle-read-only.  Use help-setup-xref with nil to not store
14743         describe-char in help-xref-stack.  Use help-make-xrefs to
14744         make [back] button.
14746         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
14748         * wdired.el (wdired-old-point): New internal variable.
14749         (wdired-change-to-wdired-mode): Set it buffer-locally.
14750         (wdired-abort-changes): Restore point after aborting changes.
14752 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14754         * vc.el (vc-do-command): Add a new value t for okstatus.
14756         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
14757         frame in case of errors.
14759 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14761         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
14762         so it comes after "On the Left" in the menu.
14764 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
14766         * cus-edit.el (customize-apropos, customize-apropos-options)
14767         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
14769 2005-12-12  Bill Wohler  <wohler@newt.com>
14771         * vc-svn.el (vc-svn-registered): Fix problem of visiting
14772         non-writable Subversion-controlled files by saving window
14773         configuration before calling vc-do-command.  vc-do-command calls
14774         pop-to-buffer on error which is unexpected during registration.
14776 2005-12-12  Jay Belanger  <belanger@truman.edu>
14778         * calc/README: Update the summary of changes.
14780 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14782         * descr-text.el (describe-char): Rework last fix to solve the problem
14783         is the same way it's solved for everything else in that function
14784         (i.e. by extracting the info before setting up the *Help* buffer).
14786 2005-12-12  Kim F. Storm  <storm@cua.dk>
14788         * subr.el (version-regexp-alist): Allow space as separator before
14789         non-numeric part, e.g. "1.0 alpha".
14790         (version-to-list): Interpret .X.Y version as 0.X.Y version.
14792 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
14794         * textmodes/org.el (org-agenda, org-timeline, org-todo):
14795         Implement Logging and the keep-modes setting.
14796         (org-get-category): Make sure a string is returned.
14797         (org-log-done): New function.
14798         (org-log-done, org-closed-string): New options.
14800 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14802         * tooltip.el (tooltip-y-offset): Change default to 20.
14804 2005-12-12  Richard M. Stallman  <rms@gnu.org>
14806         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
14808         * frame.el (display-hourglass): Doc fix.
14810         * help.el (help-for-help-internal): Simplify entry for `a'.
14812         * info.el (Info-on-current-buffer): Doc fix.
14813         (info-insert-file-contents): Don't test (featurep 'jka-compr).
14815         * startup.el (inhibit-splash-screen): Make this the real name.
14816         (inhibit-startup-message): Make this the alias.
14817         (command-line): Find only simple.el, and use its directory
14818         to fill in other preloaded files' names.
14819         (command-line): Deactivate the mark if deactivate-mark is set.
14821         * international/mule.el (load-with-code-conversion):
14822         Bind deactivate-mark.
14824         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14826 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
14828         * cus-edit.el (customize-apropos): Avoid listing an option more
14829         than once under different aliases.  No longer list user options
14830         that are not defined with defcustom (unless a prefix arg is given).
14831         Doc fix.
14832         (customize-apropos-options): Doc fix.
14834 2005-12-11  Juri Linkov  <juri@jurta.org>
14836         * frame.el (set-background-color, set-foreground-color)
14837         (set-cursor-color, set-mouse-color, set-border-color):
14838         Add explicit prompts to read colors by `facemenu-read-color'.
14839         (show-trailing-whitespace, blink-cursor-delay)
14840         (blink-cursor-interval, display-hourglass, hourglass-delay):
14841         Remove tags.
14842         (display-hourglass, hourglass-delay): Doc fix.
14843         (cursor-in-non-selected-windows): Capitalize words in tag.
14845         * faces.el (frame-background-mode): Replace `choice-item' keywords
14846         with `const' to not make [default] button.  Change default value tag
14847         from `default' to `automatic'.  Doc fix.
14848         (trailing-whitespace) <defface>: Change group `whitespace' to
14849         `whitespace-faces'.
14851 2005-12-11  Richard M. Stallman  <rms@gnu.org>
14853         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
14855 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14857         * term/mac-win.el: Create keymap for mac-apple-event-map.
14859 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
14861         * tooltip.el (tooltip-mode): Move to start of file so that it
14862         appears at top of customize buffer.
14864         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14865         Add the gud groupname.
14866         (gud-tooltip-mode): Add the tooltip groupname.
14867         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
14868         avoid conflict with tooltip-use-echo-area.
14870 2005-12-10  Romain Francoise  <romain@orebokech.com>
14872         * help.el (help-for-help-internal): Add `r' in doc string.
14874 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14876         * align.el (align-regexp, align-highlight-rule):
14877         Use region-beginning and region-end instead of point and mark, so that
14878         repetition (with `repeat-complex-command') recomputes the region
14879         bounds.
14881 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14883         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
14884         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
14885         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
14886         (balance-windows): Rewrite using the above new functions.
14888 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
14890         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
14891         react if global-hi-lock-mode seems intended.
14892         (global-hi-lock-mode) Renamed from hi-lock-mode.
14893         (hi-lock-archaic-interface-message-used)
14894         (hi-lock-archaic-interface-deduce): New variables.
14895         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
14896         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
14897         (hi-lock-find-patterns, hi-lock-font-lock-hook):
14898         Replace hi-lock-buffer-mode with hi-lock-mode.
14900 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14902         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
14903         completion list, even after a partial completion has been
14904         inserted in the current buffer.  If there are more than 1
14905         completion, redisplay the *Completions* buffer; if the
14906         completion is unique, delete the *Completions* window.
14908 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
14910         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
14911         strings and long subject lines that were broken into multiple
14912         lines at arbitrary places.  Handle subjects that have "Re: " in
14913         the middle.
14915 2005-12-10  John W. Eaton  <jwe@octave.org>
14917         * emacs/octave-mod.el (octave-electric-space): Don't indent
14918         comments or strings if octave-auto-indent is nil.
14920 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14922         * term/mac-win.el: Require url when compiling.
14923         Call mac-process-deferred-apple-events after loading init files.
14924         (mac-apple-event-map): New defvar.  Define event handlers in it.
14925         (core-event, internet-event): New Apple event class symbols.
14926         (open-application, reopen-application, open-documents)
14927         (print-documents, open-contents, quit-application)
14928         (application-died, show-preferences, autosave-now, get-url):
14929         New Apple event ID symbols.
14930         (about): New HICommand ID symbol.
14931         (mac-event-spec, mac-event-ae): New macros.
14932         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
14933         (mac-ae-selection-range, mac-ae-text-for-search)
14934         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
14935         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
14936         and Services menu events are now defined in mac-apple-event-map.
14937         (mac-drag-n-drop): Remove selection range handling.
14939 2005-12-10  Kenichi Handa  <handa@m17n.org>
14941         * simple.el (zap-to-char):
14942         * isearch.el (isearch-process-search-char): Translate CHAR by
14943         translation-table-for-input.
14945 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
14947         * foldout.el (foldout-exit-fold): Properly hide subtree.
14949 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14951         * files.el (save-buffer):
14952         * international/ucs-tables.el (ucs-set-table-for-input):
14953         * mail/mail-extr.el (mail-extract-address-components):
14954         * mail/sendmail.el (mail-mode): Reformat doc string.
14956 2005-12-09  Juri Linkov  <juri@jurta.org>
14958         * isearch.el (isearch-highlight): Change main overlay priority
14959         from 1 to 1001.  Simplify.
14960         (isearch-lazy-highlight-update): Change lazy overlay priority
14961         from 0 to 1000.
14963         * replace.el (replace-highlight): Change overlay priority from
14964         1 to 1001.
14966         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
14967         Change overlay priority from 1 to 1001.  Reuse existing overlay.
14969         * compare-w.el (compare-windows-highlight): Change overlay
14970         priority from 1 to 1000.
14972         * menu-bar.el (menu-bar-edit-menu): Add listp around
14973         pending-undo-list to disable menu item "undo" when pending
14974         undo list is empty.
14976         * locate.el (locate): Disable undo in *Locate* buffer.
14978 2005-12-09  Kim F. Storm  <storm@cua.dk>
14980         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
14982 2005-12-09  David Ponce  <david@dponce.com>
14984         * recentf.el: Improvement of the menu code.
14985         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
14986         instead of menu hook.
14987         (recentf-show-menu, recentf-hide-menu): New functions.
14988         (recentf-menu-customization-changed, recentf-mode): Use them.
14989         (recentf-menu-action, recentf-max-menu-items)
14990         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
14991         (recentf-arrange-by-rule-others)
14992         (recentf-arrange-by-rules-min-items)
14993         (recentf-arrange-by-rule-subfilter) : Don't use
14994         `recentf-menu-customization-changed'.
14995         (recentf-arrange-rules): Likewise.  Accept functions to compute
14996         sub-menu titles.
14997         (recentf-menu-filter): Likewise.  Doc fix.
14998         (recentf-menu-value-shortcut): Doc fix.
14999         (recentf-dump-variable): Quote atom value.
15000         (recentf-make-menu-items): Update to use it as a menu filter.
15001         (recentf-match-rule): New function.
15002         (recentf-arrange-by-rule): Use it.
15003         (recentf-indirect-mode-rule): New function.
15004         (recentf-build-mode-rules): Use it.
15005         (recentf-dir-rule): New function.
15006         (recentf-arrange-by-dir): Use it.
15007         (recentf-filter-changer-current): Rename from
15008         `recentf-filter-changer-state'.  All references updated.
15009         (recentf-filter-changer-alist): Update filter names.
15010         (recentf-filter-changer-select): New function.
15011         (recentf-filter-changer): Use it.  Make a sub-menu from filters
15012         available in `recentf-filter-changer-alist'.
15013         (recentf-data-cache, recentf-clear-data)
15014         (recentf-update-menu): Remove.  All references updated.
15015         (recentf-match-rule-p, recentf-build-dir-rules)
15016         (recentf-filter-changer-goto-next)
15017         (recentf-filter-changer-get-current)
15018         (recentf-filter-changer-get-next): Remove.
15020 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
15022         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15023         buffer "Reset" button to "Reset to Current" for consistency with
15024         the State buttons.
15026 2005-12-08  John Paul Wallington  <jpw@pobox.com>
15028         * ibuf-ext.el (define-ibuffer-filter filename):
15029         If `dired-directory' is a list then really use its car.
15031 2005-12-08  Kim F. Storm  <storm@cua.dk>
15033         * emulation/cua-rect.el (cua--rectangle-aux-replace):
15034         Fix indention of text on right side of replaced rectangle.
15036 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
15038         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15039         No need to check gud-comint-buffer is bound.
15040         (gdb): Prevent multiple debugging when first session uses gdba.
15042 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15044         CC Mode update to 5.31.
15046         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15047         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
15048         We might do this function properly in the future).
15050         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15051         New macros c-sentence-end and c-default-value-sentence end, to cope
15052         with Emacs 22's new function `sentence-end'.
15054 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15056         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15057         compat issue using `c-put-overlay' and `c-delete-overlay'.
15059         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15060         New compat macros to handle overlays/extents.
15062 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15064         * progmodes/cc-fix.el: Add definitions of the macros push and pop
15065         (for GNU Emacs 20.4)
15067         * progmodes/cc-defs.el:
15068         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15070         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15071         highlighting mechanism so it will work in XEmacs too.
15073         * progmodes/cc-defs.el: Insert c-int-to-char.
15075         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15076         call to the new macro c-int-to-char.  This solves XEmacs's
15077         regarding characters as different from integers.
15079 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15081         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15082         New internal helper.
15084         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15085         construct to make the indirect face lookup work in XEmacs.
15087         (c-cpp-matchers): Append the negation char face to the existing
15088         fontification, so that the cpp face doesn't disappear.
15089         Use `c-make-syntactic-matcher' to avoid negation chars in comments
15090         and strings.
15092         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15093         to map to `font-lock-negation-char-face' in emacsen where it exists.
15095 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15097         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15099         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15100         Rename "c-subword-move-mode" as "c-subword-mode".
15102         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15103         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
15105 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15107         * progmodes/cc-mode.el: Added autoload directive for
15108         `c-subword-move-mode' for use in older emacsen.
15110 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15112         * progmodes/cc-mode.el:
15113         (i) Insert a binding for C-c C-backspace into
15114         c-bind-special-erase-keys which works in TTYs.
15115         (ii) Make sure that when file styles are used, any explicitly
15116         given style variables take priority over those in the style.
15117         Do this by calling `hack-local-variables' a second time.
15119         * progmodes/cc-vars.el: Add language specific customization
15120         widgets for AWK to c-doc-comment-style, c-require-final-newline
15121         and c-default-style.  Add a defcustom for awk-mode-hook.
15122         Give c-syntactic-element and c-syntactic-context doc-strings by
15123         directly setting their `variable-documentation' propery.
15124         This allows Emacs 22.1 to read these with C-h v.
15126         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15128 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15130         * progmodes/cc-fonts.el, cc-vars.el
15131         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15132         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15133         Masatake YAMATO.
15135         (c-doc-comment-style): Made GtkDoc default in C mode.
15137         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15138         and C-c C-<delete>.
15140         (c-bind-special-erase-keys): New function for use on
15141         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15143         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15144         <delete> key behavior in XEmacs according to `delete-forward-p'.
15145         C.f. `c-electric-delete'.
15147 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15149         * progmodes/cc-mode.el: Give c-hungry-backspace and
15150         c-hungry-delete-forward permanent key bindings.
15152         * progmodes/cc-cmds.el (c-electric-semi&comma):
15153         Bind c-syntactic-context for calls to "criteria functions", for
15154         consistency with other calls to user functions.
15156         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15157         `current-prefix-arg', since this might be the prefix arg to a
15158         command which calls c-indent-command as a function.  Change the
15159         interactive spec from "p" to "P".
15161         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15162         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15163         was difficult to understand.
15165 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15167         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15168         first char of an identifier.
15170         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15171         +" syntax in C++.
15173 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15175         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15176         auto-fill doesn't split a c-comment's last word from a hanging
15177         "*/" when a space is typed between them after fill-column.
15179         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15181         * progmodes/cc-styles.el (c-set-style)
15182         (c-setup-paragraph-variables): Abort the command if we're not in a
15183         CC Mode buffer.
15185         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15186         with blank comment-prefix, and a blank line as the comment's
15187         second line.
15189 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15191         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15192         Incorporate the patterns added in the Emacs development branch
15193         for the new Emacs 22 face `font-lock-negation-char-face'.
15195         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15196         of "red" since it stands out better in xterms and DOS terminals.
15198         * progmodes/cc-engine.el (c-literal-faces):
15199         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15201 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15203         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15204         forcibly enable c-electric-flag.
15206         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15207         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15208         after the comment-prefix of a C-style comment will close that comment.
15210 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15212         * progmodes/cc-fonts.el (c-basic-matchers-before)
15213         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15214         in Pike.
15216         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15217         digraphs.
15219         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15220         (c-cpp-message-directives, c-cpp-include-directives)
15221         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15222         (c-cpp-expr-directives): Introduce new language constants to
15223         control cpp syntax in a cleaner way.
15225         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15227         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15229         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15230         (c-multiline-string-start-char): New language constants and
15231         variables to specify how newlines in string literals work.
15233         (c-font-lock-invalid-string): Use them.
15235         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15236         unbalanced close brace is entered.  Optimization by avoiding going
15237         back over arbitrarily large blocks.  Removed hints that this
15238         function only would be relevant/useful in AWK.
15240         (c-electric-brace): Indent syntactically after the cleanups since
15241         lineup functions might do it differently then.
15243         * progmodes/cc-engine.el, cc-langs.el
15244         (c-opt-op-identifier-prefix): New language constant and variable.
15246         (c-just-after-func-arglist-p, c-after-special-operator-id)
15247         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15249         * progmodes/cc-align.el, cc-engine.el
15250         (c-after-special-operator-id): New helper to handle C++ operator
15251         identifiers.
15253         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15254         (c-guess-basic-syntax): Handle C++ operator identifiers in
15255         declarations.
15257         * progmodes/cc-langs.el (c-assignment-operators): Add the
15258         trigraph version of ^= too.
15260         * progmodes/cc-langs.el (c-assignment-operators): Add the
15261         trigraph version of |= in C++.
15263         * progmodes/cc-fonts.el (c-font-lock-declarators):
15264         Handle `c-decl-hangon-kwds' after the identifier name.
15266         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15267         whether an arglist is "nonempty", ignore a comment after the open
15268         paren if it isn't followed by a non-comment token on the same line.
15270         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15271         Enable heuristics below the point to cope with classes inside special
15272         brace lists in Pike.
15274 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15276         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15278 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15280         * progmodes/cc-guess.el (cc-guess-install): New function to
15281         install an already guessed style in another buffer.
15283         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15284         sets `inhibit-read-only' - `c-save-buffer-state' should be used
15285         anyway if the change always is undone.
15287 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15289         Implement togglable electricity:
15291         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15292         saying when it should be used.
15294         * progmodes/cc-engine.el: Add the new buffer-local variable,
15295         c-electric-flag.
15297         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
15298         c-toggle-auto-newline.
15300         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
15301         c-toggle-auto-newline.  Remove the binding for
15302         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
15303         c-toggle-electric-state.
15305         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
15307         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
15308         c-\(forward\|backward\)-subword.
15309         (c-update-modeline): Add the new modeline flag `l' for
15310         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
15311         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
15312         Make the old name an alias of the new name.
15313         (c-toggle-electric-state): New function.
15314         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
15315         Adapt these functions to do electric things only when
15316         c-electric-flag is non-nil.
15317         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
15318         new functions from c-electric-brace.
15319         (c-point-syntax): Add a check for "virtual semicolons" in AWK
15320         mode, so that the tentative extra newline doesn't change the
15321         syntax of the following brace.
15322         (c-electric-brace): Restructure by extracting the above functions.
15323         Tidy up the coding somewhat.
15324         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
15325         restructure a bit.
15327 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15329         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
15330         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
15332         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
15333         (c-submode-indicators): Change name from `c-auto-hungry-string'
15334         since it's now used to track another submode.
15336         (c-update-modeline): Convert to function and extended to check
15337         `c-subword-move-mode'.
15339         (c-forward-into-nomenclature, c-backward-into-nomenclature):
15340         Convert to compat aliases for `c-forward-subword' and
15341         `c-backward-subword'.
15343         * progmodes/cc-subword.el: New functions and minor mode to handle
15344         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
15346         (c-forward-subword, c-backward-subword, c-mark-subword)
15347         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
15348         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
15349         Functions corresponding to the standard word handling functions.
15351         (c-subword-move-mode): Minor mode that replaces all the standard
15352         word handling functions with their subword equivalences.
15354 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15356         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
15357         entry for one-liner-defun.
15359         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
15360         name in its def-edebug-spec.
15362         * progmodes/cc-cmds.el (c-electric-brace): Make the
15363         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
15364         compacts space before a comment, if this will make things fit on
15365         one line.
15367         Introduce an "awk" style, mainly for auto-newline and clean-ups.
15369         * progmodes/cc-align.el: New function c-snug-1line-defun-close
15371         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
15372         clean-up one-liner-defun.
15374         * progmodes/cc-styles.el: Add the new "awk" style.
15376         * progmodes/cc-vars.el: Add description of one-liner-defun to
15377         c-cleanup-list's doc-string.  New user options,
15378         c-max-one-liner-length.  In c-default-style, set the default style
15379         for AWK to "awk".
15381 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15383         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
15384         macros inside labels.
15386         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
15387         `c-at-statement-start-p' and `c-at-expression-start-p'.
15389         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
15390         error if the mark isn't set.
15392         * progmodes/cc-engine.el (c-guess-continued-construct)
15393         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
15394         accurately detect functions inside functions.
15396         * progmodes/cc-engine.el (c-at-expression-start-p): New function
15397         like `c-at-statement-start-p' that additionally recognizes commas
15398         and expression parentheses as delimiters.
15400         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
15401         to avoid heuristics that doesn't work for unclosed blocks.
15402         (c-at-statement-start-p): New function.
15404         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
15405         Objective-C directives, e.g. directives spanning lines should work
15406         reasonably well now.
15408         (c-put-c-type-property, c-clear-c-type-property): New helpers.
15410         (c-forward-objc-directive): New function to move over any ObjC
15411         directive.
15413         (c-just-after-func-arglist-p, c-guess-basic-syntax)
15414         (c-basic-matchers-before): Use it.
15416         (c-font-lock-objc-iip-decl): Remove.
15418         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
15419         in the template arglist recognition.
15421         * progmodes/cc-styles.el (c-style-alist): Fix several
15422         inconsistencies in the Whitesmith style.
15424         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
15425         New lineup function to get lines after Whitesmith style blocks
15426         correctly indented.
15428         (c-lineup-whitesmith-in-block): Back out the compensation for
15429         opening parens since it's done using `add' lists in the style
15430         definition instead.  Don't use the anchor position since it varies
15431         too much between the syntactic symbols. :P
15433         * progmodes/cc-vars.el (c-valid-offset): Update.
15435         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
15436         lists where the offsets are combined according to several
15437         different methods: `first', `min', `max', and `add'.
15438         Report offset evaluation errors with `c-benign-error' so that some kind
15439         of reindentation still is done.
15441         * progmodes/cc-engine.el (c-guess-basic-syntax):
15442         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
15443         `arglist-close'.
15445         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
15446         situations for `arglist-cont-nonempty' and `arglist-close'.
15448         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
15450         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
15451         cc-bytecomp-boundp' in a number of places.
15453         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
15454         macro related issue.
15456 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15458         * progmodes/cc-awk.el: Change the terminology of regexps: A char
15459         list is now [asdf], a char class [:alpha:].
15460         Include code for char classes.
15461         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
15462         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
15464         Remove (nearly all of) the cruft associated with AWK Mode's former
15465         concept of "virtual semicolons":
15467         Adapt c-beginning-of-statement, c-end-of-statement (together with
15468         subfunctions) to use the new notion of "virtual semicolon" in
15469         place of the old awkward special handling for AWK.  There remains
15470         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
15471         * progmodes/cc-cmds.el:
15472         (c-ascertain-adjacent-literal): In the backwards direction, now
15473         recognises AWK regexp delimiters as string delimiters.
15474         (c-after-statement-terminator-p): Adapt for virtual semicolons;
15475         check more rigorously for "end of macro".
15476         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
15477         virtual semicolons;
15478         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
15479         out the code for forward movement into ...
15480         (c-end-of-statement): Now contains the code for forward movement,
15481         adapted for virtual semicolons.
15483         * progmodes/cc-engine.el:
15484         (c-ws*-string-limit-regexp): New regexp.
15485         (c-forward-single-comment, c-backward-single-comment): Comment out
15486         the (now redundant) "special" AWK stuff.
15488         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
15489         c-string-par-start, c-string-par-separate to be more like Text
15490         Mode than Fundamental Mode.
15492 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15494         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
15495         to the fontified region so that fontification doesn't occur
15496         outside it (could happen e.g. when fontifying a line with an
15497         unfinished declaration).
15499 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15501         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
15502         start of the file.  ^L now separate sections of the file.
15503         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
15504         (c-awk-one-line-possibly-open-string-re)
15505         (c-awk-regexp-one-line-possibly-open-char-class-re)
15506         (c-awk-one-line-possibly-open-regexp-re)
15507         (c-awk-one-line-non-syn-ws*-re): New defonsts.
15508         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
15510         Amend the concept of "virtual semicolons" (in the indentation
15511         engine) for languages like AWK, such that they are now
15512         conceptually attached to end of the last token of a statement, not
15513         the end of the line.  (In AWK Mode, however, the pertinent text
15514         property is still physically set on the EOL.)  Remove the specific
15515         tests for awk-mode, thus facilitating the introduction of other
15516         language modes where EOLs can end statements.
15517         (Note: The funtionality in cc-cmds.el, specifically
15518         c-beginning/end-of-statement has yet to be amended.)
15520         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
15521         New macros.
15523         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
15524         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
15525         c-vsemi-status-unknown-p-fn (in a new page).
15527         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
15528         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
15529         numerous awkward forms like
15530         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
15531         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
15532         variable before-ws-ip, the place just after char-before-ip appears.
15534         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
15535         a comment.
15537 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15539         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
15540         `c-tentative-buffer-changes'.
15542         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
15543         convert to macro to choose between Emacs and XEmacs at compile time.
15545         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
15547         (c-tentative-buffer-changes): New macro to handle temporary buffer
15548         changes in a convenient way.
15550         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
15551         for `c-tentative-buffer-changes'.
15553         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
15554         the checks for paren sexps between the point and the keyword, to
15555         avoid some false alarms.
15557         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
15558         Fixed a situation where an error could be thrown for unbalanced
15559         parens.  Changed to make use of c-keyword-member' to avoid some
15560         repeated regexp matches.
15562         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
15563         These language variable are no longer necessary.
15565         (c-block-stmt-kwds): New language constant used by
15566         c-looking-at-inexpr-block'.
15568         (c-guess-basic-syntax): Remove an optional check that looked at
15569         the existence of the now removed language variables.
15571         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
15572         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
15573         object instantiation expressions as declarations in some contexts.
15574         This bug only affected languages where the declarator can't be
15575         enclosed in parentheses.
15577         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
15578         insert newlines before and after substatement braces.
15580         * progmodes/cc-engine.el: Improved the heuristics for recognizing
15581         function declaration headers and the handling of C++ style member
15582         init lists.
15584         (c-just-after-func-arglist-p): Rewritten to use
15585         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
15587         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
15589         (c-guess-basic-syntax): Adapt case 5B for the new
15590         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
15591         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
15592         covers all cases now).
15594         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
15596 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15598         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
15599         c-string-par-start/separate c-sentence-end-with-esc-eol,
15600         initialised in c-setup-paragraph-variables, used in string
15601         scanning subroutines of c-beginning-of-statement.
15603         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15604         which precedes the newly inserted `{'.
15606 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15608         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
15609         function for declaration level blocks.  It should now cope with
15610         templates better and also be a lot more comprehensible.
15612         (c-looking-at-decl-block): The new function.
15614         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
15615         for compatibility.
15617         (c-add-class-syntax, c-guess-continued-construct)
15618         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
15620         (c-decl-block-key): Change to tell apart ambiguous and
15621         unambiguous keywords.  Pike specials are now handled directly in
15622         the code instead.
15624         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
15625         New language constants and variables to make the backward skip in
15626         `c-looking-at-decl-block' as tight as possible.
15628         (c-nonsymbol-token-char-list): New language constant.
15630         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
15631         find balanced template arglists backwards.
15633         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
15634         making char classes for `c-syntactic-skip-backward'.
15636         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
15637         16D - can't be a class-close at that point.
15639         * progmodes/cc-engine.el (c-guess-basic-syntax)
15640         (c-add-class-syntax): Don't narrow out the enclosing declaration
15641         level.  This makes everything a lot easier, and it was actually
15642         only four small places that needed it to work.  Some places that
15643         previously did `widen' are removed now, which has the effect that
15644         `c-guess-basic-syntax' never will look at things outside the
15645         current narrowment now.  The anchor position for `topmost-intro'
15646         is affected by this, but it was so bogus it was basically useless
15647         before, and now it's equally bogus but in a slightly different way.
15649         (c-narrow-out-enclosing-class): Gone.
15651         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
15652         the narrowed region.
15654         (c-least-enclosing-brace): Remove silly optional argument.
15656         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15657         the point could be left directly after an open paren when finding
15658         the beginning of the first decl in the block.
15660         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
15661         Specify which submatch to use.
15663         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
15665         (c-decl-start-re): No longer any need for special treatment of
15666         ObjC due to the above.
15668         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
15669         presumably follows C in that regard.
15671         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
15672         New language constants to specify operator tokens inside
15673         identifiers in a more high level way.
15675         (c-opt-identifier-prefix-key): New internal language constant.
15677         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
15678         (c-identifier-start, c-identifier-key): Now completely calculated
15679         from other constants.
15681         (c-identifier-last-sym-match): Decommission since it's no longer used.
15683         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
15685         * progmodes/cc-engine.el (c-forward-name): Remove the
15686         optimization when c-identifier-key is equal to c-symbol-key since
15687         it doesn't work in byte compiled files.  Don't record empty
15688         regions as identifiers.
15690         * progmodes/cc-langs.el (c-filter-ops): New helper function to
15691         simplify access to `c-operators' and its likes.
15693         (c-operator-list, c-all-op-syntax-tokens)
15694         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
15695         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
15696         (c-primary-expr-regexp, c-cast-parens): Use it.
15698         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
15699         an explicit language in functions.
15701         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
15702         variant of adornment.
15704         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
15705         variable.
15707         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
15708         the Pike value.
15710         * progmodes/cc-engine.el (c-on-identifier)
15711         (c-simple-skip-symbol-backward): Small fix for handling "-"
15712         correctly in `skip-chars-backward'.  Affected the operator lfun
15713         syntax in Pike.
15715         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
15716         diagnostic message about precompiled language vars not being used.
15718         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
15719         "__attribute__" is followed by a parenthesis.
15721         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
15722         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
15723         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
15725         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
15726         Internal cleanups to properly detect the declared identifiers in
15727         various declarations.
15729         (c-decl-start-kwds): New language constant to recognize
15730         declarations that can start anywhere.  Used for class declarations
15731         in Pike.
15733         (c-specifier-key, c-not-decl-init-keywords)
15734         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
15735         (c-find-decl-spots): Implement `c-decl-start-kwds'.
15737         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
15738         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
15739         handling of the compiler specific extension keywords into a new
15740         language constant `c-decl-hangon-kwds' that defines keyword
15741         clauses to be ignored in declarations.
15743         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
15744         past unrecognized tokens when handling `c-colon-type-list-kwds'.
15745         Necessary to stop at the declared identifier in e.g. IDL valuetype
15746         declarations.
15748         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
15749         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
15750         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
15751         (c-forward-decl-or-cast-1): Recognize the declared identifier in
15752         class and enum declarations as such and not as part of the type.
15754         (c-forward-decl-or-cast-1, c-forward-label): Relax the
15755         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
15757         (c-forward-decl-or-cast-1): Don't disregard sure signs of
15758         declarations when there's some syntax error later on.
15760         (c-complex-decl-matchers): Did away with a reference to
15761         `c-specifier-key'.
15763         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
15764         value - this variable is always dynamically bound.
15766         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
15767         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
15768         * cc-cmds.el, cc-defs.el: Change the policy for marking up
15769         functions that might do hidden buffer changes: All such internal
15770         functions are now marked instead of those that don't.
15772         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
15773         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
15774         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
15775         (c-literal-type): Allow these functions to make hidden buffer changes,
15776         so that they are free to use text property caching later on.
15778         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
15779         (c-electric-brace, c-electric-slash, c-electric-star)
15780         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
15781         (c-electric-paren, c-electric-continued-statement, c-indent-command)
15782         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
15783         (c-context-line-break): Add `c-save-buffer-state' calls to comply
15784         with the changed semantics of the functions above.
15786         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
15787         when macros occur in obscure places.  Optimized the sexp movement
15788         a bit.
15790 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15792         Enhancements for c-beginning-of-statement to work in AWK Mode:
15794         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
15795         (completed statement) with `}' (statement completed by closing
15796         brace or semicolon) and `$' (statement completed by EOL).
15798         (c-awk-virtual-semicolon-ends-prev-line-p)
15799         (c-awk-virtual-semicolon-ends-line-p)
15800         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
15801         (c-awk-at-statement-end-p): New functions.
15803         * progmodes/cc-cmds.el: Simplify the structure of functions
15804         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
15805         two functions and c-beginning-of-statement to handle AWK Mode.
15807         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
15808         c-backward-single-comment for AWK mode.  Attempt to clarify their
15809         doc-strings.
15811         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
15813 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15815         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
15816         label handling.  Labels are now recognized in a uniform and more
15817         robust way, regardless of context.  Text properties are put on all
15818         labels to recognize the following declarations better.
15819         Multiword labels are handled both in indentation and fontification for
15820         the benefit of language extensions like Qt.  For consistency, keywords
15821         in labels are now fontified with the label face instead.
15822         That also applies to "case" and "default".
15824         (c-beginning-of-statement-1): Fix some bugs in the label
15825         handling.  Disregard `c-nonlabel-token-key' in labels that begin
15826         with `c-label-kwds'.
15828         (c-find-decl-spots): Support that the callback adds more
15829         `c-decl-end' spots to find.
15831         (c-forward-decl-or-cast-1): Don't treat a list of plain
15832         identifiers followed by a colon as a declaration.
15834         (c-forward-label): New function to recognize labels.
15836         (c-guess-basic-syntax): Replace uses of `c-label-key' with
15837         `c-forward-label'.  Moved the label recognition cases (14 and 15)
15838         earlier since they aren't so context sensitive now.  Handle labels
15839         on the top level gracefully.  Moved access label recognition to
15840         the generic label case (CASE 15) - removed CASE 5E.
15842         (c-font-lock-declarations): Add recognition of labels in the
15843         same round since we need to handle labels in parallell with other
15844         declarations to recognize both accurately.  It should also improve
15845         speed.
15847         (c-simple-decl-matchers, c-basic-matchers-after):
15848         Move `c-font-lock-labels' so that it only is used on decoration level 2
15849         since `c-font-lock-declarations' handles it otherwise.
15851         (c-complex-decl-matchers): Remove the simplistic recognition of
15852         access labels.
15854         (c-decl-prefix-re): Remove the kludges that was necessary to cope
15855         with labels earlier.
15857         (c-decl-start-re): New language variable to make
15858         `c-font-lock-declarations' stop for the special protection labels
15859         in Objective-C that start with `@'.
15861         (c-label-key): Remove since it's no longer used.
15863         (c-recognize-colon-labels, c-label-prefix-re): New language
15864         constants to support recognition of generic colon-terminated labels.
15866         (c-type-decl-end-used): `c-decl-end' is now used whenever there
15867         are colon terminated labels.
15869         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15870         first argument starts with a special brace list.
15872         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
15873         (c-font-lock-declarations): Break out the declaration and cast
15874         recognition from `c-font-lock-declarations' to a new function, so
15875         that it can be used in the indentation engine.
15877         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
15878         up to the start of the literal.  Fixed bug with the point on the
15879         wrong side of the search limit that could happen when the start
15880         position is inside a literal.
15882         * progmodes/cc-engine.el (c-parse-state)
15883         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
15884         so that it's kept a little bit back to increase the hit rate.
15886         (c-parse-state): Change the macro handling and fixed some
15887         glitches.  Macro context is checked more often than necessary now,
15888         but otoh less garbage conses are generated.
15890         * progmodes/cc-engine.el (c-parse-state)
15891         (c-invalidate-state-cache): Cache the last position where
15892         `c-state-cache' applies.  This can speed up refontification quite
15893         a bit in blocks where there are many non-brace parens before the point.
15895         (c-state-cache-end): New variable for this.
15897         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
15898         cache variable.
15900         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
15901         get close initial continue positions when the start position is
15902         inside a literal or macro.  Do not call the callback for spots
15903         before the start position (which can happen e.g. for `c-decl-end'
15904         spots inside comments).  Optimize better in special cases when the
15905         region is a single line inside a literal or macro (typically when
15906         the current line is refontified).
15908         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
15909         to `c-add-stmt-syntax' - there's no need to explicitly whack off
15910         entries from the paren state.
15912         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
15913         special case for "else if" clauses.
15915         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
15916         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
15918         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
15919         New language variable to recognize the gcc extension with statement
15920         blocks inside expressions.
15922         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
15923         it somewhat more comprehensible.  The argument AT-BLOCK-START is
15924         no longer used and hence removed.
15926         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
15927         to `c-add-stmt-syntax'.
15929         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15930         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
15931         This fixes bogus label recognition.
15933         * progmodes/cc-engine.el (c-add-type, c-check-type)
15934         (c-forward-name, c-forward-type): Improve storage of template
15935         types in `c-found-types' so that they can be recognized better.
15937         (c-syntactic-content): Add option to skip past nested parens.
15939         * progmodes/cc-engine.el (c-forward-name):
15940         Set `c-last-identifier-range' all the time.  It's less work that way.
15941         Handle that there might not be an identifier to store in
15942         `c-last-identifier-range'.
15944         (c-forward-type): Handle that `c-last-identifier-range' might be
15945         nil from `c-forward-name'.
15947         * progmodes/cc-defs.el (c-safe-scan-lists)
15948         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
15950         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
15951         to work even if the form fails.
15953         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
15954         down in a large file in one go.
15956         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
15958         * progmodes/cc-align.el (c-lineup-assignments): New lineup
15959         function which is like `c-lineup-math' but returns nil instead of
15960         `c-basic-offset' when it doesn't match.
15962         (c-lineup-math): Change to use `c-lineup-assignments'.
15964 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15966         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
15967         c-beginning-of-statement.  New subfunctions
15968         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
15970 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15972         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
15973         hardcoded char classes whereever possible.  Changed a couple of
15974         places to use skip by syntax instead of skip by char class.
15976         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
15977         Fix a bug in the regexp that caused extreme backtracking.
15979         * progmodes/cc-langs.el (c-block-comment-starter)
15980         (c-block-comment-ender): New language constants to specify in a
15981         single place how block comments look.
15983         (c-comment-start-regexp, c-block-comment-start-regexp)
15984         (comment-start, comment-end, comment-start-skip)
15985         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
15986         (c-syntactic-ws, c-nonempty-syntactic-ws)
15987         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
15988         `c-line-comment-starter', `c-block-comment-starter' and
15989         `c-block-comment-ender'.
15991         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
15992         New language constants to break up things a bit.
15994         (c-simple-ws): New language constant for simple whitespace.
15996         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
15998         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
15999         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16000         newlines.  Allow and ignore nil elements in the list.
16002 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16004         * progmodes/cc-cmds.el: Comment out a (n almost certainly
16005         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16007         * progmodes/cc-cmds.el: Tidy up the comments in
16008         c-beginning-of-statement and subfunctions.
16010         * progmodes/cc-awk.el: Replace calls to put-text-property to the
16011         more flexible c-put-char-property and c-clear-char-properties.
16012         Add the author's email address.
16014         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16016         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16017         closing "*/" of a block comment.
16019         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16020         subfunctions) so that it works at BOB and EOB.
16022         * progmodes/cc-cmds.el, cc-vars.el: More updating of
16023         c-beginning-of-statement, including new variable
16024         c-block-comment-start-regexp.
16026 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16028         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16029         symbols from `*-font-lock-extra-types' so that there's no need to
16030         use `regexp-opt' on those lists.
16032         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16033         `c-type-modifier-kwds' is empty.
16035         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16036         there are several strings on the same line.
16038         * progmodes/cc-engine.el (c-literal-limits): Remove the
16039         compatibility function for older emacsen.  `c-literal-limits-fast'
16040         has now taken the place of this function.
16042         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16043         with older emacsen: We now require `pps-extended-state'.
16045 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16047         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16048         which obviates the need to hack sentence-end.  This now handles
16049         escaped newlines in strings correctly.  Correct minor bugs in
16050         c-move-over-sentence and in c-beginning-of-statement.
16052         * progmodes/cc-cmds.el (c-beginning-of-statement (and
16053         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16054         that movement over macros and code are rigorously separated from
16055         eachother.  Correct a few incidental bugs.
16057         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16058         Improve its doc-string.  Improve the handling of certain specific cases.
16060 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16062         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16063         (c-guess-basic-syntax): Change the way class-level labels are
16064         recognized; they can now contain essentially any symbols.
16066         (c-opt-extra-label-key): New language variable to cope with the
16067         special protection label syntax in Objective-C.
16069         (c-opt-access-key): Remove; this is now handled better by
16070         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16072         (c-complex-decl-matchers): Update to handle that
16073         `c-opt-access-key' no longer exists.
16075         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16076         improved label recognition in `c-beginning-of-statement-1'.
16078         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16079         Recognize bitfields better.
16081         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16082         Remove some cruft and fixed a bug that could cause it to go to a
16083         position further down.
16085         * progmodes/cc-langs.el, cc-engine.el
16086         (c-beginning-of-statement-1): Improve detection of labels in
16087         declaration contexts.
16089         (c-beginning-of-decl-1): Use it.
16091         (c-nonlabel-token-key): New language constant and variable needed
16092         by `c-beginning-of-statement-1'.
16094         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16095         manifested itself due to the correction in `c-forward-sexp'.
16097         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16098         Make these behave as documented when used at the buffer limits.
16100         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16101         (c-type-decl-end-used): Made this a language variable.
16103         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16104         correctly when `combine-after-change-calls' is used together with
16105         temporary narrowings.
16107         * progmodes/cc-engine.el (c-beginning-of-statement-1):
16108         Report labels correctly when the start point is immediately after the
16109         colon.
16111         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16112         Remove since it isn't used anymore.
16114         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16115         bracket arglists such as template parens in C++.
16117         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16118         in the last check-in.  Some optimization.
16120         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16121         where it could stop at the same level in a preceding sexp when
16122         PAREN-LEVEL is set.
16124         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16125         text property lookup only when it's needed.
16127         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16128         Change the policy for paren marked angle brackets to be more
16129         persistent; once marked they remain marked even when they're found
16130         to be unbalanced in the searched region.  This should keep the
16131         paren syntax around even when individual lines are refontified in
16132         multiline template arglists.
16134         (c-parse-and-markup-<>-arglists): New dynamically bound variable
16135         to control markup so that incorrect angle bracket arglists aren't
16136         marked in contexts where the correct value for
16137         `c-disallow-comma-in-<>-arglists' isn't known.
16139         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16140         argument has become `c-parse-and-markup-<>-arglists'.
16142         (c-remove-<>-arglist-properties): Remove - no longer used.
16144         (c-after-change-check-<>-operators): New function used on
16145         `after-change-functions' to avoid that "<" and ">" characters that
16146         are part of longer operators have paren syntax.
16148         (c-<>-multichar-token-regexp): New language variable used by
16149         `c-after-change-check-<>-operators'.
16151         (c-after-change): Call `c-after-change-check-<>-operators'.
16153         (c-font-lock-<>-arglists): Use the context properties set by
16154         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16155         correctly to avoid doing invalid markup.
16157         (c-font-lock-declarations): Remove code that undoes the invalid
16158         markup done by `c-font-lock-<>-arglists'.
16160         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16161         after `c-font-lock-declarations'.
16163         * progmodes/cc-engine.el (c-syntactic-skip-backward):
16164         Add paren-level feature.
16166         (c-guess-basic-syntax): Improve the anchor position for
16167         `template-args-cont' in nested template arglists.  There's still
16168         much to be desired in this area, though.
16170 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16172         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16173         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16175 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16177         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16178         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16180         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16181         it doesn't work no longer are supported.
16183         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16184         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16185         requires support for the syntax-table' text property, which rules
16186         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
16187         cruft associated with those versions.
16189         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16190         for the `syntax-table' text property, which rules out Emacs 19 and
16191         XEmacs < 21.4.  Removed various compatibility cruft associated
16192         with those versions.
16194         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16195         support for the `syntax-table' text property.
16197         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16198         variable and use an extra quoted face name instead.  All the
16199         emacsen flavors handle that correctly.
16201         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16202         (c-font-lock-declarators, c-font-lock-declarations)
16203         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16204         property to mark the items in in declarator lists to handle
16205         refontification inside multiline declarations better.
16207         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16208         construct like "a * b = c;" as a declaration.
16210 2005-12-08  Kim F. Storm  <storm@cua.dk>
16212         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16213         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
16214         select either meta, hyper, or super modifier for rectangle commands.
16215         (cua--rectangle-modifier-key): New defvar.
16216         (cua--M/H-key): Use it.  Remove special case for `space'.
16217         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16218         on X, to meta otherwise.  Always bind C-return to toggle
16219         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
16221         * emulation/cua-rect.el (cua-help-for-rectangle):
16222         Use cua--rectangle-modifier-key.  Handle super modifier too.
16223         (cua--init-rectangles): Always bind C-return to toggle rectangle.
16224         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16226         * ido.el: Move Acknowledgements and History after Commentary.
16227         Minor changes to Commentary.
16229         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16230         keymap if cua--prefix-override-timer is `shift'.
16231         (cua--shift-control-prefix): New function; emulate "type prefix
16232         key twice" functionality to handle shifted prefix key override.
16233         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16234         New commands.
16235         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16237 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
16239         * textmodes/org.el (org-insert-heading): Try to do items before
16240         headings.
16241         (org-agenda-mode): Quote `org-agenda-mode-hook'.
16242         (org-insert-item): New function.
16243         (org-renumber-ordered-list): Don't skip to higher level lists.
16245 2005-12-08  Juri Linkov  <juri@jurta.org>
16247         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16249         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16251         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16253         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16254         the constructed function name fun-1.
16256         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16257         because such links don't lead to parent documentation.
16259 2005-12-08  Kenichi Handa  <handa@m17n.org>
16261         * descr-text.el (describe-char): Use *Help-2* buffer if the
16262         current buffer is *Help*.  Call describe-text-properties while
16263         setting the original buffer.
16265 2005-12-07  Bill Wohler  <wohler@newt.com>
16267         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
16268         and causes problems with non-MH users (such as Gnus users).
16270 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
16272         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16273         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16274         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16275         command "info sources".  Move calls to GDB command "list".
16276         (gdb-find-file-hook): Just use gdb-source-file-list.
16277         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16278         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16279         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16280         (gdb-data-list-register-values-handler): Use correct trigger name.
16282 2005-12-07  Kim F. Storm  <storm@cua.dk>
16284         * ido.el (ido-completion-map): Rename from ido-mode-map.
16285         (ido-common-completion-map, ido-file-completion-map)
16286         (ido-file-dir-completion-map, ido-buffer-completion-map):
16287         Rename from ido-mode-....-map.
16288         (ido-init-completion-maps): Rename from ido-init-mode-maps.
16289         (ido-setup-completion-map): Rename from ido-define-mode-map.
16290         (ido-read-internal): Bind minibuffer-local-filename-completion-map
16291         to ido-completion-map.
16293 2005-12-07  Kenichi Handa  <handa@m17n.org>
16295         * international/mule-cmds.el
16296         (set-display-table-and-terminal-coding-system): If the coding
16297         system specified in `unibyte-display' property is different from
16298         the arg coding-system, don't setup standard-display-table.
16300 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16302         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
16303         that comments end at \n, regardless of selective-display.
16305 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
16307         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
16308         (gdb-version): New variables.
16309         (gdb-source-file-list, gdb-register-names)
16310         (gdb-changed-registers): New variables for use with GDB 6.4+.
16311         (gdb-ann3): Replace with...
16312         (gdb-init-1, gdb-init-2): ...two new functions.
16313         (gdba, gdb-prompt): Call gdb-init-1.
16314         (gdb-get-version): New function.  Call gdb-init-2 from here.
16315         (gud-watch): Make it work with mouse events too.
16316         (gdb-post-prompt): Don't add to queue until GDB version is known.
16317         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
16318         (gdb-locals-mode): Use gdb-version.
16319         (gdb-memory-format-map, gdb-memory-unit-map)
16320         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
16321         (gdb-locals-font-lock-keywords-1)
16322         (gdb-locals-font-lock-keywords-2): New variables.
16323         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
16324         (gdb-set-gud-minor-mode-existing-buffers-1)
16325         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
16326         (gdb-var-update-1, gdb-var-update-handler-1)
16327         (gdb-data-list-register-values-handler)
16328         (gdb-data-list-register-values-custom)
16329         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
16330         (gdb-stack-list-locals-handler, gdb-get-register-names):
16331         New functions for use with GDB 6.4+.
16332         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
16333         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
16334         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
16335         (gdb-stack-list-locals-regexp)
16336         (gdb-data-list-register-names-regexp): New regexps for use with
16337         GDB 6.4+.
16339 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16341         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
16343 2005-12-06  Nozomu Ando  <nand@mac.com>
16345         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
16346         prompts work for AUTH PLAIN.  Also reported by Steve Allan
16347         <seallan@verizon.net>.
16349 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16351         * frame.el (set-frame-parameter): Add doc string.
16353 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
16355         * textmodes/org.el (org-occur-highlights): New variable.
16356         (org-highlight-new-match, org-remove-occur-highlights): New functions.
16357         (org-highlight-sparse-tree-matches): New option.
16358         (org-do-occur): New function.
16359         (org-get-heading): Make it work also at beginning of line.
16360         (org-category-table): New variable.
16361         (org-get-category-table, org-get-category)
16362         (org-camel-to-words, org-link-search): New functions.
16363         (org-select-this-todo-keyword): New variable.
16364         (org-todo-list): New command.
16365         (org-shiftright, org-shiftleft): New commands.
16366         (org-agenda-todo): Add prefix argument.
16367         (org-show-hierarchy-above): New option.
16368         (org-show-todo-tree): Numerical prefix creates tree for specific
16369         TODO keyword.
16370         (org-outline-level): New function, to assign a level to plain
16371         lists items.
16372         (org-cycle-include-plain-lists): New option.
16373         (org-mode): Use `org-outline-level' as value of `outline-level'.
16374         (org-cycle): Temporarily switch `outline-regexp' if
16375         `org-cycle-include-plain-lists' is non-nil.
16376         (org-start-icalendar-file): Fix format bug.
16377         (org-agenda-get-day-entries): Create category table.
16378         (org-agenda-get-todos, org-agenda-get-timestamps)
16379         (org-agenda-get-deadlines, org-agenda-get-scheduled)
16380         (org-agenda-get-blocks): Use `org-get-category'.
16381         (org-context-in-file-links): Rename from
16382         `org-line-numbers-in-file-links'.
16384 2005-12-06  Romain Francoise  <romain@orebokech.com>
16386         * window.el (balance-windows): Delete extraneous third arg in call
16387         to `enlarge-window'.
16389 2005-12-06  Kenichi Handa  <handa@m17n.org>
16391         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
16393 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
16395         * progmodes/gdb-ui.el (gdb-var-create-handler)
16396         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
16397         (gdb-var-list-children-handler, gdb-var-update-handler):
16398         Current buffer is already gdb-partial-output-buffer, don't
16399         make it current again.
16401 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
16403         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
16404         (list-buffers-noselect): Use it.
16406 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16408         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
16409         (mail-yank-ignored-headers): Use regexp-opt.
16410         (mail-mode-map): Move initialization into declaration.
16411         (mail-sent-via): Remove unused shadowed var `to-line'.
16412         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
16413         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
16414         (mail-do-fcc): Use dolist and push.
16415         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
16416         (mail-yank-ignored-headers): Don't autoload.
16418 2005-12-05  Kenichi Handa  <handa@m17n.org>
16420         * international/mule-cmds.el (set-language-info-internal): New fun.
16421         (set-language-info): Call set-language-info-internal to update
16422         language-info-alist.  If LANG-ENV is the current one, call
16423         set-language-environment to make INFO effective now.
16424         (set-language-info-alist): Likewise.
16425         (locale-language-names): With locale "en", use English
16426         lang. env. but set the default codings to iso-8859-1.
16428 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
16430         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
16431         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
16432         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
16433         for plain strings.
16434         (gdb-frames-mode): Remove redundant call to font-lock-mode.
16435         (gdb-all-registers): Rename from toggle-gdb-all-registers.
16436         Create registers buffer if necessary.  Echo new state in minibuffer.
16437         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
16439 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
16441         * info.el (Info-fontify-node): Match external links using
16442         non-directory part of filename.
16444 2005-12-04  Juri Linkov  <juri@jurta.org>
16446         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
16447         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
16448         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
16449         because there is no customization option for it.
16451         * font-lock.el (lisp-font-lock-keywords-1):
16452         Add define-global-minor-mode.
16454         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
16456         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
16457         properties on the constructed variable names.
16459         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16460         Put `definition-name' properties on the constructed function names
16461         next-sym and prev-sym.
16463         * emacs-lisp/find-func.el (find-function-regexp):
16464         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
16465         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
16466         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
16467         and easy-menu-define.
16469         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
16470         easy-mmode-define-global-mode and define-global-minor-mode.
16471         (lisp-imenu-generic-expression): Add define-global-minor-mode.
16473         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
16474         instead of easy-mmode-define-global-mode.
16476         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16477         Use define-minor-mode instead of easy-mmode-define-minor-mode.
16479         * cus-edit.el (customize-group, customize-group-other-window):
16480         Filter out autoloaded options from the group completion list by
16481         using heuristics that autoloaded groups don't have `custom-autoload'
16482         property on their symbols (they have only `custom-loads').
16484         * simple.el (completion-setup-function): Put completions-common-part
16485         face on complete completion string too (i.e. completion string
16486         without completions-first-difference face).
16488         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
16490 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
16492         * view.el (view-mode): Doc fix.
16494         * disp-table.el (standard-display-european): Add to the warning
16495         message a reference to the doc string.
16497         * play/yow.el (apropos-zippy): Call print-help-return-message,
16498         similar to other Help and Apropos commands.
16500         * help.el (print-help-return-message): If pop-up-frames is
16501         non-nil, set up help-return-method to delete the help window and,
16502         possibly, its frame as well, and don't display message about
16503         scrolling the help window.  Doc fix.
16504         (help-return-method): Doc fix.
16506 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
16508         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
16509         whereby names of length one or names starting with a
16510         symbol-constituent character would not be returned.
16512 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16514         * subr.el (atomic-change-group): Add edebug and indentation spec.
16516 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16518         * completion.el (save-completions-file-name): Fix typo in last change.
16520 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16522         * info.el: Move back/forward history to the beginning of the tool bar.
16524 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
16526         * allout.el (eval-when-compile): Remove unnecessary load of cl.
16527         Add fset of allout-real-isearch-abort during compile to fix
16528         byte-compilation warnings.
16529         (allout-mode-p): Move definition of this macro above all uses, or
16530         byte compilation in barren Emacs (eg, during Emacs build) will
16531         lack the definition.
16532         (allout-mode): Move this variable above any uses, or byte
16533         compilation will fail.
16534         (allout-resolve-xref): Remove use of personal file-reference function.
16535         (allout-toggle-current-subtree-encryption): Do the current (ie,
16536         visible containing) topic, rather than nearest around point.  Doc fix.
16537         (allout-toggle-subtree-encryption): New function, workhorse that
16538         works on nearest topic containing point.
16539         (allout-encrypt-string): Signal requirement for newer version of pgg.
16540         (allout-resumptions): Doc fix.
16542 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
16544         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
16546 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
16548         * textmodes/flyspell.el (flyspell-external-point-words):
16549         Consider a misspelling as found in the string search if: (a) misspelling
16550         and found string lengths match, or (b) misspelling is found as
16551         element in a boundary-chars separated longer string, or (c)
16552         ispell-program-name is really ispell and misspelling is found as
16553         part of a TeX string.  After successful match move beginning of
16554         search region to end of match.  Warn about not found misspellings
16555         once the process is done.
16556         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
16558 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
16560         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
16561         tool bar (removed inadvertently).
16563 2005-12-02  Juri Linkov  <juri@jurta.org>
16565         * log-view.el (log-view-diff): Clarify doc string.
16567 2005-12-01  Bill Wohler  <wohler@newt.com>
16569         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
16570         triggers lm-verify errors.
16572 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
16574         * simple.el (transient-mark-mode, line-number-mode)
16575         (column-number-mode, size-indication-mode): Remove `:require nil'.
16577 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
16579         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
16580         in the margin also.
16581         (gdb-breakpoints-mode-map): Use D instead of d for
16582         gdb-delete-breakpoint.
16583         (gdb-get-frame-number): Require a number to match on.
16584         (gdb-threads-mode-map): Add follow-link binding.
16586 2005-11-30  Jason Rumney  <jasonr@gnu.org>
16588         * isearch.el (isearch-mode-map): Avoid exiting search on
16589         language-change event.
16591 2005-11-30  Romain Francoise  <romain@orebokech.com>
16593         * speedbar.el (speedbar-default-position): New defcustom.
16594         (speedbar-frame-reposition-smartly): Use it.
16596         * dframe.el (dframe-reposition-frame-emacs): Fix position
16597         computation for `left' location.
16598         Update copyright year.
16600 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16602         * help.el (help-map): Move initialization into declaration.
16604         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
16606         * help-fns.el (help-argument-name): Don't autoload.
16607         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
16608         to be re-loaded when customizing the `help' group.
16610 2005-11-30  John Paul Wallington  <jpw@gnu.org>
16612         * help-fns.el (describe-function-1): Fill arglist output.
16614 2005-11-30  Kim F. Storm  <storm@cua.dk>
16616         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
16617         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
16618         after revert-buffer (or anything else which kills all local variables).
16620         * apropos.el (apropos-parse-pattern): Doc fix.
16621         Set apropos-regexp directly, rather than expecting callers to do so.
16622         (apropos-command, apropos, apropos-value, apropos-documentation):
16623         Simplify calls to apropos-parse-pattern.
16625 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16627         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
16628         (hi-lock-face-phrase-buffer): Use hi-yellow face.
16629         (hi-lock-write-interactive-patterns): Use comment-region.
16631         * longlines.el (longlines-mode): Add mail-setup-hook.
16633         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
16635         * simple.el (sendmail-user-agent-compose, next-line):
16636         Conditionally use hard-newline.
16638 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16640         * international/latexenc.el (latex-inputenc-coding-alist):
16641         Reword doc string.
16643 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16645         * help.el (describe-key-briefly, describe-key): Recognize default
16646         bindings.
16648 2005-11-29  Romain Francoise  <romain@orebokech.com>
16650         * view.el (view-inhibit-help-message): New defcustom.
16651         (view-mode-enter): Use it.
16653 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
16655         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
16656         Preserve user position.
16658 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
16660         * font-lock.el: Throw error if facemenu is not loaded to prevent
16661         accidental change of loading order in loadup.el.  (Suggested by RMS.)
16663         * loadup.el: Add comment explaining why facemenu must be loaded
16664         before font-lock.
16666 2005-11-28  Jay Belanger  <belanger@truman.edu>
16668         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
16669         (calc-dispatch-map): Add more keys for `calc-same-interface'.
16671         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
16673         * calc/calc-embed.el (calc-do-embedded): Update help message.
16675         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
16677 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16679         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
16681         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
16682         called-interactively-p.
16683         (elp-profilable-p): Rename from elp-not-profilable-p.
16684         Invert result and take into account macros and autoloaded functions.
16685         (elp-instrument-function): Update call.
16686         (elp-instrument-package): Update call.  Add completion.
16687         (elp-pack-number): Use match-string.
16688         (elp-results-jump-to-definition-by-mouse): Merge into
16689         elp-results-jump-to-definition and then remove.
16690         (elp-output-insert-symname): Make help echo text single-line.
16692         * replace.el (query-replace-map): Move initialization into declaration.
16693         (occur-engine): Use with-current-buffer.
16694         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
16695         (occur-mode-mouse-goto): Replace with an alias.
16697 2005-11-28  Juri Linkov  <juri@jurta.org>
16699         * simple.el (quoted-insert): Let-bind input-method-function to nil.
16701         * term/w32-win.el: Bind [S-tab] to [backtab].
16703         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
16704         `Info-find-file' to t.
16706         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
16707         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
16708         and same-window-regexps.
16709         (occur-next-error): Don't move point for arg 0.
16711 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
16713         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
16715 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16717         * log-edit.el (log-edit-changelog-use-first): New var.
16718         (log-edit-changelog-ours-p): Use it.
16719         (log-edit-insert-changelog): Set it with new arg `use-first'.
16720         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
16721         (log-edit-hook): Add them to the list of suggested options.
16723         * textmodes/flyspell.el (flyspell-last-buffer): New var.
16724         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
16725         redundant work.
16726         (flyspell-mode-on): Use add-hook for after-change-functions.
16727         (flyspell-mode-off): Use remove-hook for after-change-functions.
16728         (flyspell-changes): Make it buffer-local.
16729         (flyspell-after-change-function): Make it non-interactive.  Use push.
16730         (flyspell-post-command-hook): Check input-pending-p while processing
16731         the potentially long list of buffer changes.
16733 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16735         * buff-menu.el (list-buffers-noselect): Display the selected
16736         frame's buffer list, not the global one.
16738 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16740         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
16741         that (list last-input-event) works as in interactive spec.
16743 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16745         * loadup.el ("facemenu"): Load facemenu before font-lock, because
16746         `facemenu-keymap' needs to be defined when font-lock is loaded.
16747         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
16749 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16751         * completion.el: Remove useless leading * in defcustom docstrings.
16752         (save-completions-file-name): Use ~/.emacs.d if available.
16753         (completion-standard-syntax-table): Rename from
16754         cmpl-standard-syntax-table and fold initialization into declaration,
16755         thus removing cmpl-make-standard-completion-syntax-table.
16756         (completion-lisp-syntax-table, completion-c-syntax-table)
16757         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
16758         (cmpl-saved-syntax, cmpl-saved-point): Remove.
16759         (symbol-under-point, symbol-before-point)
16760         (symbol-under-or-before-point, symbol-before-point-for-complete)
16761         (add-completions-from-c-buffer): Use with-syntax-table.
16762         (make-completion): Don't return a list of completion entries.
16763         Update callers.
16764         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
16765         (completion-initialize): Rename from initialize-completions.
16766         (completion-find-file-hook): Rename from cmpl-find-file-hook.
16767         (kill-emacs-save-completions): Collect stats here.
16768         (save-completions-to-file, load-completions-from-file):
16769         Use with-current-buffer.
16770         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
16771         into a function.  Move all calls to toplevel.
16772         (completion-lisp-mode-hook): New fun.
16773         (completion-c-mode-hook, completion-setup-fortran-mode):
16774         Set the syntax-table here.  Use local-set-key.
16775         (completion-saved-bindings): New var.
16776         (dynamic-completion-mode): Make it into a proper minor mode.
16777         (load-completions-from-file): Remove unused var `num-uses'.
16779         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
16780         constructor if it is explicitly overridden.
16782         * complete.el (PC-completion-as-file-name-predicate):
16783         Use minibuffer-completing-file-name.
16784         (partial-completion-mode): Use find-file-not-found-functions.
16785         (PC-lisp-complete-symbol): Use with-syntax-table.
16786         (PC-look-for-include-file): Remove dead setq.
16787         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
16788         (PC-complete): Use with-current-buffer.
16790         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
16791         escape single quotes.
16793 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16795         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
16796         of `if' whose condition always returned nil.  Doc fix.
16798         * buff-menu.el (Buffer-menu-revert-function): Make the selected
16799         window's buffer the current buffer around the call to
16800         `list-buffers-noselect'.  This is necessary to mark that buffer
16801         with a `.' in the Buffer Menu when called from Lisp, for instance
16802         by Auto Revert Mode.
16804 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16806         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
16807         attaching to it.
16808         (gdb-pre-prompt): Make sure gdb-error is reset.
16810         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
16811         with a child process, detect it.
16812         (gud-speedbar-buttons): Match regexp more carefully.
16814 2005-11-27  Richard M. Stallman  <rms@gnu.org>
16816         * mouse.el (mouse-drag-move-window-bottom):
16817         Use adjust-window-trailing-edge.
16819 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16821         * simple.el (blink-matching-open): Ignore
16822         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
16823         (blink-matching-paren-on-screen): Update docstring.
16825         * paren.el (show-paren-mode): No longer change
16826         `blink-matching-paren-on-screen'.
16828 2005-11-27  John Paul Wallington  <jpw@pobox.com>
16830         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
16831         (gdb-threads-select, gdb-edit-register-value):
16832         Use `posn-set-point' instead of `mouse-set-point' because the
16833         latter is not fbound when configured without X.
16835 2005-11-27  Kim F. Storm  <storm@cua.dk>
16837         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
16838         existing face when partially highlighting a TAB in a rectangle.
16840 2005-11-26  Kim F. Storm  <storm@cua.dk>
16842         * ido.el (ido-mode-map): Doc fix.
16843         (ido-mode-common-map, ido-mode-file-map)
16844         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
16845         (ido-define-mode-map): Rewrite.  Select one of the new maps as
16846         parent for ido-mode-map instead of building from scratch.
16847         (ido-init-mode-maps): New defun to initialize new maps.
16848         (ido-mode): Call it.
16849         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
16850         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
16852 2005-11-26  John Paul Wallington  <jpw@pobox.com>
16854         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
16855         `mouse-set-point' because the latter is not fbound when configured
16856         without X.
16858 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
16860         * files.el (file-relative-name): Doc fix.
16862 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
16864         * progmodes/octave-inf.el (inferior-octave-startup): Force a
16865         non-empty string for secondary prompt PS2.
16867 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16869         * progmodes/compile.el (compilation-setup): Fix last change.
16871 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
16873         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16874         (gdb-mouse-toggle-breakpoint-margin)
16875         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
16876         Add gdb-server-prefix to keep out of command history.
16877         (gdb-edit-register-value): New function.
16878         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
16879         (gdb-info-registers-custom): Use above map.
16881 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16883         * custom.el (enable-theme): Signal error if argument is not a
16884         theme.  Don't recalculate a face if it's not loaded yet.
16886         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
16887         the `user' theme is in effect.
16889         * info.el (Info-on-current-buffer): Record actual filename in
16890         Info-current-file, instead of t, or a fake filename if a non-file
16891         buffer.  Make autoload.
16892         (Info-find-node, Info-revert-find-node): No need to check for
16893         Info-current-file nil.
16894         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
16895         Info-current-file is now never `t'.
16896         (Info-fontify-node): Many simplifications due to Info-current-file
16897         always being valid.  Use Info-find-file to find node filename.
16899 2005-11-25  David Kastrup  <dak@gnu.org>
16901         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
16902         new character, then delete" in order to preserve markers.
16904 2005-11-25  David Ponce  <david@dponce.com>
16906         * recentf.el (recentf-arrange-by-rule): Handle a special
16907         `auto-mode-alist'-like "strip suffix" rule.
16908         (recentf-build-mode-rules): Handle second level auto-mode entries.
16910 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
16912         * viper-keym.el (viper-ESC-key): Use different values in terminal and
16913         window modes.
16915         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
16916         jde-javadoc-checker-report-mode.
16918         * ediff-wind (ediff-make-wide-display): Slight simplification.
16920         * ediff.el (ediff-date): Change the date of last update.
16922 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
16924         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
16925         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
16926         (hi-lock-mode): New global minor mode.
16927         (turn-on-hi-lock-if-enabled): New function.
16928         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
16929         Change arguments to regexp and face instead of a font-lock pattern.
16930         Directly set face property, instead of refontifying.
16931         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
16932         (hi-lock-find-patterns): Use line-number-at-pos.
16934         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
16935         arguments for hi-lock-set-pattern.
16936         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
16937         Call font-lock-fontify-buffer.
16938         (hi-lock-find-file-hook, hi-lock-current-line)
16939         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
16941         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
16942         turned off.
16944         * progmodes/compile.el (compilation-setup): Don't fiddle with
16945         font-lock-defaults.
16947 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
16949         * progmodes/gdb-ui.el (gdb-var-create-handler)
16950         (gdb-var-list-children-handler): Find values for all variable
16951         objects.  gud-speedbar-buttons decides whether to display them.
16953 2005-11-24  Romain Francoise  <romain@orebokech.com>
16955         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
16956         buffer name with a space.
16958 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
16960         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
16961         `org-export-local-list-max-depth'.  Change default value to 3.
16962         (org-auto-renumber-ordered-lists)
16963         (org-plain-list-ordered-item-terminator): New options.
16964         (org-at-item-p, org-beginning-of-item, org-end-of-item)
16965         (org-get-indentation, org-get-string-indentation)
16966         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
16967         New functions.
16968         (org-move-item-down, org-move-item-up): New commands.
16969         (org-export-as-html): New classes for CSS support.  Bug fix in
16970         regular expression detecting fixed-width regions.  Respect
16971         `org-local-list-ordered-item-terminator'.
16972         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
16973         also a list item.
16974         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
16975         New item moving functions.
16977 2005-11-24  Juri Linkov  <juri@jurta.org>
16979         * isearch.el (isearch-repeat): With empty search ring set
16980         `isearch-error' to the error string instead of signaling error
16981         with the function `error'.
16983 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16985         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
16987 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
16989         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
16990         and variable.
16991         (gdb-var-create-handler, gdb-var-list-children-handler):
16992         Don't match on "char **...".
16993         (gdb-var-update-handler): Find values for all variable objects.
16994         (gdb-info-frames-custom): Identify frames by leading "#".
16996         * progmodes/gud.el (gud-speedbar-menu-items): Add
16997         gdb-speedbar-auto-raise as radio button.
16998         (gud-speedbar-buttons): Raise speedbar if requested.
16999         Don't match on "char **...".
17000         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17001         Make it editable.
17003 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
17005         * info.el (Info-fontify-node): Handle the case where
17006         Info-current-file is t.
17008 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17010         * simple.el (blink-matching-open): Fix off-by-one in last change.
17012 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17014         * term/mac-win.el: Don't change default directory.
17016 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
17018         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17019         buffers correctly.  (It used to throw an error in such buffers.)
17020         Make it ask for confirmation in group buffers and other Custom
17021         buffers containing more than one customization item.
17023 2005-11-22  John Paul Wallington  <jpw@gnu.org>
17025         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17026         property on mail and url overlays.
17027         (goto-address-at-point): Use `posn-set-point' instead of
17028         `mouse-set-point' because the latter is not fbound when configured
17029         without X.
17031 2005-11-22  Lars Hansen  <larsh@soem.dk>
17033         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17034         (ls-lisp-classify, ls-lisp-format): Delete call to
17035         ls-lisp-parse-symlink.
17036         (ls-lisp-handle-switches): Handle symlinks to directories as
17037         directories when ls-lisp-dirs-first in non-nil.
17039 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
17041         * startup.el (command-line): Make sure that loaddefs.el is handled
17042         correctly in load-history.
17044 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
17046         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17047         (gdb-struct-string, gdb-array-string): New constants.
17048         (gdb-info-locals-handler): Use them.
17049         (gdb-reset): Reset gdb-var-list to nil.
17051 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17053         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17054         in patterns.
17056 2005-11-21  Juri Linkov  <juri@jurta.org>
17058         * custom.el (defcustom): Update link types in docstring.
17060 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
17062         * custom.el (defgroup): Add doc-string-elt info.
17064         * widget.el (define-widget): Don't use declare for the doc-string-elt.
17066 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17068         * newcomment.el (comment-enter-backward): Fix last fix.
17070         * simple.el (blink-matching-open):
17071         * paren.el (show-paren-function): Allow new paren-class info.
17073 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
17075         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
17076         handled automagically.
17078 2005-11-20  Andreas Schwab  <schwab@suse.de>
17080         * descr-text.el (describe-char): When copying overlays put them
17081         over the full char description instead of just the first character
17082         of it.
17084 2005-11-20  Juri Linkov  <juri@jurta.org>
17086         * simple.el (what-cursor-position):
17087         * descr-text.el (describe-char): Use Lisp-readable syntax
17088         for octal and hex.  Reorder decimal, octal and hex values.
17089         Remove excess whitespace in the output.  Use `=' in `column='
17090         like in `point=' and `Hscroll='.
17092         * international/mule-cmds.el (encoded-string-description):
17093         Use Lisp-readable syntax for hex.
17095 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17097         * newcomment.el (comment-enter-backward): Handle the case where the
17098         comment is closed by EOB.
17100 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17102         * longlines.el (longlines-before-revert-hook)
17103         (longlines-after-revert-hook): New functions.
17104         (longlines-mode): Turn off longlines temporarily when reverting.
17105         Add a message-setup-hook.
17106         (longlines-decode-buffer): New function.
17107         (longlines-wrap-line): Preserve marker positions.
17109 2005-11-19  Andreas Schwab  <schwab@suse.de>
17111         * emacs-lisp/shadow.el: Handle compressed files.
17113 2005-11-19  Romain Francoise  <romain@orebokech.com>
17115         * net/browse-url.el (browse-url-default-browser): Signal an error
17116         if no usable browser can be found, rather than try to load w3.
17118 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
17120         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17121         replacing existing properties.
17122         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17123         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17124         tty specs.
17125         (rcirc-server-prefix, rcirc-server): New faces.
17126         (rcirc-url-regexp): Generate with rx macro.
17127         (rcirc-last-server-message-time): New variable.
17128         (rcirc-filter): Record time of last message.
17129         (rcirc-keepalive): Kill processes that did not send a message
17130         since the last ping.
17131         (rcirc-mode): Give rcirc-topic a local binding here.
17133 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
17135         * subr.el (read-passwd): Fontify the prompt as we do with other
17136         prompts.
17138 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
17140         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17141         binding buffer-read-only to nil.
17143 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17145         * complete.el (partial-completion-mode):
17146         Mention completion-auto-help in the doc string.
17148         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
17149         more Lisp-ish way.
17151 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
17153         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17154         digits, not 8, to avoid misalignment for files larger than 100MB.
17156 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17158         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17159         Mention "keyboard shortcuts" in the help text.
17161 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17163         * startup.el (fancy-splash-default-action): Discard only
17164         mouse-down and succeeding mouse-up events in the splash screen
17165         window so that drag-n-drop event can be processed.
17167 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
17169         * longlines.el (longlines-mode): Add hacks for mail-mode and
17170         message-mode.
17172 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
17174         * textmodes/org.el (org-table-sort-lines): New command.
17175         (org-tbl-menu): Add entry for `org-table-sort-lines'.
17176         (org-add-file): Command removed, use `org-agenda-file-to-front'
17177         instead.
17178         (org-export-icalendar): Use `org-icalendar-combined-name'.
17179         (org-cycle-agenda-files, org-agenda-file-to-end)
17180         (org-agenda-file-to-front): New commands.
17181         (org-table-tab-jumps-over-hlines, org-export-html-style):
17182         New options.
17183         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17184         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17185         New functions.
17186         (org-fill-paragraph): Call `org-table-align' in tables.
17187         (org-mode): Call `org-set-autofill-regexps'.
17188         (org-export-as-html): Support for local handformatted lists.
17189         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
17190         (org-export-local-list-max-depth): New option.
17191         (org-html-expand): Use `org-html-protect'.
17193 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
17195         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17196         to "p".
17197         (gdb): Move definition of gud-pp to...
17199         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
17200         speedbar.
17201         (gdb-find-watch-expression): New function.
17203 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17205         * faces.el (face-attribute, set-face-attribute): Mention existence
17206         of `:ignore-defface' setting in docstring.
17208 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17210         * simple.el (completion-setup-function): Fix last change.
17212 2005-11-17  John Paul Wallington  <jpw@pobox.com>
17214         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17215         Use `posn-set-point' instead of `mouse-set-point' because the
17216         latter is not fbound when configured without X.
17218         * comint.el (comint-insert-input): Likewise.
17220 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17222         * simple.el (hard-newline): New variable.
17223         (sendmail-user-agent-compose, next-line): Use it.
17225         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17226         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17227         (mail-mail-reply-to, mail-mail-followup-to)
17228         (mail-position-on-field, mail-signature, mail-yank-original)
17229         (mail-attach-file): Likewise.
17231         * mail/mailheader.el (mail-header-format)
17232         (mail-header-format-function): Likewise.
17234         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17236 2005-11-17  Juri Linkov  <juri@jurta.org>
17238         * font-lock.el (font-lock-faces): Rename this defgroup from
17239         `font-lock-highlighting-faces'.
17240         (font-lock-comment-face, font-lock-comment-delimiter-face)
17241         (font-lock-string-face, font-lock-doc-face)
17242         (font-lock-keyword-face, font-lock-builtin-face)
17243         (font-lock-function-name-face, font-lock-variable-name-face)
17244         (font-lock-type-face, font-lock-constant-face)
17245         (font-lock-warning-face, font-lock-negation-char-face)
17246         (font-lock-preprocessor-face)
17247         (font-lock-regexp-grouping-backslash)
17248         (font-lock-regexp-grouping-construct): Rename :group from
17249         `font-lock-highlighting-faces' to `font-lock-faces'.
17251         * cus-edit.el (lisp, c, tex):
17252         * progmodes/ada-mode.el (ada):
17253         * progmodes/asm-mode.el (asm):
17254         * progmodes/cperl-mode.el (cperl-faces):
17255         * progmodes/cpp.el (cpp):
17256         * progmodes/dcl-mode.el (dcl):
17257         * progmodes/f90.el (f90):
17258         * progmodes/fortran.el (fortran):
17259         * progmodes/icon.el (icon):
17260         * progmodes/idlwave.el (idlwave-misc):
17261         * progmodes/m4-mode.el (m4):
17262         * progmodes/make-mode.el (makefile):
17263         * progmodes/meta-mode.el (meta-font):
17264         * progmodes/modula2.el (modula2):
17265         * progmodes/octave-mod.el (octave):
17266         * progmodes/pascal.el (pascal):
17267         * progmodes/perl-mode.el (perl):
17268         * progmodes/prolog.el (prolog):
17269         * progmodes/ps-mode.el (PostScript-edit):
17270         * progmodes/scheme.el (scheme):
17271         * progmodes/sh-script.el (sh-script):
17272         * progmodes/simula.el (simula):
17273         * progmodes/tcl.el (tcl):
17274         * textmodes/nroff-mode.el (nroff):
17275         * textmodes/reftex-vars.el (reftex-fontification-configurations):
17276         * textmodes/sgml-mode.el (sgml):
17277         * textmodes/texinfo.el (texinfo):
17278         Add :link (custom-group-link font-lock-faces) to defgroup.
17280         * hi-lock.el (hi-lock): Rename this defgroup from
17281         `hi-lock-interactive-text-highlighting'.  Change parent group from
17282         `faces' to `font-lock'.  Add link to the manual.
17283         (hi-lock-mode, hi-lock-file-patterns-range)
17284         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17285         `hi-lock-interactive-text-highlighting' to `hi-lock'.
17286         (hi-lock-faces): Add :group `faces'.
17288         * cus-edit.el (custom-variable-prompt): Clarify the code.
17290         * faces.el (face-read-string): Set the default value arg of
17291         completing-read.
17293 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
17295         * rfn-eshadow.el (file-name-shadow-properties)
17296         (file-name-shadow-tty-properties, file-name-shadow-mode):
17297         Remove autoloads, because the file is now preloaded.
17299 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17301         * printing.el (easy-menu-intern): Don't define.
17302         (pr-get-symbol): Use easy-menu-intern only if defined.
17304         * simple.el (blink-matching-open): Simplify a bit.
17305         (completion-setup-function): Fix the case of partial-completion-mode
17306         when the minibuffer's contents start with "-".
17307         Obey completion-base-size-function even when
17308         minibuffer-completing-file-name is non-nil.
17310 2005-11-16  Richard M. Stallman  <rms@gnu.org>
17312         * net/eudcb-ph.el (eudc-ph-open-session):
17313         Use set-process-query-on-exit-flag.
17315         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
17317         * international/ucs-tables.el (ucs-set-table-for-input):
17318         Use make-local-variable, not make-variable-buffer-local.
17320         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17321         Improve warning message text.
17323         * savehist.el (savehist-save-hook): Add :group.
17325         * menu-bar.el (menu-bar-help-menu):
17326         Rename Find Extra Packages to External Packages.
17328         * cus-edit.el (Custom-reset-standard): Verify that
17329         :custom-standard-value prop exists before calling it.
17331         * apropos.el (apropos-calc-scores): Use apropos-pattern.
17333 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
17335         * wid-edit.el (color): Enclose %t in %{...%}.
17337         * cus-edit.el (face): Enclose %t in %{...%}.
17339 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
17341         * savehist.el (savehist-mode-hook): Re-add the var.
17342         (savehist-mode): Use it.
17344 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17346         * textmodes/flyspell.el: Fix commenting convention.
17347         Remove unnecessary leading * in custom docstrings.
17348         (flyspell-emacs): Remove unused var.
17349         (flyspell-delete-region-overlays): Use remove-overlays.
17350         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
17351         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
17352         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
17353         (flyspell-debug-signal-word-checked): Use with-current-buffer.
17354         (make-flyspell-overlay): Don't locally reuse a global name.
17355         (flyspell-highlight-incorrect-region)
17356         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
17357         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
17358         (flyspell-notify-misspell): Remove unused args `start' and `end'.
17359         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
17360         Wrap calls to accept-process-output inside with-local-quit since it's
17361         often called from a post-command-hook.
17362         (flyspell-correct-word, flyspell-auto-correct-word):
17363         Use ispell-send-string.
17364         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
17366         * calendar/diary-lib.el (diary-list-entries): Also hide the
17367         terminating newline.
17369 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
17371         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
17372         window-system, to allow fonts on tty.
17374 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
17376         * progmodes/gud.el (gud-speedbar-item-info): New function.
17377         (gud-install-speedbar-variables): Use it to display data type
17378         of watch expression as a tooltip in speedbar.
17380 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
17382         * font-core.el (global-font-lock-mode): Add :version keyword,
17383         because default was changed.
17385         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
17387         * startup.el (command-line): Use `custom-reevaluate-setting' for
17388         `file-name-shadow-mode'.
17390         * loadup.el: Preload rfn-eshadow.
17392         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
17393         Add :version keyword.
17394         (file-name-shadow-properties, file-name-shadow-tty-properties)
17395         (file-name-shadow): Add :version keyword.
17397         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
17398         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
17399         in the custom-group property of the symbol frames and the fringe
17400         group got no link to its parent group frames.
17401         Doc fix.
17403 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
17405         * progmodes/gud.el (gud-stop-subjob): New function.
17406         (gud-menu-map, gud-tool-bar-map): Use it.
17408 2005-11-16  Kim F. Storm  <storm@cua.dk>
17410         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
17411         than kill it.
17412         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
17413         to a more useful/logical place.
17415 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
17417         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
17418         go buttons complementary.
17420 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17422         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
17423         (rfn-eshadow-sifn-equal): New function.
17424         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
17426 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
17428         * viper-utils.el (viper-non-word-characters-reformed-vi):
17429         Quote `-' in string.
17431         * viper.el (viper-emacs-state-mode-list): Ensure that
17432         rcirc-mode buffers come up in Emacs state.
17434         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
17435         operation.
17437 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
17439         * term.el (term-termcap-format): Fix typos.
17440         (term-down): Fix the negative argument case.
17442 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
17444         * progmodes/gdb-ui.el: Remove face-alias left over from change on
17445         2005-08-15.
17446         (gdb-ann3): New command gud-go.
17447         (menu): Accomodate gdb-mi.el.
17448         (gdb-assembler-custom): Make buffer of selected window current
17449         so that set-window-point works.
17451         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
17452         buttons and include new ones.
17454 2005-11-16  Kim F. Storm  <storm@cua.dk>
17456         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
17457         (gud-menu-map): Use it.
17459 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
17461         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
17462         that works correctly for Custom and that does not override a user
17463         who disables it.
17465         * help-mode.el (help-make-xrefs, help-xref-on-pp)
17466         (help-xref-interned, help-follow): Make hyperlinks for variables
17467         that are unbound, but have a non-nil variable-documentation property.
17469         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
17470         mode hook.  (It conflicted with defcustoms for some mode hooks.)
17471         Use the `variable-documentation' property to give the mode hook a
17472         docstring and expand that docstring.
17474 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
17476         * savehist.el (savehist-mode): Don't bother with
17477         `custom-set-minor-mode'.
17478         (savehist-coding-system): Check XEmacs version.
17479         (history-length): Declare also at run time.
17480         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
17481         Don't set the customize state.
17482         (savehist-minibuffer-hook): Special case for when
17483         minibuffer-history-variable is equal to t.
17485 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17487         * files.el (write-file): Refresh VC status.
17489         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
17490         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
17491         than fundamental-mode to see if the mode was set.
17493 2005-11-14  Romain Francoise  <romain@orebokech.com>
17495         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
17496         dummy function in `eval-when-compile' to avoid compiler warning.
17497         Require `man' at compile time.
17499 2005-11-14  Jay Belanger  <belanger@truman.edu>
17501         * calc-alg.el (calcFunc-write-out-power): Rename it to
17502         calcFunc-powerexpand.
17503         (math-write-out-power): Rename it to math-powerexpand; have it
17504         handle negative exponents.
17505         (calc-writeoutpower): Rename it to calc-powerexpand.
17507         * calc-ext.el: Change calcFunc-writeoutpower and
17508         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
17509         autoloads.
17510         Add calcFunc-ldiv to autoloads.
17512         * calc-arith.el (calcFunc-ldiv): New function.
17514         * calc.el (calc-left-divide): New function.
17516 2005-11-14  Juri Linkov  <juri@jurta.org>
17518         * cus-edit.el (custom-variable-prompt): Set the default value arg
17519         of completing-read.
17521         * cus-dep.el (custom-make-dependencies): Reverse the list of
17522         found dependencies.
17524 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
17526         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
17527         Highlighting" entry, it is on by default now.
17528         (menu-bar-options-save): Do not save global-font-lock-mode.
17530 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17532         * textmodes/flyspell.el (flyspell-large-region):
17533         Call flyspell-accept-buffer-local-defs.
17535 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
17537         * textmodes/flyspell.el (flyspell-notify-misspell):
17538         Fix misspelling of "Misspelling".
17539         (flyspell-process-localwords): New function.
17540         (flyspell-large-region): Call flyspell-process-localwords and
17541         flyspell-delete-region-overlays.
17542         (flyspell-delete-region-overlays): New function.
17543         (flyspell-delete-all-overlays): Call that.
17545 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17547         * help.el (help-for-help-internal): Improve doc of C-h a.
17548         (describe-key): Improve prompt; doc fix.
17550 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17552         * vc-svn.el (vc-svn-registered): Catch all errors.
17554         * cus-dep.el (custom-make-dependencies): Typo.
17556 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
17558         * net/tramp-util.el (top): Fix compilation warning.
17560 2005-11-13  Kim F. Storm  <storm@cua.dk>
17562         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
17564 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17566         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
17567         (gud-speedbar-buttons): Match on "const char *" too.
17569         * progmodes/gdb-ui.el (gdb-var-create-handler)
17570         (gdb-var-list-children-handler): Match on "const char *" too.
17571         (gdb-var-evaluate-expression-handler): Match on empty string.
17572         (gdb-var-update-handler): Only call
17573         gdb-var-evaluate-expression-handler when required.
17575 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17577         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
17578         selected window.  This still doesn't work for speedbar.
17579         (gud-speedbar-buttons): Handle string expressions properly.
17581         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17582         (gdb-var-create-handler): Handle string expressions properly.
17583         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
17584         Handle string expressions properly.  Move "type" field into regexp.
17586 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17588         * bookmark.el (bookmark-maybe-message): New function to reduce
17589         code duplication: invokes `message' iff baud-rate is high enough.
17590         (bookmark-write-file): Use above instead of an inline conditional.
17591         (bookmark-load): Same.
17593 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17595         * bookmark.el (bookmark-write-file): Don't visit the destination
17596         file, just write the data to it using write-region.  This is
17597         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
17598         change to avoid visiting the file in the first place.
17600 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
17602         * hi-lock.el (hi-lock-mode): Set the default value of
17603         font-lock-defaults.
17605 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
17607         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
17608         arg to `file-attributes'.
17609         (find-lisp-format): The UID and GID can now be strings.
17611 2005-11-12  Kim F. Storm  <storm@cua.dk>
17613         * help.el (help-map): Bind C-h d to apropos-documentation.
17615         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
17616         when point is at end-of-buffer.
17618         * apropos.el (apropos-match-face): Doc fix.
17619         (apropos-sort-by-scores): Add new choice `verbose'.
17620         (apropos-documentation-sort-by-scores): New defcustom.
17621         (apropos-pattern): Now contains the pattern entered by the user.
17622         (apropos-pattern-quoted): New defvar.
17623         (apropos-regexp): New defvar, containing the regexp corresponding
17624         to apropos-pattern.
17625         (apropos-all-words-regexp): Rename from apropos-all-regexp.
17626         (apropos-read-pattern): New defun.  Use it to read pattern arg in
17627         interactive calls; returns list of words for a word list, and
17628         string for a regexp.
17629         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
17630         parses a list of words or regexp as returned by apropos-read-pattern.
17631         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
17632         (apropos-score-doc): Return a very high score if the string
17633         entered by the user matches literally.
17634         (apropos-variable): Doc fix.  Use apropos-read-pattern.
17635         (apropos-command): Doc fix.  Use apropos-read-pattern and
17636         apropos-parse-pattern.  Call apropos-print with nosubst=t.
17637         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
17638         apropos-parse-pattern.
17639         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
17640         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
17641         apropos-documentation-sort-by-scores.  Call apropos-print with
17642         nosubst=t.
17643         (apropos-documentation-internal): Pass doc string through
17644         substitute-key-definition before adding text properties.
17645         Highlight substring matching literal user input if possible.
17646         (apropos-documentation-check-doc-file): Remove locals beg and end.
17647         Fix calculation of score (as added twice).  Pass doc string through
17648         substitute-key-definition before adding text properties.
17649         (apropos-documentation-check-elc-file): Pass doc string through
17650         substitute-key-definition before adding text properties.
17651         Highlight substring matching literal user input if possible.
17652         (apropos-print): Add new arg NOSUBST; if set, command and variable
17653         doc strings have already been passed through substitute-key-definition.
17654         Add code to handle apropos-accumulator items without score element
17655         for backwards compatibility (e.g. with woman package).
17656         Only show scores if apropos-sort-by-scores is `verbose'.
17658 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17660         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
17661         Add jka-compr-load-suffixes to load-suffixes.
17663         * jka-compr.el: Require jka-cmpr-hook.
17664         (jka-compr-info-compress-message, jka-compr-info-compress-program)
17665         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
17666         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
17667         (jka-compr-info-can-append, jka-compr-info-strip-extension)
17668         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
17669         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
17670         (jka-compr-uninstall): Remove entries from
17671         jka-compr-added-to-file-coding-system-alist after they are used.
17672         (jka-compr-error): Remove unused var `curbuf'.
17673         (jka-compr-file-local-copy): Remove unused var `notfound'.
17675 2005-11-10  Romain Francoise  <romain@orebokech.com>
17677         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
17679 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
17681         * progmodes/gud.el (gud-menu-map): Move parentheses.
17682         (gdb): New command gud-pv.
17684 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17686         * tar-mode.el: Remove spurious or unnecessary leading stars
17687         in docstrings.
17688         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
17689         (tar-parse-octal-integer-safe): Use mapc.
17690         (tar-header-block-summarize): Remove unused var `ck'.
17691         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
17692         cleared before.  Obey default-enable-multibyte-characters.
17693         Use mapconcat.  Simplify setting of tar-header-offset.
17694         (tar-mode-map): Move initialization inside delcaration.
17695         (tar-flag-deleted): Use `abs'.
17696         (tar-expunge-internal): Remove unused var `line'.
17697         (tar-expunge-internal): Don't hardcode point-min==1.
17698         (tar-expunge): Widen while doing set-buffer-multibyte.
17699         (tar-rename-entry): Use file-name-coding-system.
17700         (tar-alter-one-field): Don't hardcode point-min==1.
17701         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
17702         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
17704 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17706         * add-log.el (add-log-current-defun): Handle class::method
17707         notation of c++.  Fix incorrect comment.
17709 2005-11-10  Alan Mackenzie  <acm@muc.de>
17711         * help-fns.el (describe-variable): Make C-h v work when a variable
17712         has variable documentation yet is unbound.
17714 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17716         * man.el (Man-highlight-references): Set an empty
17717         string to `Man-arguments' if it is nil.
17718         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
17720 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17722         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
17723         commenting conventions.
17725         * cus-dep.el (custom-make-dependencies): Simplify.
17726         Better follow the commenting conventions.
17728 2005-11-09  Richard M. Stallman  <rms@gnu.org>
17730         * apropos.el (apropos-pattern): Rename from apropos-regexp.
17731         (apropos-orig-pattern): Rename from apropos-orig-regexp.
17732         All uses changed.
17733         (apropos-rewrite-regexp): Doc fix.
17734         (apropos-variable, apropos-command, apropos, apropos-value):
17735         Change prompt; carry through the argument renaming.
17737 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
17739         * find-lisp.el: Require dired.
17740         (find-lisp-find-dired-internal): Do not call
17741         `abbreviate-file-name' on DIR.
17743 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
17745         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
17747 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
17749         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
17750         when using the speedbar.
17751         (gdb): New command gud-pp.
17752         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
17754 2005-11-09  Juri Linkov  <juri@jurta.org>
17756         * replace.el (occur-excluded-properties): New defcustom.
17757         (occur-1, occur-engine, occur-accumulate-lines): Use it.
17759 2005-11-08  Jay Belanger  <belanger@truman.edu>
17761         * calc/calc-units.el (math-convert-units): Replace any composite
17762         unit by its definition.
17764 2005-11-08  Lars Hansen  <larsh@soem.dk>
17766         * emacs-lisp/autoload.el (update-directory-autoloads):
17767         Add obsolete function alias.
17769 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17771         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17772         comment-indent-function.
17773         (lisp-comment-indent): Replace by an alias for comment-indent-default.
17775         * reveal.el (reveal-post-command): Rework the handling of
17776         reveal-open-spots, so as to be more reliable.  There were several
17777         tricky corner cases where an open spot might be lost, or where
17778         a closed spot might end up on the list of open spots.
17779         Only reveal text that's ellipsised.
17781 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
17783         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
17785 2005-11-07  John Paul Wallington  <jpw@gnu.org>
17787         * ibuffer.el (ibuffer): Search iconified frames too when
17788         getting Ibuffer buffer's window.
17790 2005-11-06  Richard M. Stallman  <rms@gnu.org>
17792         * progmodes/compile.el (compilation-internal-error-properties):
17793         save-excursion around the computation of MARKER.
17795 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
17797         * textmodes/flyspell.el (flyspell-external-point-words):
17798         flyspell-get-word returns a list, not just a string.
17800 2005-11-06  John Paul Wallington  <jpw@pobox.com>
17802         * ibuffer.el (ibuffer): Search all visible frames when getting
17803         Ibuffer buffer's window.
17805 2005-11-07  Masatake YAMATO  <jet@gyve.org>
17807         * man.el (Man-reference-regexp): Accept spaces between
17808         `Man-name-regexp' and `Man-section-regexp'.
17809         (Man-apropos-regexp): New variable.
17810         (Man-abstract-xref-man-page): Use value for `Man-target-string'
17811         if available.
17812         (Man-highlight-references, Man-highlight-references0):
17813         Handle the case when `Man-arguments' includes "-k".
17814         (Man-highlight-references0): Rename the argument `TARGET-POS' to
17815         `TARGET'. `TARGET' can be a number, function or nil.
17817 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
17819         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
17820         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
17821         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
17822         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
17823         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
17824         (gdb-send-item): Use buffer-local-value and simplify.
17826 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
17828         * startup.el (command-line): Use `custom-reevaluate-setting' for
17829         `global-font-lock-mode'.
17831         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
17832         by default, except in batch mode or when the -D option is given.
17834         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
17835         specified keyword args on to `define-minor-mode'.  Update docstring.
17837 2005-11-05  Romain Francoise  <romain@orebokech.com>
17839         * replace.el (occur-engine): Add marker at end of line, too.
17841 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
17843         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17844         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17845         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17846         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17847         argument to all these routines, so the passphrase can be managed
17848         externally and passed in to the system.
17849         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17850         pgg-add-passphrase-to-cache function.
17852         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17853         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17854         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17855         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17856         argument to all these routines, so the passphrase can be managed
17857         externally and passed in to the system.
17858         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17859         function.
17861 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
17863         * font-lock.el: Don't deal with font-lock-face-attributes here,
17864         move the code ...
17866         * startup.el (command-line): ... here.  Use face-spec-set instead
17867         of custom-declare-face.
17869         * faces.el (face-spec-set): Reset the face if spec is not nil.
17871 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17873         * newcomment.el (comment-region-internal): Box more tightly in the
17874         common case where there's no TAB in the boxed text.
17876 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17878         * info.el (info-tool-bar-map): Use images prev-node, next-node and
17879         up-node.
17881 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
17883         * newsticker.el: Commentary updated.  Code formatting changed.
17884         (newsticker-version): Change to "1.9".
17885         (newsticker, newsticker-feed): Doc fix.
17886         (newsticker-url-list): Doc fix.  Add option "Weekly".
17887         (newsticker-retrieval-interval): Add option "Weekly".
17888         (newsticker-headline-processing): Doc fix.
17889         (newsticker-auto-mark-filter): Remove.
17890         (newsticker-auto-mark-filter-list): New.
17891         (newsticker-layout, newsticker-sort-method): Doc fix.
17892         (newsticker-hide-old-items-in-newsticker-buffer)
17893         (newsticker-heading-format, newsticker-item-format)
17894         (newsticker-desc-format): Doc fix.
17895         (newsticker-show-all-rss-elements): Remove.
17896         (newsticker-show-all-news-elements): New.
17897         (newsticker-faces, newsticker-ticker): Doc fix.
17898         (remove-from-invisibility-spec): Code formatting.
17899         (newsticker--process-ids): New.
17900         (newsticker-mode): Doc fix.
17901         (newsticker-mode): Change mode-line-format.
17902         (newsticker-start): Remove debug output.
17903         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
17904         (newsticker-w3m-show-inline-images): Code formatting.
17905         (newsticker-next-item): Call `force-mode-line-update'.
17906         (newsticker-previous-item): Call `force-mode-line-update'.
17907         (newsticker-next-feed): Call `force-mode-line-update'.
17908         (newsticker-previous-feed): Call `force-mode-line-update'.
17909         (newsticker-mark-all-items-at-point-as-read): Code formatting.
17910         (newsticker-show-old-items): Do not show descs.
17911         (newsticker-hide-entry): Hide too much.
17912         (newsticker-hide-entry, newsticker-show-entry)
17913         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
17914         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
17915         (newsticker-toggle-auto-narrow-to-item): Code formatting.
17916         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
17917         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
17918         (newsticker-get-news): Call `force-mode-line-update'.
17919         Collect process ids.
17920         (newsticker--sentinel): Change coding system handling.
17921         Move image retrieval to new functions newsticker--get-logo-url-*.
17922         Move feed parsing to new functions newsticker--parse-*.
17923         Update list of process ids.
17924         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
17925         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
17926         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
17927         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
17928         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17929         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
17930         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
17931         (newsticker--decode-coding-string): Remove.
17932         (newsticker--decode-numeric-entities): Check input.  Format code.
17933         (newsticker--remove-whitespace): Check input.
17934         (newsticker--do-forget-preformatted): Doc fix.
17935         (newsticker--decode-rfc822-date): Allow for missing time.
17936         (newsticker--update-process-ids): New.
17937         (newsticker--image-sentinel): Change comment.
17938         (newsticker--image-read): Change error message.
17939         (newsticker--imenu-goto): Doc fix.  Show headline title.
17940         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
17941         (newsticker--buffer-do-insert-text): Clean whitespace in
17942         html-rendered headline title.  Code formatting.
17943         Call `newsticker--buffer-print-extra-elements'.
17944         (newsticker--buffer-print-extra-element): Remove.
17945         (newsticker--buffer-print-extra-elements): New.
17946         (newsticker--buffer-do-print-extra-element): New.
17947         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
17948         large sizes.
17949         (newsticker--run-auto-mark-filter)
17950         (newsticker--do-run-auto-mark-filter):
17951         Use `newsticker-auto-mark-filter-list'.
17953 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
17955         * net/rcirc.el: Use split-string OMIT-NULLS argument.
17956         (rcirc-print): Force redisplay before running hooks.  Do long
17957         buffer truncation after making new text read-only.  Deal with nil
17958         text when decoding strings.  If TARGET is nil, use either the
17959         currently selected buffer, if it is an rcirc buffer and of the
17960         same process or the process buffer.
17961         (rcirc-mode): Remove header-line.  Recompute short buffer names.
17962         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
17963         (rcirc-short-buffer-name): Add variable.
17964         (rcirc-kill-buffer-hook): Recompute short buffer names.
17965         Remove nick from private channel.
17966         (rcirc-send-input): Send command text to current-buffer.
17967         Don't clear overlay arrow here.
17968         (rcirc-short-buffer-name): Return a short buffer name.
17969         (rcirc-update-short-buffer-names, rcirc-abbreviate)
17970         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
17971         buffer-name abbreviations.
17972         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
17973         Do not touch nick-table when killing a parted channel.
17974         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
17975         Clear arrow from current buffer if it is now hidden.
17976         (rcirc-current-buffer): Add variable.
17977         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17978         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
17979         Remove -face from names.
17980         (rcirc-update-activity-string): Print "DND" when globally ignoring
17981         activity.
17982         (rcirc-ignore-buffer-activity-flag): Rename from
17983         rcirc-ignore-channel-activity.
17984         (rcirc-ignore-all-activity-flag): Doc fix.
17985         (rcirc-channels): Remove variable.
17986         (rcirc-kill-buffer-hook):
17987         (rcirc-get-buffer-create): Add nick to private channel.
17988         (rcirc-multiline-edit-submit): Remove tabs.
17989         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
17990         folded.
17991         (rcirc-remove-nick-channel): Bug fix.
17992         (rcirc-toggle-ignore-buffer-activity): Rename from
17993         rcirc-toggle-ignore-channel-activity.
17994         (rcirc-record-activity): Add buffers to the front of the list.
17995         (rcirc-update-activity): Remove killed buffers from list.
17996         (rcirc-process-server-response-1): Remove last argument if it is
17997         null before calling handler.
17998         (rcirc): Add "rcirc" defcustom prefix.
17999         (rcirc-prompt): Simplify default prompt.
18000         Use custom-initialize-default.
18001         (rcirc-private-chats): Remove variable.
18002         (rcirc-prompt): Change initialization.
18003         (rcirc-version): Remove function.
18004         (rcirc-id-string): Add constant.
18005         (rcirc-last-buffer): Remove variable.
18006         (rcirc-buffer-alist): Add variable.
18007         (rcirc-connect): Update variable setup.
18008         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18009         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18010         default.
18011         (rcirc-handler-generic): Trigger activity.
18012         (rcirc-send-message): Create the buffor of the target.
18013         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18014         (rcirc-get-buffer): Just return nil if there is no matching buffer.
18015         (rcirc-multiline-edit-cancel): Remove function.
18016         (rcirc-set-last-buffer): Remove function.
18017         (rcirc-get-any-buffer): Add function.
18018         (rcirc-join-channels): Don't print /join text.
18019         (rcirc-toggle-ignore-channel-activity): Add and update echo area
18020         messages.
18021         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18022         (rcirc-handler-NOTICE): Recognize CTCP responses.
18023         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18024         constructing TOPIC string for buffers we are not JOINed.
18025         (rcirc-handler-CTCP-response): Add handler.
18026         (rcirc-multiline-edit-submit): Restore the window-configuration
18027         before adjusting point.
18028         (rcirc): Add customization group.
18029         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18030         (rcirc-user-full-name, rcirc-startup-channels-alist)
18031         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18032         (rcirc-ignore-all-activity-flag, rcirc-time-format)
18033         (rcirc-input-ring-size, rcirc-read-only-flag)
18034         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18035         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18036         Change defvar to defcustom.
18037         (rcirc-update-prompt): Add optional ALL arg, which will update
18038         prompts in all rcirc buffers.  Regexp quote replacement text.
18039         (rcirc-fill-column): Accept frame-width as a value.
18040         (rcirc-set-changed): Add function.
18041         (rcirc-next-active-buffer): Write more meaningful messages.
18042         (rcirc-faces): Add customization group.
18043         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18044         (rcirc-nick-in-message-face, rcirc-prompt-face)
18045         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18046         (with-rcirc-process-buffer): Move before first usage.
18047         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18048         (rcirc-debug-flag): Rename from `rcirc-log-p'.
18049         (rcirc-debug): Rename from `rcirc-log'.
18050         (rcirc-format-response-string): Do not print `-' chars for a
18051         NOTICE with no sender.  Simplify output of server responses.
18053 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18055         (rcirc-browse-url-map, rcirc-browse-url-at-point)
18056         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18057         Make urls mouse and RET clickable.
18059 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18061         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18063 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18065         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18066         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18067         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18068         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18069         argument to all these routines, so the passphrase can be managed
18070         externally and passed in to the system.
18071         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18072         pgg-add-passphrase-to-cache function.
18074         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18075         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18076         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18077         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18078         argument to all these routines, so the passphrase can be managed
18079         externally and passed in to the system.
18080         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18081         function.
18083 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
18085         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18086         from goto-address-url-regexp.
18088 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
18090         * textmodes/org.el (org-read-date, org-goto-calendar)
18091         (org-recenter-calendar, org-agenda-goto-calendar):
18092         Temporarily clear `calendar-move-hook'.
18094 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
18096         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18097         merging.
18099         * ediff-util.el (ediff-previous-difference): Don't skip regions that
18100         have merge clashes.
18102 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18104         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18105         Undo previous change.
18107         * startup.el (command-line): Use `custom-reevaluate-setting' for
18108         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
18109         tty-register-default-colors on Mac.
18111 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18113         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18114         (gdb-buffer-type): Make it automatically buffer local...
18115         (gdb-get-create-buffer): ...and set it accordingly.
18116         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18117         actually work.
18119 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
18121         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18122         not red.
18124 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18126         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18127         case GUD buffer is not visible.
18128         (gdb-goto-breakpoint): Try to force display in source buffer.
18129         (gdb-frame-gdb-buffer): Copy other similar functions.
18130         (gdb-restore-windows): Don't display source if not asked for.
18131         (gdb-assembler-buffer-name): Don't capitalise.
18133 2005-11-03  Richard M. Stallman  <rms@gnu.org>
18135         * wid-edit.el (key-sequence): New widget type.
18137         * simple.el (set-mark-command-repeat-pop): New variable.
18138         (set-mark-command): Only interpret plan C-@ after a pop as a pop
18139         if set-mark-command-repeat-pop is true.
18141         * info.el (Info-fontify-node): Don't display extra "see" if there
18142         already is one here.
18144         * mouse.el: Fix special handling of DEL after dragging a region:
18145         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18146         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
18148         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18150         * textmodes/ispell.el (ispell-command-loop): Change `i' description
18151         not to assume it pertains to an affix.
18153         * textmodes/flyspell.el (flyspell-post-command-hook):
18154         Bind deactivate-mark to prevent deactivation.
18156 2005-11-03  Lars Hansen  <larsh@soem.dk>
18158         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18159         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18160         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18162 2005-11-03  Romain Francoise  <romain@orebokech.com>
18164         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
18165         Update copyright years.
18167 2005-11-03  Sam Steingold  <sds@gnu.org>
18169         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18170         Use system-type instead of window-system because window-system is not
18171         correctly defined during loadup.
18173 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
18175         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18176         (xml-parse-tag): Join strings separated by a comment properly.
18178 2005-11-02  Andreas Schwab  <schwab@suse.de>
18180         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18182 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18184         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18185         (byte-optimize-pure-func): Quote the eval'd value.
18187         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18188         Rename from perl-font-lock-syntactic-face-function.
18189         Change the calling convention so it can be used as a font-lock MATCHER.
18190         Do the parse-partial-sexp loop outselves.
18191         (perl-font-lock-syntactic-keywords): Use it.
18192         (perl-mode): Don't set font-lock-syntactic-face-function any more.
18194 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
18196         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18197         disassembly buffer too.
18198         (gdb-exited): Remove overlay arrows when execution has finished.
18199         (gdb-info-frames-custom, gdb-info-threads-custom)
18200         (gdb-info-registers-custom): Don't add inappropriate text
18201         properties if inferior is not active.
18203 2005-11-02  Glenn Morris  <rgm@gnu.org>
18205         * progmodes/fortran.el (fortran-blink-match):
18206         Use `blink-matching-delay'.
18208 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
18210         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18212 2005-11-02  Lars Hansen  <larsh@soem.dk>
18214         * net/tramp.el (tramp-action-out-of-band): Handle scp message
18215         "Permission denied".
18217 2005-11-01  Richard M. Stallman  <rms@gnu.org>
18219         * textmodes/flyspell.el (flyspell-external-point-words):
18220         Pass nil to flyspell-get-word.
18222 2005-11-02  Kim F. Storm  <storm@cua.dk>
18224         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18225         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18227 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18229         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18230         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18231         (calendar-mouse-print-dates): Add optional `event' argument.
18232         Update interactive-spec.
18233         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18234         Use `calendar-event-to-date' instead of `event'.
18236 2005-11-02  Masatake YAMATO  <jet@gyve.org>
18238         * progmodes/ld-script.el (ld-script-builtins):
18239         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18240         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18241         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18243 2005-11-01  Romain Francoise  <romain@orebokech.com>
18245         * vc-sccs.el: Update copyright year.
18246         * ezimage.el: Likewise.
18248 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
18250         * info.el (Info-fontify-node): Use `string-width' for fontifying
18251         underlined titles.
18253 2005-11-01  Juri Linkov  <juri@jurta.org>
18255         * info.el (Info-fontify-node): Downcase node header keywords Node,
18256         Prev, Next, Up before comparison.
18257         (Info-history): Insert absolute directory name, and put invisible
18258         property on it.
18260 2005-11-01  Juri Linkov  <juri@jurta.org>
18262         * info.el (Info-file-supports-index-cookies): New variable.
18263         (Info-find-node-2): Check makeinfo version for index cookie support.
18264         (Info-index-nodes): Search for nodes with index cookies only when
18265         Info-file-supports-index-cookies is t.  Otherwise, search nodes
18266         with "Index" in the node name.
18267         (Info-index-node): Search index cookie in the current node only when
18268         Info-file-supports-index-cookies is t.  Otherwise, check the word
18269         "Index" in the node name.
18270         (Info-find-emacs-command-nodes): Remove code that searches nodes
18271         with "Index" node name in the top menu.
18273 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18275         * progmodes/scheme.el (scheme-mode-variables): Use the default
18276         comment-indent-function.
18278         * faces.el (face-attribute): Handle the case where a face inherits from
18279         a non-existent face.
18281         * simple.el (eval-expression-print-format): Use lisp-readable syntax
18282         for octal and hexa output, and merge the char into the paren.
18283         (kill-new): Use push.
18284         (copy-to-buffer): Use with-current-buffer.
18285         (completion-setup-function): Move code in loop to remove redundancy.
18286         (minibuffer-local-must-match-map): Don't add bindings that duplicate
18287         those inherited from minibuffer-local-completion-map.
18289         * savehist.el (savehist-mode) <defcustom>:
18290         Use custom-set-minor-mode if available.
18291         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18292         and emit a message if applicable.
18294 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
18296         * savehist.el: Sync up to version 19.
18297         (savehist-mode): New minor mode.
18298         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
18299         (savehist-length): Remove (use history-length instead).
18300         (savehist-file-modes): Rename from savehist-modes.
18301         (savehist-save-hook, savehist-loaded): New vars.
18302         (savehist-load): Use savehist-mode.  Try to smooth up transition from
18303         old format to new format.
18304         (savehist-install): Allow savehist-autosave-interval to be nil.
18305         (savehist-save): Run the new hook.  Be more careful to only trim the
18306         history variables.
18307         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
18308         (savehist-printable): Print into a buffer rather than char-by-char.
18310 2005-11-01  John Wiegley  <johnw@newartisans.com>
18312         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
18313         toggle-ignore keybinding (C-a).  The author said it had been
18314         disabled much earlier due to a possible incompatibility, but after
18315         many months of usage I have encountered no problems (and it is a
18316         rather useful option, especially for switching to " *temp*").
18318         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
18319         support for OS/X's AddressBook, by calling out to the open source
18320         program "contacts" (installable through Fink).
18322         * net/eudc.el (eudc-expand-inline): If the
18323         `eudc-multiple-match-handling-method' is set to `all', delete the
18324         query string before inserting the query result.
18326         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
18327         flag, to prevent Eshell from using the system ls when
18328         `eshell-ls-insert-directory' is in used.
18329         (eshell-ls-insert-directory): Disable font-lock in directory
18330         buffer so that Eshell's own fontification is seen.  This broke
18331         recently due to changes in font-lock, so this goes back to version
18332         21 behavior.
18334 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
18336         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
18337         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
18338         (gdb-many-windows): Doc fix.
18340 2005-10-31  Romain Francoise  <romain@orebokech.com>
18342         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
18344 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
18346         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
18347         that global-font-lock-mode can be enabled by default.
18349         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
18350         (font-lock-add-keywords, font-lock-remove-keywords)
18351         (font-lock-fontify-buffer): Remove autoload cookies.
18353         * jit-lock.el (jit-lock-register): Likewise.
18355         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
18357 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
18359         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
18360         intact if there is no gud-comint-buffer.
18362 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
18364         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
18365         old prompt comint-prompt-read-only is t and GDB commands are
18366         issued from tool bar etc.
18368 2005-10-31  Masatake YAMATO  <jet@gyve.org>
18370         * vc.el (vc-directory-exclusion-list): Add "{arch}".
18372 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18374         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
18375         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
18377 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
18379         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
18380         starting at beginning of line.  Fontification is messed up when
18381         `open-paren-in-column-0-is-defun-start' set to t.
18382         Reported by John Paul Wallington <jpw@pobox.com>.
18384 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
18386         * comint.el (comint-send-input): Call `comint-update-fence' when
18387         `comint-process-echoes' and `comint-prompt-read-only' are both
18388         non-nil, to avoid leftover read-only newline.
18390 2005-10-30  Richard M. Stallman  <rms@gnu.org>
18392         * textmodes/flyspell.el (flyspell-external-point-words):
18393         Detect when WORD can't be checked properly because
18394         flyspell-get-word finds just part of it, and move on.
18396         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
18397         boundarychar for Polish.
18398         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
18399         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
18401 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
18403         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
18404         (gdb-registers-font-lock-keywords): Delete.
18405         (gdb-registers-mode): Don't fontify.
18406         (gdb-info-registers-custom): Use text properties instead as, in
18407         future, changed register values will use font-lock-warning-face.
18408         (gdb-local-font-lock-keywords): Rename to...
18409         (gdb-locals-font-lock-keywords): ...for consistency.
18411 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
18413         * vc.el (vc-switch-backend): Better error message if the buffer is
18414         not visiting a file under version control.
18416         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
18418 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
18420         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
18421         ~/.emacs.d/.emacs.
18423 2005-10-29  Richard M. Stallman  <rms@gnu.org>
18425         * replace.el (occur-mode-mouse-goto): Always go to other window.
18426         (occur-mode-goto-occurrence): Always switch in same window.
18428         * simple.el (undo): Display message at end, not at start.
18430         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
18431         New arg REUSE-CELL.
18432         (cancel-timer-internal): New function.
18433         (timer-event-handler): Use cancel-timer-internal,
18434         and pass the cell it returns to timer-activate...
18436         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
18437         (jit-lock-deferred-fontify, jit-lock-context-fontify)
18438         (jit-lock-after-change): Test memory-full.
18440 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
18442         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18443         part of the decoded armor to find the key-identifier.
18444         (pgg-gpg-lookup-key-owner): New function to return the
18445         human-readable identifier of a key owner.
18446         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18447         key itself.
18448         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18449         the key value) if we have a key and can match it against a secret
18450         key.  Also, added a note pointing out fact that the prompt only
18451         indicates the first matching key.
18453         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18454         pgg-decrypt-region.
18455         (pgg-pending-timers): A new hash for tracking the passphrase cache
18456         timers, so that new ones supercede old ones.
18457         (pgg-add-passphrase-to-cache): Rename from
18458         `pgg-add-passphrase-cache' to reduce confusion (all callers
18459         changed).  Modified to cancel old timers when new ones are added.
18460         (pgg-remove-passphrase-from-cache): Rename from
18461         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18462         changed).  Modified to cancel old timers when their keys are
18463         removed from the cache.
18464         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18465         XEmacs, an indirection to delete-itimer.
18466         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18467         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18468         users can only check cache without risk of prompting.  Correct bug in
18469         notruncate behavior.
18470         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18471         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18472         Add informative docstrings.
18473         (pgg-decrypt): Convey provided passphrase in subordinate call to
18474         pgg-decrypt-region.
18476         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18477         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18478         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18479         `passphrase' argument, so the passphrase can be managed externally
18480         and then passed in to the system.
18482         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18483         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18484         so the passphrase cache can be used reliably with identifiers
18485         besides a pgp packet's key id.
18487         * pgg-gpg.el (pgg-pgp-encrypt-region)
18488         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18489         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18490         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18491         argument to all these routines, so the passphrase can be managed
18492         externally and passed in to the system.
18494         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18495         `notruncate' argument, so the passphrase cache can be used
18496         reliably with identifiers besides a pgp packet's key id.
18498 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
18500         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18501         symmetric encryption.
18502         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18503         encrypted session key.
18504         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18505         message ask for the passphrase in a proper way.
18507         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18508         New user commands for symmetric encryption.
18510 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
18512         * textmodes/conf-mode.el (conf-assignment-sign)
18513         (conf-assignment-regexp): Fix docstrings.
18514         (conf-mode-initialize): New function.
18515         (conf-mode): Remove optional args.  Use delay-mode-hooks to
18516         recognize recursive calls.
18517         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
18518         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
18519         (conf-xdefaults-mode): Use define-derived-mode and
18520         conf-mode-initialize.
18522 2005-10-29  Romain Francoise  <romain@orebokech.com>
18524         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
18526 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
18528         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18529         part of the decoded armor to find the key-identifier.
18530         (pgg-gpg-lookup-key-owner): New function to return the
18531         human-readable identifier of a key owner.
18532         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18533         key itself.
18534         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18535         the key value) if we have a key and can match it against a secret
18536         key.  Also, added a note pointing out fact that the prompt only
18537         indicates the first matching key.
18539         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18540         pgg-decrypt-region.
18541         (pgg-pending-timers): A new hash for tracking the passphrase cache
18542         timers, so that new ones supercede old ones.
18543         (pgg-add-passphrase-to-cache): Rename from
18544         `pgg-add-passphrase-cache' to reduce confusion (all callers
18545         changed).  Modified to cancel old timers when new ones are added.
18546         (pgg-remove-passphrase-from-cache): Rename from
18547         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18548         changed).  Modified to cancel old timers when their keys are
18549         removed from the cache.
18550         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18551         XEmacs, an indirection to delete-itimer.
18552         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18553         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18554         users can only check cache without risk of prompting.  Correct bug in
18555         notruncate behavior.
18556         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18557         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18558         Add informative docstrings.
18559         (pgg-decrypt): Convey provided passphrase in subordinate call to
18560         pgg-decrypt-region.
18562 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18564         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18565         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18566         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18567         `passphrase' argument, so the passphrase can be managed externally
18568         and then passed in to the system.
18570         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18571         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18572         so the passphrase cache can be used reliably with identifiers
18573         besides a pgp packet's key id.
18575         * pgg-gpg.el (pgg-pgp-encrypt-region)
18576         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18577         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18578         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18579         argument to all these routines, so the passphrase can be managed
18580         externally and passed in to the system.
18582         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18583         `notruncate' argument, so the passphrase cache can be used
18584         reliably with identifiers besides a pgp packet's key id.
18586 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
18588         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18589         symmetric encryption.
18590         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18591         encrypted session key.
18592         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18593         message ask for the passphrase in a proper way.
18595         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18596         New user commands for symmetric encryption.
18598 2005-10-28  Bill Wohler  <wohler@newt.com>
18600         * help-mode.el (help-url): New button type.  Calls browse-url.
18601         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
18602         Similar to Info nodes: URL `url'.
18603         (help-make-xrefs): Create help-url buttons for
18604         help-xref-url-regexp matches.
18606 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
18608         * tool-bar.el (tool-bar-add-item-from-menu)
18609         (tool-bar-local-item-from-menu): Fix doc strings.
18611 2005-10-28  Romain Francoise  <romain@orebokech.com>
18613         * ldefs-boot.el: Update.
18615         * subr.el (locate-library): Move from help-fns.el.
18616         * help-fns.el (locate-library): Move to subr.el.
18618 2005-10-28  Richard M. Stallman  <rms@gnu.org>
18620         * net/tramp.el (tramp-completion-mode): defvar moved up.
18622         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
18624         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
18626         * files.el (find-file-noselect): Use %d to format large file size.
18628         * bindings.el (mode-line-format): Add %e.
18630         * loadup.el ("facemenu"): Load unconditionally.
18631         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
18632         ("x-dnd"): Load, when appropriate.
18634         * startup.el (command-line): Call before-init-hook earlier.
18635         Warn about some bad characters in -u user name.
18637         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
18638         (flyspell-external-point-words): Error if misspelled word is not found.
18639         Set flyspell-large-region-beg at end of word.
18641 2005-10-28  Andreas Schwab  <schwab@suse.de>
18643         * view.el (View-revert-buffer-scroll-page-forward):
18644         Use view-page-size-default.
18646 2005-10-28  Juri Linkov  <juri@jurta.org>
18648         * international/quail.el (quail-get-current-str): Translate last
18649         raw character for deterministic input methods.
18651 2005-10-27  Jay Belanger  <belanger@truman.edu>
18653         * calc/calc-ext.el: Add functions to autoloads.
18654         (math-identity-matrix-p, math-ident-row-p): New functions.
18656         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
18657         multiplication by an identity matrix; don't turn multiplication by
18658         an inverse matrix into division.
18659         (math-div-symbol-fancy): Replace division by matrices with
18660         multiplication by inverse.
18662         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
18664         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
18665         (calc-writeoutpower): New functions.
18667 2005-10-27  Romain Francoise  <romain@orebokech.com>
18669         * replace.el (occur-engine): Include colon in mouse-face highlight.
18671         * dired-x.el: Change Maintainer field.
18673 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
18675         * longlines.el (longlines-mode): Bind after-change-functions to
18676         nil during initial decoding and final encoding.
18678 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
18680         * term.el (term-emulate-terminal, term-handle-colors-array)
18681         (term-handle-ansi-escape): Specify the terminfo capabilities
18682         implemented.
18684 2005-10-26  Richard M. Stallman  <rms@gnu.org>
18686         * info.el (Info-fontify-node): Fix detection of sentence-break
18687         before *Note.
18689 2005-10-26  Romain Francoise  <romain@orebokech.com>
18691         * smerge-mode.el: Add `tools' to file keywords.
18693 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
18695         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
18696         when the fringe is not available.
18698         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
18699         (def-gdb-auto-update-trigger): Simplify construction.
18700         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
18701         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
18702         defined explicitly.
18703         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
18704         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
18705         defined explicitly.
18706         (gdb-info-locals-custom): Remove as it's a no-op.
18708 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
18710         * longlines.el (longlines-mode): Remove narrowing before
18711         performing the initial decoding or final encoding.
18713 2005-10-25  Romain Francoise  <romain@orebokech.com>
18715         * emacs-lisp/find-func.el (find-library-name): Also strip
18716         extension if library name ends in .el, to take advantage of
18717         `find-library-suffixes'.
18719 2005-10-25  Richard M. Stallman  <rms@gnu.org>
18721         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
18723 2005-10-25  Juri Linkov  <juri@jurta.org>
18725         * textmodes/texinfo.el (texinfo-mode): Change charset of one
18726         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
18728 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18730         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
18731         (blackbox-redefine-key): Add argument `map'.
18733         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
18734         regions when moving the jit-lock-context-unfontify-pos boundary.
18736 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18738         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
18740 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18742         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
18744 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
18746         * play/blackbox.el (blackbox-redefine-key): New function.
18747         (blackbox-mode-map): Use it to remap existing bindings for cursor
18748         motion instead of binding literal keys.
18750 2005-10-25  Glenn Morris  <rgm@gnu.org>
18752         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
18753         diary does not end in a newline.  Do not assume a blank line at
18754         the start of the diary file.
18756 2005-10-25  Kenichi Handa  <handa@m17n.org>
18758         * international/quail.el (quail-translate-key): If the input
18759         method is deterministic and failed to handle the last key, restart
18760         the key handling loop from an appropriate key.
18762 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
18764         * vc.el (vc-dired-mode): Extend comment for binding of
18765         `directory-listing-before-filename-regexp'.
18767 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18769         * textmodes/texinfo.el (texinfo-mode):
18770         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
18771         not to unnecessarily expose emacs-mule's internal char codes.
18773 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
18775         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
18776         Display hand pointer and help-echo on disabled icon too.
18777         (gdb-mouse-until): New function.
18778         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
18780 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
18782         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
18783         with 2005-10-23 change to doctor.el.
18785         * finder.el (finder-mode-map): Add follow-link binding.
18787 2005-10-25  Kim F. Storm  <storm@cua.dk>
18789         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
18790         to gdb-mouse-toggle-breakpoint-fringe.
18791         (gdb-mouse-toggle-breakpoint-margin): Rename from
18792         gdb-mouse-toggle-breakpoint.  Fix doc.
18793         (gdb-mouse-toggle-breakpoint-fringe): New defun.
18794         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
18795         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
18796         string properties also for fringe breakpoint bitmaps.
18798 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
18800         * textmodes/org.el (org-start-icalendar-file): Fix format form.
18802 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18804         * simple.el (completion-common-substring):
18805         Use `completion-common-substring' prior to `completion-base-size'.
18807 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
18809         * savehist.el: Require CL while compiling.
18810         (savehist-history-variables): Remove.
18811         (savehist-save-minibuffer-history, savehist-additional-variables)
18812         (savehist-minibuffer-history-variables): New vars.
18813         (savehist-save): Use them.
18814         (savehist-uninstall, savehist-minibuffer-hook): New funs.
18815         (savehist-install): New fun, extracted from savehist-load.
18816         (savehist-load): Use them.
18818 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18820         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
18821         a dummy doc-string-elt property.
18822         (defalias, defvaralias, define-category): Add a docstring property.
18824         * image.el (defimage):
18825         * widget.el (define-widget):
18826         * custom.el (defface, defcustom): Add `doc-string' declaration.
18828         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
18829         (defadvice): Add `doc-string' declaration.
18831         * emacs-lisp/byte-run.el (macro-declaration-function):
18832         Handle `doc-string' declarations.
18833         (define-obsolete-function-alias, define-obsolete-variable-alias):
18834         Add `doc-string' declaration.
18836 2005-10-24  Kenichi Handa  <handa@m17n.org>
18838         * international/utf-7.el (utf-7): Add autoload cookie.
18840         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
18842 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
18844         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
18845         list of directories passed to batch-update-autoloads.  Add "." to
18846         the list of the echoed directories.
18848         * pgg-def.el:
18849         * pgg-gpg.el:
18850         * pgg-parse.el:
18851         * pgg-pgp.el:
18852         * pgg-pgp5.el:
18853         * pgg.el: Moved here from the gnus subdirectory.
18855 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
18857         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
18858         in case comint-prompt-read-only is set to t.
18860         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
18861         in case comint-prompt-read-only is set to t.
18863 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
18865         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
18866         Now a string.
18867         (icalendar-import-format): Handle CLASS, STATUS, URL.
18868         Rename `subject' to `summary'.
18869         (icalendar-import-format-summary): Rename from
18870         `icalendar-import-format-subject'.
18871         (icalendar-import-format-url, icalendar-import-format-status)
18872         (icalendar-import-format-class): New variables.
18873         (icalendar--rris): Take variable argument list.
18874         (icalendar--datestring-to-isodate): Remove unnecessary
18875         calendar-style check when converting dates with explicit month names.
18876         (icalendar-export-region): Change return type of conversion
18877         subroutines.  Bury current buffer unless error occurred.
18878         (icalendar--convert-to-ical)
18879         (icalendar--parse-summary-and-rest): New functions.
18880         (icalendar--convert-ordinary-to-ical)
18881         (icalendar--convert-weekly-to-ical)
18882         (icalendar--convert-yearly-to-ical)
18883         (icalendar--convert-block-to-ical)
18884         (icalendar--convert-cyclic-to-ical)
18885         (icalendar--convert-anniversary-to-ical): Change return type.
18886         Strip trailing blanks from subject.
18887         (icalendar--convert-sexp-to-ical): Change return type.
18888         Strip trailing blanks from subject.  Handle simple sexp
18889         entries as generated by icalendar.el.
18890         (icalendar--convert-float-to-ical)
18891         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
18892         (icalendar-import-file): Doc fix.
18893         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
18894         Correct call to icalendar--rris.
18895         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
18896         `summary'.
18897         (icalendar--add-diary-entry): Rename `subject' to `summary'.
18899 2005-10-24  Romain Francoise  <romain@orebokech.com>
18901         * server.el (server-sentinel): Set query-on-exit flag to nil on
18902         new client processes (it isn't inherited from the server process).
18904         * replace.el (occur-engine): Rearrange text properties.
18906 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18908         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
18909         case-fold-search is nil.
18910         (debug-help-follow): Use help-xref-interned directly.
18912 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18914         * thumbs.el (thumbs-image-type): Add .pbm.
18916 2005-10-23  Richard M. Stallman  <rms@gnu.org>
18918         * faces.el (inhibit-face-set-after-frame-default): New variable.
18919         (set-face-attribute): Bind it.
18920         (face-set-after-frame-default): Test it.
18922         * help-fns.el (describe-simplify-lib-file-name): New function.
18923         (describe-function-1, describe-variable): Use it.
18925         * faces.el (describe-face): Use describe-simplify-lib-file-name.
18927         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
18928         Eliminate nil as possible value.
18929         (tooltip-hide-delay): Reduce internal-border-width.
18931         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
18932         (menu-bar-file-menu) <new-file>: Likewise.
18934         * simple.el (line-move-finish): Ignore fields computing LINE-END.
18936         * international/mule.el (load-with-code-conversion):
18937         Pass full file name to `eval-buffer' unless preloading.
18939         * textmodes/flyspell.el (flyspell-large-region):
18940         Call ispell-check-version.
18942         * textmodes/ispell.el (ispell-local-dictionary-overridden):
18943         Fix the make-variable-buffer-local call that was supposed
18944         to be for this variable.
18945         (ispell-aspell-supports-utf8): Doc fix.
18946         (ispell-find-aspell-dictionaries): Preserve elements of
18947         ispell-dictionary-alist for dictionaries that aspell doesn't report.
18948         (ispell-aspell-find-dictionary): Return nil on error.
18950         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
18951         (doctor-symptoms): Likewise.
18953         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
18955 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18957         * cus-edit.el (custom-button, custom-button-pressed): New vars.
18958         (custom-raised-buttons): Add :set spec.
18959         (custom-button-unraised, custom-button-pressed-unraised):
18960         New faces, so that custom-raised-buttons actually does something.
18961         (custom-mode): Use custom-button and custom-button-pressed.
18963         * wid-edit.el (widget-specify-button): Don't ignore
18964         widget-mouse-face on graphic terminals.
18965         (widget-move-and-invoke): Cleanup.
18967 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
18969         * whitespace.el (whitespace-cleanup): Doc fix.
18971 2005-10-23  Romain Francoise  <romain@orebokech.com>
18973         * emulation/viper.el (viper-set-hooks): Quote forms passed to
18974         `eval-after-load' to avoid evaluating their result.
18976 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
18978         * files.el (directory-listing-before-filename-regexp):
18979         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
18981         * dired.el (dired-move-to-filename-regexp): Remove.
18982         All occurences replaced by `directory-listing-before-filename-regexp'.
18984         * dired-x.el, locate.el, vc.el:
18985         Replace `dired-move-to-filename-regexp' by
18986         `directory-listing-before-filename-regexp'.  In vc.el it is
18987         overwritten locally; maybe this can be handled in files.el too.
18989         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
18990         replaced by `directory-listing-before-filename-regexp'.
18992 2005-10-23  Andreas Schwab  <schwab@suse.de>
18994         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
18995         and eval-next-after-load.
18997 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
18999         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19000         exist, create it.
19002 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
19004         * allout.el: Remove autoloads for mailcrypt and crypt++.
19005         Require pgg, pgg-gpg during compilation.
19006         (allout-version): Increment version number to 2.1, and use a literal
19007         rather than RCS Id.
19008         (allout-default-encryption-scheme): Remove.
19009         (allout-passphrase-verifier-handling)
19010         (allout-passphrase-verifier-string)
19011         (allout-file-passphrase-verifier-string)
19012         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19013         (allout-passphrase-hint-handling): Rename and simplify.
19014         (allout-init): Use `find-file-hook' if available, otherwise
19015         `find-file-hooks'.
19016         (allout-mode): Use `write-file-functions' if available, otherwise
19017         `local-write-file-hooks' and, instead of making auto-save-hook
19018         buffer local, make the write-file-hook activity contingent to
19019         allout-mode.
19020         (allout-mode): Use key-binding substitution in the docstring.
19021         (allout-kill-line): Spell-out kill ring data structure mutation
19022         instead of using byte-compiler-complaint-provoking `pop'.
19023         (allout-insert-listified): Use `insert' rather than `insert-string'
19024         (allout-toggle-current-subtree-encryption): Update docstring, adjust
19025         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19026         (allout-encrypt-string): Totally revamped vis new underlying
19027         encryption facilities.
19028         (allout-mc-activate-passwd): Remove.
19029         (allout-obtain-passphrase): New, more or less replaces
19030         allout-mc-activate-passwd.
19031         (allout-encrypted-key-info): More or less replaces
19032         allout-encrypted-text-type.
19033         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19034         (my-mark-marker): Use `(featurep 'xemacs)'.
19036 2005-10-23  Lars Hansen  <larsh@soem.dk>
19038         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19039         (byte-compile-file-form-defmumble, byte-compile-defun)
19040         (byte-compile-defmacro): Use it.
19041         (byte-compile-form): Don't call byte-compile-set-symbol-position
19042         when a byte-compile handler is called.
19044 2005-10-22  Romain Francoise  <romain@orebokech.com>
19046         * savehist.el (savehist-history-variables): Add `grep-find-history'.
19048         * subr.el (eval-after-load): Convert library name to an absolute
19049         file name using locate-library, since load-history no longer has
19050         library names in it.
19052 2005-10-22  Richard M. Stallman  <rms@gnu.org>
19054         * files.el (make-temp-file): Move from subr.el.
19055         * subr.el (make-temp-file): Move to files.el.
19057         * window.el (get-buffer-window-list): Move from subr.el.
19058         * subr.el (get-buffer-window-list): Move to window.el.
19060         * image.el (image-load-path): Use eval-at-startup to initialize.
19062         * subr.el (eval-at-startup): New macro.
19064         * subr.el: Much rearrangement of functions and division
19065         into pages.  No code changes.
19067 2005-10-22  Kenichi Handa  <handa@m17n.org>
19069         * tar-mode.el (tar-extract): Be sure to call
19070         find-operation-coding-system if set-auto-coding doesn't find a
19071         coding system.
19073 2005-10-22  Kim F. Storm  <storm@cua.dk>
19075         * image.el (image-type-header-regexps): Rename from image-type-regexps.
19076         Change users.
19077         (image-type-file-name-regexps): New defconst.
19078         (image-type-from-data): Simplify loop.
19079         (image-type-from-buffer): New defun.
19080         (image-type-from-file-header): Use it instead of image-type-from-data.
19081         Use image-search-load-path instead of only looking in data-directory.
19082         (image-type-from-file-name): New defun.
19083         (image-search-load-path): Change `pathname' to `filename'.
19084         Make PATH arg optional, default to image-load-path.
19086 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19088         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19090         * textmodes/paragraphs.el (sentence-end-base): New variable.
19091         (sentence-end): Use sentence-end-base.
19093 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19095         * font-lock.el (font-lock-default-fontify-region): Check the multiline
19096         property independently from the font-lock-multiline variable.
19098 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19100         * emacs-lisp/find-func.el (find-library-name): Doc fix.
19102         * startup.el (command-line): Convert library names
19103         in `load-history' to absolute file names.
19105         * subr.el (symbol-file): Doc fix.
19107         * loadhist.el (file-loadhist-lookup): Call locate-library
19108         instead of find-library-name.  Don't try converting
19109         abs file names to library names, since load-history no longer
19110         has library names in it.
19111         (file-dependents, file-provides, file-requires): Doc fixes.
19113 2005-10-21  Juri Linkov  <juri@jurta.org>
19115         * progmodes/etags.el (tags-table-mode): New function.
19116         (tags-verify-table): Replace initialize-new-tags-table with
19117         tags-table-mode.
19119         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19120         default value.
19121         (desktop-modes-not-to-save): Add tags-table-mode to the
19122         default value.
19124         * info.el (Info-index-next): Add total number of index
19125         alternatives to the message.
19127         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19128         backward only space (instead of space and period) before looking
19129         at sentence end.
19131         * simple.el (set-variable): Use user-variable-p instead of symbolp.
19132         Add the old variable value as 4th default-value arg of read-string.
19134 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19136         * cus-face.el (custom-declare-face): Make face from X resources
19137         also on Mac.
19139         * disp-table.el (standard-display-g1, standard-display-graphic):
19140         Refuse to use string glyphs also on Mac.
19141         (standard-display-european): Don't set terminal coding system also
19142         on Mac.
19144         * frame.el (display-screens): Use x-display-screens also on Mac.
19146 2005-10-21  Romain Francoise  <romain@orebokech.com>
19148         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
19150 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19152         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19153         and $? into sexps.
19155         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19156         warning face on open-paren-in-column-0.
19158         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19159         boundary case.  Fix typo.
19160         Suggested by Martin Rudalics <rudalics@gmx.at>.
19162 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
19164         * textmodes/org.el (org-combined-agenda-icalendar-file)
19165         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19166         (org-export-icalendar-this-file)
19167         (org-export-icalendar-all-agenda-files)
19168         (org-export-icalendar-combine-agenda-files): New commands.
19169         (org-export-icalendar, org-print-icalendar-entries)
19170         (org-start-icalendar-file, org-finish-icalendar-file)
19171         (org-ical-ts-to-string): New functions.
19172         (org-read-date, org-goto-calendar)
19173         (org-agenda-goto-calendar): Inhibit displaying diary entries by
19174         call to `calendar'.
19175         (orgtbl-setup): Remove the :keys arguments from the menu description.
19176         (org-after-save-iCalendar-file-hook): New variable.
19178 2005-10-21  Kenichi Handa  <handa@m17n.org>
19180         * language/vietnamese.el (tcvn-5712): Make it an alias of
19181         vietnamese-tcvn coding-system.
19183 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
19185         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19186         group id is given.
19188 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19190         * progmodes/sh-script.el (sh-escaped-line-re): New var.
19191         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19192         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19193         whose line is either continued or ends with a comment.
19195 2005-10-20  Romain Francoise  <romain@orebokech.com>
19197         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19199         * replace.el (occur-engine): Add follow-link property.
19201         * font-core.el (font-lock-mode): Doc fix.
19203 2005-10-20  Richard M. Stallman  <rms@gnu.org>
19205         * net/rcirc.el: New file.
19207 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
19209         * term.el (term-term-name): Initialize to "eterm-color".
19211 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
19213         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19214         for encryption functionality.
19215         Move allout customization subgroup from `editing' to `outlines' group.
19216         Fix commentary keywords to legitimate ones.
19217         Update author info (using my current email address, obscurified).
19218         (allout-encrypt-string, allout-encryption-produce-work-buffer)
19219         (allout-encrypted-topic-p, allout-encrypted-text-type)
19220         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19221         (allout-situate-encryption-key-verifier)
19222         (allout-get-encryption-key-verifier, allout-verify-key)
19223         (allout-next-topic-pending-encryption)
19224         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19225         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19226         (outline-key-verifier-handling, outline-key-hint-handling)
19227         (outline-encrypt-unencrypted-on-saves): New defcustoms.
19228         (allout-file-key-verifier-string, allout-encryption-scheme)
19229         (allout-key-verifier-string, allout-key-hint-string)
19230         (allout-after-save-decrypt): New variables.
19231         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19232         (allout-after-saves-handler): New hook functions.
19233         (allout-post-command-business): Do allout-after-save-decrypt.
19234         (allout-enable-file-variable-adjustment): Custom var to enable
19235         mechanism for adding and adjusting settings of Emacs file variables.
19236         (allout-adjust-file-variable, allout-file-vars-section-data):
19237         New functions, implement the mechanism.
19238         (outlineify-sticky): Use the file vars mechanism.
19239         (allout-inhibit-protection, allout-during-write-cue)
19240         (allout-override-protect, allout-before-change-protect): Remove.
19241         (allout-flag-region, allout-open-topic): Adjust read-only text.
19242         (allout-open-line-not-read-only): Add to facilitate read-only
19243         text based protection.
19244         (allout-kill-line): Revise to adjust read-only text, clue the
19245         user about the inhibition.
19246         (allout-unprotected): Use unwind-protect.
19247         (allout-shift-in, allout-shift-out): Disallow manually shifting a
19248         topic deeper than the offspring depth of the previous topic -
19249         avoiding confusing "containment discontinuities".
19250         (allout-reindent-bodies): Fix retention of body relative hanging
19251         indent during promotion of collapsed bodies.
19252         (allout-open-topic): Make it easy to open new topic with same
19253         bullet as current topic - topic creation functions provided with
19254         any universal argument provokes now prompt for bullet, defaulting
19255         to the bullet of the previous topic.
19256         (allout-plain-bullets-string, allout-distinctive-bullets-string):
19257         Plain bullet alternates `.' period and `,' comma only.  All other
19258         bullets are relegated to special status (but customizable).
19259         (allout-end-of-entry): Rename from allout-end-of-current-entry
19260         since it actually operates w.r.t. most immediately containing
19261         entry, visible or not.
19262         (allout-hide-current-entry, allout-show-current-entry): Use the
19263         revised version.
19264         (allout-old-expose-topic): Solidify deprecation.
19265         (allout-end-of-subtree): Add so we can span concealed as well
19266         as visible topics.
19267         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19268         (allout-end-of-current-heading): Tweak to just respect the first line.
19269         (allout-get-body-text): Add.
19270         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19271         when invoked interactively.
19272         (allout-up-current-level): Use `interactive-p'.
19273         (allout-mode, allout-init): Miscellaneous docstring and
19274         operational refinements, as well as hookups of new encryption stuff.
19275         (allout-beginning-of-current-entry): Now works as advertised.
19276         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19277         (allout-isearch-rectification): Refine condition for isearching.
19278         (allout-isearch-abort, allout-enwrap-isearch)
19279         (allout-flag-region, my-region-active-p): Relocate some macros.
19280         (allout-title): Fallback title is (buffer-name), not
19281         non-existing (current-buffer-name).
19282         (subst-char-in-string): Define if absent (for some XEmacs versions).
19284 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
19286         * mail/sendmail.el (mail-setup-hook, mail-aliases)
19287         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19288         (mail-citation-prefix-regexp, mail-signature-file)
19289         (mail-default-headers, mail-bury-selects-summary)
19290         (mail-send-nonascii): Add autoload cookies.
19292 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
19294         * frame.el (blink-cursor-mode): Add `mac' to the list of
19295         window-system's that support blinking cursor.
19297 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
19299         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
19301 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
19303         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
19304         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
19305         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
19307 2005-10-20  Kim F. Storm  <storm@cua.dk>
19309         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
19310         (ido-set-current-directory): Don't add / after final @.
19311         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
19312         Explicitly handle ange-ftp completion oddities.
19313         (ido-make-file-list): Don't rotate list at tramp root to avoid
19314         triggering tramp file handler for expand-file-name via get-file-buffer.
19316 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19318         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
19320 2005-10-19  Jay Belanger  <belanger@truman.edu>
19322         * calc/calc-units.el (math-standard-units): Add units, adjust
19323         symbols and update values.
19324         (math-unit-prefixes): Add more prefixes.
19326 2005-10-19  Romain Francoise  <romain@orebokech.com>
19328         * bookmark.el (bookmark-menu-heading): New face.
19329         (bookmark-bmenu-list): Use it.
19330         Don't fiddle with `baud-rate' at top-level.
19332 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
19334         * image.el (create-image, find-image): Mention max-image-size in
19335         docstring.
19337 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19339         * savehist.el (savehist-load): Revert to checking XEmacs.
19341         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
19342         Various docstring and line-width fixups.
19343         (conf-mode): Use cond.
19344         Set font-lock-defaults.  Don't set comment-use-syntax.
19346 2005-10-18  David Ponce  <david@dponce.com>
19348         * tree-widget.el (tree-widget-button-click): New function.
19349         (tree-widget-button-keymap): Use it.
19351 2005-10-18  Romain Francoise  <romain@orebokech.com>
19353         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19354         (bookmark-bmenu-hide-filenames): Add follow-link property.
19355         Improve help-echo text.
19357         * ffap.el (find-file-at-point): Doc fix.
19359 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19361         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
19363 2005-10-18  Masatake YAMATO  <jet@gyve.org>
19365         Install to the CVS repository what I forgot to install in my
19366         2005-10-16 changes.
19368         * progmodes/python.el (python-complete-symbol): Pass the common
19369         prefix substring of completion to `display-completion-list'.
19371         * textmodes/org.el (org-complete): Ditto.
19373 2005-10-18  Masatake YAMATO  <jet@gyve.org>
19375         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
19377         * woman.el (WoMan-xref-man-page): New button type derived
19378         from `Man-abstract-xref-man-page'.
19379         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
19381         * man.el (Man-abstract-xref-man-page): New button type.
19382         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
19383         (Man-highlight-references): Add new optional argument `xref-man-type'.
19385 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
19387         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
19389 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19391         * cus-edit.el (Custom-move-and-invoke): Delete.
19392         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
19394         * wid-edit.el (widget-move-and-invoke): New function, from
19395         Custom-move-and-invoke.
19397 2005-10-17  Bill Wohler  <wohler@newt.com>
19399         Move all remaining images from lisp/toolbar to etc/images, move
19400         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
19401         the low resolution images in their own directory (low-color).
19403         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
19404         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
19405         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
19406         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
19407         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
19408         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
19409         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
19411         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
19412         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
19413         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
19414         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
19415         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
19416         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
19417         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
19418         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
19419         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
19420         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
19421         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
19422         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
19423         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
19424         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
19425         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
19427         To conform with convention, replace the underscore (_) in the
19428         following image names with dash (-) or (/) as appropriate.
19430         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
19431         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
19432         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
19433         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
19434         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
19435         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
19436         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
19437         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
19438         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
19439         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
19440         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
19441         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
19442         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
19443         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
19444         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
19446         * info.el (info-tool-bar-map): Replace underscores in image names
19447         with dashes.
19449         * makefile.w32-in (WINS): Remove toolbar.
19451         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
19453         * tool-bar.el: Move to lisp from toolbar.  Now that
19454         toolbar is empty, it should be deleted when folks run "cvs up -P".
19456 2005-10-18  Jay Belanger  <belanger@truman.edu>
19458         * calc/calc-store.el (calc-store-into): Get the proper variable name
19459         to display in message.
19461 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
19463         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
19464         expressions display in speedbar for all buffers when debugging.
19465         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
19467         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
19468         (speedbar-insert-button, speedbar-make-button):
19469         Use add-text-properties.
19470         (speedbar-update-localized-contents)
19471         (speedbar-update-directory-contents)
19472         (speedbar-update-special-contents): Use dolist.
19473         (speedbar-buffer-easymenu-definition): Add a menu separator.
19475 2005-10-17  Jason Rumney  <jasonr@gnu.org>
19477         * makefile.w32-in: Use $(lisp) consistently.
19478         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
19479         for shell specific generation of mh-autoloads.
19481 2005-10-17  Richard M. Stallman  <rms@gnu.org>
19483         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
19485 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19487         * jit-lock.el (jit-lock-fontify-now):
19488         Move jit-lock-context-unfontify-pos to avoid wasted work.
19490 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
19492         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
19493         `tramp-completion-mode' for checking if we are in completion mode.
19494         (tramp-completion-handle-file-name-all-completions): Reorder code
19495         in order to complete for file names only in case there are no
19496         method/user/host completions.  This is necessary for cooperation
19497         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
19499 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
19501         * longlines.el (longlines-search-forward)
19502         (longlines-search-backward): Match any number of spaces.
19504 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
19506         * diff-mode.el (diff-mode): Doc fix.
19508 2005-10-16  David Reitter  <david.reitter@gmail.com>
19510         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
19511         as default on darwin and windows systems.
19513 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19515         * arc-mode.el (archive-zip-extract): Doc fix.
19517 2005-10-16  Romain Francoise  <romain@orebokech.com>
19519         * mouse.el (mouse-1-click-follows-link): Doc fix.
19521 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19523         * savehist.el: Don't require CL at runtime.
19524         (savehist-xemacs): Remove.
19525         (savehist-coding-system): Use utf-8 if present, regardless of religion.
19526         (savehist-no-conversion): Use (featurep 'xemacs).
19527         (savehist-load): Check existence of start-itimer rather than XEmacs.
19528         Use an idle timer.
19529         (savehist-process-for-saving): Replace use of CL funs `subseq' and
19530         `delete-if-not'.
19532 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
19534         * savehist.el: Newer version.
19535         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
19536         (savehist-last-checksum, savehist-no-conversion): New vars.
19537         (savehist-autosave, savehist-process-for-saving, savehist-printable):
19538         New functions.
19539         (savehist-load, savehist-save): Use them.
19540         (savehist-delimit): Remove.
19542 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19544         * progmodes/compile.el (compilation-goto-locus): Display the
19545         compilation buffer first and the source buffer second, in case they're
19546         in overlapping frames.  Don't raise the compilation frame if it was the
19547         selected window upon entry.  Pass the `other-window' arg to
19548         pop-to-buffer.
19550         * info.el (Info-fontify-node): Use dolist.
19551         Change add-text-properties to put-text-property.
19553 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19555         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
19556         bound of search.
19558 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19560         * dabbrev.el (dabbrev-completion): Pass the common
19561         prefix substring of completion to `display-completion-list'.
19563         * filecache.el (file-cache-minibuffer-complete)
19564         (file-cache-complete): Ditto.
19566         * tempo.el (tempo-display-completions): Ditto.
19568         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
19570         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
19572         * eshell/em-hist.el (eshell-list-history): Ditto.
19574         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
19576         * mail/mailalias.el (mail-complete): Ditto.
19578         * progmodes/etags.el (complete-tag): Ditto.
19580         * progmodes/make-mode.el (makefile-complete): Ditto.
19582         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
19584         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
19586         * progmodes/pascal.el (pascal-complete-word)
19587         (pascal-show-completions): Ditto.
19589         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
19591         * simple.el (completion-common-substring): New variable.
19592         (completion-setup-function): Use `completion-common-substring'
19593         to put faces.
19595 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19597         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
19598         (x-get-selection, mac-select-convert-to-string): Convert from/to
19599         UTF-16 clipboard data as in native byte order, no BOM.
19601 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
19603         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19604         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
19605         (gud-sentinel): Use speedbar-frame to check for speedbar.
19607 2005-10-15  Richard M. Stallman  <rms@gnu.org>
19609         * savehist.el: New file.
19611 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
19613         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
19614         Fix bug in \bf fontification.
19616 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19618         * pcvs.el (cvs-edit-log-files): New var.
19619         (cvs-mode-edit-log): New arg `file'.
19620         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
19621         Instead force the use of the original file and nothing else.
19622         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
19623         the cvs-minor-wrap-function is set.
19624         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
19626 2005-10-14  Bill Wohler  <wohler@newt.com>
19628         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
19629         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
19630         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
19631         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
19632         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
19633         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
19634         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
19635         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
19636         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
19637         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
19638         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
19639         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
19640         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
19641         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
19642         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
19644         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19645         appropriately (for example, gud-break to gud/break).
19647 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
19649         * longlines.el (longlinges-search-function)
19650         (longlines-search-forward, longlines-search-backward): New functions.
19651         (longlines-mode): Set isearch-search-fun-function to
19652         longlinges-search-function.
19654         * mouse.el (mouse-drag-region-1): Handle the case where a
19655         double-click event is bound to an arbitrary function.
19657 2005-10-14  David Ponce  <david@dponce.com>
19659         * recentf.el (recentf-track-opened-file)
19660         (recentf-track-closed-file, recentf-update-menu)
19661         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
19662         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
19663         mouse-1-click-follows-link.
19665 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19667         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
19668         Gnome file-manager.png.  Suggested by
19669         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
19671         * toolbar/README: Add diropen.xpm.
19673 2005-10-13  Bill Wohler  <wohler@newt.com>
19675         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
19676         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
19678 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19680         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
19681         Don't waste the byte-compiler's time on constant data.
19683 2005-10-13  Kenichi Handa  <handa@m17n.org>
19685         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
19686         byte with `escape-glyph' face.
19688         * international/fontset.el (ccl-encode-unicode-font):
19689         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
19690         Handle the case that ucs-mule-to-mule-unicode translates a character to
19691         ASCII (usually for IPA characters).
19693 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19695         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
19696         Don't hide the underline of titles if font-lock-mode is disabled.
19698 2005-10-12  Bill Wohler  <wohler@newt.com>
19700         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
19701         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19702         files in MH-E-SRC have been updated.
19703         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
19705 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19707         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
19708         (mixal-mode-syntax-table): Add \n as end-comment.
19709         (mixal-operation-codes-alist): Immediately initialize to full value.
19710         (mixal-add-operation-code): Remove.
19711         (mixal-describe-operation-code): Make the arg non-optional.
19712         Use the interactive spec instead.
19713         Use mixal-operation-codes-alist rather than mixal-operation-codes.
19714         (mixal-font-lock-keywords): Don't highlight comments here any more.
19715         (mixal-font-lock-syntactic-keywords): New var.
19716         (mixal-mode): Use it.  Fix comment-start-skip.
19718 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19720         * startup.el (command-line-x-option-alist): -nb => -nbi
19722 2005-10-12  Kim F. Storm  <storm@cua.dk>
19724         * startup.el (fancy-splash-default-action): Discard mouse click in
19725         the splash screen window, as it has no sensible meaning in the
19726         next window to be selected.  Fixes error reported by Jan D.
19728 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19730         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
19732 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19734         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
19735         Try to fix up minor layout issues like indentation, line break, etc...
19736         (mixal-mode-syntax-table): Don't try to specify comment syntax,
19737         because it doesn't work.
19738         (mixal-operation-codes): Add some more codes.
19739         (mixal-font-lock-keywords): Process comments here.
19740         (mixal-mode): mixasm no longer needs -g option.
19742 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19744         * progmodes/sh-script.el (sh-tmp-file):
19745         Use mktemp -t.  Finish support for es and rc shells.
19747 2005-10-11  Jay Belanger  <belanger@truman.edu>
19749         * calc/calcalg2.el (calc-integral): With an argument, compute the
19750         definite integral.
19752 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
19754         * mouse.el (mouse-drag-region-1): Don't try to catch a
19755         double-click when doing follow-link (it's overridden anyway).
19757 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
19759         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
19760         (autoload-print-form-outbuf): Add docstring.
19762 2005-10-11  Juri Linkov  <juri@jurta.org>
19764         * info.el (Info-mode-menu): Delete menu item "Edit".
19765         (Info-mode): Delete description of Info-edit from docstring,
19766         and rearrange descriptions of Info commands in the order
19767         they are documented in the Info manual.
19769 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19771         * calendar/appt.el (appt-check): Use diary-selective-display var.
19773 2005-10-10  Richard M. Stallman  <rms@gnu.org>
19775         * net/newsticker.el (newsticker-start, newsticker-show-news):
19776         Add autoload cookies.
19778 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
19780         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
19782 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
19784         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
19786 2005-10-10  Jay Belanger  <belanger@truman.edu>
19788         * calc/calc-arith.el (math-check-known-scalarp)
19789         (math-check-known-matrixp): Check the values of arguments that are
19790         variables.
19791         (math-check-known-square-matrixp): New function.
19792         (math-known-square-matrixp): Use math-check-known-square-matrixp.
19793         (math-super-types): Add sqmatrix type.
19795         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
19796         mode name `square' to `sqmatrix'.
19798         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
19799         mode name `square' to `sqmatrix'.
19801 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19803         * progmodes/etags.el (select-tags-table-mode): Don't use
19804         selective-display.
19805         (tags-select-tags-table): Pass `button' to the action function.
19806         (select-tags-table): Place the side-info on button properties rather
19807         than in hidden text.  Abbreviate file names.
19808         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
19809         (select-tags-table-select): Add `button' argument.
19810         Get side-info from the button property rather than from hidden text.
19812 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
19814         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
19815         (gud-speedbar-buttons): Preserve point if possible.
19816         (gud-sentinel): Restore previous speedbar display type.
19818         * progmodes/gdb-ui.el (gdba): Improve diagram.
19819         (def-gdb-auto-update-handler, gdb-info-locals-handler)
19820         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
19821         Call get-buffer-window once.
19823 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19825         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
19826         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
19827         (pascal-indent-command): Remove unused var `ind'.
19828         (pascal-indent-case): Remove unused var `oldpos'.
19829         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
19830         since it's now used as a proper minor mode map.
19831         (pascal-outline): Rename to pascal-outline-mode.
19832         (pascal-outline-mode): Use define-minor-mode.
19833         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
19834         selective-display.
19836 2005-10-10  Andreas Schwab  <schwab@suse.de>
19838         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
19839         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
19841         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
19842         outside source directory.
19844 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
19846         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
19847         C-x' as a prefix.
19848         (orgtbl-mode-map): Full keymap instead of sparse, because all
19849         `self-insert-command' keys are redefined in this map.
19850         (org-export-as-html): Specify charset for HTML file, by taking it
19851         from the coding system.
19853 2005-10-10  Kenichi Handa  <handa@m17n.org>
19855         * textmodes/flyspell.el (flyspell-check-word-p):
19856         If unread-command-events is non-empty, don't call sit-for.
19858 2005-10-09  Richard M. Stallman  <rms@gnu.org>
19860         * font-lock.el (font-lock-syntactic-keywords)
19861         (font-lock-keywords): Doc fixes.
19863         * textmodes/flyspell.el (flyspell-external-point-words):
19864         Simplify logic, and don't try to check for consecutive appearances
19865         of one incorrect word.
19867 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
19869         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
19870         separator.
19872         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
19873         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
19874         (gud-expansion-speedbar-buttons): New function.
19875         (gud-speedbar-buttons): Check for gud-comint-buffer.
19877 2005-10-09  Bill Wohler  <wohler@newt.com>
19879         * Makefile.in (updates): Add mh-loaddefs dependency.
19881 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
19883         * speedbar.el (speedbar-file-key-map): Fix typo.
19885 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19887         * cus-start.el (line-spacing): Add custom spec.
19889 2005-10-09  Romain Francoise  <romain@orebokech.com>
19891         * textmodes/ispell.el (ispell-check-version): Fix last change.
19893 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19895         * term/x-win.el: Remove -i, --icon-type from comment.
19897         * startup.el (command-line-x-option-alist): Remove options -i,
19898         -itype, --icon-type, added -nb, --no-bitmap-icon
19900 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
19902         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
19903         instead of :active.
19905 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19907         * textmodes/ispell.el (ispell-check-version):
19908         Ignore hyphen, and all that follows, in aspell's version text.
19910 2005-10-08  Jay Belanger  <belanger@truman.edu>
19912         * calc/calc-arith.el (math-known-square-matrixp): New function.
19913         (math-pow-fancy): Check for matrices before distributing exponent
19914         across products.
19916         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
19917         fullscreen keypad.  Suggested by Luc Teirlinck.
19918         (calc-keypad-show-input): Add space for formatting.
19920         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
19921         Add square matrix option.
19923         * calc/calc-poly.el (math-expand-term): Check for matrices instead
19924         of checking calc-matrix-mode when deciding how to expand.
19926         * calc/calc.el (calc-set-mode-line): Add square matrix option.
19928 2005-10-08  Lars Hansen  <larsh@soem.dk>
19930         * net/tramp.el (tramp-perl-directory-files-and-attributes):
19931         Add error handling.
19932         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
19934 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
19936         Sync with Tramp 2.0.51.
19938         * net/tramp.el (tramp-handle-set-visited-file-modtime)
19939         (tramp-handle-insert-file-contents, tramp-handle-write-region):
19940         Insert special handling for `last-coding-system-used', again
19941         it still seems to be necessary (unlike stated before).
19942         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
19943         (tramp-password-prompt-regexp): There might be other words before
19944         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
19945         (tramp-chunksize): Improve docstring.
19946         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
19947         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
19948         Christian Joergensen <bugs@razor.dk>.
19950 2005-10-07  Glenn Morris  <rgm@gnu.org>
19952         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
19953         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
19954         precision'.
19956 2005-10-07  Romain Francoise  <romain@orebokech.com>
19958         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
19959         (ibuffer-do-shell-command-pipe-replace)
19960         (ibuffer-do-shell-command-file, ibuffer-do-eval)
19961         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
19962         (ibuffer-do-revert, ibuffer-do-replace-regexp)
19963         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
19964         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
19965         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
19966         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
19967         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
19968         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
19969         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
19970         Autoload file sans suffix.
19972         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
19974 2005-10-07  David Ponce  <david@dponce.com>
19976         * recentf.el (recentf-menu-open-all-flag): New option.
19977         (recentf-digit-shortcut-command-name): New function.
19978         (recentf--shortcuts-keymap): New variable.
19979         (recentf-menu-shortcuts): New variable.
19980         (recentf-make-menu-items): Initialize it.  Replace the "More..."
19981         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
19982         (recentf-menu-value-shortcut): New function.
19983         (recentf-make-menu-item): Use it.  No more in-lined.
19984         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
19985         (recentf-open-most-recent-file): Rename from
19986         `recentf-open-file-with-key'.  Don't depend on key binding.
19987         (recentf-mode-map): New variable.
19988         (recentf-mode): Use it.
19990 2005-10-06  Bill Wohler  <wohler@newt.com>
19992         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
19994         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
19995         (MH-E-SRC): New.  Used by mh-autoloads.
19996         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19997         files in MH-E-SRC have been updated.
19998         (compile, recompile, bootstrap): Depend on mh-autoloads.
20000 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
20002         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20003         gud-break and gud-remove icons when the fringe is not available.
20005         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20006         Typo.
20008 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
20010         * play/zone.el (zone): Wrap body with save-window-excursion.
20012 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20014         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20015         Use the new `list-only' arg to diary-list-entries.
20017         * calendar/diary-lib.el: Use overlays rather than selective-display.
20018         (diary-selective-display): New var.
20019         (diary-header-line-format): Use it.
20020         (diary-list-entries): Add argument `list-only'.
20021         Put the buffer in diary-mode.  Don't add \^M at beg and end.
20022         Replace \^M by invisible overlays.
20023         (diary-unhide-everything): Replace \^M by invisible overlays.
20024         (print-diary-entries): Look for overlays rather than \^M.
20025         Add a space to the temp buffer name.
20026         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20027         Put the buffer in diary-mode.
20028         (list-sexp-diary-entries): Replace \^M by invisible overlays.
20029         (diary-anniversary): Make the year arg optional.
20030         (diary-time-regexp): New const.
20031         (diary-font-lock-keywords): Use it to accept a few more time formats.
20033         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20035 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
20037         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20038         Fix bug introduced 2005-07-03: Use (car (last ...))
20039         to faithfully reproduce replaced artist-last.
20040         (artist-set-arrow-points-for-poly): Likewise.
20041         Suggested by Johan Bockg\e,Ae\e(Brd.
20043 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
20045         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20046         * wid-edit.el (widget):
20047         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20048         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20050 2005-10-06  Kenichi Handa  <handa@m17n.org>
20052         * international/mule-cmds.el (set-language-environment):
20053         Fix setting up of case-table for unibyte mode.
20055         * simple.el (what-cursor-position): If the character is displayed
20056         by some `display' text property, show that.  Don't use
20057         single-key-description for eight-bit characters in multibyte mode.
20059 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
20061         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20062         (gdb-ann3): Set it.
20063         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20064         (gdb-info-frames-custom): Use inverse-video for first five
20065         characters of selected frame only.
20066         (gdb-get-frame-number): Select frame even when point is on frame
20067         number.
20069 2005-10-06  Masatake YAMATO  <jet@gyve.org>
20071         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20072         Put `font-lock-function-name-face'.
20073         (gdb-info-frames-custom): Put `font-lock-function-name-face'
20074         and `font-lock-variable-name-face'
20075         (gdb-registers-font-lock-keywords): New font lock keywords definition.
20076         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20077         (gdb-memory-font-lock-keywords): New font lock keywords definition.
20078         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20079         (gdb-local-font-lock-keywords): New font lock keywords definition.
20080         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20081         (gdb-threads-font-lock-keywords): New font lock keywords definition.
20082         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20084 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
20086         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20087         (ediff-merge-region-is-non-clash-to-skip): Previously called
20088         ediff-merge-region-is-non-clash.
20090         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20091         Use insert-buffer-substring.
20093         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20094         selecting files to patch.  Also bug fixes.
20096         * ediff-util.el (ediff-setup): Bug fix.
20097         (ediff-next-difference): Never skip clashes that differ in white
20098         space only.
20100         * ediff-wind.el (ediff-setup-control-frame)
20101         (ediff-destroy-control-frame): Check the menubar feature.
20103         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20104         (viper-refresh-mode-line): Use make-local-variable to localize
20105         some vars instead of make-variable-buffer-local.  Suggested by
20106         Stefan Monnier.
20108         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20109         (viper-restore-cursor-type, viper-set-insert-cursor-type):
20110         Use make-local-variable instead of make-variable-buffer-local.
20111         Suggested by Stefan Monnier.
20113         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20114         (viper-comint-mode-hook): Use make-local-variable on
20115         require-final-newline.
20116         (viper-non-hook-settings): Don't use make-variable-buffer-local.
20118 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20120         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20121         also the second char of a comment-start sequence.
20122         (scheme-sexp-comment-syntax-table): New var.
20123         (lambda, define): Set their scheme-doc-string-elt property.
20124         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20125         Use lisp-font-lock-syntactic-face-function now that it properly
20126         handles |...| symbols.
20127         (scheme-mode-variables): Set lisp-doc-string-elt-property,
20128         parse-sexp-lookup-properties and font-lock-extra-managed-props.
20130         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20131         bit from # to |.
20132         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20134         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20135         (lisp-doc-string-elt-property): New var.
20136         (lisp-font-lock-syntactic-face-function): Use it.
20137         Rewrite to recognize docstrings even for forms not at toplevel.
20139         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20140         annotation on the | part of #| rather than on the # part.
20141         (scheme-font-lock-syntactic-face-function): New function, to
20142         distinguish strings from |...| symbols.
20143         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
20144         syntax-table so that #|...|# is properly highlighted.
20146         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20147         Don't mark as docstring the 3rd elem of an unknown toplevel form.
20149 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20151         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20152         and C-e.
20154         * emacs-lisp/eldoc.el: Move comments into docstrings.
20155         (eldoc-message-commands): Initialize in its declaration.
20156         Add move-beginning-of-line and move-end-of-line.
20157         (eldoc-add-command, eldoc-add-command-completions)
20158         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20160         * outline.el (outline-mark-subtree): Activate the mark.
20162         * calendar/appt.el (appt-time-regexp): New var.
20163         (appt-add, appt-make-list): Use it.
20164         (appt-convert-time): Clean up.
20166         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20167         Don't set any syntax-table property here.
20168         (tex-font-lock-verb): New function.  Do it here.
20169         (tex-font-lock-syntactic-keywords): Use it.
20171 2005-10-04  Richard M. Stallman  <rms@gnu.org>
20173         * wid-edit.el (widget-file-complete): Get the widget start point
20174         the right way.  Default directory to `/' if file has none.
20176         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20178         * textmodes/flyspell.el (flyspell-mode-on):
20179         Call ispell-maybe-find-aspell-dictionaries.
20181         * textmodes/ispell.el (ispell-word, ispell-region):
20182         Call ispell-maybe-find-aspell-dictionaries.
20183         (ispell-accept-buffer-local-defs):
20184         Don't call ispell-maybe-find-aspell-dictionaries
20186 2005-10-04  Richard M. Stallman  <rms@gnu.org>
20188         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20190 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
20192         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20193         instead of `fboundp' in order to allow for anonymous functions.
20195 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
20197         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20198         case the user clicks on the link while another window is selected.
20199         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20201         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20202         functionality.
20203         (dframe-help-echo): Save point in case mouse tracking is off.
20205 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
20207         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20209 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20211         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20212         not change the global value of those vars.
20214         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20215         make-local-variable which we do not need any more.
20217 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
20219         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20220         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20221         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20222         (speedbar-path-line): Define obsolete aliases.
20223         (speedbar-line-directory): Doc fix.
20225         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20226         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20227         instead of speedbar-line-path.
20229 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20231         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20232         to nil if dropping on a window.  Handle dropping on a minibuffer window
20233         like dropping on a non-window part of Emacs.
20235 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20237         * net/ange-ftp.el: Use with-current-buffer.
20238         (ange-ftp-insert-directory): Do not follow symlinks any more.
20240         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20241         Remove interactive spec.
20243 2005-10-03  Kim F. Storm  <storm@cua.dk>
20245         * ido.el (ido-mode): Use custom-initialize-set.
20247 2005-10-02  Richard M. Stallman  <rms@gnu.org>
20249         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20250         Use insert-buffer-substring.
20252         * net/tramp.el: Pacify byte compiler warnings in pacification code.
20253         (tramp-handle-file-local-copy): Use insert-buffer-substring.
20255 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20257         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20258         in last change.
20259         (ange-ftp-insert-directory): Fix up the search for the case where
20260         `file' is absolute.
20262 2005-10-02  Romain Francoise  <romain@orebokech.com>
20264         * progmodes/compile.el (compile-goto-error): Delete extra paren.
20266 2005-10-02  Andreas Schwab  <schwab@suse.de>
20268         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20269         directory component in the session info.
20271 2005-10-01  Richard M. Stallman  <rms@gnu.org>
20273         * comint.el (comint-redirect-subvert-readonly): Doc fix.
20275         * simple.el (next-error-internal): New function.
20277         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20278         (compilation-start): Pass new arg to compilation-buffer-name.
20279         (compile-goto-error): Use next-error-internal.
20281 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
20283         * speedbar.el: Remove RCS tag.
20284         (speedbar-check-read-only): Handle non-existent files.
20286         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20288         * info.el (Info-speedbar-hierarchy-buttons)
20289         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20291 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20293         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20294         Do not match newline.
20295         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
20296         (bibtex-summary): Remove unnecessary save-excursion.
20297         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
20299 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20301         * term/mac-win.el: Add charset info for "iso10646-1".
20302         Modify default fontset to use ATSUI-compatible fonts for some charsets
20303         if available.
20305 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
20307         * speedbar.el: Re-apply arch tag.
20308         (speedbar-version): Rename to version 1.0.  Suggested by Eric
20309         M. Ludlam.
20310         Reapply two changes from Emacs CVS' version of speedbar lost
20311         during the merge:
20312         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
20313         (speedbar-frame-parameters): Improve customize type.
20315 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20317         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
20318         (ange-ftp-file-directory-p): Fix the symlink case.
20319         (ange-ftp-insert-directory): When listing a single file, get a list of
20320         the parent buffer and extract the relevant line.  Inspired from a patch
20321         by Katsumi Yamaoka <yamaoka@jpl.org>.
20322         (ange-ftp-file-name-sans-versions): Simplify.
20324 2005-09-30  Bill Wohler  <wohler@newt.com>
20326         Move MH-E image files from toolbar and mail directories into
20327         etc/images.
20329         * mail/reply2.*: Move to etc/images/mail/reply*.
20331         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
20332         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
20333         etc/images.
20335         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
20336         * toolbar/reply*: Move to etc/images/mail.
20338         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
20340 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
20342         * speedbar.el: New version 1.0pre3.
20344         Frame management code (including timer, and mouse click specifics)
20345         moved to dframe.el:
20346         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
20347         (speedbar-timer): Removed.  Use dframe-timer.
20348         (speedbar-close-frame): Removed.  Use dframe-close-frame.
20349         (speedbar-activity-change-focus-flag): Removed.  Use
20350         dframe-activity-change-focus-flag.
20351         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
20352         dframe-update-speed.
20354         (speedbar-current-frame): New macro.  Use this instead of the
20355         variable speedbar-frame.
20357         (speedbar-use-images, speedbar-expand-image-button-alist)
20358         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
20360         (speedbar-find-image-on-load-path): Removed.  Replaced by
20361         defezimage in ezimage.el.
20362         (speedbar-expand-image-button-alist): Removed.  Replaced by
20363         ezimage-expand-image-button-alist in ezimage.el.
20365         (speedbar-ignored-directory-regexp)
20366         (speedbar-add-ignored-directory-regexp)
20367         (speedbar-ignored-directory-expressions)
20368         (speedbar-line-directory, speedbar-buffers-line-directory)
20369         (speedbar-directory-line, speedbar-buffers-line-directory):
20370         Renamed, replacing `path' with `directory'.
20372         (speedbar-create-directory, speedbar-expand-line-descendants)
20373         (speedbar-toggle-line-expansion)
20374         (speedbar-contract-line-descendants): New commands.
20376         (speedbar-query-confirmation-method, speedbar-select-frame-method)
20377         (speedbar-use-tool-tips-flag): New options.
20379         (speedbar-check-read-only, speedbar-require-version)
20380         (speedbar-insert-separator, speedbar-buffers-tail-notes)
20381         (speedbar-handle-delete-frame, speedbar-try-completion)
20382         (speedbar-update-localized-contents): New functions.
20384         (speedbar-incompatible-version, speedbar-ro-to-do-point)
20385         (speedbar-object-read-only-indicator): New variables.
20387         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
20388         New hooks.
20390         (speedbar-separator-face): New face.
20392         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
20393         (speedbar-ignored-modes): Add fundamental-mode.
20394         (speedbar-directory-unshown-regexp): Add . directories.
20396         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
20397         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
20398         `]' for full expand/close.
20399         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
20401         (speedbar-check-vc): Support hidden files.
20402         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
20403         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
20404         state is nil, it is not checked out.
20406         (speedbar-line-text, speedbar-line-token): Support expand buttons
20407         with no text.
20408         (speedbar-refresh): Universal argument acts as power-click.
20409         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
20410         that buffer to get variable values.
20412         And many other bugfixes.
20414         * dframe.el, ezimage.el, sb-image.el: New files.
20416         * sb-*.xpm: Remove files.  New image files installed into
20417         etc/images/ezimage.
20419 2005-09-30  Kenichi Handa  <handa@m17n.org>
20421         * ps-mule.el (ps-mule-show-warning): If a character is in
20422         ps-print-translation-table, don't treat it as non-printable.
20424 2005-09-30  David Ponce  <david@dponce.com>
20426         * tree-widget.el (tree-widget-themes-load-path): New variable.
20427         (tree-widget-themes-directory): Doc fix.
20428         (tree-widget-image-formats) [Emacs]: Doc fix.
20429         (tree-widget--locate-sub-directory): New function.
20430         (tree-widget-themes-directory): Use it.
20432         * recentf.el (recentf-filename-handlers): Rename from
20433         `recentf-filename-handler'.  Allow a list of functions.
20434         (recentf-menu-items-for-commands): Fix :help strings.
20435         (recentf-apply-filename-handlers): New function.
20436         (recentf-expand-file-name): Use it.
20437         (recentf-cleanup): Remove duplicates too.
20439 2005-09-29  Juri Linkov  <juri@jurta.org>
20441         * faces.el: Rearrange face definitions to be in the same order as
20442         their face descriptions in "(emacs)Standard Faces".
20444         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
20446         * tooltip.el (tooltip): Add group `basic-faces'.
20448         * buff-menu.el (Buffer-menu-buffer): Remove group
20449         `font-lock-highlighting-faces'.
20451         * progmodes/compile.el (compilation-error, compilation-warning)
20452         (compilation-info, compilation-line-number, compilation-column-number):
20453         Change group from `font-lock-highlighting-faces' to `compilation'.
20455         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20456         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
20457         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
20458         (vhdl-font-lock-reserved-words-face)
20459         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
20460         `font-lock-highlighting-faces'.
20462         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
20464 2005-09-28  Kim F. Storm  <storm@cua.dk>
20466         * emulation/cua-base.el: Set CUA move property on additional commands:
20467         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
20468         forward-sexp, backward-sexp, forward-list, backward-list.
20470 2005-09-28  Romain Francoise  <romain@orebokech.com>
20472         * comint.el (comint-show-output): Really set point at the
20473         beginning of the output when not using `comint-use-prompt-regexp'.
20475 2005-09-27  Jay Belanger  <belanger@truman.edu>
20477         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
20478         in TeX mode.
20480 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
20482         * textmodes/org.el (org-table-sum): Fix format string.
20484         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
20485         Quote face names.
20487 2005-09-26  Romain Francoise  <romain@orebokech.com>
20489         * isearch.el (isearch-forward-regexp): Close doc string.
20491 2005-09-25  Richard M. Stallman  <rms@gnu.org>
20493         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
20495         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
20497         * progmodes/compile.el (compilation-error-properties):
20498         When getting the file from the previous error message,
20499         correctly decode the new data format.
20501         * progmodes/cc-cmds.el (c-electric-paren):
20502         Call old-blink-paren only for close-paren.
20504 2005-09-24  Andreas Schwab  <schwab@suse.de>
20506         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
20507         condition.
20509 2005-09-25  Romain Francoise  <romain@orebokech.com>
20511         * dired-aux.el (dired-copy-file-recursive):
20512         * dired.el (dired-delete-file):
20513         * ediff-mult.el (ediff-dir-diff-copy-file):
20514         * ediff-util.el (ediff-test-save-region):
20515         * forms.el (forms-mode):
20516         * ido.el (ido-file-internal, ido-delete-file-at-head):
20517         * log-edit.el (log-edit-done):
20518         * ses.el (ses-yank-resize):
20519         * play/gomoku.el (gomoku-human-plays, gomoku)
20520         (gomoku-human-resigns, gomoku-prompt-for-other-game)
20521         (gomoku-offer-a-draw):
20522         * play/landmark.el (lm-human-resigns, lm):
20523         * net/eudcb-ldap.el (eudc-ldap-check-base):
20524         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
20525         * progmodes/ebrowse.el (ebrowse-find-pattern):
20526         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
20527         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
20528         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
20530         * vc.el (vc-delete-file):
20531         * play/gomoku.el (gomoku-terminate-game, gomoku)
20532         (gomoku-prompt-for-move, gomoku-human-takes-back):
20533         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
20534         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
20536 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
20538         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
20539         color rxvt terminals by using the code xterm.el used to use before
20540         2005-04-09 in order to match the colors used by rxvt.
20542 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20544         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
20545         colors rxvt-unicode terminals by using the same code as xterm.el.
20547 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20549         * textmodes/tex-mode.el (tex-font-lock-append-prop)
20550         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
20551         new symbol used for the tex-verbatim face.
20553 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20555         * woman.el (woman-file-name):
20556         * wid-edit.el (widget-file-prompt-value)
20557         (widget-coding-system-prompt-value):
20558         * w32-fns.el (set-w32-system-coding-system):
20559         * vc.el (vc-version-diff, vc-annotate):
20560         * textmodes/reftex-auc.el (reftex-arg-cite)
20561         (reftex-arg-index-tag):
20562         * textmodes/refer.el (refer-get-bib-files):
20563         * textmodes/artist.el (artist-figlet-choose-font):
20564         * terminal.el (terminal-emulator):
20565         * replace.el (occur-read-primary-args):
20566         * rect.el (string-rectangle, string-insert-rectangle):
20567         * ps-print.el (ps-print-preprint):
20568         * progmodes/pascal.el (pascal-goto-defun):
20569         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
20570         * progmodes/compile.el (compilation-find-file):
20571         * printing.el (pr-interactive-n-up):
20572         * play/animate.el (animate-birthday-present):
20573         * net/rcompile.el (remote-compile):
20574         * man.el (man, Man-goto-section, Man-follow-manual-reference):
20575         * mail/rmailsum.el (rmail-summary-search-backward)
20576         (rmail-summary-search):
20577         * mail/rmailout.el (rmail-output-read-rmail-file-name)
20578         (rmail-output-read-file-name):
20579         * mail/rmail.el (rmail-search, rmail-search-backwards):
20580         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
20581         * locate.el (locate):
20582         * international/quail.el (quail-show-keyboard-layout):
20583         * international/mule.el (set-buffer-file-coding-system)
20584         (revert-buffer-with-coding-system, set-file-name-coding-system)
20585         (set-terminal-coding-system, set-keyboard-coding-system)
20586         (set-next-selection-coding-system):
20587         * international/mule-diag.el (describe-coding-system)
20588         (describe-font, describe-fontset):
20589         * international/mule-cmds.el (universal-coding-system-argument)
20590         (search-unencodable-char, describe-input-method)
20591         (set-language-environment, describe-language-environment):
20592         * international/codepage.el (codepage-setup):
20593         * international/code-pages.el (codepage-setup):
20594         * info.el (Info-search, Info-follow-reference)
20595         (Info-search-backward):
20596         * emacs-lisp/advice.el (ad-read-advised-function)
20597         (ad-read-advice-class, ad-clear-cache, ad-activate)
20598         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
20599         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
20600         (ad-read-regexp):
20601         * ediff-util.el (ediff-toggle-regexp-match):
20602         * ediff-ptch.el (ediff-prompt-for-patch-file):
20603         * dired-aux.el (dired-diff):
20604         * diff.el (diff):
20605         * cus-edit.el (custom-variable-prompt):
20606         * calendar/timeclock.el (timeclock-ask-for-project):
20607         * calc/calcalg3.el (calc-get-fit-variables):
20608         * calc/calc-store.el (calc-edit-variable)
20609         (calc-permanent-variable):
20610         * vc-mcvs.el (vc-mcvs-register):
20611         * shadowfile.el (shadow-define-literal-group):
20612         * woman.el (woman-file-name):
20613         * vc.el (vc-version-diff, vc-merge):
20614         * textmodes/reftex-index.el (reftex-index-complete-tag):
20615         * format.el (format-decode-buffer, format-decode-region):
20616         * emulation/viper-cmd.el (viper-read-string-with-history):
20617         * emacs-lisp/debug.el (cancel-debug-on-entry):
20618         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20619         * ediff.el (ediff-merge-revisions)
20620         (ediff-merge-revisions-with-ancestor, ediff-revision):
20621         * completion.el (interactive-completion-string-reader):
20622         * calc/calc-prog.el (calc-user-define-formula):
20623         Follow convention for reading with the minibuffer.
20625 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
20627         * progmodes/python.el (python-describe-symbol): Add globals() and
20628         locals() to the arguments of emacs.ehelp.
20630 2005-09-24  Magnus Henoch  <mange@freemail.hu>
20632         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
20633         New function, code extracted from ispell-valid-dictionary-list.
20634         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
20635         Call it.
20637 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
20639         * subr.el (version-regexp-alist): Extend valid syntax for version
20640         strings: allow any of the characters -,_,+ to separate the
20641         alpha/beta/rc part from the version part.  Doc fix.
20642         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
20644 2005-09-23  David Reitter  <david.reitter@gmail.com>
20646         * mail/mailclient.el: New file.
20648 2005-09-23  Richard M. Stallman  <rms@gnu.org>
20650         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
20651         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
20652         Doc fixes.
20654         * progmodes/cc-mode.el (c-font-lock-init):
20655         Specify font-lock-lines-before.
20657 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20659         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
20660         whole conflict.
20662 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
20664         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
20665         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
20666         of `remap' feature when available.  Additional key bindings for
20667         better tty support.
20668         (org-mode-restart, org-force-self-insert): New commands.
20669         (org-time-stamp-inactive): New command.
20670         (org-remap): New function.
20671         (org-table-auto-blank-field, org-level-color-stars-only): New options.
20672         (org-enable-fixed-width-editor): Move to `org-structure'
20673         customization group.
20674         (org-self-insert-command, orgtbl-self-insert-command): Modify to
20675         blank field after field motion commands.
20677 2005-09-23  Kenichi Handa  <handa@m17n.org>
20679         * international/mule-cmds.el (set-language-environment):
20680         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
20681         have to call utf-translate-cjk-load-tables.
20683 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20685         * mouse.el (mouse-move-drag-overlay): Fix last change.
20687 2005-09-22  David Ponce  <david@dponce.com>
20689         * tree-widget.el (tree-widget-value-create): Fix previous change.
20691 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20693         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
20695 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20697         * mouse.el (mouse-move-drag-overlay): New function.
20698         (mouse-drag-region-1): Use it.
20699         Try to simplify a bit the state handling.  Handle clicks on links
20700         inside intangible areas.
20701         (mouse-save-then-kill): Minor simplification.
20702         (mouse-secondary-overlay): Make it always non-nil instead of
20703         recreating it each time.
20704         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
20705         (mouse-kill-secondary, mouse-secondary-save-then-kill):
20706         Simplify accordingly.
20708 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20710         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
20712 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
20714         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
20715         (ediff-file-name-sans-prefix): Treat nil as an empty string.
20716         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
20717         to patch.
20719         * ediff-util.el: Use insert-buffer-substring.
20721         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
20723         * emulation/viper-cmd.el (viper-change-state): Don't move over the
20724         field boundaries in the minibuffer.
20725         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
20726         (viper-minibuffer-post-command-hook): New hook.
20727         (viper-line): Don't move cursor at bolp.
20729         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
20731         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
20732         avoid compiler warnings.
20734         * emulation/viper-macs.el (ex-map): Better messages.
20736         * emulation/viper-utils.el (viper-beginning-of-field): New function.
20738         * emulation/viper.el: Replace make-variable-buffer-local with
20739         viper-make-variable-buffer-local everywhere, to avoid warnings.
20741 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20743         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
20744         Delete unused var `old-selected-window'.
20745         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
20746         (mouse-drag-secondary): Delete unused var `start-frame'.
20748 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20750         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
20752 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20754         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
20755         Re-indent within 80 columns.  Use inhibit-read-only.
20757 2005-09-19  Romain Francoise  <romain@orebokech.com>
20759         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
20761 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20763         * font-lock.el (font-lock-default-fontify-region): Don't add a line
20764         unconditionally, since the after-change-function already did it.
20766 2005-09-19  Miles Bader  <miles@gnu.org>
20768         * net/newsticker.el: Get rid of CVS keyword.
20770 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
20772         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
20773         The prompt is formatted later.
20775 2005-09-19  David Ponce  <david@dponce.com>
20777         * tree-widget.el (tree-widget-value-create): Save the converted
20778         tree :node widget.
20780 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
20782         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
20783         variable `message'.
20785 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
20787         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
20788         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
20789         <slawomir.nowaczyk.847@student.lu.se>.
20791 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
20793         * image.el (image-load-path): Use symbol `data-directory' instead
20794         of its value, for backward compatibility with packages that bind
20795         it during `find-image'.  Suggested by Katsumi Yamaoka.
20796         (image-search-load-path): Handle symbols whose values are strings.
20798 2005-09-18  Romain Francoise  <romain@orebokech.com>
20800         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
20801         with-current-buffer form in save-excursion.
20803 2005-09-18  Deepak Goel  <deego@gnufans.org>
20805         * apropos.el (apropos-command): Fix `message' call: first arg
20806         should be a format spec.  In this and all other cases that appear
20807         below and elsewhere in the source code, I made a change only when
20808         two conditions were satisfied: [1] I can think of a possibility
20809         that the arguments would cause an error, for example, the code in
20810         question relies on external variables such as filenames.  [2] I
20811         was sure that the arg to `message' could not have been nil in the code.
20813         * textmodes/tildify.el (tildify-region): Ditto.
20815         * textmodes/reftex-index.el (reftex-index-change-entry)
20816         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
20817         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
20818         * textmodes/org.el (org-complete, org-deadline, org-schedule)
20819         (org-priority, org-table-sum):
20820         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
20821         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
20822         (flyspell-word, flyspell-display-next-corrections):
20823         * textmodes/bibtex.el (bibtex-print-help-message):
20824         * textmodes/artist.el (artist-key-set-point-poly):
20825         * term/mac-win.el (mac-services-insert-text):
20826         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
20827         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
20828         (vhdl-port-paste-testbench, vhdl-compose-new-component)
20829         (vhdl-compose-configuration):
20830         * progmodes/sh-script.el (sh-blink, sh-show-indent)
20831         (sh-set-indent, sh-learn-line-indent):
20832         * progmodes/ps-mode.el (ps-mode-target-column):
20833         * progmodes/idlwave.el (idlwave-make-tags)
20834         (idlwave-scan-library-catalogs):
20835         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
20836         * progmodes/gud.el (gud-jdb-analyze-source):
20837         * progmodes/flymake.el (flymake-log):
20838         * progmodes/ebnf2ps.el (ebnf-generate-region):
20839         * progmodes/cmacexp.el (c-macro-expansion):
20840         * progmodes/ada-xref.el (ada-treat-cmd-string):
20841         * progmodes/ada-mode.el (ada-create-case-exception-substring)
20842         (ada-justified-indent-current, ada-batch-reformat):
20843         * play/zone.el (zone):
20844         * play/landmark.el (lm-move):
20845         * play/decipher.el (decipher-show-alphabet):
20846         * net/newsticker.el (newsticker--display-jump)
20847         (newsticker--display-scroll):
20848         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
20849         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
20850         * mail/feedmail.el (feedmail-dump-message-to-queue):
20851         * eshell/esh-proc.el (eshell-remove-process-entry):
20852         * emulation/ws-mode.el (ws-last-error):
20853         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
20854         (viper-record-kbd-macro):
20855         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
20856         * emacs-lisp/lisp-mnt.el (lm-report-bug):
20857         * emacs-lisp/find-func.el (find-function-noselect):
20858         * calendar/timeclock.el (timeclock-status-string)
20859         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
20860         (timeclock-when-to-leave-string):
20861         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
20862         * calc/calc-units.el (calc-enter-units-table):
20863         * calc/calc-mode.el (calc-mode-record-mode):
20864         * woman.el (woman-mini-help):
20865         * wdired.el (wdired-change-to-wdired-mode):
20866         * vc.el (vc-retrieve-snapshot):
20867         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
20868         * startup.el (display-startup-echo-area-message):
20869         * simple.el (set-goal-column):
20870         * ses.el (ses-command-hook, ses-recalculate-cell):
20871         * server.el (server-process-filter):
20872         * printing.el (pr-interface-txt-print, pr-interface-printify)
20873         (pr-interface-ps):
20874         * pcvs.el (cvs-help):
20875         * log-edit.el (log-edit, log-edit-mode-help):
20876         * iswitchb.el (iswitchb-possible-new-buffer):
20877         * isearch.el (isearch-edit-string):
20878         * image-mode.el (image-mode, image-minor-mode):
20879         * ibuf-macs.el (define-ibuffer-filter):
20880         * hi-lock.el (hi-lock-find-patterns):
20881         * files.el (toggle-read-only):
20882         * ediff-util.el (ediff-copy-diff)
20883         (ediff-write-merge-buffer-and-maybe-kill):
20884         * echistory.el (Electric-history-undefined):
20885         * dnd.el (dnd-insert-text):
20886         * dired-aux.el (dired-query):
20887         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
20888         * bookmark.el (bookmark-bmenu-locate):
20889         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
20890         Fix `message' calls to ensure first arg is a format string.
20891         The change was made only when these two conditions were satisfied:
20892         [1] when there is a possibility that the arguments would cause an error
20893         for example, if the code in question relies on external variables
20894         such as filenames, and
20895         [2] if the arg to `message' could not have been nil in the code.
20897         * pcomplete.el (pcomplete--help): Fix `message' format spec.
20898         Not having a %s would be weird, though not technically wrong.
20900 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20902         * term/mac-win.el (mac-add-charset-info): Doc fix.
20904 2005-09-17  Romain Francoise  <romain@orebokech.com>
20906         * shell.el (shell-resync-dirs): Handle echoing processes more
20907         reliably.  Don't insert resync command if `comint-process-echoes'
20908         is non-nil.
20910 2005-09-17  Magnus Henoch  <mange@freemail.hu>
20912         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
20913         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
20914         aspell versions >= 0.60.
20915         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
20916         only if ispell-aspell-supports-utf8 is non-nil.
20918 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20920         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
20921         buffer-local value to lisp-indent-function.
20923 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
20925         * progmodes/glasses.el (glasses-make-readable): If
20926         glasses-separator differs from underscore, put appropriate
20927         overlays over underscore characters.
20928         (glasses-convert-to-unreadable): If glasses-separator differs from
20929         underscore, try to convert glasses-separator characters to
20930         underscores.
20932 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20934         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
20935         Use with-syntax-table and dolist.
20937 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
20939         * textmodes/reftex-auc.el:
20940         * textmodes/reftex-cite.el:
20941         * textmodes/reftex-dcr.el:
20942         * textmodes/reftex-global.el:
20943         * textmodes/reftex-parse.el:
20944         * textmodes/reftex-ref.el:
20945         * textmodes/reftex-sel.el:
20946         * textmodes/reftex-toc.el:
20947         * textmodes/reftex-vars.el:
20948         * textmodes/reftex.el: Small changes to remove compiler warnings.
20950         * textmodes/reftex-index.el: Likewise.
20951         (reftex-query-index-phrase): More efficient use of markers.
20953 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20955         * image.el (image-load-path): New variable.
20956         (image-search-load-path): New function.
20957         (find-image): Search for images in `image-load-path'.
20959 2005-09-15  Richard M. Stallman  <rms@gnu.org>
20961         * follow.el: Change Maintainer field.
20963 2005-09-15  David Ponce  <david@dponce.com>
20965         * recentf.el (recentf-save-file-modes): New option.
20966         (recentf-save-list): Use it.
20968 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
20970         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
20971         (mode-line-mule-info, mode-line-modified): Move bindings from
20972         mouse-3 to mouse-1.
20974 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20976         * simple.el (sendmail-user-agent-compose): Revert last change.
20978 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20980         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
20981         Use with-current-buffer.
20982         (ange-ftp-gwp-start): Remove unused var `gw-user'.
20983         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
20984         (ange-ftp-insert-directory): Remove unused var `short'.
20985         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
20987         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
20988         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
20990         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
20991         (check-calendar-holidays, diary-list-entries): Autoload.
20992         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
20993         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
20995         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
20996         which mistakenly removed a call to display-buffer.
20998 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
21000         * obsolete/iso-insert.el: Move to obsolete/ from international/.
21002 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
21004         * progmodes/hideshow.el
21005         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21006         (hs-allow-nesting): New user var.
21007         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21008         (hs-hide-block-at-point): When nesting allowed,
21009         if there is already an overlay in place, delete it.
21010         (hs-safety-is-job-n): Delete func; remove call sites.
21011         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21012         (hs-overlay-at): New func.
21013         (hs-already-hidden-p, hs-show-block): Use it.
21014         (hs-hide-all): Don't pre-clean if nesting allowed.
21015         (hs-show-all): Temporarily disallow
21016         nesting around call to `hs-discard-overlays'.
21018 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
21020         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21021         Delete unused local var.
21023 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
21025         * help-fns.el (describe-categories): "?\ " -> "?\s".
21026         (help-do-arg-highlight): Recognize also ARG-n, as in
21027         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
21029         * international/codepage.el (dos-unsupported-char-glyph):
21030         * net/newsticker.el (tool-bar-map, w3-mode-map)
21031         (w3m-minor-mode-map):
21032         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21033         (ent-alist):
21034         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21036 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
21038         * custom.el (custom-push-theme): Handle the case where a symbol is
21039         bound but face properties have not yet been assigned.
21041         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21042         Fix behavior if noerase is `t' and there is no mail buffer.
21044         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21045         if `continue' is nil, rather than signal an error.
21047 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21049         * font-lock.el (font-lock-keywords): Add autoload.
21051         * help-fns.el (describe-variable): Rearrange to put source link
21052         in a predictable place.
21054         * net/newsticker.el: New file.
21056 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21058         * calendar/calendar.el (calendar-for-loop): Add edebug info.
21059         (calendar-basic-setup): Use the new nil arg.
21060         (number-of-diary-entries): Move to diary-lib.el.
21062         * calendar/diary-lib.el: Use with-current-buffer, match-string.
21063         (diary-list-entries): Use with-syntax-table and dolist.
21064         Rename from list-diary-entries.
21065         Use number-of-diary-entries if `number' is nil.
21066         (diary, diary-view-entries): Use this new name and new nil arg value.
21067         (number-of-diary-entries): Move from calendar.el.
21068         (diary-unhide-everything): New function.
21069         (include-other-diary-files, fancy-diary-display)
21070         (diary-show-all-entries, make-diary-entry): Use it.
21071         (diary-mail-entries): Use buffer-string.
21072         (mark-diary-entries): Fix long standing paren typo.
21073         (diary-sexp-entry): Use count-lines.
21074         (make-diary-entry): Avoid `previous-line'.
21075         (diary-mode-map): New var.
21076         (diary-mode): Redraw cal after saving.  Setup header-line.
21077         (fancy-diary-display-mode): Use local-set-key.
21079         * startup.el (command-line): Try calling various terminal-init-foo-bar
21080         functions by stripping hyphenated suffixes from $TERM.
21082         * files.el (normal-mode): Check boundness of font-lock-keywords.
21084 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21086         * progmodes/compile.el: Don't decide a file's directory
21087         until the user actually tries to go there.
21088         (compilation-next-error-function):
21089         Pass compilation-find-file the directory from the file-struct.
21090         (compilation-internal-error-properties): Separate local FILE-STRUCT
21091         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
21092         (compilation-find-file): Arg DIR renamed to DIRECTORY.
21093         Expand it, and if nil, use default-directory.
21094         (compilation-get-file-structure): Don't mix specified directory
21095         with default directory.  Put specified directory into
21096         file-struct.  Don't make the file name absolute.
21098         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21099         (compile-command): Add autoload.
21100         (compilation-disable-input): Add autoload.
21102 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
21104         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21105         strings of the variables it can override.
21106         (time-stamp): New (as yet undocumented) time-stamp-format escapes
21107         %Q and %q, for fully-qualified domain name and unqualified host name.
21109 2005-09-11  Kim F. Storm  <storm@cua.dk>
21111         * emacs-lisp/authors.el (authors-aliases): Update list.
21112         (authors-fixed-entries): Update mldrag.el entry.
21114 2005-09-10  Alan Mackenzie  <acm@muc.de>
21116         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21117         from the region narrowed to.
21119 2005-09-10  Magnus Henoch  <mange@freemail.hu>
21121         * textmodes/ispell.el (ispell-check-version): Signal an error if
21122         aspell version is less than 0.60.
21124 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
21126         * progmodes/octave-inf.el (inferior-octave-startup):
21127         Resync current dir at the end.
21129 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
21131         * woman.el (woman-topic-at-point-default):
21132         Rename to woman-use-topic-at-point-default.
21133         (woman-topic-at-point): Rename to woman-use-topic-at-point.
21134         (woman-file-name): Reflect renames above.  Automatically use the
21135         word at point as topic if woman-use-topic-at-point is non-nil.
21136         Otherwise offer it as default but don't insert it in the
21137         minibuffer.  Also use `test-completion' instead of `assoc' as
21138         suggested by Stefan Monnier.
21140 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
21142         * vc.el (vc-directory, vc-update-change-log): Throw an error on
21143         the attempt to do it over Tramp.  This is not yet supported.
21145 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
21147         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21148         (menu-bar-non-minibuffer-window-p): New functions.
21149         ("Split Window", "Save As..."): Use them.
21150         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21151         ("Print Buffer", "Truncate Long Lines in this Buffer"):
21152         Use menu-bar-menu-frame-live-and-visible-p.
21153         ("Save Buffer", "Insert File", "Open Directory...")
21154         ("Open File...", "Visit New File..."):
21155         Use menu-bar-non-minibuffer-window-p.
21156         (kill-this-buffer-enabled-p, dired <menu-enable>):
21157         Use menu-bar-non-minibuffer-window-p.
21159 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
21161         * cus-start.el (all): Don't complain about fringe-related
21162         built-ins if fringes are not supported.  Ditto about
21163         selection-related built-ins.  Fix the test for GTK-related built-ins.
21165         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21166         ("Postscript Print Buffer", "Print Region", "Save As...")
21167         ("Save", "Insert File...", "Open Directory...")
21168         ("Open File...", "Visit New File..."")
21169         ("Truncate Long Lines in this Buffer"): Don't look at
21170         menu-updating-frame if this display does not support multiple frames.
21172 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21174         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21176 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
21178         * woman.el: Format- and whitespace-related changes.
21180 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
21182         * woman.el: Fix my email address.
21184 2005-09-08  Richard M. Stallman  <rms@gnu.org>
21186         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21187         (sh-mode): Locally set skeleton-pair-default-alist.
21189         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21191         * progmodes/flymake.el: Require `compile' unconditionally.
21193         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21195         * woman.el (woman-file-name): Provide a default, not initial input.
21197         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21199         * font-lock.el (font-lock-support-mode): Doc fix.
21201         * descr-text.el (describe-property-list): Handle non-symbol prop names.
21203 2005-09-08  Richard M. Stallman  <rms@gnu.org>
21205         * simple.el (blink-matching-open): Get rid of text props from
21206         the string shown in echo area.  Don't permanently set point.
21207         Some rearrangements.
21209 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21211         * recentf.el (recentf-filename-handler): Add custom choice
21212         `abbreviate-file-name'.
21214         * msb.el (msb--very-many-menus): Fix typo.
21216         * disp-table.el (standard-display-european): Don't set
21217         enable-multibyte-characters to nil.
21219 2005-09-08  David Ponce  <david@dponce.com>
21221         * recentf.el (recentf-show-file-shortcuts-flag): New option.
21222         (recentf-expand-file-name): Doc fix.
21223         (recentf-dialog-mode-map): Define digit shortcuts.
21224         (recentf--files-with-key): New variable.
21225         (recentf-show-digit-shortcut-filter): New function.
21226         (recentf-open-files-items): New function.
21227         (recentf-open-files): Use it.
21228         (recentf-open-file-with-key): New command.
21230 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
21232         * buff-menu.el (Buffer-menu-sort-by-column): New function.
21233         Suggested by Kim F. Storm.
21234         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21235         (Buffer-menu-make-sort-button): Use global keymap.
21237 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
21239         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21240         (Man-getpage-in-background-advice): Remove defadvice; it isn't
21241         necessary any longer with the remapped command.
21242         (Man-bgproc-sentinel-advice): Remove defadvice which counts
21243         formatting time only.
21245         * net/tramp.el (tramp-action-password)
21246         (tramp-multi-action-password): Compile the password prompt from
21247         `method', `user' and `host'.  Sometimes it isn't obvious which
21248         password to enter, for example with remote files offered by
21249         recentf.el, or with multiple steps.  Suggested by Robert Marshall
21250         <robert@chezmarshall.freeserve.co.uk>.
21252 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21254         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21255         Fix regexp for when "s///" is at the beginning of line.
21257 2005-09-07  Jay Belanger  <belanger@truman.edu>
21259         * calc/calc-poly.el (math-expand-term): Multiply out any powers
21260         when in matrix mode.
21262 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21264         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21265         non-anonymous functions.
21267 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
21269         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21270         when using a header line.  Otherwise, use mouse-1-click-follows-link.
21272         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21273         can't be moved; don't signal an error.
21275 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
21277         * cus-theme.el (custom-theme-write-faces): Save the current face
21278         spec, not the defface spec.
21280         * custom.el (custom-known-themes): Clarify meaning of "standard".
21281         (custom-push-theme): Save old values in the standard theme.
21282         (disable-theme): Correct typo.
21283         (custom-face-theme-value) Deleted unused function.
21284         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21286 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21288         * progmodes/compile.el (compilation-goto-locus): Take into account
21289         iconified frames when determining whether the buffer is
21290         already visible.
21291         Don't reset window height if the window already existed.
21293 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
21295         * custom.el (load-theme): Rename from require-theme.
21296         Add interactive spec.
21297         (enable-theme): Rename from custom-enable-theme.
21298         Add interactive spec.
21299         (disable-theme): Rename from custom-disable-theme.
21300         Add interactive spec.
21301         (custom-make-theme-feature): Doc fix.
21302         (custom-theme-directory): Doc fix.
21303         (provide-theme): Call enable-theme.
21305 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21307         * obsolete/lazy-lock.el (lazy-lock-mode):
21308         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
21309         font-lock-mode if it's off.  Print a warning instead.
21311         * progmodes/compile.el (compilation-start): Ignore errors if the
21312         process died before we get to send-eof.
21314         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
21315         Undo last change.  Enclosing the result in quotes broke things on Unix
21316         since tex-send-command passes it through shell-quote-argument.
21317         (tex-send-command): Pass `file' through convert-standard-filename
21318         when possible.
21319         (tex-uptodate-p): Handle the case where TeX hasn't put additional
21320         info in a transcript.
21322 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
21324         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
21325         fix compilation warning.  Reorder the key definitions to group
21326         together keys emitted by the current version of xterm.
21328         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
21329         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
21330         Reorder predicates to correct min-color usage.
21332 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
21334         * longlines.el (longlines-mode): Inhibit read-only when encoding.
21335         Kill local variables when longlines-mode is turned off.
21337 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21339         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
21341         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
21343         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
21345         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
21346         (font-lock-lines-before): Change default to being inactive.
21347         (font-lock-default-fontify-region): Obey font-lock-lines-before.
21348         (font-lock-after-change-function): Don't handle f-l-lines-before here.
21350 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
21352         * net/tramp.el (tramp-handle-make-auto-save-file-name):
21353         Deactivate temporarily advice if active (not needed for Emacs 22,
21354         but for backwards compatibility).
21355         (tramp-exists-file-name-handler): Rewrite.  First implementation
21356         was too simple.
21357         (tramp-advice-make-auto-save-file-name):
21358         Call `tramp-handle-make-auto-save-file-name' (again, just for
21359         backwards compatibility).
21361 2005-08-31  Reto Zimmermann  <reto@gnu.org>
21363         * progmodes/vhdl-mode.el
21364         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
21365         (vhdl-end-p): Fix indentation bug "else" after "-- when".
21366         (vhdl-set-default-project): New function (easier setting of default).
21367         (vhdl-port-copy): Handle extended identifiers for generics.
21368         (vhdl-compiler-alist): Better description for error message regexp.
21369         (vhdl-make): Query for target, use previous as default.
21370         (vhdl-port-copy): Fix port copy for port names starting with "signal".
21371         (vhdl-font-lock-keywords-2): Fix fontification for record
21372         el. assign.
21373         (vhdl-speedbar-make-subpack-line): Add package body link.
21374         (vhdl-generate-makefile-1): Not include itself as dependency.
21375         (vhdl-font-lock-init): Highlight c-preprocessor directives.
21376         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
21377         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
21378         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
21379         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
21380         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
21381         (vhdl-import-project): Add string argument for `error'.
21382         (vhdl-compose-configuration)
21383         (vhdl-compose-configuration-architecture): Add configuration
21384         declaration generation.
21385         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
21386         (vhdl-trailer-re): Add "record" keyword (better indentation).
21387         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
21388         "[^ \t-\"]+".
21389         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
21390         (vhdl-testbench-entity-file-name)
21391         (vhdl-testbench-architecture-file-name): Allow separate
21392         customization of testbench file names.
21393         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
21394         (vhdl-get-visible-signals): Allow newline within alias declaration.
21395         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
21396         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
21397         (member-ignore-case): Alias for missing function in XEmacs.
21398         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
21399         (vhdl-update-sensitivity-list): Ignore case on read signals.
21400         (vhdl-replace-string): Adjust case only for file names.
21401         (vhdl-update-sensitivity-list): Fix search for read signals.
21402         (vhdl-update-sensitivity-list): Exclude formal parameters.
21403         (vhdl-get-visible-signals): Include aliases of signals.
21404         (vhdl-get-visible-signals): Fix signal name searching.
21405         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
21406         (vhdl-fixup-whitespace-region): Fix for character
21407         literals (e.g. `:').
21409 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21411         * ansi-color.el (comint-last-output-start):
21412         * bs.el (font-lock-verbose):
21413         * diff-mode.el (add-log-buffer-file-name-function):
21414         * dired-x.el (vm-folder-directory):
21415         * faces.el (help-xref-stack-item):
21416         * files.el (font-lock-keywords):
21417         * find-lisp.el (dired-buffers, dired-subdir-alist):
21418         * ido.el (cua-inhibit-cua-keys):
21419         * log-view.el (cvs-minor-wrap-function):
21420         * outline.el (font-lock-warning-face):
21421         * simple.el (compilation-current-error):
21422         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
21423         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
21424         * tooltip.el (comint-prompt-regexp):
21425         * w32-fns.el (explicit-shell-file-name):
21426         * term/mac-win.el (mac-charset-info-alist)
21427         (mac-services-selection, mac-system-script-code):
21428         * term/tty-colors.el (msdos-color-values):
21429         * term/w32-win.el (xlfd-regexp-registry-subnum):
21430         * term/x-win.el (x-keysym-table, x-selection-timeout)
21431         (x-session-id, x-session-previous-id):
21432         * textmodes/ispell.el (mail-yank-prefix):
21433         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
21434         * textmodes/org.el (calc-embedded-close-formula)
21435         (calc-embedded-open-formula)
21436         (font-lock-unfontify-region-function):
21437         * textmodes/reftex-global.el (isearch-next-buffer-function)
21438         (TeX-master):
21439         * textmodes/reftex.el (font-lock-keywords):
21440         * textmodes/tex-mode.el (font-lock-comment-face)
21441         (font-lock-doc-face):
21442         * textmodes/texinfo.el (outline-heading-alist):
21443         Add defvars.
21445         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
21446         (artist-spray-chars, artist-mode-init, artist-replace-string)
21447         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
21448         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
21449         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
21451         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
21452         (conf-align-assignments): "?\ " -> "?\s".
21454         * textmodes/reftex-index.el (TeX-master): Add defvar.
21455         (reftex-index-phrases-marker): Move up defvar.
21457         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
21458         (reftex-toc-include-labels-indicator)
21459         (reftex-toc-include-index-indicator)
21460         (reftex-toc-max-level-indicator): Move up declarations.
21462         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
21463         of args to `tramp-run-real-handler', even if it's empty in this case.
21465 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21467         * dired.el (dired-move-to-filename-regexp): Add date format for
21468         Mac OS X 10.3 in East Asian locales.
21470 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
21472         * files.el (make-auto-save-file-name): Add file name handler call
21473         if applicable.
21475         * net/tramp.el (tramp-file-name-handler-alist)
21476         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
21477         (tramp-handle-make-auto-save-file-name): Rename from
21478         `tramp-make-auto-save-file-name'.
21479         (tramp-exists-file-name-handler): New defun.
21480         (tramp-advice-make-auto-save-file-name): Make defadvice only when
21481         `make-auto-save-file-name' is not a magic file name operation.
21483 2005-08-30  Richard M. Stallman  <rms@gnu.org>
21485         * files.el (risky-local-variable-p):
21486         Match `-predicates' and `-commands.
21488         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
21489         (custom-save-all): Visit the file if necessary;
21490         kill the buffer if we created it.
21491         (custom-save-delete): Don't visit file or kill buffer here.
21493 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
21495         * textmodes/org.el (org-special-keyword): New face.
21496         (org-table-copy-down, org-table-eval-formula)
21497         (org-table-recalculate, org-init-section-numbers):
21498         Use `string-to-number' instead of `string-to-int'.
21499         (org-get-location): Use `insert-buffer-substring' instead of
21500         `insert-buffer'.
21501         (org-modify-diary-entry-string): New function.
21502         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
21503         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
21504         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
21505         active region.
21506         (org-export-as-html): Handle QUOTE keyword.
21507         (org-quote-string): New option.
21508         (org-bookmark-jump-unhide): New function, used for
21509         `bookmark-after-jump-hook'.
21510         (org-diary-default-entry): Apply only when not called through
21511         `org-agenda'.
21513 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
21515         * net/eudc.el (mode-popup-menu):
21516         * play/handwrite.el (ps-printer-name, ps-lpr-command):
21517         * progmodes/ada-mode.el (compile-auto-highlight)
21518         (skeleton-further-elements):
21519         * progmodes/autoconf.el (font-lock-syntactic-keywords):
21520         * progmodes/cmacexp.el (msdos-shells):
21521         * progmodes/compile.el (font-lock-extra-managed-props)
21522         (font-lock-keywords, font-lock-maximum-size)
21523         (font-lock-support-mode):
21524         * progmodes/grep.el (font-lock-lines-before):
21525         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
21526         * progmodes/mixal-mode.el (compile-command):
21527         * progmodes/perl-mode.el (font-lock-comment-face)
21528         (font-lock-doc-face, font-lock-string-face):
21529         * progmodes/prolog.el (comint-prompt-regexp):
21530         * progmodes/sh-script.el (font-lock-comment-face)
21531         (font-lock-set-defaults, font-lock-string-face):
21532         * progmodes/sql.el (font-lock-keyword-face)
21533         (font-lock-set-defaults, font-lock-string-face):
21534         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
21535         (itimer-version, lazy-lock-defer-contextually)
21536         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
21537         Add defvars.
21539         * progmodes/cperl-mode.el (cperl-electric-lbrace)
21540         (cperl-electric-keyword, cperl-electric-pod)
21541         (cperl-electric-backspace, cperl-forward-re)
21542         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
21543         (vc-rcs-header, vc-sccs-header): Add defvars.
21545         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
21546         (font-lock-syntactic-keywords, gud-find-expr-function):
21547         Add defvars.
21549         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
21550         (gdb-frame-parameters): Declare before use.
21552         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
21553         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
21554         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
21555         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
21557         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
21558         (idlwave-help-with-source): Use `insert-buffer-substring', not
21559         `insert-buffer'.
21561 2005-08-29  Juri Linkov  <juri@jurta.org>
21563         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
21564         Put outline-back-to-heading function call inside save-excursion.
21566 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
21568         * man.el (Man-init-defvars, Man-translate-references)
21569         (Man-support-local-filenames, Man-highlight-references):
21570         * progmodes/sql.el (sql-interactive-mode):
21571         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
21573         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
21574         (compilation-mode-font-lock-keywords): Add defvars.
21575         (checkdoc-interactive-loop): "?\ " -> "?\s".
21577         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
21578         (font-lock-doc-face, font-lock-string-face)
21579         (font-lock-keywords-case-fold-search): Add defvars.
21580         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
21582         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
21583         Don't pass X and Y (they are ignored anyway).
21584         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
21585         (mouse-delete-window): Make arguments optional.
21587         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
21588         (caesar-translate-table, minor-modes, news-buffer-save)
21589         (news-group-name, news-minor-modes): Add defvars.
21591         * emacs-lisp/lselect.el (mouse-highlight-priority)
21592         (x-lost-selection-functions, zmacs-regions):
21593         * emacs-lisp/pp.el (font-lock-verbose):
21594         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
21595         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
21596         (ses-mode-map):
21597         * emacs-lisp/tcover-unsafep.el (safe-functions):
21598         * international/mule-cmds.el (mac-system-coding-system)
21599         (mac-system-locale):
21600         * language/ethio-util.el (rmail-current-message)
21601         (rmail-message-vector):
21602         * language/thai-util.el (thai-auto-composition-mode):
21603         * mail/metamail.el (rmail-current-message, rmail-message-vector):
21604         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
21605         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
21606         (vm-primary-inbox, vm-spool-files):
21607         * mail/rmail.el (deleted-head, font-lock-fontified)
21608         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
21609         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
21610         (total-messages):
21611         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
21612         (rmail-summary-mode-map):
21613         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
21614         (rmail-last-label, rmail-last-multi-labels)
21615         (rmail-summary-vector, rmail-total-messages):
21616         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
21617         * mail/rmailsum.el (msgnum):
21618         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
21619         (rmail-current-message):
21620         * obsolete/fast-lock.el (font-lock-face-list):
21621         * obsolete/rnewspost.el (mail-reply-buffer):
21622         * obsolete/scribe.el (compile-command):
21623         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
21625 2005-08-28  John Paul Wallington  <jpw@gnu.org>
21627         * ibuf-ext.el (ibuffer-auto-update-changed):
21628         Use `frame-or-buffer-changed-p' to check whether we need to update.
21629         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
21630         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
21631         as a `frame-or-buffer-changed-p' state vector instead.
21633 2005-08-27  Romain Francoise  <romain@orebokech.com>
21635         * textmodes/makeinfo.el (makeinfo-compile):
21636         Use `compilation-start'.  Set `next-error-function' according to
21637         `disable-errors'.
21638         (makeinfo-next-error): New function.
21639         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
21640         (makeinfo-buffer): Likewise.
21642         * progmodes/compile.el (compilation-start): Add autoload cookie.
21644         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
21645         * textmodes/sgml-mode.el: Likewise.
21646         * progmodes/python.el: Likewise.
21648 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
21650         * simple.el (blink-matching-paren-distance): Document the meaning
21651         of nil value, and allow to customize to nil.
21653         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
21654         command.com, not command.exe.
21656 2005-08-26  John Wiegley  <johnw@newartisans.com>
21658         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
21659         code around a bit so that an extraneous nil argument is not added
21660         to a command when no args are given.
21662         * eshell/esh-arg.el (eshell-parse-double-quote): If a
21663         double-quoted argument resolves to nil, return it as an empty
21664         string rather than as nil.  This made it impossible to pass "" to
21665         a shell script as a null string argument.
21667 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21669         * outline.el (outline-invent-heading): New fun.
21670         (outline-promote, outline-demote): Use it.
21671         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
21672         (outline-end-of-subtree): Remove unused var `opoint'.
21674 2005-08-26  David Reitter  <david.reitter@gmail.com>
21676         * menu-bar.el (truncate-lines, write-file, print-buffer)
21677         (ps-print-buffer-faces, ps-print-buffer, split-window):
21678         Disable menu items when the frame they refer to is invisible, or when
21679         they refer to a buffer and the minibuffer is selected.
21681 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
21683         * progmodes/flymake.el (flymake-highlight-err-lines):
21684         Use save-excursion around flymake-highlight-line to preserve point.
21686 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
21688         * progmodes/octave-mod.el: Change Author and Maintainer address.
21689         (octave-maintainer-address): Change Kurt's email address.
21690         * progmodes/octave-inf.el: Change Author and Maintainer address.
21691         * progmodes/octave-hlp.el: Change Author and Maintainer address.
21693 2005-08-26  Kim F. Storm  <storm@cua.dk>
21695         * subr.el (version-list-<, version-list-<=, version-list-=):
21696         Rename from integer-list-*.
21697         (version-list-not-zero): Likewise.  Fix while loop.
21698         (version=): Use version-list-= instead of string-equal.
21700 2005-08-26  Richard M. Stallman  <rms@gnu.org>
21702         * outline.el (outline-promote): Try shortening the heading.
21703         As last resort, read the heading to use.
21704         (outline-demote): As last resort, read the heading to use.
21706 2005-08-26  Romain Francoise  <romain@orebokech.com>
21708         * progmodes/compile.el (compilation-start): Doc fix.
21710         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
21711         (antlr-font-lock-additional-keywords): Fix reference to
21712         `antlr-font-lock-literal-regexp' erroneously changed during the
21713         mass face rename.
21714         (antlr-run-tool): Use `compilation-start'.
21716         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
21717         instead of the obsolete `compile-internal'.
21719 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
21721         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
21722         (number, original-date):
21723         * calendar/cal-china.el (date):
21724         * calendar/cal-coptic.el (date):
21725         * calendar/cal-french.el (date):
21726         * calendar/cal-hebrew.el (date, entry, number, original-date):
21727         * calendar/cal-islam.el (date, number, original-date):
21728         * calendar/cal-iso.el (date):
21729         * calendar/cal-julian.el (date):
21730         * calendar/cal-mayan.el (date):
21731         * calendar/cal-menu.el (date, event):
21732         * calendar/cal-persia.el (date):
21733         * calendar/lunar.el (date):
21734         * calendar/solar.el (date): Add defvars.
21736         * emerge.el:
21737         * ibuffer.el:
21738         * info-xref.el:
21739         * obsolete/bg-mouse.el:
21740         * obsolete/sun-curs.el:
21741         * obsolete/swedish.el: Move the `defvar's to the top level.
21743         * smerge-mode.el (smerge-refined-change): Add :group.
21745 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21747         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
21748         (smerge-keep-n): Remove props.
21749         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
21750         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
21751         now that it's done in smerge-keep-n.
21752         (smerge-refined-change): New face.
21753         (smerge-refine-chopup-region, smerge-refine-highlight-change)
21754         (smerge-refine): New funs.
21755         (smerge-basic-map): Bind smerge-refine.
21757 2005-08-25  Juri Linkov  <juri@jurta.org>
21759         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
21760         compilation-process-setup-function and compilation-disable-input
21761         in grep-mode instead of let-bindings in grep.
21763         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
21764         Delete "Automatic File De/compression" (auto-compression-mode).
21766 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
21768         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
21769         Silence warning about non-existent variable.
21771 2005-08-25  Richard M. Stallman  <rms@gnu.org>
21773         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
21774         Rename "Describe Key" to "Describe Key or Mouse Operation".
21776         * mail/mailalias.el (build-mail-aliases): Delete comments
21777         from the contents before processing them.
21779         * isearch.el (isearch-edit-string): Erase the Search prompt
21780         if user enters an empty string and there is no default.
21782         * comint.el (comint-file-name-prefix): Add autoload.
21784 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
21786         * subr.el (play-sound): Rearrange to avoid warning.
21788 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
21790         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
21791         New hook.
21792         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
21794 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21796         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
21798         * custom.el (custom-theme-set-variables): Sort minor modes last.
21800 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21802         * subr.el (version-separator, version-regexp-alist): New vars used by
21803         version comparison funs.
21804         (integer-list-<, integer-list-=, integer-list-<=)
21805         (integer-list-not-zero): New funs for integer list comparison.
21806         (version-to-list, version=, version<, version<=): New funs for version
21807         comparison.
21809 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
21811         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
21812         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
21813         time to silence the byte-compiler.
21815         * ibuffer.el (ibuffer-compile-make-eliding-form)
21816         (ibuffer-check-formats): Use `with-no-warnings' to hide references
21817         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
21818         so it's silly to get warnings for it).
21819         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
21820         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
21821         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
21822         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
21823         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
21824         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
21825         Defvar at compile time.
21826         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
21827         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
21828         Declare them before use.
21830         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
21831         (info-xref-good, info-xref-bad): Defvar at compile time.
21833         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
21834         Use `let*' instead of `let'.
21836         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
21837         (*mouse-y*, menu, char): Defvar at compile time.
21838         (sc::menu): Declare it before use.
21839         (sc::pack-one-line): Use `let', not `let*'.
21841         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
21842         (mail-send-hook): Defvar at compile time.
21844         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
21845         Defvar at compile time.
21847         * term/sun-mouse.el (current-global-mousemap)
21848         (current-local-mousemap): Declare them before use.
21850 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
21852         * bookmark.el (bookmark-after-jump-hook): New hook.
21853         (bookmark-jump): Run `bookmark-after-jump-hook'.
21855 2005-08-23  Juri Linkov  <juri@jurta.org>
21857         * faces.el (minibuffer-prompt): Doc fix.
21859 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
21861         * progmodes/xscheme.el: Trivial changes to silence warnings.
21862         (xscheme-previous-mode, xscheme-previous-process-state):
21863         Add defvars.
21864         (xscheme-last-input-end, xscheme-process-command-line)
21865         (xscheme-process-name, xscheme-buffer-name)
21866         (xscheme-expressions-ring-max, xscheme-expressions-ring)
21867         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
21868         (xscheme-control-g-synchronization-p)
21869         (xscheme-control-g-disabled-p, xscheme-string-receiver)
21870         (default-xscheme-runlight, xscheme-runlight)
21871         (xscheme-runlight-string, xscheme-process-filter-state)
21872         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
21873         Move to beginning of file.
21874         (scheme-interaction-mode-commands-alist)
21875         (scheme-interaction-mode-map, scheme-debugger-mode-map):
21876         Declare them before use.  Note: the initialization code for the
21877         variables has not been moved because it uses functions that reference
21878         the variables.
21879         (xscheme-control-g-message-string, xscheme-process-filter-alist)
21880         (xscheme-prompt-for-expression-map): Declare them before use.
21881         (scheme-debugger-mode-commands): "?\ " -> "?\s".
21883 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
21885         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
21887 2005-08-22  Juri Linkov  <juri@jurta.org>
21889         * faces.el (set-face-underline): Delete this duplicate function
21890         and make an obsolete alias to set-face-underline-p.
21891         (set-face-underline-p): Use docstring of set-face-underline.
21892         (describe-face): Create hyperlink to parent face.
21894         * info.el (Info-insert-dir): Use save-excursion around
21895         insert-buffer-substring.
21896         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
21897         (Info-escape-percent): Delete function.
21898         (Info-fontify-node): Replace Info-escape-percent by
21899         replace-regexp-in-string with REP arg set to lambda that
21900         duplicates `%' and preserves text properties.
21902         * progmodes/compile.el (compilation-disable-input): Doc fix.
21903         (define-compilation-mode): Doc fix and refill.
21904         (kill-compilation): Use `mode-name' in the error message.
21905         (compilation-find-file): Use `compilation-error' in the
21906         read-file-name's prompt.
21908 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21910         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
21911         (smerge-auto-leave): Make undo re-enable the mode.
21912         (debug-ignored-errors): Add the user-error of impossible resolution.
21913         (smerge-resolve): Move things around a bit, in preparation for later.
21914         (smerge-diff): Don't fail if the buffer has no associated file.
21915         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
21916         (smerge-conflict-overlay): New function.
21917         (smerge-match-conflict): Don't add text properties here.
21918         (smerge-find-conflict): Instead, add an overlay here.
21919         Also check for the case where we're inside a conflict already, so as to
21920         obviate the need for font-lock-multiline, which is unbearably slow with
21921         large conflicts and ciomplex font-lock patterns.
21922         (smerge-remove-props): Remove overlay rather than text-properties.
21923         (smerge-mode): Don't set font-lock-multiline.
21924         Remove overlays when turned off.
21926 2005-08-21  Kim F. Storm  <storm@cua.dk>
21928         * ido.el (ido-ignore-item-p): Use save-match-data.
21929         Bind case-fold-search to ido-case-fold locally.
21931 2005-08-20  Richard M. Stallman  <rms@gnu.org>
21933         * files.el (normal-mode): If font lock is on, turn it off and on.
21935         * subr.el (replace-regexp-in-string): Doc fix.
21937         * startup.el (command-line-1): Don't suppress startup screen
21938         due to existing processes.
21940         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
21942         * progmodes/compile.el (compilation-disable-input): Default to nil.
21944 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
21946         * progmodes/compile.el (compilation-disable-input): New defcustom.
21947         (compilation-start): If compilation-disable-input is non-nil, send
21948         EOF to the compilation process.
21950 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
21952         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
21953         Run the argument of tex-shell-cd-command through
21954         convert-standard-filename, to get the correct style of slashes on
21955         Windows, and enclose the result in quotes, in case the file name
21956         includes whitespace or other special characters.
21958 2005-08-19  Andreas Schwab  <schwab@suse.de>
21960         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
21961         process.
21963 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
21965         * cus-start.el (minibuffer-prompt-properties): Correct typo.
21967 2005-08-18  Kim F. Storm  <storm@cua.dk>
21969         * scroll-lock.el: Fix errors due to incorrect line wrapping.
21971 2005-08-18  Richard M. Stallman  <rms@gnu.org>
21973         * scroll-lock.el: New file.
21975 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
21977         * dired.el (dired-move-to-end-of-filename):
21978         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
21980 2005-08-18  Kim F. Storm  <storm@cua.dk>
21982         * ido.el (ido-everywhere): Fix defcustom :set function to disable
21983         rather than toggle mode when custom value is nil.
21984         (ido-everywhere): Fix defun doc string.
21986 2005-08-17  Richard M. Stallman  <rms@gnu.org>
21988         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
21989         as tag instead of "Inviolable".
21991 2005-08-17  Kim F. Storm  <storm@cua.dk>
21993         * windmove.el (windmove-coordinates-of-position): Remove.
21994         (windmove-coordinates-of-window-position): Remove.
21995         (windmove-reference-loc): Use posn-at-point instead.
21997         * subr.el (insert-for-yank-1): Doc fix.
21999         * ido.el (ido-enter-matching-directory): Rename from
22000         ido-enter-single-matching-directory.  Change `slash' choice to
22001         `only'.  Add `first' choice.
22002         (ido-exhibit): Adapt to above changes.
22004 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
22006         * Makefile.in: Expand comment about building loaddefs.el.
22008 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
22010         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22011         Comment use of defadvice.
22013         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22015 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
22017         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22018         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22019         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22020         * progmodes/idlw-shell.el, progmodes/ld-script.el,
22021         * progmodes/which-func.el, ruler-mode.el, strokes.el,
22022         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22023         for backward compatibility for faces that did not appear in the
22024         previous Emacs release.
22026         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22028 2005-08-15  Kim F. Storm  <storm@cua.dk>
22030         * emulation/cua-base.el (cua-delete-region): Return t if
22031         deleted region was non-empty.
22032         (cua-replace-region): Inhibit overwrite-mode for
22033         self-insert-command if replaced region was non-empty.
22034         (cua--explicit-region-start, cua--status-string): Make them
22035         buffer-local at top-level...
22036         (cua-mode): ...rather than when mode is enabled.
22038 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
22040         * progmodes/vhdl-mode.el (vhdl-emacs-21):
22041         Set t for Emacs 21, 22, and so on.
22043 2005-08-15  David Ponce  <david@dponce.com>
22045         * tree-widget.el: Update Commentary header.
22046         (tree-widget-theme): Doc fix.
22047         (tree-widget-space-width): New option.
22048         (tree-widget-image-properties): Look up in the default theme too.
22049         (tree-widget--cursors): Only for images with arrow pointer shape.
22050         (tree-widget-lookup-image): Pointer shape is hand by default.
22051         (tree-widget-icon): Rename generic icon widget from
22052         `tree-widget-control'.
22053         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22054         derive from `tree-widget-icon'.
22055         (tree-widget-handle): Improve default look and feel of the text
22056         representation.
22057         (tree-widget): Rename :*-control properties to :*-icon properties.
22058         Add :action and :help-echo properties.
22059         (tree-widget-after-toggle-functions): Move.
22060         (tree-widget-close-node, tree-widget-open-node): Remove.
22061         (tree-widget-before-create-icon-functions): New hook.
22062         (tree-widget-value-create): Update to allow customization of icons
22063         and nodes at run-time via that new hook.
22064         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22065         (tree-widget-icon-action, tree-widget-icon-help-echo)
22066         (tree-widget-action, tree-widget-help-echo): New functions.
22068 2005-08-15  Kim F. Storm  <storm@cua.dk>
22070         * ido.el (ido-buffer-internal): Use with-no-warnings.
22071         (ido-make-merged-file-list): Use while-no-input.
22073 2005-08-15  Richard M. Stallman  <rms@gnu.org>
22075         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22076         (flyspell-large-region): Fix doc and custom type.
22078 2005-08-14  Richard M. Stallman  <rms@gnu.org>
22080         * files.el (interpreter-mode-alist): Doc fix.
22082         * mail/rmail.el (rmail-nonignored-headers): New variable.
22083         (rmail-clear-headers): Use it.
22084         (rmail-reply): Better handling of mail-followup-to header.
22086         * progmodes/sh-script.el (sh-font-lock-keywords-var):
22087         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
22088         don't try to refer to executable-font-lock-keywords.
22089         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22090         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22091         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22092         (sh-mode): Set comment-start-skip, local-abbrev-table,
22093         imenu-case-fold-search.
22094         (sh-set-shell): Don't set them here.
22095         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
22096         Don't cache the results in the original alist; don't ever modify
22097         that alist.
22099         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22101         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22102         empty.
22104 2005-08-15  Andreas Schwab  <schwab@suse.de>
22106         * desktop.el: Put autoload cookie at risky-local-variable declarations.
22108         * dired.el, info.el, mail/rmail.el: Revert last change.
22110 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
22112         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22113         modification in `eval-after-load' form.
22114         * info.el: Likewise.
22115         * mail/rmail.el: Likewise.
22117 2005-08-14  Juri Linkov  <juri@jurta.org>
22119         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22120         Remove highlighting of "Compilation started".  Highlight only
22121         the word "finished" in "Compilation finished".  Add highlighting
22122         of "interrupt", "killed", "terminated" and the exit code.
22123         (compilation-start): Add newline after header.  Use exactly the
22124         same time stamp format as the finishing message.
22125         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22127         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22128         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22129         Add highlighting of "interrupt", "killed", "terminated".
22131         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22132         enabled and the current command is self-insert-command, call it
22133         explicitly with overwrite-mode bound to nil, to not allow it
22134         to delete the character after the selected region.
22136 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
22138         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22139         move-end-of-line, end-of-line, and beginning-of-line to the list
22140         of commands after which the echo area is updated.
22142 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
22144         * cus-edit.el (custom-save-all, custom-save-delete):
22145         Bind recentf-exclude to exclude custom-file.
22147 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
22149         * mail/rmailsum.el (rmail-summary-end-of-message): New command
22150         to go to the bottom of the mail message.  Added to
22151         `rmail-summary-mode-map' with key "/".
22152         (rmail-summary-show-message): New (internal) function for use by
22153         both `rmail-summary-beginning/end-of-message'.
22154         (rmail-summary-beginning-of-message): Change to use
22155         rmail-summary-show-message.
22157         * mail/rmail.el (rmail-end-of-message): New command to go to the
22158         end of the current message.  Added to `rmail-mode-map' with key "/".
22159         (rmail-beginning-of-message): Fix to work as documented.
22160         (rmail-mode): Change documentation.
22162         * progmodes/compile.el (compilation-start): Add the line
22163         "Compilation started" with compilation start time.
22164         (compilation-mode-font-lock-keywords): Add `started' to keywords.
22166 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
22168         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22169         of menu items.
22171 2005-08-11  Richard M. Stallman  <rms@gnu.org>
22173         * simple.el (pop-global-mark): Reverse test of widen-automatically.
22175         * battery.el (battery-status-function): Don't use ignore-errors.
22177 2005-08-11  Lute Kamstra  <lute@gnu.org>
22179         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22180         define-obsolete-variable-alias.
22182 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22184         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22185         (ange-ftp-send-cmd): Revert last change, and expand
22186         the comment explaining the problem.
22188 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
22190         * ldefs-boot.el: Update.
22192         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22193         item to "Time, Load and Mail".  Change help echo text.
22195         * time.el (display-time-use-mail-icon, display-time-format)
22196         (display-time-string-forms): Shorten first line of docstrings.
22198 2005-08-10  Lars Hansen  <larsh@soem.dk>
22200         * desktop.el (desktop-buffer-mode-handlers):
22201         Make non-customizable.  Add autoload cookie.  Change initial value to
22202         nil; add elements in respective modules instead.  Fix doc string.
22203         (desktop-load-file): New function.
22204         (desktop-minor-mode-handlers): New autoloaded variable.
22205         (desktop-create-buffer): Call minor mode handlers.
22206         Use desktop-load-file to load major and minor mode modules prior to
22207         checking for a handler.
22208         (desktop-save): Don't add nil to desktop-minor-modes for minor
22209         modes with nil function in desktop-minor-mode-table.  Don't delete
22210         desktop file before rewriting it.
22211         (desktop-locals-to-save): Add autoload cookie.  Don't make
22212         automatically buffer-local.  Add variables column-number-mode,
22213         size-indication-mode, indent-tabs-mode,
22214         indicate-buffer-boundaries, indicate-empty-lines and
22215         show-trailing-whitespace.
22216         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22217         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
22218         (desktop-clear-preserve-buffers-regexp): Delete.
22219         (desktop-clear-preserve-buffers): Update initial value and docstring.
22220         (desktop-save-buffer): Fix doc string.
22222         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22223         (hilit-chg-desktop-restore): New function.
22224         (highlight-changes-mode): Add highlight-changes-mode to
22225         desktop-locals-to-save.
22227         * dired.el: Add handler to desktop-buffer-mode-handlers.
22228         (dired-restore-desktop-buffer): Remove autoload cookie.
22229         (dired-mode): Add autoload cookie.
22231         * info.el: Add handler to desktop-buffer-mode-handlers.
22232         (Info-restore-desktop-buffer): Remove autoload cookie.
22233         (Info-mode): Add autoload cookie.
22235         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22236         (mh-restore-desktop-buffer): Remove autoload cookie.
22237         (mh-folder-mode): Add autoload cookie.
22239         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22240         (rmail-restore-desktop-buffer): Remove autoload cookie.
22242 2005-08-11  Masatake YAMATO  <jet@gyve.org>
22244         * hexl.el (hexl-address-region):
22245         (hexl-ascii-region, hexl-font-lock-keywords):
22246         (hexl-highlight-line-range): Use the term "region"
22247         instead of "area" for consistency with the other symbols
22248         defined in hexl.el.
22250 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
22252         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22253         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22254         out by Juri Linkov).  Add `display-battery-mode'.
22256 2005-08-09  Juri Linkov  <juri@jurta.org>
22258         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22259         Remove `-text' from face variable names.
22260         (compilation-error-file-name, compilation-warning-file-name)
22261         (compilation-info-file-name): Delete faces.
22262         (compilation-line-number, compilation-column-number):
22263         Remove face underlining.
22264         (compilation-message-face): Set to `underline' value by default.
22265         (compilation-error-face, compilation-warning-face)
22266         (compilation-info-face): Remove `-file-name' from face names.
22267         (compilation-error-text-face, compilation-warning-text-face)
22268         (compilation-info-text-face): Delete face variables.
22269         (compilation-text-face): Delete function.
22271         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22272         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22273         (grep-error-face): Set to `compilation-error' instead of
22274         `compilation-error-face' (which is redefined to `grep-hit-face' in
22275         grep buffers).
22276         (grep-mode-font-lock-keywords): Remove `-text' from face variable
22277         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
22279         * dired-aux.el (dired-do-query-replace-regexp):
22280         Use `query-replace-read-args'.
22282         * replace.el (query-replace-read-from, query-replace-read-to)
22283         (query-replace-read-args): Rename arg `string' to `prompt'.
22285         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22287 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
22289         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22290         uploading files.
22291         (ange-ftp-canonize-filename): Handle file names beginning with ~
22292         correctly.
22294 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
22296         * textmodes/fill.el (canonically-space-region)
22297         (fill-context-prefix, fill-french-nobreak-p)
22298         (fill-delete-newlines, fill-comment-paragraph)
22299         (justify-current-line): "?\ " -> "?\s".
22301 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
22303         * textmodes/fill.el (fill-nonuniform-paragraphs):
22304         Improve argument/docstring consistency.
22306 2005-08-09  Richard M. Stallman  <rms@gnu.org>
22308         * textmodes/ispell.el (ispell-word): More fboundp checks.
22310         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
22311         (find-file-noselect-1): Call it here, only if RAWFILE.
22312         (normal-mode): Always set some major mode.
22313         (save-some-buffers-action-alist): Change some explanation strings.
22314         (file-name-non-special): In the `quote' method, use unwind-protect.
22316 2005-08-09  Magnus Henoch  <mange@freemail.hu>
22318         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
22319         (ispell-have-aspell-dictionaries): New variable.
22320         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
22321         (ispell-get-aspell-config-value): New function.
22322         (ispell-aspell-find-dictionary): New function.
22323         (ispell-aspell-add-aliases): New function.
22324         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
22325         appropriate.  Don't look for ispell dictionaries if we use aspell.
22326         (ispell-menu-map): Don't build a submenu of dictionaries.
22328 2005-08-09  Richard M. Stallman  <rms@gnu.org>
22330         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
22331         (sql-read-passwd): Use read-passwd.
22333         * progmodes/idlw-toolbar.el (idlwave-toolbar)
22334         (idlwave-toolbar-is-possible): Add defvars.
22336         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
22337         Avoid warnings.
22339         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
22340         (idlwave-system-class-info, idlwave-executive-commands-alist):
22341         Use defvar.
22343         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
22345         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
22346         Avoid warnings.
22348         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
22349         and content-type: headers.
22351         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
22353         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
22354         and rename some of them to be more self-explanatory.
22356         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
22358         * startup.el (command-line-1): Implement -scriptload.
22360         * replace.el (occur-engine): Initial *Occur* output not undoable.
22362         * menu-bar.el (menu-bar-file-menu): Rename some menu items
22363         and improve help strings.
22365         * isearch.el (isearch-repeat): When changing direction,
22366         mark search successful.
22368         * ediff-init.el: Use (featurep 'xemacs).
22370         * comint.el (send-invisible): Identify buffer, if not selected.
22372         * align.el: Delete autoload for c-guess-basic-syntax.
22374 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
22376         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
22377         Improve argument/docstring consistency.  Doc fixes.
22378         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
22379         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
22380         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
22381         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
22382         (r2bv-organization, r2bv-pages, r2bv-primary-author)
22383         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
22384         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
22385         Defvar at compile time.
22387 2005-08-09  Juri Linkov  <juri@jurta.org>
22389         * info.el: Replace `info' with upper-case `Info' where appropriate.
22390         (info-title-1, info-title-2, info-title-3, info-title-4)
22391         (info-menu-header): Move up face definitions.
22392         (info-menu-star): Rename from `info-menu-5'.
22393         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
22394         (Info-fontify-visited-nodes): Fix docstring.
22395         (Info-hide-note-references): Fix docstring.
22396         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
22397         menu items in the same way as on cross-references.
22398         (info-apropos): Fix sorting order and formatting to be like in the
22399         stand-alone Info browser.  Display error messages for 1 sec.
22400         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
22401         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
22402         from the menu bar.
22403         (Info-insert-dir): Restore point after calling
22404         `insert-buffer-substring'.
22406 2005-08-08  Richard M. Stallman  <rms@gnu.org>
22408         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
22409         (recompute-lucid-menubar): Add defvars.
22411         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
22413         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
22415         * net/net-utils.el (run-dig): Rename from `dig'.
22417         * play/gametree.el (gametree-mode): Use make-local-variable,
22418         not make-variable-buffer-local.
22420         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
22422         * ansi-color.el (ansi-color-make-extent)
22423         (ansi-color-set-extent-face): Use fboundp, not functionp.
22425         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
22426         not make-variable-buffer-local.
22428         * bookmark.el (Info-current-file): Add defvar.
22429         (bookmark-jump-noselect): Use with-no-warnings.
22431         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
22433         * ebuff-menu.el (Helper-return-blurb): Add defvar.
22435         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
22437         * find-file.el (ada-procedure-start-regexp)
22438         (ada-package-start-regexp): Add defvars.
22440         * info.el (Info-insert-dir): Use insert-buffer-substring.
22442         * xml.el (xml-att-def-re): Add defvar.
22444         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
22445         calling convention.
22447         * subr.el (while-no-input): Return t if there is input.
22449 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
22451         * cus-start.el (all): Add `overflow-newline-into-fringe'.
22453 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
22455         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
22456         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
22458 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
22460         * cmuscheme.el (scheme-start-file): Replace reference to
22461         `user-emacs-directory' by "~/.emacs.d/".
22463 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
22465         * info.el (Info-dir-remove-duplicates): Avoid case folding
22466         in loop; instead, keep downcased strings for comparison.
22467         Suggested by Helmut Eller.
22469 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
22471         Sync with Tramp 2.0.50.
22473         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
22474         XEmacs case; not necessary anymore.
22475         (tramp-user-regexp): Allow "@" as part of user name.
22476         (tramp-handle-set-visited-file-modtime)
22477         (tramp-handle-insert-file-contents)
22478         (tramp-handle-write-region): No special handling for
22479         `last-coding-system-used, because this is done in
22480         `tramp-accept-process-output' now.
22481         (tramp-accept-process-output): New defun.
22482         (tramp-process-one-action, tramp-process-one-multi-action)
22483         (tramp-wait-for-regexp, tramp-wait-for-output)
22484         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
22485         Howells <dhowells@redhat.com>.
22486         (clear-visited-file-modtime): Defadvice removed.  The check for
22487         unset buffer's modtime does not need to be based on
22488         `tramp-buffer-file-attributes'.  Suggested by RMS.
22489         (tramp-message): Insert "\n" if not being at beginning of line.
22490         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
22491         sequence with same logic.
22492         (tramp-completion-handle-expand-file-name): Discard call of
22493         `tramp-drop-volume-letter'.  It is not necessary, and there have
22494         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
22495         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22496         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
22497         should always be visible.
22498         (tramp-handle-insert-directory, tramp-setup-complete)
22499         (tramp-set-process-query-on-exit-flag)
22500         (tramp-append-tramp-buffers): Pacify byte-compiler.
22501         (tramp-bug): Delete non-existing variables from list.
22502         Apply `tramp-load-report-modules' as pre-hook.
22503         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
22504         `shell-prompt-pattern' because of non-7bit characters.
22505         Reported by Sebastian Luque <sluque@mun.ca>.
22506         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
22507         (tramp-match-string-list): Remove function.
22508         (tramp-wait-for-regexp): Remove call of that function.
22509         Suggested by Kim F. Storm <storm@cua.dk>.
22510         (tramp-set-auto-save-file-modes): Use octal integer code #o600
22511         instead of octal character code ?\600.  The latter resulted in a
22512         syntax error with XEmacs.
22514         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
22515         XEmacs case; not necessary anymore.
22516         (tramp-smb-handle-write-region): No special handling for
22517         `last-coding-system-used, because this is done in
22518         `tramp-accept-process-output' now.
22519         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
22521 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
22523         * wid-edit.el (widget-choice-value-create):
22524         Unconditionally respect user choice.  Set :explicit-choice back to nil
22525         when no longer needed.
22526         (widget-choice-action): Unconditionally respect user choice.
22527         Eliminate :explicit-choice-value.
22529         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
22531         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
22532         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
22533         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
22534         running new function `toggle-indicate-empty-lines'.
22535         Rename "Customize" item to "Customize fringe".
22536         Rename "Indicators" item to "Buffer boundaries" and change help echo.
22537         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
22538         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
22539         Delete "Empty lines only" item.
22540         (menu-bar-showhide-fringe-ind-customize): New function.
22541         (menu-bar-showhide-fringe-ind-mixed)
22542         (menu-bar-showhide-fringe-ind-box)
22543         (menu-bar-showhide-fringe-ind-right)
22544         (menu-bar-showhide-fringe-ind-left)
22545         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
22546         instead of `fringe-indicators'.
22548 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22550         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
22551         Change the date of last update.
22553 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22555         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
22556         (viper-exec-yank, viper-put-back): Don't display modification msg
22557         if in the minibuffer.
22559         * viper-init.el (viper-replace-overlay-cursor-color)
22560         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
22561         Make variables frame local.
22563         * viper-util.el (viper-append-filter-alist): Use append instead of
22564         nconc.
22566         * viper.el (viper-vi-state-mode-list)
22567         (viper-emacs-state-mode-list): Move help-mode and
22568         completion-list-mode from the first list to the second.
22569         (viper-mode): Docstring.
22570         (viper-go-away, viper-non-hook-settings): Don't localize
22571         minor-mode-alist in newer Emacsen.  Add advice to
22572         set-cursor-color.  Don't bind "\C-c\\".
22574 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
22576         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
22577         (scheme-macro-expand-command): New user options.
22578         (scheme-trace-procedure, scheme-expand-current-form): New commands.
22579         (scheme-form-at-point, scheme-start-file)
22580         (scheme-interactively-start-process): New functions.
22581         (scheme-get-process): New function, extracted from `scheme-proc'.
22582         (run-scheme): Call `scheme-start-file' to get start file, and pass
22583         it to `make-comint'.
22584         (switch-to-scheme, scheme-proc):
22585         Call `scheme-interactively-start-process' if no Scheme buffer/process
22586         is available.
22588 2005-08-06  Juri Linkov  <juri@jurta.org>
22590         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22591         Use `compilation-text-face', `compilation-info-text-face' and
22592         `compilation-error-text-face' instead of `font-lock-keyword-face'.
22593         (compilation-error): New face.
22594         (compilation-error-file-name): Inherit from
22595         `compilation-error' instead of `font-lock-warning-face'.
22596         (compilation-warning-file-name): Inherit from
22597         `compilation-warning' instead of `font-lock-warning-face'.
22598         (compilation-info, compilation-error-file-name)
22599         (compilation-warning-file-name, compilation-info-file-name)
22600         (compilation-line-number, compilation-column-number): Doc fix.
22601         (compilation-error-text-face, compilation-warning-text-face)
22602         (compilation-info-text-face): New face variables.
22603         (compilation-line-face, compilation-column-face)
22604         (compilation-enter-directory-face)
22605         (compilation-leave-directory-face): Doc fix.
22606         (compilation-text-face): New function.
22608         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
22609         instead of 1 to display binary file names as info file links.
22610         (grep-error-face): Use `compilation-error-face' instead of
22611         `font-lock-keyword-face'.
22612         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
22613         and `compilation-warning-text-face' instead of
22614         `font-lock-keyword-face'.  Use `compilation-error-text-face'
22615         instead of `grep-error-face'.
22617 2005-08-05  Kenichi Handa  <handa@m17n.org>
22619         * international/code-pages.el: Add autoload cookies for all coding
22620         systems.
22622 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
22624         * cus-start.el (all): Put undo.c where it alphabetically belongs.
22626 2005-08-04  Juri Linkov  <juri@jurta.org>
22628         * progmodes/compile.el (compilation-mode-map):
22629         * progmodes/grep.el (grep-mode-map):
22630         Bind TAB to `compilation-next-error' and [backtab] to
22631         `compilation-previous-error'.
22633         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
22634         matching line numbers, column numbers and their ranges with regexp
22635         matching only line numbers.
22636         (grep-context-face): New face variable.
22637         (grep-mode-font-lock-keywords): Use it.
22639         * faces.el (read-face-name): Delete duplicate faces.
22641 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
22643         * thumbs.el (thumbs-find-image): Don't make variables
22644         automatically buffer local.
22645         (thumbs-current-tmp-filename, thumbs-current-image-filename)
22646         (thumbs-image-num): Make automatically buffer local.
22647         (thumbs-show-thumbs-list): Use `make-local-variable', not
22648         `make-variable-buffer-local'.
22649         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
22651         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
22652         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
22653         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
22654         (bother, bye, canyou, chatlst, continue, deathlst, describe)
22655         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
22656         (feelings-about, foullst, found, hello, history, howareyoulst)
22657         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
22658         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
22659         (neglst, obj, object, owner, please, problems, qlist)
22660         (random-adjective, relation, remlst, repetitive-shortness)
22661         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
22662         (shortlst, something, sportslst, stallmanlst, states, subj)
22663         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
22664         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
22665         Defvar at compile time.
22667         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
22668         not `make-variable-buffer-local'.
22670 2005-08-02  Kim F. Storm  <storm@cua.dk>
22672         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
22673         rectangle overlay in selected window.
22675 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
22677         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
22678         instead of display group.  Make `indicate-buffer-boundaries'
22679         customizable through Custom.
22681 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
22683         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
22684         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
22685         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
22686         (gdb-put-string): Fix typos in docstrings.
22688 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
22690         Update copyright notices of files in progmodes directory for
22691         release of Emacs 22.1.
22693         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
22695         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
22696         Don't barf if the GUD buffer has been killed.
22698 2005-08-01  Kim F. Storm  <storm@cua.dk>
22700         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
22702 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22704         * simple.el (next-error-follow-minor-mode):
22705         make-variable-buffer-local -> make-local-variable.
22707         * emacs-lisp/cl-extra.el: Require CL also when compiling.
22709         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
22710         (byte-compile-form-make-variable-buffer-local): New functions to warn
22711         about misuses of make-variable-buffer-local where make-local-variable
22712         was meant.
22714 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
22716         * bs.el (bs-attributes-list): Doc fix.
22717         (bs): Update url-link.
22719         * desktop.el (desktop-save-buffer): Fix typos in docstring.
22720         (desktop-load-default): Simplify.
22722         * ibuffer.el (ibuffer-columnize-and-insert-list)
22723         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
22724         (ibuffer-unmark-all, ibuffer-toggle-marks)
22725         (ibuffer-unmark-forward, ibuffer-unmark-backward)
22726         (ibuffer-compile-make-format-form, ibuffer-format-column)
22727         (ibuffer-current-buffers-with-marks)
22728         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
22729         (ibuffer): Doc fix.
22730         (ibuffer-mode): Fix typo in docstring.
22731         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
22732         with `define-obsolete-variable-alias'.
22733         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
22735 2005-07-29  Kenichi Handa  <handa@m17n.org>
22737         * international/mule-cmds.el (select-message-coding-system):
22738         Be sure to use LF for end-of-line.  If no coding system is decided,
22739         return iso-8859-1-unix.
22741 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22743         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
22744         (ange-ftp-pending-error-line): New vars.
22745         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
22746         to handle the non-fatal no-route-to-host messages.
22747         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
22749 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
22751         * isearch.el (isearch-mode-map, isearch-other-meta-char)
22752         (isearch-quote-char, isearch-printing-char)
22753         (isearch-text-char-description): "?\ " -> "?\s".
22754         (isearch-lazy-highlight-cleanup)
22755         (isearch-lazy-highlight-initial-delay)
22756         (isearch-lazy-highlight-interval)
22757         (isearch-lazy-highlight-max-at-a-time)
22758         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
22759         Declare with define-obsolete-*-alias macros.
22760         (isearch-forward): Fix typo in docstring.
22761         (search-invisible, search-ring-yank-pointer)
22762         (regexp-search-ring-yank-pointer): Doc fixes.
22764         * recentf.el (recentf-menu-append-commands-p): Declare with
22765         `define-obsolete-variable-alias'.
22766         (recentf-max-saved-items, recentf-menu-filter)
22767         (recentf-arrange-by-rule-subfilter): Doc fixes.
22768         (recentf-menu-append-commands-flag)
22769         (recentf-initialize-file-name-history, recentf-expand-file-name)
22770         (recentf-clear-data): Fix typos in docstrings.
22772 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
22774         * progmodes/gdb-ui.el: Smarten comments.
22775         (gdb-info-breakpoints-custom): Use nowarn when finding file.
22777 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
22779         * term/apollo.el (terminal-init-apollo): New function containing
22780         all former top level forms in the file.
22781         * term/bobcat.el (terminal-init-bobcat):
22782         * term/cygwin.el (terminal-init-cygwin):
22783         * term/iris-ansi.el (terminal-init-iris-ansi):
22784         * term/linux.el (terminal-init-linux):
22785         * term/news.el (terminal-init-news):
22786         * term/rxvt.el (terminal-init-rxvt):
22787         * term/sun.el (terminal-init-sun):
22788         * term/tvi970.el (terminal-init-tvi970):
22789         * term/vt100.el (terminal-init-vt100):
22790         * term/vt102.el (terminal-init-vt102):
22791         * term/vt125.el (terminal-init-vt125):
22792         * term/vt200.el (terminal-init-vt200):
22793         * term/vt201.el (terminal-init-vt201):
22794         * term/vt220.el (terminal-init-vt220):
22795         * term/vt240.el (terminal-init-vt240):
22796         * term/vt300.el (terminal-init-vt300):
22797         * term/vt320.el (terminal-init-vt320):
22798         * term/vt400.el (terminal-init-vt400):
22799         * term/vt420.el (terminal-init-vt420):
22800         * term/wyse50.el (terminal-init-wyse50):
22801         * term/xterm.el (terminal-init-xterm): Likewise.
22803         * term/README: Describe the terminal-init-* functionality.
22805         * startup.el (command-line): After loading the terminal initialization
22806         file call the corresponding terminal initialization function.
22808 2005-07-27  Kenichi Handa  <handa@m17n.org>
22810         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
22811         negative.
22813         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
22814         (ps-mule-composition-prologue): Fix for the case that
22815         RelativeCompose is false.
22817 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22819         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
22821         * descr-text.el (describe-char): Handle the case where the list of
22822         chars is displayed in a separate frame.
22823         Be a bit more discriminating when looking for the char.
22825 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
22827         * bookmark.el (bookmark-automatically-show-annotations)
22828         (bookmark-read-annotation-text-func): Doc fixes.
22829         (bookmark-save): Improve argument/docstring consistency.
22830         (bookmark-get-bookmark, bookmark-get-bookmark-record)
22831         (bookmark-alist-from-buffer)
22832         (bookmark-upgrade-file-format-from-0)
22833         (bookmark-grok-file-format-version)
22834         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
22835         (bookmark-read-annotation-mode)
22836         (bookmark-insert-current-bookmark, bookmark-jump)
22837         (bookmark-exit-hook): Fix typos in docstrings.
22838         (bookmark-exit-hooks): Define as obsolete alias.
22839         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
22840         not `bookmark-exit-hooks'.  Fix docstring.
22841         (bookmark-bmenu-select): "?\ " -> "?\s".
22843 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
22845         * startup.el (command-line): Fix typo.
22847 2005-07-24  Richard M. Stallman  <rms@gnu.org>
22849         * tooltip.el (tooltip-mode): Test emacs-basic-display,
22850         not emacs-quick-startup.
22852 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
22854         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
22855         (reb-next-match, reb-show-subexp): Use `with-selected-window'
22856         instead of `reb-with-current-window'.
22857         (reb-prev-match): Likewise.  Also, don't move left if the search
22858         was unsuccessful.
22859         (reb-initialize-buffer): New function.
22860         (re-builder, reb-change-syntax): Use it.
22862         * man.el (Man-goto-page): Make second argument NOERROR optional.
22864 2005-07-23  Richard M. Stallman  <rms@gnu.org>
22866         * man.el (Man-bgproc-sentinel): Check here for failure to find
22867         any man page in the output, and report the error here.
22868         (Man-arguments): Make it permanent local.
22869         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
22870         (Man-mode): Pass t for NOERROR.
22872         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
22873         (grep-mode-font-lock-keywords):
22874         Don't use compilation-...-face for messages that are not file names.
22876         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22877         Don't use compilation-...-face for messages that are not file names.
22879 2005-07-22  Juri Linkov  <juri@jurta.org>
22881         * startup.el (normal-splash-screen): Update menu name.
22883         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
22885 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22887         * term/xterm.el: Load term/rxvt if the terminal is actually an
22888         rxvt terminal.
22889         (xterm-rxvt-set-background-mode): Remove, not used anymore.
22891         * term/rxvt.el (function-key-map): Use substitute-key-definition
22892         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
22894         * term/cygwin.el: New file.
22896 2005-07-22  Kim F. Storm  <storm@cua.dk>
22898         * image-file.el (insert-image-file, image-file-yank-handler):
22899         Fix last change to maintain a (unique) yank-handler on yanked images.
22901 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
22903         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
22904         of the file size (as in "177B" for 177 bytes).  This happens with
22905         "ls -lh" on FreeBSD.
22907 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
22909         * hilit-chg.el (highlight-changes-global-initial-state)
22910         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
22911         (hilit-chg-fixup, highlight-changes-mode):
22912         Fix typos in docstrings.
22913         (highlight-changes-global-modes, highlight-changes-rotate-faces):
22914         Doc fixes.
22916 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
22918         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
22919         mode function using `eval-after-load'.
22921 2005-07-21  Kim F. Storm  <storm@cua.dk>
22923         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
22924         included when reporting an Emacs crash, and tell about the DEBUG file.
22926         * image-file.el (insert-image-file): Add yank-handler.
22927         (image-file-yank-handler): Yank handler to make unique copies of
22928         images when they are yanked into a buffer next to each other.
22930 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
22932         * comint.el (comint-use-prompt-regexp, comint-send-input)
22933         (comint-source-default, comint-extract-string)
22934         (comint-get-source, comint-word, comint-completion)
22935         (comint-source, comint-prompt-read-only, comint-update-fence):
22936         Fix typos in docstrings.
22937         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
22938         Declare with define-obsolete-*-alias macros.
22939         (comint-previous-matching-input-from-input)
22940         (comint-next-matching-input-from-input)
22941         (comint-previous-matching-input, comint-next-matching-input)
22942         (comint-forward-matching-input):
22943         Improve argument/docstring consistency.
22945         * desktop.el (desktop-clear-preserve-buffers-regexp):
22946         Also preserve the *server* buffer.
22948         * simple.el (clone-indirect-buffer): Doc fix.
22949         (fixup-whitespace, just-one-space)
22950         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
22951         (next-error, next-error-highlight)
22952         (next-error-highlight-no-select, next-error-last-buffer)
22953         (next-error-buffer-p, next-error-find-buffer, next-error)
22954         (previous-error, next-error-no-select, previous-error-no-select)
22955         (open-line, split-line, minibuffer-prompt-width, kill-new)
22956         (binary-overwrite-mode): Fix typos in docstrings.
22957         (set-fill-column): Fix typo in message.
22959         * skeleton.el (skeleton-proxy-new): Doc fix.
22961         * strokes.el (strokes-load-hook): Doc fix.
22962         (strokes-grid-resolution, strokes-get-grid-position)
22963         (strokes-renormalize-to-grid, strokes-read-stroke)
22964         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
22965         (strokes-global-map): Fix typos in docstrings.
22966         (strokes-help): Doc fix.  Fix help message and pass it through
22967         `substitute-command-keys'.
22969         * tempo.el (tempo-insert-prompt, tempo-interactive)
22970         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
22971         (tempo-insert-string-functions, tempo-local-tags)
22972         (tempo-define-template, tempo-insert-template)
22973         (tempo-insert-prompt-compat, tempo-is-user-element)
22974         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
22975         Fix typos in docstrings.
22977         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
22978         (vcursor-key-bindings, vcursor-use-vcursor-map)
22979         (vcursor-find-window, vcursor-scroll-down)
22980         (vcursor-disable, vcursor-beginning-of-buffer)
22981         (vcursor-end-of-buffer): Fix typos in docstrings.
22982         (vcursor-relative-move, vcursor-get-char-count):
22983         Improve argument/docstring consistency.
22985         * version.el: "?\ " -> "?\s".
22987         * wid-edit.el (widget-default-create, widget-after-change)
22988         (widget-default-format-handler, widget-checklist-add-item)
22989         (widget-radio-add-item, widget-choose, widget-specify-secret)
22990         (widget-field-value-create, widget-field-value-get)
22991         (widget-editable-list-format-handler)
22992         (widget-editable-list-entry-create, widget-group-value-create)
22993         (widget-documentation-link-add)
22994         (widget-documentation-string-value-create): "?\ " -> "?\s".
22995         (widget-convert-text): Doc fix.
22996         (widget-narrow-to-field, widget-field-find)
22997         (widget-url-link-action, widget-emacs-library-link-action)
22998         (widget-color-notify): Fix typos in docstrings.
23000         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23001         (x-select-text, set-w32-system-coding-system)
23002         (w32-add-charset-info): Fix typos in docstrings.
23004         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23005         (cua-enable-cua-keys, cua-use-hyper-key)
23006         (cua-virtual-rectangle-edges): Fix typos in docstrings.
23007         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23009         * net/tramp.el (tramp-handle-load): Fix typo in error message.
23011         * emacs-lisp/re-builder.el (regexp-builder): Declare with
23012         `defalias' instead of faking it.
23014         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23015         (eshell-ls-missing, eshell-ls-dired-initial-args)
23016         (eshell-ls-use-in-dired): Fix typos in docstrings.
23018 2005-07-20  Kim F. Storm  <storm@cua.dk>
23020         * emulation/cua-base.el (cua-mode): Improve doc string.
23022 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
23024         * abbrev.el (expand-region-abbrevs): Doc fix.
23025         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23026         Improve argument/docstring consistency.
23028         * arc-mode.el (archive-get-descr, archive-alternate-display):
23029         Doc fixes.
23030         (archive-l-e): Improve argument/docstring consistency.
23031         (archive-tmpdir, archive-unixdate, archive-unixtime)
23032         (archive-chmod-entry): Fix typos in docstrings.
23033         (archive-unflag, archive-unflag-backwards)
23034         (archive-unmark-all-files): "?\ " -> "?\s".
23036         * buff-menu.el (Buffer-menu-unmark): Doc fix.
23037         (Buffer-menu-not-modified, Buffer-menu-execute)
23038         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23039         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23041         * composite.el (compose-string, encode-composition-rule)
23042         (compose-last-chars): Fix typos in docstrings.
23044         * desktop.el (desktop-enable, desktop-basefilename):
23045         Declare with `define-obsolete-variable-alias'.
23046         (desktop-internal-v2s): Don't quote keywords.
23047         (desktop-clear): "?\ " -> "?\s".
23049         * dired.el (dired-align-file, dired-flag-backup-files)
23050         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23051         (dired-listing-switches, dired-ls-F-marks-symlinks)
23052         (dired-dwim-target, dired-load-hook, dired-mode-hook)
23053         (dired-directory, dired-faces, dired, dired-revert)
23054         (dired-mode, dired-summary, dired-view-file)
23055         (dired-copy-filename-as-kill, dired-delete-file)
23056         (dired-no-confirm, dired-unmark-all-marks)
23057         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23058         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23059         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23060         Fix typos in message strings.
23062         * dired-x.el (virtual-dired): Declare with `defalias'.
23063         (dired-mark-unmarked-files, dired-local-variables-file)
23064         (dired-omit-here-always): Doc fix.
23065         (dired-omit-mode, dired-find-subdir)
23066         (dired-enable-local-variables, dired-clean-up-buffers-too)
23067         (dired-extra-startup, dired-mark-extension, dired-jump)
23068         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23069         (dired-smart-shell-command, dired-guess-shell-alist-user)
23070         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23071         (dired-x-bind-find-file, dired-x-submit-report):
23072         Fix typos in docstrings.
23073         (dired-mark-unmarked-files): "?\ " -> "?\s".
23075         * dirtrack.el (dirtrack-list): Fix typos in docstring.
23077         * faces.el (describe-face): "?\ " -> "?\s".
23078         (read-all-face-attributes, read-face-font, modify-face)
23079         (face-attr-construct, italic): Fix typos in docstrings.
23080         (frame-update-face-colors): Declare with
23081         `define-obsolete-function-alias'.
23083         * files.el (find-file-noselect, recode-file-name): Doc fixes.
23084         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23085         (magic-mode-alist, buffer-file-numbers-unique)
23086         (write-file-functions, get-free-disk-space):
23087         Fix typos in docstrings.
23088         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23089         (write-contents-hooks, write-file-hooks):
23090         Declare with `define-obsolete-variable-alias'.
23092         * forms-d2.el (arch-rj): Fix typo in docstrings.
23093         (arch-tocol): Likewise.  "?\ " -> "?\s".
23095         * frame.el (set-frame-font, cursor-in-non-selected-windows):
23096         Fix typo in docstring.
23097         (set-screen-width, set-screen-height): Delete redundant info in
23098         doctrings.
23099         (new-frame, screen-height, screen-width): Declare with
23100         `define-obsolete-function-alias'.
23101         (delete-frame-hook, blink-cursor): Declare with
23102         `define-obsolete-variable-alias'.
23104         * paths.el (prune-directory-list): Fix typos in docstring.
23106         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23107         (cvs-prefix-get): Fix typos in docstrings.
23109         * ps-print.el (ps-extend-face-list, ps-extend-face)
23110         (ps-print-background-image): Fix typos in docstrings.
23111         (ps-default-fg, ps-default-bg): Doc fixes.
23113         * s-region.el (s-region-bind): Doc fix.
23114         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23116         * textmodes/org.el (org-table-formula-substitute-names)
23117         (org-table-get-vertical-vector): Doc fixes.
23118         (org-table-recalculate): Remove unused argument to `message'.
23120 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
23122         * textmodes/org.el (org-table-column-names)
23123         (org-table-column-name-regexp)
23124         (org-table-named-field-locations): New variables.
23125         (org-archive-subtree): Protect `this-command' when calling
23126         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23127         the kill buffer.
23128         (org-complete): Remove fixed-formula completion.
23129         (org-edit-formulas-map): New variable.
23130         (org-table-edit-formulas): New command.
23131         (org-finish-edit-formulas, org-abort-edit-formulas)
23132         (org-show-variable, org-table-get-vertical-vector): New functions.
23133         (org-table-maybe-eval-formula): Handle `:=' fields.
23134         (org-table-get-stored-formulas, org-table-store-formulas)
23135         (org-table-get-formula, org-table-modify-formulas)
23136         (org-table-replace-in-formulas): Handle named field formulas.
23137         (org-table-get-specials): Store locations of named fields.
23139 2005-07-19  Juri Linkov  <juri@jurta.org>
23141         * progmodes/grep.el (grep-regexp-alist)
23142         (grep-mode-font-lock-keywords, grep-process-setup):
23143         Use default GNU grep match color "01;31m" instead of "01;41m".
23144         (grep-regexp-alist, grep-mode-font-lock-keywords):
23145         Use `\\[[0-9]*m' instead of `\\[00m'.
23146         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23147         sgr_start where its handling is more important.  Use the real
23148         length of sgr_start instead of constant 8.
23149         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23150         specially.  Delete all remaining escape sequences.
23151         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23152         (grep-regexp-alist): Make hyperlink only for binary file name
23153         instead of the whole line.
23154         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23155         (grep-mode): Add autoload.
23157         * emacs-lisp/find-func.el (find-function-regexp):
23158         Add `define-compilation-mode'.
23160 2005-07-19  Juri Linkov  <juri@jurta.org>
23162         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23163         (compare-windows-sync-string-size, compare-windows-recenter)
23164         (compare-windows-highlight, compare-windows): Add version 22.1.
23165         (compare-windows) <defface>: Inherit from lazy-highlight instead
23166         of duplicating its default value.
23168         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23169         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23171         * descr-text.el (describe-char): Create link buttons for `charset'
23172         and `code point'.  Add the current input method name with a link
23173         button to `to input' field.  Print face names of display table
23174         characters in `The display table entry is displayed by' section
23175         instead of printing face-id in the `display' field.
23176         Guess hardcoded faces and create a link button for them.
23177         Skip empty fields when calculating max-width.
23178         Treat `widget-create' specially while inserting strings from the
23179         collected field list.
23180         (describe-char-after): Made obsolete in version 22.1, not 21.5.
23182         * diff-mode.el (diff-file-header): Change foreground color from
23183         yellow to green on light backgrounds.
23184         (diff-context): Inherit from `shadow' only for color/grayscale
23185         with more than 88 colors.
23186         (diff-indicator-removed, diff-indicator-added)
23187         (diff-indicator-changed): New faces.
23188         (diff-font-lock-keywords): Use new faces.  Regroup rules.
23189         Add "^---$" for `normal' diff format.  Fontify `#' lines with
23190         font-lock-comment-delimiter-face and font-lock-comment-face.
23191         Add `#' to ^[^...] in the rule for `diff-context-face'.
23193         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23194         a button-like box.  Inherit from `highlight' on low colors.
23195         (shadow): Use shades of gray only for color/grayscale with
23196         more than 88 colors.  Use green for light backgrounds with
23197         8 colors, and yellow for dark backgrounds with 8 colors.
23199         * font-lock.el (font-lock-regexp-grouping-backslash):
23200         Don't inherit from escape-glyph (use bold for all cases).
23202         * info.el (info-xref-visited): Use light foreground color `violet'
23203         for dark backgrounds instead of dark color `magenta3'.
23204         (info-title-1): Use `yellow' color for dark backgrounds.
23206         * isearch.el (isearch): Use not-too-dark magenta3 instead of
23207         too-light magenta2.
23209         * replace.el (match): Use slightly more light RoyalBlue3 instead
23210         of dark RoyalBlue4.
23212         * wid-edit.el (widget-inactive): Inherit from `shadow'.
23214 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
23216         * novice.el (disabled-command-hook): Declare it with
23217         `define-obsolete-variable-alias'.
23219         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23220         (desktop-buffer-misc-functions, desktop-buffer-handlers)
23221         (desktop-load-default): Add release to obsolescence info.
23222         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23223         (desktop-append-buffer-args, desktop-read):
23224         Fix typos in docstrings.
23225         (desktop-kill): Fix typo in message.
23226         (desktop-save): Doc fix.
23228 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
23230         * viper-cmd.el (viper-escape-to-state): Bug fix.
23231         (viper-envelop-ESC-key): Change the definition of fast
23232         keysequence so it'll work with keyboard macros.
23234         * ediff.el (ediff-patch-buffer): Change the docstring.
23236 2005-07-19  Kenichi Handa  <handa@m17n.org>
23238         * international/mule-cmds.el (select-safe-coding-system): Try to
23239         use an auto-coding (if any) before anything else.  If the found
23240         auto-coding is invalid, show a warning message.
23242         * international/mule.el (find-auto-coding): New function created
23243         by modifying the body of set-auto-coding.
23244         (set-auto-coding): Use find-auto-coding to find a coding.
23246 2005-07-18  Richard M. Stallman  <rms@gnu.org>
23248         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23249         not isearch-mode-end-hook-error.
23250         (allout-before-change-protect): Fix error message.
23252 2005-07-18  Juri Linkov  <juri@jurta.org>
23254         * allout.el (allout-mode):
23255         * calculator.el (calculator-copy):
23256         * custom.el (custom-known-themes):
23257         * dired.el (dired-desktop-buffer-misc-data)
23258         (dired-restore-desktop-buffer):
23259         * dired-x.el (dired-omit-marker-char):
23260         * files.el (basic-save-buffer):
23261         * font-core.el (font-lock-mode):
23262         * calendar/calendar.el (calendar-goto-hebrew-date)
23263         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23264         (calendar-goto-persian-date):
23265         * language/ethio-util.el (ethio-sera-to-fidel-region):
23266         * textmodes/picture.el (picture-mode):
23267         Delete duplicate duplicate words.
23269 2005-07-18  Juri Linkov  <juri@jurta.org>
23271         * isearch.el (isearch-mode-map): Remove key bindings for regexp
23272         chars * ? } |.
23273         (isearch-fallback): Don't call `isearch-process-search-char'.
23274         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23275         (isearch-process-search-char): Call `isearch-fallback' for regexp
23276         chars * ? } |.
23277         (isearch-return-char): Make obsolete with `make-obsolete' instead
23278         of simply documenting it as obsolete in the docstring.
23279         (isearch-fallback): Refill docstring.
23281         * international/isearch-x.el
23282         (isearch-process-search-multibyte-characters): Remove unneeded
23283         `concat'.  Add intermediate values to `junk-hist' instead of
23284         `minibuffer-history'.  Test the length of `str'.
23286 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
23288         * allout.el (allout-resolve-xref): Fix typos in error strings.
23289         (allout-before-change-protect): Remove unneeded `concat'.
23291         * array.el (array-mode, array-reconfigure-rows)
23292         (untabify-backward): Fix typos in docstrings.
23293         (array-reconfigure-rows): Use `insert-buffer-substring', not
23294         `insert-buffer'.
23296         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
23297         * progmodes/ada-mode.el (ada-make-body):
23298         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
23300         * dired.el (dired-log):
23301         * tar-mode.el (tar-subfile-save-buffer):
23302         * play/zone.el (zone-pgm-stress-destress):
23303         Use `insert-buffer-substring', not `insert-buffer'.
23305 2005-07-17  Simon Josefsson  <jas@extundo.com>
23307         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
23309 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
23311         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
23312         Add plain auth method.
23313         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
23315 2005-07-17  Kim F. Storm  <storm@cua.dk>
23317         * ido.el (dired-other-window): Add ido property.
23319 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
23321         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23322         Fix typo in docstring.
23323         (byte-compile-interactive-only-functions): Add `insert-buffer' and
23324         `insert-file-literally'.
23326         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
23327         info and delete redundant message.  Doc fix.
23328         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
23329         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
23331 2005-07-16  Richard M. Stallman  <rms@gnu.org>
23333         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
23334         (byte-compile-and): Use byte-compile-and-recursion.
23335         (byte-compile-or-recursion): New function.
23336         (byte-compile-or): Use that.
23337         (byte-compile-if): Guard the else-clause too.
23338         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
23340         * isearch.el (isearch-mode-end-hook-quit): New variable.
23341         (isearch-done): Bind it.
23342         (isearch-mode-end-hook): Doc fix.
23344         * allout.el (allout-isearch-did-quit): Variable deleted.
23345         (allout-real-isearch-abort): Function name no longer used.
23346         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
23347         (allout-isearch-rectification): isearch-mode always exists.
23348         Don't set allout-isearch-did-quit.
23349         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
23350         allout-isearch-did-quit.
23351         (allout-enwrap-isearch): Just add the hook.
23352         (allout-isearch-abort): Function deleted.
23353         (allout-pre-command-business): Avoid warning.
23355         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
23356         Correctly avoid warnings.
23357         (pascal-outline): Likewise.
23359         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
23361         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
23363         * play/tetris.el (tetris-mode): Avoid warning.
23365         * play/snake.el (snake-mode): Avoid warning.
23367         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
23368         (gamegrid-set-display-table): Avoid warning.
23369         (gamegrid-set-timer): Likewise.
23370         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
23371         (gamegrid-add-score-with-update-game-score-1): Take FILE
23372         as argument.
23373         (gamegrid-add-score-with-update-game-score): Pass that argument.
23374         Rename have-shared-game-dir to gamegrid-shared-game-dir.
23376         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
23378         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
23379         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
23381         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
23382         and insert-file.
23384         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
23385         (sc-ask): Avoid warnings.
23387         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
23388         (eshell-hist-initialize): Use that var the natural way.
23390         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
23392         * emacs-lisp/re-builder.el (reb-cook-regexp):
23393         Avoid warning calling lre-compile-string.
23394         (reb-color-display-p): Avoid warning.
23396         * calculator.el (calculator-last-input): Guard uses
23397         of event-key and key-press-event-p.
23398         (event-key, key-press-event-p): Delete definitions.
23400         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
23401         (find-gc-source-directory, find-gc-subrs-callers)
23402         (find-gc-noreturn-list, find-gc-source-files)
23403         (find-gc-subrs-called): Vars renamed and defvar'd.
23405         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
23406         (checkdoc-overlay-put, checkdoc-delete-overlay)
23407         (checkdoc-overlay-start, checkdoc-overlay-end)
23408         (checkdoc-mode-line-update, checkdoc-char=):
23409         Define such that compiler knows they are defined.
23410         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
23411         (checkdoc-read-event): Delete.  Use read-event directly.
23413         * whitespace.el (whitespace-make-overlay)
23414         (whitespace-overlay-put, whitespace-delete-overlay)
23415         (whitespace-overlay-start, whitespace-overlay-end):
23416         Define such that compiler knows they are defined.
23417         (whitespace): Move conditional inside.
23419         * tempo.el (tempo-insert-template): Suppress warning.
23421         * ediff-diff.el (longlines-mode): Add defvar.
23423 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
23425         * server.el: Bind "C-x #" in a way that works even if C-x is
23426         redefined to a command key, not a prefix key.
23428 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
23430         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
23431         cl-make-type-test till execution time.
23433 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
23435         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
23436         arg ARG and use it.
23438 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
23440         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
23442 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
23444         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23445         a defcustom with two :set or :type keywords.
23447 2005-07-15  Richard M. Stallman  <rms@gnu.org>
23449         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23450         Don't give ^M comment-end syntax.
23452 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
23454         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
23455         Don't consider gdbmi (gdb-mi.el has its own update functions).
23456         (gdb-var-delete): Make it work for gdbmi as well.
23457         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
23459         * progmodes/gud.el (etags, sdb): Only require etags when needed.
23460         (gud-speedbar-menu-items): Correct logic for enabling items.
23462 2005-07-15  Kim F. Storm  <storm@cua.dk>
23464         * ido.el: Fix commentary.
23465         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
23466         Use with-no-warnings around ffap-guesser.
23467         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
23468         Let bind minibuffer-completing-file-name to t.
23470 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
23472         * startup.el (site-run-file, keyboard-type): Doc fixes.
23473         (command-line): Check for "--basic-display" argument; also for
23474         "--quick", not "--bare-bones" (which was renamed).
23475         (fancy-splash-text): Add missing item "Getting New Versions".
23476         (normal-splash-screen): Fix typos and improve consistency with
23477         `fancy-splash-text'.  Update copyright year.
23479         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
23480         valid binding for `help-char'.
23482         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
23484 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
23486         * term.el (term-mode): Disable cua-mode for term buffers.
23488 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
23490         * add-log.el (add-log-mailing-address, change-log-merge):
23491         Doc fixes.
23492         (change-log-get-method-definition): Fix typo in docstring.
23494 2005-07-14  Kim F. Storm  <storm@cua.dk>
23496         * emulation/cua-base.el:
23497         (cua--pre-command-handler-1, cua--pre-command-handler)
23498         (cua--post-command-handler-1, cua--post-command-handler):
23499         Split in two.  Check (buffer local) value of cua-mode.
23500         (cua-selection-mode): New command.
23502 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
23504         * custom.el (custom-initialize-safe-set)
23505         (custom-initialize-safe-default): Doc fixes.
23507         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23508         and simplify :init-value again.
23510         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23511         and simplify :init-value again.  Delete autoload.
23513         * startup.el (command-line): Use `custom-reevaluate-setting' again
23514         for tooltip-mode.
23516         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23517         a defcustom with two :initialize keywords.
23519 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
23521         * allout.el (my-mark-marker, allout-isearch-prior-pos)
23522         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
23523         (allout-post-command-business, allout-flag-region)
23524         (isearch-reenable-font-lock, allout-yank)
23525         (allout-insert-latex-header, allout-insert-latex-trailer)
23526         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
23527         (allout-latex-verb-quote): Fix typos in docstrings.
23528         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
23529         (allout-unprotected, allout-prefix-data):
23530         Improve argument/docstring consistency.
23531         (allout-chart-subtree): Fix argument spec.
23532         (allout-open-topic): Rename `use_sib_bullet' argument to
23533         `use-sib-bullet'.  Doc fix.
23535         * whitespace.el (whitespace-check-buffer-leading)
23536         (whitespace-check-buffer-trailing)
23537         (whitespace-check-buffer-indent)
23538         (whitespace-check-buffer-spacetab)
23539         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
23540         (whitespace-check-leading-whitespace)
23541         (whitespace-check-trailing-whitespace)
23542         (whitespace-check-spacetab-whitespace)
23543         (whitespace-check-indent-whitespace)
23544         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
23545         (whitespace-modes): Fix typos in docstrings.
23546         (defgroup, defcustom): Doc fixes.
23548         * winner.el (winner-mode, winner-boring-buffers)
23549         (winner-pending-undo-ring): Doc fixes.
23550         (winner-ring): Remove unneeded `progn'.
23551         (winner-equal): `defsubst' it.
23552         (winner-redo): Fix message.
23554 2005-07-13  Kim F. Storm  <storm@cua.dk>
23556         * simple.el (line-move-1): Always use vertical-motion to
23557         do the last (or only) line move to ensure some movement.
23558         Undo 2005-06-23 change--don't check for overlays.
23560 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23562         * term/mac-win.el (ccl-encode-mac-roman-font)
23563         (ccl-encode-mac-centraleurroman-font)
23564         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
23565         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
23566         Change charset-id boundary of dimension to ?\xef.
23567         (mac-char-fontspec-list): New constant.
23568         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
23569         argument.  Nil uses itself as family in font-spec.  Previous
23570         behavior for nil is now provided by non-nil non-string argument.
23571         All callers changed.  Add font-specs for Mac fonts to
23572         "fontset-default" unless iso8859-1 fonts are installed.
23574 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23576         * progmodes/sh-script.el (sh-get-indent-info): Only indent
23577         a continuation line if the \ is preceded by SPC or TAB.
23578         (sh-get-indent-info): Simplify.
23579         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
23580         Use with-current-buffer.
23582         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
23583         when the matched text is empty.
23585 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
23587         * startup.el (command-line): Revert to previous handling of
23588         tooltip-mode.  Explain in comment why the complexity is needed.
23590         * tooltip.el (tooltip-mode): Revert to previous implementation of
23591         its defcustom.
23593         * frame.el (blink-cursor-mode): Revert to previous implementation
23594         of its defcustom.  Update comment.
23596 2005-07-12  Lars Hansen  <larsh@soem.dk>
23598         * desktop.el: Update e-mail address.
23600 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23602         * term/mac-win.el (mac-services-mail-selection)
23603         (mac-services-mail-to): New functions.
23604         (mac-application-menu-map): Bind them.
23606 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
23608         * progmodes/gdb-ui.el: Add note about buffering with Windows.
23610 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
23612         * custom.el (custom-reevaluate-setting): Doc fix.
23614 2005-07-11  Jay Belanger  <belanger@truman.edu>
23616         * calc/calc.el (calc-embedded-announce-formula-alist)
23617         (calc-embedded-open-close-plain-alist)
23618         (calc-embedded-open-close-mode-alist): Add checks for additional
23619         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
23621 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
23623         * custom.el (custom-enable-theme): Don't add theme to
23624         `custom-enabled-themes' with `push' because there is no
23625         setf-method for `delq'.
23627 2005-07-11  Richard M. Stallman  <rms@gnu.org>
23629         * custom.el (custom-declare-variable): Doc fix.
23631         * dired-aux.el (dired-compare-directories): Remove "." and ".."
23632         from the alists.
23634         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
23635         Do nothing if edebug-active.
23637         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
23638         (edebug-display): Do it here instead.
23640 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23642         * cus-face.el (custom-theme-set-faces): Make it work.
23643         (custom-reset-faces): Doc fix.
23644         (custom-theme-reset-internal-face, custom-theme-face-value):
23645         Functions deleted.
23647         * custom.el (custom-push-theme): Maintain list of the settings
23648         of a given theme in its theme-settings property.
23649         Maintain position of old settings in the theme-value
23650         or theme-face property.
23651         (custom-enabled-themes): New variable.
23652         (custom-theme-enabled-p): New function.
23653         (provide-theme): Update custom-enabled-themes.
23654         Disable and reenable the `user' theme.
23655         (require-theme): Doc fix.
23656         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
23657         (custom-theme-value, custom-theme-variable-value): Likewise.
23658         (custom-theme-reset-internal): Likewise.
23659         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
23660         (custom-enable-theme, custom-disable-theme): New functions.
23661         (custom-variable-theme-value, custom-face-theme-value): Likewise.
23662         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
23663         (custom-theme-reset-variables): Simplify.
23664         (deftheme, custom-declare-theme, custom-make-theme-feature):
23665         Definitions moved.
23667 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
23669         * longlines.el (longlines-show-region)
23670         (longlines-unshow-hard-newlines): Recognize hard newlines by
23671         non-nil hard property, instead of t.
23673 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
23675         * viper-cmd.el (viper--key-maps): New variable.
23676         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
23677         emulation-mode-map-alists.
23678         (viper-envelop-ESC-key): Use viper-subseq.
23679         (viper-search-forward/backward/next): Disable debug-on-error.
23681         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23682         (viper-ESC-key): New defcustoms.
23684         * viper-macs.el (ex-map-read-args): Use viper-subseq.
23686         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
23687         (viper-subseq): Copy of subseq from cl.el.
23689         * viper.el (viper-go-away, viper-set-hooks): Use
23690         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
23692         * viper-mous.el (viper-current-frame-saved): Use defvar.
23694         * viper-init.el: Get rid of -face in face names.
23696         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
23697         Make it work with longlines mode
23699         * ediff-mult.el (ediff-meta-mode-hook): New variable.
23701         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
23703         * ediff-init.el: Get rid of -face in face names.
23705 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23707         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
23708         and with-timeout-unsuspend.
23710         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
23711         and with-timeout-unsuspend.
23713         * emacs-lisp/timer.el (with-timeout-timers): New variable.
23714         (with-timeout): Bind that variable to record timers.
23715         (with-timeout-suspend, with-timeout-unsuspend): New functions.
23717         * emacs-lisp/debug.el (debug-help-follow): New function.
23718         (debugger-mode-map): Use that instead of help-follow.
23719         (debugger-setup-buffer): Use eval-buffer-list
23720         to handle eval-buffer frames.
23722 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
23724         * timezone.el (timezone-parse-date): Change first regexp
23725         so it will not mistakenly match dates with no time zone.
23727 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
23729         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
23731 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
23733         * custom.el (custom-initialize-safe-set)
23734         (custom-initialize-safe-default): New functions.
23736         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23737         and simplify :init-value.
23739         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23740         and simplify :init-value.  Delete obsolete comment.
23742         * startup.el (command-line): Use `custom-reevaluate-setting' to
23743         handle `tooltip-mode'.  Delete obsolete comment.
23745         * files.el (set-visited-file-name): Avoid calling
23746         `file-name-nondirectory' with a nil argument.
23748 2005-07-09  Richard M. Stallman  <rms@gnu.org>
23750         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
23751         was called with nil for the buffer, handle the read position right.
23752         Handle read position for eval-region, too.
23754 2005-07-09  Juri Linkov  <juri@jurta.org>
23756         * fringe.el (fringe-mode): Add period in docstring.
23757         (fringe-query-style): Build prompt depending on `all-frames' arg.
23759         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
23760         to not create links to unrelated functions in the Help buffer.
23762         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
23763         Doc fix.
23765         * simple.el (next-error-hook): New variable.
23766         (next-error): Use it.  Doc fix.
23768         * textmodes/ispell.el (ispell-command-loop): Add current
23769         dictionary name and program name to mode-line-format.
23770         (ispell-region, ispell-process-line): Add current dictionary name
23771         and program name to messages.
23773 2005-07-08  Jay Belanger  <belanger@truman.edu>
23775         * calc/calc.el (calc-embedded-announce-formula-alist)
23776         (calc-embedded-open-close-formula-alist)
23777         (calc-embedded-open-close-word-alist)
23778         (calc-embedded-open-close-plain-alist)
23779         (calc-embedded-open-close-new-formula-alist)
23780         (calc-embedded-open-close-mode-alist)
23781         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
23782         (calc-embedded-mode-hook): New variables.
23784         * calc/calc-embed.el (calc-embedded-firsttime)
23785         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
23786         New variables.
23787         (calc-do-embedded): Use calc-embedded-firsttime,
23788         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
23789         determine whether or not to run hooks.
23790         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
23791         calc-embedded-firsttime-formula appropriately.
23792         Set calc-embedded delimiter variables according to mode.
23794 2005-07-08  Richard M. Stallman  <rms@gnu.org>
23796         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
23797         Check for "emacs", etc., as entire symbol, not just as word.
23798         (checkdoc-file-comments-engine): Use regexp-quote on FN.
23800         * files.el (set-visited-file-name): Report the error
23801         for "empty filename" earlier.
23802         (kill-some-buffers): Ignore buffers already dead.
23804         * fringe.el (fringe-mode): Doc fix.
23806         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23807         Check for (featurep 'xemacs) and turn off warnings in what it guards.
23808         Use unwind-protect to ensure byte-compile-unresolved-functions
23809         is updated.
23811         * whitespace.el (whitespace-buffer-leading-cleanup):
23812         Simplify w/ skip-chars-forward.
23813         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
23815         * mail/rmail.el (rmail-only-expunge): Fix paren error.
23816         Unconditionally try to leave point at the same old place.
23818 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
23820         * comint.el (comint-postoutput-scroll-to-bottom)
23821         (comint-show-maximum-output): Take scroll-margin into consideration.
23823 2005-07-08  Kim F. Storm  <storm@cua.dk>
23825         * ido.el (ido-use-filename-at-point): New choice `guess'.
23826         (ido-file-internal): Try ffap-guesser if selected.
23828         * ido.el (ido-before-fallback-functions): New hook.
23829         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
23830         (ido-read-file-name): Run it.
23832 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23834         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
23835         strings rather than a list of symbols to the completion function.
23837 2005-07-07  Jay Belanger  <belanger@truman.edu>
23839         * calc/calc-units.el (math-apply-units): Change the places in
23840         which units are simplified.
23842 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
23844         * cus-edit.el (customize-option, customize-option-other-window):
23845         Make them handle aliases.
23847         * custom.el (custom-variable-p): Make it recursively follow
23848         aliases.  Mention that in the docstring.
23850 2005-07-07  Richard M. Stallman  <rms@gnu.org>
23852         * cus-start.el (exec-path): Use `directory' instead of `file'.
23853         Fix tag for nil.
23855 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23857         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
23858         when called non-interactively.  Doc fix.
23860 2005-07-07  Lute Kamstra  <lute@gnu.org>
23862         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
23863         new address as well.
23865 2005-07-07  Kenichi Handa  <handa@m17n.org>
23867         * international/mule.el (make-coding-system):
23868         Describe `ascii-incompatible' property in the docstring.
23869         (set-file-name-coding-system): Signal an error if coding-system is
23870         ascii-incompatible.
23871         (set-keyboard-coding-system): Likewise.
23873         * international/mule-cmds.el (set-default-coding-systems):
23874         Don't set default-file-name-coding-system and
23875         default-keyboard-coding-system if coding-system is ASCII-incompatible.
23877         * international/utf-16.el: Declare that all UTF-16-based coding
23878         systems are ASCII-incompatible.
23880 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
23882         * progmodes/gud.el: Require font-lock for displaying errors.
23883         Used by gdb-ui.el.
23885 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23887         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
23888         values for the pattern lists which are `read'able but not
23889         `append'able (like symbols).
23891 2005-07-06  Richard M. Stallman  <rms@gnu.org>
23893         * progmodes/flymake.el (flymake-float-time): Instead of
23894         with-no-warnings, test for XEmacs.
23895         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
23896         to avoid warning.
23898 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
23900         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
23902 2005-07-05  Lute Kamstra  <lute@gnu.org>
23904         * battery.el: Add support for Darwin (with much debugging help
23905         from Samuel Lauber <sam124@operamail.com>).
23906         (battery-status-function, battery-echo-area-format)
23907         (battery-mode-line-format): Add support for pmset on Darwin.
23908         (battery-load-low, battery-load-critical): New user options.
23909         (battery-pmset): New function.
23911 2005-07-05  Lute Kamstra  <lute@gnu.org>
23913         Update FSF's address in GPL notices.
23915         * textmodes/page-ext.el: Update FSF's address.
23917 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23919         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
23920         filling from using prefix when filling a single-line docstring.
23922         * progmodes/flymake.el: Remove useless eval-when-compile.
23924         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
23926 2005-07-04  Richard M. Stallman  <rms@gnu.org>
23928         * textmodes/org.el (org-file-apps-defaults-gnu):
23929         Rename from org-file-apps-defaults-linux.
23930         (org-default-apps): Don't test system-type for `linux'.
23931         (org-file-apps): Doc fix.
23933 2005-07-04  David Ponce  <david@dponce.com>
23935         * tree-widget.el: Improve header Commentary section.
23936         (tree-widget) [defgroup]
23937         (tree-widget-image-enable, tree-widget-themes-directory)
23938         (tree-widget-theme, tree-widget-image-properties-emacs)
23939         (tree-widget-image-properties-xemacs, tree-widget-create-image)
23940         (tree-widget-image-formats, tree-widget-control)
23941         (tree-widget-empty-control, tree-widget-leaf-control
23942         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
23943         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
23944         (tree-widget-keep, tree-widget-after-toggle-functions)
23945         (tree-widget-open-node, tree-widget-close-node): Doc fix.
23946         (tree-widget-open-control, tree-widget-close-control): Fix doc and
23947         :help-echo message.
23948         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
23949         (tree-widget-image-properties): Doc fix.  Clearer implementation.
23950         (tree-widget--cursors): New constant.
23951         (tree-widget-lookup-image): New function split from
23952         `tree-widget-find-image'.  Clearer implementation.
23953         (tree-widget-find-image): Use it.
23954         (tree-widget-button-keymap): Use `set-keymap-parent'.
23955         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
23956         Define the sub-widgets here.
23957         (tree-widget-node): Check that :node is not a tree-widget.
23958         (tree-widget-get-super, tree-widget-open-control)
23959         (tree-widget-close-control, tree-widget-empty-control)
23960         (tree-widget-leaf-control, tree-widget-guide)
23961         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
23962         (tree-widget-no-handle, tree-widget-value-delete)
23963         (tree-widget-map): Remove.
23964         (tree-widget-children-value-save): Doc fix.  Simplified.
23965         (tree-widget-value-create): Update according to previous changes.
23967 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
23969         * textmodes/org.el: Leading space replaced by TABS.
23970         (org-recalc-marks, org-table-rotate-recalc-marks)
23971         (org-table-get-specials): Treat "^" and "_" marks.
23972         (org-table-justify-field-maybe): Optional argument NEW.
23973         (org-table-eval-formula): Parsing of the format simplified.
23974         New modes C,I.  Honor the %= parameter in the current table.
23975         Avoid unnecessary re-align by using the NEW argument to
23976         `org-table-justify-field-maybe'.
23977         (org-calc-default-modes): Default for date-format mimicks org-mode.
23978         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
23980 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
23982         * cus-face.el (custom-theme-set-faces): Make it handle face
23983         aliases whose alias declarations are pre- or autoloaded.
23985 2005-07-04  Juri Linkov  <juri@jurta.org>
23987         * faces.el (read-face-name): Put the code for getting a face name
23988         from the buffer before adding the faces from the `face' property.
23989         Use `completing-read-multiple' instead of `completing-read'.
23990         Require `crm'.  Add default value and post-process the returned
23991         list of faces.
23993         * emacs-lisp/crm.el (crm-find-current-element)
23994         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
23996         * emacs-lisp/lisp-mode.el (eval-defun-1):
23997         * emacs-lisp/edebug.el (edebug-eval-defun):
23998         Remove unnecessary quotes.
24000 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
24002         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24003         (prolog-indent-level): Fix typo in docstring.
24005         * info.el (Info-history, Info-history-forward)
24006         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24008         * add-log.el (add-change-log-entry):
24009         * comint.el (comint-dynamic-list-input-ring)
24010         (comint-dynamic-list-completions):
24011         * dabbrev.el (dabbrev-expand):
24012         * delim-col.el (delimit-columns-rectangle-line):
24013         * diff-mode.el (diff-context->unified, diff-reverse-direction)
24014         (diff-unified->context):
24015         * ediff-init.el (ediff-abbrev-jobname):
24016         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24017         (ediff-replace-session-activity-marker-in-meta-buffer):
24018         * info.el (Info-summary):
24019         * lpr.el (printify-region):
24020         * printing.el (pr-create-interface):
24021         * ps-print.el (ps-print-quote):
24022         * ses.el (ses-column-widths, ses-print-cell)
24023         (ses-adjust-print-width, ses-center):
24024         * shell.el (shell-file-name-quote-list):
24025         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24026         (strokes-fill-current-buffer-with-whitespace)
24027         (strokes-xpm-for-stroke, strokes-list-strokes)
24028         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24029         * term.el (term-dynamic-list-input-ring)
24030         (term-dynamic-list-completions):
24031         * calc/calc.el (math-format-stack-value):
24032         * emacs-lisp/edebug.el (edebug-display-freq-count):
24033         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24034         (delphi-new-comment-line):
24035         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24036         * progmodes/executable.el (executable-set-magic):
24037         * progmodes/python.el (inferior-python-mode):
24038         * progmodes/scheme.el (scheme-mode-syntax-table):
24039         * progmodes/sh-script.el (sh-maybe-here-document):
24040         * progmodes/sql.el (sql-copy-column):
24041         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24042         * textmodes/bibtex.el (bibtex-mode):
24043         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24044         (sgml-auto-attributes):
24045         * textmodes/table.el (table-insert, table-shorten-cell)
24046         (table--generate-source-scan-lines, table-delete-row)
24047         (*table--cell-delete-char, table--spacify-frame)
24048         (table--horizontally-shift-above-and-below)
24049         (table--cell-insert-char, table--cell-blank-str)
24050         (table--fill-region-strictly):
24051         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24052         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24054         * add-log.el (change-log):
24055         * apropos.el (apropos):
24056         * comint.el (comint-completion, comint-source):
24057         * dabbrev.el (dabbrev):
24058         * delim-col.el (columns):
24059         * diff-mode.el (diff-mode):
24060         * ediff.el (ediff):
24061         * ediff-diff.el (ediff-diff):
24062         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24063         * ediff-mult.el (ediff-mult):
24064         * ediff-ptch.el (ediff-ptch):
24065         * ediff-wind.el (ediff-window):
24066         * facemenu.el (facemenu):
24067         * indent.el (indent):
24068         * info.el (info):
24069         * jka-cmpr-hook.el (compression, jka-compr):
24070         * lpr.el (lpr):
24071         * outline.el (outlines):
24072         * pcmpl-cvs.el (pcmpl-cvs):
24073         * pcmpl-rpm.el (pcmpl-rpm):
24074         * printing.el (printing):
24075         * ps-print.el (postscript, ps-print, ps-print-horizontal)
24076         (ps-print-vertical, ps-print-headers, ps-print-font)
24077         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24078         (ps-print-background, ps-print-printer, ps-print-page)
24079         (ps-print-miscellany):
24080         * ses.el (ses):
24081         * shell.el (shell, shell-directories, shell-faces):
24082         * startup.el (initialization):
24083         * strokes.el (strokes):
24084         * term.el (term):
24085         * uniquify.el (uniquify):
24086         * w32-vars.el (w32):
24087         * calc/calc.el (calc):
24088         * emacs-lisp/bytecomp.el (bytecomp):
24089         * emacs-lisp/cl-indent.el (lisp-indent):
24090         * emacs-lisp/edebug.el (edebug):
24091         * emacs-lisp/elp.el (elp):
24092         * emacs-lisp/testcover.el (testcover):
24093         * emacs-lisp/trace.el (trace):
24094         * emulation/viper-ex.el (viper-ex):
24095         * emulation/viper-mous.el (viper-mouse):
24096         * mail/mailalias.el (mailalias):
24097         * mail/supercite.el (supercite, supercite-frames)
24098         (supercite-attr, supercite-cite, supercite-hooks):
24099         * net/rcompile.el (remote-compile):
24100         * net/rlogin.el (rlogin):
24101         * obsolete/ooutline.el (outlines):
24102         * progmodes/delphi.el (delphi):
24103         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24104         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24105         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24106         (ebnf-optimization):
24107         * progmodes/etags.el (etags):
24108         * progmodes/executable.el (executable):
24109         * progmodes/idlwave.el (idlwave):
24110         * progmodes/pascal.el (pascal):
24111         * progmodes/prolog.el (prolog):
24112         * progmodes/python.el (python):
24113         * progmodes/scheme.el (scheme):
24114         * progmodes/sh-script.el (sh, sh-script):
24115         * progmodes/sql.el (SQL):
24116         * progmodes/tcl.el (tcl):
24117         * textmodes/bibtex.el (bibtex, bibtex-autokey):
24118         * textmodes/enriched.el (enriched):
24119         * textmodes/makeinfo.el (makeinfo):
24120         * textmodes/sgml-mode.el (sgml):
24121         * textmodes/table.el (table-hooks):
24122         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24123         * textmodes/texinfo.el (texinfo):
24124         * textmodes/two-column.el (two-column):
24125         Finish `defgroup' description with period.
24127         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24128         * eshell/esh-var.el (eshell-var):
24129         * progmodes/vhdl-mode.el (vhdl-testbench):
24130         * textmodes/org.el (org): Fix typos in docstrings.
24132         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24133         consistency.
24135         * progmodes/flymake.el (flymake-find-file): Remove.
24136         (flymake-float-time): Use `with-no-warnings'.
24137         (flymake-check-start-time, flymake-check-was-interrupted)
24138         (flymake-err-info, flymake-is-running, flymake-last-change-time)
24139         (flymake-new-err-info): `defvar' at compile time.
24141 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
24143         * replace.el (occur-hook): Doc fix.
24144         (occur-1): Don't call `occur-hook' if there are no matches.
24146 2005-07-03  Richard M. Stallman  <rms@gnu.org>
24148         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24149         global-map, save the same map.
24150         (global-map): Don't alter it at top level.
24151         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24152         Then alter it here instead.
24153         (tpu-edt-off): Set global-map to the saved one.
24155         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24156         All references simplified.
24157         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
24158         (zmacs-regions): Add defvar.
24159         (repeat-complex-command-map): Everything about that deleted.
24161         * textmodes/artist.el (artist-key-is-drawing)
24162         (artist-key-endpoint1, artist-key-poly-point-list)
24163         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24164         (artist-key-compl-table, artist-rb-save-data)
24165         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24166         Don't put them in eval-when-compile.
24167         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24169         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24170         Use with-no-warnings.
24172         * net/browse-url.el (dos-windows-version): Add defvar.
24174         * mail/supercite.el (filladapt-prefix-table): Add defvar.
24176         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24177         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24178         (rmail-new-summary-line-count): Rename from new-summary-line-count.
24179         Add defvar.
24180         (rmail-summary-beginning-of-message): Use with-no-warnings.
24181         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24183         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24184         Use with-no-warnings.
24186         * emulation/vi.el (vi-mark-region): Use c-mark-function.
24187         (c-mark-function): Add point-moving-unit property.
24188         (vi-goto-line): Use with-no-warnings.
24190         * emulation/edt.el (edt-last-copied-word): Add defvar.
24191         (zmacs-region-stays): Likewise.
24192         (edt-mark-section-wisely): Use c-mark-function for C.
24193         Use makr-defun for Fortran.
24194         (time-string): defvar deleted.
24195         (edt-display-the-time): Don't set time-string.
24197         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24199         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24200         Don't warn when name is not constant
24201         or for defining the group `emacs'.
24203         * tooltip.el (gud-tooltip-mode): Add defvar.
24205         * startup.el (default-frame-background-mode): Add defvar.
24207         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24209         * info.el (tool-bar-map): Add defvar.
24211         * dired.el (dnd-protocol-alist): Add defvar.
24213         * dired-aux.el (dired-query): Display question with answer, when
24214         the user answers.
24216         * custom.el (custom-add-option): Doc fix.
24218         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24220 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
24222         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24223         bogus name from the last change.
24225 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
24227         * custom.el (custom-declare-variable): Fix typos in comment.
24228         (custom-known-themes): Doc fix.
24229         (custom-theme-directory): New defcustom.
24230         (require-theme): Make it check `custom-theme-directory'.
24232         * cus-theme.el (custom-new-theme-mode): New function.
24233         (custom-theme-name, custom-theme-variables, custom-theme-faces)
24234         (custom-theme-description): Add compiler defvars.
24235         (customize-create-theme): Add doc to the "*New Custom Theme*"
24236         buffer.  Use `custom-new-theme-mode'.
24237         (custom-theme-write): Put the created buffer in emacs-lisp-mode
24238         and save it to the `custom-theme-directory'.  Make this the
24239         default directory of the buffer.
24241 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
24243         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24244         Fix unbalanced parentheses.
24246 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24248         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24249         into flymake-mode and delegate to flymake-mode.
24251         * find-file.el (ff-which-function-are-we-in): Clean up.
24253 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
24255         * replace.el (occur-rename-buffer): Fix docstring.
24257         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24258         (edt-last-copied-word, edt-learn-macro-count)
24259         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24260         (edt-rect-start-point, edt-user-global-map, rect-start-point)
24261         (time-string, zmacs-region-stays):
24262         * emulation/edt-mapper.el (edt-save-function-key-map)
24263         (EDT-key-name): `defvar' to silence the byte-compiler.
24265 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
24267         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24268         font-lock-regexp-backslash.  Doc fix.
24269         (font-lock-regexp-backslash-grouping-construct): Rename from
24270         font-lock-regexp-backslash-construct.  Doc fix.
24271         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24272         grouping constructs.
24274 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
24276         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24277         updating all the prerequisites.
24279 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
24281         * textmodes/org.el (org-agenda-start-on-weekday)
24282         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24283         (org-agenda-use-time-grid, org-archive-location)
24284         (org-allow-space-in-links, org-usenet-links-prefer-google)
24285         (org-enable-table-editor, org-export-default-language)
24286         (org-export-html-show-new-buffer, org-fill-paragraph)
24287         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24288         (org-goto-quit, org-occur, org-eval-in-calendar)
24289         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24290         (org-agenda-diary-entry, org-remember-help)
24291         (org-table-convert-region, org-at-table-p)
24292         (org-table-move-row-down, org-table-move-row-up)
24293         (org-table-copy-region, org-table-toggle-vline-visibility)
24294         (org-table-get-stored-formulas, org-table-get-specials)
24295         (org-recalc-commands, org-table-eval-formula)
24296         (org-table-formula-substitute-names, orgtbl-make-binding)
24297         (org-format-org-table-html, org-format-table-table-html)
24298         (org-format-table-table-html-using-table-generate-source)
24299         (org-customize): Fix typos in docstrings.
24300         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
24301         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
24302         (org-back-to-heading): Doc fixes.
24303         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
24304         (org-agenda-change-all-lines, org-get-header):
24305         Improve argument/docstring consistency.
24306         (orgtbl-error): Fix error message.
24308         * progmodes/flymake.el (flymake-find-possible-master-files)
24309         (flymake-master-file-compare, flymake-get-line-err-count)
24310         (flymake-highlight-line, flymake-gui-warnings-enabled):
24311         Fix typos in docstrings.
24312         (flymake-parse-line, flymake-get-project-include-dirs-function)
24313         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
24314         Doc fixes.
24315         (flymake-get-project-include-dirs-function)
24316         (flymake-make-err-menu-data):
24317         Improve argument/docstring consistency.
24319 2005-07-01  Lute Kamstra  <lute@gnu.org>
24321         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
24322         Catch errors with ignore-errors.  Use temporary buffer.
24323         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
24325         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
24326         background color faces.
24327         (facemenu-set-foreground, facemenu-set-background):
24328         Use facemenu-set-face-from-menu.
24329         (facemenu-set-face-from-menu): Treat face names that start with
24330         "fg:" or "bg:" as special.
24331         (facemenu-add-new-color): Don't create faces.  Simplify.
24333 2005-06-30  Richard M. Stallman  <rms@gnu.org>
24335         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
24336         (crm-find-current-element): Likewise.
24338 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
24340         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
24342 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24344         * arc-mode.el (archive-extract): Make it work as a mouse binding.
24345         (archive-mouse-extract): Make it an obsolete alias.
24346         (archive-mode-map): Don't use archive-mouse-extract any more.
24347         (archive-mode, archive-extract): write-contents-hooks ->
24348         write-contents-functions.
24349         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
24350         first arg.
24351         (archive-rename-entry): Update the call.
24352         (archive-zip-summarize): Remove unused var `method'.
24353         (archive-lzh-summarize): Remove unused var `creator'.
24355         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
24356         dedicated frame upon exit.
24358         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
24359         (archive-zip-extract, archive-zip-expunge)
24360         (archive-zip-update, archive-zip-update-case): Use executable-find.
24361         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
24362         Use restore-buffer-modified-p.
24363         (archive-extract, archive-add-new-member, archive-write-file-member):
24364         Use with-current-buffer.
24365         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
24367 2005-06-30  Andreas Schwab  <schwab@suse.de>
24369         * progmodes/gud.el (gud-filter): Remove unneeded progn.
24371 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
24373         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
24375 2005-06-30  Juri Linkov  <juri@jurta.org>
24377         * faces.el (vertical-border): Inherit from mode-line-inactive
24378         only on tty.
24380 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
24382         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
24383         example, -NLINES in the `occur' docstring).
24385         * replace.el (occur-1): When no matches are found, do not set the
24386         `buffer-read-only' and modified flags for the occur buffer,
24387         because it is deleted.
24389         * emulation/cua-base.el (cua-check-pending-input)
24390         (cua-repeat-replace-region, cua-mode, cua-debug)
24391         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
24392         Fix typos in docstrings.
24394         * emulation/cua-gmrk.el (cua-toggle-global-mark)
24395         (cua-cut-region-to-global-mark)
24396         (cua--cut-rectangle-to-global-mark):
24397         Remove period from end of messages.
24399         * emulation/cua-rect.el (cua-do-rectangle-padding):
24400         Remove period from end of messages.
24401         (cua--rectangle-seq-format): Fix typo in docstring.
24402         (cua-sequence-rectangle, cua-fill-char-rectangle):
24403         Improve argument/docstring consistency.
24405 2005-06-29  Juri Linkov  <juri@jurta.org>
24407         * faces.el (default-frame-background-mode): New internal variable.
24408         (frame-set-background-mode): Use it.
24410         * startup.el (normal-top-level): Set default-frame-background-mode
24411         instead of frame-background-mode.  Before setting it, test for its
24412         nil value.  Remove tests for frame-background-mode and frame
24413         parameter `reverse'.  Add test for "unspecified-fg".
24415         * term/xterm.el (xterm-rxvt-set-background-mode):
24416         * term/rxvt.el (rxvt-set-background-mode):
24417         Set default-frame-background-mode instead of frame-background-mode.
24419 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
24421         * simple.el (set-variable): Warn about obsolete user variables.
24423         * imenu.el (imenu--completion-buffer):
24424         * mouse.el (mouse-buffer-menu-alist):
24425         * msb.el (msb-invisible-buffer-p):
24426         * calendar/diary-lib.el (diary-header-line-format):
24427         * emacs-lisp/pp.el (pp-buffer):
24428         * progmodes/cperl-mode.el (cperl-do-auto-fill):
24429         * textmodes/picture.el (picture-replace-match):
24430         Change space constants followed by a sexp to "?\s ".
24432         * play/decipher.el (decipher-loop-with-breaks):
24433         * textmodes/texinfo.el (texinfo-insert-@item): Change space
24434         constants "protected" from end of line by a comment to "?\s".
24436 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24438         * font-lock.el (save-buffer-state): Use `declare'.
24440         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
24441         reset the syntax-table to cperl-mode-syntax-table.
24442         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
24443         "foo_print_bar" is not matched as a reserved keyword.
24445 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
24447         * textmodes/org.el (orgtbl-setup): New function, for delayed
24448         setup for the orgtbl commands.
24449         (org-calc-default-modes): New option.
24450         (orgtbl-make-binding): Use `defun' to get better help display.
24451         (org-diary): Call `org-compile-prefix-format'.
24452         (org-table-formula-substitute-names): New function.
24453         (org-agenda-day-view, org-agenda-week-view): New commands.
24454         (org-agenda-toggle-week-view): Command removed.
24455         (org-tbl-menu): Split off from org-org-menu.
24456         (org-mode): Move removal of outline-mode menus to here.
24457         (org-table-formula-debug): New option.
24458         (org-table-insert-row): Keep first field if just "#" or "*".
24459         (org-mode): Paragraph regexps fixed.
24460         (org-table-recalculate-regexp): New constant.
24461         (org-table-justify-field-maybe): Avoid replace if not necessary.
24462         (org-copy-special, org-cut-special): Use `call-interactively'.
24463         (org-table-copy-region): Take region from `interactive' call.
24464         (org-trim): Return string even if no match.
24465         (org-formula): New face.
24466         (org-set-font-lock-defaults): No longer highlight "FIXME".
24467         But highlight formula-related fields in table.
24468         (org-table-p): Use regexp, not fontification.
24469         (org-table-align): Handle white space at end of line.
24470         (org-table-formula-evaluate-inline): New option.
24471         (org-mode): Auto-wrapping in comment lines turned off.
24472         (org-table-copy-down): Evaluate only in copied field, not in
24473         destination.
24474         (org-table-current-formula): Variable removed.
24475         (org-table-store-formulas, org-table-get-stored-formulas)
24476         (org-table-modify-formulas, org-table-replace-in-formulas)
24477         (org-table-maybe-eval-formula): New functions.
24478         (org-table-get-formula): Modify to use stored formulas.
24479         (org-table-insert-column, org-table-delete-column)
24480         (org-table-move-column): Call `org-table-modify-formulas'.
24481         (org-complete): Add completion for keyword formulas.
24482         (orgtbl-mode): Pull orgtbl-mode-map to start of
24483         minor-mode-map-alist.
24485 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24487         * progmodes/python.el (python-check): Require `compile' before
24488         modifying its variables.
24490         * newcomment.el (comment-indent-default): Don't get fooled by an early
24491         end of buffer.
24493 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24495         * ps-print.el (ps-print-version): Fix version number.
24497 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
24499         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
24501 2005-06-28  Richard M. Stallman  <rms@gnu.org>
24503         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
24504         (flyspell-local-mouse-map): Declaration deleted.
24505         (flyspell-mouse-map): Bind only mouse-2.
24506         (flyspell-mode-map): Don't test flyspell-use-local-map.
24507         (flyspell-overlay-keymap-property-name): Var deleted.
24508         (flyspell-mode-on): Don't make local bindings for
24509         flyspell-mouse-map and flyspell-mode-map.
24510         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
24512         * textmodes/ispell.el (ispell-word): Do not ignore short words.
24514         * progmodes/compile.el (compilation-next-error-function):
24515         Don't switch buffers; operate on the current buffer.
24517         * progmodes/compile.el (compilation-error-file-name)
24518         (compilation-warning-file-name, compilation-info-file-name)
24519         (compilation-line-number, compilation-column-number): New faces.
24520         (compilation-error-face, compilation-warning-face)
24521         (compilation-info-face, compilation-line-face)
24522         (compilation-column-face): Use them.
24524         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
24526         * comint.el (comint-password-prompt-regexp): Accept ", try again".
24528         * bindings.el (global-map): Bind insertchar and its variants.
24530 2005-06-27  Richard M. Stallman  <rms@gnu.org>
24532         * textmodes/artist.el (artist-text-overwrite)
24533         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
24535 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24537         * ps-print.el: It was not working the page selection for printing.
24538         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
24539         (ps-print-version): New version 6.6.7.
24540         (ps-end-sheet): New fun.
24541         (ps-header-sheet, ps-end-job): Call it.
24543 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
24545         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
24547 2005-06-27  Lute Kamstra  <lute@gnu.org>
24549         * facemenu.el (facemenu-unlisted-faces): Add foreground and
24550         background color faces.
24551         (facemenu-get-face): Delete function.
24552         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
24553         (facemenu-add-new-color): Make second argument mandatory.
24554         Create the appropriate face and return it.  Simplify.
24555         (facemenu-set-foreground, facemenu-set-background): Don't check if
24556         color is defined.  Use return value of facemenu-add-new-color.
24558 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
24560         * progmodes/gud.el (gud-filter): Add missing argument to
24561         with-selected-window.
24563 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24565         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
24566         a :require to the defcustom.
24568         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
24569         defcustoms corresponding to minor modes.
24571 2005-06-26  David Ponce  <david@dponce.com>
24573         * recentf.el: Require tree-widget instead of wid-edit.
24574         (recentf-filename-handler): Fix widget :type.
24575         (recentf-cancel-dialog, recentf-open-more-files)
24576         (recentf-open-files-action): Doc fix.
24577         (recentf-dialog-goto-first): New function.
24578         (recentf-dialog-mode-map): Set parent keymap first.
24579         (recentf-dialog-mode): Define with define-derived-mode.
24580         Don't display continuation lines in dialogs.
24581         (recentf-edit-list): Rename from recentf-edit-selected-items.
24582         (recentf-edit-list-select): Rename from recentf-edit-list-action.
24583         Simplify.
24584         (recentf-edit-list-validate): New function.
24585         (recentf-edit-list): Update accordingly.
24586         (recentf-open-files-item-shift): Remove.
24587         (recentf-open-files-item): Convert menu elements into tree and
24588         link widgets.  Don't create the widgets.
24589         (recentf-open-files): Update accordingly.
24590         (recentf-save-list): Untabify.
24592 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
24594         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
24595         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
24596         partially contained in the active region.  Do not take active
24597         region into account when called from Lisp, unless INTERACTIVE arg
24598         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
24599         avoid trouble with fields.  Make marker point nowhere when no
24600         longer used.  Always return nil.  Doc fix.
24601         (flush-lines): Add INTERACTIVE arg.  Do not take active region
24602         into account when called from Lisp, unless INTERACTIVE arg is
24603         non-nil.  Use `forward-line' instead of `beginning-of-line' to
24604         avoid trouble with fields.  Make marker point nowhere when no
24605         longer used.  Always return nil.  Doc fix.
24606         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
24607         interchangeable.  Do not take active region into account when
24608         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
24609         message in echo area when called from Lisp, unless INTERACTIVE arg
24610         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
24611         Return the number of matches.  Doc fix.
24612         (occur): Doc fix.
24613         (perform-replace): Make comment follow double space convention for
24614         the sake of `outline-minor-mode'.
24616         * faces.el (facep): Doc fix.
24618 2005-06-25  Richard M. Stallman  <rms@gnu.org>
24620         * facemenu.el (facemenu-enable-faces-p): New function.
24621         (facemenu-background-menu, facemenu-foreground-menu)
24622         (facemenu-face-menu): Add menu-enable property.
24624         * jka-compr.el (jka-compr-insert-file-contents):
24625         Special handling if cannot find the uncompression program.
24627         * cus-face.el (custom-face-attributes): Add autoload.
24629         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24630         Bind comment-indent-function locally.
24632         * window.el (save-selected-window): Use save-current-buffer.
24634         * subr.el (with-selected-window): Use save-current-buffer.
24636         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
24637         and with-current-buffer.
24639 2005-06-24  Richard M. Stallman  <rms@gnu.org>
24641         * simple.el (line-move-1): Fix previous change.
24643 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
24645         * replace.el (occur-1): Set `buffer-read-only' and the
24646         buffer-modified flag before running `occur-hook' to protect
24647         against unintentional buffer switches that can lead to data loss.
24649 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
24651         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
24652         (gud-gdb-marker-filter): Use font-lock-warning-face for any
24653         initial error.
24655         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
24656         after fresh input.
24657         (gdb-var-create-handler): Put name of expression in quotes.
24659 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
24661         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
24662         elements of RING in order, and without bogus nil elements.
24664 2005-06-23  Richard M. Stallman  <rms@gnu.org>
24666         * simple.el (set-variable): Args renamed; doc fix.
24667         (line-move-1): When there are overlays around, use vertical-motion.
24669         * faces.el (escape-glyph): Use brown against light background.
24670         (nobreak-space): Rename from no-break-space.
24671         Fix previous change.
24673         * dired-aux.el (dired-do-copy): Fix arg prompt.
24675         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
24677 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
24679         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
24680         rather than "Distributor".
24682 2005-06-23  Lute Kamstra  <lute@gnu.org>
24684         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
24685         (debug-on-entry): Use it.  New interactive declaration that uses
24686         function-called-at-point.
24688 2005-06-23  Kim F. Storm  <storm@cua.dk>
24690         * subr.el (save-match-data): Add comment about using evaporate arg
24691         to set-match-data.
24693 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
24695         * cus-edit.el (customize-face)
24696         (customize-face-other-window): Handle face aliases.
24698         * faces.el (face-documentation, set-face-attribute)
24699         (face-spec-set): Handle face aliases.
24701 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
24703         * help-mode.el (help-make-xrefs): If a symbol representing a face
24704         name is not followed by the word "face", it could still be a
24705         function or variable name, so don't bypass other checks.
24707 2005-06-22  Juri Linkov  <juri@jurta.org>
24709         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
24710         Replace aliased functions with calls where second arg `inherit' is t.
24712 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
24714         * progmodes/gdb-ui.el (gdb-error): New variable.
24715         (gdb-error): New function.
24716         (gdb-annotation-rules): Act on error-begin and error annotations.
24717         (gdb-concat-output): Use font-lock-warning-face for errors.
24719 2005-06-22  Miles Bader  <miles@gnu.org>
24721         * bindings.el (propertized-buffer-identification): Use renamed
24722         `Buffer-menu-buffer' face.
24724         * faces.el (vertical-border): Rename from `vertical-divider'.
24725         (escape-glyph): Change dark-background color back to `cyan'.
24727 2005-06-21  Juri Linkov  <juri@jurta.org>
24729         * faces.el (face-user-default-spec): Try getting `customized-face'
24730         prior to `saved-face'.
24731         (frame-background-mode): Refill docstring.
24733         * emacs-lisp/lisp-mode.el (eval-defun-1):
24734         * emacs-lisp/edebug.el (edebug-eval-defun):
24735         Set `saved-face' temporarily to nil before calling form.
24736         Set `customized-face' to the new spec after that.
24738 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
24740         * subr.el (1value, lambda, key-substitution-in-progress):
24741         Doc fixes.
24743         * autoinsert.el (auto-insert-alist):
24744         * ses.el (ses-call-printer):
24745         * subr.el (noreturn):
24746         * emacs-lisp/lisp.el (check-parens):
24747         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
24748         * net/browse-url.el (browse-url-mosaic):
24749         * progmodes/cc-defs.el (c-safe-scan-lists):
24750         * progmodes/ebnf-abn.el (ebnf-abn-lex):
24751         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
24752         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
24753         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
24754         * progmodes/ebnf-iso.el (ebnf-iso-lex):
24755         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
24757 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
24759         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
24761 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
24763         * calendar/appt.el (appt-make-list): Activate the package, if
24764         not already active (for backwards compatibility).
24766 2005-06-20  Kim F. Storm  <storm@cua.dk>
24768         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
24770 2005-06-20  Miles Bader  <miles@gnu.org>
24772         * faces.el (vertical-divider): New face.
24774 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
24776         * simple.el (kill-whole-line): Doc fix.
24777         (next-error-buffer-p, next-error-find-buffer)
24778         (clone-indirect-buffer): Fix typos in docstrings.
24779         (comment-line-break-function): Doc fix: don't say variable
24780         is automatically buffer-local (it isn't).
24782 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
24784         * net/tramp-ftp.el (top):
24785         * net/tramp-smb.el (top):
24786         * net/tramp-util.el (top):
24787         * net/tramp-uu.el (top):
24788         * net/tramp-vc.el (top):
24789         * net/tramp.el (top): Revert copyright years back to original
24790         ones.  Tramp has a life outside GNU Emacs.
24792 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
24794         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
24796 2005-06-18  Juri Linkov  <juri@jurta.org>
24798         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
24799         end of first regexp to limit the match to the position between
24800         line number and source line with same separator character as used
24801         between file name and line number.  In the second regexp limit
24802         mouse-face area to file name and line number by adding new group
24803         for them and referring it in HYPERLINK arg.
24804         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
24805         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
24806         previous line where grep markers may be already removed.
24808 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
24810         * progmodes/ps-mode.el: Update version and maintainer's email address.
24812 2005-06-18  Steve Youngs  <steve@xemacs.org>
24814         * net/browse-url.el (browse-url-browser-function)
24815         (browse-url-default-browser): Add firefox.
24816         (browse-url-firefox-program, browse-url-firefox-arguments)
24817         (browse-url-firefox-startup-arguments)
24818         (browse-url-firefox-new-window-is-tab): New defcustoms.
24819         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
24821 2005-06-17  Richard M. Stallman  <rms@gnu.org>
24823         * startup.el (command-line): Warn if specified user name has
24824         no home directory.
24826         * term.el (term-get-old-input, term-input-filter, term-input-sender)
24827         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
24829         * longlines.el (longlines-mode, longlines-show-hard-newlines):
24830         Doc fixes.
24832         * faces.el (underline): Try bold if terminal doesn't support underline.
24834         * mail/sendmail.el (mail-setup-with-from): New variable.
24835         (mail-insert-from-field): New function.
24836         (sendmail-send-it): Call it.
24837         (mail-setup): Optionally call it here.
24839         * term/linux.el: Call tty-no-underline.
24841 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
24843         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
24845 2005-06-17  Miles Bader  <miles@gnu.org>
24847         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
24848         (ediff-current-diff-C, ediff-current-diff-Ancestor)
24849         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
24850         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
24851         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
24852         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
24853         Remove "-face" suffix from face names.
24854         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24855         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24856         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24857         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24858         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24859         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24860         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24861         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24862         New backward-compatibility aliases for renamed faces.
24863         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24864         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24865         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24866         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24867         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24868         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24869         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24870         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24871         Use renamed ediff faces.
24873         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
24874         Remove "-face" suffix from face names.
24875         (eshell-test-ok-face, eshell-test-failed-face):
24876         New backward-compatibility aliases for renamed faces.
24877         (eshell-run-test): Use renamed eshell-test faces.
24879         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
24880         face name.
24881         (eshell-prompt-face): New backward-compatibility alias for renamed
24882         face.
24883         (eshell-emit-prompt): Use renamed eshell-prompt face.
24885         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
24886         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
24887         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
24888         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
24889         Remove "-face" suffix from face names.
24890         (eshell-ls-directory-face, eshell-ls-symlink-face)
24891         (eshell-ls-executable-face, eshell-ls-readonly-face)
24892         (eshell-ls-unreadable-face, eshell-ls-special-face)
24893         (eshell-ls-missing-face, eshell-ls-archive-face)
24894         (eshell-ls-backup-face, eshell-ls-product-face)
24895         (eshell-ls-clutter-face):
24896         New backward-compatibility aliases for renamed faces.
24897         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
24899         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
24900         Remove "-face" suffix from face name.
24901         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
24902         instead of literal face.
24904 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
24906         * emacs-lisp/warnings.el (display-warning, lwarn)
24907         (warning-minimum-log-level): Doc fixes.
24908         (warning-minimum-level, warning-minimum-log-level):
24909         Add :debug to :type choices.
24911         * progmodes/ada-mode.el (ada-format-paramlist)
24912         (ada-get-indent-case, ada-check-matching-start)
24913         (ada-check-defun-name, ada-goto-matching-decl-start)
24914         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
24915         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
24916         (ada-make-subprogram-body): Follow error conventions.
24917         (ada-case-exception-file, ada-indent-comment-as-code)
24918         (ada-indent-handle-comment-special, ada-indent-renames)
24919         (ada-indent-return, ada-search-directories-internal)
24920         (ada-tab-policy, ada-case-exception-substring)
24921         (ada-other-file-alist, ada-matching-start-re)
24922         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
24923         (ada-imenu-generic-expression, ada-compile-goto-error)
24924         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
24925         (ada-popup-menu, ada-add-extensions, ada-mode)
24926         (ada-region-selected, ada-create-case-exception)
24927         (ada-create-case-exception-substring, ada-after-keyword-p)
24928         (ada-activate-keys-for-case, ada-adjust-case-region)
24929         (ada-adjust-case-buffer, ada-format-paramlist)
24930         (ada-scan-paramlist, ada-insert-paramlist)
24931         (ada-indent-newline-indent)
24932         (ada-indent-newline-indent-conditional)
24933         (ada-justified-indent-current, ada-goto-previous-word)
24934         (ada-indent-current, ada-get-indent-open-paren)
24935         (ada-get-indent-paramlist, ada-get-indent-end)
24936         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
24937         (ada-get-indent-block-start, ada-get-indent-subprog)
24938         (ada-get-indent-noindent, ada-get-indent-label)
24939         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
24940         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
24941         (ada-goto-stmt-end, ada-goto-next-word)
24942         (ada-check-matching-start, ada-check-defun-name)
24943         (ada-goto-matching-decl-start, ada-goto-matching-start)
24944         (ada-goto-matching-end, ada-search-ignore-string-comment)
24945         (ada-in-decl-p, ada-looking-at-semi-or)
24946         (ada-looking-at-semi-private, ada-in-paramlist-p)
24947         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
24948         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
24949         (ada-next-procedure, ada-previous-procedure, ada-next-package)
24950         (ada-previous-package, ada-create-menu)
24951         (ada-fill-comment-paragraph-justify)
24952         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
24953         (ada-other-file-name, ada-last-which-function-line)
24954         (ada-last-which-function-subprog, ada-which-function)
24955         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
24956         (ada-gen-treat-proc, ada-check-emacs-version)
24957         (ada-continuation-indent, ada-align-region-separate):
24958         Fix typos in docstrings.
24959         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
24961 2005-06-16  Lute Kamstra  <lute@gnu.org>
24963         * simple.el (fundamental-mode): Run after-change-major-mode-hook
24964         conditionally.
24966 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
24968         * comint.el (comint-replace-by-expanded-filename)
24969         (comint-prompt-regexp, comint-delimiter-argument-list)
24970         (comint-preinput-scroll-to-bottom):
24971         * info.el (Info-hide-cookies-node):
24972         * ls-lisp.el (ls-lisp-classify):
24973         * find-file.el (ff-search-directories, ff-special-constructs)
24974         (ff-find-other-file):
24975         * font-lock.el (font-lock-keywords):
24976         * shell.el (shell-prompt-pattern)
24977         (shell-dynamic-complete-functions, shell-mode)
24978         (shell-delimiter-argument-list):
24979         * term.el (term-replace-by-expanded-filename)
24980         (term-prompt-regexp, term-delimiter-argument-list):
24981         * woman.el (woman-ignore, woman0-if):
24982         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
24983         * emacs-lisp/elint.el (elint-init-env):
24984         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
24985         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
24986         * language/ethio-util.el (ethio-tilde-escape)
24987         (ethio-use-three-dot-question):
24988         * net/zone-mode.el (zone-mode-load-time-setup):
24989         * progmodes/cc-align.el (c-lineup-argcont):
24990         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
24991         * progmodes/cperl-mode.el (cperl-set-style-back):
24992         * progmodes/inf-lisp.el (inferior-lisp-prompt):
24993         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
24994         Fix spellings in docstrings.
24996         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
24997         * progmodes/modula2.el (m2-for): Fix spellings.
24999         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25001         * simple.el (undo-more): Don't use `format' on `error' arguments.
25002         Improve argument/docstring consistency.
25003         (pending-undo-list): Doc fix.
25005         * smerge-mode.el (smerge-ensure-match):
25006         * emulation/vip.el (vip-ex):
25007         * net/zone-mode.el (zone-mode-update-serial):
25008         * progmodes/idlwave.el (idlwave-complete):
25009         * progmodes/vhdl-mode.el (vhdl-visit-file)
25010         (vhdl-compose-wire-components):
25011         Don't use `format' on `error' arguments.
25013         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25014         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25015         (tooltip-help-tips): Fix typos in docstrings.
25017 2005-06-16  David Ponce  <david@dponce.com>
25019         * tree-widget.el (tree-widget-value-create): Simplify last change.
25021 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
25023         * ido.el (ido-incomplete-regexp): New variable.
25024         (ido-set-matches-1): Handle invalid-regexp error and set
25025         ido-incomplete-regexp.
25026         (ido-incomplete-regexp): New face.
25027         (ido-completions): Use it.
25028         (ido-complete, ido-exit-minibuffer, ido-completions):
25029         Handle incomplete regexps.
25030         (ido-completions): Add check for complete match when entering a regexp.
25032 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25034         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25036 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25038         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25039         by field delimiters.
25041 2005-06-15  David Ponce  <david@dponce.com>
25043         * tree-widget.el: eval-and-compile inlined functions so they will
25044         be available at run-time too.
25045         (tree-widget-super-format-handler)
25046         (tree-widget-format-handler): Remove.
25047         (tree-widget-value-create): Handle the :indent property.
25049 2005-06-15  Miles Bader  <miles@gnu.org>
25051         * progmodes/which-func.el (which-func): Only inherit
25052         `font-lock-function-name-face' when that makes sense against the
25053         default mode-line face, otherwise set the face color explicitly.
25055         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25056         faces instead of (non-existent) variables.
25058 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25060         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25061         (iswitchb-get-matched-buffers): Likewise.  Simplify.
25063 2005-06-14  Miles Bader  <miles@gnu.org>
25065         * progmodes/ld-script.el (ld-script-location-counter):
25066         Remove "-face" suffix from face name.
25067         (ld-script-location-counter-face):
25068         New backward-compatibility alias for renamed face.
25069         (ld-script-location-counter-face): Use renamed face.
25071         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25072         (cperl-hash): Remove "-face" suffix from face names.
25073         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25074         New backward-compatibility aliases for renamed faces.
25075         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25076         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25078         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25079         name.
25080         (which-func-face): New backward-compatibility alias for renamed face.
25081         (which-func-format): Use renamed which-func face.
25083         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25084         (vhdl-function, vhdl-directive, vhdl-reserved-word)
25085         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25086         names.
25087         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25088         (vhdl-speedbar-configuration, vhdl-speedbar-package)
25089         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25090         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25091         (vhdl-speedbar-architecture-selected)
25092         (vhdl-speedbar-configuration-selected)
25093         (vhdl-speedbar-package-selected)
25094         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25095         names.
25096         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25097         Use renamed faces.
25098         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25099         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25100         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25101         Use renamed faces.
25102         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25103         names.
25104         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25105         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25106         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25107         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25108         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25109         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25111         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25112         face name.
25113         (sh-heredoc-face): New backward-compatibility alias for renamed face.
25114         (sh-heredoc-face): Use renamed sh-heredoc face.
25116         * progmodes/idlw-help.el (idlwave-help-link):
25117         Remove "-face" suffix from face name.
25118         (idlwave-help-link-face):
25119         New backward-compatibility alias for renamed face.
25120         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25122         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25123         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25124         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25125         New backward-compatibility aliases for renamed faces.
25126         (idlwave-shell-disabled-breakpoint-face)
25127         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25129         * progmodes/flymake.el (flymake-errline, flymake-warnline):
25130         Remove "-face" suffix from face names.
25131         (flymake-errline-face, flymake-warnline-face):
25132         New backward-compatibility aliases for renamed faces.
25133         (flymake-highlight-line): Use renamed flymake faces.
25135         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25136         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25137         (ebrowse-member-class, ebrowse-progress):
25138         Remove "-face" suffix from face names.
25139         (ebrowse-tree-mark-face, ebrowse-root-class-face)
25140         (ebrowse-file-name-face, ebrowse-default-face)
25141         (ebrowse-member-attribute-face, ebrowse-member-class-face)
25142         (ebrowse-progress-face):
25143         New backward-compatibility aliases for renamed faces.
25144         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25145         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25146         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25147         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25149         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25150         antlr-syntax)
25151         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25152         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25153         names.
25154         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25155         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25156         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25157         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25158         backward-compatibility aliases for renamed faces.
25159         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25160         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25161         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25162         remove "font-lock-".  Use renamed antlr-mode faces.
25163         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
25164         literal face-names with face variable references.
25166         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25167         face name.
25168         (Buffer-menu-buffer-face): New backward-compatibility alias for
25169         renamed face.
25170         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25172 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
25174         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25175         Eliminate "-face" suffix.
25176         (makefile-targets): Inherit from font-lock-function-name-face and
25177         eliminate "-face" suffix.
25178         (makefile-shell): Remove attributes and eliminate "-face" suffix.
25179         (makefile-*-font-lock-keywords): Append makefile-targets in rule
25180         actions, instead of prepending, to make it less visible.
25181         (makefile-previous-dependency, makefile-match-dependency):
25182         Don't match a target on a continuation line.
25184         * files.el (auto-mode-alist): Put Makefile in gmake mode.
25186 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
25188         * progmodes/gdb-ui.el (menu): Re-order menu items.
25189         (gdb-tooltip-print): Respect tooltip-use-echo-area.
25191         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25192         Define in tooltip.el.
25193         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25194         (gud-tooltip-tips): Respect tooltip-use-echo-area and
25195         gud-tooltip-echo-area.
25197         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25198         backward compatibility and make obsolete.
25199         (tooltip-help-tips): Use tooltip-use-echo-area.
25200         (tooltip-show-help-function): Rename to...
25201         (tooltip-show-help): ...this, because it is a function.
25202         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25204 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
25206         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25207         (edebug-print-length, edebug-print-level, edebug-print-circle)
25208         (edebug-modify-breakpoint, edebug-eval-last-sexp)
25209         (edebug-eval-print-last-sexp): Doc fixes.
25211 2005-06-14  Kim F. Storm  <storm@cua.dk>
25213         * ido.el (ido-mode): Make a new keymap every time we enable ido,
25214         as the coverage buffer/file/both may change.
25216 2005-06-14  Lute Kamstra  <lute@gnu.org>
25218         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25219         and run-mode-hooks.  Simplify.
25221         * mail/rmailedit.el (rmail-edit-mode):
25222         * progmodes/octave-inf.el (inferior-octave-mode):
25223         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25225         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25226         and run-mode-hooks.
25227         (recentf-edit-list, recentf-open-files): Don't call
25228         kill-all-local-variables directly.
25230         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25232 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
25234         * emacs-lisp/byte-run.el (make-obsolete)
25235         (define-obsolete-function-alias): Rename arguments FUNCTION and
25236         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25237         (make-obsolete-variable, define-obsolete-variable-alias):
25238         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25239         respectively.
25241         * isearchb.el (isearchb-activate):
25242         * pcvs.el (cvs-mode):
25243         * ses.el (ses-load):
25244         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25245         * net/tramp.el (tramp-find-file-exists-command)
25246         (tramp-find-shell):
25247         * progmodes/ada-mode.el (ada-create-case-exception)
25248         (ada-create-case-exception-substring, ada-make-subprogram-body):
25249         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25250         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25251         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25252         * textmodes/org.el (org-promote, org-evaluate-time-range)
25253         (org-agenda-next-date-line, org-agenda-previous-date-line)
25254         (org-agenda-error, org-open-at-point, org-table-move-row)
25255         (org-format-table-table-html-using-table-generate-source)
25256         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25257         * textmodes/reftex.el (reftex-access-scan-info):
25258         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25259         (reftex-toc-promote-prepare): Follow error conventions.
25261         * diff-mode.el (diff-mode): Fix typo in docstring.
25263         * forms.el (forms--intuit-from-file): Fix reference to
25264         `forms-number-of-fields' in error message.
25265         (forms-print): Fix quoting in error message.
25267         * forms.el (forms-mode):
25268         * emulation/vi.el (vi-goto-insert-state):
25269         * progmodes/flymake.el (flymake-new-err-info)
25270         (flymake-start-syntax-check-for-current-buffer)
25271         (flymake-simple-cleanup):
25272         * eshell/esh-var.el (eshell/export):
25273         * progmodes/gud.el (xdb):
25274         * textmodes/flyspell.el (flyspell-incorrect-hook)
25275         (flyspell-maybe-correct-transposition)
25276         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25278 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
25280         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25281         minibuffer prompt.
25283 2005-06-13  Kim F. Storm  <storm@cua.dk>
25285         * subr.el (add-to-ordered-list): New defun.
25287         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25288         add cua--keymap-alist to emulation-mode-map-alists.
25290 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25292         * subr.el (complete-in-turn): New macro.
25293         (dynamic-completion-table, lazy-completion-table): Add debug info.
25295         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
25296         in preference to face aliases.
25298         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
25299         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
25300         Remove unused vars `start' and `firstline'.
25301         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25302         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
25304 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
25306         * cus-start.el (all): Don't complain about missing GTK-related
25307         variables, unless either `gtk' is boundp or this isn't a
25308         `windows-nt' build.
25310 2005-06-13  Lute Kamstra  <lute@gnu.org>
25312         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
25313         run-mode-hooks.
25315         * ediff-mult.el (ediff-meta-mode):
25316         * ediff-util.el (ediff-mode): Use run-mode-hooks.
25318         * ledit.el (ledit-mode): Use delay-mode-hooks.
25320         * woman.el (woman-mode-line-format): Delete constant.
25321         (woman-mode-map): Initialize it properly.
25322         (woman-mode): Set mode-class property to special.
25323         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
25324         Set major-mode and mode-name.  Don't set mode-line-format directly.
25325         (Man-getpage-in-background): Don't reference woman-mode-line-format.
25327         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
25328         string argument obsolete.
25330 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
25332         * textmodes/org.el (org-CUA-compatible): New option.
25333         (org-disputed-keys): New variable.
25334         (org-key): New function.
25335         (orgtbl-make-binding): Add docstring to the created function.
25336         (org-mode): Set paragraph start/separate regexps.
25337         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
25338         (org-archive-location, org-archive-mark-done)
25339         (org-archive-stamp-time): New options.
25340         (org-archive-subtree): New command.
25341         (org-fill-paragraph): New function.
25342         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
25343         (org-fake-empty-table-line): Function removed.
25344         (org-format-org-table-html): Do not create empty table lines at
25345         separator lines.  Improved table header treatment.
25346         (org-link-format): New option.
25347         (org-make-link): New function.
25348         (org-insert-link, org-store-link): Use org-make-link.
25349         (org-open-file): Quote file name for shell command, to allow
25350         spaces in file names.
25351         (org-link-regexp): Fix bug with mailto link.
25352         (org-link-maybe-angles-regexp, org-protected-link-regexp):
25353         New constants.
25354         (org-export-as-html): Deal with the optional angles around a link.
25355         Better treatment of file: links.
25356         (org-open-at-point): Replace @{ and @} with < and >.
25357         (org-run-mode-hooks): Function removed.
25358         (org-agenda-mode): No longer use `org-run-mode-hooks'.
25360 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
25362         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
25363         MI command -data-list-register-values.
25364         (gdb-post-prompt): Indent properly.
25366 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
25368         * hilit-chg.el (highlight-changes-colors): Rename from
25369         `highlight-changes-colours'.
25370         (highlight-changes-colours): Keep as obsolete alias.
25371         (highlight-changes-face-list): Doc fix.
25372         (hilit-chg-make-list): Use `highlight-changes-colors'.
25374 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
25376         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
25377         defun-prompt-regexp.
25379 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
25381         * loadup.el: Don't say we are dumping under 2 names on windows-nt
25382         and cygwin.
25384         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
25385         Don't use an old loaddefs.el, as in Makefile.in.
25387 2005-06-12  Lute Kamstra  <lute@gnu.org>
25389         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
25391         * man.el (Man-mode-map): Initialize it properly.
25392         (Man-mode): Set mode-class property to special.
25394         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
25396 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
25398         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
25399         A newline is needed in the docstring there.
25401         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
25402         Doc fixes.
25404 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25406         * printing.el: Doc fix.  The menubar is no more changed when printing
25407         is loaded, it only changes when pr-menu-bind or pr-update-menus is
25408         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
25409         (pr-version): New version number (6.8.4).
25410         (pr-menu-bind): New command.
25411         (pr-update-menus): Docstring and code fix.
25412         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
25413         Docstring fix.
25414         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
25415         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
25417 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
25419         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
25420         "Returns" to "return", document useful return values, etc.
25422 2005-06-11  Alan Mackenzie  <acm@muc.de>
25424         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
25425         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
25426         (adaptive-file-function): Minor amendment to doc-string.
25428 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
25430         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
25431         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
25432         Fix :type--it is `integer', not `string'.
25434         * faces.el (modeline-highlight): Rename from (the erroneous)
25435         `modeline-higilight'.
25437 2005-06-11  Lute Kamstra  <lute@gnu.org>
25439         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
25440         lisp-interaction-mode-map but make it the parent.
25441         (edebug-eval-mode): Use define-derived-mode.
25443 2005-06-11  Andreas Schwab  <schwab@suse.de>
25445         * bindings.el: Add binding of `ESC functionkey' for every
25446         `M-functionkey'.
25447         * hexl.el (hexl-mode-map): Likewise.
25449 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
25451         * progmodes/compile.el (compilation-error-regexp-alist-alist)
25452         [msft]: update regexp for newer msft compilers.
25454 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
25456         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
25457         ATTLIST portions of included DTDs.
25458         (xml-parse-dtd): Eliminate use of inefficient match-data.
25460 2005-06-10  Miles Bader  <miles@gnu.org>
25462         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
25463         (mpuz-text): Remove "-face" suffix from face names.
25464         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
25465         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
25466         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
25468         * play/gomoku.el (gomoku-O, gomoku-X):
25469         Remove "-face" suffix from face names.
25470         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
25471         New backward-compatibility aliases for renamed faces.
25472         (gomoku-font-lock-keywords): Use renamed gomoku faces.
25474 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
25476         * thumbs.el: Fixes for changes of 2005-06-09.
25477         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
25478         as a directory.
25479         (thumbs-thumbname): Remove directory separator from format string;
25480         `thumbs-thumbsdir' now returns a valid directory name.
25481         (thumbs-temp-dir): New defsubst.
25482         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
25483         Use it.
25485         * cus-edit.el (minibuffer):
25486         * files.el (make-backup-file-name-function):
25487         * filesets.el (filesets-external-viewers):
25488         * hilit-chg.el (highlight-changes-colours)
25489         (highlight-changes-face-list, highlight-changes-rotate-faces):
25490         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
25491         * kmacro.el (kmacro-call-macro):
25492         * log-edit.el (log-edit-changelog-full-paragraphs):
25493         * mouse.el (mouse-1-click-follows-link):
25494         * skeleton.el (skeleton-autowrap):
25495         * subr.el (insert-for-yank-1):
25496         * tempo.el (tempo-insert-region):
25497         * terminal.el (terminal-emulator):
25498         * time.el (display-time-mail-face):
25499         * vc.el (vc-annotate):
25500         * vcursor.el (vcursor-copy-line):
25501         * woman.el (woman-bold-headings, woman-ignore)
25502         (woman-default-faces, woman-monochrome-faces):
25503         * calendar/todo-mode.el (todo-insert-threshold):
25504         * emulation/pc-select.el (pc-select-selection-keys-only)
25505         (pc-selection-mode):
25506         * emulation/vip.el (vip-find-char-forward):
25507         * emulation/viper-cmd.el (viper-find-char-forward):
25508         * international/mule-cmds.el
25509         (select-safe-coding-system-accept-default-p)
25510         (input-method-exit-on-invalid-key):
25511         * international/mule-diag.el (describe-coding-system):
25512         * international/ucs-tables.el (unify-8859-on-encoding-mode):
25513         * net/browse-url.el (browse-url-xterm-program):
25514         * obsolete/lazy-lock.el (lazy-lock-mode):
25515         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
25516         (cperl-mode):
25517         * progmodes/cpp.el (cpp-face-light-name-list)
25518         (cpp-face-dark-name-list):
25519         * progmodes/delphi.el (delphi-newline-always-indents):
25520         Fix spellings in docstrings.
25522         * ido.el (ido-mode, ido-file-extensions-order)
25523         (ido-default-file-method, ido-default-buffer-method)
25524         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
25525         (ido-decorations, ido-read-file-name-as-directory-commands)
25526         (ido-read-file-name-non-ido, ido-work-directory-list)
25527         (ido-ignore-item-temp-list, ido-current-directory)
25528         (ido-magic-forward-char, ido-enter-find-file)
25529         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
25530         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
25532 2005-06-10  Lute Kamstra  <lute@gnu.org>
25534         * play/dunnet.el (dun-mode): Use define-derived-mode.
25535         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
25536         obsolete alias.
25538         * play/doctor.el (doctor-mode-map): Remove defvar.
25539         (doctor-mode): Use define-derived-mode.
25541         * mail/mspools.el (mspools-mode):
25542         * net/eudc-hotlist.el (eudc-hotlist-mode):
25543         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
25545 2005-06-10  Miles Bader  <miles@gnu.org>
25547         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
25548         Remove "-face" suffix from face names.
25549         (flyspell-incorrect-face, flyspell-duplicate-face):
25550         New backward-compatibility aliases for renamed faces.
25551         (flyspell-mode-on, make-flyspell-overlay)
25552         (flyspell-highlight-incorrect-region)
25553         (flyspell-highlight-duplicate-region)
25554         (flyspell-display-next-corrections)
25555         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
25557         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
25558         from face name.
25559         (texinfo-heading-face): New backward-compatibility alias for
25560         renamed face.
25561         (texinfo-heading-face): Use renamed texinfo-heading face.
25563         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
25564         suffix from face names.
25565         (tex-math-face, tex-verbatim-face):
25566         New backward-compatibility aliases for renamed faces.
25567         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
25568         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
25569         literal face name.
25571         * textmodes/table.el (table-cell): Remove "-face" suffix from face
25572         name.
25573         (table-cell-face): New backward-compatibility alias for renamed face.
25574         (table--put-cell-face-property, table--update-cell-face):
25575         Use renamed table-cell face.
25577         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
25578         from face name.
25579         (sgml-namespace-face): New backward-compatibility alias for
25580         renamed face.
25581         (sgml-namespace-face): Use renamed sgml-namespace face.
25583         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
25584         (org-level-4, org-level-5, org-level-6, org-level-7)
25585         (org-level-8, org-warning, org-headline-done)
25586         (org-deadline-announce, org-scheduled-today)
25587         (org-scheduled-previously, org-link, org-done, org-table)
25588         (org-time-grid): Remove "-face" suffix from face names.
25589         (org-level-1-face, org-level-2-face, org-level-3-face)
25590         (org-level-4-face, org-level-5-face, org-level-6-face)
25591         (org-level-7-face, org-level-8-face, org-warning-face)
25592         (org-headline-done-face, org-deadline-announce-face)
25593         (org-scheduled-today-face, org-scheduled-previously-face)
25594         (org-link-face, org-done-face, org-table-face)
25595         (org-time-grid-face):
25596         New backward-compatibility aliases for renamed faces.
25597         (org-level-faces, org-set-font-lock-defaults, org-timeline)
25598         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
25599         (org-agenda-get-timestamps, org-agenda-get-scheduled)
25600         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
25602         * emulation/viper-init.el (viper-search, viper-replace-overlay)
25603         (viper-minibuffer-emacs, viper-minibuffer-insert)
25604         (viper-minibuffer-vi): Remove "-face" suffix from face names.
25605         (viper-search-face, viper-replace-overlay-face)
25606         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25607         (viper-minibuffer-vi-face):
25608         New backward-compatibility aliases for renamed faces.
25609         (viper-search-face, viper-replace-overlay-face)
25610         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25611         (viper-minibuffer-vi-face): Use renamed viper faces.
25613         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
25614         Remove "-face" suffix from face names.
25615         (testcover-nohits-face, testcover-1value-face):
25616         New backward-compatibility aliases for renamed faces.
25617         (testcover-mark): Use renamed testcover faces.
25619         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
25620         face name.
25621         (diary-button-face): New backward-compatibility alias for renamed face.
25622         (diary-entry): Use renamed diary-button face.
25624         * calendar/calendar.el (diary, calendar-today, holiday)
25625         (mark-visible-calendar-date): Remove "-face" suffix from face names.
25626         (diary-face, calendar-today-face, holiday-face):
25627         New backward-compatibility aliases for renamed faces.
25628         (eval-after-load "facemenu", diary-entry-marker)
25629         (calendar-today-marker, calendar-holiday-marker, diary-face):
25630         Use renamed calendar faces.
25632         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
25633         (compare-windows-face): New backward-compatibility alias for
25634         renamed face.
25635         (compare-windows-highlight): Use renamed compare-windows face.
25637         * strokes.el (strokes-char): Remove "-face" suffix from face name.
25638         (strokes-char-face): New backward-compatibility alias for renamed face.
25639         (strokes-encode-buffer): Use renamed strokes-char face.
25641         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
25642         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
25643         Remove "-face" suffix from face names.
25644         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
25645         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
25646         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
25647         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
25648         Use renamed pcvs faces.
25649         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
25650         * pcvs-defs.el (cvs-mode-map): Likewise.
25651         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
25653         * info.el (info-title-1, info-title-2, info-title-3)
25654         (info-title-4): Remove "-face" suffix from and downcase face names.
25655         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
25656         (Info-title-4-face):
25657         New backward-compatibility aliases for renamed faces.
25658         (Info-fontify-node): Use renamed info faces.
25660         * hilit-chg.el (highlight-changes, highlight-changes-delete):
25661         Remove "-face" suffix from face names.
25662         (highlight-changes-face, highlight-changes-delete-face):
25663         New backward-compatibility aliases for renamed faces.
25664         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
25665         (hilit-chg-make-list): Use renamed highlight-changes faces.
25667         * generic-x.el (show-tabs-tab, show-tabs-space):
25668         Remove "-face" suffix from face names.
25669         (show-tabs-tab-face, show-tabs-space-face):
25670         New backward-compatibility aliases for renamed faces.
25671         (show-tabs-generic-mode-font-lock-defaults-1)
25672         (show-tabs-generic-mode-font-lock-defaults-2):
25673         Use renamed show-tabs faces.
25675         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
25676         (smerge-markers): Remove "-face" suffix from face names.
25677         (smerge-mine-face, smerge-other-face, smerge-base-face)
25678         (smerge-markers-face):
25679         New backward-compatibility aliases for renamed faces.
25680         (smerge-mine-face, smerge-other-face, smerge-base-face)
25681         (smerge-markers-face): Use renamed smerge faces.
25683         * log-view.el (log-view-file, log-view-message): Remove "-face"
25684         suffix from face names.
25685         (log-view-file-face, log-view-message-face):
25686         New backward-compatibility aliases for renamed faces.
25687         (log-view-file-face, log-view-message-face): Use renamed log-view
25688         faces.
25690         * paren.el (show-paren-match, show-paren-mismatch):
25691         Remove "-face" suffix from face names.
25692         (show-paren-match-face, show-paren-mismatch-face):
25693         New backward-compatibility aliases for renamed faces.
25694         (show-paren-function): Use renamed show-paren faces.
25696         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
25697         (ruler-mode-margins, ruler-mode-fringes)
25698         (ruler-mode-column-number, ruler-mode-fill-column)
25699         (ruler-mode-comment-column, ruler-mode-goal-column)
25700         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
25701         suffix from face names.
25702         (ruler-mode-default-face, ruler-mode-pad-face)
25703         (ruler-mode-margins-face, ruler-mode-fringes-face)
25704         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
25705         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
25706         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
25707         New backward-compatibility aliases for renamed faces.
25708         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
25709         (ruler-mode-column-number, ruler-mode-fill-column)
25710         (ruler-mode-comment-column, ruler-mode-goal-column)
25711         (ruler-mode-tab-stop, ruler-mode-current-column)
25712         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
25713         faces.
25715         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
25716         face name.
25717         (whitespace-highlight-the-space): Use renamed face.
25718         (whitespace-highlight-face): New backward-compatibility alias for
25719         renamed face.
25721         * woman.el (woman-italic, woman-bold, woman-unknown)
25722         (woman-addition, woman-symbol-face):
25723         Remove "-face" suffix from face names.
25724         (woman-italic-face, woman-bold-face, woman-unknown-face)
25725         (woman-addition-face):
25726         New backward-compatibility aliases for renamed faces.
25727         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
25728         (woman-decode-region, woman-replace-match)
25729         (woman-display-extended-fonts, woman-special-characters)
25730         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
25731         Use renamed woman faces.
25733         * longlines.el (longlines-visible-face): Face removed.
25735         * diff-mode.el (diff-header, diff-file-header, diff-index)
25736         (diff-hunk-header, diff-removed, diff-added, diff-changed)
25737         (diff-function, diff-context, diff-nonexistent): Remove "-face"
25738         suffix from face names.
25739         (diff-header-face, diff-file-header-face, diff-index-face)
25740         (diff-hunk-header-face, diff-removed-face, diff-added-face)
25741         (diff-changed-face, diff-function-face, diff-context-face)
25742         (diff-nonexistent-face): New backward-compatibility aliases for
25743         renamed faces.
25744         (diff-header-face, diff-file-header-face)
25745         (diff-index, diff-index-face, diff-hunk-header)
25746         (diff-hunk-header-face, diff-removed, diff-removed-face)
25747         (diff-added, diff-added-face, diff-changed-face, diff-function)
25748         (diff-function-face, diff-context-face, diff-nonexistent)
25749         (diff-nonexistent-face): Use renamed diff-mode faces.
25751         * progmodes/compile.el (compilation-warning-face)
25752         (compilation-info-face): Remove "-face" suffix from face names.
25753         (compilation-warning-face, compilation-info-face):
25754         New backward-compatibility aliases for renamed faces.
25755         (compilation-warning-face, compilation-info-face):
25756         Use renamed compilation faces.
25758         * add-log.el (change-log-date, change-log-name)
25759         (change-log-email, change-log-file, change-log-list)
25760         (change-log-conditionals, change-log-function)
25761         (change-log-acknowledgement): Remove "-face" suffix from face names.
25762         (change-log-date-face, change-log-name-face)
25763         (change-log-email-face, change-log-file-face)
25764         (change-log-list-face, change-log-conditionals-face)
25765         (change-log-function-face, change-log-acknowledgement-face):
25766         New backward-compatibility aliases for renamed faces.
25767         (change-log-font-lock-keywords): Use renamed change-log faces.
25769         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
25770         (custom-set, custom-changed, custom-saved, custom-button)
25771         (custom-button-pressed, custom-documentation, custom-state)
25772         (custom-comment, custom-comment-tag, custom-variable-tag)
25773         (custom-variable-button, custom-face-tag, custom-group-tag-1)
25774         (custom-group-tag): Remove "-face" suffix from face names.
25775         (custom-magic-alist, custom-magic-value-create)
25776         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
25777         (custom-invalid-face, custom-rogue-face, custom-modified-face)
25778         (custom-set-face, custom-changed-face, custom-saved-face)
25779         (custom-button-face, custom-button-pressed-face)
25780         (custom-documentation-face, custom-state-face)
25781         (custom-comment-face, custom-comment-tag-face)
25782         (custom-variable-tag-face, custom-variable-button-face)
25783         (custom-face-tag-face, custom-group-tag-face-1)
25784         (custom-group-tag-face):
25785         New backward-compatibility aliases for renamed faces.
25787         * wid-edit.el (widget-documentation, widget-button)
25788         (widget-field, widget-single-line-field, widget-inactive)
25789         (widget-button-pressed): "-face" suffix removed from face names.
25790         (widget-documentation-face, widget-button-face)
25791         (widget-field-face, widget-single-line-field-face)
25792         (widget-inactive-face, widget-button-pressed-face):
25793         New backward-compatibility aliases for renamed faces.
25794         (widget-documentation-face, widget-button-face)
25795         (widget-button-pressed-face, widget-specify-field)
25796         (widget-specify-inactive): Use renamed widget faces.
25798 2005-06-10  Kenichi Handa  <handa@m17n.org>
25800         * term/x-win.el (x-clipboard-yank): Remove condition-case
25801         wrapping.
25803 2005-06-11  Kenichi Handa  <handa@m17n.org>
25805         * add-log.el (change-log-font-lock-keywords): Make the regexp for
25806         date lines stricter.
25808 2005-06-10  Zhang Wei  <id.brep@gmail.com>
25810         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
25811         of x-get-selection.
25813 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
25815         * comint.el (comint-mode, comint-snapshot-last-prompt):
25816         * frame.el (frame-current-scroll-bars):
25817         * term.el (term-mode, term-check-proc, term-input-sender)
25818         (term-simple-send, term-extract-string, term-word)
25819         (term-match-partial-filename):
25820         * window.el (window-current-scroll-bars):
25821         * emulation/cua-base.el (cua-normal-cursor-color)
25822         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
25823         (cua-global-mark-cursor-color):
25824         * mail/undigest.el (rmail-forward-separator-regex):
25825         Fix typos in docstrings.
25827         * comint.el (comint-check-proc, make-comint-in-buffer)
25828         (comint-source-default): Doc fixes.
25830         * term.el (term-send-string): Improve argument/docstring consistency.
25832 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
25834         * comint.el (comint-send-input): Bind `inhibit-read-only' around
25835         call to `delete-region'.
25836         (comint-mode-hook): Do not enable Font Lock by default.
25838 2005-06-09  Lute Kamstra  <lute@gnu.org>
25840         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
25841         could be void.
25843 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
25845         * emacs-lisp/debug.el (debugger-will-be-back): New var.
25846         (debug): Use it.
25847         (debugger-step-through, debugger-continue, debugger-jump)
25848         (debugger-return-value): Set it when needed.
25849         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
25850         Use inhibit-read-only.
25852 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
25854         * window.el (shrink-window-if-larger-than-buffer)
25855         (window-size-fixed): Fix typo in docstring.
25857         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
25858         thumbnails directory on loading.
25859         (thumbs-conversion-program): Use `eq' to check the system type,
25860         not `equal'.
25861         (thumbs-temp-dir): Initialize to `temporary-file-directory',
25862         not "/tmp".  Fix docstring.
25863         (thumbs-thumbsdir): New function to return the thumbnails
25864         directory, creating it if needed.
25865         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
25866         (thumbs-temp-file): Delete variable and make it into a function.
25867         (thumbs-resize-image, thumbs-modify-image): Use it.
25868         (thumbs-kill-buffer): Simplify.
25869         (thumbs-gensym): Defalias or duplicate CL `gensym'.
25870         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
25871         docstrings.
25873 2005-06-09  Kim F. Storm  <storm@cua.dk>
25875         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
25876         set-match-data to free markers in match-data.
25878         * replace.el (replace-match-data): Pass RESEAT arg `t' to
25879         match-data to unchain markers in match-data.
25881 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25883         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
25884         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
25885         unnecessary now.
25887 2005-06-08  Richard M. Stallman  <rms@gnu.org>
25889         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
25890         give the variable a doc string that doesn't say don't set it directly.
25892         * textmodes/ispell.el (ispell-check-version):
25893         Use match-string-no-properties.
25894         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
25895         (ispell-buffer-local-words): Likewise.
25897         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
25898         except on terminals with enough colors to really display it.
25899         (makefile-dependency-regex): Delete spurious `bb'.
25901         * faces.el (escape-glyph): Use blue once again in last case.
25902         (no-break-space): Redefine so that it isn't invisible on a tty.
25904 2005-06-08  Kim F. Storm  <storm@cua.dk>
25906         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
25907         also when reading directory name.
25909 2005-06-08  Lute Kamstra  <lute@gnu.org>
25911         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
25912         (flyspell-mode-line-string): Remove autoload cookie.
25913         (flyspell-mode): Remove defvar.
25915 2005-06-07  Lute Kamstra  <lute@gnu.org>
25917         * textmodes/org.el (org-run-mode-hooks): New function.
25918         (org-agenda-mode): Use it.
25920 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
25922         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
25924 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25926         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
25928 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
25930         * font-lock.el (font-lock-add-keywords): Doc fix.
25932 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25934         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
25935         (tex-compile-default): In the absence of any history, use the order in
25936         tex-compile-alist to choose the preferred command.
25937         (tex-compile-commands): Reorder a bit.
25939         * textmodes/flyspell.el (flyspell-auto-correct-binding)
25940         (flyspell-incorrect-face, flyspell-duplicate-face):
25941         Use (X)Emacs-agnostic code.
25942         (flyspell-mode-map): Don't overwrite at each load.  Remove code
25943         redundant with the subsequent add-minor-mode.  Merge Emacs and
25944         XEmacs code.
25945         (flyspell-word): Minor simplification.
25946         (flyspell-math-tex-command-p): Quieten the byte-compiler.
25947         (flyspell-external-point-words): Remove unused vars `size' and `start'.
25948         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
25949         Merge the corresponding Emacs code.
25950         (flyspell-correct-word, flyspell-xemacs-popup):
25951         Use flyspell-do-correct.
25953         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
25954         a dedicated window.
25956         * international/latexenc.el (latexenc-find-file-coding-system):
25957         Undo part of last patch, to turn off a compiler warning.
25959 2005-06-06  Juri Linkov  <juri@jurta.org>
25961         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
25962         Rename `tmm-inactive-face' to `tmm-inactive'.
25964 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
25966         * iswitchb.el: Rename faces.
25968 2005-06-06  Kim F. Storm  <storm@cua.dk>
25970         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
25971         (cua-global-mark): Remove -face suffix from face names.
25973         * emulation/cua-gmrk.el (cua--init-global-mark):
25974         Remove cua-global-mark face setup.
25976 2005-06-06  Richard M. Stallman  <rms@gnu.org>
25978         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
25979         just like other allowed characters.
25980         (makefile-match-dependency): Exclude leading and training whitespace
25981         from the range of regexp subexp 1.
25982         (makefile-macroassign-regex): Don't try to match the body,
25983         just the name of the macro being defined.
25985         * info.el (Info-read-node-name-2): New function.
25986         (Info-read-node-name-1): Use that.
25987         Add a completion-base-size-function property.
25989         * simple.el (completion-setup-function): Look for
25990         completion-base-size-function property of minibuffer-completion-table.
25992         * files.el (locate-file-completion): Doc fix.
25994         * printing.el: Don't call pr-update-menus; user must do that.
25996         * emacs-lisp/debug.el (debugger-window): New variable.
25997         (debug): Use debugger-window if it is set and still alive.
25998         Record debugger-window for next entry.
26000         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26002 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
26004         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26005         (hack-one-local-variable, hack-local-variables)
26006         (hack-local-variables-prop-line): Pass that arg.
26008 2005-06-06  Kim F. Storm  <storm@cua.dk>
26010         * ido.el (ido-first-match, ido-only-match, ido-subdir)
26011         (ido-indicator): Remove -face suffix from face names.
26013 2005-06-06  Juri Linkov  <juri@jurta.org>
26015         * font-lock.el (font-lock-regexp-backslash)
26016         (font-lock-regexp-backslash-construct): New faces.
26017         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
26018         after `('.  Add `while-no-input' to control structures.
26020         * faces.el (no-break-space, shadow): New faces.
26021         (escape-glyph): Use less loud colors pink2 and red4.
26023         * diff-mode.el (diff-context-face)
26024         * dired.el (dired-ignored)
26025         * rfn-eshadow.el (file-name-shadow)
26026         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26028         * info.el (Info-title-1-face): Use green instead of yellow because
26029         bold yellow is not readable on light backgrounds.
26031         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26032         before selecting the desired mode to not spend time fontifying
26033         old contents.
26035 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
26037         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26038         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26040         * ps-print.el (ps-default-fg, ps-default-bg):
26041         Fix typos in docstrings.
26043         * isearchb.el (isearchb): Don't pass a spurious second argument to
26044         `iswitchb-completions'.
26046 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
26048         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26049         to preserve point.
26050         (gdb-find-file-hook): Add doc string.
26052         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26053         C dereferenced pointer expression.
26054         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
26056         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26058         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26059         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26060         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26061         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26062         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26063         Make background transparent.
26065 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
26067         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
26068         (font-lock-remove-keywords): Doc fix.
26069         (font-lock-mode-major-mode): Compiler defvar.
26070         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26072         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26073         (font-lock-mode): Update `font-lock-mode-major-mode'.
26074         (font-lock-set-defaults): Compiler defvar.
26075         (font-lock-default-function): Take `font-lock-mode-major-mode'
26076         into account.
26078         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26079         keep track of which major mode it enabled the minor mode for.
26080         Use find-file-hook again.  Update docstring.
26082         * simple.el (eval-expression-print-level)
26083         (eval-expression-print-length, eval-expression-debug-on-error):
26084         Doc fixes.
26086 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
26088         * iswitchb.el (iswitchb-single-match-face)
26089         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26090         (iswitchb-invalid-regexp-face): New faces.
26091         (iswitchb-completions): Use them.
26092         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26093         now marked as an obsolete alias.
26094         (iswitchb-read-buffer): Remove check for bound font variables.
26095         (iswitchb-invalid-regexp): New free variable.
26096         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26097         set iswitchb-invalid-regexp.
26098         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26099         invalid regexps.
26100         (iswitchb-completions): Add check for complete match when entering
26101         a regexp.
26102         (iswitchb-completions): Remove require-match argument.
26103         (iswitchb-exhibit): Fix caller.
26104         (iswitchb-common-match-inserted): New variable.
26105         (iswitchb-complete, iswitchb-completion-help): Use it.
26107 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
26109         * url-http.el (url-http-chunked-encoding-after-change-function):
26110         Use `url-http-debug' instead of `message'.
26112 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
26114         * url-http.el (url-http-parse-headers): Pass redirected URL as a
26115         callback argument.
26117 2005-06-04  Kim F. Storm  <storm@cua.dk>
26119         * simple.el (line-move): Only call sit-for when moving backwards.
26121         * ido.el (ido-make-merged-file-list-1): New defun split from
26122         ido-make-merged-file-list.
26123         (ido-make-merged-file-list): Bind throw-on-input around call to
26124         ido-make-merged-file-list-1.  Return input-pending-p if
26125         interrupted by more input available.
26126         (ido-read-internal): Handle input-pending-p return value from
26127         ido-make-merged-file-list.
26129 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26131         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26132         compatibility code.
26134         * international/latexenc.el (latexenc-find-file-coding-system):
26135         Don't inherit the EOL part of the coding-system from the
26136         tex-main buffer.  Fit within 80 columns.
26138 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
26140         * tmm.el (tmm-inactive-face): New face.
26141         (tmm-remove-inactive-mouse-face): New function.
26142         (tmm-prompt, tmm-add-one-shortcut)
26143         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26144         but not selectable.
26146 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
26148         * faces.el (face-equal): Improve argument/docstring consistency.
26150 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
26152         * progmodes/make-mode.el (makefile-targets-face)
26153         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26154         (makefile-bsdmake-dependency-regex)
26155         (makefile-makepp-rule-action-regex)
26156         (makefile-bsdmake-rule-action-regex): New constants.
26157         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26159         * progmodes/compile.el (compilation-error-regexp-alist-alist):
26160         Allow (...) within `...' for makepp messages.
26162 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
26164         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26166         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26167         "." files are deleted from all file lists before comparison.
26169         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26170         (viper-ESC-key): Made them customizable.
26172         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26174 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
26176         * autorevert.el (auto-revert-buffers): Use save-match-data.
26178 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26180         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26181         menu items with a nil command binding.
26183 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
26185         * emacs-lisp/cl-macs.el (defsetf):
26186         Improve argument/docstring consistency.
26188         * faces.el (list-faces-display): Improve the formatting by
26189         computing the maximum length required for any face-name (reworked
26190         patch of 1999-01-11, accidentally deleted on 1999-07-21).
26191         (internal-find-face): Remove redundant info in docstring.
26193 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
26195         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26196         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26197         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26198         (gdb-assembler-custom): Improve regexps.
26199         (def-gdb-auto-update-handler): Use window point to preserve point.
26201 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26203         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26205 2005-05-31  Jay Belanger  <belanger@truman.edu>
26207         * calc/calc-embed.el (calc-embedded-word): Change argument passed
26208         to calc-embedded.
26209         (calc-embedded-make-info): Have plain prefix argument select
26210         entire line.
26212 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
26214         * faces.el (list-faces-display): Signal error if passed a regexp
26215         that matches no face name.
26217         * simple.el (filter-buffer-substring): Fix typo in docstring.
26219 2005-05-31  Richard M. Stallman  <rms@gnu.org>
26221         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26222         (vhdl-emacs-21): Doc fix.
26223         (vhdl-mode): Unconditionally set comment-padding.
26224         (vhdl-fixup-whitespace-region): Insert spaces only where
26225         there are none.
26226         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26228 2005-05-30  John Wiegley  <johnw@newartisans.com>
26230         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26231         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26232         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26233         `directory-sep-char' to ?/, and all uses of `string-to-int' to
26234         `string-to-number'.
26236 2005-05-30  Jay Belanger  <belanger@truman.edu>
26238         * calc/calc.el (calc-bug-address): Fix docstring.
26239         (calc-window-hook, calc-trail-window-hook): New variables.
26240         (calc-trail-display): Restore use of calc-trail-window-hook.
26241         (calc): Restore use of calc-window-hook.
26243 2005-05-31  Masatake YAMATO  <jet@gyve.org>
26245         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26247         * help-fns.el (help-C-file-name): Add autoload mark for
26248         `find-function-noselect'.
26250 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26252         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26253         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26255 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26257         * calendar/diary-lib.el (mark-included-diary-files): Only kill
26258         included diary buffer if it was not already being visited.
26259         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26261         * calendar/icalendar.el (top-level): Do not require appt.
26263         * mail/supercite.el (sc-select-attribution): Only use a list
26264         element from sc-attrib-selection-list if it returns a string.
26265         Reported by Davide G. M. Salvetti <salve@debian.org>.
26267 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
26269         * thumbs.el (thumbs-thumbname): The resulting thumbname now
26270         includes a hash value to improve its uniqueness, and has a ".jpg"
26271         extension.  Also, it is now a valid filename on all systems.
26272         (thumbs-make-thumb): Use `let', not `let*'.
26273         (thumbs-show-thumbs-list): Check for JPEG availability.
26275 2005-05-30  Richard M. Stallman  <rms@gnu.org>
26277         * filesets.el (filesets-menu-ensure-use-cached):
26278         Prevent warning when emacs-version>= is undefined.
26280         * printing.el (pr-interactive-n-up): Use string-to-number.
26282         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26284         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26285         Warn only when name to be defined is quoted.
26287 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
26289         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26290         Make regexp more robust.
26291         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26292         Force regeneration of disassembly.
26294 2005-05-29  Jay Belanger  <belanger@truman.edu>
26296         * calc/calc.el (calc-user-invocation): Check if
26297         calc-invocation-macro is non-nil.
26299 2005-05-29  Juri Linkov  <juri@jurta.org>
26301         * add-log.el (change-log-font-lock-keywords):
26302         Add `+' to e-mail regexp to accept mail address with keywords.
26304         * man.el (Man-name-regexp): Add `:' to accept qualified names.
26306 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
26308         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
26310         * ielm.el (inferior-emacs-lisp-mode): Ditto.
26312 2005-05-29  Richard M. Stallman  <rms@gnu.org>
26314         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
26315         Undo the change that moves to end of the current word.
26317 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
26319         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
26320         Throw error when count <= 0 to ensure input is a number.
26321         (gdb-read-memory-custom): Pick up address from buffer.
26322         (gdb-memory-mode): Allow user to increment and decrement
26323         memory address from header line.
26325 2005-05-29  Richard M. Stallman  <rms@gnu.org>
26327         * flyspell.el (flyspell-version): Function deleted.
26328         (flyspell-auto-correct-previous-hook): Doc fix.
26330         * jit-lock.el (jit-lock-function, jit-lock-after-change):
26331         Do nothing if memory is full.
26333         * font-lock.el (font-lock-fontify-syntactically-region):
26334         Pass t for GREEDY to looking-back.
26336         * saveplace.el (save-place-alist-to-file): Write the file
26337         using write-region.
26339         * subr.el (looking-back): New argument GREEDY.
26341         * progmodes/compile.el (compilation-start): Set the mode
26342         before inserting the initial text.
26344         * progmodes/which-func.el (which-func-update-1): Turn the mode
26345         off in case of error by setting which-func-mode.
26347 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
26349         * flyspell.el (flyspell-auto-correct-previous-word):
26350         Narrow down to what's on the screen, and recenter overlays
26351         at the end of the next word.
26353 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
26355         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
26356         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
26357         (flyspell-abbrev-p): Default to nil.
26358         (flyspell-use-global-abbrev-table-p): Doc fix.
26359         (flyspell-large-region): Allow nil as value.
26360         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
26362         (mail-mode-flyspell-verify): More robust handling
26363         of `mail-header-separator'.  More efficient signature detection.
26364         Allow for regexp metacharacters in message-header-separator.
26365         Adding `To' not to be checked in mail-mode-flyspell-verify.
26367         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
26368         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
26369         Bind flyspell-auto-correct-binding.
26370         Bind C-. and C-, .
26371         (flyspell-mode-map): Likewise.
26372         (flyspell-mode): Doc fix.
26373         (flyspell-accept-buffer-local-defs): Preserve current buffer.
26374         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
26375         (flyspell-word-cache-result): New var, always local.
26376         (flyspell-check-pre-word-p): Doc fix.
26377         (flyspell-check-changed-word-p): Handle spc like newline.
26378         (flyspell-post-command-hook): Set flyspell-word-cache-result.
26379         (flyspell-word-search-backward, flyspell-word-search-forward):
26380         New functions.
26381         (flyspell-word): Return t if nothing to check.
26382         When parsing TeX code, check for after } or \.
26383         Use flyspell-word-search-backward to find previous word.
26384         Return nil if duplicated word.
26385         For word already checked, return same value as last time.
26386         Set flyspell-word-cache-result after checking.
26387         Don't clobber the return value.
26388         (flyspell-get-word): Major rewrite.
26389         (flyspell-external-point-words): New locals pword, pcount.
26390         Fix size used in progress message.
26391         Find the proper corresponding word in flyspell-large-region-buffer.
26392         (flyspell-region): Check for flyspell-large-region = nil.
26393         (flyspell-highlight-incorrect-region): Clean up overlays in region.
26394         (flyspell-auto-correct-word): Check that WORD is a cons.
26395         (flyspell-correct-word): Likewise.
26397 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
26399         * progmodes/make-mode.el (makefile-rule-action-regex)
26400         (makefile-macroassign-regex, makefile-makepp-mode)
26401         (makefile-bsdmake-mode): Continuation lines may be empty.
26402         Reported by Joshua Varner.
26403         (makefile-makepp-font-lock-keywords): Add $(stem).
26405 2005-05-28  Karl Berry  <karl@gnu.org>
26407         * textmodes/tex-mode.el: Now that tex-send-command calls
26408         shell-quote-argument (2005-03-31 change), remove all calls to
26409         shell-quote-argument; they all end up invoking tex-send-command.
26410         The double quoting loses on filenames with non-safe characters,
26411         such as "@".  Reported by Frederik Fouvry.
26413 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
26415         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
26416         about preserving point.
26418 2005-05-27  Jay Belanger  <belanger@truman.edu>
26420         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
26421         Info-goto-node.
26423         * calc/calc-embed.el (calc-embed-arg): New variable.
26424         (calc-do-embedded-activate, calc-embedded-activate-formula)
26425         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
26426         variable by new variable.
26427         (calc-embedded-make-info): Replace undeclared variable by new
26428         variable.  When selecting region with positive prefix
26429         argument, use end of previous line instead of beginning of line.
26431         * calc/calc-aent.el (calc-arg-values): Declare it.
26433         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
26434         Declare them.
26436         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
26438         * calc/calc.el (calc-alg-map): Declare it.
26440         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
26442 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
26444         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
26445         (gdb-registers-buffer, toggle-gdb-all-registers):
26446         Toggle display of floating point registers.
26447         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
26449         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
26450         (toggle-gud-tooltip-dereference):
26451         Rename from gud-toggle-tooltip-dereference.
26453 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26455         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
26457 2005-05-27  Jay Belanger  <belanger@truman.edu>
26459         * calc/calc-prog.el (calc-kbd-report): Remove.
26460         (calc-kbd-query): Rewrite.
26462 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
26464         * image.el (image-library-alist): Move to image.c.
26465         (image-type-available-p): Doc fix.
26467 2005-05-27  Lute Kamstra  <lute@gnu.org>
26469         * calc/calc.el (calc):
26470         * outline.el (outline-1, outline-2, outline-3, outline-4)
26471         (outline-5, outline-6, outline-7, outline-8):
26472         * textmodes/dns-mode.el (dns-mode):
26473         * textmodes/sgml-mode.el (sgml-namespace-face):
26474         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
26475         (tex-verbatim-face, tex-use-reftex):
26476         * textmodes/texinfo.el (texinfo-heading-face):
26477         Specify customization group.
26479         * longlines.el: Don't require easy-mmode.
26480         (longlines-visible-face): Specify customization group.
26482 2005-05-27  Kenichi Handa  <handa@m17n.org>
26484         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
26485         encoding table of windows-1251.
26487         * international/ucs-tables.el (ucs-set-table-for-input):
26488         If translation-table-for-input of a coding system is a symbol, get
26489         its translation-table property.
26491         * international/code-pages.el: Don't register a coding system into
26492         non-iso-charset-alist more than once.
26493         (cp-make-coding-system): Likewise.
26495 2005-05-26  John Wiegley  <johnw@newartisans.com>
26497         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
26498         `eshell-resume-eval' is wrapped in a list, it indicates that the
26499         command was run asynchronously.  In that case, unwrap the value
26500         before checking the delimiter value.
26502         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
26503         character before a space at the end of a line is \, assume the space
26504         is part of the last argument rather than a final argument separator.
26506         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
26507         is in use, and the target is `t' or `nil' (which are the most common
26508         values), don't assume that the symbol target is a buffer.
26510 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
26512         * calendar/calendar.el (calendar-mode-line-format):
26513         Use mode-line-highlight as mouse-face.
26515         * time.el (display-time-string-forms, display-time-update):
26516         Use mode-line-highlight as mouse-face.
26518 2005-05-26  Jay Belanger  <belanger@truman.edu>
26520         * calc/calc.el (calc-language-alist): Remove extra defvar.
26522 2005-05-26  Lute Kamstra  <lute@gnu.org>
26524         * arc-mode.el (archive-mode):
26525         * bookmark.el (bookmark-read-annotation-mode)
26526         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
26527         * bs.el (bs-mode):
26528         * calc/calc-yank.el (calc-edit-mode):
26529         * calc/calc.el (calc-mode, calc-trail-mode):
26530         * calculator.el (calculator-mode):
26531         * chistory.el (command-history-mode):
26532         * comint.el:
26533         * cus-edit.el (custom-mode):
26534         * descr-text.el (describe-text-mode):
26535         * ebuff-menu.el (Electric-buffer-menu-mode):
26536         * ediff-util.el (ediff-mode):
26537         * emacs-lisp/re-builder.el (reb-mode):
26538         * emulation/vi.el (vi-mode-setup):
26539         * emulation/ws-mode.el (wordstar-mode):
26540         * eshell/esh-mode.el (eshell-mode):
26541         * forms.el (forms-mode):
26542         * help-mode.el (help-mode):
26543         * hexl.el (hexl-mode):
26544         * ibuffer.el (ibuffer-mode):
26545         * ielm.el (inferior-emacs-lisp-mode):
26546         * info.el (Info-mode, Info-edit-mode):
26547         * international/swedish.el:
26548         * ledit.el (ledit-from-lisp-mode):
26549         * locate.el (locate-mode):
26550         * mail/rmail.el (rmail-mode):
26551         * mail/rmailedit.el (rmail-edit-mode):
26552         * mail/rmailsum.el (rmail-summary-mode):
26553         * mail/supercite.el (sc-electric-mode):
26554         * net/eudc.el (eudc-mode):
26555         * net/quickurl.el (quickurl-list-mode):
26556         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
26557         * obsolete/ooutline.el (outline-mode):
26558         * obsolete/options.el (Edit-options-mode):
26559         * obsolete/rnews.el (news-mode):
26560         * obsolete/rnewspost.el (news-reply-mode):
26561         * play/5x5.el (5x5-mode):
26562         * play/decipher.el (decipher-mode, decipher-stats-mode):
26563         * play/gomoku.el (gomoku-mode):
26564         * play/snake.el (snake-mode):
26565         * play/solitaire.el (solitaire-mode):
26566         * play/tetris.el (tetris-mode):
26567         * progmodes/ada-mode.el (ada-mode):
26568         * progmodes/antlr-mode.el (antlr-mode):
26569         * progmodes/autoconf.el (autoconf-mode):
26570         * progmodes/dcl-mode.el (dcl-mode):
26571         * progmodes/delphi.el (delphi-mode):
26572         * progmodes/ebrowse.el (ebrowse-tree-mode)
26573         (ebrowse-electric-list-mode, ebrowse-member-mode)
26574         (ebrowse-electric-position-mode):
26575         * progmodes/f90.el (f90-mode):
26576         * progmodes/fortran.el (fortran-mode):
26577         * progmodes/icon.el (icon-mode):
26578         * progmodes/idlw-help.el (idlwave-help-mode):
26579         * progmodes/idlw-shell.el (idlwave-shell-mode):
26580         * progmodes/idlwave.el (idlwave-mode):
26581         * progmodes/inf-lisp.el (inferior-lisp-mode):
26582         * progmodes/m4-mode.el (m4-mode):
26583         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
26584         * progmodes/modula2.el (modula-2-mode):
26585         * progmodes/octave-inf.el (inferior-octave-mode):
26586         * progmodes/octave-mod.el (octave-mode):
26587         * progmodes/pascal.el (pascal-mode):
26588         * progmodes/sh-script.el (sh-mode):
26589         * progmodes/sql.el (sql-mode, sql-interactive-mode):
26590         * progmodes/vhdl-mode.el (vhdl-mode):
26591         * progmodes/xscheme.el (scheme-interaction-mode):
26592         * replace.el (occur-mode):
26593         * ses.el (ses-mode):
26594         * simple.el (completion-list-mode):
26595         * skeleton.el:
26596         * speedbar.el (speedbar-mode):
26597         * term.el (term-mode):
26598         * terminal.el (terminal-edit-mode):
26599         * textmodes/reftex-index.el (reftex-index-mode)
26600         (reftex-index-phrases-mode):
26601         * textmodes/reftex-sel.el (reftex-select-label-mode)
26602         (reftex-select-bib-mode):
26603         * textmodes/reftex-toc.el (reftex-toc-mode):
26604         * wdired.el (wdired-change-to-wdired-mode):
26605         * wid-browse.el (widget-browse-mode):
26606         Use run-mode-hooks.
26608         * array.el (array-mode):
26609         * calendar/todo-mode.el (todo-mode):
26610         * man.el (Man-mode):
26611         * play/landmark.el (lm-mode):
26612         * play/mpuz.el (mpuz-mode):
26613         Use kill-all-local-variables and run-mode-hooks.
26615         * subr.el (delay-mode-hooks): Specify indentation.
26617 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
26619         * xml.el (xml-substitute-special): Don't die for undefined xml
26620         entities.
26622 2005-05-26  Jay Belanger  <belanger@truman.edu>
26624         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
26625         of nil.
26627 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
26629         * progmodes/gdb-ui.el (gdb-frame-address):
26630         Rename from gdb-current-address.
26631         (gdb-previous-frame-address): Rename from gdb-previous-address.
26632         (gdb-selected-frame): Rename from gdb-current-frame.
26633         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
26634         (gdb-frame-number): Rename from gdb-current-stack-level.
26635         (gdb-ann3): Match new mode-name for disassembly buffer.
26636         Extend initialization of variables.
26637         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
26638         (gdb-memory-mode): Use mouse-face in header line.
26639         (gdb-assembler-buffer-name): Call it disassembly and give frame
26640         in mode line.
26641         (gdb-source-spec-regexp, gdb-assembler-custom)
26642         (gdb-invalidate-assembler, gdb-frame-handler):
26643         Make robust to leading zeroes in address format.
26645 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
26647         * textmodes/org.el (org-mode): Use `define-derived-mode' to
26648         define `org-mode'.
26649         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
26651 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26653         * log-edit.el (log-edit-changelog-entries): Distinguish between
26654         filenames like xfns.c and fns.c.
26656 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
26658         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
26659         point after reverting.
26660         (Buffer-menu-make-sort-button): Handle the case where
26661         `Buffer-menu-use-header-line' is nil.
26663 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
26665         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
26666         New funcs.  In minibuffer-local-completion-map bind `]', `/'
26667         and `:' to them.
26669 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26671         * startup.el (normal-top-level): Allow modification of load-path while
26672         we're iterating over it.
26674 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
26676         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
26677         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
26678         (thumbs-resize-interactive, thumbs-insert-image)
26679         (thumbs-insert-thumb, thumbs-dired-show-marked)
26680         (thumbs-find-image-at-point, thumbs-delete-images)
26681         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
26682         (thumbs-increment-image-size, thumbs-decrement-image-size):
26683         Fix typos in docstrings.
26685 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
26687         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
26688         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
26689         (cperl-mode): Use them.
26691 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
26693         * window.el (quit-window, shrink-window-if-larger-than-buffer):
26694         Doc fixes.
26696 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
26698         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
26699         Bind C-d to gdb-inferior-io-eof.
26701         * dired.el (dired-dnd-popup-notice): Use message-box.
26703 2005-05-23  Masatake YAMATO  <jet@gyve.org>
26705         * bindings.el (mode-line-major-mode-keymap):
26706         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
26708         * faces.el (mode-line-highlight): New face.
26710         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
26711         as mouse-face.
26713         * bindings.el (top-level, help-echo, mode-line-modified)
26714         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
26715         as mouse-face.
26717 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
26719         * progmodes/cc-engine.el (c-guess-basic-syntax):
26720         Remove spurious call to `zerop'.
26722         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
26724 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
26726         CC Mode update to 5.30.10:
26728         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
26729         could go past the limit in decoration level 2, thereby causing
26730         errors during interactive fontification.
26732         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
26733         the file is evaluated interactively.
26735         * cc-engine.el (c-guess-basic-syntax): Handle operator
26736         declarations somewhat better in C++.
26738         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
26739         make use of `run-mode-hooks' which has been added in Emacs 21.1.
26740         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
26741         (awk-mode): Use it.
26742         (make-local-hook): Suppress warning about obsoleteness.
26744         * cc-engine.el, cc-align.el, cc-cmds.el
26745         (c-append-backslashes-forward, c-delete-backslashes-forward)
26746         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
26747         Compensate for return value from `forward-line' when it has moved
26748         but not to a different line due to eob.
26750         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
26751         `objc-method-intro' and `objc-method-args-cont'.
26753 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
26755         CC Mode update to 5.30.10:
26757         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
26758         in the copyright statement.  Incidentally, change "along with GNU
26759         Emacs" to "along with this program" where it occurs.
26761         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
26762         so that it is interactive, hence can be found by M-x awk-mode
26763         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
26764         <gmorris+emacs@ast.cam.ac.uk>.
26766         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
26767         Mode's regexps.
26769 2005-05-23  Kevin Ryde  <user42@zip.com.au>
26771         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
26772         c-parse-state, to avoid a lisp error (on bad code).
26774 2005-05-23  Lute Kamstra  <lute@gnu.org>
26776         * subr.el (font-lock-defaults): Remove defvar as it's already
26777         defined in font-core.el.
26779         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
26781 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
26783         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
26784         more general and work when GDB variable "print pretty" is on,
26785         as with Emacs, for example.
26787 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
26789         * font-core.el: Update comment.
26791         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26792         Use `after-change-major-mode-hook' instead of `find-file-hook'.
26794         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
26796 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
26798         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
26799         and `yank-handler' in the doc strings.
26801 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26803         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
26805 2005-05-22  Richard M. Stallman  <rms@gnu.org>
26807         * help.el (describe-key): Move print-help-return-message call
26808         out of conditional.
26810         * progmodes/etags.el (list-tags): Use with-no-warnings.
26812         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
26813         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
26814         (starttls-extra-args, starttls-extra-arguments): Add defvars.
26816         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
26818         * language/viet-util.el (viet-viscii-nonascii-translation-table):
26819         Add defvar.
26821         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
26822         Use defvar, not defconst.
26824         * hexl.el (hexl-follow-line): Use with-no-warnings.
26826         * emulation/tpu-extras.el: Use write-file-functions instead of
26827         write-file-hooks.
26829         * dired.el (dired-font-lock-keywords): Fontify files with junk
26830         extensions even if marked by -F.
26832 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
26834         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
26835         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
26836         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
26837         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
26838         (concatenate, list-length, get*, getf, cl-remprop):
26839         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
26840         (etypecase, progv, lexical-let, lexical-let*)
26841         (multiple-value-bind, multiple-value-setq, shiftf):
26842         Improve argument/docstring consistency.
26844         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
26846 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
26848         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
26849         doesn't exist.
26851         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
26852         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
26854 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
26856         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
26857         already deleted variables: auto-fill-hook, blink-paren-hook,
26858         lisp-indent-hook, inhibit-local-variables, unread-command-event,
26859         suspend-hooks, comment-indent-hook, meta-flag,
26860         before-change-function, after-change-function,
26861         font-lock-doc-string-face.
26863 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
26865         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
26867 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
26869         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
26870         rmail-dont-reply-to.
26872 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26874         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
26875         literal blank when splitting new-header-values.
26877 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
26879         * calendar/cal-menu.el (cal-menu-update): Add separator as a
26880         string so that tmm doesn't create a completion entry for it.
26882         * textmodes/table.el (table-disable-menu): Ditto.
26884 2005-05-21  Richard M. Stallman  <rms@gnu.org>
26886         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
26888         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
26890         * net/rcompile.el (remote-compile): Use compilation-start.
26892         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
26894 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
26896         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
26897         Default to makefile-bsdmake-mode on BSD systems.
26899         * imenu.el (imenu-generic-expression, imenu--generic-function'):
26900         REGEXP may also be a search function now.  The part of doc-string
26901         for describing the structure was 95% identical to that of
26902         `imenu--generic-function'.  Unify it there.
26904         * progmodes/make-mode.el (makefile-imenu-generic-expression):
26905         Use function to find dependencies, because regexp alone is so complex,
26906         it easily goes into an endless loop.
26907         (makefile-makepp-mode): Also add submenu for Perl functions
26908         defined in the makefile.
26909         (makefile-bsdmake-mode): Special imenu-generic-expression no
26910         longer needed, due to function call.
26911         (makefile-match-dependency): Take BOUND into account when checking
26912         if we're through.
26914 2005-05-20  Jay Belanger  <belanger@truman.edu>
26916         * calc/calc-units.el (calc-invalidate-units-table):
26917         Use inhibit-read-only.
26918         (math-build-units-table-buffer): Use view-mode.
26920 2005-05-20  David Kastrup  <dak@gnu.org>
26922         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
26923         easy-menu-add is not a nop on Emacs; and clarify when to call it.
26925 2005-05-20  Lute Kamstra  <lute@gnu.org>
26927         * diff-mode.el (diff-header-face, diff-file-header-face)
26928         (diff-index-face, diff-hunk-header-face, diff-removed-face)
26929         (diff-added-face, diff-changed-face, diff-function-face)
26930         (diff-context-face, diff-nonexistent-face): Put them in the
26931         diff-mode customization group.
26933 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26935         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
26937         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
26939         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
26940         Minor regexp-optimization.
26942 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
26944         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
26945         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
26946         (org-agenda-add-time-grid-maybe): New function.
26947         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
26948         (org-table-create): `dotimes' instead of `mapcar'.
26949         (org-xor): Simplify implementation.
26950         (org-agenda): `inhibit-redisplay' turned on.
26951         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
26952         a consistent line after a state change.
26953         (org-agenda-remove-times-when-in-prefix): New option.
26954         (org-prefix-has-time): New variable.
26955         (org-parse-time-string): Optional argument NODEFAULT.
26956         (org-format-agenda-item): Parse items for time-of-day
26957         specifications and move these into the prefix if possible.
26958         (org-agenda-priority): Get current heading, not previous heading
26959         during agenda remote editing.
26961 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
26963         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
26964         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
26965         (remove-duplicates, delete-duplicates, substitute)
26966         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
26967         (nsubstitute-if-not, find, find-if, find-if-not, position)
26968         (position-if, position-if-not, count, count-if, count-if-not)
26969         (mismatch, search, sort*, stable-sort, merge, member*)
26970         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
26971         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
26972         (intersection, nintersection, set-difference, nset-difference)
26973         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
26974         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
26975         (nsublis, tree-equal): Improve argument/docstring consistency.
26977         * subr.el (send-string, send-region): Remove obsolescence declaration.
26978         (window-dot, set-window-dot, read-input, show-buffer)
26979         (eval-current-buffer, string-to-int):
26980         Add release number to obsolescence declarations.
26982 2005-05-19  Kim F. Storm  <storm@cua.dk>
26984         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
26985         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
26987 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
26989         * faces.el (list-faces-display): Make back button respect optional
26990         regexp arg.
26992 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
26994         * calculator.el (calculator-radix-grouping-mode)
26995         (calculator-radix-grouping-digits, calculator-displayer)
26996         (calculator-radix-grouping-separator, calculator-copy-displayer):
26997         * dabbrev.el (dabbrev-search-these-buffers-only):
26998         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
26999         (diff-advance-after-apply-hunk, diff-mode-hook)
27000         (diff-minor-mode-prefix):
27001         * imenu.el (imenu-use-popup-menu):
27002         * jit-lock.el (jit-lock-context-time):
27003         * newcomment.el (comment-fill-column, comment-column)
27004         (comment-style, comment-padding, comment-multi-line)
27005         (comment-empty-lines, comment-auto-fill-only-comments):
27006         * reveal.el (reveal-around-mark):
27007         * uniquify.el (uniquify-buffer-name-style)
27008         (uniquify-after-kill-buffer-p)
27009         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27010         (uniquify-min-dir-content, uniquify-separator)
27011         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27012         * w32-vars.el (w32-fixed-font-alist):
27013         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27014         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27015         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27016         * progmodes/perl-mode.el (perl-indent-level)
27017         (perl-continued-statement-offset, perl-continued-brace-offset)
27018         (perl-brace-offset, perl-brace-imaginary-offset)
27019         (perl-label-offset, perl-indent-continued-arguments)
27020         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27021         * progmodes/tcl.el (tcl-indent-level)
27022         (tcl-continued-indent-level, tcl-auto-newline)
27023         (tcl-tab-always-indent, tcl-electric-hash-style)
27024         (tcl-help-directory-list, tcl-use-smart-word-finder)
27025         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27026         (inferior-tcl-source-command):
27027         * textmodes/fill.el (enable-kinsoku):
27028         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27029         * textmodes/table.el (table-yank-handler):
27030         Specify missing group (and type, if simple) in defcustom.
27032 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
27034         * progmodes/compile.el (compilation-finish-function): Fix defvar.
27036 2005-05-19  Richard M. Stallman  <rms@gnu.org>
27038         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27040         * subr.el (event-basic-type): Don't get an error.
27041         (left-fringe-p): Function deleted.
27043         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27044         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27046         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27047         in recursive copy.
27049         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27051         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27053         * emacs-lisp/bytecomp.el
27054         (byte-compile-file-form-custom-declare-variable):
27055         Call byte-compile-nogroup-warn if appropriate.
27057         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27058         (compilation-set-window): Don't call left-fringe-p; do it directly.
27060 2005-05-19  Jay Belanger  <belanger@truman.edu>
27062         * calc/calc-graph.el (calc-graph-format-data): Make sure
27063         var-PlotRejects is bound before trying to check its value.
27065 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
27067         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27068         definition of this variable from reftex-global.el to reftex.el,
27069         because it is needed in the menu.
27071 2005-05-19  Lute Kamstra  <lute@gnu.org>
27073         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27074         years are fixed.  Don't insert a space after a dash.
27076 2005-05-19  Kim F. Storm  <storm@cua.dk>
27078         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27080 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
27082         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27083         strings, because (eq ... ?\\) is fairly frequent.
27085         * progmodes/make-mode.el (makefile-add-this-line-targets):
27086         Simplify and integrate into `makefile-pickup-targets'.
27087         (makefile-add-this-line-macro): Simplify and integrate into
27088         `makefile-pickup-macros.
27089         (makefile-pickup-filenames-as-targets): Simplify.
27090         (makefile-previous-dependency, makefile-match-dependency):
27091         Don't stumble over `::'.
27093 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
27095         * subr.el (post-command-idle-hook, post-command-idle-delay):
27096         Remove obsoletion of post-command-idle-hook and
27097         post-command-idle-delay.
27099         * faces.el (list-faces-display): Provide button when describe-face
27100         is called to take user back to the list of faces.
27102         * help-fns.el (describe-variable): Remove hyperlinks in a
27103         variable's value as these are quite frequently inappropriate.
27105         * follow.el (follow-submit-feedback, follow-mode):
27106         Remove references to post-command-idle-hook.
27108 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
27110         * progmodes/make-mode.el (makefile-previous-dependency)
27111         (makefile-match-dependency): Check for := (and in bsd mode also
27112         !=) to give a better result, even when font-lock is not on.
27114 2005-05-18  Jay Belanger  <belanger@truman.edu>
27116         * calc/calc-help.el (calc-s-prefix-help):
27117         Add `calc-copy-special-constant' to help string.
27119 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
27121         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27123 2005-05-18  Jay Belanger  <belanger@truman.edu>
27125         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27126         in linear factors are in proper order.
27128 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
27130         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27131         Support for jurabib.
27133         * textmodes/reftex.el (featurep): Define aliases for overlay
27134         commands, for XEmacs compatibility, and use these aliases in
27135         overlay initializations.
27136         (reftex-highlight): Use `reftex-move-overlay'.
27137         (reftex-unhighlight): Use `reftex-delete-overlay'.
27138         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
27139         (reftex-access-search-path): Use `reftex-uniquify' instead of
27140         `reftex-uniq'
27142         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27143         `before-string' property modification enables for Emacs as well.
27144         (reftex-select-item): Use `reftex-delete-overlay'.
27145         (reftex-select-mark): Use `reftex-make-overlay' and
27146         `reftex-overlay-put'.
27147         (reftex-select-unmark): Use `reftex-delete-overlay' and
27148         `reftex-overlay-put'.
27150 2005-05-18  Lute Kamstra  <lute@gnu.org>
27152         * emacs-lisp/lisp.el (check-parens): Fix docstring.
27154 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
27156         * add-log.el (add-change-log-entry):
27157         * array.el (array-make-template, array-reconfigure-rows)
27158         (array-init-max-row, array-init-max-column)
27159         (array-init-columns-per-line, array-init-field-width):
27160         * replace.el (replace-match-maybe-edit, perform-replace):
27161         * textmodes/spell.el (spell-region):
27162         Replace `read-input' by `read-string'.
27164         * forms.el (forms-mode):
27165         * finder.el (finder-compile-keywords):
27166         * shadowfile.el (shadow-read-files):
27167         Replace `eval-current-buffer' by `eval-buffer'.
27169         * terminal.el (te-pass-through):
27170         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27171         (ange-ftp-raw-send-cmd):
27172         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27173         (send-process-next-char, telnet-initial-filter, telnet):
27174         Replace `send-string' by `process-send-string'.
27176         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27177         (prolog-consult-region): Replace `send-string' by
27178         `process-send-string'; replace `send-region' by `process-send-region'.
27180         * progmodes/delphi.el (delphi-log-msg):
27181         Replace `set-window-dot' by `set-window-point'.
27183         * subr.el (window-dot, set-window-dot, read-input, send-string)
27184         (send-region, show-buffer, eval-current-buffer):
27185         Make really obsolete, as the comment says.
27187 2005-05-17  Kim F. Storm  <storm@cua.dk>
27189         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27190         (cua--init-keymaps): Bind C-return instead of S-return to set
27191         rectangle mark.
27193         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27194         instead of S-return to toggle/clear rectangle mark.
27196 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
27198         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27199         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27200         Also fontify plain strings assigned to variables, mostly so that a
27201         colon has a face and is thus not taken as a dependency separator.
27202         (makefile-previous-dependency): Inline the new matcher, because it
27203         is too complex to work in both directions.
27204         (makefile-match-dependency): Eliminate `backward' arg (see above).
27205         Completely reimplemented so as to not sometimes go into an endless
27206         loop.  It should also be more efficient, because first it only
27207         searches for `:', instead of applying the very complex regexp.
27208         (makefile-mode): Cancel `font-lock-support-mode', because blocks
27209         to be fontified in one piece can be too long for JIT.
27210         Makefiles are never *that* big.
27212 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
27214         * dired.el (dired-mode): Simplify.
27216 2005-05-17  Lute Kamstra  <lute@gnu.org>
27218         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27219         defcustom for the mode hook variable.
27221         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27222         Emacs Lisp Reference Manual.
27224 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
27226         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27227         (evenp, list*):
27228         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27229         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27231         * net/tramp-smb.el (tramp-smb-open-connection):
27232         Pass `tramp-chunksize' as fifth (required) argument.
27234 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
27236         * font-lock.el (lisp-font-lock-keywords-1):
27237         Set `font-lock-negation-char-face' for [^...] char group.
27238         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27240         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27241         a var, and refine it to mask one more level of nested vars.
27242         (makefile-rule-action-regex): Turn it into a var, and refine it so
27243         it recognizes backslashed continuation lines as belonging to the
27244         same command.
27245         (makefile-macroassign-regex): Refine it so it recognizes
27246         backslashed continuation lines as belonging to the same command.
27247         (makefile-var-use-regex): Don't look at the next char, because it
27248         might be the same one to be skipped by the initial [^$], leading
27249         to an overlooked variable use.
27250         (makefile-make-font-lock-keywords): Remove two parameters, which
27251         are now variables that some of the modes set locally.
27252         Handle dependency and rule action matching through functions, because
27253         regexps alone match too often.  Dependency matching now comes
27254         last, so it can check, whether a colon already matched something else.
27255         (makefile-mode): Inform that font-lock improves makefile parsing
27256         capabilities.
27257         (makefile-match-dependency, makefile-match-action): New functions.
27259 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
27261         * emacs-lisp/cl-extra.el (equalp): Doc fix.
27263         * align.el (align-regexp):
27264         * ansi-color.el (ansi-color-get-face):
27265         * array.el (array-reconfigure-rows, array-init-max-row)
27266         (array-init-max-column, array-init-columns-per-line)
27267         (array-init-field-width):
27268         * dired-aux.el (dired-trample-file-versions):
27269         * dired-x.el (dired-mark-sexp):
27270         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27271         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27272         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27273         * faces.el (face-read-integer):
27274         * files.el (backup-extract-version, insert-directory):
27275         * hexl.el (hexl-insert-decimal-char):
27276         * server.el (server-process-filter):
27277         * shell.el (shell-extract-num):
27278         * startup.el (command-line-1):
27279         * term.el (term-command-hook):
27280         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27281         (time-stamp-do-number):
27282         * time.el (display-time-update):
27283         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27284         (timezone-fix-time):
27285         * vms-patch.el (vms-suspend-resume-hook):
27286         * calendar/appt.el (appt-convert-time):
27287         * calendar/cal-bahai.el (mark-bahai-diary-entries):
27288         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27289         * calendar/cal-islam.el (mark-islamic-diary-entries):
27290         * calendar/calendar.el (calendar-cursor-to-date)
27291         (calendar-star-date):
27292         * calendar/diary-lib.el (diary-attrtype-convert)
27293         (mark-diary-entries, diary-entry-time):
27294         * calendar/solar.el (solar-get-number):
27295         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
27296         * emacs-lisp/re-builder.el (reb-display-subexp):
27297         * emulation/edt.el (edt-set-scroll-margins):
27298         * emulation/tpu-extras.el (tpu-set-scroll-margins):
27299         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
27300         (vip-get-ex-count):
27301         * emulation/viper-ex.el (viper-get-ex-token)
27302         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
27303         * international/fontset.el (fontset-plain-name):
27304         * mail/feedmail.el (feedmail-look-at-queue-directory):
27305         * mail/mailalias.el (mail-get-names):
27306         * mail/rmail.el (rmail-convert-to-babyl-format):
27307         * mail/rmailsum.el (rmail-make-basic-summary-line)
27308         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
27309         (rmail-summary-goto-msg):
27310         * mail/smtpmail.el (smtpmail-read-response):
27311         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
27312         (ange-ftp-vms-add-file-entry):
27313         * play/gametree.el (gametree-looking-at-ply)
27314         (gametree-current-branch-score):
27315         * progmodes/ada-xref.el (ada-prj-find-prj-file)
27316         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
27317         * progmodes/cperl-mode.el (condition-case):
27318         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
27319         (ebrowse-set-member-buffer-column-width)
27320         (ebrowse-select-1st-to-9nth):
27321         * progmodes/etags.el (etags-snarf-tag):
27322         * progmodes/flymake.el (flymake-parse-line):
27323         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
27324         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
27325         (idlwave-shell-menu-def):
27326         * progmodes/ps-mode.el (ps-run-goto-error):
27327         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
27328         (vhdl-speedbar-contract-level):
27329         * term/mac-win.el (x-handle-numeric-switch):
27330         * term/sun-mouse.el (sun-get-frame-data):
27331         * term/w32-win.el (x-handle-numeric-switch):
27332         * term/x-win.el (x-handle-numeric-switch):
27333         * textmodes/ispell.el (ispell-parse-output):
27334         * textmodes/nroff-mode.el (nroff-outline-level):
27335         * textmodes/reftex-cite.el (reftex-bib-sort-year)
27336         (reftex-bib-sort-year-reverse, reftex-format-citation):
27337         * textmodes/reftex-parse.el (reftex-init-section-numbers)
27338         (reftex-section-number):
27339         * textmodes/texinfmt.el (texinfo-paragraphindent):
27340         Replace `string-to-int' by `string-to-number'.
27342         * international/latexenc.el: Add page marker to force the "Local
27343         Variables:" string out of the last page.
27345 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
27347         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
27348         tooltip-change-major-mode.
27349         (gud-tooltip-print-command): Remove case where gud-minor-mode
27350         is gdb ("--fullname").
27351         (gud-tooltip-tips): Turn GUD tooltips off for this case and
27352         explain to user.
27354 2005-05-16  Jay Belanger  <belanger@truman.edu>
27356         * calc/calc-store.el (calc-copy-special-constant): New function.
27358         * calc/calc-ext.el (calc-init-extensions): Add binding for
27359         `calc-copy-special-constant'.
27361         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
27362         for the `calc-copy-special-constant' command.
27364 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
27366         * subr.el (left-fringe-p): New function.
27368         * progmodes/compile.el (compilation-setup): Set local value of
27369         overlay-arrow-string to "" always.
27370         (compilation-set-window): Left fringe then don't scroll.
27371         No left fringe then no arrow and scroll message to top.
27372         (compilation-context-lines): Adjust doc string accordingly.
27374 2005-05-16  Kim F. Storm  <storm@cua.dk>
27376         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
27377         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
27378         (ido-wide-find-dir-or-delete-dir): New command for M-d.
27379         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
27380         (ido-read-file-name): Handle commands with ido property value
27381         equal to find-file as reading a file name, to allow C-d to enter dired.
27382         (ibuffer-find-file): Add ido property with value find-file.
27384 2005-05-15  Kim F. Storm  <storm@cua.dk>
27386         * subr.el (open-network-stream-nowait): Remove.
27387         (open-network-stream-server): Remove.
27389 2005-05-15  Richard M. Stallman  <rms@gnu.org>
27391         * faces.el (describe-face): Output a definition link button.
27393         * help-mode.el (help-face-def): New button type.
27395         * emacs-lisp/copyright.el (copyright-fix-years):
27396         Match properly if the first year is 2-digit.
27397         Don't mess up the whitespace after the years by filling.
27399         * dired-aux.el (dired-mark-confirm):
27400         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
27402         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
27403         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
27404         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
27406         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27407         Set font-lock-comment-start-skip.
27409         * font-lock.el (font-lock-comment-start-skip): New variable.
27410         (font-lock-comment-end-skip): New variable.
27411         (font-lock-fontify-syntactically-region): Use them if non-nil.
27413 2005-05-15  Jay Belanger  <belanger@truman.edu>
27415         * calc/calc-store.el (calc-store-value): Return a string rather
27416         than display it as a message.
27417         Use calc-var-name for variable name.
27418         (calc-store-into): Add the result of calc-store-value to message.
27419         (calc-copy-variable): Add a message.
27420         (calc-store-exchange): Improve error messages.
27421         (calc-store-binary, calc-store-map): Don't reset the values of
27422         special constants.
27424 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
27426         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
27427         manual to docstring.
27429         * files.el (hack-local-variables-confirm): Add STRING argument.
27430         Make the function handle non file visiting buffers correctly.
27431         (hack-local-variables-prop-line, hack-local-variables)
27432         (hack-one-local-variable): Use STRING arg of
27433         `hack-local-variables-confirm'.
27435 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
27437         Sync with Tramp 2.0.49.
27439         * net/tramp.el (tramp-handle-dired-call-process)
27440         (tramp-handle-insert-directory):`insert-buffer' cannot be used
27441         because the contents of the Tramp buffer is changed before
27442         insertion (`expand-file' and alike).
27443         (tramp-handle-insert-directory): If `localname' has an empty
27444         nondirectory name, it must not be quoted.
27445         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
27446         variable `tramp-chunksize'.  Change callees.
27447         (tramp-open-connection-setup-interactive-shell): Check remote host
27448         for buggy `send-process-string' implementation.
27449         Set `tramp-chunksize' if found.  Reported by Michael Kifer
27450         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
27451         (tramp-handle-shell-command): `insert-buffer' cannot be used
27452         because the contents of the Tramp buffer is changed before
27453         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
27454         <frederic.bothamy@free.fr>.
27455         (tramp-set-auto-save): Actions should be done for Tramp file name
27456         handler only.  Ange-FTP has its own auto-save mechanism.
27457         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27458         (tramp-set-auto-save-file-modes): Set file modes of
27459         `buffer-auto-save-file-name' to ?\600 as fallback solution.
27460         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
27461         (tramp-bug): Remove obsolete variable.
27462         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
27463         for presence of `mml-mode'.  Make it running for older Emacsen as well.
27465 2005-05-14  John Paul Wallington  <jpw@pobox.com>
27467         * ibuf-ext.el (define-ibuffer-filter filename):
27468         If `dired-directory' is a list, use its car.
27470 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
27472         * ibuffer.el (define-ibuffer-column filename):
27473         If `dired-directory' is a list, use its car.
27475 2005-05-14  Richard M. Stallman  <rms@gnu.org>
27477         * subr.el (symbol-file): Doc fix.
27479         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
27480         (byte-compile-form): Call byte-compile-nogroup-warn.
27481         (byte-compile-warning-types): Doc fix.
27483         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
27485         * progmodes/cc-engine.el (c-literal-faces):
27486         Add font-lock-comment-delimiter-face.
27488         * net/net-utils.el (dig): Use with-no-warnings.
27490         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
27491         (sc-recite-frame-alist, sc-default-cite-frame)
27492         (sc-default-uncite-frame, sc-default-recite-frame)
27493         (sc-attrib-selection-list, sc-rewrite-header-list):
27494         Mark as risky-local-variable.
27496         * international/ogonek.el (ogonek-jak, ogonek-how):
27497         Don't use beginning-of-buffer.
27499         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
27501         * calendar/solar.el (solar-data-list): Move definition up.
27503         * dnd.el (dnd-protocol-alist): Add autoload.
27505         * progmodes/sh-script.el: Many doc usage fixes.
27506         (sh-indent-after-do): Change default to match common styles.
27508 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
27510         * files.el (interpreter-mode-alist)
27511         (auto-mode-interpreter-regexp): Doc fixes.
27513 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
27515         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
27517         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
27519 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27521         * dired.el (dired-mode): make-variable-buffer-local =>
27522         make-local-variable.
27524 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27526         * term/mac-win.el (mac-select-convert-to-string): Try coding
27527         systems in mac-script-code-coding-systems if specified one cannot
27528         encode string for `com.apple.traditional-mac-plain-text'.
27530 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
27532         * progmodes/make-mode.el (makefile-targets-face)
27533         (makefile-shell-face, makefile-makepp-perl-face): New faces.
27534         (makefile-dependency-regex): Fix it to not make the colon in
27535         $(var:a=b) special.
27536         (makefile-rule-action-regex): New regexp for highlighting embedded
27537         Shell strings.
27538         (makefile-macroassign-regex): Handle != for highlighting as
27539         embedded Shell strings.
27540         (makefile-var-use-regex): New const.
27541         (makefile-statements, makefile-automake-statements)
27542         (makefile-gmake-statements, makefile-makepp-statements)
27543         (makefile-bsdmake-statements): New consts.
27544         (makefile-make-font-lock-keywords): New function.
27545         (makefile-automake-font-lock-keywords)
27546         (makefile-gmake-font-lock-keywords)
27547         (makefile-makepp-font-lock-keywords)
27548         (makefile-bsdmake-font-lock-keywords): New consts.
27549         (makefile-mode-map): Add switchers between the various submodes.
27550         (makefile-mode): Document the availability of the variants.
27551         (makefile-automake-mode, makefile-gmake-mode)
27552         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
27554         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
27555         new variants of makefile-mode.
27557 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27559         * font-lock.el (font-lock-comment-delimiter-face): Fix up
27560         the inheritance.
27562 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
27564         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
27565         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
27567         * files.el (normal-mode): Extend the scope of the
27568         `enable-local-variables' binding to include the `set-auto-mode' call.
27569         (magic-mode-alist): Doc fix.
27571 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27573         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
27574         font-lock-comment-face rather than copying its setting.
27576 2005-05-12  Andreas Schwab  <schwab@suse.de>
27578         * eshell/esh-mode.el (eshell-send-input): Doc fix.
27580 2005-05-12  Lute Kamstra  <lute@gnu.org>
27582         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
27583         defcustom for the mode hook variable.  Delete the last argument.
27584         * generic-x.el: Fix callers of define-generic-mode.
27585         (generic-x-modes): Delete group.
27586         (show-tabs-tab-face, show-tabs-space-face): Put them in the
27587         generic-x customization group.
27589 2005-05-12  Kim F. Storm  <storm@cua.dk>
27591         * font-lock.el (font-lock-negation-char-face): Default to "off".
27593         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
27594         font-lock-negation-char-face to ! in !=.
27596 2005-05-12  Masatake YAMATO  <jet@gyve.org>
27598         * add-log.el (find-change-log): Fix typos in the docstring
27599         of function.
27601 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
27603         * international/latexenc.el (latexenc-find-file-coding-system):
27604         Avoid `re-search-forward' when looking for input encoding because
27605         of speed and safety.  Better regular expressions for recognizing
27606         input encoding.  Limit a search for TeX-master/tex-main-file to
27607         the local variable section.
27609 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
27611         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
27612         syntax of $ to "'" (quote).
27614 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
27616         * dnd.el (dnd-protocol-alist): Improve custom type.
27618         * dired.el (dired-dnd-protocol-alist): New variable.
27619         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
27620         `dired-mode-hook' to the end.
27622 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27624         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
27625         comment-end if comment-start-skip is not set.
27626         Obey the font-lock-comment-delimiter-face variables.
27628 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27630         * files.el (executable-find): Move from executable.el.  Use
27631         locate-file.
27632         * progmodes/executable.el (executable-find): Move to files.el.
27634         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
27635         when trying to ensure forward progress.
27637 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
27639         * mouse-sel.el (mouse-sel-follow-link-p): New function.
27640         (mouse-select, mouse-select-internal, mouse-extend-internal):
27641         Use it to implement mouse-1-click-follows-link functionality.
27643 2005-05-11  Richard M. Stallman  <rms@gnu.org>
27645         * font-lock.el (font-lock-fontify-syntactically-region):
27646         Use font-lock-comment-delimiter-face for comment delimiters.
27648 2005-05-10  Jay Belanger  <belanger@truman.edu>
27650         * calc/calc-help.el (calc-m-prefix-help): Add mention of
27651         preserving embedded modes.
27653 2005-05-10  Richard M. Stallman  <rms@gnu.org>
27655         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
27657         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
27658         Move from ada-stmt.el.
27659         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
27661         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
27662         Move to ada-mode.el.
27663         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
27665         * cus-edit.el (custom-file): Call file-chase-links.
27667         * files.el (read-directory-name): Fix previous change.
27668         (hack-local-variables-confirm): New function.
27669         (hack-local-variables-prop-line, hack-local-variables)
27670         (hack-one-local-variable): Use it.
27672 2005-05-10  Lute Kamstra  <lute@gnu.org>
27674         * font-lock.el (font-lock-keywords-alist)
27675         (font-lock-removed-keywords-alist): Clarify docstrings.
27677 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
27679         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
27680         (gdb-source-info): Check for preprocessor info.
27681         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
27682         a macro for a function.
27683         (gdb-info-breakpoints-custom): Try to find file again if not already
27684         found (user might have used GDB dir command).
27685         (gdb-get-location): Update gdb-location-alist correctly for change
27686         to gdb-info-breakpoints-custom.
27688         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
27689         (gud-tooltip-print-command): Add gdbmi case.
27690         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
27691         preprocessor info.
27693 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
27695         * startup.el (fancy-splash-insert): Fix typo in doc string.
27697 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
27699         * obsolete/float.el (string-to-float):
27700         * obsolete/hilit19.el (hilit-add-pattern):
27701         * obsolete/rnews.el (news-parse-range, news-select-message)
27702         (news-get-pruned-list-of-files): Replace `string-to-int' by
27703         `string-to-number'.
27705         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
27706         `find-file-not-found-hooks'; use `add-hook'.
27707         (uncompress-while-visiting): Set `write-file-functions', not
27708         `write-file-hooks'; use `add-hook'.
27710 2005-05-09  Kim F. Storm  <storm@cua.dk>
27712         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
27713         (cua-paste): Handle clipboard action.
27714         (cua--init-keymaps): Remap clipboard-kill-region and
27715         clipboard-kill-ring-save.
27717 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
27719         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27720         Improve commentary.
27722         * simple.el (next-error-overlay-arrow-position): Revert the change
27723         made on 2005-04-30.
27725 2005-05-07  Jay Belanger  <belanger@truman.edu>
27727         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
27728         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
27729         `calc-sel-reselect'.
27731         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
27732         Calc is in embedded mode.
27734 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27736         * progmodes/compile.el (compilation-setup):
27737         Set overlay-arrow-string to an empty string on text terminals.
27739         * textmodes/ispell.el (ispell-program-name): Try looking for
27740         "aspell" along exec-path, and if found, use it as the default
27741         speller program.
27743 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
27745         * international/mule.el (sgml-xml-auto-coding-function):
27746         Recognize encoding='FOO' in single quotes as well as in double quotes.
27748 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
27750         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
27751         as well as `interactive', so that defmacro* would recognize
27752         `declare' forms.
27754 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27756         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27757         Explain more about the LIGHTER arg's usage in the doc string.
27758         Add commentary to clarify what the code does.  Fix the regexp that
27759         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
27760         since it could have characters special to regular expressions.
27762 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
27764         * replace.el (occur-1): Bind inhibit-read-only so that
27765         erase-buffer doesn't barf on read-only text properties (likewise
27766         for add-text-properties in occur-engine).  Mark buffer as unmodified.
27767         (occur-engine): Don't set buffer-read-only here.
27769 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27771         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
27772         list-buffers-directory.  This caused the *cvs-commit* buffer to be
27773         sometimes mistakenly reused as a *cvs* buffer.
27775 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
27777         * tooltip.el: Move code for GUD tooltips into gud.el.
27778         (require): CL no longer needed to compile case.
27779         (tooltip-mode): Do not toggle functions for GUD tooltips.
27780         (tooltip-gud-tips-p): Remove.  Replace with minor mode
27781         gud-tooltip-mode in gud.el.
27782         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
27783         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
27784         tooltip-gud prefix with gud-tooltip and obsolete.
27785         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
27786         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
27787         (tooltip-mouse-motion): Mouse movement functions/variable.
27788         Rename in gud.el by adding gud prefix.
27789         (tooltip-gud-original-filter, tooltip-gud-dereference)
27790         (tooltip-gud-event, tooltip-toggle-gud-tips)
27791         (tooltip-gud-process-output, tooltip-gud-print-command)
27792         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
27793         gud.el by replacing tooltip-gud prefix with gud-tooltip.
27794         (gdb-tooltip-print): Move to gdb-ui.el.
27796         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
27797         (require): CL needed to compile case.
27798         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
27799         tooltip-gud-tips-p.  Make it a minor-mode.
27800         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
27801         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
27802         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
27803         (gud-tooltip-change-major-mode)
27804         (gud-tooltip-activate-mouse-motions-if-enabled)
27805         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
27806         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
27807         (gud-tooltip-original-filter, gud-tooltip-dereference)
27808         (gud-tooltip-event, tooltip-toggle-gud-tips)
27809         (gud-tooltip-process-output, gud-tooltip-print-command)
27810         (gud-tooltip-tips): Move from tooltip.el.
27812         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
27813         (gdb-cpp-define-alist-flags): Doc fix.
27814         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
27815         gud-tooltip-mode is t.
27817 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27819         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
27820         evaporate if their text is deleted.
27821         (goto-address-at-point): Make it work as a mouse binding as well.
27822         (goto-address-at-mouse): Obsolete it.  Update users.
27824 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
27826         * calendar/appt.el (top-level): No longer activate on load.
27828 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
27830         * calendar/cal-bahai.el (mark-bahai-diary-entries):
27831         * net/webjump.el (webjump):
27832         * progmodes/idlw-help.el (idlwave-do-context-help1)
27833         (idlwave-highlight-linked-completions):
27834         * textmodes/po.el (po-find-file-coding-system-guts):
27835         Replace `assoc-ignore-case' by `assoc-string'.
27837 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
27839         * files.el (locate-file): Doc fix.
27841         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
27842         Remove the redundant test for ms-dos.
27844         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
27845         look for the preprocessor with exec-suffixes.  If not found in
27846         standard places, look in exec-path.  Remove most of the tests that
27847         used system-type.
27849         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
27851         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
27853         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
27854         file-name clash with jka-compr.el on 8+3 filesystems.
27856 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27858         * term/mac-win.el: Don't define or bind scroll bar functions if
27859         x-toolkit-scroll-bars is t.
27860         (x-select-text, x-get-selection-value): Clear
27861         x-last-selected-text-clipboard if x-select-enable-clipboard is
27862         nil.
27863         (PRIMARY): Put mac-scrap-name property.
27864         (mac-select-convert-to-file-url): New function.
27865         (public.file-url): New selection target type.  Add to
27866         selection-converter-alist.
27867         (x-get-selection, x-selection-value): Handle it.
27868         (x-cut-buffer-or-selection-value): New alias.
27870 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27872         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
27873         entry to avoid calling bibtex-find-entry with arg global
27874         being t.  Remove arg key.
27875         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
27876         (bibtex-copy-summary-as-kill): Change accordingly.
27878 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27880         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
27881         (org-agenda-date-later): Use with-current-buffer.
27883 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
27885         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
27886         (define-obsolete-variable-alias): Doc Fixes.
27888 2005-05-06  Kim F. Storm  <storm@cua.dk>
27890         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
27891         vertical-motion when selective-display is active.
27893         * ido.el (ido-setup-hook): New hook.
27894         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
27895         (ido-input-stack): New var.
27896         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
27897         ido-next-work-file binding to M-O.
27898         Bind M-f to ido-wide-find-file-or-pop-dir.
27899         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
27900         (ido-read-internal): Run ido-setup-hook.
27901         Catch quit in read-file-name and read-string to cancel edit.
27902         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
27903         Automatically pop-all when completing a directory name (RET).
27904         (ido-file-internal): Add with-no-warnings around ffap and dired code.
27905         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
27906         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
27907         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
27908         New functions for M-b/M-f to move among the directory components.
27909         (ido-make-merged-file-list): Catch quit to cancel merge.
27910         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
27911         (ido-completion-help): No warnings for ido-completion-buffer-full.
27913 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
27915         * font-lock.el (font-lock-negation-char-face): New face and variable.
27916         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
27917         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
27918         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
27919         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
27921 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
27923         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
27924         Fix typo in docstring.
27926         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
27927         (ebrowse-print-statistics-line)
27928         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
27930         * term/w32-win.el (image-library-alist): Add additional name for
27931         Xpm library.
27933 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
27935         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
27936         use gcc instead of cpp.
27938         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
27939         (gdb-create-define-alist): Use it.
27940         (gdb-cpp-define-alist-program): Update for MS-DOS.
27942 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
27944         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
27946 2005-05-04  Richard M. Stallman  <rms@gnu.org>
27948         * help.el (describe-key): No error when UNTRANSLATED is nil.
27950         * simple.el (line-move-1): Fix previous change to signal errors
27951         appropriately.
27953 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
27955         * calendar/icalendar.el (icalendar-version): Now at 0.12.
27956         (icalendar-duration-correction): Remove.
27957         (icalendar--get-event-properties): Split result at commas.
27958         (icalendar--decode-isoduration): New optional argument
27959         DURATION-CORRECTION.
27960         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
27961         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
27962         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
27963         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
27964         (icalendar--convert-anniversary-to-ical): New functions, extracted
27965         from icalendar-export-region, with bug fixes.
27966         (icalendar-export-region): Use the above functions.
27967         (icalendar-import-buffer): Check before saving diary file.
27968         (icalendar--convert-recurring-to-diary)
27969         (icalendar--convert-non-recurring-all-day-to-diary)
27970         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
27971         extracted from icalendar--convert-ical-to-diary, with bug fixes.
27972         (icalendar--convert-ical-to-diary): Use the above functions.
27974 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
27976         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
27977         Remove these recent additions.
27978         (c-mode): Restore to before 2005-04-28.
27980         * progmodes/cc-vars.el (cc-define-list-program): Remove this
27981         recent addition.
27983         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
27984         (gdb-define-alist): New variables.
27985         (gdb-create-define-alist): New function.
27986         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
27987         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
27988         with string-to-number.
27989         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
27991         * progmodes/gud.el: Replace string-to-int with string-to-number.
27992         (gud-find-file): Handle gdb-define-alist.
27994         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
27996 2005-05-02  Jay Belanger  <belanger@truman.edu>
27998         * calc/calc-aent.el (math-read-token):
27999         * calc/calc-bin.el (calc-word-size):
28000         * calc/calc-ext.el (calc-read-number-fancy):
28001         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28002         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28003         * calc/calc-frac.el (calc-over-notation):
28004         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28005         (calc-graph-num-points, calc-graph-init):
28006         * calc/calc-prog.el (calc-read-parse-table-part)
28007         (calc-edit-macro-repeats):
28008         * calc/calc-yank.el (calc-do-grab-rectangle):
28009         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28010         Replace `string-to-int' by `string-to-number'.
28012 2005-05-02  Kim F. Storm  <storm@cua.dk>
28014         * kmacro.el: Use executing-kbd-macro-index variable.
28016 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
28018         * net/rlogin.el (rlogin-parse-words): Delete func.
28019         (rlogin): Use split-string, not rlogin-parse-words.
28020         Also, if there are option-like elements in the parsed args,
28021         take the host to be the first arg immediately following them.
28022         Suggested by Michael Mauger.
28024 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28026         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28028 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28030         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28031         (cc-mode-cpp-program): Rename to cc-define-list-program and
28032         move to cc-vars.el.
28034         * progmodes/cc-vars.el (cc-define-list-program):
28035         Change to "gcc -E -dM -".  Make customizable.
28037 2005-05-02  Kim F. Storm  <storm@cua.dk>
28039         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28041 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28043         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28045         * international/mule-util.el (truncate-string): Remove alias and
28046         obsolete declaration.
28048         * international/mule-cmds.el (update-iso-coding-systems):
28049         Remove alias and obsolete declaration.
28051         * international/mule.el (coding-system-parent): Remove alias and
28052         obsolete declaration.
28054         * subr.el (define-function, sref): Remove aliases and obsolete
28055         declarations.
28056         (chars-in-region): Remove obsolete declaration.
28058 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28060         * info.el (Info-mode): Set widen-automatically to nil, locally.
28062         * simple.el (widen-automatically): New variable.
28063         (pop-global-mark): Obey widen-automatically.
28065 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
28067         * term/xterm.el (function-key-map): Call substitute-key-definition
28068         before the keymap size is increased by a lot of define-key calls.
28070 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28072         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28073         Rename ARG to ELEMENT.  Doc fix.
28075 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28077         * allout.el (allout-exposure): Remove macro and obsolete declaration.
28078         Remove references to allout-exposure/change to allout-new-exposure.
28080         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28081         bytecode symbols.
28083         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28084         (compiled-function-p, focus-frame, unfocus-frame):
28085         Remove aliases and obsolete declarations.
28086         Back out inadvertent changes from previous commit.
28088 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28090         * files.el (require-final-newline): Make Custom tags consistent
28091         with mode-require-final-newline.
28092         (mode-require-final-newline): Doc fix.
28094 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28096         * international/latexenc.el (latexenc-find-file-coding-system):
28097         Fix regular expressions.
28099 2005-05-01  David Kastrup  <dak@gnu.org>
28101         * international/latexenc.el (latexenc-find-file-coding-system):
28102         Fix regular expressions.
28104 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28106         * subr.el (string-to-int): Make obsolete.
28108 2005-04-30  Richard M. Stallman  <rms@gnu.org>
28110         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28112         * loadup.el: load jka-comp-hook.
28114         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28115         (jka-compr-handler): Add autoload.  `put' calls moved
28116         to jka-comp-hook.el.
28117         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28118         (jka-compr-inhibit): Autoload.
28120         * jka-comp-hook.el: New file.
28121         Enable the mode by default.
28123         * files.el (backup-buffer-copy): Use copy-file instead
28124         of write-region, and put back the 'excl.
28126 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
28128         * progmodes/flymake.el (flymake-split-string)
28129         (flymake-split-string, flymake-log, flymake-pid-to-names)
28130         (flymake-reg-names, flymake-get-source-buffer-name)
28131         (flymake-unreg-names, flymake-add-line-err-info)
28132         (flymake-add-err-info): Clarify docstrings.
28133         (flymake-popup-menu, flymake-make-emacs-menu)
28134         (flymake-make-xemacs-menu): Add docstrings.
28135         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28136         Set variables directly throughout.
28138 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
28140         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28141         exists.  Initialize cc-define-alist.
28142         (c-mode): Add cc-create-define-alist locally to after-save-hook.
28143         If there is no file (Macroexpansion) don't create an alist.
28145 2005-04-29  Sam Steingold  <sds@gnu.org>
28147         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28148         (cc-create-define-alist): Use it instead of the hard-coded string.
28150 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28152         * international/mule-conf.el (file-coding-system-alist): Fix regexp
28153         for latexenc.
28155 2005-04-29  Lute Kamstra  <lute@gnu.org>
28157         * emacs-lisp/generic.el: Improve commentary section.
28158         (define-generic-mode): Improve docstring.
28160 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
28162         * textmodes/org.el (many places): Change to quiet the byte compiler.
28163         (org-prefix-format-compiled): New variable.
28164         (org-compile-prefix-format): New function.
28165         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28166         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28167         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28168         (org-get-entries-from-diary): Use `org-get-time-of-day' for
28169         consistency with entries from `org-mode' files.
28170         (org-get-time-of-day): Fix bug with partial matches early in a line.
28171         (org-non-link-chars): New constant.
28172         (org-link-regexp): Respect `org-non-link-chars'.
28173         (org-agenda-day-view): Remove command.
28174         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28175         (org-follow-bbdb-link, org-store-link): Search also company field.
28176         (org-highlight-overlay): New variable.
28177         (org-highlight, org-unhighlight): New functions.
28178         (org-agenda-mode): Add pre-command-hook to remove highlight.
28179         (org-evaluate-time-range): Behavior depends upon whether time stamp
28180         contains a time or not.
28181         (org-show-subtree, org-show-entry): New functions.
28182         (org-agenda-cleanup-fancy-diary): Remove empty lines.
28184 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
28186         * comint.el (comint-output-filter-functions): Add autoload cookie.
28188 2005-04-28  Kim F. Storm  <storm@cua.dk>
28190         * ido.el (ido-everywhere): Fix last change.
28192 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
28194         * international/latexenc.el: New file.
28195         * international/mule-conf.el (file-coding-system-alist): For .tex,
28196         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28198 2005-04-28  Lute Kamstra  <lute@gnu.org>
28200         * font-lock.el (font-lock-add-keywords)
28201         (font-lock-remove-keywords): Clarify docstring.
28202         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28203         Don't start docstrings with a `*'.
28204         (font-lock-update-removed-keyword-alist): Give it a docstring.
28206         * generic-x.el: Update commentary section.
28207         Only require font-lock when compiling.
28208         Define all modes conditionally.
28209         Place all generic modes in the generic-x-modes customization group.
28210         (generic-x-modes): New customization group.
28211         (generic-default-modes, generic-mswindows-modes)
28212         (generic-unix-modes, generic-other-modes): New constants.
28213         (generic-define-mswindows-modes, generic-define-unix-modes):
28214         Update docstrings.  Make them obsolete.
28215         (generic-extras-enable-list): New default value.  Update docstring.
28216         Improve :type.  Change :set function.
28217         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28218         Fix docstring.
28220         * emacs-lisp/generic.el (generic-mode-internal):
28221         Simplify font-lock-defaults.
28222         (define-generic-mode): Fix docstring.
28224 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28226         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28227         font-lock-face property to highlight matches.
28229 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
28231         * progmodes/cc-mode.el (cc-create-define-alist): New function.
28232         (cc-define-alist): New variable.
28233         (c-mode): Make it local and initialize it.
28235         * progmodes/gdb-ui.el (gdb-active-process): New variable.
28236         (gdb-exited): New function.
28237         (gdb-annotation-rules): Use it.
28238         (gdb-starting): Set gdb-active-process to t.
28239         (gdb-stopping): Amend doc string.
28240         (gdb-reset): Set gdb-active-process to nil.
28242         * tooltip.el (tooltip-gud-tips): Show the associated #define
28243         directives when a C program under GDB is not executing.
28245 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28247         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28248         font-lock-fontify-syntactic-keywords.
28250         * font-lock.el (font-lock-default-fontify-region): Don't force
28251         parse-sexp-lookup-properties to nil.
28253 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
28255         * man.el (man-mode-syntax-table): Set up `:' to have
28256         word-constituent syntax.
28258 2005-04-27  Lute Kamstra  <lute@gnu.org>
28260         * novice.el (disable-command): Don't add spurious newlines to the
28261         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
28263 2005-04-26  Jay Belanger  <belanger@truman.edu>
28265         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28266         than one window before deleting window.
28268 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
28270         * shell.el (shell-prompt-pattern): Doc fix.
28271         (shell-mode): Set paragraph-separate buffer locally to "\\'".
28273         * comint.el (comint-prompt-regexp, comint-get-old-input)
28274         (comint-use-prompt-regexp)
28275         (comint-use-prompt-regexp-instead-of-fields)
28276         (comint-replace-by-expanded-history, comint-send-input)
28277         (comint-output-filter, comint-get-old-input-default)
28278         (comint-line-beginning-position, comint-bol, comint-show-output)
28279         (comint-backward-matching-input, comint-forward-matching-input)
28280         (comint-next-prompt, comint-previous-prompt):
28281         Rename `comint-use-prompt-regexp-instead-of-fields' to
28282         `comint-use-prompt-regexp'.  Keep old name as alias and declare
28283         obsolete.
28284         (comint-use-prompt-regexp): Shorten first line of doc string.
28286         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28287         Set paragraph-separate buffer locally to "\\'".
28289         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28290         Adapt to above name change.
28292         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28293         (smbclient-prompt-regexp): Ditto.
28295         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
28297 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
28299         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
28300         gdb-location-list.
28301         Break lines that are over 80 characters wide.
28303 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28305         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
28306         New fun and var, to preserve compatibility.
28308         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
28310 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
28312         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
28313         name to file-newer-than-file-p.
28315 2005-04-26  Richard M. Stallman  <rms@gnu.org>
28317         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
28319         * progmodes/python.el (python-mode):
28320         Use new name eldoc-documentation-function.
28322         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
28324         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28325         (eldoc-documentation-function):
28326         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
28328 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
28330         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
28332 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
28334         * term/xterm.el (function-key-map): Fix strings for
28335         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
28336         {C,S,A,C-S}-{f1-f12}.
28338 2005-04-26  Kenichi Handa  <handa@m17n.org>
28340         * international/mule-cmds.el (select-safe-coding-system):
28341         Fix previous change.
28343 2005-04-26  Lute Kamstra  <lute@gnu.org>
28345         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
28347         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
28348         (font-lock-comment-delimiter-face): Ditto.
28350         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
28352 2005-04-25  Jay Belanger  <belanger@truman.edu>
28354         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
28355         to t while inserting information; use help-mode.
28357 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
28359         * term.el (ansi-term-color-vector): Use the xterm colors.
28360         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
28362 2005-04-25  Lute Kamstra  <lute@gnu.org>
28364         * font-core.el (font-lock-defaults): Fix docstring.
28366         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
28368 2005-04-25  Kenichi Handa  <handa@m17n.org>
28370         * international/mule-cmds.el (select-safe-coding-system):
28371         Don't check consistency with coding: spec, etc if raw-text or
28372         no-conversion was found to be safe.
28374 2005-04-24  Richard M. Stallman  <rms@gnu.org>
28376         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
28377         citation markers at start of each line.
28379         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
28380         citation markers at start of each line.
28382         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
28384         * files.el (mode-require-final-newline): Fix previous change.
28385         (require-final-newline): Fix type label.
28387 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
28389         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
28390         statement in buffer (broken by 2004-11-24 change).
28392 2005-04-24  Kim F. Storm  <storm@cua.dk>
28394         * ido.el (ido-everywhere): Save and restore old read-buffer-function
28395         and read-file-name-function values.  Don't overwrite existing
28396         non-nil values if ido-mode is enabled without ido-everywhere.
28398 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
28400         * files.el (mode-require-final-newline): Minor doc fix.
28402 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
28404         * subr.el (syntax-after): Doc fix.
28405         (syntax-class): If argument is nil, return nil.  Mask off upper 16
28406         bits, not 8 bits.
28408         * files.el (mode-require-final-newline): Doc fix.
28409         (backup-buffer-copy): Fix last change.
28411 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28413         * term/mac-win.el: Require select.  Set selection-coding-system to
28414         mac-system-coding-system.  Call menu-bar-enable-clipboard.
28415         (x-last-selected-text-clipboard, x-last-selected-text-primary)
28416         (x-select-enable-clipboard): New variables.
28417         (x-select-text, x-get-selection, x-selection-value)
28418         (x-get-selection-value, mac-select-convert-to-string)
28419         (mac-services-open-file, mac-services-open-selection)
28420         (mac-services-insert-text): New functions.
28421         (CLIPBOARD, FIND): Put mac-scrap-name property.
28422         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
28423         (public.tiff): Put mac-ostype property.
28424         (selection-converter-alist): Add entries for them.
28425         (mac-application-menu-map): New keymap.
28426         (interprogram-cut-function, interprogram-paste-function): Set to
28427         x-select-text and x-get-selection-value, respectively.
28428         (split-window-keep-point): Set to t.
28430 2005-04-23  Richard M. Stallman  <rms@gnu.org>
28432         * files.el (read-directory-name): Always pass non-nil
28433         DEFAULT-FILENAME arg to read-file-name.
28434         (backup-buffer-copy, basic-save-buffer-2): Take care against
28435         writing thru an unexpected existing symlink.
28436         (revert-buffer): In indirect buffer, revert the base buffer.
28437         (magic-mode-alist): Doc fix.
28438         (buffer-stale-function): Doc fix.
28439         (minibuffer-with-setup-hook): Avoid warning.
28440         (mode-require-final-newline): Doc and custom fix.
28442         * follow.el (follow-end-of-buffer): Use with-no-warnings.
28444         * font-lock.el (font-lock-comment-face): On terminals with few colors,
28445         use the default appearance.
28446         (font-lock-comment-delimiter-face): New face, new variable.
28448         * imenu.el (imenu--generic-function): The official position of a
28449         definition is the start of the line that BEG is in.
28451         * midnight.el (midnight-timer): Move defvar up.
28453         * mouse.el (mouse-drag-region-1): Delete some debugging code.
28455         * saveplace.el (save-place-to-alist): Use with-no-warnings.
28457         * startup.el (command-line): Use with-no-warnings.
28459         * window.el (window-size-fixed): New defvar.
28461         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
28463         * mail/rmail.el (rmail-font-lock-keywords):
28464         Use font-lock-comment-delimiter-face.
28466         * mail/sendmail.el (mail-font-lock-keywords):
28467         Use font-lock-comment-delimiter-face.
28469         * progmodes/compile.el (next-error-highlight-timer): New defvar.
28471 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
28473         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28474         Specify t for LAXMATCH when matching directories.
28475         Save match data around compilation-compat-error-properties form.
28477 2005-04-23  David Kastrup  <dak@gnu.org>
28479         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
28480         Mention that the autoloaded aliases should be kept for AUCTeX.
28482 2005-04-23  Andreas Schwab  <schwab@suse.de>
28484         * isearch.el (isearch-forward): Doc fix.
28486 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
28488         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
28489         (jit-lock-stealth-nice): Change default value to 0.5.
28491 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
28493         * abbrev.el (write-abbrev-file): Write table entries in
28494         alphabetical order by table name.
28496 2005-04-22  Kim F. Storm  <storm@cua.dk>
28498         * ido.el (ido-read-internal): Fix `list' completion.
28500 2005-04-22  Kenichi Handa  <handa@m17n.org>
28502         * recentf.el (recentf-save-file-coding-system): New variable.
28503         (recentf-save-list): Encode the file by
28504         recentf-save-file-coding-system and add coding: tag.
28506 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
28508         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
28510 2005-04-21  Lute Kamstra  <lute@gnu.org>
28512         * loadhist.el (unload-feature): Don't remove a function from hooks
28513         if it is about to be restored to an autoload .  Remove functions
28514         that will become unbound from auto-mode-alist.  Simplify the code.
28516         * subr.el (assq-delete-all): New implementation that is linear,
28517         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
28518         (rassq-delete-all): New function.
28520         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28521         Add size-indication-mode.
28523 2005-04-21  Kenichi Handa  <handa@m17n.org>
28525         * international/mule-cmds.el: Add autoload for widget-value in
28526         eval-when-compile.
28528 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
28530         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28531         Add tooltip-mode.
28533         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
28535 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
28537         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
28538         (inferior-lisp-filter-regexp, inferior-lisp-program)
28539         (inferior-lisp-load-command, inferior-lisp-prompt)
28540         (inferior-lisp-mode-hook, lisp-source-modes)
28541         (inferior-lisp-load-hook): defvar->defcustom.
28542         (inferior-lisp-program, inferior-lisp-prompt)
28543         (inferior-lisp-load-hook): Doc fixes.
28544         (inferior-lisp-install-letter-bindings): Small change in
28545         introductory comment.
28547 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
28549         * vc.el (vc-annotate-color-map): Change some colors so that text
28550         using them as foreground is readable on both white and black
28551         backgrounds.
28553 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28555         * international/mule-conf.el (translation-table-for-input):
28556         Remove redundant declaration.
28558 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28560         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
28562         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
28563         (tooltip-toggle-gud-tips): New function.
28565 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28567         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
28568         right angle brackets.
28570 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28572         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
28574 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
28576         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
28577         Remove.  Update callers to use expand-file-name instead.
28579         * subr.el (syntax-class): New function.
28581         * simple.el (blink-matching-open): Use it.
28583         * paren.el (show-paren-function): Use it to recognize parens that are
28584         also used in 2-char comment markers.
28586 2005-04-19  Lute Kamstra  <lute@gnu.org>
28588         * loadhist.el (unload-feature): Update for new format of
28589         load-history.  Simplify the code.
28591 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28593         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
28594         (mac-add-charset-info): New function.  Initialize variable
28595         mac-charset-info-alist using it.
28596         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
28597         for translation.
28598         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
28599         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
28600         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
28601         New CCL programs.
28603 2005-04-19  Kim F. Storm  <storm@cua.dk>
28605         * simple.el (next-buffer, prev-buffer, next-error)
28606         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28607         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
28609         * bindings.el (next-buffer, prev-buffer, next-error)
28610         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28611         (clone-indirect-buffer-other-window): Move bindings from simple.el.
28612         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
28613         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
28615 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
28617         * isearch.el (isearch-edit-string): Make the search-ring available for
28618         minibuffer history commands.
28619         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
28620         the default history commands now work just as well.
28621         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
28623 2005-04-18  Kim F. Storm  <storm@cua.dk>
28625         * emulation/cua-base.el (cua--pre-command-handler): Add more
28626         elaborate check for shift modifier on non-window systems.
28628 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
28630         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
28632 2005-04-18  Kim F. Storm  <storm@cua.dk>
28634         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
28635         and make it optional.  Don't test tooltip-gud-echo-area here.
28636         (tooltip-gud-process-output, gdb-tooltip-print):
28637         Pass tooltip-gud-echo-area to tooltip-show.
28638         (tooltip-help-tips): Remove second optional arg to tooltip-show.
28640 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28642         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
28643         `display-graphic-p' may not be bound yet.
28645 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
28647         * startup.el (command-line): No longer enable Xterm Mouse mode by
28648         default in terminals compatible with xterm.
28650         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
28652 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
28654         * tooltip.el (tooltip-gud-echo-area): Rename from
28655         tooltip-use-echo-area.
28656         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
28657         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
28658         area independently of where help tooltips are displayed.
28660 2005-04-17  David Kastrup  <dak@gnu.org>
28662         * cus-theme.el (custom-theme-write-variables): Quote variables
28663         where necessary.
28665 2005-04-17  Richard M. Stallman  <rms@gnu.org>
28667         * simple.el (yank-excluded-properties): Add follow-link to value.
28669         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
28671         * startup.el (fancy-splash-max-time): Just 30 seconds.
28672         (fancy-splash-delay): Just 7.
28673         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
28675         * loadhist.el (unload-feature): Update for new format of load-history.
28676         Simplify the code.
28678         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
28679         (rmail-font-lock-keywords): Don't fontify the text of a citation.
28681         * mail/sendmail.el (mail-font-lock-keywords):
28682         Don't fontify subject text.
28683         Don't fontify the text of a citation.
28685 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
28687         * comint.el (comint-output-filter): Run comint-output-filter-functions
28688         with point where the user had it.
28690 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
28692         * international/ucs-tables.el (ucs-set-table-for-input):
28693         Disable when using unify-on-decoding.
28695 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
28697         * emulation/cua-base.el (cua-global-mark-face): Add special case
28698         for displays supporting a high number of colors.
28700 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28702         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
28704 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
28706         * filesets.el (filesets-add-buffer): If user supplies a name of a
28707         non-existing fileset, create a new fileset.
28709 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
28711         * textmodes/org.el (org-up-heading-all): Fix bug with
28712         `outline-up-heading-all'.
28714 2005-04-16  Andreas Schwab  <schwab@suse.de>
28716         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
28717         /etc/permissions.d/* and /etc/aliases.d/*.
28719 2005-04-16  Kenichi Handa  <handa@m17n.org>
28721         * international/code-pages.el (cp-make-coding-system):
28722         Set `translation-table-for-input' property value to the symbol
28723         ucs-mule-to-mule-unicode, not to that value.
28724         (pt154): Escape guillemet by `\'.
28726 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
28728         * loadup.el: Load tooltip if x-show-tip is fboundp.
28730         * startup.el (command-line): Add comment.
28732         * tooltip.el (tooltip-mode): Specify correct standard value for
28733         Custom in init-value.
28735 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
28737         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
28738         possible.
28740 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
28742         * textmodes/org.el (org-agenda-date-prompt): Rename from
28743         `org-agenda-date-today'.
28744         (org-evaluate-time-range): Insert at point instead of directly
28745         after time range.
28746         (org-first-headline-recenter, org-subtree-end-visible-p)
28747         (org-optimize-window-after-visibility-change): New functions
28748         (org-agenda-post-command-hook): Don't allow point at end of line,
28749         to make sure it always hits the text properties.
28750         (org-agenda-next-date-line, org-agenda-previous-date-line):
28751         New commands.
28752         (org-set-regexps-and-options): Category may contain white space.
28753         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28754         Improve marker positions.
28755         (org-agenda-new-marker): Argument POS made optional.
28756         (org-agenda-get-timestamps): Deadlines which are done are listed
28757         in org-done-face now.
28758         (org-agenda-get-todos, org-agenda-get-timestamps)
28759         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28760         Set `undone-face' and `done-face' properties.
28761         (org-last-todo-state-is-todo): New variable.
28762         (org-todo): Set `org-last-todo-state-is-todo'.
28763         (org-agenda-todo): Change face according to
28764         `org-last-todo-state-is-todo'.  And change other lines referring to
28765         the same entry.
28766         (org-calendar-goto-agenda): New command.
28767         (org-calendar-to-agenda-key): New option.
28768         (org-startup-folded): New allowed value `content'.
28769         (org-set-regexps-and-options): Accept new value `content' for
28770         `org-startup-folded'.
28771         (org-get-current-options): Handle new value `content' for
28772         `org-startup-folded'.
28773         (org-insert-todo-heading): New command.
28774         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
28775         interactively in empty file and option
28776         `org-insert-mode-line-in-empty-file' has been set.
28777         (org-agenda-todo, org-agenda-priority): Modify to use
28778         `org-agenda-change-all-lines'.
28779         (org-warning-face): Change color on dark background
28781 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28783         * international/mule-cmds.el (set-locale-environment): On Mac OS,
28784         use preferences AppleLocale and AppleLanguages, and variable
28785         mac-system-locale for default locale.  On Mac OS Classic, use
28786         mac-system-coding-system for default coding systems.
28788         * term/mac-win.el: Don't set file-name-coding-system.
28789         Decode variables system-name, emacs-build-system, user-login-name, and
28790         user-full-name by mac-system-coding-system on Mac OS Classic.
28791         (mac-system-coding-system): New variable.
28793 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
28795         * startup.el (command-line): Handle `xterm-mouse-mode' before
28796         reading init file.
28798         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
28800 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
28802         * progmodes/sh-script.el (sh-here-document-word): Make it a
28803         defcustom.  Doc fix.
28804         (sh-add): Bash uses $(( )) for arithmetic.
28805         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
28806         (sh-maybe-here-document): Remove quotes and leading whitespace
28807         from heredoc word when closing.  Indent heredoc with tabs if word
28808         starts with "-".
28810 2005-04-13  Richard M. Stallman  <rms@gnu.org>
28812         * simple.el (undo): Fix previous change.
28814         * custom.el (defface): Doc fix.
28816 2005-04-13  Lute Kamstra  <lute@gnu.org>
28818         * Makefile.in (DONTCOMPILE): Remove list.
28819         (compile, compile-always): Don't use DONTCOMPILE.
28820         (update-authors): Load the library in which batch-update-authors
28821         is defined.
28822         * makefile.w32-in (DONTCOMPILE): Remove list.
28823         (compile, compile-always): Fix comments.
28824         (update-authors): Load the library in which batch-update-authors
28825         is defined.
28827         * generic-x.el (generic-mode-ini-file-find-file-hook):
28828         Rename to ini-generic-mode-find-file-hook.
28829         Keep generic-mode-ini-file-find-file-hook as an alias.
28830         (ini-generic-mode-find-file-hook): Rename from
28831         generic-mode-ini-file-find-file-hook.  Fix docstring.
28832         (ini-generic-mode): Docstring change.
28833         (bat-generic-mode-run-as-comint): Silence the byte compiler.
28835         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
28836         called from lisp.
28838         * generic.el: Move to the emacs-lisp subdir.
28840 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
28842         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
28843         and C-S- function and cursor motion keys.
28845 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
28847         * startup.el (command-line): Enable Xterm Mouse mode by default.
28848         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
28849         for Custom.  No longer show "Mouse" in mode line when enabled.
28850         Doc fix.
28852 2005-04-12  Kim F. Storm  <storm@cua.dk>
28854         * emulation/cua-base.el (cua-rectangle-face)
28855         (cua-rectangle-noselect-face): Define face attributes here.
28857         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
28859 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28861         * startup.el (command-line): Turn off blinking cursor if
28862         cursorBlink in resources is off or false.
28864 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28866         * term/mac-win.el (dnd): Require dnd.
28867         (mac-drag-n-drop): Call dnd-handle-one-url.
28868         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
28869         (kTextEncodingISOLatin2): Remove constants.
28870         (mac-script-code-coding-systems): New constant.
28871         (mac-handle-language-change): New function.
28872         (special-event-map): Bind it to `language-change' event.
28873         (mac-centraleurroman, mac-cyrillic): New coding systems.
28874         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
28875         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
28876         and mac-cyrillic-encoder to encode-mac-centraleurroman and
28877         encode-mac-cyrillic, respectively.
28879 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28881         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
28882         Don't set overlay-arrow-string to "=>" as this is done
28883         globally in C now.
28885 2005-04-12  Lute Kamstra  <lute@gnu.org>
28887         * generic-x.el (rc-generic-mode, rul-generic-mode):
28888         Fix auto-mode-alist entries.
28889         (etc-fstab-generic-mode): Tweak fontification.
28891         * generic.el (generic-make-keywords-list): Fix docstring.
28892         (generic-mode-internal): Simplify generic-font-lock-keywords.
28894 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28896         * whitespace.el (whitespace-buffer-leading)
28897         (whitespace-buffer-trailing): Revert the incorrect test inversion.
28898         However, fix the highlight area for the leading and
28899         trailing whitespaces to show space.
28901 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28903         * whitespace.el (whitespace-version): Bump to 3.5
28905         (whitespace-buffer-leading, whitespace-buffer-trailing):
28906         Invert sense of the test to highlight the whitespace.
28908 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28910         * progmodes/gud.el (gud-display-line): GUD uses its own
28911         overlay arrow now so don't set overlay-arrow-string.
28912         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
28914 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
28916         * term.el (term-ansi-current-bold, term-ansi-current-underline)
28917         (term-ansi-current-reverse, term-ansi-current-invisible)
28918         (term-ansi-face-already-done): Change to boolean.
28919         (term-reset-terminal, term-handle-colors-array): Handle the above
28920         vars accordingly.
28921         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
28922         (term-emulate-terminal): Use the new name.
28924         * faces.el (secondary-selection): Use yellow1, not yellow.
28925         (trailing-whitespace): Use red1, not red.
28927 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28929         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
28930         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
28931         (dired-dnd-handle-file): Call dnd-get-local-file-uri
28933         * cus-edit.el (dnd): New group.
28935         * term/w32-win.el (dnd): Require dnd
28936         (w32-drag-n-drop): Call dnd-handle-one-url.
28938         * x-dnd.el: Require dnd.
28939         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
28940         Call dnd-handle-one-url.
28941         (x-dnd-types-alist, x-dnd-insert-utf8-text)
28942         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
28943         to dnd-insert-text.
28944         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
28945         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
28946         (x-dnd-get-local-file-name, x-dnd-open-local-file)
28947         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
28949         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
28951 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28953         * wdired.el: Doc fixes.
28954         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
28955         (wdired-use-dired-vertical-movement): Rename from
28956         wdired-always-move-to-filename-beginning.
28957         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
28958         (wdired-change-to-wdired-mode): Change mode name.
28959         (wdired-newline): Delete.
28961 2005-04-11  Richard M. Stallman  <rms@gnu.org>
28963         * whitespace.el (whitespace-highlight-the-space):
28964         Don't call whitespace-unhighlight-the-space here.
28966         * simple.el (undo): Record t in undo-equiv-table
28967         for the redo record made by an undo-in-region.
28969 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28971         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
28972         (gdb-frame-inferior-io-buffer): New Functions to control
28973         display of separate IO buffer.
28974         (menu): Add them to menu-bar.
28975         (gdb-display-buffer): Check for buffer another frame.
28976         Protect GUD buffer.
28977         (gdb-setup-windows): Create IO buffer if not already there.
28978         (gdb-memory-mode): Remove purecopy noops.
28980 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
28982         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
28983         and pass to self-insert-command.
28985 2005-04-11  Lute Kamstra  <lute@gnu.org>
28987         * generic.el: Commentary section cleanup.
28988         (generic): Delete.
28989         (generic-use-find-file-hook, generic-lines-to-scan)
28990         (generic-find-file-regexp, generic-ignore-files-regexp)
28991         (default-generic-mode, generic-mode-find-file-hook)
28992         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
28993         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
28994         (generic-use-find-file-hook, generic-lines-to-scan)
28995         (generic-find-file-regexp, generic-ignore-files-regexp)
28996         (default-generic-mode, generic-mode-find-file-hook)
28997         (generic-mode-ini-file-find-file-hook): Move from generic.el.
28999 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
29001         * bookmark.el (bookmark-write-file): Catch errors writing file.
29002         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29004 2005-04-10  Richard M. Stallman  <rms@gnu.org>
29006         * startup.el (fancy-splash-tail): Update copyright year.
29007         (command-line): Split part of -Q into -D.
29008         (emacs-basic-display): New defvar.
29009         (fancy-splash-text): Correct name of menu item.
29011         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29013         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29014         lines in one node.
29016         * comint.el (comint-send-input): New arg ARTIFICIAL.
29017         Callers in this file changed.
29019         * abbrev.el (define-abbrevs): Read system abbrevs properly.
29021         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29023 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
29025         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
29026         `ldap-search-internal'.
29028 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29030         * files.el (set-auto-mode-1): Use line-end-position.
29032         * international/latin-1.el:
29033         * international/latin-2.el:
29034         * international/latin-3.el:
29035         * international/latin-4.el:
29036         * international/latin-5.el:
29037         * international/latin-8.el:
29038         * international/latin-9.el: Give punctuation syntax to NBSP.
29040         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29041         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29042         Use char-classes to accept non-ascii letters, accepted in some recent
29043         bibtex implementations.
29045 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
29047         * custom.el (custom-set-minor-mode): Any non-nil value for the
29048         variable should enable the mode when set through Custom.
29050 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29052         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29053         TAB binding so tab-always-indent is obeyed.
29054         (vhdl-minibuffer-local-map): Move initialization into declaration.
29055         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29056         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29057         (vhdl-hooked-abbrev): Avoid test for XEmacs.
29058         (vhdl-current-line): Use line-beginning-position.
29059         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29060         with-output-to-temp-buffer, so the current position can be recorded.
29062 2005-04-10  Masatake YAMATO  <jet@gyve.org>
29064         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29065         Add regexp for gcov.
29067 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
29069         * calendar/time-date.el (time-to-seconds, seconds-to-time)
29070         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29071         syntax which Emacs 20 doesn't support.
29073 2005-04-09  Richard M. Stallman  <rms@gnu.org>
29075         * help.el (describe-key-briefly, describe-key):
29076         Replace strings as event types with "(any string)".
29078 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29080         * arc-mode.el (archive-mode-map): Move initialization into
29081         the declaration.  Override *all* bindings of `undo'.
29082         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29084 2005-04-09  Jay Belanger  <belanger@truman.edu>
29086         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29088 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
29090         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29091         (xterm-register-default-colors): Update color values computation
29092         to match xterm-200.
29094 2005-04-09  Kenichi Handa  <handa@m17n.org>
29096         * international/code-pages.el (iso-latin-7): Fix the map.
29098 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
29100         * emacs-lisp/lisp.el (defun-prompt-regexp)
29101         (parens-require-spaces, buffer-end, end-of-defun)
29102         (insert-parentheses): Doc fixes.
29104 2005-04-08  Kim F. Storm  <storm@cua.dk>
29106         * comint.el (comint-highlight-prompt): Fix face spec.
29107         * hi-lock.el (hi-green): Likewise.
29109 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29111         * cus-edit.el (custom-modified-face):
29112         * comint.el (comint-highlight-input): Fix previous changes.
29113         * term.el (term-handle-ansi-escape): Add a comment.
29115 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
29117         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29118         in the buffer and in whitespace-highlighted-space.
29119         (whitespace-unhighlight-the-space): Simplify.
29120         (whitespace-buffer): Simplify.
29122 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29124         * textmodes/table.el (table-cell-face): Add special case for
29125         displays supporting a high number of colors.
29126         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29127         (vhdl-font-lock-reserved-words-face)
29128         (vhdl-speedbar-architecture-face)
29129         (vhdl-speedbar-instantiation-face)
29130         (vhdl-speedbar-architecture-selected-face)
29131         (vhdl-speedbar-instantiation-selected-face): Likewise.
29132         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29133         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29134         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29135         (ebrowse-root-class-face, ebrowse-member-attribute-face)
29136         (ebrowse-progress-face): Likewise.
29137         * progmodes/compile.el (compilation-info-face): Likewise.
29138         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29139         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29140         * calendar/calendar.el (diary-face): Likewise.
29141         * woman.el (woman-italic-face, woman-bold-face)
29142         (woman-unknown-face): Likewise.
29143         * wid-edit.el (widget-button-pressed-face): Likewise.
29144         * whitespace.el (whitespace-highlight-face): Likewise.
29145         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29146         * pcvs-info.el (cvs-marked-face): Likewise.
29147         * info.el (info-xref): Likewise.
29148         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29149         * hilit-chg.el (highlight-changes-face)
29150         (highlight-changes-delete-face): Likewise.
29151         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29152         (hi-red-b): Likewise.
29153         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29154         * font-lock.el (font-lock-keyword-face)
29155         (font-lock-function-name-face, font-lock-warning-face): Likewise.
29156         * cus-edit.el (custom-invalid-face, custom-modified-face)
29157         (custom-set-face, custom-changed-face, custom-variable-tag-face)
29158         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29159         * comint.el (comint-highlight-prompt): Likewise.
29161 2005-04-08  Lute Kamstra  <lute@gnu.org>
29163         * font-lock.el (font-lock-keywords): Docstring fixes.
29165 2005-04-08  Kenichi Handa  <handa@m17n.org>
29167         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29168         chars are more than a limit, print " and more..." at the tail.
29170 2005-04-08  Kim F. Storm  <storm@cua.dk>
29172         * emacs-lisp/authors.el (authors-aliases): Update list.
29173         (authors-ignored-files): New list.
29174         (authors-fixed-entries): Fix typo.
29175         (authors-renamed-files-alist): Update list.
29176         (authors-add): Check authors-ignored-files.
29178 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
29180         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29181         optional, to ensure backward compatibility.
29183 2005-04-08  Stephen Eglen  <stephen@gnu.org>
29185         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29187 2005-04-08  Kim F. Storm  <storm@cua.dk>
29189         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29191         * mouse.el (mouse-on-link-p): Doc fix.
29193 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
29195         * ielm.el (ielm-prompt-read-only): Doc fix.
29197         * comint.el (comint-prompt-read-only): Doc fix.
29199 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
29201         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29202         ensure dired always handles wildcards passed to ffap.
29203         (find-file-at-point): Use it.
29204         (ffap-dired-wildcards): Doc fix.
29206 2005-04-07  Juri Linkov  <juri@jurta.org>
29208         * simple.el (next-error-overlay-arrow-position): New defvar.
29209         Put "=>" on its property `overlay-arrow-string'.  Add it to
29210         `overlay-arrow-variable-list'.
29212         * progmodes/compile.el (compilation-setup):
29213         Set `next-error-overlay-arrow-position' to nil.  Also set it to
29214         nil in the local hook `kill-buffer-hook'.  Make local variable
29215         `overlay-arrow-string' and set it to "=>".
29216         (compilation-goto-locus): Set BOL position to
29217         `next-error-overlay-arrow-position' instead of
29218         `overlay-arrow-position'.
29220         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29221         locally instead of adding it to the global hook.
29222         (Info-kill-buffer): Move up.
29224 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
29226         * term/xterm.el (xterm-standard-colors): Update color values from
29227         xterm-200.
29229 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29231         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29233         * fast-lock.el:
29234         * lazy-lock.el: Move them to the obsolete subdir.
29236 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29238         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29239         (wdired-add-replace-advice): Remove.
29240         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29242 2005-04-06  Kim F. Storm  <storm@cua.dk>
29244         * startup.el (command-line): Add --bare-bones alias for -Q.
29246 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29248         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29249         create the startup fontset if a font specification ends with
29250         `mac-roman'.
29252 2005-04-06  Lute Kamstra  <lute@gnu.org>
29254         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29255         change.
29257         * emacs-lisp/copyright.el (copyright-update-year): Replace the
29258         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
29260 2005-04-05  Lute Kamstra  <lute@gnu.org>
29262         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29263         (define-generic-mode): Ditto.  Fix debug declaration.
29265         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29266         Put them in the generic-x group.
29268         * calendar/timeclock.el (timeclock): Doc fix.
29270         * generic.el (define-generic-mode): Don't use custom-current-group.
29271         Document default :group value.
29272         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29273         (define-global-minor-mode): Don't use custom-current-group.
29275 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
29277         * startup.el (command-line-1): Display startup-echo-area-message
29278         when fancy splash screen is in use.
29280         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29281         (sh-escaped-newline): New face.
29282         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29283         newline, and use sh-escaped-newline face.
29285         * progmodes/tcl.el (tcl-escaped-newline): New face.
29286         (tcl-builtin-list): New variable.
29287         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29288         newlines.  Fix keywords subexpression number.
29290 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
29292         * textmodes/org.el (org-diary-default-entry): Fix call to
29293         `add-to-diary-entry'.
29295 2005-04-05  Kim F. Storm  <storm@cua.dk>
29297         * ediff-init.el: Use (featurep 'xemacs).
29299 2005-04-05  David Ponce  <david@dponce.com>
29301         * cus-edit.el (face): Derive from symbol widget.  Display sample
29302         of the current face on the fly.
29303         (widget-face-sample-face-get, widget-face-notify): New functions.
29304         (widget-face-value-create): Remove.
29306         * wid-edit.el (widget-field-end): Temporarily remove field
29307         narrowing before to call `get-char-property'.
29309 2005-04-04  Jay Belanger  <belanger@truman.edu>
29311         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
29312         (math-read-subscripts): New variable.
29313         (math-read-preprocess-string): Process subscripts.
29315 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
29317         * comint.el (comint-prompt-read-only): Doc fix.
29319         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
29320         `-1'.  Doc fix.
29322 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
29324         * textmodes/org.el (org-insert-mode-line-in-empty-file):
29325         Change default value to nil.
29327 2005-04-04  Lute Kamstra  <lute@gnu.org>
29329         * autorevert.el (auto-revert-mode): Specify :group.
29330         * battery.el (display-battery-mode): Specify :group.
29331         * diff-mode.el (diff-minor-mode): Specify :group.
29332         * font-core.el (font-lock-mode): Specify :group.
29333         * hl-line.el (hl-line-mode): Specify :group.
29334         * iimage.el (iimage): New customization group.
29335         (iimage-mode): Specify :group.
29336         * longlines.el (longlines-mode): Specify :group.
29337         * master.el: Don't require easy-mmode.
29338         (master): New customization group.
29339         (master-mode): Specify :group.
29340         * msb.el (msb-mode): Specify :group.
29341         * reveal.el (reveal-mode): Specify :group.
29342         * simple.el (next-error-follow-minor-mode): Specify :group.
29343         * smerge-mode.el (smerge-mode): Specify :group.
29344         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
29345         * emulation/cua-base.el (cua-mode): Specify :group.
29346         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
29347         * language/thai-util.el (thai-auto-composition-mode)
29348         (thai-word-mode): Specify :group.
29349         * mail/supercite.el (sc-minor-mode): Specify :group.
29350         * progmodes/cwarn.el (cwarn-mode): Specify :group.
29351         * progmodes/flymake.el (flymake-mode): Specify :group.
29352         * progmodes/glasses.el (glasses-mode): Specify :group.
29353         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
29354         * textmodes/enriched.el (enriched-mode): Specify :group.
29355         * textmodes/refill.el (refill-mode): Specify :group.
29357         * add-log.el (change-log-font-lock-keywords): Names in
29358         parenthesized lists can contain spaces.
29360 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
29362         * startup.el (fancy-splash-text): Shorten default text of
29363         "Emacs Tutorial" line.  Also, if the current language env
29364         indicates an available tutorial file other than TUTORIAL,
29365         extract its title and append it to the line in parentheses.
29366         (fancy-splash-insert): If arg is a thunk, funcall it.
29368 2005-04-04  Jay Belanger  <belanger@truman.edu>
29370         * calc.el (calc-language-alist): Add tags to customization type.
29372 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
29374         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
29375         Doc fix.
29377 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
29379         * add-log.el (change-log-font-lock-keywords): The manual
29380         describing a Change Log entry, says: (...) "Aside from these
29381         header lines, every line in the change log starts with a space or
29382         a tab.".  The font-lock was not highlighting lines started with
29383         spaces, added support for it.
29385 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
29387         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
29388         (bibtex-generate-url-list): Update docstring accordingly.  Put the
29389         complex example in the docstring.
29390         (bibtex-font-lock-url): Use pop.
29392 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29394         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
29396         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
29398 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
29400         * filesets.el (filesets-set-default): Doc fix.
29402 2005-04-03  Lute Kamstra  <lute@gnu.org>
29404         * generic.el (define-generic-mode): Add argument to specify
29405         keywords for defcustom.
29406         (default-generic-mode): Specify :group.
29408         * generic-x.el: Specify :group for all generic modes.
29410         * desktop.el (desktop-no-desktop-file-hook)
29411         (desktop-after-read-hook): Doc fix.
29413 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
29415         * simple.el (visible-mode): Use explicit :group keyword.
29416         This changes the group of `visible-mode-hook' from paren-blinking
29417         to editing-basics.
29419 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
29421         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
29422         mailbox specifications as well as URLs.
29423         (rmail-insert-inbox-text): Remove unused conditional branches.
29425 2005-04-01  Jay Belanger  <belanger@truman.edu>
29427         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
29428         (calc-gnuplot-print-command): Move definitions to calc.el.
29430         * calc/calc-embed.el (calc-embedded-announce-formula)
29431         (calc-embedded-open-formula, calc-embedded-close-formula)
29432         (calc-embedded-open-word, calc-embedded-close-word)
29433         (calc-embedded-open-plain, calc-embedded-close-plain)
29434         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
29435         (calc-embedded-open-mode, calc-embedded-close-mode):
29436         Move definitions to calc.el.
29438         * calc/calc.el (calc-settings-file, calc-language-alist):
29439         Make customizable.
29440         (calc-embedded-announce-formula, calc-embedded-open-formula)
29441         (calc-embedded-close-formula, calc-embedded-open-word)
29442         (calc-embedded-close-word, calc-embedded-open-plain)
29443         (calc-embedded-close-plain, calc-embedded-open-new-formula)
29444         (calc-embedded-close-new-formula, calc-embedded-open-mode)
29445         (calc-embedded-close-mode, calc-gnuplot-name)
29446         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
29447         from other files and make customizable.
29449 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29451         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
29452         Use buffer-live-p.
29453         (cvs-mode-run): Don't call cvs-update-header here.
29454         (cvs-run-process): Call cvs-update-header.
29455         Use process properties for cvs-postprocess and cvs-buffer so that
29456         the sentinel can behave better if the temp buffer is killed.
29457         Use a pipe rather than a tty, to better handle unexpected prompts.
29458         (cvs-sentinel): Rewrite.  Call cvs-update-header.
29460 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
29462         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
29463         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
29465 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29467         * generic.el (define-generic-mode): Add indentation rule.
29469 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
29471         * files.el (mode-require-final-newline): Make Custom correctly
29472         report a nil value and allow to set it to nil via Custom.
29473         Doc fix.
29475 2005-04-01  Kenichi Handa  <handa@m17n.org>
29477         * international/characters.el: Enable the correct case setting for
29478         dotless-i and dotted-I.
29480 2005-04-01  Kim F. Storm  <storm@cua.dk>
29482         * ido.el (ido-file-internal): Fall back to non-ido command if
29483         initial directory is on slow ftp (or tramp) host.
29485 2005-03-31  Richard M. Stallman  <rms@gnu.org>
29487         * emacs-lisp/autoload.el (make-autoload):
29488         Handle define-global-minor-mode.
29490         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29491         Rename from easy-mmode-define-global-mode.
29492         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
29494         * progmodes/scheme.el (scheme-mode-syntax-table):
29495         Update syntax of | and # for two-character comment syntax.
29497 2005-03-31  Lute Kamstra  <lute@gnu.org>
29499         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
29500         (define-minor-mode): Call custom-current-group at load-time.
29502         * generic.el (define-generic-mode): Add debug declaration.
29503         Add defcustom for the mode hook.
29504         (generic-mode-internal): Use run-mode-hooks.
29506 2005-03-31  Kim F. Storm  <storm@cua.dk>
29508         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
29509         (mouse-fixup-help-message): New defun called by show_help_echo
29510         to fixup mouse-2 prefix in help messages when applicable.
29512         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
29514 2005-03-31  Kenichi Handa  <handa@m17n.org>
29516         * language/thai-word.el (thai-find-word-ends): Pay attention to
29517         the case that we reach the end of buffer.
29519         * textmodes/fill.el (fill-text-properties-at): New function.
29520         (fill-newline): Use fill-text-properties-at instead of
29521         text-properties-at.
29523 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
29525         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
29526         not comint-quote-filename.
29528 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
29530         * help-fns.el (help-with-tutorial): Revert last change.
29532 2005-03-31  Kim F. Storm  <storm@cua.dk>
29534         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
29536 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
29538         * calendar/cal-china.el: Update reference to "Calendrical
29539         Calculations" book; there's a new edition.
29540         * calendar/cal-coptic.el: Likewise.
29541         * calendar/cal-french.el: Likewise.
29542         * calendar/cal-hebrew.el: Likewise.
29543         * calendar/cal-islam.el: Likewise.
29544         * calendar/cal-iso.el: Likewise.
29545         * calendar/cal-julian.el: Likewise.
29546         * calendar/cal-mayan.el: Likewise.
29547         * calendar/cal-persia.el: Likewise.
29548         * calendar/calendar.el: Likewise.
29549         * calendar/holidays.el: Likewise.
29550         * calendar/lunar.el: Likewise.
29551         * calendar/solar.el: Likewise.
29553         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
29554         white space from doc string.
29556 2005-03-30  Jay Belanger  <belanger@truman.edu>
29558         * calc/calc-help.el (calc-full-help): Remove email address.
29560 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
29562         * help-fns.el (help-with-tutorial): Delete title line.
29564 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29566         * calendar/cal-x.el (calendar-one-frame-setup)
29567         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
29568         rather than `symbol' for set-window-dedicated-p.
29570         * calendar/appt.el (appt-buffer-name): Make it a constant.
29571         (appt-add): Doc fix.
29573         * filesets.el (filesets-menu-path, filesets-menu-before)
29574         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
29575         (filesets-menu-cache-file): Use directory ~/.emacs.d.
29576         (filesets-add-submenu): Delete and use add-submenu instead.
29578 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
29580         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
29581         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
29582         (org-diary-default-entry): New function.
29583         (org-get-entries-from-diary): Better parsing of diary entries.
29584         (org-agenda-check-no-diary): New function.
29585         ("diary-lib"): Advice to function `add-to-diary-list', to allow
29586         linking to diary entries.
29587         (org-agenda-execute-calendar-command): New function.
29588         (org-agenda): Improve visible section in window.
29589         Use `org-fit-agenda-window'.
29590         (org-fit-agenda-window): New option.
29591         (org-move-subtree-down): Better handling of empty lines
29592         at end of subtree.
29593         (org-cycle): Numeric prefix is interpreted now as show-subtree N
29594         levels up.
29595         (org-fontify-done-headline): New option.
29596         (org-headline-done-face): New face.
29597         (org-set-font-lock-defaults): Use `org-headline-done-face'.
29598         (org-table-copy-down): Rename from `org-table-copy-from-above'.
29599         When current field is non-empty, it is copied to next row.
29600         (org-table-copy-from-above): Fix bug which made it
29601         impossible to copy fields containing only a single non-white character.
29603 2005-03-30  Kim F. Storm  <storm@cua.dk>
29605         * kmacro.el (kmacro-end-macro): Isearch may store this command
29606         into the macro -- so ignore it when executing keyboard macro.
29608 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29610         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
29612 2005-03-29  Kenichi Handa  <handa@m17n.org>
29614         * language/thai.el ("Thai"): Set setup-function and exit-function
29615         for Thai language environment.
29617         * language/thai-util.el: Require thai-word.
29618         (thai-word-mode-map): New variable.
29619         (thai-word-mode): New minor mode.
29620         (setup-thai-language-environment-internal): New function.
29621         (exit-thai-language-environment-internal): New function.
29623         * language/thai-word.el (thai-word-table): Declare it by defvar,
29624         use dolist to initialize it.
29625         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
29626         (thai-fill-find-break-point): New functions.
29628 2005-03-29  Richard M. Stallman  <rms@gnu.org>
29630         * simple.el (idle-update-delay): Move definition up.
29631         (set-mark): Doc fix.
29633 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
29635         * longlines.el: New file.
29637         * simple.el (buffer-substring-filters): New variable.
29638         (filter-buffer-substring): New function.
29639         (kill-region, copy-region-as-kill): Use it.
29641         * register.el (copy-to-register, append-to-register)
29642         (prepend-to-register): Use filter-buffer-substring.
29644 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29646         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
29647         (gud-filter-pending-text): Move in front of gdb.
29648         (gud-overlay-arrow-position): New variable.
29649         (gud-sentinel, gud-display-line): Use it in place of
29650         overlay-arrow-position.
29652 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
29654         * progmodes/fortran.el (fortran-if-indent): Doc fix.
29655         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
29656         (fortran-font-lock-keywords-4): New variable.
29657         (fortran-blocks-re, fortran-end-block-re)
29658         (fortran-start-block-re): New constants, for hideshow.
29659         (hs-special-modes-alist): Add a Fortran entry.
29660         (fortran-mode-map): Bind fortran-end-of-block,
29661         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
29662         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
29663         (fortran-looking-at-if-then, fortran-end-of-block)
29664         (fortran-beginning-of-block): New functions, for hideshow.
29666         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
29667         Doc fix.  Tweak regexp.
29668         (f90-beginning-of-block): Push mark first.
29670 2005-03-29  Jay Belanger  <belanger@truman.edu>
29672         * calc/calc.el: Update copyright date.
29673         (calc-version): Increase to 2.1.
29674         (calc-version-date): Remove.
29676         * calc/calc-help.el: Update copyright date.
29677         (calc-full-help): Remove reference to calc-version-date.
29678         Update copyright date.
29680 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29682         * vc.el (vc-do-command): Use a pipe for async processes, so password
29683         prompts don't show up at places where the user can't reply.
29685 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
29687         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
29688         on the file name we pass to the inferior shell.
29690 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
29692         * progmodes/which-func.el (which-function): Be robust in the face of an
29693         imenu--make-index-alist failure.
29695 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29697         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
29699         * progmodes/python.el (python-preoutput-filter): Fix last change.
29701 2005-03-29  Lute Kamstra  <lute@gnu.org>
29703         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
29704         functions and compiled macros.
29705         (debug-convert-byte-code): Handle macros too.
29706         (debug-on-entry-1): Don't signal an error when trying to clear a
29707         function that is not set to debug on entry.
29709 2005-03-29  Jay Belanger  <belanger@truman.edu>
29711         * calc/calc-lang.el: Add functions to math-function-table
29712         properties of tex and math.
29714 2005-03-29  Kenichi Handa  <handa@m17n.org>
29716         * ps-mule.el (ps-mule-plot-string): Translate characters by
29717         ps-print-translation-table.
29718         (ps-mule-begin-job): Call find-charset-region/string with
29719         ps-print-translation-table.
29720         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
29722         * ps-print.el (ps-print-translation-table): New variable.
29723         (ps-plot-region): Translate characters by ps-print-translation-table.
29725 2005-03-29  Juri Linkov  <juri@jurta.org>
29727         * simple.el (next-error-highlight-timer): New variable.
29729         * progmodes/compile.el (compilation-goto-locus):
29730         Use `next-error-highlight-timer' instead of `sit-for'.
29732 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29734         * mail/supercite.el (sc-mail-field): Use assoc-string.
29735         (sc-get-address): Simplify regexps.
29737         * files.el (minibuffer-with-setup-hook): New macro.
29738         (find-file-read-args): Use it to avoid let-binding
29739         minibuffer-with-setup-hook (which breaks turning on/off
29740         file-name-shadow-mode while in the prompt).
29742         * complete.el (PC-read-include-file-name-internal):
29743         Use test-completion.
29745 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
29747         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
29749 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29751         * window.el (window-buffer-height): Use count-screen-lines.
29753         * progmodes/python.el (python-preoutput-leftover): New var.
29754         (python-preoutput-filter): Use it.
29755         (python-send-receive): Loop until all the result has been received.
29757 2005-03-28  Juri Linkov  <juri@jurta.org>
29759         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
29761         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
29762         "Recover Crashed Session".
29763         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
29764         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
29765         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
29766         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
29767         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
29768         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
29769         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
29770         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
29772         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
29773         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
29774         Ediff Sessions", "Toggle use of separate control buffer frame",
29775         "Use separate frame for Ediff control buffer".
29777         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
29778         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
29779         "Rename Bookmark", "Delete Bookmark".
29781         * info.el (Info-mode-menu): Remove ellipsis from "Index".
29782         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
29783         Add `:active Info-index-alternatives' to "Next Matching Item".
29785         * wdired.el (wdired-change-to-wdired-mode):
29786         Mention `wdired-abort-changes' key in the initial message.
29788         * international/mule.el (auto-coding-alist): Associate non-ascii
29789         image filename extensions with `no-conversion'.
29791 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29793         * international/iso-acc.el:
29794         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
29796 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
29798         * textmodes/sgml-mode.el (html-mode): Doc update.
29800         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
29802 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
29804         * term.el (term-move-columns): Fix face after extending a line.
29805         (term-insert-spaces): Likewise.
29806         (term-reset-terminal): Fix off by one error.
29808 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29810         * international/mule.el (auto-coding-alist): Add .xpi files.
29812         * files.el (auto-mode-alist): Add .xpi files.
29814 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
29816         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
29818 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29820         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
29822 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
29824         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
29825         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
29827         * calendar/cal-move.el (calendar-beginning-of-year): Move the
29828         cursor to Jan 1 when needed.
29829         (calendar-end-of-year): Fix -/+ typo.
29830         Reported by Chong Yidong <cyd@stupidchicken.com>.
29832 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29834         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
29836         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
29837         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
29839 2005-03-25  Richard M. Stallman  <rms@gnu.org>
29841         * filesets.el (filesets-init): Add autoload.
29843         * mail/mailalias.el (mail-directory): Doc fix.
29845 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29847         * mail/mailalias.el (mail-directory-process): Do nothing if
29848         mail-directory-process is an atom.
29849         (mail-get-names): Ignore mail-directory-names if it is an atom.
29850         (mail-directory-process defvar): Doc fix.
29851         (mail-names): Doc fix.
29853 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
29855         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
29857 2005-03-26  Kenichi Handa  <handa@m17n.org>
29859         * international/mule-util.el (detect-coding-with-priority):
29860         Call update-coding-systems-internal before detect-coding-region.
29862 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
29864         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
29865         (gdb-frames-mode-map): Add follow-link property.
29867 2005-03-25  Jay Belanger  <belanger@truman.edu>
29869         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
29870         for variables.
29872 2005-03-25  Juri Linkov  <juri@jurta.org>
29874         * image-mode.el: Optimize image filename extension regexps in
29875         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
29876         in `auto-mode-alist'.
29877         (image-mode): Add `image-toggle-display-text' to local hook
29878         `change-major-mode-hook'.  Display the image as an image by
29879         default.  Set `cursor-type' and `truncate-lines' if the image
29880         is already displayed.  Take into account the current mode (image
29881         or text) in message.
29882         (image-minor-mode): New minor mode.
29883         (image-mode-maybe, image-toggle-display-text): New functions.
29884         (image-toggle-display): Use called-interactively-p.
29885         Let-bind `inhibit-read-only' to t.
29887         * image-mode.el (image-minor-mode): Set `cursor-type' and
29888         `truncate-lines' if the image is already displayed.  Add turning
29889         image-minor-mode off to `change-major-mode-hook'.  Add message.
29890         Call `image-toggle-display-text' after turning image-minor-mode off.
29892 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29894         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
29895         Terminal.app, use utf-8.
29896         (set-display-table-and-terminal-coding-system): Add coding-system arg.
29897         (set-locale-environment): Use it.
29899         * term/xterm.el: Undo last change, better done in mule-cmds.el.
29901         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
29903         * progmodes/python.el (python-close-block-statement-p)
29904         (python-outdent-p, python-current-defun): Use symbol-end.
29906 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
29908         * files.el (save-some-buffers): Doc fix.
29910 2005-03-25  Werner Lemberg  <wl@gnu.org>
29912         * complete.el, thumbs.el: Replace `legal' with `valid'.
29913         * calendar/calendar.el: Replace `legal' with `valid'.
29914         * emacs-lisp/advice.el: Replace `legal' with `valid'.
29915         * mail/supercite.el: Replace `legal' with `valid'.
29916         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
29917         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
29918         Replace `legal' with `valid'.
29919         * textmodes/reftex-vars.el, textmodes/reftex.el:
29920         Replace `legal' with `valid'.
29922 2005-03-25  Werner Lemberg  <wl@gnu.org>
29924         * calc/calc-forms.el, calc/calc-sel.el
29925         * midnight.el, vc-cvs.el
29926         * emacs-lisp/cl-macs.el
29927         * emulation/vip.el
29928         * eshell/esh-io.el, eshell/esh-var.el
29929         * mail/supercite.el
29930         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
29931         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
29932         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
29933         * progmodes/sh-script.el, progmodes/xscheme.el
29934         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
29935         * textmodes/reftex-index.el, textmodes/reftex-parse.el
29936         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
29937         * textmodes/reftex.el, textmodes/org.el:
29938         Replace `illegal' with `invalid'.
29940 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29942         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
29943         (flymake-find-buildfile, flymake-find-possible-master-files)
29944         (flymake-check-include, flymake-parse-line): Replace loops over the
29945         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
29947         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
29948         Substitute file-name-as-directory in the rest of the file.
29949         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
29950         (flymake-replace-region): Remove unused arg `buffer'.
29951         (flymake-check-patch-master-file-buffer): Update calls to it.
29952         (flymake-add-err-info): Remove unused var `count'.
29953         (flymake-mode): Use define-minor-mode.
29955         * progmodes/flymake.el: Use with-current-buffer.
29956         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
29957         flymake-replace-regexp-in-string, flymake-line-beginning-position)
29958         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
29959         Avoid testing for `xemacs'.
29960         (flymake-nop): Move.
29961         (flymake-region-has-flymake-overlays): Return the computed value.
29962         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
29963         Remove unused var `endline'.
29964         (flymake-get-line-count): Remove unused function.
29965         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
29967         * emulation/vi.el:
29968         * generic.el:
29969         * hilit-chg.el (global-highlight-changes):
29970         * hi-lock.el (hi-lock-mode):
29971         * follow.el: find-file-hooks -> find-file-hook.
29973         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
29975 2005-03-24  Juri Linkov  <juri@jurta.org>
29977         * dired.el (dired-mode-map): Add menu item "Compare directories"
29978         for dired-compare-directories.
29980         * dired-aux.el (dired-compare-directories): Add autoload cookie.
29981         Doc fix.  Replace `read-file-name' with `read-directory-name'.
29983 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29985         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
29987 2005-03-24  Jay Belanger  <belanger@truman.edu>
29989         * calc/calc-embed.el (calc-embedded-mode-change): Save all
29990         relevant mode settings in calc-embedded-original-modes when modes
29991         are permanently changed.
29993 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29995         * autoinsert.el: find-file-hooks -> find-file-hook.
29997 2005-03-24  Lute Kamstra  <lute@gnu.org>
29999         * generic.el (generic-font-lock-defaults): Make it obsolete.
30000         (generic-font-lock-keywords): New variable to replace
30001         generic-font-lock-defaults.
30002         (generic-mode-set-font-lock): Delete it.
30003         (generic-mode-internal): Don't call generic-mode-set-font-lock.
30004         (generic-bracket-support): Add docstring.
30006         * generic-x.el: Rename generic-font-lock-defaults to
30007         generic-font-lock-keywords throughout.
30008         (mailagent-rules-setup-function): Delete it.
30009         (mailagent-rules-generic-mode): Use anonymous function instead.
30010         (show-tabs-generic-mode-font-lock-defaults-1)
30011         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30012         Quote faces.
30013         (show-tabs-tab-face, show-tabs-space-face): Specify background,
30014         not foreground.
30016         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30017         Recognize define-generic-mode.
30019 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30021         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30022         if there's no completion table.
30024 2005-03-23  Miles Bader  <miles@gnu.org>
30026         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30027         Remove tty-specific variants, as they're no longer needed.
30029 2005-03-23  Lute Kamstra  <lute@gnu.org>
30031         * generic-x.el: Code cleanup: make args constant whenever possible.
30032         (installshield-statement-keyword-list)
30033         (installshield-system-functions-list)
30034         (installshield-system-variables-list, installshield-types-list)
30035         (installshield-funarg-constants-list): Make them constants.
30037         * generic.el (generic-make-keywords-list): Add autoload cookie.
30039         * calendar/time-date.el: Add comment on time value formats.
30040         Don't require parse-time.
30041         (with-decoded-time-value): New macro.
30042         (encode-time-value): New function.
30043         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30044         (days-to-time): Return a valid time value when arg is huge.
30045         (time-since): Use time-subtract.
30046         (time-to-number-of-days): Use time-to-seconds.
30048 2005-03-23  David Ponce  <david@dponce.com>
30050         * recentf.el (recentf-keep): New option.
30051         (recentf-menu-action): Default to `find-file'.
30052         (recentf-keep-non-readable-files-flag)
30053         (recentf-keep-non-readable-files-p)
30054         (recentf-file-readable-p, recentf-find-file)
30055         (recentf-cleanup-remote): Remove.
30056         (recentf-include-p): More robust.
30057         (recentf-keep-p): New function.
30058         (recentf-remove-if-non-kept): Rename from
30059         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
30060         All callers updated.
30061         (recentf-menu-items-for-commands): Fix help string.
30062         (recentf-track-closed-file): Update.  Doc fix.
30063         (recentf-cleanup): Update.  Count removed files.  Doc fix.
30065 2005-03-23  Kim F. Storm  <storm@cua.dk>
30067         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30068         Don't inherit from fringe face (now happens automatically).
30070 2005-03-22  Kim F. Storm  <storm@cua.dk>
30072         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30073         position values.
30075 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
30077         * menu-bar.el (showhide-date-time): Remove.
30078         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30079         (menu-bar-make-mm-toggle): Simplify.
30081 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30083         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30084         Accept qualified variable and function names.
30086 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
30088         * bindings.el (completion-ignored-extensions):
30089         Remove ".lis" for `vax-vms'.
30091 2005-03-22  Andreas Schwab  <schwab@suse.de>
30093         * generic-x.el: Revert last change.
30094         * ldefs-boot.el: Update.
30096 2005-03-22  Jay Belanger  <belanger@truman.edu>
30098         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30099         (calc-embedded-save-original-modes)
30100         (calc-embedded-restore-original-modes): New functions.
30101         (calc-do-embedded): Save original modes when entering embedded mode
30102         and restore when leaving embedded mode.
30103         (calc-embedded-modes-change): Change the value of
30104         calc-embedded-original-modes to reflect permanent changes.
30106 2005-03-22  Lute Kamstra  <lute@gnu.org>
30108         * generic-x.el: Require generic again.
30110 2005-03-22  Miles Bader  <miles@gnu.org>
30112         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30113         Tweak details to look good on both ttys and bitmap displays, light
30114         or dark background, etc.
30116 2005-03-21  Kim F. Storm  <storm@cua.dk>
30118         * tooltip.el (tooltip-show-help-function): Check car and cdr of
30119         mouse position.
30121 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
30123         * icomplete.el: Don't forcibly turn on the mode upon load.
30124         (icomplete-mode): Use define-minor-mode.
30125         (icomplete-eoinput): Default to nil.
30126         (icomplete-minibuffer-setup): Remove autoload.
30127         (icomplete-tidy): Simplify.
30128         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30129         in the initial state or if the user has modified the field.
30130         Fix handling of icomplete-max-delay-chars.
30131         Remove code that handles the oddball case where
30132         minibuffer-completion-table is an integer.
30133         Wrap icomplete-completions in while-no-input in case building
30134         completions takes more time than expected.
30135         (icomplete-completions): Simplify.
30137 2005-03-21  Richard M. Stallman  <rms@gnu.org>
30139         * jka-compr.el (jka-compr-really-do-compress):
30140         Make variable buffer-local.
30142         * image-mode.el: Handle .xpm files too.
30143         (image-toggle-display): Preserve modification flag.
30145         * help.el (where-is): Don't mention aliases with no key bindings.
30147 2005-03-21  Lute Kamstra  <lute@gnu.org>
30149         * generic.el: Fix commentary section.  Don't require cl for
30150         compilation.
30151         (generic-mode-list): Add autoload cookie.
30152         (generic-use-find-file-hook, generic-lines-to-scan)
30153         (generic-find-file-regexp, generic-ignore-files-regexp)
30154         (generic-mode, generic-mode-find-file-hook)
30155         (generic-mode-ini-file-find-file-hook): Fix docstrings.
30156         (define-generic-mode): Make it a defmacro.  Fix docstring.
30157         (generic-mode-internal): Code cleanup.  Add autoload cookie.
30158         (generic-mode-set-comments): Code cleanup.
30159         * generic-x.el: Don't prevent compilation.  Don't require generic.
30160         Follow coding conventions.  Minor code cleanup.
30161         (etc-fstab-generic-mode): Add some keywords.
30162         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30163         define-generic-mode like a function declaration.
30165 2005-03-21  Jay Belanger  <belanger@truman.edu>
30167         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30168         changing modes.
30170 2005-03-21  Sam Steingold  <sds@gnu.org>
30172         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30174 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
30176         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30177         Add underscore to "f$ lexicals" regexp.
30179 2005-03-20  Juri Linkov  <juri@jurta.org>
30181         * subr.el (progress-reporter-do-update): When `min-value' is equal
30182         to `max-value', set `percentage' to 0 and prevent division by zero.
30184 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
30186         Sync with Tramp 2.0.48.
30188         * net/tramp.el (all): Change all addresses to .gnu.org.
30189         (tramp-append-tramp-buffers): New defun.
30190         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30191         Catch `dont-send' signal.
30192         (tramp-set-auto-save-file-modes): Set always permissions, because
30193         there might be an old auto-saved file belonging to another
30194         original file.  This could be a security threat.  Reported by
30195         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30196         Check for Emacs 21.3.50 removed.
30198         * net/tramp-smb.el (all): Remove debug construct for
30199         `with-parsed-tramp-file-name'.
30200         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30201         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30202         No error message if DIRECTORY or FILENAME doesn't exist.
30203         (tramp-smb-open-connection): Check existence of
30204         `tramp-smb-program'.
30206 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30208         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30209         Properly handle the case where the `m' or `s' command's argument is not
30210         yet terminated.
30211         (perl-indent-new-calculate): New function.
30212         (perl-indent-line): Use it.
30214 2005-03-20  Miles Bader  <miles@gnu.org>
30216         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30217         in text-mode too.  Change to new face names.
30218         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30219         Add `:weight bold' attribute.
30220         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30222 2005-03-19  Juri Linkov  <juri@jurta.org>
30224         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
30226         * international/mule.el (auto-coding-alist): Sync with
30227         `auto-mode-alist' by adding upper case archive file extensions
30228         and adding ear/war to jar extension.
30230 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
30232         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30233         running, restart it.
30235 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
30237         * finder.el (finder-current-item): Throw an error on an empty line.
30239         * man.el (Man-follow-manual-reference): If current-word returns
30240         nil, use "".
30242 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
30244         * simple.el (goto-line): Doc fix.
30246 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
30248         * files.el (save-buffer): Doc fix.
30250 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
30252         * recentf.el (recentf-cleanup-remote): New variable.
30253         (recentf-cleanup): Use it to conditionally check availability of
30254         remote files.
30256 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
30258         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30259         function names.
30261 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
30263         * language/thai-word.el: New file.
30265 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30267         * files.el (backup-buffer): If the file's directory is not
30268         writable, use copy instead of move to backup the file.
30270 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
30272         * obsolete/keyswap.el: Moved to obsolete/ from term/.
30274 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30276         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30277         Use functionp instead of symbolp and fboundp.  Reported by Drkm
30278         <darkman_spam@yahoo.fr>.
30279         (ps-print-version): New version 6.6.6.
30281 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
30283         * textmodes/table.el (table--line-column-position): New idiom.
30284         (table--row-column-insertion-point-p): New function to test
30285         validity of row and column insertion operation at a location.
30286         (table-global-menu, table-cell-menu): Use above functions for
30287         deterministic test operation.
30288         (table--editable-cell-p): Behave in deterministic fashion.
30290 2005-03-18  Juri Linkov  <juri@jurta.org>
30292         * isearch.el (isearch-lazy-highlight-new-loop):
30293         Make arguments beg and end optional.
30294         (isearch-update): Remove optional arguments nil from
30295         isearch-lazy-highlight-new-loop.
30296         (isearch-lazy-highlight-search): Let-bind case-fold-search to
30297         isearch-lazy-highlight-case-fold-search instead of
30298         isearch-case-fold-search, and let-bind isearch-regexp to
30299         isearch-lazy-highlight-regexp.
30300         Use isearch-lazy-highlight-last-string instead of isearch-string.
30302         * replace.el (perform-replace): Remove bindings of global
30303         variables isearch-string, isearch-regexp, isearch-case-fold-search.
30304         Add three new arguments to `replace-highlight'.
30305         (replace-highlight): Add arguments string, regexp, case-fold.
30306         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
30307         to allow isearch-lazy-highlight-new-loop to use these values
30308         to set corresponding isearch-lazy-highlight-* internal
30309         variables whose values lazy highlighting will use regardless of
30310         changes to global variables isearch-string, isearch-regexp,
30311         isearch-case-fold-search during lazy highlighting loop.
30312         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
30313         to `lazy-highlight-cleanup'.
30315         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
30316         (ispell-highlight-face): Set default face to `isearch' when
30317         lazy highlighting is enabled.
30318         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
30319         priority to 1.  Add lazy highlighting.
30320         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
30321         from `isearch-dehighlight'.
30323 2005-03-18  David Ponce  <david@dponce.com>
30325         * files.el (hack-local-variables): Do a case-insensitive search
30326         for End.
30328 2005-03-18  Juri Linkov  <juri@jurta.org>
30330         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
30331         `isearch-lazy-highlight-cleanup', add alias to old name and
30332         declare obsolete.  Add release numbers to other obsolete vars.
30333         (isearch-done, isearch-lazy-highlight-new-loop):
30334         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
30335         (lazy-highlight-cleanup) <variable>: Doc fix.
30336         (isearch-lazy-highlight-update): Rename obsolete
30337         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
30339 2005-03-18  Kenichi Handa  <handa@m17n.org>
30341         * language/thai-util.el: Fix categorization of Thai characters in
30342         thai-category-table.
30343         (thai-composition-pattern): Adjust it for the above change.
30344         (thai-self-insert-command, thai-compose-syllable): New functions.
30345         (thai-compose-region): Use thai-compose-syllable.
30346         (thai-compose-string): Likewise.
30347         (thai-composition-function): Likewise.
30348         (thai-auto-composition): New function.
30349         (thai-auto-composition-mode): New minor mode.
30351         * language/thai.el: Fix patterns to be registered in
30352         composition-function-table.
30354         * international/quail.el (quail-input-method): Locally bind
30355         inhibit-modification-hooks to t.
30357 2005-03-17  Richard M. Stallman  <rms@gnu.org>
30359         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
30360         (perl-mode): Use run-mode-hooks.
30362         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
30363         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
30364         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
30366         * mail/sendmail.el (sendmail-send-it): Reenable the code
30367         to compute resend-to-address and use it.
30369         * tar-mode.el (tar-mode): Turn off undo unconditionally.
30371         * image-mode.el: New file.
30373         * image.el (insert-sliced-image): Add autoload cookie.
30375         * font-lock.el (font-lock-lines-before): New user option.
30376         (font-lock-after-change-function): Obey it.
30378         * bindings.el (esc-map): Make M-g a prefix.
30379         Bind M-g g and M-g M-g to goto-line.
30381         * faces.el (face-id): Doc fix.
30383 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30385         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
30386         (rmail-show-message): Use rmail-unknown-mail-followup-to.
30387         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
30389         * mail/sendmail.el (mail-yank-ignored-headers)
30390         (mail-font-lock-keywords, mail-mode-fill-paragraph):
30391         Add Mail-Followup-To and Mail-Reply-To headers.
30392         (mail-citation-hook): Add autoload cookie.
30393         (mail-mode): Doc fix.
30394         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
30395         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
30396         (mail-mode-fill-paragraph): Handle those headers.
30397         (mail-mailing-lists): New variable.
30398         (mail-mail-reply-to, mail-mail-followup-to): New functions.
30400 2005-03-17  Juri Linkov  <juri@jurta.org>
30402         * isearch.el (isearch-fallback): Check for `(car previous)'
30403         before calling `isearch-other-end-state'.
30405 2005-03-17  Kim F. Storm  <storm@cua.dk>
30407         * simple.el (move-beginning-of-line): Move to beginning of buffer
30408         line, as well as beginning of screen line.
30410 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
30412         * calendar/diary-lib.el (mark-diary-entries): Use new optional
30413         argument REDRAW rather than calendar-redrawing variable.
30414         * calendar/calendar.el (calendar-redrawing): Delete.
30415         (redraw-calendar): Do not bind calendar-redrawing.
30417 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
30419         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
30420         diary-file buffer.
30422 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
30424         * help.el (describe-mode): Allow a :minor-mode-function property to
30425         specify a different minor mode toggle function than the variable.
30426         * simple.el (auto-fill-function):
30427         * subr.el (add-minor-mode): Use it.
30429 2005-03-16  Kenichi Handa  <handa@m17n.org>
30431         * language/ethio-util.el (sera-being-called-by-w3): New variable.
30432         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
30433         (ethio-fidel-to-sera-buffer): Likewise.
30435 2005-03-16  Juri Linkov  <juri@jurta.org>
30437         * emacs-lisp/find-func.el (find-function-regexp):
30438         Add defun-emitting macro `menu-bar-make-toggle'.
30440         * isearch.el: Put `isearch-scroll' property to
30441         `split-window-horizontally'.
30443         * info.el: Update error messages for `debug-ignored-errors'.
30444         (Info-isearch-search): Doc fix.
30445         (Info-find-node): Move up code to go into info buffer before
30446         recording the node to the history.
30447         (Info-fontify-node): Fontify titles only if the next line
30448         has two or more `*', `=', `-', `.'.
30449         Display "go to this node" for empty (match-string 3).
30451 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30453         * term/mac-win.el: Add mouse pointer shape constants.
30455 2005-03-15  Kim F. Storm  <storm@cua.dk>
30457         * simple.el (move-beginning-of-line): Use vertical-motion.
30459 2005-03-15  Juri Linkov  <juri@jurta.org>
30461         * isearch.el (isearch-error): New variable.
30462         (isearch-invalid-regexp, isearch-within-brackets): Remove.
30463         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
30464         (isearch-within-brackets-state): Remove.
30465         (isearch-case-fold-search-state, isearch-pop-fun-state):
30466         Decrease frame index.
30467         (isearch-mode, isearch-top-state, isearch-push-state)
30468         (isearch-edit-string, isearch-abort, isearch-search-and-update)
30469         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
30470         (isearch-search, isearch-lazy-highlight-new-loop):
30471         Replace `isearch-invalid-regexp' with `isearch-error'.
30472         Remove `isearch-within-brackets'.
30473         (isearch-search): Add `search-failed' handler to `condition-case'.
30474         (isearch-lazy-highlight-search): Add `condition-case' to catch
30475         errors and allow `isearch-lazy-highlight-update' to try
30476         highlighting from the beginning of the window.
30477         (isearch-repeat): Move up code to set isearch-wrapped to t
30478         before calling isearch-wrap-function.
30480         * info.el (Info-isearch-initial-node): New internal variable.
30481         (Info-search): Signal an error in isearch mode when search leaves
30482         the initial node.  Signal an error when `bound' is non-nil and
30483         nothing was found in the current subfile.
30484         (Info-isearch-search): Remove `condition-case'.
30485         (Info-isearch-wrap): Don't wrap when search failed during leaving
30486         the initial node.  If `Info-isearch-search' is nil, wrap around
30487         the current node.
30488         (Info-isearch-start): New fun.
30489         (Info-mode): Add buffer-local hook `Info-isearch-start' to
30490         `isearch-mode-hook'.
30492 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30494         * simple.el (normal-erase-is-backspace): Set default to t if
30495         running on Mac.
30497         * term/mac-win.el (function-key-map): Sync with x-win.el.
30499 2005-03-15  Kenichi Handa  <handa@m17n.org>
30501         * international/mule-cmds.el (locale-language-names): Modify the
30502         format of elements and add more entries.
30503         (locale-preferred-coding-systems): Add more entries.
30504         (set-locale-environment): Adjust for the change of
30505         locale-language-names.
30507 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
30509         * pcvs.el (smerge-ediff): Remove bogus autoload.
30511 2005-03-14  Lute Kamstra  <lute@gnu.org>
30513         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
30514         Ignore a `*' at the beginning of a line.
30516         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
30517         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
30518         subr.el.
30519         (dont-compile, eval-when-compile, eval-and-compile): Use declare
30520         to specify indentation.
30522         * generic.el (define-generic-mode): Let generic-mode-list be a
30523         list of strings; test membership with equal.
30525 2005-03-14  Kim F. Storm  <storm@cua.dk>
30527         * simple.el (next-line, previous-line): Add optional try-vscroll
30528         arg to recognize interactive use.  Pass it on to line-move.
30529         (line-move): Don't perform auto-window-vscroll when defining or
30530         executing keyboard macro to ensure consistent behavior.
30532 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30534         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
30536 2005-03-13  Lute Kamstra  <lute@gnu.org>
30538         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
30539         debugger-setup-buffer so that backtrace marks the frames set to
30540         debug-on-exit and we don't have to do it manually.  Set an extra
30541         debug-on-exit for macro's.
30542         (debugger-setup-buffer): Don't mark the top frame manually.
30544 2005-03-12  Lute Kamstra  <lute@gnu.org>
30546         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
30547         lisp-indent-function throughout.
30548         (with-no-warnings): Set lisp-indent-function property.
30550 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
30552         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
30553         Add entry for backslash.
30555 2005-03-12  Juri Linkov  <juri@jurta.org>
30557         * info.el (Info-search): Four fixes for backward search.
30559 2005-03-11  Jay Belanger  <belanger@truman.edu>
30561         * calc/calc.el (calc-language-alist): New variable.
30562         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
30563         (calc-embedded-find-modes): Use calc-language-alist instead of
30564         calc-embedded-language-alist.
30566 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
30568         * calendar/calendar.el (calendar-redrawing): New internal
30569         variable.
30570         (redraw-calendar): Remove bogus save-excursion from previous
30571         change.  Bind calendar-redrawing to t for mark-diary-entries.
30572         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
30573         calendar if that is why we were called.
30575 2005-03-11  Kenichi Handa  <handa@m17n.org>
30577         * international/mule.el (make-coding-system): Set property
30578         coding-system-define-form to nil.
30579         (define-coding-system-alias): Likewise.
30581 2005-03-11  Kenichi Handa  <handa@m17n.org>
30583         These changes are suggested by Dave Love <fx@gnu.org>.
30585         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
30586         coding: tag.
30587         (adaptive-fill-regexp): Add more bullets.
30588         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
30589         regexps.
30591 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30593         * help.el (describe-mode): Properly handle non-trivial lighters.
30594         Don't ignore minor modes that are not listed in minor-mode-list.
30596         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
30597         feature ON when the user requests to turn it OFF.
30599 2005-03-10  Lute Kamstra  <lute@gnu.org>
30601         * emacs-lisp/debug.el (debug-entry-code): Delete it.
30602         (implement-debug-on-entry): New function to replace debug-entry-code.
30603         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
30604         second argument as the 2005-03-07 change makes it obsolete.
30605         (debug-on-entry, cancel-debug-on-entry): Update call to
30606         debug-on-entry-1.
30607         (debug, debugger-setup-buffer): Comment update.
30608         (debugger-frame-number): Update to work with implement-debug-on-entry.
30610 2005-03-10  Jay Belanger  <belanger@truman.edu>
30612         * calc/calc-embed.el (math-ms-args): Declare it.
30613         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
30614         math-ms-args.
30615         (calc-embedded-subst): Use math-multi-subst-rec to substitute
30616         variables.
30618 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
30620         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
30621         Use message-box.
30623         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
30624         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
30625         (tooltip-gud-tips): Simplify.
30626         (tooltip-gud-tips-p): Remove superfluous :set.
30627         (tooltip-gud-modes): Add fortran-mode.
30628         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
30630         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
30632 2005-03-09  Kim F. Storm  <storm@cua.dk>
30634         * play/animate.el (animate-place-char): Use forward-line instead
30635         of next-line to improve performance.
30637 2005-03-09  Simon Josefsson  <jas@extundo.com>
30639         * net/browse-url.el (browse-url-default-browser): Doc fix.
30641 2005-03-09  Miles Bader  <miles@gnu.org>
30643         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
30644         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
30646 2005-03-09  Kenichi Handa  <handa@m17n.org>
30648         * international/latin-1.el: Set case and syntax for 255 only if
30649         set-case-syntax-set-multibyte is nil.
30651         * textmodes/ispell.el (ispell-insert-word): New function.
30652         (ispell-word): Use ispell-insert-word to insert a new word.
30653         (ispell-process-line): Likewise.
30654         (ispell-complete-word): Likewise.
30656 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
30658         * calendar/calendar.el (redraw-calendar): Preserve point.
30659         Reported by Matt Hodges <MPHodges@member.fsf.org>.
30660         (calendar-week-start-day): Move after definition of
30661         redraw-calendar.  Delete buffer test, since redraw-calendar has
30662         that now.
30664         * calendar/diary-lib.el (mark-diary-entries): Only call
30665         redraw-calendar in the first of any recursive calls.
30666         Reported by Alan Shutko <ats@acm.org>.
30668 2005-03-08  Juri Linkov  <juri@jurta.org>
30670         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
30671         (html-horizontal-rule, html-line, html-image, html-checkboxes)
30672         (html-radio-buttons): Add a space before the trailing `/>' where
30673         sgml-xml-mode is non-nil.
30674         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
30675         the subsequent tag of the empty XML tag.
30676         (html-href-anchor): Don't set initial input to "http:".
30677         (html-image): Ask for the image URL and set point inside alt="".
30678         (html-name-anchor): Duplicate the name in the `id' attribute when
30679         sgml-xml-mode is non-nil.
30680         (html-paragraph): Remove \n before <p>.
30681         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
30682         instead of `checked' when sgml-xml-mode is non-nil.
30684         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
30685         Remove 1 space before #RRGGBB to not truncate it on terminal
30686         windows w/o fringes.  Remove 1 space between bg and fg examples
30687         to get more space.
30688         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
30689         avoid byte-compile warnings.
30691         * image-file.el (image-file-handler): Put `safe-magic' property to
30692         `image-file-handler'.
30694         * info.el (Info-isearch-search): Emulate word search in
30695         isearching through multiple Info nodes with Info-search.
30696         (Info-isearch-wrap): Allow isearch-word.
30698 2005-03-08  Lute Kamstra  <lute@gnu.org>
30700         * emacs-lisp/debug.el (debugger-step-through): Make sure that
30701         stepping into the debugger's code is not possible.
30702         (debugger-jumping-flag): Docstring update.
30704 2005-03-08  Jay Belanger  <belanger@truman.edu>
30706         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
30707         embedded mode begins.
30708         (calc-embedded-language-alist): New variable.
30709         (calc-embedded-find-modes): Use calc-embedded-language-alist to
30710         set default language mode.
30712 2005-03-08  Kenichi Handa  <handa@m17n.org>
30714         * international/ccl.el (define-ccl-program): Fix docstring about
30715         extra 256 bytes assured for the output buffer.
30717         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30718         Fix BUFFER_MAGNIFICATION to 2.
30719         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30721 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
30723         * align.el (align-rules-list): Added an alignment rule for CSS
30724         declarations (applies to css-mode and html-mode buffers).
30726 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
30728         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
30730 2005-03-07  Kim F. Storm  <storm@cua.dk>
30732         * simple.el (move-beginning-of-line): New command.
30734         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
30736         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
30738         * emulation/cua-base.el: Put CUA move property on move-end-of-line
30739         and move-beginning-of-line.
30741         * apropos.el (apropos-print): Omit command from M-x ... RET.
30743 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
30745         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
30746         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
30748 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30750         * bindings.el (esc-map): Bind M-g to goto-line.
30752         * facemenu.el (global-map): Bind M-o, not M-g.
30754 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30756         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
30757         "Open Directory" as for "Open File".
30759 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
30761         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
30762         (push-mark-command): Run activate-mark-hook.
30764 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30766         * help-mode.el (help-mode-finish): Don't alter the element
30767         in view-return-to-alist if there already is one.
30769         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
30770         make sure the current buffer is the expected one.
30772         * novice.el (disabled-command-function): Output in *Disabled Command*.
30773         Explicitly ignore non-keyboard events, and explicitly handle C-g.
30775         * textmodes/flyspell.el (flyspell-large-region):
30776         Pass args differently for aspell.
30778         * files.el (mode-require-final-newline): Doc fix.
30780 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30782         * progmodes/which-func.el (which-function):
30783         Specify NOERROR when calling imenu--make-index-alist.
30785 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30787         * simple.el (normal-erase-is-backspace): Define default value.
30789         * custom.el (custom-theme-set-variables): Remove unused var
30790         `immediate'.
30791         (custom-reevaluate-setting): Simple function to handle variables
30792         that are defined before their default value can really be
30793         computed.
30795         * startup.el (command-line): Use it for temporary-file-directory,
30796         small-emporary-file-directory, auto-save-file-name-transforms,
30797         blink-cursor-mode, and normal-erase-is-backspace.
30799         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
30800         progress, even with buggy anchored keywords.
30802 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
30804         * simple.el (goto-line): Remove unbalanced final parenthesis.
30806 2005-03-05  Richard M. Stallman  <rms@gnu.org>
30808         * simple.el (goto-line): Use a number at point as the default.
30809         With C-u as arg, switch buffers.
30811 2005-03-05  Juri Linkov  <juri@jurta.org>
30813         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
30814         with `no-blinking-cursor'.
30816         * startup.el (no-blinking-cursor): New defvar.
30817         (command-line): Add `--no-blinking-cursor' to longopts.
30818         Set `no-blinking-cursor' to t for command line arguments
30819         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
30820         with `no-blinking-cursor' in the condition for calling
30821         `blink-cursor-mode'.
30823 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
30825         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
30826         (menu-bar-options-save): Add blink-cursor-mode.
30827         (menu-bar-options-menu): Add blink-cursor-mode.
30829 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
30831         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
30832         (icalendar-export-file, icalendar-export-region)
30833         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
30834         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
30836 2005-03-04  Lute Kamstra  <lute@gnu.org>
30838         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
30839         (debug-function-list): Ditto.
30841 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
30843         * textmodes/texinfmt.el (texinfo-append-refill):
30844         Redefine the types of line to which @refill
30845         is not appended by replacing a search for `@refill\\|@bye' with
30846         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
30847         itemize@refill' bug and the unfilled long lines bug.
30848         (texinfmt-version): Update number and date.
30850 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
30852         * international/code-pages.el (windows-1250, windows-125[2-8])
30853         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
30855 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30857         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
30858         bound yet.
30860 2005-03-02  Romain Francoise  <romain@orebokech.com>
30862         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
30863         buffer after removing limits.
30864         (ibuffer-pop-filter): Ditto.
30865         Update copyright.
30867 2005-03-02  Miles Bader  <miles@gnu.org>
30869         * button.el (make-text-button): If the user doesn't specify a
30870         type, use the default.  Rewrite to use `add-text-properties' and
30871         plist functions.
30873 2005-03-01  Lute Kamstra  <lute@gnu.org>
30875         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
30876         (debugger-jumping-flag): New var.
30877         (debug-entry-code): Use it.
30878         (debugger-jump): Use debugger-jumping-flag and add
30879         debugger-reenable to post-command-hook.
30880         (debugger-reenable): Use debugger-jumping-flag and remove itself
30881         from post-command-hook.
30882         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
30883         debugger-reenable.
30885 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
30887         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
30888         inclusion of "itemize\\|", which may be unnecessary, is certainly
30889         inelegant, and stops refilling in itemize lists when formatting
30890         Japanese Texinfo files to Info.
30891         Update copyright to 2005.
30893 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
30895         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
30896         of an error if GDB can't find the source file.
30898 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
30900         * calendar/calendar.el (redraw-calendar): Work from any buffer,
30901         not just the calendar.
30903         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
30904         first.
30905         (diary-redraw-calendar): New function.
30906         (make-diary-entry): Add diary-redraw-calendar to local
30907         write-contents-functions.  Turn off selective display before
30908         inserting in diary.
30910 2005-03-01  Kim F. Storm  <storm@cua.dk>
30912         * emacs-lisp/copyright.el (copyright-fix-years): New command.
30914 2005-03-01  Lute Kamstra  <lute@gnu.org>
30916         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
30917         that debug-entry-code can be safely removed from a function while
30918         this code is being evaluated.  Revert the 2005-02-27 change as the
30919         new implementation no longer requires it.  Make sure that a
30920         function body containing just a string is not mistaken for a docstring.
30921         (debug): Skip one more frame in case of debug on entry.
30922         (debugger-setup-buffer): Delete one more frame line in case of
30923         debug on entry.
30924         (debugger-frame-number): Update to use the new text introduced by
30925         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
30927 2005-02-28  Kim F. Storm  <storm@cua.dk>
30929         * double.el (double-translate-key): Call force-window-update after
30930         read-event to avoid crash in redisplay.
30932 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30934         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
30935         (debug): Use it.  Move the inhibit-trace earlier.
30936         (debug-entry-code): New const.
30937         (debug-on-entry-1): Use it.
30939 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
30941         * international/utf-16.el (ccl-encode-mule-utf-16le):
30942         Fix BUFFER_MAGNIFICATION to 2.
30943         (ccl-encode-mule-utf-16be): Likewise.
30945 2005-02-28  Kenichi Handa  <handa@m17n.org>
30947         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30948         Fix BUFFER_MAGNIFICATION to 4.
30949         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30951 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
30953         * speedbar.el (speedbar-update-flag): Doc fix.
30954         (speedbar-show-info-under-mouse): Give set-mouse-position the right
30955         argument.
30957 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30959         * reveal.el (reveal-post-command): Don't try to reveal overlays which
30960         have a non-nil `invisible' property but are actually visible.
30962         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
30963         for perldoc sections.
30964         (perl-outline-regexp, perl-outline-level): New var and function.
30965         (perl-mode): Use them.
30967 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
30969         * calendar/diary-lib.el (diary-remind): Discard any mark portion
30970         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
30972 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
30974         * cus-edit.el: Comment change.
30975         (custom-buffer-create-internal): Slightly reword text at top of
30976         Custom buffers.  Mention there that saving an option edits the
30977         init file.  Add link to Emacs manual node on `custom-file'.
30978         (custom-magic-alist): Rewrite individual State messages to use
30979         capitalized keywords.  Doc fix.
30981 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
30983         * calendar/calendar.el (calendar-buffer): Move above
30984         calendar-week-start-day.
30985         (calendar-week-start-day): Doc fix.  Add :set function.
30986         (calendar-minimum-window-height): New variable.
30987         (generate-calendar-window): Only resize window if selected-window
30988         is displaying the calendar buffer.  Use new variable
30989         calendar-minimum-window-height.
30990         (generate-calendar): Reword error message.
30991         (calendar-mode-map): Bind DEL to scroll-other-window-down.
30993 2005-02-27  Andreas Schwab  <schwab@suse.de>
30995         * vc.el (vc-do-command): Don't run command asynchronously when
30996         operating in a remote directory.
30998         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
30999         change from sync with Tramp 2.0.47.
31001 2005-02-27  Richard M. Stallman  <rms@gnu.org>
31003         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31005         * textmodes/flyspell.el (flyspell-mode-on):
31006         Call ispell-change-dictionary only if necessary.
31008         * emacs-lisp/re-builder.el (regexp-builder): New function.
31010         * register.el (describe-register-1): Explicitly handle
31011         yank-excluded-properties = t.
31013         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31014         (custom-magic-alist): Change the status descriptions again.
31015         (face widget-type): Total rewrite based on `restricted-sexp'
31016         to eliminate the confusing double hiding levels.
31018         * emacs-lisp/debug.el (debug-on-entry-1):
31019         If function body is empty, add nil as body form.
31021 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31023         * emacs-lisp/trace.el (inhibit-trace): New var.
31024         (trace-make-advice): Use it.
31026         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31028 2005-02-26  Kim F. Storm  <storm@cua.dk>
31030         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31031         (mouse-on-link-p, mouse-drag-region-1): Use it.
31033 2005-02-25  Lute Kamstra  <lute@gnu.org>
31035         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31037 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
31039         * frame.el (blink-cursor-mode): Add :group keyword.
31041 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
31043         * calendar/icalendar.el (icalendar--decode-isodatetime):
31044         New optional argument DAY-SHIFT.
31045         (icalendar-export-region): Fix coding-system-for-write.
31046         (icalendar--convert-ical-to-diary): Shift end-day of all-day
31047         events by one.
31049 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31051         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31053 2005-02-24  Kim F. Storm  <storm@cua.dk>
31055         * international/iso-acc.el (iso-accents-compose): Fix crash
31056         during redisplay.  Call force-window-update after read-event
31057         and delete-region to signal that window is not accurate.
31059 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31061         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31062         Remove unused and inexistent var `inhibit-trace'.
31063         (debugger-mode): Use run-mode-hooks.
31064         (debugger-list-functions): Add buttons; setup xref stack.
31066 2005-02-23  Richard M. Stallman  <rms@gnu.org>
31068         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31069         appointment says it was explicitly made.
31070         (appt-add): Set the 3rd element.
31071         (appt-make-list): Preserve explicit appointments.
31073         * subr.el (find-tag-default): Catch errors in forward-sexp.
31075 2005-02-23  Juri Linkov  <juri@jurta.org>
31077         * info.el (Info-isearch-search): New defcustom.
31078         (Info-isearch-search): Call the default isearch function
31079         when Info-isearch-search is nil.
31080         (Info-isearch-wrap): Use variable Info-isearch-search.
31082 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
31084         * cus-edit.el: Comment change.
31086 2005-02-22  Kim F. Storm  <storm@cua.dk>
31088         * progmodes/hideif.el (hide-ifdef-use-define-alist):
31089         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
31091 2005-02-22  Simon Josefsson  <jas@extundo.com>
31093         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31094         New variable.
31095         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
31096         Oskarsson" <myrkraverk@users.sourceforget.net>.
31098 2005-02-22  Kim F. Storm  <storm@cua.dk>
31100         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31101         check that window of that event is the selected window.
31102         (mouse-drag-region-1): Compare mouse event window to selected
31103         window before setting point.
31105         * tooltip.el (tooltip-show-help-function): Pass event to
31106         mouse-on-link-p so it can check selected window.
31108 2005-02-22  Kenichi Handa  <handa@m17n.org>
31110         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31111         (ps-mule-show-warning): New function.
31112         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31113         characters are found.
31115         * ps-print.el (ps-header-footer-string): Return a list of header
31116         and footer strings.
31118 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
31120         * pcvs.el (cvs-retrieve-revision): Fix thinko.
31122 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
31124         * frame.el (blink-cursor-mode): Use define-minor-mode.
31126         * term/mac-win.el (function-key-map): Use char-names more consistently.
31127         (file-name-coding-system): Only set it for MacOS-9.  The other case is
31128         already handled in mule-cmds.el (where it also works when mac-win.el
31129         is not used).
31131 2005-02-21  Kenichi Handa  <handa@m17n.org>
31133         * international/mule.el (ctext-pre-write-conversion): Always use
31134         " *code-converting-work*" buffer for work.
31136         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31138 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
31140         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31142 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
31144         * ses.el (undo-more): Restore defadvice, but only the part that
31145         allows changes outside the restricted area of the buffer.
31147 2005-02-20  Kim F. Storm  <storm@cua.dk>
31149         * simple.el (line-move): Add fourth optional arg try-vscroll which
31150         must be set to perform auto-window-vscroll.
31151         When moving backwards and doing auto-window-vscroll, automatically
31152         vscroll to the last part of lines which are taller than the window.
31153         (next-line, previous-line): Set try-vscroll arg on line-move.
31155 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
31157         * replace.el (query-replace, query-replace-regexp)
31158         (replace-string, replace-regexp): When operating on region, make
31159         the minibuffer prompt say so.
31161         * isearch.el (isearch-forward): Document isearch-query-replace and
31162         isearch-query-replace-regexp keybindings.
31164 2005-02-19  Jay Belanger  <belanger@truman.edu>
31166         * calc/calc-aent.el (math-read-token): Add local variable.
31168         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31169         (calc-edit-top): Move declaration to earlier in file.
31170         (calc-edit-macro-repeats): Add local variables.
31172         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31173         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31174         calcFunc-tanh.
31175         Adjust integration rule for calcFunc-tan.
31177 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
31179         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31180         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31181         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31182         (viper-skip-separators): Bug fix.
31183         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31184         particular major mode.
31185         (viper-del-backward-char-in-replace): Don't put deleted char on the
31186         kill ring.
31188         * viper-ex.el (viper-color-display-p): New function.
31189         (viper-has-face-support-p): Use viper-color-display-p.
31191         * viper-keym.el (viper-gnus-modifier-map): New keymap.
31193         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31195         * viper-util.el (viper-glob-unix-files): Fix shell status check.
31196         (viper-file-remote-p): Make equivalent to file-remote-p.
31198         * viper.el (viper-major-mode-modifier-list):
31199         Use viper-gnus-modifier-map.
31201 2005-02-19  David Kastrup  <dak@gnu.org>
31203         * subr.el (subregexp-context-p): Fix garbled doc string by adding
31204         quoting.
31206 2005-02-19  Jay Belanger  <belanger@truman.edu>
31208         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31209         Remove extra definitions.
31210         (calc-coth): New function.
31211         (calcFunc-cot): Fix `let'.
31213 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
31215         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31216         the reasons we use "type pc" in these faces.
31218         * button.el (button): Ditto.
31220 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
31222         * replace.el (query-replace-read-from): Set the value of
31223         query-replace-from-history-variable to handle the case of an empty
31224         string entered to accept the suggested default.
31226         * net/tramp.el (tramp-file-name-for-operation):
31227         Use dired-call-process instead of dired-call-process-command.
31229 2005-02-19  Jay Belanger  <belanger@truman.edu>
31231         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31232         (math-div-non-trig): New variables.
31233         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31234         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31235         (math-combine-prod, math-div-symb-fancy): Add simplifications for
31236         trig expressions.
31238 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
31240         * progmodes/gdb-ui.el (gdb-var-update-handler)
31241         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31242         for watch expressions,
31243         (gdb-var-create-handler): Don't set speedbar-update-flag.
31244         (gdb-post-prompt): Simplify test for speedbar.
31246 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
31248         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31249         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31250         we use the syntax table of the correct buffer.
31251         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31252         Felix Gatzemeier.
31254         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31255         (ediff-file-remote-p): Make synonymous with file-remote-p.
31256         In all deffaces ediff-*-face-*, use min-colors.
31258         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31259         ediff-recurse-to-subdirectories.
31260         (ediff-mark-if-equal): Check that the arguments are strings, use
31261         ediff-same-contents (after to Felix Gatzemeier).
31263         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31264         nil.
31266 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31268         * log-view.el (log-view-message-re): Fix up Subversion regexp.
31270 2005-02-18  David Kastrup  <dak@gnu.org>
31272         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31273         use `mark-active' when defined.
31275 2005-02-18  Kenichi Handa  <handa@m17n.org>
31277         * ps-print.el (ps-font-info-database): New entry
31278         ZapfChancery-MediumItalic with correct font name.  Fix font name
31279         of the entry Zapf-Chancery-MediumItalic.
31281 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
31283         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31285 2005-02-16  Kim F. Storm  <storm@cua.dk>
31287         * ido.el (ido-fallback-command): Pass user input to fallback command.
31289 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
31291         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31292         (gdb-find-file-hook): Add server prefix.
31294 2005-02-16  Richard M. Stallman  <rms@gnu.org>
31296         * replace.el (perform-replace): Pass new args to replace-highlight.
31297         (replace-highlight): Take region args,
31298         and pass them to isearch-lazy-highlight-new-loop.
31300         * novice.el (disabled-command-hook): Autoload the defalias
31301         and the make-obsolete-variable call.
31303         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
31305         * isearch.el (isearch-lazy-highlight-start-limit)
31306         (isearch-lazy-highlight-end-limit): New variables limit
31307         the region for highlighting.
31308         (isearch-lazy-highlight-new-loop): New args BEG and END.
31309         (isearch-lazy-highlight-search): Use the new vars.
31310         (isearch-lazy-highlight-update): Likewise.
31312         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
31314         * cus-start.el (all): Use default-boundp.
31316 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
31318         * menu-bar.el (menu-bar-select-frame): Handle current frame.
31320 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
31322         * autorevert.el (auto-revert-stop-on-user-input)
31323         (auto-revert-verbose): Doc fixes.
31325 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
31327         * international/mule-cmds.el (set-locale-environment): Remove call
31328         to set-selection-coding-system on Windows.
31330 2005-02-15  Jay Belanger  <belanger@truman.edu>
31332         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
31333         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
31334         calcFunc-coth.
31335         (math-simplify-sqrt): Add simplifications.
31337         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
31338         to list.
31340         * calc/calc-ext.el: Add functions to autoloads.
31342         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
31343         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
31344         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
31345         (math-csc-raw, math-cot-raw): New functions.
31347         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
31349         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
31350         the variable name in a message.
31352         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
31353         calcFunc-csc, calcFunc-cot.
31355         * calc/calcalg2.el: Add derivative and integration rules for
31356         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
31357         calcFunc-csch, calcFunc-coth.
31358         (math-do-integral-methods): Add to checks for when to use
31359         substitutions.
31361         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
31363 2005-02-15  Lute Kamstra  <lute@gnu.org>
31365         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31366         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
31367         <monnier@iro.umontreal.ca>.
31368         (lisp-outline-level): Improve efficiency.  Suggested by David
31369         Kastrup <dak@gnu.org>.
31371 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
31373         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
31374         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
31375         (gdb-set-gud-minor-mode-existing-buffers): New functions.
31376         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
31377         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
31379 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
31381         * cus-start.el (all): Comment change.
31383 2005-02-14  Lute Kamstra  <lute@gnu.org>
31385         * cus-start.el (all): Check if symbol is void.
31387 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
31389         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
31390         optional argument to \cite.
31392 2005-02-14  Richard M. Stallman  <rms@gnu.org>
31394         * cus-edit.el (custom-buffer-create-internal): Update help message.
31395         (custom-magic-alist): Update help messages.
31397         * cus-start.el (all): Allow a var to specify a standard value.
31399 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
31401         * custom.el (custom-theme-set-variables): Handle variable aliases.
31403         * frame.el (blink-cursor-timer): Doc fix.
31404         (blink-cursor): Make it an alias for `blink-cursor-mode' and
31405         declare obsolete.
31406         (blink-cursor-mode): Define with defcustom and use correct
31407         standard expression in that defcustom.
31408         * startup.el (command-line): Adapt to above changes in frame.el.
31410 2005-02-11  Lute Kamstra  <lute@gnu.org>
31412         * apropos.el (apropos-score-doc): Prevent division by zero.
31414 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
31416         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
31417         (icalendar--get-event-property-attributes)
31418         (icalendar--get-event-properties)
31419         (icalendar--datetime-to-diary-date): New functions.
31420         (icalendar--split-value): Doc fix.
31421         (icalendar--datetime-to-noneuropean-date)
31422         (icalendar--datetime-to-european-date): New optional argument
31423         SEPARATOR.  Return result as a string instead of a list.
31424         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
31425         (icalendar--convert-string-for-export): Rename arg S to STRING.
31426         (icalendar-export-region): Doc fix.  Change name of error buffer.
31427         Save output buffer.
31428         (icalendar-import-file): Add blank at end of prompt.
31429         (icalendar-import-buffer): Doc fix.  Do not switch to error
31430         buffer.  Indicate status in return value.
31431         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
31432         buffer.  Save output buffer.  Handle exception from recurrence
31433         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
31434         events.  Fix problems with weekly all-day events.
31436 2005-02-10  Richard M. Stallman  <rms@gnu.org>
31438         * simple.el (eval-expression-print-format):
31439         Avoid warning about edebug-active.
31441         * help.el (help-for-help-internal): Rename from help-for-help.
31442         (help-for-help): Define with defalias.
31444         * font-core.el (font-lock-default-function): Use with-no-warnings.
31446         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
31448         * custom.el (defface): Doc fix.
31450 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
31452         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
31453         width 0" to prevent word wrapping problems.
31455 2005-02-09  Kim F. Storm  <storm@cua.dk>
31457         * ido.el (ido-file-extensions-order): New defcustom.
31458         (ido-file-extension-lessp, ido-file-extension-aux)
31459         (ido-file-extension-order): New advanced file ordering.
31460         (ido-file-lessp): New simple file ordering.
31461         (ido-sort-list): Remove.
31462         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
31463         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
31465 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
31467         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
31468         that some versions of grep produce.
31469         (grep-mode-font-lock-keywords): Likewise.
31471 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
31473         * progmodes/gdb-ui.el (gdb-location-list): New variable.
31474         (gdb-cdir): Delete.
31475         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
31476         (gdb-source-info): Treat case when source file is in another
31477         directory properly.
31478         (gdb-get-location): New function.
31480 2005-02-07  Jay Belanger  <belanger@truman.edu>
31482         * calc/calc-prog.el (calc-write-parse-table-part)
31483         (calc-fix-token-name): Fix a check for language type.
31485         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
31487 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
31489         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
31490         as directory not writable.
31492 2005-02-07  Kim F. Storm  <storm@cua.dk>
31494         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
31495         (cua--standard-movement-commands): Remove list.
31496         Instead, set CUA property value to move for movement commands.
31497         (cua-movement-commands): Remove.  Users must set CUA prop instead.
31498         (cua--pre-command-handler): Check CUA property.
31499         (cua--init-keymaps): Don't remap undo commands.
31500         (cua-mode): Don't call cua--rectangle-on-off.
31502         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
31503         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
31504         (cua--rect-undo-set-point): New var.
31505         (cua--rectangle-undo-boundary): Setup undo apply entry.
31506         (cua--rect-undo-handler): New function for rectangle undo.
31507         (cua--rect-start-position, cua--rect-end-position): Add.
31508         (cua--rectangle-post-command): Call cua--rectangle-set-corners
31509         for restored rectangle.  Set point if cua--rect-undo-set-point.
31511 2005-02-06  Jay Belanger  <belanger@truman.edu>
31513         * calc/calc-lang.el (calc-tex-language): Display more information
31514         in messages.
31516         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
31517         in TeX mode.
31519 2005-02-06  Richard M. Stallman  <rms@gnu.org>
31521         * emacs-lisp/lisp.el (buffer-end): Doc fix.
31523 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
31525         * net/ldap.el (ldap-search-internal): Support attributes with
31526         optional descriptions separated by a semi-colon, as in
31527         "userCertificate;binary".
31529 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31531         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
31532         isn't a cons (i.e. the version is 0).
31534 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
31536         * help.el (help-for-help): Doc fix.
31538 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
31540         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
31541         GDB-Windows on the menu-bar as this works better.
31543 2005-02-04  Jay Belanger  <belanger@truman.edu>
31545         * calc/calc-embed.el (calc-embedded-update): Don't put in
31546         unnecessary newlines.  Adjust the end of formula marker.
31548         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
31549         (math-latex-parse-two-args): New function.
31551 2005-02-03  Lute Kamstra  <lute@gnu.org>
31553         * help-fns.el (help-with-tutorial): Make sure that users cannot
31554         remove the entire text of the tutorial by means of `undo'.
31556 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31558         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
31559         in recent changes, where the ispell process was repeatedly
31560         killed & restarted.
31562         * international/mule-cmds.el (set-locale-environment): Set file-name
31563         coding system to utf-8 on Darwin systems.
31564         (set-default-coding-systems): Don't set default-file-name-coding-system
31565         on Darwin systems.
31567 2005-02-03  Richard M. Stallman  <rms@gnu.org>
31569         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
31571 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
31573         * faces.el (list-faces-display): Add optional argument.
31575 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
31577         * font-core.el (font-lock-default-function): Handle the rare case where
31578         only font-lock-keywords is set.
31580 2005-02-02  Kenichi Handa  <handa@m17n.org>
31582         * international/characters.el: Cancel previous change for
31583         I-WITH-DOT-ABOVE and DOTLESS-i.
31585         * international/latin-5.el: Cancel previous change.
31587 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31589         * progmodes/gud.el: Correction to syntax in gud-menu-map.
31591 2005-02-02  Kenichi Handa  <handa@m17n.org>
31593         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
31594         DOTLESS-i.
31596         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
31597         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
31599         * case-table.el (get-upcase-table): New function.
31600         (copy-case-table): Copy upcaes table too if non-nil.
31601         (set-case-syntax-delims): Maintain upcase table too.
31602         (set-case-syntax-pair): Likewise.
31603         (set-upcase-syntax, set-downcase-syntax): New functions.
31604         (set-case-syntax): Maintain upcase table too.
31606 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31608         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
31610         * progmodes/gud.el (gud-goto-info): New function.
31611         (gud-tool-bar-map): Use correct icon.
31613 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31615         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
31616         When delegating, order args in the funcall correctly.
31618 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31620         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
31622 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
31624         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
31625         buffer not visiting a file.
31627 2005-01-31  Jay Belanger  <belanger@truman.edu>
31629         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
31630         bound on the line with the formula.
31632 2005-01-31  Kim F. Storm  <storm@cua.dk>
31634         * ses.el (ses-create-cell-variable-range)
31635         (ses-destroy-cell-variable-range, ses-reset-header-string)
31636         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
31637         (ses-insert-row): Fix format of apply undo entries.
31639 2005-01-31  Jay Belanger  <belanger@truman.edu>
31641         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
31642         parts.
31644         * calc/calc-embed.el (calc-embedded-open-formula)
31645         (calc-embedded-close-formula): Ignore matrix environments.
31647         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
31648         TeX mode.
31650         * calc/calc-lang.el (math-function-table, math-oper-table)
31651         (math-variable-table): Adjust the LaTeX portions.
31653         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
31654         (math-latex-ignore-words): New constant.
31656 2005-01-31  Richard M. Stallman  <rms@gnu.org>
31658         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
31659         (ispell-local-dictionary): Doc fix.
31660         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
31661         Don't reinitialize at run time.  Don't defcustom.
31662         All uses changed to append ispell-local-dictionary-alist,
31663         or check it first.
31664         (ispell-current-dictionary): New variable for dictionary in use.
31665         (ispell-dictionary): Now used only for global default.
31666         (ispell-start-process): Set ispell-current-dictionary,
31667         not ispell-dictionary.
31668         (ispell-change-dictionary): Use this only for setting
31669         user preferences.
31670         (ispell-internal-change-dictionary): New function
31671         to change the current dictionary in use.
31672         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
31673         Use ispell-current-dictionary.
31674         Handle ispell-local-dictionary-overridden.
31675         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
31677 2005-01-31  Jay Belanger  <belanger@truman.edu>
31679         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
31681         * calc/calc-ext.el: Add calc-latex-language to autoloads.
31682         (calc-mode-map): Add calc-latex-language.
31684         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
31685         (math-latex-print-frac): New functions.
31686         (math-oper-table, math-function-table, math-variable-table)
31687         (math-complex-format, math-input-filter): Add latex properties.
31688         (calc-set-language): Set math-expr-special-function-mapping.
31690         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
31691         (calc-write-parse-table-part): Add LaTeX support.
31693         * calc/calc.el (calc-language): Adjust docstring.
31694         (calc-set-mode-line): Add LaTeX support.
31695         (math-expr-special-function-mapping): New variable.
31696         (math-tex-ignore-words): Add to list.
31698         * calc/calccomp.el (math-compose-expr, math-compose-rows):
31699         Add LaTeX support.
31700         (math-compose-expr): Add support for special functions.
31702         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
31704 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
31706         * progmodes/gdb-ui.el (gdb-memory-address)
31707         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
31708         (gdb-memory-mode-map, gdb-memory-format-keymap)
31709         (gdb-memory-format-menu, gdb-memory-unit-keymap)
31710         (gdb-memory-unit-menu): New variables for a buffer
31711         that lets the user examine program memory.
31712         (gdb-memory-set-address, gdb-memory-set-repeat-count)
31713         (gdb-memory-format-binary, gdb-memory-format-octal)
31714         (gdb-memory-format-unsigned, gdb-memory-format-signed)
31715         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
31716         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
31717         (gdb-memory-unit-word, gdb-memory-unit-halfword)
31718         (gdb-memory-unit-byte, gdb-memory-unit-menu)
31719         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
31720         (gdb-memory-mode, gdb-memory-buffer-name)
31721         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
31722         New functions for above buffer.
31724 2005-01-30  Richard M. Stallman  <rms@gnu.org>
31726         * cus-edit.el (custom-bury-buffer): Function deleted.
31727         (custom-buffer-done-function): Option deleted.
31728         (custom-buffer-done-kill): New replacement option.
31729         (Custom-buffer-done): Call quit-window.
31730         (custom-buffer-create-internal): Update for above changes.
31732 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
31734         * simple.el (undo-ask-before-discard): New var.
31735         (undo-outer-limit-truncate): Implement it.
31736         (undo-extra-outer-limit): Doc update.
31738 2005-01-29  Richard M. Stallman  <rms@gnu.org>
31740         * ses.el (undo-more): Delete defadvice.
31741         (ses-begin-change): Doc fix.
31743         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
31744         instead of rebinding C-x u and C-_.
31746         * files.el (normal-backup-enable-predicate): Return nil for files
31747         in /tmp, regardless of temporary-file-directory.
31749         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
31751         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
31752         (open-rectangle, delete-whitespace-rectangle-line)
31753         (clear-rectangle-line): If FILL, pass t instead of FILL
31754         for move-to-column's 2nd arg.
31756         * simple.el (undo): Fix the test for continuing a series of undos.
31757         (undo-more): Set pending-undo-list to t when we reach end.
31758         (pending-undo-list): Move up defvar.
31760         * wid-edit.el (widget-button-click):
31761         Shorten the range of the track-mouse binding.
31763         * comint.el (comint-insert-input): Undo previous changes;
31764         use last-input-event in interactive spec.
31766 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
31768         * progmodes/compile.el (compilation-start): Bind buffer-read-only
31769         to nil before invoking call-process.  Reset buffer's modified flag
31770         after fontifying it in the no-async branch.
31772         * wid-edit.el (widget-specify-button): If mouse pointer shape
31773         cannot be changed, use mouse face instead.
31775 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
31777         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
31778         (gdb-goto-breakpoint): Make breakpoint handling work on template
31779         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
31780         (gdb-assembler-custom): Update to recognize breakpoint information
31781         added on 2005-01-19.
31783 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31785         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
31786         (dsssl-mode): Use define-derived-mode.
31787         (scheme-mode-initialize): Remove.
31788         (scheme-mode): Use run-mode-hooks.
31790         * cus-edit.el (customize-group-other-window)
31791         (custom-buffer-create-other-window): Don't override special-display-*.
31792         (custom-mode-map): Make it dense.
31794         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
31795         sets the default value.
31797 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
31799         * descr-text.el: Add more keywords.
31801 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31803         * speedbar.el: Avoid unnecessary use of locate-library.
31805         * international/mule-cmds.el (standard-display-european-internal):
31806         Don't fiddle with latin-1 non-break space any more since it's now
31807         special cased in the C code.
31808         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
31810 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
31812         * cus-start.el (all): Add `undo-outer-limit'.
31814 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31816         * textmodes/bibtex.el (bibtex-format-entry):
31817         Use `bibtex-empty-field-re' only on the text of fields, not on entire
31818         field lines.
31819         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
31820         not on part of a buffer.
31822 2005-01-25  Lute Kamstra  <lute@gnu.org>
31824         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
31825         nonempty field text strings like "{letters\\macro{}more letters}".
31826         Clarify docstring.
31827         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
31828         (bibtex-entry-offset, bibtex-parse-association)
31829         (bibtex-parse-field-name): Fix typos in docstrings.
31830         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31832 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
31834         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
31835         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
31836         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
31837         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
31839         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
31840         isearch minor mode.
31842 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
31844         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
31846 2005-01-24  Lute Kamstra  <lute@gnu.org>
31848         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
31849         CASECHARS and NOT-CASECHARS regular expressions of the
31850         "nederlands" and "nederlands8" dictionaries to prevent a "Range
31851         striding over charsets" error.
31853 2005-01-24  Jay Belanger  <belanger@truman.edu>
31855         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
31856         display variable name.
31858 2005-01-24  Kenichi Handa  <handa@m17n.org>
31860         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
31861         Fix setting of the element of encoded-kbd-iso2022-invocations.
31863 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
31865         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
31866         (gdb-threads-select): Change to also accept mouse events.
31867         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
31868         (gdb-threads-mouse-select): Delete.
31870 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
31872         * files.el (insert-directory): Take care of empty directory,
31873         listed without -a switch.
31875 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31877         * textmodes/refill.el (refill-post-command-function):
31878         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
31879         to the list of functions that we should be careful not to undo.
31880         (refill-late-fill-paragraph-function): Remove.
31881         (refill-saved-state): New var.
31882         (refill-mode): Use it to save fill-paragraph-function.
31883         Save also the value of auto-fill-function.
31885         * term/w32-win.el: Simplify code.
31887 2005-01-23  Kim F. Storm  <storm@cua.dk>
31889         * simple.el (line-move): Adapt to new return value from
31890         pos-visible-in-window-p.
31892         * simple.el (line-move): Fix last change.  Check partial
31893         visibility at point rather than at window-start.
31895 2005-01-22  Jason Rumney  <jasonr@gnu.org>
31897         * term/w32-win.el (xw-defined-colors): Remove debug-message.
31899 2005-01-22  David Kastrup  <dak@gnu.org>
31901         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
31903 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
31905         * type-break.el (type-break-mode): Add a test for
31906         type-break-file-name being non-nil.
31908 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
31910         * net/eudc.el (top level): Call (message "") via progn, so that
31911         eudc-options-file is loaded.
31913 2005-01-22  Kim F. Storm  <storm@cua.dk>
31915         * simple.el (line-move-1): Rename from line-move.
31916         (line-move): New function that adjusts vscroll for partially
31917         visible rows, and calls line-move-1 otherwise.
31919 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
31921         * pcomplete.el: Define pcomplete-read-event instead of read-event,
31922         since it's not a complete read-event implementation
31924 2005-01-20  Jay Belanger  <belanger@truman.edu>
31926         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
31927         for called function.
31929 2005-01-20  Steven Tamm  <steventamm@mac.com>
31931         * term/mac-win.el (process-connection-type): Remove.
31932         Controlled now by s/darwin.h:PTY_ITERATION.
31934 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31936         * window.el (handle-select-window): Don't switch window when we're
31937         in the minibuffer.
31939 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
31941         * subr.el (dotimes-with-progress-reporter): New macro.
31943         * ses.el (ses-dotimes-msg): Remove macro.
31944         Use `dotimes-with-progress-reporter' instead.
31946 2005-01-19  Steven Tamm  <steventamm@mac.com>
31948         * term/mac-win.el (process-connection-type): Use new
31949         operating-system-release variable to use ptys on Darwin 7 (OS X
31950         10.3) when using carbon build.
31952 2005-01-19  Jay Belanger  <belanger@truman.edu>
31954         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
31955         flags if the last command was a tab or M-tab.
31957         * calc/calc-prog.el (calc-user-define-edit): Put original formula
31958         in formula editing buffer.
31960 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31962         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
31963         breakpoint image symbol in margin.
31965 2005-01-19  Jay Belanger  <belanger@truman.edu>
31967         * calc/calc-prog.el (calc-execute-kbd-macro):
31968         Ignore calc-keep-arg-flag.
31970 2005-01-19  Kenichi Handa  <handa@m17n.org>
31972         * textmodes/ispell.el (ispell-looking-at): New function.
31973         (ispell-process-line): Use ispell-looking-at to compare the ispell
31974         output and the buffer contents.
31976 2005-01-18  Jay Belanger  <belanger@truman.edu>
31978         * calc/calc.el (calc-display-raw): Fix docstring.
31980 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31982         * simple.el (blink-matching-open): Strip extra info from syntax.
31984         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
31985         funny chars in the end-of-here-doc marker.
31987 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31989         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
31990         that enable/disabled state of breakpoints is shown correctly in
31991         fringe and on ttys.
31992         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
31993         Add breakpoint information as text properties.
31994         (gdb-mouse-toggle-breakpoint):
31995         Rename to gdb-mouse-set-clear-breakpoint.
31996         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
31997         breakpoints in the margin.
31998         (gdb-remove-strings): Simplify.
32000 2005-01-17  Jay Belanger  <belanger@truman.edu>
32002         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32003         erasing buffer.
32005 2005-01-17  Richard M. Stallman  <rms@gnu.org>
32007         * progmodes/grep.el (grep-find): Copy from `grep' the condition
32008         for calling grep-compute-defaults.
32010         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32011         if buffer is empty.
32013         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32015 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
32017         * hilit-chg.el (highlight-changes-mode): Don't autoload.
32019         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32020         non-preloaded variables.
32022 2005-01-17  Steven Tamm  <steventamm@mac.com>
32024         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32025         tex-shell cause to force interactivity when using pipes.
32027 2005-01-17  Kim F. Storm  <storm@cua.dk>
32029         * simple.el (just-one-space): Make arg optional.
32031 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
32033         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32034         posn-at-x-y to t to access left-margin.
32036 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
32038         Sync with Tramp 2.0.47.
32040         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32041         catching keep-date problems in cp/scp operations.
32042         (tramp-handle-copy-file): Don't call `set-file-modes'
32043         unconditionally.  Specialized functions should know better what is
32044         necessary.  This improves performance a little bit, and the
32045         functions could catch errors with `cp -p' and `scp -p'.
32046         (tramp-do-copy-or-rename-file-via-buffer)
32047         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32048         when appropriate.
32049         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32050         Call `set-file-modes' when appropriate.
32051         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
32052         Johnsson <isak@hypergene.com>.
32053         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32054         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
32055         <joakim@verona.se>.
32056         (tramp-file-name-for-operation): Mark `shell-command' as magic for
32057         Emacs only.
32059         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
32060         `find-file-hooks' and `dired-mode-hook'.
32061         (tramp-minor-mode-map): Respective map.  Add remapping for
32062         `compile' and `recompile'.
32063         (tramp-remap-command, tramp-recompile): New defuns.
32064         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32065         in buffer "*Compilation*".  Call the commands asynchronously.
32067         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32068         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32069         `shell-command', because it isn't magic in XEmacs.  Reported by
32070         Adrian Aichner <adrian@xemacs.org>.
32072         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32073         `substitute-in-file-name.
32074         (tramp-smb-handle-substitute-in-file-name): New defun.
32075         (tramp-smb-advice-PC-do-completion): Delete advice.
32077 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
32079         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32080         Fix error in deleting region.
32082 2005-01-15  Richard M. Stallman  <rms@gnu.org>
32084         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32085         In non-temp buffer, switch syntax table temporarily.
32087         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32089         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32091         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32093         * imenu.el (imenu--split-menu): Copy menulist before sorting.
32094         (imenu--generic-function): Use START, not BEG, as pos of definition.
32096         * simple.el (just-one-space): Argument specifies number of spaces.
32098         * simple.el (eval-expression-print-format): Avoid warning
32099         about edebug-active.
32101 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
32103         * progmodes/sh-script.el: Code copied from make-mode.el
32104         with small changes,
32105         (sh-mode-map): Bind C-c C-\.
32106         (sh-backslash-column, sh-backslash-align): New variables.
32107         (sh-backslash-region, sh-append-backslash): New functions.
32109 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32111         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32112         (rmail-pop-password, rmail-pop-password-required): Move to
32113         rmail-obsolete group.
32114         (rmail-set-pop-password): Rename to rmail-set-remote-password.
32115         All callers updated.
32116         (rmail-get-pop-password): Rename to rmail-get-remote-password.
32117         Take an argument specifying whether it is POP or IMAP mailbox we
32118         are using.  All callers updated.
32119         (rmail-pop-password-error): Rename to
32120         rmail-remote-password-error.  Added mailutils-specific error message.
32121         (rmail-movemail-search-path)
32122         (rmail-movemail-variant-in-use): New variables.
32123         (rmail-remote-password, rmail-remote-password-required):
32124         New customization variables.
32125         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32126         (rmail-parse-url): New function.
32127         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32128         with GNU mailutils movemail.
32130 2005-01-15  Kevin Ryde  <user42@zip.com.au>
32132         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32133         suffix to space, $ or '$, to correctly position point when going
32134         to @table style constants like DBL_MAX.
32136 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
32138         * type-break.el (type-break-mode, type-break-file-time)
32139         (type-break-file-keystroke-count, type-break-choose-file):
32140         Don't store data in or load data from the file if type-break-file-name
32141         is nil.
32142         (type-break-file-name): Doc update as per the above.
32144 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
32146         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32147         lookup-key might return nil; handle that.
32149 2005-01-15  Alan Mackenzie  <acm@muc.de>
32151         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32152         rather than the element found, thus enabling the tree to be setcar'd.
32154 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
32156         * textmodes/org.el (org-show-following-heading): New option.
32157         (org-show-hierarchy-above): Use `org-show-following-heading'.
32158         (org-cycle): Documentation fix.
32160         * textmodes/org.el (orgtbl-optimized): New option
32161         (orgtbl-mode): New command, a minor mode.
32162         (orgtbl-mode-map): New variable.
32163         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32164         (orgtbl-error, orgtbl-self-insert-command)
32165         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32167         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32168         a local variable in each org-mode buffer.
32170         * textmodes/org.el (org-set-regexps-and-options): Rename from
32171         `org-set-regexps'.  Added checking for STARTUP keyword.
32172         (org-get-current-options): Add STARTUP options.
32173         (org-table-insert-row): Make mode intelligent about when
32174         realignment is needed.
32175         (org-self-insert-command, org-delete-backward-char, org-delete-char):
32176         New commands.
32177         (org-enable-table-editor): New default value `optimized'.
32178         (org-table-blank-field): Support blanking regions if active.
32180 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
32182         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32183         if the year is not given.
32185         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32186         Add new escapes %m and %M, fixed bug with %F by adding
32187         save-match-data.
32188         (reftex-reference): Remove ?. from list of spaces.
32189         (reftex-label-info): Add automatic label prefix recognition.
32191         * textmodes/reftex-index.el (reftex-index-next-phrase):
32192         Add slave parameter to call of `reftex-index-this-phrase'.
32193         (reftex-index-this-phrase): New optional argument.
32194         (reftex-index-region-phrases): Add slave parameter to call of
32195         `reftex-index-this-phrase'.
32196         (reftex-display-index): New argument redo.
32197         (reftex-index-rescan): Add `redo' to arguments of
32198         `reftex-display-index'.
32199         (reftex-index-Rescan, reftex-index-revert)
32200         (reftex-index-switch-index-tag): Add `redo' to arguments of
32201         `reftex-display-index'.
32202         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32203         indexing.  Fix bug with matching is there is a quote before or
32204         after the word.
32206         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32207         Fix bug when collecting citation keys in lines with comments.
32208         (reftex-citation): Prefix argument no longer rescans the document,
32209         but forces prompting for optional arguments of cite macros.
32210         (reftex-do-citation): Prompting for optional arguments implemented.
32212         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32213         Add optional arguments to most cite commands.
32214         (reftex-cite-cleanup-optional-args): New option
32215         (reftex-cite-prompt-optional-args): New option.
32216         (reftex-trust-label-prefix): New option.
32218         * textmodes/reftex-toc.el (reftex-toc-find-section):
32219         Add push-mark before changing the position in the buffer.
32221         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32222         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32224 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
32226         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32227         more carefully.
32229 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32231         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32232         (sgml-mode): Use it.
32233         (sgml-get-context): Better keep track of implicitly closed tags.
32235 2005-01-13  Kenichi Handa  <handa@m17n.org>
32237         * textmodes/ispell.el: These changes are to fix misalignment error
32238         caused by equivalent characters of different Emacs charsets.
32239         (ispell-unified-chars-table): New variable.
32240         (ispell-get-decoded-string): New function.
32241         (ispell-get-casechars, ispell-get-not-casechars)
32242         (ispell-get-otherchars): Call ispell-get-decoded-string.
32244 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
32246         * custom.el (custom-declare-variable): Just put symbol instead
32247         of (defvar . symbol) in `current-load-list'.
32249 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
32251         * emacs-lisp/elint.el: Fixed typo in Commentary section.
32253 2005-01-12  Jay Belanger  <belanger@truman.edu>
32255         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32256         to create a Calc summary.
32258 2005-01-12  Kim F. Storm  <storm@cua.dk>
32260         * mouse.el (mouse-on-link-p): Change functionality and doc
32261         string to comply with latest description in lisp ref.
32263 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
32265         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32266         Enable mouse clicks on mode-line, header-line and margin.
32267         (event-type): Give mouse event symbols an `event-kind' property
32268         with value `mouse-click'.
32270 2005-01-12  Juri Linkov  <juri@jurta.org>
32272         * facemenu.el (list-colors-display): Add new arg buffer-name.
32273         Use it.  Fix docstring.  Replace code for identifying duplicate
32274         colors by the name with call to `list-colors-duplicates' which
32275         identifies duplicate colors by the value unless the color
32276         is one of special Windows colors.  Set truncate-lines to t.
32277         Print sorted duplicate color names on each line.  Indent to 22
32278         \(the longest color name in rgb.txt) instead of 20.  Optimize.
32279         (list-colors-duplicates): New function.
32280         (facemenu-color-name-equal): Delete function.
32282         * facemenu.el (list-colors-print): New function created from code
32283         in list-colors-display.  Print #RRGGBB at the window right edge.
32284         (list-colors-display): When temp-buffer-show-function is not
32285         defined, call list-colors-print from temp-buffer-show-hook
32286         to get the right value of window-width in list-colors-print
32287         after the buffer is displayed.
32289         * simple.el (pop-mark): Move deactivate-mark out of conditional
32290         part to deactivate the active mark regardless of the state of the
32291         mark ring.
32293         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32294         variables line in desktop files.
32296 2005-01-12  Juri Linkov  <juri@jurta.org>
32298         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
32299         Bring together isearch highlight related options.
32300         (lazy-highlight): Replace group `replace' by `matching'.
32301         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32302         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32303         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
32304         and declare them obsolete.
32305         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
32306         (isearch-faces): Remove defgroup.
32307         (isearch-overlay, isearch-highlight, isearch-dehighlight):
32308         Move isearch highlighting code closer to lazy highlighting code.
32310         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
32311         (query-replace-highlight, query-replace-lazy-highlight)
32312         (query-replace): Move definitions to the beginning of the file.
32314 2005-01-11  Juri Linkov  <juri@jurta.org>
32316         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
32317         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
32318         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
32320         * info.el (Info-history-forward): New variable.
32321         (Info-select-node): Reset Info-history-forward to nil.
32322         (Info-last): Turn into defalias.
32323         (Info-history-back): Rename from Info-last.
32324         Add current node to Info-history-forward.
32325         (Info-history-forward): New fun.
32326         (Info-mode-map): Replace Info-last by Info-history-back.
32327         Bind Info-history-forward to "r".
32328         (Info-mode-menu): Replace Info-last by Info-history-back.
32329         Fix menu item text.  Add menu item for Info-history-forward.
32330         (info-tool-bar-map): Replace Info-last by Info-history-back.
32331         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
32332         for Info-history-forward.
32333         (Info-mode): Replace Info-last by Info-history-back in docstring.
32334         Add local variable Info-history-forward.
32335         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
32337 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
32339         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
32340         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
32341         Ignore select-window events rather than fiddle with
32342         mouse-autoselect-window.
32344 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
32346         * type-break.el (type-break-mode): Fix previous change.
32348 2005-01-10  Jay Belanger  <belanger@truman.edu>
32350         * calc/calc-ext.el (calc-reset): Reset when inside embedded
32351         calculator; only reset when point is inside a calculator.
32352         Don't adjust the window height if the window takes up the whole height
32353         of the frame.
32355 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
32357         * ebuff-menu.el (Electric-buffer-menu-mode):
32358         Preserve value of buffer-local var header-line-format.
32360 2005-01-09  Jay Belanger  <belanger@truman.edu>
32362         * calc/calc.el (calc-mode-var-list-restore-saved-values):
32363         Make sure settings file exists before accessing it.
32365         * calc/calc-embed.el (calc-embedded-subst):
32366         Replace math-multi-subst-rec, which is only supposed to be called
32367         by math-multi-subst, by math-multi-subst.
32369 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
32371         * vc.el (vc-allow-async-revert): New user option.
32372         (vc-disable-async-diff): New internal variable.
32373         (vc-revert-buffer): Use them to disable asynchronous diff.
32375         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
32376         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
32377         asynchronously if vc-disable-async-diff is t.
32379 2005-01-09  Jay Belanger  <belanger@truman.edu>
32381         * calc/calc.el (defcalcmodevar): New macro.
32382         (calc-mode-var-list-restore-default-values)
32383         (calc-mode-var-list-restore-saved-values): New functions.
32384         (calc-mode-var-list): Use defcalcmodevar to define it.
32385         (calc-always-load-extensions, calc-line-numbering)
32386         (calc-line-breaking, calc-display-just, calc-display-origin)
32387         (calc-number-radix, calc-leading-zeros, calc-group-digits)
32388         (calc-group-char, calc-point-char, calc-frac-format)
32389         (calc-prefer-frac, calc-hms-format, calc-date-format)
32390         (calc-float-format, calc-full-float-format, calc-complex-format)
32391         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
32392         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
32393         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
32394         (calc-matrix-brackets, calc-language, calc-language-option)
32395         (calc-left-label, calc-right-label, calc-word-size)
32396         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
32397         (calc-display-raw, calc-internal-prec, calc-angle-mode)
32398         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
32399         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
32400         (calc-window-height, calc-display-trail, calc-show-selections)
32401         (calc-use-selections, calc-assoc-selections)
32402         (calc-display-working-message, calc-auto-why, calc-timing)
32403         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
32404         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
32405         (calc-gnuplot-default-device, calc-gnuplot-default-output)
32406         (calc-gnuplot-print-device, calc-gnuplot-print-output)
32407         (calc-gnuplot-geometry, calc-graph-default-resolution)
32408         (calc-graph-default-resolution-3d, calc-invocation-macro)
32409         (calc-show-banner): Use defcalcmodevar to declare them and set
32410         their default values.
32412         * calc/calc-ext.el (calc-reset): Restore saved values of variables
32413         instead of default values (but restore default values if there is
32414         an argument of 0).
32416 2005-01-09  David Kastrup  <dak@gnu.org>
32418         * desktop.el (desktop-restore-eager): Fix typo in type.
32420 2005-01-08  Richard M. Stallman  <rms@gnu.org>
32422         * cus-edit.el (customize): Delete :link.
32424 2005-01-08  Jay Belanger  <belanger@truman.edu>
32426         * calc/calc.el (calc-mode): Remove the extension from the
32427         `calc-settings-file' file name when loading it.
32429 2005-01-08  Kim F. Storm  <storm@cua.dk>
32431         * info.el (Info-mode-map, Info-next-link-keymap)
32432         (Info-prev-link-keymap, Info-up-link-keymap):
32433         Map follow-link to mouse-face.
32434         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
32436 2005-01-08  Jay Belanger  <belanger@truman.edu>
32438         * calc/calc.el (calc-settings-file): Change default value.
32439         Suggested by cgw in a comment in calc-mode.el.
32441         * calc/calc-mode.el (calc-settings-file-name):
32442         Compare calc-settings-file to user-init-file instead of ~/.emacs.
32443         Replace ~/.emacs in a prompt by calc-settings-file.
32445 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
32447         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
32448         (desktop-lazy-idle-delay): New customizable variables.
32449         (desktop-buffer-args-list): New variable.
32450         (desktop-append-buffer-args): New function.
32451         (desktop-save): Call desktop-append-buffer-args for some buffers.
32452         (desktop-lazy-create-buffer): New function.
32453         (desktop-idle-create-buffers): New function.
32454         (desktop-read): Add message about buffers to restore lazily.
32455         (desktop-lazy-abort): New command.
32456         (desktop-clear): Call desktop-lazy-abort.
32457         (desktop-lazy-complete): New command.
32459 2005-01-06  Richard M. Stallman  <rms@gnu.org>
32461         * emacs-lisp/find-func.el (find-face-definition):
32462         Rename from find-face.
32464 2005-01-06  Kim F. Storm  <storm@cua.dk>
32466         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
32468         * man.el (Man-xref-man-page, Man-xref-header-file)
32469         (Man-xref-normal-file): Add follow-link property.
32471 2005-01-06  Jay Belanger  <belanger@truman.edu>
32473         * calc/calc-units.el: Make sure the proper macro definitions are
32474         available when compiling.
32476 2005-01-06  Juri Linkov  <juri@jurta.org>
32478         * isearch.el (isearch-lazy-highlight-update):
32479         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
32481 2005-01-06  Miles Bader  <miles@gnu.org>
32483         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
32484         (isearch-lazy-highlight-face): Use new name.
32486 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
32488         * uniquify.el (uniquify-rationalize-file-buffer-names):
32489         Re-add an interactive spec.
32490         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
32491         to the same name.
32493         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
32494         (isearch-update, isearch-done): Adjust calls accordingly.
32496 2005-01-05  Richard M. Stallman  <rms@gnu.org>
32498         * custom.el (custom-set-variables, custom-theme-set-variables):
32499         Clarify documentation.
32501         * emacs-lisp/find-func.el (find-variable)
32502         (find-variable-other-window, find-variable-other-frame):
32503         Fix the TYPE args to find-function-read and find-function-do-it.
32504         (find-function): Doc fix.
32505         (find-function-at-point): Replace function-at-point alias.
32507 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32509         * cus-face.el (custom-declare-face):
32510         Record defface in current-load-list.
32512         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
32514         * emacs-lisp/find-func.el: Doc fixes.
32515         (find-face-regexp): New variable.
32516         (find-function-regexp-alist): New variable.
32517         (find-function-C-source): Third arg is now TYPE.
32518         (find-function-search-for-symbol): Handle general TYPE.
32519         (find-function-read, find-function-do-it): Handle general TYPE.
32520         (find-definition-noselect, find-face): New functions.
32521         (function-at-point): Alias deleted.
32523 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
32525         * battery.el (display-battery-mode): Rename from display-battery.
32526         Handle the case where it gets turned off.
32528 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32530         * cus-edit.el (customize): Make :link point to user doc.
32532         * man.el (Man-fontify-manpage): Turn off undo generation.
32534         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
32536 2005-01-04  Andreas Schwab  <schwab@suse.de>
32538         * files.el (insert-directory): Only look for error lines in
32539         inserted text.  Don't move too far after processing --dired markers.
32541 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32543         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
32544         Don't expand if the character is @, period, dash, etc.
32545         (define-mail-abbrev): Quote names that contain problem characters.
32547 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
32549         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
32551 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32553         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
32554         (query-replace-highlight, query-replace-lazy-highlight)
32555         (query-replace): Definitions moved up.  Doc fix.
32557 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32559         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
32560         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32561         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32562         (lazy-highlight-face): Rename from isearch-lazy-...
32563         Change all references to them.
32565 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
32567         * cus-edit.el (custom-file): Doc fix for defcustom.
32568         (custom-file): The function no longer sets the variable
32569         `custom-file' to its return value.
32571         * startup.el (command-line): No longer load `custom-file'.
32573 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32575         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
32577         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
32578         Don't confuse module-prefixed identifiers for labels.
32579         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
32581 2005-01-02  Richard M. Stallman  <rms@gnu.org>
32583         * files.el (basic-save-buffer-1): Fix previous change.
32585         * loadhist.el (file-loadhist-lookup): New function.
32586         (file-provides, file-requires): Use it.
32588         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
32589         instead of calculating the right size.
32591 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
32593         * vc-svn.el (vc-svn-diff): Stay local if possible.
32595 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32597         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
32599         * files.el (hack-local-variables): Fix last change.
32601 2005-01-02  Jay Belanger  <belanger@truman.edu>
32603         * calc/calc-yank.el (calc-edit-top): New variable.
32604         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
32605         object.  Change header properties.
32606         (calc-edit-finish, calc-edit-finish-stack-object)
32607         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
32608         edited object.
32609         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
32610         for the beginning of the edited object.
32611         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
32612         for the beginning of the edited object.
32613         * calc/calc-prog.el (calc-edit-macro-finish-edit)
32614         (calc-finish-formula-edit, calc-macro-repeats)
32615         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
32616         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
32617         beginning of the edited object.
32618         (calc-user-define-edit): Change the header for editing macros.
32619         Remove unnecessary variable.
32621 2005-01-01  Jay Belanger  <belanger@truman.edu>
32623         * calc/calc-yank.el (calc-edit-mode): Change default header.
32624         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
32625         * calc/calc-store.el (calc-edit-variable): Change title to match new
32626         header.
32627         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
32628         mode to match new header.
32629         (calc-user-define-edit): Change titles to include names of commands.
32630         (calc-finish-formula-edit): Adjust to handle new header.
32631         (calc-finish-macro-edit): Remove.
32632         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
32633         (calc-edit-macro-command, calc-edit-macro-command-type)
32634         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
32635         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
32636         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
32637         (calc-edit-macro-finish-edit): New functions.
32638         (calc-user-define-edit): Use new functions to edit named calc macros.
32640 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32642         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
32644         * ses.el (copy-region-as-kill): Deactivate mark.
32646 2005-01-01  Richard M. Stallman  <rms@gnu.org>
32648         * replace.el (occur-1): If the output buffer is also an input,
32649         don't kill it, rename it.
32651         * faces.el (set-face-background, set-face-foreground): Doc fix.
32653         * cus-face.el (custom-face-attributes): Fix :help-echo strings
32654         for :foreground and :background.
32656         * dired.el (dired-view-command-alist): Variable deleted.
32657         (dired-view-file, dired-mouse-find-file-other-window):
32658         Delete the code to use it.
32660 2005-01-01  Kim F. Storm  <storm@cua.dk>
32662         * image.el (insert-sliced-image): Use t for line-height property.
32664 See ChangeLog.11 for earlier changes.
32666 ;; Local Variables:
32667 ;; coding: iso-2022-7bit
32668 ;; add-log-time-zone-rule: t
32669 ;; End:
32671     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
32673   This file is part of GNU Emacs.
32675   GNU Emacs is free software; you can redistribute it and/or modify
32676   it under the terms of the GNU General Public License as published by
32677   the Free Software Foundation; either version 2, or (at your option)
32678   any later version.
32680   GNU Emacs is distributed in the hope that it will be useful,
32681   but WITHOUT ANY WARRANTY; without even the implied warranty of
32682   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32683   GNU General Public License for more details.
32685   You should have received a copy of the GNU General Public License
32686   along with GNU Emacs; see the file COPYING.  If not, write to the
32687   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
32688   Boston, MA 02110-1301, USA.
32690 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1