bpt/emacs.git
18 years ago(flymake-split-string): Remove >1 empty strings at beg/end of the result.
Stefan Monnier [Tue, 10 Jan 2006 18:46:07 +0000 (18:46 +0000)]
(flymake-split-string): Remove >1 empty strings at beg/end of the result.
(flymake-find-buildfile, flymake-find-possible-master-files):
Use expand-file-name.
(flymake-fix-file-name): Don't replace \ with / and don't remove ./
since expand-file-name does it for us.  Use directory-file-name.
(flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
(flymake-ler-get-type, flymake-ler-get-text)
(flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
(flymake-current-line-no): Remove spurious interactive spec.
(flymake-delete-temp-directory): Remove unused var `slash-pos'.
(flymake-check-include): Remove arg inc-path merged into inc-name.
(flymake-check-patch-master-file-buffer): Fit in 80 columns.
Arg regexp-list replaced by a simple regexp.
(flymake-master-make-header-init, flymake-master-tex-init):
Correspondingly replace regexp-list with a regexp.  Fix regexp.

18 years ago(Fexpand_file_name): Remove redundant tests. Fix elimination of // so that
Stefan Monnier [Tue, 10 Jan 2006 17:46:41 +0000 (17:46 +0000)]
(Fexpand_file_name): Remove redundant tests.  Fix elimination of // so that
it doesn't prevent elimination of an immediately following /. or /..

18 years agoAdd comment describing AUTH PLAIN fix.
Simon Josefsson [Tue, 10 Jan 2006 14:06:14 +0000 (14:06 +0000)]
Add comment describing AUTH PLAIN fix.

18 years ago(report-emacs-bug-text-prompt): Delete var.
Thien-Thi Nguyen [Tue, 10 Jan 2006 13:01:48 +0000 (13:01 +0000)]
(report-emacs-bug-text-prompt): Delete var.
(report-emacs-bug): Don't record initial prompt text.
Instead, add text properties to prompting text.
(report-emacs-bug-hook): Delete prompting text.

18 years ago(mh-variant-mu-mh-info, mh-variant-nmh-info): Applied patch from
Bill Wohler [Tue, 10 Jan 2006 06:44:16 +0000 (06:44 +0000)]
(mh-variant-mu-mh-info, mh-variant-nmh-info): Applied patch from
Satyaki from SF #1016027.

18 years ago(flymake-find-buildfile): Remove invariant arg `dirs'. Adjust callers.
Stefan Monnier [Tue, 10 Jan 2006 04:05:46 +0000 (04:05 +0000)]
(flymake-find-buildfile): Remove invariant arg `dirs'.  Adjust callers.

18 years ago(mh-rescan-folder): Try to keep cursor at current message, even if cur
Bill Wohler [Tue, 10 Jan 2006 01:56:32 +0000 (01:56 +0000)]
(mh-rescan-folder): Try to keep cursor at current message, even if cur
sequence is no longer present (closes SF #1207247).

18 years agoRemove a couple of extra blank lines and unneeded defvars.
Bill Wohler [Tue, 10 Jan 2006 01:53:05 +0000 (01:53 +0000)]
Remove a couple of extra blank lines and unneeded defvars.

18 years ago(custom-comment) <defface>: Add TTY definitions.
John Paul Wallington [Mon, 9 Jan 2006 23:14:26 +0000 (23:14 +0000)]
(custom-comment) <defface>: Add TTY definitions.

18 years ago(reveal-open-new-overlays): New extracted fun.
Stefan Monnier [Mon, 9 Jan 2006 22:56:08 +0000 (22:56 +0000)]
(reveal-open-new-overlays): New extracted fun.
(reveal-close-old-overlays): Idem.  Check overlays's liveness before
using them.  Simplify the code.
(reveal-post-command): Use them.  Fix up obsolete windows in
reveal-open-spots.

18 years agoUse ";; Shush compiler." comment consistently per Mark's suggestion.
Bill Wohler [Mon, 9 Jan 2006 21:21:06 +0000 (21:21 +0000)]
Use ";; Shush compiler." comment consistently per Mark's suggestion.
(mh-letter-mode): Derive from mail-mode and delete code copied from
mail-mode (closes SF #1385571). Mention mail-mode-hook in docstring.
(mh-fill-paragraph-function): Delete. Handled by mail-mode.
(mh-to-field-choices): For consistency with mail-mode, add "a" for
"Mail-Reply-To:", "l" for "Mail-Followup-To:", and "r" for
"Reply-To:". Change "r" to "m" for "From:" (closes SF #1400139).
(mh-to-fcc): Move setting of folder argument to interactive argument
as is the norm.
(mh-letter-complete-function-alist): Add mail-reply-to.
(mh-letter-mode-map): Add keys for mh-to-field (Mail-Reply-To,
Mail-Followup-To, Reply-To, From).

18 years agoComment declaration to remind programmer to update forward definition
Bill Wohler [Mon, 9 Jan 2006 20:47:55 +0000 (20:47 +0000)]
Comment declaration to remind programmer to update forward definition
if default changes.

18 years ago* mh-funcs.el:
Bill Wohler [Mon, 9 Jan 2006 20:15:48 +0000 (20:15 +0000)]
* mh-funcs.el:
* mh-inc.el:
* mh-init.el:
* mh-mime.el:
* mh-seq.el:
* mh-utils.el: Use ";; Shush compiler." comment consistently per
Mark's suggestion.

18 years agoUse consistent verbiage with compiler defvars.
Bill Wohler [Mon, 9 Jan 2006 19:28:21 +0000 (19:28 +0000)]
Use consistent verbiage with compiler defvars.
Removed hard tabs.

18 years agoFix typo.
Bill Wohler [Mon, 9 Jan 2006 19:26:44 +0000 (19:26 +0000)]
Fix typo.

18 years agoUse consistent verbiage with compiler defvars.
Bill Wohler [Mon, 9 Jan 2006 19:26:27 +0000 (19:26 +0000)]
Use consistent verbiage with compiler defvars.
Removed defvars that are no longer needed.

18 years agoUse `require' rather than autoload for XEmacs's overlays.
Stefan Monnier [Mon, 9 Jan 2006 19:11:28 +0000 (19:11 +0000)]
Use `require' rather than autoload for XEmacs's overlays.
(flymake-get-common-file-prefix, flymake-build-relative-filename):
Delete.  Use file-relative-name instead.
(flymake-get-syntax-check-program-args, flymake-perl-init):
Simplify the resulting code.

18 years ago* gtkutil.c (xg_toggle_notify_cb): New function.
Jan Djärv [Mon, 9 Jan 2006 19:03:20 +0000 (19:03 +0000)]
* gtkutil.c (xg_toggle_notify_cb): New function.
(xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
xg_toggle_notify_cb.
(xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
parameter value changes so the toggle button gets updated.

18 years ago(log-view-file-re, log-view-message-re): Add support for DaRCS output.
Stefan Monnier [Mon, 9 Jan 2006 18:21:06 +0000 (18:21 +0000)]
(log-view-file-re, log-view-message-re): Add support for DaRCS output.

18 years ago(Obtaining Flymake): Remove chapter since Emacs's
Stefan Monnier [Mon, 9 Jan 2006 17:11:41 +0000 (17:11 +0000)]
(Obtaining Flymake): Remove chapter since Emacs's
version is the canonical version.

18 years ago* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
Bill Wohler [Mon, 9 Jan 2006 06:28:49 +0000 (06:28 +0000)]
* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
instead of mh-replace-in-string as mh-replace-in-string was replaced
by a more appropriate defsubst in mh-xemacs.el.

* mh-comp.el: Require cleanup, wrap compiler-shushing defvars with
eval-when-compile.
(mh-file-is-vcard-p): Removed redundant test.

* mh-customize.el: Require cleanup, wrap compiler-shushing defvars
with eval-when-compile.
(mh-adaptive-cmd-note-flag, mh-invisible-header-fields)
(mh-invisible-header-fields-default): Add forward definitions.
(mh-invisible-header-fields-default): Alphabetize.

* mh-e.el: Require cleanup, wrap compiler-shushing defvars with
eval-when-compile.
(mh-thread-scan-line-map-stack, tool-bar-mode): Delete unused
variables.
(mh-colors-available-p): Just call display-color-cells. It's on all
supported Emacsen (and defaliased on XEmacs).

* mh-funcs.el: mh-inc.el: mh-init.el: Wrap compiler-shushing defvars
* with eval-when-compile.

* mh-identity.el: Don't need (mh-require-cl).

* mh-index.el: Don't need to load executable any more.

* mh-mime.el: Wrap compiler-shushing defvars with eval-when-compile.
(mh-have-file-command): Initialize variable to 'undefined. Add
docstring. Update function of same name accordingly. Also don't need
to load executable any more.
(mh-mime-content-types): Delete.
(mh-minibuffer-read-type): Prompt user for type if mh-file-mime-type
returns application/octet-stream. Assume we have mailcap-mime-types.
(mh-mime-display): Update error message.

* mh-seq.el: Require cleanup, and wrap compiler-shushing defvars with
eval-when-compile.

* mh-utils.el: Require cleanup, and wrap compiler-shushing defvars
with eval-when-compile.
(mh-clean-msg-header): Don't set after-change-functions to nil.
(mh-replace-in-string): Remove. Create defsubst in mh-xemacs.el
instead.

18 years ago(rmail-reply-regexp): Also ignore mailing list
Alex Schroeder [Sun, 8 Jan 2006 23:48:56 +0000 (23:48 +0000)]
(rmail-reply-regexp): Also ignore mailing list
identifiers sometimes added in square brackets at the beginning of
subject lines.

18 years ago* spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
Chong Yidong [Sun, 8 Jan 2006 21:29:46 +0000 (21:29 +0000)]
* spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
(spam-group-spam-marks): Delete functions.
(spam-list-articles): Just call spam-group-ham-marks directly.
(spam-group-ham-marks): Simplify.

18 years ago(rmail-current-subject): New function.
Alex Schroeder [Sun, 8 Jan 2006 15:22:59 +0000 (15:22 +0000)]
(rmail-current-subject): New function.
(rmail-current-subject-regexp): New function.
(rmail-next-same-subject): Use it.

18 years ago(rmail-summary-by-topic): Use
Alex Schroeder [Sun, 8 Jan 2006 15:17:45 +0000 (15:17 +0000)]
(rmail-summary-by-topic): Use
rmail-current-subject and rmail-current-subject-regexp.
(rmail-summary-next-same-subject): Ditto.

18 years ago(Caching passphrase): Rewording.
Alex Schroeder [Sun, 8 Jan 2006 13:02:36 +0000 (13:02 +0000)]
(Caching passphrase): Rewording.

18 years ago(Custom-set, Custom-save): Doc fix.
Richard M. Stallman [Sun, 8 Jan 2006 03:55:27 +0000 (03:55 +0000)]
(Custom-set, Custom-save): Doc fix.
(Custom-reset-current, Custom-reset-saved): Change question text.
(Custom-reset-standard): Likewise.
(custom-variable-reset-saved): Doc fix.

18 years agoUpdated Faces documentation in header.
Bill Wohler [Sat, 7 Jan 2006 20:46:49 +0000 (20:46 +0000)]
Updated Faces documentation in header.
(mh-invisible-header-fields-internal): Add X-Lumos-SenderID,
X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact.

18 years agoFix typos.
Eli Zaretskii [Sat, 7 Jan 2006 18:41:50 +0000 (18:41 +0000)]
Fix typos.

18 years ago(mh-mml-tag-present-p): Update regexp to handle <mml> tags inserted by
Bill Wohler [Sat, 7 Jan 2006 18:23:44 +0000 (18:23 +0000)]
(mh-mml-tag-present-p): Update regexp to handle <mml> tags inserted by
Gnus gnus-summary-mail-forward (closes SF #1399307).

18 years ago(init-file-user): Doc fix.
Eli Zaretskii [Sat, 7 Jan 2006 15:12:32 +0000 (15:12 +0000)]
(init-file-user): Doc fix.

18 years ago(rcirc-ignore-list): New option.
Alex Schroeder [Sat, 7 Jan 2006 02:51:45 +0000 (02:51 +0000)]
(rcirc-ignore-list): New option.
(rcirc-ignore-list-automatic): New variable.
(rcirc-print): Take rcirc-ignore-list into account.
(rcirc-cmd-ignore): New command.
(rcirc-ignore-update-automatic): New function.
(rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
list if ignored nicks.
(rcirc-handler-NICK): Ditto, and also ignore the new nick.

18 years ago(rcirc-send-input): No longer check whether the
Alex Schroeder [Sat, 7 Jan 2006 02:29:14 +0000 (02:29 +0000)]
(rcirc-send-input): No longer check whether the
process is open, since not all commands need an open process.
(rcirc-send-string): Check whether the process is open before
sending anything.

18 years ago(report-emacs-bug): Let explanations correctly reflect the address to which
Eli Zaretskii [Fri, 6 Jan 2006 19:41:35 +0000 (19:41 +0000)]
(report-emacs-bug): Let explanations correctly reflect the address to which
the report will be sent.

18 years agoAdd 2006 to Copyright years.
Eli Zaretskii [Fri, 6 Jan 2006 17:31:59 +0000 (17:31 +0000)]
Add 2006 to Copyright years.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 6 Jan 2006 13:56:03 +0000 (13:56 +0000)]
*** empty log message ***

18 years ago(auto-mode-alist): Recognize linker scripts whose file-name extensions are
Eli Zaretskii [Fri, 6 Jan 2006 13:55:16 +0000 (13:55 +0000)]
(auto-mode-alist): Recognize linker scripts whose file-name extensions are
"\.x[bdsru]?[cn]?$".

18 years ago(Obtaining Flymake): Update Flymake's CVS repository URL.
Eli Zaretskii [Fri, 6 Jan 2006 12:58:25 +0000 (12:58 +0000)]
(Obtaining Flymake): Update Flymake's CVS repository URL.

18 years agoFix typos.
Eli Zaretskii [Fri, 6 Jan 2006 12:13:43 +0000 (12:13 +0000)]
Fix typos.

18 years agoFix typos (misspellings) in the commentary.
Eli Zaretskii [Fri, 6 Jan 2006 12:11:53 +0000 (12:11 +0000)]
Fix typos (misspellings) in the commentary.

18 years ago(find-definition-noselect): Fix typo in the doc string:
Eli Zaretskii [Fri, 6 Jan 2006 12:05:46 +0000 (12:05 +0000)]
(find-definition-noselect): Fix typo in the doc string:
"functoin" => "function".

18 years ago(find-definition-noselect): Fix typo in a doc string: "functoin" => "function".
Eli Zaretskii [Fri, 6 Jan 2006 12:03:41 +0000 (12:03 +0000)]
(find-definition-noselect): Fix typo in a doc string: "functoin" => "function".

18 years ago(bibtex-validate-globally): Fix typo in a message text:
Eli Zaretskii [Fri, 6 Jan 2006 12:00:22 +0000 (12:00 +0000)]
(bibtex-validate-globally): Fix typo in a message text:
"Duplicat" => "Duplicate".

18 years ago(basic-save-buffer-2): If backing-up failed, reset buffer-backed-up to nil.
Eli Zaretskii [Fri, 6 Jan 2006 11:55:35 +0000 (11:55 +0000)]
(basic-save-buffer-2): If backing-up failed, reset buffer-backed-up to nil.

18 years ago(gdb-script-skip-to-head, gdb-script-calculate-indentation):
Nick Roberts [Fri, 6 Jan 2006 10:56:12 +0000 (10:56 +0000)]
(gdb-script-skip-to-head, gdb-script-calculate-indentation):
Indent for breakpoint command lists also.

18 years ago*** empty log message ***
Nick Roberts [Fri, 6 Jan 2006 10:35:44 +0000 (10:35 +0000)]
*** empty log message ***

18 years agoRemoved the accidentally re-added empty line in the
Carsten Dominik [Fri, 6 Jan 2006 08:24:31 +0000 (08:24 +0000)]
Removed the accidentally re-added empty line in the
direntry.

18 years ago*** empty log message ***
Carsten Dominik [Fri, 6 Jan 2006 08:24:05 +0000 (08:24 +0000)]
*** empty log message ***

18 years ago(updates): Remove mh-autoloads dependency, since it probably has
Bill Wohler [Thu, 5 Jan 2006 22:49:42 +0000 (22:49 +0000)]
(updates): Remove mh-autoloads dependency, since it probably has
already run recently (via recompile).

18 years ago(compile-always): Add mh-autoloads dependency.
Bill Wohler [Thu, 5 Jan 2006 22:40:43 +0000 (22:40 +0000)]
(compile-always): Add mh-autoloads dependency.
(bootstrap): Remove mh-autoloads dependency, as compile dependency
provides it.

18 years ago(url-history-hash-table): Initialize in declaration.
Stefan Monnier [Thu, 5 Jan 2006 22:28:16 +0000 (22:28 +0000)]
(url-history-hash-table): Initialize in declaration.
(url-history-parse-history): Don't reset the history.
(url-history-save-history): Create parent dir if necessary.
(url-history-save-history): Don't write the initialization of
url-history-hash-table into the history file.
(url-have-visited-url): Simplify since url-history-hash-table is non-nil.
(url-completion-function): Simplify.

18 years ago(url-cookie-parse-file): Don't complain of missing file.
Stefan Monnier [Thu, 5 Jan 2006 22:10:47 +0000 (22:10 +0000)]
(url-cookie-parse-file): Don't complain of missing file.
(url-cookie-parse-file, url-cookie-write-file, url-cookie-retrieve)
(url-cookie-generate-header-lines, url-cookie-handle-set-cookie)
(url-cookie-setup-save-timer): Remove autoload cookies.
They're only called from files that require url-cookie anyway.

18 years ago(url-history-parse-history): Don't complain if the file is missing.
Stefan Monnier [Thu, 5 Jan 2006 22:07:30 +0000 (22:07 +0000)]
(url-history-parse-history): Don't complain if the file is missing.
(url-history-setup-save-timer, url-history-parse-history)
(url-history-save-history): Remove autoload cookies.
They're only called from url.el which requires url-history anyway.

18 years ago(flyspell-accept-buffer-local-defs): Add an
Stefan Monnier [Thu, 5 Jan 2006 21:52:16 +0000 (21:52 +0000)]
(flyspell-accept-buffer-local-defs): Add an
argument `force' to disable the flyspell-last-buffer optimization.
(flyspell-mode-on): Use it.

18 years agoFix typo.
Nick Roberts [Thu, 5 Jan 2006 20:45:59 +0000 (20:45 +0000)]
Fix typo.

18 years ago*** empty log message ***
Nick Roberts [Thu, 5 Jan 2006 20:45:03 +0000 (20:45 +0000)]
*** empty log message ***

18 years ago(flymake-get-cleanup-function): Default to flymake-simple-cleanup.
Stefan Monnier [Thu, 5 Jan 2006 18:51:00 +0000 (18:51 +0000)]
(flymake-get-cleanup-function): Default to flymake-simple-cleanup.
(flymake-allowed-file-name-masks): Use this new default.
All the functions are now called in the right buffer rather than
passing the buffer as argument.
(flymake-process-sentinel): Switch to buffer before calling cleanup.
(flymake-parse-err-lines): Remove redundant buffer arg.
(flymake-get-program-dir): Comment out unused function.
(flymake-start-syntax-check, flymake-start-syntax-check-process):
Remove redundant buffer argument.
(flymake-get-real-file-name, flymake-simple-java-cleanup)
(flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.

18 years agoFix last change.
Eli Zaretskii [Thu, 5 Jan 2006 17:49:42 +0000 (17:49 +0000)]
Fix last change.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 5 Jan 2006 16:05:56 +0000 (16:05 +0000)]
*** empty log message ***

18 years ago(Info-find-node): Don't record previous node if have none.
Richard M. Stallman [Thu, 5 Jan 2006 16:05:49 +0000 (16:05 +0000)]
(Info-find-node): Don't record previous node if have none.
(info): Go to directory only if history is empty.

18 years ago(The Mark): Fix in `mark'.
Richard M. Stallman [Thu, 5 Jan 2006 16:00:09 +0000 (16:00 +0000)]
(The Mark): Fix in `mark'.

18 years ago(mark): Doc fix.
Richard M. Stallman [Thu, 5 Jan 2006 15:59:50 +0000 (15:59 +0000)]
(mark): Doc fix.

18 years ago(Fmake_network_process): Use AF_INET instead of
Kim F. Storm [Thu, 5 Jan 2006 09:24:11 +0000 (09:24 +0000)]
(Fmake_network_process): Use AF_INET instead of
AF_UNSPEC when AF_INET6 is not defined.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 5 Jan 2006 09:23:58 +0000 (09:23 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Thu, 5 Jan 2006 08:14:52 +0000 (08:14 +0000)]
*** empty log message ***

18 years ago(Fx_server_version): Use gestaltSystemVersionMajor,
YAMAMOTO Mitsuharu [Thu, 5 Jan 2006 08:14:33 +0000 (08:14 +0000)]
(Fx_server_version): Use gestaltSystemVersionMajor,
gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
OS X 10.4 and later.

18 years ago(mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
YAMAMOTO Mitsuharu [Thu, 5 Jan 2006 08:14:12 +0000 (08:14 +0000)]
(mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
Don't check that the other type is known file-related one.

18 years ago(Mac International): Undo last change.
YAMAMOTO Mitsuharu [Thu, 5 Jan 2006 08:13:36 +0000 (08:13 +0000)]
(Mac International): Undo last change.

18 years ago(mac-ae-parameter): Don't coerce data if it is
YAMAMOTO Mitsuharu [Thu, 5 Jan 2006 08:13:11 +0000 (08:13 +0000)]
(mac-ae-parameter): Don't coerce data if it is
already of desired type.
(mac-ae-list): Coerce parameter to "list" type.
(mac-dispatch-apple-event): Replace cadr part of event with a
dummy position so that event-start returns it.

18 years agoVersion 4.02
Carsten Dominik [Thu, 5 Jan 2006 08:07:05 +0000 (08:07 +0000)]
Version 4.02

18 years ago(Agenda Views): Chapter reorganized.
Carsten Dominik [Thu, 5 Jan 2006 08:06:36 +0000 (08:06 +0000)]
(Agenda Views): Chapter reorganized.

18 years ago*** empty log message ***
Carsten Dominik [Thu, 5 Jan 2006 08:06:25 +0000 (08:06 +0000)]
*** empty log message ***

18 years ago(org-end-of-subtree): New function.
Carsten Dominik [Thu, 5 Jan 2006 08:05:44 +0000 (08:05 +0000)]
(org-end-of-subtree): New function.
(org-cycle, org-subtree-end-visible-p, org-scan-tags): Use
`org-end-of-subtree'.
(org-agenda, org-agenda-convert-date): Protect calls to
`fit-window-to-buffer'.
(org-tags-view): Force matching of sublevels when doing a
todo-only search.  Define the correct redo command, including the
arguments.
(org-agenda-redo): Display message.
(org-check-for-org-mode): New function.
(org-agenda-type): New variable.
(org-timeline, org-agenda-list, org-todo-list, org-tags-view): Set
`org-agenda-type'.
(org-agenda-check-type): New function.
(org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
(org-agenda-week-view, org-agenda-day-view)
(org-agenda-next-date-line, org-agenda-previous-date-line)
(org-agenda-log-mode, org-agenda-toggle-diary)
(org-agenda-toggle-time-grid, org-agenda-date-later)
(org-agenda-date-prompt, org-agenda-diary-entry)
(org-agenda-execute-calendar-command, org-agenda-goto-calendar)
(org-agenda-convert-date, org-agenda-menu): Use
`org-agenda-check-type'.
(org-make-overlay, org-delete-overlay)
(org-detatch-overlay, org-move-overlay, org-overlay-put): New
compatibility functions.
(org-calendar-select-mouse): New command.

18 years ago(Misc Network, Make Network): Minor cleanups.
Richard M. Stallman [Thu, 5 Jan 2006 03:33:25 +0000 (03:33 +0000)]
(Misc Network, Make Network): Minor cleanups.

18 years ago(custom-reset-menu, Custom-mode-menu)
Chong Yidong [Wed, 4 Jan 2006 21:23:20 +0000 (21:23 +0000)]
(custom-reset-menu, Custom-mode-menu)
(custom-variable-menu, custom-face-menu, custom-group-menu):
Move back to previous ordering.

18 years ago* gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
Jan Djärv [Wed, 4 Jan 2006 21:13:49 +0000 (21:13 +0000)]
* gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
 let GTK do all image processing.  Importing Emacs own pixmaps to GTK
 looks bad for inactive tool bar items with some Gnome themes.

18 years ago* cus-edit.el (custom-face-save): Push to theme-face before
Chong Yidong [Wed, 4 Jan 2006 20:16:50 +0000 (20:16 +0000)]
* cus-edit.el (custom-face-save): Push to theme-face before
          setting face spec.

18 years agoAvoid a warning message when x_error_quitter is not compiled in.
Eli Zaretskii [Wed, 4 Jan 2006 18:12:27 +0000 (18:12 +0000)]
Avoid a warning message when x_error_quitter is not compiled in.

18 years ago[WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32.
Eli Zaretskii [Wed, 4 Jan 2006 17:52:40 +0000 (17:52 +0000)]
[WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32.

18 years ago* cus-edit.el (custom-reset-menu, Custom-mode-menu)
Chong Yidong [Wed, 4 Jan 2006 17:23:23 +0000 (17:23 +0000)]
* cus-edit.el (custom-reset-menu, Custom-mode-menu)
(custom-variable-menu, custom-face-menu, custom-group-menu):
Undo last change.
(Custom-reset-current, Custom-reset-saved)
(Custom-reset-standard): Fix y-or-n-p messages.

18 years ago* cus-edit.el (custom-reset-menu, custom-reset, Custom-mode-menu)
Chong Yidong [Wed, 4 Jan 2006 15:56:08 +0000 (15:56 +0000)]
* cus-edit.el (custom-reset-menu, custom-reset, Custom-mode-menu)
(custom-variable-menu, custom-face-menu, custom-group-menu)
(custom-buffer-create-internal): Change "Reset" to "Show".
Reorder menu items.
(custom-link): New face for Info links.
(custom-buffer-create-internal, custom-manual): Use it.

* wid-edit.el (widget-default-mouse-face-get): New function.
(widget-specify-button): Handle mouse-face like button-face.

* custom.el (load-theme): Clear old theme settings if reloading.

18 years agoDelete spurious trailing whitespaces.
Kenichi Handa [Wed, 4 Jan 2006 04:13:45 +0000 (04:13 +0000)]
Delete spurious trailing whitespaces.

18 years ago(indian-compose-region): Delete spurious whitespace.
Kenichi Handa [Wed, 4 Jan 2006 04:12:55 +0000 (04:12 +0000)]
(indian-compose-region): Delete spurious whitespace.

18 years ago(custom-buffer-create-internal): Move whole buffer "Erase Customization"
Luc Teirlinck [Wed, 4 Jan 2006 02:52:41 +0000 (02:52 +0000)]
(custom-buffer-create-internal): Move whole buffer "Erase Customization"
button back to same position it occupies in the individual State menus.

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 4 Jan 2006 02:49:48 +0000 (02:49 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 4 Jan 2006 02:42:26 +0000 (02:42 +0000)]
*** empty log message ***

18 years ago* mh-e.el (mh-delete-a-msg): Fix whitespace nit.
Mark D. Baushke [Wed, 4 Jan 2006 02:39:30 +0000 (02:39 +0000)]
* mh-e.el (mh-delete-a-msg): Fix whitespace nit.
* mh-index.el (mh-mairix-execute-search): Fix symbol quote.

18 years ago* mh-alias.el (mh-alias-add-alias): Grand message and error string
Bill Wohler [Wed, 4 Jan 2006 02:08:12 +0000 (02:08 +0000)]
* mh-alias.el (mh-alias-add-alias): Grand message and error string
unification. Use single sentence if possible by using semicolon. Don't
end message with punctuation. Don't need format with message. Quote
messages as in docstrings: use `' around symbols, \" for option
choices. Don't use quotes around %s.

* mh-comp.el (mh-complete-word): Ditto.

* mh-customize.el (mh-adaptive-cmd-note-flag-check)
(mh-scan-format-file-check): Ditto.

* mh-e.el (mh-refile-or-write-again, mh-previous-unread-msg)
(mh-delete-a-msg, mh-refile-a-msg, mh-next-unread-msg)
(mh-msg-num-width-to-column): Ditto.

* mh-identity.el (mh-identity-field-handler): Ditto.

* mh-index.el (mh-mairix-execute-search)
(mh-swish-execute-search, mh-swish++-execute-search)
(mh-namazu-execute-search): Ditto.

* mh-init.el (mh-variant-set): Ditto.

* mh-mime.el (mh-mh-to-mime-undo, mh-mml-forward-message)
(mh-secure-message, mh-mime-display): Ditto.

* mh-pick.el (mh-search-folder, mh-pick-construct-regexp): Ditto.

* mh-seq.el (mh-narrow-to-seq, mh-put-msg-in-seq, mh-read-seq)
(mh-read-range, mh-thread-container-subject): Ditto.

* mh-utils.el (mh-x-image-scale-and-display)
(mh-prompt-for-folder, mh-handle-process-error)
(mh-list-to-string-1): Ditto.

18 years ago* mh-comp.el (mh-reply): Use standard default notation in prompts
Bill Wohler [Wed, 4 Jan 2006 01:03:20 +0000 (01:03 +0000)]
* mh-comp.el (mh-reply): Use standard default notation in prompts
(closes SF #1275933).

* mh-mime.el (mh-mime-save-parts): Ditto.

* mh-seq.el (mh-read-seq, mh-read-range): Ditto.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 4 Jan 2006 00:26:24 +0000 (00:26 +0000)]
*** empty log message ***

18 years ago(Misc Network): Clarity OMIT-PORT arg.
Kim F. Storm [Wed, 4 Jan 2006 00:23:57 +0000 (00:23 +0000)]
(Misc Network): Clarity OMIT-PORT arg.

18 years ago(Make Network): Add IPv6 addresses and handling.
Kim F. Storm [Wed, 4 Jan 2006 00:20:08 +0000 (00:20 +0000)]
(Make Network): Add IPv6 addresses and handling.
(Network Feature Testing): Mention (:family ipv6).
(Misc Network): Add IPv6 formats to format-network-address.

18 years agoAdd IPv6 support.
Kim F. Storm [Wed, 4 Jan 2006 00:16:54 +0000 (00:16 +0000)]
Add IPv6 support.
(Qipv4, Qipv6): New vars.
(syms_of_process): Intern and staticpro them.
(Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
with or without port number.  Handle 4 element vector as IPv4 address
without port number.
(conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
(conv_lisp_to_sockaddr): Handle IPv6 addresses.
(Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
request that address family only.  :family nil or omitted means to
determine address family from the specified :host and :service.
(server_accept_connection): Handle IPv6 addresses.
(init_process): Add (:family ipv4) and (:family ipv6) sub-features.
(ifflag_table): Add missing OpenBSD IFF_ flags.

18 years agoUndo last change. Instead, look at Vsystem_type to
Kim F. Storm [Tue, 3 Jan 2006 23:35:20 +0000 (23:35 +0000)]
Undo last change.  Instead, look at Vsystem_type to
determine which breakpoints to set.

18 years ago(key-sequence): Rework widget to read key binding
Kim F. Storm [Tue, 3 Jan 2006 23:35:05 +0000 (23:35 +0000)]
(key-sequence): Rework widget to read key binding
using `kbd' syntax.  Use C-q to insert literal key, event, or code.
(widget-key-sequence-default-value): Default value for empty sequence.
(widget-key-sequence-map): New map for reading key binding.  Bind C-q.
(widget-key-sequence-read-event): New command for C-q.
(widget-key-sequence-validate, widget-key-sequence-value-to-internal)
(widget-key-sequence-value-to-external): New functions.

18 years ago(flymake-create-temp-with-folder-structure): Use expand-file-name.
Stefan Monnier [Tue, 3 Jan 2006 19:59:00 +0000 (19:59 +0000)]
(flymake-create-temp-with-folder-structure): Use expand-file-name.
(flymake-delete-temp-directory): Use expand-file-name,
file-name-directory, and directory-file-name.
(flymake-strrchr): Delete.
(flymake-start-syntax-check): Don't pass the redundant buffer argument
to the init-f function.
(flymake-init-find-buildfile-dir, flymake-init-create-temp-buffer-copy)
(flymake-init-create-temp-source-and-master-buffer-copy, flymake-perl-init)
(flymake-save-buffer-in-file, flymake-simple-make-init-impl, flymake-xml-init)
(flymake-simple-make-init, flymake-master-make-init, flymake-master-tex-init)
(flymake-master-make-header-init, flymake-simple-make-java-init)
(flymake-simple-ant-java-init, flymake-simple-tex-init):
Remove corresponding redundant buffer argument.
(flymake-allowed-file-name-masks): Remove last elems that are equal to
the default anyway.  Clean up regexps.

18 years ago(flymake-base-dir, flymake-master-file-name, flymake-temp-master-file-name)
Stefan Monnier [Tue, 3 Jan 2006 19:05:06 +0000 (19:05 +0000)]
(flymake-base-dir, flymake-master-file-name, flymake-temp-master-file-name)
(flymake-temp-source-file-name): New buffer-local vars.
(flymake-buffer-data, flymake-get-buffer-value, flymake-set-buffer-value):
Replace those hash-tables by the new buffer-local vars.  Update callers.

18 years ago(flymake-check-start-time, flymake-check-was-interrupted, flymake-err-info)
Stefan Monnier [Tue, 3 Jan 2006 18:44:42 +0000 (18:44 +0000)]
(flymake-check-start-time, flymake-check-was-interrupted, flymake-err-info)
(flymake-is-running, flymake-last-change-time, flymake-new-err-info)
(flymake-timer): Move definitions, so we can remove earlier declarations.
(flymake-replace-regexp-in-string, flymake-split-string)
(flymake-get-temp-dir): Use defalias.
(flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
(flymake-xemacs-window-edges): Remove unused function.
(flymake-get-point-pixel-pos): Move.
(flymake-pid-to-names, flymake-reg-names)
(flymake-get-source-buffer-name, flymake-unreg-names): Remove.
Replace by a simple list flymake-processes and by process-buffer.
Update callers.  Other than simplify the code, it uses buffers rather
than buffer-names so it doesn't get confused by uniquify.
(flymake-buffer-data): The global value should just be nil.

18 years ago(byte-compile-file-form-defalias):
Stefan Monnier [Tue, 3 Jan 2006 18:35:58 +0000 (18:35 +0000)]
(byte-compile-file-form-defalias):
Optimize the body of a defalias like any other code.

18 years ago* mh-customize.el (mh-folder-msg-number): Snow is actually off-white
Bill Wohler [Tue, 3 Jan 2006 18:25:26 +0000 (18:25 +0000)]
* mh-customize.el (mh-folder-msg-number): Snow is actually off-white
on low color displays which turns to white when bold. This is
unreadable on white backgrounds. Use snow with min-colors requirement.
Use cyan on low-color displays.

* mh-init.el (mh-defface-compat): On low-color displays, delete the
high-color display rather than simply strip the min-colors requirement
since the existing algorithm shadowed the desired display on low-color
displays.