bpt/emacs.git
18 years agoupdated copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 05:05:33 +0000 (05:05 +0000)]
updated copyright year(s)

18 years ago(redisplay_window): If current window start is not at the
Kim F. Storm [Wed, 19 Apr 2006 23:20:21 +0000 (23:20 +0000)]
(redisplay_window): If current window start is not at the
beginning of a line, select a new window start if buffer is modified
and window start is in the modified region, but the first change is
before window start.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 19 Apr 2006 23:20:08 +0000 (23:20 +0000)]
*** empty log message ***

18 years agoAdded sentence on partial input being saved with M-p/M-n/M-s/M-r.
J.D. Smith [Wed, 19 Apr 2006 21:27:28 +0000 (21:27 +0000)]
Added sentence on partial input being saved with M-p/M-n/M-s/M-r.

18 years agoRemove C-c C-j binding.
J.D. Smith [Wed, 19 Apr 2006 21:17:12 +0000 (21:17 +0000)]
Remove C-c C-j binding.

18 years agoFix typo.
Bill Wohler [Wed, 19 Apr 2006 21:03:23 +0000 (21:03 +0000)]
Fix typo.

18 years ago(mh-tool-bar-define): Fix enable-expr so that one can permenently
Bill Wohler [Wed, 19 Apr 2006 21:02:59 +0000 (21:02 +0000)]
(mh-tool-bar-define): Fix enable-expr so that one can permenently
disable a button (such as a separator) with nil.

18 years ago(rmail-convert-to-babyl-format): Use second group from
Romain Francoise [Wed, 19 Apr 2006 09:55:40 +0000 (09:55 +0000)]
(rmail-convert-to-babyl-format): Use second group from
`rmail-mime-charset-pattern'.

18 years ago(python-mode): Fix typo.
Dan Nicolaescu [Wed, 19 Apr 2006 06:37:31 +0000 (06:37 +0000)]
(python-mode): Fix typo.

18 years agoRemove conflict marker.
Romain Francoise [Wed, 19 Apr 2006 06:29:47 +0000 (06:29 +0000)]
Remove conflict marker.

18 years ago* misc.texi (Shell Ring): Added notes on saved input when navigating off
J.D. Smith [Tue, 18 Apr 2006 23:50:28 +0000 (23:50 +0000)]
* misc.texi (Shell Ring): Added notes on saved input when navigating off
  the end of the history list.

18 years ago(comint-previous-input): Don't clobber input line when moving off either
J.D. Smith [Tue, 18 Apr 2006 23:49:28 +0000 (23:49 +0000)]
(comint-previous-input): Don't clobber input line when moving off either
end of the input history ring.
(comint-delete-input): New function, used by `comint-previous-input' and
others.
(comint-previous-matching-input): Use `coming-delete-input'. Save the
partial input if leaving the edit line.  Goto point-max before deleting
input to avoid partial input fragments hanging around.
(comint-restore-input): New function, used by `comint-previous-input',
and bound to "C-c C-j".

