Commit graph

32898 commits

Author SHA1 Message Date
Jay Belanger
09ea57eaca Update copyright year. 2006-02-05 16:31:42 +00:00
Romain Francoise
1004fadc84 Update copyright notices of all files in the lisp/play directory. 2006-02-05 14:10:45 +00:00
Romain Francoise
88e6695fac Update copyright notices of all files in the gnus directory. 2006-02-05 13:56:44 +00:00
Miles Bader
8508e990c1 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46
Creator:  Michael Olson <mwolson@gnu.org>

Merge from erc--emacs--0
2006-02-05 12:42:51 +00:00
Luc Teirlinck
99155348ea Regenerate. 2006-02-05 06:11:41 +00:00
Luc Teirlinck
bec510112f *** empty log message *** 2006-02-05 06:04:32 +00:00
Luc Teirlinck
c67a6c4884 (find-definition-noselect): Minor doc fix. 2006-02-05 05:58:26 +00:00
Bill Wohler
dc4d94d55f (mh-inc-spool-list): Update example for Emacs 22 which has an
emacsclient command that supports --eval. I had read that gnudoit was
deprecated in favor of gnuclient anyway.
2006-02-05 05:35:44 +00:00
Bill Wohler
7b0fed568b Stallman sent an email recently that ChangeLog entries for submitted
patches should have their name. If the submitter has submitted papers,
no problem, but entries for other small (say, < 15 lines) patches
should have a "(tiny change)" after the submitter's email address.
2006-02-05 05:24:03 +00:00
Peter Galbraith
6ada44a109 * mh-mime.el (mh-file-mime-type-substitutions): Added entries to
handle openoffice documents, as provided by Eric Ding.
2006-02-05 04:55:42 +00:00
Luc Teirlinck
82bda03877 (widget-keymap): Fix corrupted value. 2006-02-05 03:42:36 +00:00
Luc Teirlinck
632966a732 *** empty log message *** 2006-02-05 03:35:05 +00:00
Peter Galbraith
39ee09ff0b * mh-mime.el (mh-file-mime-type-substitutions): Added entries to
handle openoffice documents, as provided by Eric Ding.
2006-02-05 03:17:46 +00:00
Kim F. Storm
5cce080e95 (magic-mode-regexp-match-limit): New defvar.
(set-auto-mode): Use it to limit magic-mode-alist matching.
2006-02-04 23:33:53 +00:00
Kim F. Storm
533919895e *** empty log message *** 2006-02-04 23:33:35 +00:00
Eli Zaretskii
aca2d9bb92 (display-message-or-buffer): Compare the number of characters to the frame
width when determining whether a 1-line message string will fit in the echo
area.
2006-02-04 21:48:50 +00:00
Eli Zaretskii
62ffcd76a9 (display-message-or-buffer): Count screen lines instead of buffer lines when
determining whether the message will fit in the echo area/minibuffer window.
2006-02-04 12:19:27 +00:00
Eli Zaretskii
4a99f153c4 (Info-index, Info-mode): Improve the description of the `i' command. 2006-02-04 12:12:39 +00:00
Eli Zaretskii
c1a055ca99 Regenerated. 2006-02-04 11:51:27 +00:00
Miles Bader
6203370b5e Revision: emacs@sv.gnu.org/emacs--devo--0--patch-42
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 14-17)

   - Update from CVS
   - Merge from emacs--devo--0
2006-02-04 00:58:23 +00:00
Bill Wohler
d4ff848f77 (Version, mh-version): Add +cvs to version. 2006-02-03 23:28:28 +00:00
Bill Wohler
5f627e356b (Version, mh-version): Update for release 7.91. 2006-02-03 23:08:17 +00:00
Bill Wohler
664ca6b28a (mh-image-load-path, mh-image-load-path-called-flag)
(mh-image-load-path): Checkdoc fix. Docstring edits. Reduce scope of
local variable mh-library-name.
2006-02-03 23:02:51 +00:00
Bill Wohler
36685bffc7 (mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
(mh-show-cc, mh-show-date, mh-show-header): Replace (min-colors 88)
with (min-colors 64) in face specifications so that MH-E still looks
good on systems with fewer colors (such as Eric Ding's).
2006-02-03 22:17:59 +00:00
Werner LEMBERG
cb8ec72ad3 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
greedy to find the closing bracket in \*[...] and similar
expressions.  This is a first rough fix -- many additional
refinements are necessary to make this nroff mode really usable with
groff.
2006-02-03 21:13:59 +00:00
Peter Galbraith
e1144ff64e (mh-image-load-path): New variable to optionally hold the directory where
MH-E images are stored.  If nil, then the function `mh-image-load-path'
will find it.  This variable will be used for Debian packaging.
(mh-image-load-path function): Use variable `mh-image-load-path' if
non-nil and exists.
2006-02-03 20:27:35 +00:00
Mark D. Baushke
f169fdd35f * mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
for gnu-emacs or xemacs to avoid void-variable tool-bar-map lisp
errors if describe-bindings is called before tool-bar-mode is used.
2006-02-03 19:32:06 +00:00
Eli Zaretskii
d2f45f32aa No need to mention Makefile.unix, it is no longer created. 2006-02-03 19:31:55 +00:00
Peter Galbraith
e6e91eda9e (mh-url-unreserved-chars): Fix typo from `mh-url-unresrved-chars'. 2006-02-03 17:55:37 +00:00
Stefan Monnier
ae2c9c21a3 Docstring fixes. 2006-02-03 15:57:56 +00:00
Kenichi Handa
6bba8c7028 (set-locale-environment): Add "/usr/share/X11/locale/locale.alias" to
search list for xorg-x11 libX11.
2006-02-03 11:34:53 +00:00
Eli Zaretskii
24d5d3e2fd *** empty log message *** 2006-02-03 11:23:35 +00:00
Eli Zaretskii
b398503955 (archive-maybe-copy): Fix the way directories in the archive are created
in archive-tmpdir.
2006-02-03 11:05:29 +00:00
Eli Zaretskii
67e5330555 (erc-version-string): Don't hard-code Emacs version.
(erc-version): Use emacs-version.
2006-02-03 10:25:38 +00:00
John Paul Wallington
070b3f4427 Update copyright years. 2006-02-02 21:59:18 +00:00
John Paul Wallington
4b9ae390fa (ibuffer-mark-compressed-file-buffers): New command. 2006-02-02 21:57:09 +00:00
John Paul Wallington
9fe14abebd (ibuffer-compressed-file-name-regexp): New defcustom.
(ibuffer-fontification-alist): Use it.
(ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers' to "*
z" and the Ibuffer Mark menu.
2006-02-02 21:55:33 +00:00
Juanma Barranquero
f161b0795c (rcirc-cmd-join): Improve argument/docstring consistency. 2006-02-02 16:49:58 +00:00
Juanma Barranquero
475ffea416 (newsticker--decode-iso8601-date, newsticker--set-customvar,
newsticker--buffer-insert-item, newsticker--do-run-auto-mark-filter,
newsticker--parse-generic-feed): Doc fixes.
(newsticker--retrieval-timer-list, newsticker-url-list,
newsticker-hide-immortal-items-in-echo-area,
newsticker-hide-obsolete-items-in-echo-area, newsticker-new-item-face,
newsticker--enclosure, newsticker-buffer-update,
newsticker-w3m-show-inline-images, newsticker--parse-atom-0.3,
newsticker--parse-rss-1.0, newsticker--parse-generic-feed,
newsticker--cache-contains, newsticker--stat-num-items,
newsticker-download-enclosures): Fix typos in docstrings.
2006-02-02 16:23:49 +00:00
Stefan Monnier
7b8e06aaa6 (*table--cell-describe-mode, *table--cell-describe-bindings): Undo last change
since print-help-return-message is not obsoleted by anything at all.
2006-02-02 15:12:17 +00:00
Luc Teirlinck
c36f1e6780 (cua-mode): Doc fix. 2006-02-02 14:41:36 +00:00
Luc Teirlinck
f079f5bc6e *** empty log message *** 2006-02-02 14:40:31 +00:00
Juanma Barranquero
0ddb3356b2 *** empty log message *** 2006-02-02 12:28:18 +00:00
Juanma Barranquero
3db4118f6c (mailclient-place-body-on-clipboard-flag): Fix typo in docstring. 2006-02-02 12:04:23 +00:00
Juanma Barranquero
d33544d379 (savehist-loaded, savehist-load, savehist-install, savehist-autosave,
savehist-trim-history): Fix typos in docstrings.
2006-02-02 12:02:14 +00:00
Juanma Barranquero
2e39877180 (rcirc-debug): Fix docstring.
(rcirc-fill-column, rcirc-receive-message-hooks, rcirc-browse-url-map,
rcirc-read-only-flag, rcirc-prompt, rcirc-mode, rcirc-generate-new-buffer-name,
rcirc-startup-channels, rcirc-ignore-update-automatic, rcirc-cmd-ignore,
rcirc-browse-url, rcirc-url-regexp): Fix typos in docstrings.
(rcirc-print): "?\ " -> "?\s".
2006-02-02 11:47:17 +00:00
Juanma Barranquero
3f19eaa72a (ezimage-mail, ezimage-object-out-of-date, ezimage-insert-image-button-maybe,
ezimage-insert-over-text): Fix typos in docstrings.
2006-02-02 11:12:58 +00:00
Juanma Barranquero
26e98da9f8 (dframe-handle-make-frame-visible, dframe-handle-iconify-frame,
dframe-get-focus, dframe-select-attached-frame, dframe-power-click,
dframe-frame-mode): Fix typos in docstrings.
2006-02-02 11:04:55 +00:00
Juanma Barranquero
8b730780cb (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-face-buffer,
hi-lock-font-lock-hook, hi-lock-archaic-interface-message-used,
hi-lock-file-patterns-range): Fix typos in docstrings.
2006-02-02 10:43:18 +00:00
Mark A. Hershberger
e36cfca2b0 forgot log line 2006-02-02 04:54:28 +00:00