]> code.delx.au - gnu-emacs/log
gnu-emacs
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.

18 years ago(mh-alias-add-alias): Remove leading * from docstring.
Bill Wohler [Tue, 3 Jan 2006 18:20:20 +0000 (18:20 +0000)]
(mh-alias-add-alias): Remove leading * from docstring.

18 years ago*** empty log message ***
J.D. Smith [Tue, 3 Jan 2006 17:15:10 +0000 (17:15 +0000)]
*** empty log message ***

18 years ago(mouse-drag-track): Renamed, from `mouse-drag-region-1'. Includes
J.D. Smith [Tue, 3 Jan 2006 17:08:51 +0000 (17:08 +0000)]
(mouse-drag-track): Renamed, from `mouse-drag-region-1'.  Includes
optional argument required to enable post-drag event processing
(e.g. delete region keys).  Can be used without this argument to track
a mouse region and operate on it as soon as the drag completes.
(mouse-drag-region): Use `mouse-drag-track'.

18 years ago(font-lock-fontify-buffer, font-lock-fontify-region): Make sure we've setup
Stefan Monnier [Tue, 3 Jan 2006 17:00:35 +0000 (17:00 +0000)]
(font-lock-fontify-buffer, font-lock-fontify-region): Make sure we've setup
font-lock's vars.  It may influence which function we then call.
(font-lock-default-fontify-buffer): Don't bother calling set-defaults
here since it's too late anyway.

18 years ago(Fwindow_minibuffer_p): Declare (for use in minibuf.c).
Stefan Monnier [Tue, 3 Jan 2006 16:56:15 +0000 (16:56 +0000)]
(Fwindow_minibuffer_p): Declare (for use in minibuf.c).

18 years ago(describe_map_compare): Yet another int/Lisp_Object mixup.
Stefan Monnier [Tue, 3 Jan 2006 16:54:47 +0000 (16:54 +0000)]
(describe_map_compare): Yet another int/Lisp_Object mixup.

18 years ago*** empty log message ***
Ken Raeburn [Tue, 3 Jan 2006 09:16:39 +0000 (09:16 +0000)]
*** empty log message ***

18 years ago(fancy-splash-tail, normal-splash-screen): Update copyright year.
Romain Francoise [Tue, 3 Jan 2006 08:40:49 +0000 (08:40 +0000)]
(fancy-splash-tail, normal-splash-screen): Update copyright year.

18 years ago(main): Update copyright year.
Romain Francoise [Tue, 3 Jan 2006 08:40:26 +0000 (08:40 +0000)]
(main): Update copyright year.

18 years ago(delete_temp_file): Bind file-name-handler-alist to nil for the call
Ken Raeburn [Tue, 3 Jan 2006 08:24:37 +0000 (08:24 +0000)]
(delete_temp_file): Bind file-name-handler-alist to nil for the call
to internal_delete_file.

18 years ago* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
Bill Wohler [Tue, 3 Jan 2006 06:13:43 +0000 (06:13 +0000)]
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
docstring. Does this mean something in a defun?

* mh-customize.el (bw-new-face-to-old, bw-old-face-to-new): Checkdoc
fix.

* mh-e.el (mh-inc-folder): Rename maildrop-name argument to file so it
reads better in docstring and manual. Sync docstring with manual.

* mh-init.el (mh-defface-compat): Remove trailing space (checkdoc).

* mh-alias.el (mh-alias-apropos): Sync docstring with manual.

* mh-comp.el (mh-redistribute, mh-to-field, mh-to-fcc)
(mh-insert-auto-fields, mh-send-letter, mh-yank-cur-msg)
(mh-fully-kill-draft, mh-open-line, mh-letter-complete)
(mh-letter-complete-or-space, mh-letter-confirm-address)
(mh-letter-next-header-field-or-indent)
(mh-letter-previous-header-field): Ditto.

* mh-customize.el (mh-alias-completion-ignore-case-flag)
(mh-default-folder-for-message-function, mh-mml-method-default)
(mh-signature-file-name, mh-yank-behavior, mh-show-hook)
(mh-show-mode-hook) Ditto.

* mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto.

* mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder)
(mh-store-msg, mh-store-buffer): Ditto

* mh-index.el (mh-index-search, mh-index-do-search)
(mh-index-next-folder, mh-index-sequenced-messages): Ditto.

* mh-junk.el (mh-spamassassin-blacklist): Ditto.

* mh-mime.el (mh-mh-compose-external-compressed-tar)
(mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo)
(mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
(mh-mml-secure-message-signencrypt): Ditto

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

* mh-seq.el (mh-widen): Ditto.

* mh-utils.el (mh-show, mh-modify): Ditto.

18 years agoMinor tweak.
Chong Yidong [Tue, 3 Jan 2006 03:36:49 +0000 (03:36 +0000)]
Minor tweak.

18 years ago* custom.texi (Custom Themes): Describe the new
Chong Yidong [Tue, 3 Jan 2006 03:33:04 +0000 (03:33 +0000)]
* custom.texi (Custom Themes): Describe the new
customize-create-theme interface.

18 years ago* mh-mime.el (mh-mml-unsecure-message): Remove unused argument.
Mark D. Baushke [Tue, 3 Jan 2006 00:01:49 +0000 (00:01 +0000)]
* mh-mime.el (mh-mml-unsecure-message): Remove unused argument.

18 years ago* cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
Chong Yidong [Mon, 2 Jan 2006 22:27:08 +0000 (22:27 +0000)]
* cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
Move to `custom-buffer' group.

18 years ago* cus-theme.el: Rewrite the Custom New Theme Mode interface.
Chong Yidong [Mon, 2 Jan 2006 22:02:11 +0000 (22:02 +0000)]
* cus-theme.el: Rewrite the Custom New Theme Mode interface.
(custom-new-theme-mode-map, custom-theme-insert-variable-marker)
(custom-theme-insert-face-marker, custom-theme-variable-menu)
(custom-theme-face-menu): New variables.
(custom-theme-add-variable, custom-theme-variable-action)
(custom-variable-reset-theme, custom-theme-delete-variable)
(custom-face-reset-theme, custom-theme-face-action)
(custom-theme-delete-face, custom-theme-merge-theme)
(custom-theme-add-face, custom-theme-visit-theme): New functions.

18 years ago* configure.in: Use -Wno-pointer-sign if available.
Chong Yidong [Mon, 2 Jan 2006 18:10:16 +0000 (18:10 +0000)]
* configure.in: Use -Wno-pointer-sign if available.
* configure: Regenerate.

18 years agoDoc fix.
Chong Yidong [Mon, 2 Jan 2006 15:41:56 +0000 (15:41 +0000)]
Doc fix.