18 years ago* comint.el (comint-previous-input): Don't clobber input line
J.D. Smith [Tue, 18 Apr 2006 23:46:53 +0000 (23:46 +0000)]
* comint.el (comint-previous-input): Don't clobber input line
when moving off either end of the input history ring.
(comint-delete-input): New function, used by
`comint-previous-input' and others.
(comint-previous-matching-input): Use
`coming-delete-input'. Save the partial input if leaving the
edit line.  Goto point-max before deleting input to avoid
partial input fragments hanging around.
(comint-restore-input): New function, used by
`comint-previous-input', and bound to [C-c C-g].

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 18 Apr 2006 23:04:23 +0000 (23:04 +0000)]
*** empty log message ***

18 years ago(imenu--index-alist): Balance parentheses.
Luc Teirlinck [Tue, 18 Apr 2006 22:49:21 +0000 (22:49 +0000)]
(imenu--index-alist): Balance parentheses.

18 years agoAdd note about whitespace-cleanup.
Dan Nicolaescu [Tue, 18 Apr 2006 22:36:34 +0000 (22:36 +0000)]
Add note about whitespace-cleanup.

18 years ago(python-mode): Add support for
Dan Nicolaescu [Tue, 18 Apr 2006 22:34:54 +0000 (22:34 +0000)]
(python-mode): Add support for
hs-minor-mode.

18 years ago(read-abbrev-file): Use abbrev-file-name if optional
Reiner Steib [Tue, 18 Apr 2006 22:04:27 +0000 (22:04 +0000)]
(read-abbrev-file): Use abbrev-file-name if optional
file is nil.

18 years agoAdd SF number to :package-version implementation.
Bill Wohler [Tue, 18 Apr 2006 21:29:03 +0000 (21:29 +0000)]
Add SF number to :package-version implementation.

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 18 Apr 2006 21:25:10 +0000 (21:25 +0000)]
*** empty log message ***

18 years ago(tooltip-mode, tooltip-use-echo-area): Doc fixes.
Richard M. Stallman [Tue, 18 Apr 2006 21:23:12 +0000 (21:23 +0000)]
(tooltip-mode, tooltip-use-echo-area): Doc fixes.

18 years ago(imenu-create-index-function, imenu--index-alist)
Richard M. Stallman [Tue, 18 Apr 2006 21:22:33 +0000 (21:22 +0000)]
(imenu-create-index-function, imenu--index-alist)
(imenu--last-menubar-index-alist, imenu--make-index-alist)
(imenu-default-create-index-function, imenu--generic-function):
Doc fixes.

18 years ago(image-toggle-display): Handle tar and arc subfiles.
Richard M. Stallman [Tue, 18 Apr 2006 21:21:08 +0000 (21:21 +0000)]
(image-toggle-display): Handle tar and arc subfiles.

18 years ago(enable-local-variables): Allow :all as value.
Richard M. Stallman [Tue, 18 Apr 2006 21:20:03 +0000 (21:20 +0000)]
(enable-local-variables): Allow :all as value.
(hack-local-variables): Implement that value.
(safe-local-variable-values, safe-local-eval-forms)
(enable-local-variables): Mark as risky.
(find-file-visit-truename, kept-old-versions): Mark safe.

18 years ago(help-mode): Set view-exit-action to delete window.
Richard M. Stallman [Tue, 18 Apr 2006 21:18:27 +0000 (21:18 +0000)]
(help-mode): Set view-exit-action to delete window.

18 years ago(setenv): Get rid of arg UNSET. Interactive unsetting
Richard M. Stallman [Tue, 18 Apr 2006 21:17:50 +0000 (21:17 +0000)]
(setenv): Get rid of arg UNSET.  Interactive unsetting
now works by passing nil as arg.

18 years ago(tcl-send-string, tcl-send-region): Use forward-line so as to get to BOL
Stefan Monnier [Tue, 18 Apr 2006 21:16:50 +0000 (21:16 +0000)]
(tcl-send-string, tcl-send-region): Use forward-line so as to get to BOL
even in the presence of fields.
(tcl-eval-region): Strip surrounding space to avoid multiple prompts in return.
(inferior-tcl): Tell tclsh to work in interactive mode.

18 years ago(apropos-print): Don't do where-is on self-insert-command.
Richard M. Stallman [Tue, 18 Apr 2006 21:16:50 +0000 (21:16 +0000)]
(apropos-print): Don't do where-is on self-insert-command.

18 years ago(edit-abbrevs-redefine): Temporarily widen.
Richard M. Stallman [Tue, 18 Apr 2006 21:16:13 +0000 (21:16 +0000)]
(edit-abbrevs-redefine): Temporarily widen.
(read-abbrev-file): Provide default when reading filename.

18 years ago(Coding Conventions): Explain when the package's
Richard M. Stallman [Tue, 18 Apr 2006 21:10:14 +0000 (21:10 +0000)]
(Coding Conventions): Explain when the package's
prefix should appear later on (not at the start of the name).

18 years ago(String Search): Clarify effect of NOERROR.
Richard M. Stallman [Tue, 18 Apr 2006 21:09:13 +0000 (21:09 +0000)]
(String Search): Clarify effect of NOERROR.

18 years ago(Imenu): Clarify what special items do.
Richard M. Stallman [Tue, 18 Apr 2006 21:08:45 +0000 (21:08 +0000)]
(Imenu): Clarify what special items do.

18 years ago(Standard Hooks): Delete text about old hook names.
Richard M. Stallman [Tue, 18 Apr 2006 21:08:02 +0000 (21:08 +0000)]
(Standard Hooks): Delete text about old hook names.

18 years agoComment changes.
Richard M. Stallman [Tue, 18 Apr 2006 21:05:45 +0000 (21:05 +0000)]
Comment changes.

18 years ago(restore_menu_items, save_menu_items): New fns.
Richard M. Stallman [Tue, 18 Apr 2006 21:01:16 +0000 (21:01 +0000)]
(restore_menu_items, save_menu_items): New fns.
(set_frame_menubar): Use save_menu_items.  Save updated vector in
the frame before unwinding it.  Don't use unuse_menu_items.  Don't
use discard_menu_items.
(digest_single_submenu): Abort if an item is not in a pane.
(init_menu_items): Put the error check at the top.

18 years agoComment munging wrt max-specpdl-size; nfc.
Thien-Thi Nguyen [Tue, 18 Apr 2006 21:00:44 +0000 (21:00 +0000)]
Comment munging wrt max-specpdl-size; nfc.

18 years ago(describe_map): Make "shadowed" warning more verbose.
Richard M. Stallman [Tue, 18 Apr 2006 20:58:59 +0000 (20:58 +0000)]
(describe_map): Make "shadowed" warning more verbose.

18 years ago(Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
Richard M. Stallman [Tue, 18 Apr 2006 20:57:56 +0000 (20:57 +0000)]
(Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
(record_symbol): New function.

18 years ago(adjust_window_trailing_edge): Correctly distinguish
Richard M. Stallman [Tue, 18 Apr 2006 20:56:31 +0000 (20:56 +0000)]
(adjust_window_trailing_edge): Correctly distinguish
series vs parallel cases, even when window has no parent.

18 years ago* misc.texi (Shell Options): Correct default value of
Chong Yidong [Tue, 18 Apr 2006 19:37:41 +0000 (19:37 +0000)]
* misc.texi (Shell Options): Correct default value of
comint-scroll-show-maximum-output.

18 years agoUpdate date.
Reiner Steib [Tue, 18 Apr 2006 19:28:42 +0000 (19:28 +0000)]
Update date.

18 years agoBump version to 5.11. Remove duplicate \def's.
Reiner Steib [Tue, 18 Apr 2006 19:27:01 +0000 (19:27 +0000)]
Bump version to 5.11.  Remove duplicate \def's.

18 years ago(defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
Bill Wohler [Tue, 18 Apr 2006 19:20:44 +0000 (19:20 +0000)]
(defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
(mh-strip-package-version, mh-face-data, mh-inherit-face-flag)
(mh-min-colors-defined-flag): Do not unbind these macros and
variables. Nice idea, but too many nasty side-effects. These macros
are needed by [Cc]ustom-make-dependencies when creating the MH-E
customization groups in mh-cus-load.el. These disappeared when the
macros above were introduced. Besides, if a developer were to try to
show the help for a macro or variable they were looking at and got [No
match] when they did so, that would be bad.

18 years ago(partial-completion-mode): Use 'choose-completion-string-functions to make
Stefan Monnier [Tue, 18 Apr 2006 17:33:33 +0000 (17:33 +0000)]
(partial-completion-mode): Use 'choose-completion-string-functions to make
sure that choose-completion fills the minibuffer properly.

(PC-old-read-file-name-internal): Remove.
(PC-read-include-file-name-internal): Remove.  Turn it into an advice
of read-file-name-internal.
(partial-completion-mode): Enable/disable this advice.

18 years agoAdd MH-E.
Bill Wohler [Tue, 18 Apr 2006 17:27:51 +0000 (17:27 +0000)]
Add MH-E.

18 years agoBring ChangeLog back to the iso-2022-7bit flock.
Juanma Barranquero [Tue, 18 Apr 2006 10:26:37 +0000 (10:26 +0000)]
Bring ChangeLog back to the iso-2022-7bit flock.

18 years ago(tramp-completion-file-name-handler): Revert change of 2006-04-17.
Juanma Barranquero [Tue, 18 Apr 2006 10:02:40 +0000 (10:02 +0000)]
(tramp-completion-file-name-handler): Revert change of 2006-04-17.

18 years ago(XCreateGC, x_per_char_metric, xlfdpat_create)
YAMAMOTO Mitsuharu [Tue, 18 Apr 2006 08:13:49 +0000 (08:13 +0000)]
(XCreateGC, x_per_char_metric, xlfdpat_create)
(init_font_name_table, init_font_name_table, mac_do_list_fonts)
(XLoadQueryFont, mac_store_apple_event): Don't check
return value of xmalloc.

18 years ago(get_scrap_target_type_list, defer_apple_events)
YAMAMOTO Mitsuharu [Tue, 18 Apr 2006 08:12:31 +0000 (08:12 +0000)]
(get_scrap_target_type_list, defer_apple_events)
(copy_scrap_flavor_data, mac_handle_service_event): Don't check
return value of xmalloc/xrealloc.

18 years ago(mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
YAMAMOTO Mitsuharu [Tue, 18 Apr 2006 08:11:56 +0000 (08:11 +0000)]
(mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
(create_apple_event_from_event_ref, xrm_get_preference_database)
(cfstring_create_normalized): Don't check return value of xmalloc.

18 years ago(x_create_bitmap_from_data) [MAC_OS]: Don't check return
YAMAMOTO Mitsuharu [Tue, 18 Apr 2006 08:10:30 +0000 (08:10 +0000)]
(x_create_bitmap_from_data) [MAC_OS]: Don't check return
value of xmalloc.

18 years agoVersion number change only.
Carsten Dominik [Tue, 18 Apr 2006 06:37:51 +0000 (06:37 +0000)]
Version number change only.

18 years ago*** empty log message ***
Carsten Dominik [Tue, 18 Apr 2006 06:37:40 +0000 (06:37 +0000)]
*** empty log message ***

18 years ago(Formula syntax): Fixed link to Calc Manual.
Carsten Dominik [Tue, 18 Apr 2006 06:36:56 +0000 (06:36 +0000)]
(Formula syntax): Fixed link to Calc Manual.

18 years ago(org-insert-heading): Insert heading before current if at
Carsten Dominik [Tue, 18 Apr 2006 06:34:24 +0000 (06:34 +0000)]
(org-insert-heading): Insert heading before current if at
beginning of line.
(org-todo, org-date): New faces.
(org-table-align): Make sure tooltip window contains full text.
(org-no-properties): New defsubst.
(org-set-font-lock-defaults): Use new faces.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-228
Miles Bader [Tue, 18 Apr 2006 02:14:00 +0000 (02:14 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-228

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 86)

   - Update from CVS

18 years ago(mh-insert-x-mailer): Strip build number from version in X-Mailer
Bill Wohler [Tue, 18 Apr 2006 01:55:54 +0000 (01:55 +0000)]
(mh-insert-x-mailer): Strip build number from version in X-Mailer
field (closes SF #1466481).

18 years ago* mh-acros.el (mh-defun-compat): Rename to defun-mh in order that
Bill Wohler [Tue, 18 Apr 2006 00:55:43 +0000 (00:55 +0000)]
* mh-acros.el (mh-defun-compat): Rename to defun-mh in order that
variables and functions with the same name are found correctly by
find-func (invoked by clicking on the filename link in the *Help*
buffer.
(mh-defmacro-compat): Rename to defmacro-mh. Ditto. *
mh-e.el: (mh-defgroup): Rename to defgroup-mh. Ditto.
(mh-defcustom): Rename to defcustom-mh. Ditto.
(mh-defface): Rename to defface-mh. Ditto.
(mh-font-lock-add-keywords): Make changes according to these
renamings.

* mh-e.el, mh-compat.el, mh-gnus.el: Use the new names (closes SF
#1472029).

18 years ago(Folders): Updated mh-before-quit-hook and mh-quit-hook example with
Bill Wohler [Tue, 18 Apr 2006 00:03:18 +0000 (00:03 +0000)]
(Folders): Updated mh-before-quit-hook and mh-quit-hook example with
code that removes the buffers rather than just bury them.

18 years ago(mh-sub-folders-actual): Mention that folder must have been processed
Bill Wohler [Mon, 17 Apr 2006 23:43:03 +0000 (23:43 +0000)]
(mh-sub-folders-actual): Mention that folder must have been processed
by mh-normalize-folder-name.
(mh-folder-completion-function): Handle completion of folders with
absolute names. Also, when flag is t, display complete folder name to
provide proper highlighting in Emacs 22 now that
minibuffer-completing-file-name is nil (closes SF #1470518).
(mh-folder-completing-read): No longer set
minibuffer-completing-file-name to t. This was causing "Can't set
current directory errors" when browsing absolute file names. Another
benefit of this change is that SPC can be used for completion
again (closes SF #1470518).

18 years ago(window_loop): Test w->dedicated with !NILP instead of EQ Qt.
Kim F. Storm [Mon, 17 Apr 2006 21:50:59 +0000 (21:50 +0000)]
(window_loop): Test w->dedicated with !NILP instead of EQ Qt.
(window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 17 Apr 2006 21:50:43 +0000 (21:50 +0000)]
*** empty log message ***

18 years ago(Watch Expressions): Update.
Nick Roberts [Mon, 17 Apr 2006 20:26:27 +0000 (20:26 +0000)]
(Watch Expressions): Update.

18 years ago*** empty log message ***
Nick Roberts [Mon, 17 Apr 2006 20:25:52 +0000 (20:25 +0000)]
*** empty log message ***

18 years ago(gud-speedbar-item-info): Display frame address for root variables.
Nick Roberts [Mon, 17 Apr 2006 19:50:14 +0000 (19:50 +0000)]
(gud-speedbar-item-info): Display frame address for root variables.

18 years ago(gdb-pc-address): Rename from gdb-frame-address.
Nick Roberts [Mon, 17 Apr 2006 19:48:50 +0000 (19:48 +0000)]
(gdb-pc-address): Rename from gdb-frame-address.
(gdb-frame-address): Re-use to identify frame for watch expression.
(gdb-var-list, gdb-var-create-handler): Add frame address for root
variables.
(gdb-init-1, gdb-source, gdb-post-prompt, )
(gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
(gdb-frame-handler): Get gdb-frame-address.

18 years ago* mm-util.el (mm-charset-synonym-alist): Improve doc string.
Reiner Steib [Mon, 17 Apr 2006 19:37:15 +0000 (19:37 +0000)]
* mm-util.el (mm-charset-synonym-alist): Improve doc string.
(mm-charset-override-alist): New variable.
(mm-charset-to-coding-system): Use it.
(mm-codepage-setup): New helper function.
(mm-charset-eval-alist): New variable.
(mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
about unknown charsets.  Add allow-override.  Use
`mm-charset-override-alist' only when decoding.
(mm-detect-mime-charset-region): Use :mime-charset.

