1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

471 Commits

Author SHA1 Message Date
Glenn Morris
537b04b96a Don't be so lax with spelling.
* lisp/net/dbus.el (dbus-name-owner-changed-handler): Doc fix.

* doc/misc/ediff.texi (Quick Help Commands, Miscellaneous): Spelling fix.
2010-11-02 20:49:04 -07:00
Glenn Morris
b9829b58ce Silence compilation of mh-mime.el.
* lisp/mh-e/mh-mime.el (dots, type, ov): Avoid unnecessary declaration.
2010-11-02 20:27:38 -07:00
Juanma Barranquero
c0943d3db2 Fix typos in docstrings, comments and ChangeLogs.
* etc/tutorials/TUTORIAL.es: Fix typos.

* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
  Fix typo in message.
  (semantic-symref-list-map-open-hits): Fix typo in docstring.

* lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.

* lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.

* lisp/international/mule.el (define-coding-system):
* lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info):
* composite.el (compose-region): Fix typo in docstring.

* lisp/org/org-agenda.el (org-prefix-category-length)
  (org-prefix-category-max-length): Fix typos in docstrings.

* src/font.c (Ffont_variation_glyphs):
* ccl.c (Fccl_execute_on_string): Fix typo in docstring.
2010-10-13 01:25:19 +02:00
Juanma Barranquero
087b38a075 Fix typos in ChangeLogs. 2010-07-29 04:42:53 +02:00
Juanma Barranquero
c4cc8b9a23 Fix typos in ChangeLogs. 2010-07-24 13:53:19 +02:00
Stefan Monnier
d355a0b791 Replace Lisp calls to delete-backward-char by delete-char.
* bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
skeleton.el, term.el, time.el, wid-edit.el, woman.el,
calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
progmodes/ps-mode.el, progmodes/verilog-mode.el,
progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
delete-backward-char by calls to delete-char.
2010-05-24 22:11:08 -04:00
Peter S Galbraith
b59ee24dfb Decode RFC2047 encoded Subject lines for mail replies. 2010-05-19 08:23:40 -04:00
Juanma Barranquero
4e2af7825f Fix typos and whitespace in ChangeLogs. 2010-05-11 04:04:13 +02:00
Stefan Monnier
0235128c15 Merge from emacs-23 2010-05-08 14:47:07 -04:00
Chong Yidong
61a808e819 Bump version to 23.2. 2010-05-07 23:28:26 -04:00
Stefan Monnier
56eb09046e Use define-minor-mode where applicable.
* mh-show.el (mh-showing-mode): Move function to mh-e.el.
* mh-e.el (mh-showing-mode):
* url-dired.el (url-dired-minor-mode):
* org-table.el (orgtbl-mode):
* view.el (view-mode):
* type-break.el (type-break-query-mode)
(type-break-mode-line-message-mode):
* textmodes/reftex.el (reftex-mode):
* term/vt100.el (vt100-wide-mode):
* tar-mode.el (tar-subfile-mode):
* savehist.el (savehist-mode):
* ibuf-ext.el (ibuffer-auto-mode):
* composite.el (auto-composition-mode):
* progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
Use define-minor-mode.
(vhdl-mode): Use static mode-line format.
(vhdl-mode-line-update): Delete.
(vhdl-create-mode-menu, vhdl-activate-customizations)
(vhdl-hs-minor-mode): Don't bother calling it.
2010-05-02 22:29:46 -04:00
Stefan Monnier
eb6967a081 Remove the Arch metafiles. 2010-04-12 23:06:50 -04:00
Stefan Monnier
e867cb5d30 Merge from `emacs-23'. 2010-03-24 14:02:56 -04:00
Juanma Barranquero
5f76fe28b9 Fix typos in mh-e.
* mh-scan.el (mh-scan-cmd-note-width): Doc fix.
  (mh-scan-format-mh, mh-scan-body-regexp, mh-scan-cur-msg-number-regexp)
  (mh-scan-cur-msg-number-regexp, mh-scan-date-regexp)
  (mh-scan-deleted-msg-regexp, mh-scan-good-msg-regexp)
  (mh-scan-msg-format-regexp, mh-scan-msg-format-string)
  (mh-scan-msg-number-regexp, mh-scan-rcpt-regexp)
  (mh-scan-refiled-msg-regexp, mh-scan-sent-to-me-sender-regexp)
  (mh-scan-subject-regexp, mh-update-scan-format)
  (mh-msg-num-width-to-column): Fix typos in docstrings.
2010-03-22 17:37:32 +01:00
Chong Yidong
288f9fc069 Bump version to 24.0.50. 2010-03-10 10:17:13 -05:00
Glenn Morris
272f6ebf1e * mh-acros.el: Comment fixes. 2010-02-18 01:14:12 -08:00
Glenn Morris
114f9c9679 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Juanma Barranquero
5ce6e4f452 Fix typos in ChangeLogs. 2009-12-29 02:57:40 +01:00
Bill Wohler
002d25243b (mh-mairix-execute-search): Use mh vfolder_format. Fix typo in
database path.
(mh-namazu-execute-search): Specify -q in example since namazu is
excessively garrulous.
2009-12-01 07:07:23 +00:00
Stefan Monnier
b5553d47e2 * mh-thread.el (mh-thread-set-tables):
* mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-stealth-update):
(mh-speed-extract-folder-name, mh-speed-parse-flists-output):
(mh-speed-invalidate-map, mh-speed-add-folder):
* mh-show.el (mh-invalidate-show-buffer, mh-show-sequence-menu):
* mh-seq.el (mh-list-sequences):
* mh-search.el (mh-index-execute-commands, mh-index-add-to-sequence)
(mh-index-delete-from-sequence, mh-index-update-maps):
* mh-scan.el (mh-msg-num-width):
* mh-print.el (mh-ps-spool-buffer):
* mh-mime.el (mh-mime-save-parts, mh-handle-set-external-undisplayer)
(mh-file-mime-type):
* mh-letter.el (mh-yank-cur-msg):
* mh-funcs.el (mh-list-folders, mh-pipe-msg, mh-store-msg)
(mh-store-buffer):
* mh-folder.el (mh-modify, mh-visit-folder, mh-write-msg-to-file)
(mh-prompt-for-refile-folder):
* mh-e.el (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon)
(mh-handle-process-error, mh-variant-info):
* mh-comp.el (mh-forward):
* mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias):
(mh-alias-add-alias-to-file): Use with-current-buffer.
2009-11-05 21:04:59 +00:00
Stefan Monnier
601dd9a3a9 Load mh-loaddefs during compilation as well. 2009-11-04 04:33:25 +00:00
Juanma Barranquero
d3d5f4f504 * calendar/calendar.el (cal-loaddefs):
* calendar/diary-lib.el (diary-loaddefs):
* calendar/holidays.el (hol-loaddefs):
* eshell/esh-module.el (esh-groups):
* mh/mh-e.el (mh-loaddefs): Load rather than require.
2009-11-04 00:27:34 +00:00
Glenn Morris
683fa532db Fix typo in previous. 2009-10-06 03:09:25 +00:00
Glenn Morris
eaf9b5643d Use window-full-height-p. 2009-10-06 02:42:29 +00:00
Juanma Barranquero
b4dc7d9888 Fix typos in comments. 2009-10-04 02:11:57 +00:00
Stefan Monnier
14acf2f55e * gnus/nnheader.el (nnheader-find-file-noselect):
* gnus/mm-util.el (mm-insert-file-contents):
* org/org-html.el (org-export-as-html):
* org/org-docbook.el (org-export-as-docbook):
* textmodes/reftex.el (reftex-get-file-buffer-force):
* progmodes/verilog-mode.el (verilog-batch-execute-func):
* emulation/viper.el (viper-go-away, viper-set-hooks):
* emacs-lisp/re-builder.el (re-builder-unload-function):
* emacs-lisp/bytecomp.el (byte-compile-file):
* ses.el (ses-unload-function):
* hexl.el (hexl-find-file):
* files.el (normal-mode):
* ehelp.el (with-electric-help):
* autoinsert.el (auto-insert-alist):
* arc-mode.el (archive-mode):
Use (default-value 'major-mode) instead of default-major-mode.
2009-08-28 17:02:53 +00:00
Stefan Monnier
b56a5ae0fe * mh-e/mh-comp.el (mh-send-letter):
* mail/sendmail.el (mail-recover-1):
* international/mule-diag.el (describe-current-coding-system-briefly)
(describe-current-coding-system):
* international/mule-cmds.el (select-safe-coding-system)
(select-message-coding-system)
(set-language-environment-coding-systems, set-locale-environment):
* hexl.el (hexl-insert-multibyte-char):
* dos-w32.el (find-buffer-file-type-coding-system):
* simple.el (what-cursor-position):
Replace uses of default-buffer-file-coding-system
with (default-value 'buffer-file-coding-system).
2009-08-28 04:21:14 +00:00
Bill Wohler
a9cc50d999 (mh-spamassassin-blacklist, mh-bogofilter-blacklist)
(mh-spamprobe-blacklist): Sync docstring with manual.
2009-08-09 22:27:45 +00:00
Bill Wohler
ddb7d211a7 *** empty log message *** 2009-08-09 22:26:59 +00:00
Glenn Morris
41dc791369 Kevin Ryde <user42 at zip.com.au>
(mh-spamassassin-blacklist, mh-bogofilter-blacklist)
(mh-spamprobe-blacklist): Hyperlink urls in docstrings with URL `...'.
2009-07-22 03:02:16 +00:00
Bill Wohler
06d3d10fbc (Version, mh-version): Update for release 8.2. 2009-06-13 17:10:31 +00:00
Bill Wohler
86e1c36a8f Remove trailing space. 2009-06-13 17:08:22 +00:00
Juanma Barranquero
5a5edff788 Fix typos. 2009-03-31 20:55:59 +00:00
Deepak Goel
7c730dd6e1 m-v: use lists to pass things around rather than values. 2009-03-13 20:28:15 +00:00
Juanma Barranquero
a8ce3d17d8 Fix typos. 2009-03-02 08:55:47 +00:00
Bill Wohler
7f1a6a6fb4 (mh-pack-folder-hook): Bump package-version to 8.2. 2009-01-27 06:42:27 +00:00
Bill Wohler
2f4029e867 (mh-pack-folder): Fix docstring. 2009-01-27 06:42:11 +00:00
Bill Wohler
55f56e6aed (mh-mm-merge-handles)
(mh-mm-set-handle-multipart-parameter, mh-mm-inline-text-vcard)
(mh-mml-minibuffer-read-disposition, mh-mm-save-part): Update with
code from Gnus 5.11 (closes SF #2235022).
2009-01-27 06:36:54 +00:00
Stephen Gildea
031c6757b0 mh-e.el (mh-pack-folder-hook): New variable.
mh-funcs.el (mh-pack-folder): Call new mh-pack-folder-hook.
2009-01-26 14:42:31 +00:00
Bill Wohler
c932f02a84 (mh-goto-header-end): Use mh-mail-header-separator instead of -* in
regexp.
2009-01-25 20:56:45 +00:00
Bill Wohler
4ab2f40289 (mh-folder-mode-help-messages): Add e and t to K's help. 2009-01-25 20:12:21 +00:00
Bill Wohler
dcf71371b1 Follow Glenn's lead and update format of Copyright. 2009-01-25 18:33:05 +00:00
Glenn Morris
49fda4f996 Fix typo.
Format fix for authors.el.
2009-01-15 03:17:16 +00:00
Glenn Morris
eb2ffb185a Comments (minor fixes of some header conventions). 2009-01-10 21:50:40 +00:00
Glenn Morris
0f69e911dc Replace last-input-char with last-input-event. 2009-01-09 04:55:50 +00:00
Glenn Morris
ae940284fa Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
Glenn Morris
67cd381dc0 File name fix, for AUTHORS. 2008-12-19 03:08:08 +00:00
Juanma Barranquero
f013149203 Fix typos and author's names. 2008-12-19 01:50:43 +00:00
Juanma Barranquero
b97439ce37 Fix typos. 2008-12-02 16:40:31 +00:00
Juanma Barranquero
21818739b1 Fix typos. 2008-10-14 15:50:14 +00:00
Juanma Barranquero
183080b610 Fix typos. 2008-10-01 09:12:37 +00:00
Juanma Barranquero
10d1d0af5f Fix typos. 2008-09-24 01:16:16 +00:00
Bill Wohler
9e6f59382e (Version, mh-version): Update for release 8.1. 2008-08-19 04:37:27 +00:00
Bill Wohler
6807fdffa0 (mh-variant-set): Fix typo. 2008-08-10 23:22:53 +00:00
Bill Wohler
1624e7c9d8 (mh-pick-regexp-builder): Rename variant mu-mh to gnu-mh and be
explicit about GNU mailutils MH in docstrings (with thanks to Darel
Henman) (closes SF #1768928).
2008-08-10 23:14:09 +00:00
Bill Wohler
143578ae0e (mh-scan-format): Rename variant mu-mh to gnu-mh and be explicit about
GNU mailutils MH in docstrings (with thanks to Darel Henman) (closes
SF #1768928).
2008-08-10 23:13:37 +00:00
Bill Wohler
ad48179143 (mh-reply): Rename variant mu-mh to gnu-mh and be explicit about GNU
mailutils MH in docstrings (with thanks to Darel Henman) (closes SF
#1768928).
2008-08-10 23:13:05 +00:00
Bill Wohler
efa477613f (mh-variant-mh-info, mh-variant-nmh-info)
(mh-variant-set-variant, mh-variant-p, mh-profile-component)
(mh-variant-set, mh-variant, mh-scan-format-file): Fix typo in
docstring.

(mh-variant-info,mh-variant-mu-mh-info)
(mh-variant-p, mh-profile-component, mh-variant-set, mh-variant)
(mh-scan-format-file): Rename variant mu-mh to gnu-mh and be explicit
about GNU mailutils MH in docstrings (with thanks to Darel
Henman) (closes SF #1768928).
2008-08-10 23:12:40 +00:00
Bill Wohler
d1c1d7c152 Rename variant mu-mh to gnu-mh and be explicit about GNU mailutils MH
in docstrings (with thanks to Darel Henman) (closes SF #1768928).
2008-08-10 23:11:52 +00:00
Bill Wohler
d0f1af4d53 (mh-send-letter, mh-redistribute): Mention mh-annotate-msg-hook in
docstring.
2008-08-01 04:42:19 +00:00
Bill Wohler
7106a02d80 (mh-annotate-msg-hook): Sync docstring with manual. 2008-08-01 04:41:00 +00:00
Bill Wohler
c217d30377 (mh-show-preferred-alternative): Sync docstring with manual. 2008-08-01 04:40:09 +00:00
Bill Wohler
08f363785d Remove orphaned comment. 2008-08-01 04:23:13 +00:00
Jeffrey C Honig
2cefb8a7ff (mh-invisible-header-fields-internal): Add invisible header fields for
X-Hz (mail from Hertz), X-Proofpoint (Proofpoint antivirus/anti-spam)
and X-RIM (Research In Motion).
2008-06-29 03:06:12 +00:00
Glenn Morris
6772c8e169 American English spelling fix. 2008-06-27 02:41:14 +00:00
Stephen Eglen
5f83939ba4 (mh-defun-show-buffer): Use `...' rather than than "..." in generated
docstrings.
2008-06-20 09:20:09 +00:00
Glenn Morris
219d083841 Check tool-bar-map is bound. 2008-06-12 03:58:11 +00:00
Glenn Morris
022329c061 (tool-bar-map): Define for compiler. 2008-06-12 03:57:36 +00:00
Juanma Barranquero
f50d64ba95 Fix typo. 2008-06-09 16:15:02 +00:00
Juanma Barranquero
79b2f38340 Remove non-breaking space. 2008-06-09 13:58:42 +00:00
John Paul Wallington
b7149a8192 (mh-complete-word): Doc fix. 2008-06-08 21:53:13 +00:00
John Paul Wallington
88b8b41d17 (mh-letter-mode-syntax-table): Define within defvar. 2008-06-08 21:48:05 +00:00
John Paul Wallington
6b4093c022 (mh-alias-read-address-map): Define within defvar. 2008-06-08 21:47:08 +00:00
John Paul Wallington
524fec4d83 (toplevel): Put doc-string-elt' properties on defun-mh'
and `defmacro-mh'.
2008-06-08 21:46:14 +00:00
John Paul Wallington
c76608f05a (mh-exec-cmd-env-daemon): Doc fix. 2008-06-02 20:10:25 +00:00
John Paul Wallington
7bf0295ecc (mh-path, mh-variant): Use dotted syntax for `package-version' info. 2008-06-01 21:48:58 +00:00
Jeffrey C Honig
90404d5ab0 * mh-e.el (mh-invisible-header-fields-internal): Remove Newsgroups
from the list.  Add Bytes, X-Campaignid, X-Country-Chain,
X-Declude-, X-fmx-, X-Identity, X-Mailer_, X-pair-, X-SPF-,
X-Usenet-Provider.
2008-05-27 00:00:23 +00:00
Bill Wohler
5cb66178eb (mh-invisible-header-fields-internal): Remove DKIM-Signature as it is
covered by DKIM-. Fully qualify X-EID.
2008-05-23 04:20:06 +00:00
Bill Wohler
d07f5510d8 Remove "tiny change" from Sergey's entry. He has assigned past and
future changes to Emacs already.
2008-05-20 03:45:11 +00:00
Bill Wohler
fad5a93af9 (mh-mh-to-mime, mh-mh-to-mime-undo): Preserve modes when converting to
or from MIME (closes SF #1966722).
2008-05-19 04:12:55 +00:00
Bill Wohler
7911d1c825 (mh-invisible-header-fields-internal): Sort list in a case-insensitive
way and add comment about it. Add many header fields (closes SF
#1916032).
2008-05-19 03:04:23 +00:00
Bill Wohler
b78a11dc14 (mh-find-path): Don't throw error if MH environment variable is being
used (closes SF #1946861).
2008-05-19 02:18:24 +00:00
Bill Wohler
770ea979d4 (mh-mairix-regexp-builder): Add additional items to search string to
support org-mode (closes SF #1965704).
2008-05-19 01:54:32 +00:00
Bill Wohler
5ef559811f (mh-mairix-regexp-builder): Add additional items to search string to
support org-mode (closes SF #1965704).
2008-05-19 01:54:10 +00:00
Glenn Morris
5e809f552a Switch to recommended form of GPLv3 permissions notice. 2008-05-06 03:56:49 +00:00
Kenichi Handa
880820fe87 (Fdefine_charset_internal): Change the way of
registering charsets in Vcharset_order_list.
(syms_of_charset): Make the charset `eight-bit' supplementary.
2008-03-27 11:36:43 +00:00
Bill Wohler
4690fe3f18 (mh-invisible-header-fields-internal): Add Accreditor,
Seal-Send-Time (closes SF #1916032).
(mh-invisible-header-fields, mh-invisible-header-fields-default):
Update URL to bug report for users to report ignored fields.
2008-03-18 04:17:38 +00:00
Stefan Monnier
5d2e28bfb4 (mh-uncompface, mh-picon-file-contents): Use set-buffer-multibyte...
(mh-face-display-function, mh-x-image-display): ...rather than bind
default-enable-multibyte-characters.
2008-03-12 20:51:26 +00:00
Miles Bader
b03f96dc5a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Bill Wohler
0103690ed2 (mh-send-letter): Call split-string on mh-send-args when sending
synchronously too.
2008-02-23 18:36:58 +00:00
Bill Wohler
24b2be096f (mh-invisible-header-fields-internal): Remove trailing whitespace. 2008-02-18 22:40:03 +00:00
Bill Wohler
662c14da31 (mh-annotate-msg): Remove trailing whitespace. 2008-02-18 22:39:31 +00:00
Richard M. Stallman
27c3356934 (mh-make-seq, mh-seq-name): Use defsubst. 2008-02-06 17:49:56 +00:00
Richard M. Stallman
64137f2097 (mh-do-in-gnu-emacs, mh-do-in-xemacs)
(with-mh-folder-updating, mh-in-show-buffer)
(mh-iterate-on-messages-in-region, mh-iterate-on-range):
(mh-do-at-event-location, mh-seq-msgs): Add debug decls.
2008-02-06 17:48:42 +00:00
Juanma Barranquero
23dcd8ca14 *** empty log message *** 2008-02-05 14:46:11 +00:00
Juanma Barranquero
cb5bf6ba22 *** empty log message *** 2008-02-05 14:24:26 +00:00
Bill Wohler
6dcf341ad3 (mh-mml-to-mime): Don't look up sender if From absent. Fixes "Wrong
type argument: stringp, nil" error.
2008-01-30 07:07:10 +00:00
Bill Wohler
444a15799d *** empty log message *** 2008-01-30 07:06:39 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Juanma Barranquero
7383ef6ef8 *** empty log message *** 2008-01-07 16:48:20 +00:00