* mm-bodies.el (mm-decode-body, mm-decode-string): Call
`mm-charset-to-coding-system' with allow-override argument.

18 years ago[ Merge Gnome tool bars from Gnus trunk ]
Reiner Steib [Mon, 17 Apr 2006 18:26:22 +0000 (18:26 +0000)]
[ Merge Gnome tool bars from Gnus trunk ]

* message.el (message-tool-bar-zap-list, message-tool-bar)
(message-tool-bar-gnome, message-tool-bar-retro): New variables.
(message-tool-bar-local-item-from-menu): Remove.
(message-tool-bar-map): Replace by `message-make-tool-bar'.
(message-make-tool-bar): New function.
(message-mode): Use `message-make-tool-bar'.

* gnus-sum.el (gnus-summary-tool-bar)
(gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
(gnus-summary-tool-bar-zap-list): New variables.
(gnus-summary-make-tool-bar): Complete rewrite using
`gmm-tool-bar-from-list'.

* gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
(gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
variables.
(gnus-group-make-tool-bar): Complete rewrite using
`gmm-tool-bar-from-list'.
(gnus-group-tool-bar-update): New function.

* gmm-utils.el: New file.

18 years ago(tex-font-lock-match-suscript): Paren typo.
Stefan Monnier [Mon, 17 Apr 2006 13:44:56 +0000 (13:44 +0000)]
(tex-font-lock-match-suscript): Paren typo.

18 years agoSync with Tramp 2.0.53.
Michael Albinus [Mon, 17 Apr 2006 12:56:56 +0000 (12:56 +0000)]
Sync with Tramp 2.0.53.

18 years ago(tex-font-lock-match-suscript): New function.
Stefan Monnier [Mon, 17 Apr 2006 12:05:40 +0000 (12:05 +0000)]
(tex-font-lock-match-suscript): New function.
(tex-font-lock-keywords-3): Use it.

18 years agoWhitespace fixes.
Romain Francoise [Mon, 17 Apr 2006 09:10:40 +0000 (09:10 +0000)]
Whitespace fixes.

18 years agoRemove item about VC annotate, implemented by ttn.
Romain Francoise [Mon, 17 Apr 2006 09:10:15 +0000 (09:10 +0000)]
Remove item about VC annotate, implemented by ttn.

18 years ago(Local Variables): Update the default value of `max-specpdl-size'.
Romain Francoise [Mon, 17 Apr 2006 09:04:33 +0000 (09:04 +0000)]
(Local Variables): Update the default value of `max-specpdl-size'.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-225
Miles Bader [Mon, 17 Apr 2006 08:36:28 +0000 (08:36 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-225

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 84-85)

   - Merge from emacs--devo--0
   - Update from CVS

18 years ago(comment-add): New function.
Stefan Monnier [Mon, 17 Apr 2006 03:51:30 +0000 (03:51 +0000)]
(comment-add): New function.
(comment-region-default, comment-dwim): Use it.

18 years ago(coordinates_in_window): On the vertical border, calculate the row number
Nick Roberts [Mon, 17 Apr 2006 00:24:50 +0000 (00:24 +0000)]
(coordinates_in_window): On the vertical border, calculate the row number
measured from the top of the window, not the top of the frame.

18 years ago*** empty log message ***
Nick Roberts [Mon, 17 Apr 2006 00:23:20 +0000 (00:23 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Kim F. Storm [Sun, 16 Apr 2006 23:25:40 +0000 (23:25 +0000)]
*** empty log message ***

18 years ago(SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
Eli Zaretskii [Sun, 16 Apr 2006 18:07:30 +0000 (18:07 +0000)]
(SYSTEM_PURESIZE_EXTRA): Reduce to 24000.

18 years ago(BASE_PURESIZE): Decrement back to 1200000.
Romain Francoise [Sun, 16 Apr 2006 17:27:17 +0000 (17:27 +0000)]
(BASE_PURESIZE): Decrement back to 1200000.

18 years ago(PURESIZE_RATIO): Reduce to 10/6.
Andreas Schwab [Sun, 16 Apr 2006 12:19:47 +0000 (12:19 +0000)]
(PURESIZE_RATIO): Reduce to 10/6.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-220
Miles Bader [Sun, 16 Apr 2006 02:17:00 +0000 (02:17 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220
Creator:  Michael Olson <mwolson@gnu.org>

Improve tq.el.

* lispref/processes.texi (Transaction Queues): Mention the new optional
  `delay-question' argument for `tq-enqueue'.

* lisp/emacs-lisp/tq.el: Improve comments.
  (tq-queue-head-question): New accessor function.
  (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
  Update for modified queue structure.
  (tq-queue-add): Accept `question' argument.
  (tq-queue-pop): If a question is pending, send it.
  (tq-enqueue): Accept new optional argument `delay-question'.  If
  this is non-nil, and at least one other question is pending a
  response, queue the question rather than sending it immediately.

18 years ago(mh-font-lock-add-keywords): Fix typo in docstring.
Bill Wohler [Sat, 15 Apr 2006 18:51:38 +0000 (18:51 +0000)]
(mh-font-lock-add-keywords): Fix typo in docstring.

18 years ago(BASE_PURESIZE): Increment to 1210000.
Romain Francoise [Sat, 15 Apr 2006 17:53:32 +0000 (17:53 +0000)]
(BASE_PURESIZE): Increment to 1210000.

18 years ago* calendar/appt.el (appt-add): Check whether an appointment is
Roland Winkler [Sat, 15 Apr 2006 16:36:56 +0000 (16:36 +0000)]
* calendar/appt.el (appt-add): Check whether an appointment is
  already present in appt-time-msg-list.  Simplify code.

18 years ago(appt-add): Check whether an appointment is already present in
Roland Winkler [Sat, 15 Apr 2006 16:35:44 +0000 (16:35 +0000)]
(appt-add): Check whether an appointment is already present in
appt-time-msg-list. Simplify code.

18 years ago* mh-acros.el (struct, x, y): No need to wrap defvar with
Bill Wohler [Sat, 15 Apr 2006 00:28:08 +0000 (00:28 +0000)]
* mh-acros.el (struct, x, y): No need to wrap defvar with
eval-when-compile when shushing compiler, even when mh-do-in-xemacs or
another construct is used.

* mh-comp.el (sendmail-coding-system): Ditto.

* mh-e.el (mark-active): Ditto.

* mh-folder.el (desktop-save-buffer, font-lock-auto-fontify)
(image-load-path, font-lock-defaults): Ditto.

* mh-letter.el (image-load-path, font-lock-defaults): Ditto.

* mh-mime.el (dots, type, ov)
(mm-verify-function-alist, mm-decrypt-function-alist)
(pressed-details): Ditto.

* mh-search.el (pick-folder, mh-do-in-xemacs)
(mh-mairix-folder, mh-flists-search-folders)
(which-func-mode, mh-speed-flists-inhibit-flag): Ditto.

* mh-seq.el (tool-bar-mode): Ditto.

* mh-utils.el (completion-root-regexp)
(minibuffer-completing-file-name): Ditto.

* mh-xface.el (default-enable-multibyte-characters): Ditto.

18 years ago* mh-funcs.el (view-exit-action): No need to wrap defvar with
Bill Wohler [Fri, 14 Apr 2006 21:28:52 +0000 (21:28 +0000)]
* mh-funcs.el (view-exit-action): No need to wrap defvar with
eval-when-compile when shushing compiler.

* mh-mime.el (mh-identity-pgg-default-user-id): Ditto.

* mh-seq.el (view-exit-action): Ditto.

* mh-show.el (font-lock-auto-fontify): Ditto.

* mh-utils.el (mh-speed-flists-cache): Ditto

18 years ago* mh-compat.el (mh-font-lock-add-keywords): New alias for
Bill Wohler [Fri, 14 Apr 2006 18:49:18 +0000 (18:49 +0000)]
* mh-compat.el (mh-font-lock-add-keywords): New alias for
font-lock-add-keywords. Returns nil on XEmacs.

* mh-e.el: Add MH-E function and variable keywords such as
mh-defun-compat and mh-defcustom to font-lock-keywords.

18 years ago(c-mode-menu): Don't presume c-subword-mode is bound.
Stefan Monnier [Fri, 14 Apr 2006 11:30:20 +0000 (11:30 +0000)]
(c-mode-menu): Don't presume c-subword-mode is bound.

18 years ago(Common Keywords): Specify values of :package-version.
Bill Wohler [Fri, 14 Apr 2006 01:02:18 +0000 (01:02 +0000)]
(Common Keywords): Specify values of :package-version.

18 years ago(Common Keywords): Use dotted notation for :package-version value.
Bill Wohler [Fri, 14 Apr 2006 00:49:01 +0000 (00:49 +0000)]
(Common Keywords): Use dotted notation for :package-version value.
Improve documentation for customize-package-emacs-version-alist.

18 years ago(customize-package-emacs-version-alist)
Bill Wohler [Fri, 14 Apr 2006 00:47:00 +0000 (00:47 +0000)]
(customize-package-emacs-version-alist)
(mh-e, mh-alias, mh-folder, mh-folder-selection)
(mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
(mh-scan-line-formats, mh-search, mh-sending-mail, )
(mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
(mh-hooks, mh-faces, mh-alias-completion-ignore-case-flag)
(mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
(mh-alias-insert-file, mh-alias-insertion-location)
(mh-alias-local-users, mh-alias-local-users-prefix)
(mh-alias-passwd-gecos-comma-separator-flag)
(mh-new-messages-folders, mh-ticked-messages-folders)
(mh-large-folder, mh-recenter-summary-flag)
(mh-recursive-folders-flag, mh-sortm-args)
(mh-default-folder-for-message-function, )
(mh-default-folder-list, mh-default-folder-must-exist-flag)
(mh-default-folder-prefix, mh-identity-list)
(mh-auto-fields-list, mh-auto-fields-prompt-flag)
(mh-identity-default, mh-identity-handlers, mh-inc-prog)
(mh-inc-spool-list, mh-junk-background, mh-junk-disposition)
(mh-junk-program, mh-compose-insertion)
(mh-compose-skipped-header-fields)
(mh-compose-space-does-completion-flag)
(mh-delete-yanked-msg-window-flag)
(mh-extract-from-attribution-verb, mh-ins-buf-prefix)
(mh-letter-complete-function, mh-letter-fill-column)
(mh-mml-method-default, mh-signature-file-name)
(mh-signature-separator-flag, mh-x-face-file, )
(mh-yank-behavior, mh-interpret-number-as-range-flag)
(mh-adaptive-cmd-note-flag, mh-scan-format-file, mh-scan-prog)
(mh-search-program, mh-compose-forward-as-mime-flag)
(mh-compose-letter-function, mh-compose-prompt-flag)
(mh-forward-subject-format, mh-insert-x-mailer-flag)
(mh-redist-full-contents-flag, mh-reply-default-reply-to)
(mh-reply-show-message-flag, )
(mh-refile-preserves-sequences-flag, mh-tick-seq)
(mh-update-sequences-after-mh-show-flag)
(mh-bury-show-buffer-flag, mh-clean-message-header-flag)
(mh-decode-mime-flag, )
(mh-display-buttons-for-alternatives-flag)
(mh-display-buttons-for-inline-parts-flag)
(mh-do-not-confirm-flag, mh-fetch-x-image-url)
(mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
(mh-highlight-citation-style, mh-invisible-header-fields)
(mh-invisible-header-fields-default, mh-lpr-command-format)
(mh-max-inline-image-height, mh-max-inline-image-width)
(mh-mhl-format-file, mh-mime-save-parts-default-directory)
(mh-print-background-flag, mh-show-maximum-size)
(mh-show-use-xface-flag, mh-store-default-directory)
(mh-summary-height, mh-speed-update-interval)
(mh-show-threads-flag, mh-tool-bar-search-function)
(mh-defcustom, mh-after-commands-processed-hook)
(mh-alias-reloaded-hook, mh-before-commands-processed-hook)
(mh-before-quit-hook, mh-before-send-letter-hook)
(mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
(mh-forward-hook, mh-inc-folder-hook, )
(mh-insert-signature-hook, )
(mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
(mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
(mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
(mh-unseen-updated-hook, mh-folder-address, mh-folder-body)
(mh-folder-cur-msg-number, mh-folder-date, mh-folder-deleted)
(mh-folder-followup, mh-folder-msg-number, mh-folder-refiled)
(mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
(mh-folder-subject, mh-folder-tick, mh-folder-to)
(mh-letter-header-field, mh-search-folder, mh-show-cc)
(mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
(mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
(mh-show-subject, mh-show-to, mh-show-xface, )
(mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages)
(mh-speedbar-selected-folder)
(mh-speedbar-selected-folder-with-unseen-messages): Use dotted
notation in :package-version keyword.

18 years ago* cus-edit.el (customize-package-emacs-version-alist): Update
Bill Wohler [Fri, 14 Apr 2006 00:46:39 +0000 (00:46 +0000)]
* cus-edit.el (customize-package-emacs-version-alist): Update
docstring.
(customize-package-emacs-version): Use cdr instead of cadr now that
alists use dotted pairs.

* custom.el (defcustom): Fix docstring for :package-version.

18 years ago* net/tramp.el (tramp-display-shell-command-buffer): New defvar.
Michael Albinus [Thu, 13 Apr 2006 19:51:04 +0000 (19:51 +0000)]
* net/tramp.el (tramp-display-shell-command-buffer): New defvar.
(tramp-handle-shell-command): Display output buffer only when
`tramp-display-shell-command-buffer' is true.
(tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.

18 years ago*** empty log message ***
Carsten Dominik [Thu, 13 Apr 2006 16:41:10 +0000 (16:41 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Carsten Dominik [Thu, 13 Apr 2006 16:33:06 +0000 (16:33 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Carsten Dominik [Thu, 13 Apr 2006 15:11:06 +0000 (15:11 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Carsten Dominik [Thu, 13 Apr 2006 14:57:46 +0000 (14:57 +0000)]
*** empty log message ***