Commit graph

2057 commits

Author SHA1 Message Date
Dan Nicolaescu
9efa445fbe * smime.el (from):
* rfc2047.el (message-posting-charset):
* qp.el (mm-use-ultra-safe-encoding):
* pop3.el (parse-time-months):
* nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
* nnml.el (files):
* nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
(jka-compr-compression-info-list, ange-ftp-path-format)
(efs-path-regexp):
* nndiary.el (files):
* mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
(pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
(epg-digest-algorithm-alist, inhibit-redisplay)
(password-cache-expiry):
* mml1991.el (pgg-default-user-id, pgg-errors-buffer)
(pgg-output-buffer, password-cache-expiry):
* mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
(efs-path-regexp):
* mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
(inhibit-redisplay):
* mm-uu.el (file-name, start-point, end-point, entry)
(gnus-newsgroup-name, gnus-newsgroup-charset):
* mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
(latin-unity-ucs-list):
* mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
(mm-uu-binhex-decode-function):
* message.el (gnus-message-group-art, gnus-list-identifiers, )
(rmail-enable-mime-composing, gnus-local-organization)
(gnus-post-method, gnus-select-method, gnus-active-hashtb)
(gnus-read-active-file, facemenu-add-face-function)
(facemenu-remove-face-function, gnus-article-decoded-p)
(tool-bar-mode):
* mail-source.el (display-time-mail-function):
* gnus-util.el (nnmail-pathname-coding-system)
(nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
(gnus-original-article-buffer, gnus-user-agent)
(rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
(xemacs-codename, sxemacs-codename, emacs-program-version):
* gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
* gnus-start.el (gnus-agent-covered-methods)
(gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
(gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
(gnus-newsgroup-headers, gnus-group-list-mode)
(gnus-group-mark-positions, gnus-newsgroup-data)
(gnus-newsgroup-unreads, nnoo-state-alist)
(gnus-current-select-method, mail-sources)
(nnmail-scan-directory-mail-source-once, nnmail-split-history)
(nnmail-spool-file, gnus-cache-active-hashtb):
* gnus-mh.el (mh-lib-progs):
* gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
(gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
(gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
(gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
(gnus-group-buffer):
* gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
(font-lock-set-defaults):
* gnus-art.el (tool-bar-map, w3m-minor-mode-map)
(gnus-face-properties-alist, charset, gnus-summary-article-menu)
(gnus-summary-post-menu, total-parts, type, condition, length):
* gnus-agent.el (gnus-agent-read-agentview):
* flow-fill.el (show-trailing-whitespace):
* gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
eval-and-compile wrappers for byte compiler pacifiers.

* mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
(mm-display-inline-fontify): Check for featurep 'xemacs not
extent-list.

* mm-decode.el (mm-display-external): Check for featurep 'xemacs not
itimer-list.
(mm-create-image-xemacs): Only do something for XEmacs.
(mm-image-fit-p): Check for featurep 'xemacs not glyph-width.

* mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.

* gnus-registry.el (gnus-adaptive-word-syntax-table):
* gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.

* textmodes/reftex-dcr.el (reftex-start-itimer-once): Add check
for XEmacs.

* calc/calc-menu.el (calc-mode-map): Pacify byte compiler.

* doc-view.el (doc-view-resolution): Add missing :group.
2007-11-16 16:50:35 +00:00
Carsten Dominik
8635fef07a * textmodes/org.el (org-table-formula-substitute-names): Removed
forgotten temporary debugging code.
2007-11-06 07:00:47 +00:00
Michael Olson
6159985a12 Remember: Use define-obsolete-function-alias for `remember-buffer'. 2007-11-03 20:45:20 +00:00
Glenn Morris
802054c963 (nroff-mode): Set comment-insert-comment-function rather than
indent-line-function.
(nroff-indent-line-function): Remove.
(nroff-insert-comment-function): New function.
2007-11-03 03:02:00 +00:00
Michael Olson
246a4316de remember.el: Make remember-buffer an alias of remember-finalize 2007-11-02 03:42:05 +00:00
Michael Olson
77210f1e45 Remove mentions of Planner in remember.el. 2007-11-01 15:39:59 +00:00
Michael Olson
869dc29056 Remember: Fix mistake in last commit and improve remember-mode docstring. 2007-11-01 04:56:10 +00:00
Michael Olson
80f0c18f73 remember.el (remember-mode-map): Define and initialize in one step. 2007-11-01 04:40:55 +00:00
Michael Olson
174a72eaf4 Remember: Put on a low-cookie diet, and improve docstrings. 2007-11-01 04:37:47 +00:00
Glenn Morris
87006f3e0a (nroff-mode): Set indent-line-function.
(nroff-indent-line-function): New function.
(nroff-count-text-lines): Use nroff-forward-text-line rather than
obsolete alias.
2007-11-01 04:00:09 +00:00
Dan Nicolaescu
91dd4dc442 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
only if it is bound.

* textmodes/reftex.el: Move autoloads for before all uses.
(reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
(reftex-delete-overlay): Move to the top level with the condition
in the body.

* progmodes/simula.el: Use when instead of if.

* iimage.el (iimage-locate-file): Define unconditionally.

* mail/mailabbrev.el (mail-abbrev-next-line):
* emulation/vip.el (vip-enlarge-region, vip-line)
(vip-next-line-at-bol, vip-previous-line)
(vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
Wrap with-no-warnings around uses of next-line and previous-line.

* ediff.el (run-ediff-from-cvs-buffer):
* ediff-vers.el (cvs-run-ediff-on-file-descriptor): Remove
function not used by pcl-cvs anymore.
(noninteractive, generic-sc-get-latest-rev)
(ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
Delete support for long obsolete generic-sc.el.
2007-10-31 06:28:09 +00:00
Miles Bader
904fac674e Add arch tagline 2007-10-30 23:27:59 +00:00
Michael Olson
e06280609c remember.el: Add additional items to some defcustom options 2007-10-30 13:47:24 +00:00
Glenn Morris
2799e7a008 Add 2007 to copyright years. 2007-10-30 06:25:00 +00:00
Dan Nicolaescu
4ea0e84a49 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
(edt-gnu-emacs19-p): Remove.
(edt-emacs-variant, edt-window-system): Use feature 'emacs.
(edt-xserver, edt-page-backward, edt-beginning-of-line)
(edt-end-of-line-forward, edt-end-of-line-backward)
(edt-one-word-forward, edt-one-word-backward, edt-character)
(edt-line-forward, edt-next-line, edt-previous-line, edt-top)
(edt-find-forward, edt-find-backward, edt-find-next-forward)
(edt-find-next-backward, edt-reset, edt-advance, edt-backup)
(edt-define-key, edt-bottom-check, edt-sentence-forward)
(edt-sentence-backward, edt-paragraph-forward)
(edt-paragraph-backward, edt-restore-key, edt-window-top)
(edt-window-bottom, edt-scroll-window-forward-line)
(edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
(edt-line-to-top-of-window, edt-paragraph-backward)
(edt-restore-key, edt-window-top, edt-window-bottom)
(edt-scroll-window-forward-line)
(edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
(edt-line-to-middle-of-window, edt-goto-percentage)
(edt-display-the-time, edt-remember, edt-split-window)
(edt-emulation-on, edt-emulation-off)
(edt-default-emulation-setup, edt-user-emulation-setup)
(edt-select-default-global-map, edt-select-user-global-map):
Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
tests.

* textmodes/reftex-index.el (reftex-index-selection-or-word): Use
feature test instead of boundp test so it can be resolved at
compile time.

* net/newsticker.el (replace-regexp-in-string): Only define for
XEmacs.
2007-10-30 03:17:35 +00:00
Michael Olson
15f3eb73ae Check in Remember Mode 2007-10-30 01:39:14 +00:00
Dan Nicolaescu
fc5e09b3ee * textmodes/flyspell.el (message-signature-separator):
* longlines.el (message-indent-citation-function): Pacify byte
compiler.

* emacs-lisp/cl-loaddefs.el:
* ldefs-boot.el: Regenerate.

* Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
(.el.elc, compile, compile-always, compile-calc)
($(lisp)/progmodes/cc-mode.elc): Use it.
2007-10-29 18:32:32 +00:00
Glenn Morris
3fcff82f1f (org-publish-get-plist-from-filename):
Use mapc rather than mapcar (reinstall change deleted without log
entry 2007-10-22).
2007-10-29 07:30:06 +00:00
Glenn Morris
85184d81d2 Revert down-casing of copyright header. 2007-10-29 07:24:05 +00:00
Miles Bader
fdc9061358 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 131-137)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
2007-10-27 09:07:17 +00:00
Dan Nicolaescu
3fe5c37a0c * emulation/pc-select.el (next-line-mark, next-line-nomark)
(previous-line-mark, previous-line-nomark): Wrap with-no-warnings
around uses of previous-line and next-line.

* diff.el (diff-old-file, diff-new-file, diff-extra-args): New
defvars.

* textmodes/css-mode.el (comment-continue):
* net/browse-url.el (url-handler-regexp):
* progmodes/idlw-help.el (idlwave-system-routines): Pacify
byte-compiler.
2007-10-26 22:24:14 +00:00
Dan Nicolaescu
72229917b1 (fill-nobreak-p): Replace obsolete alias
line-move-invisible-p with invisible-p, it was removed on
2007-08-29.
2007-10-26 20:35:31 +00:00
Carsten Dominik
557f46f04b (org-no-warnings): New macro.
(org-columns-eval): Use `org-no-warnings'.
2007-10-25 14:24:43 +00:00
Carsten Dominik
613bf6a74f (org-todo): Save and restore match data. 2007-10-25 13:57:28 +00:00
Carsten Dominik
257b840151 * textmodes/org.el: (org-agenda-get-restriction-and-command): Use
`mapc' instead of `mapcar'.
	(org-agenda-list): Numeric prefix argument can specify the number
	of days.
	(remember-register, remember-buffer): Prevent byte compiler from
	complaining.
2007-10-25 09:28:34 +00:00
Glenn Morris
b68769f25a (conf-space-keywords): Mark this regexp as safe if a string. 2007-10-25 04:02:50 +00:00
Glenn Morris
6b2eb6eb79 (conf-space-keywords): Mark this regexps as safe if a string. 2007-10-25 03:59:26 +00:00
Dan Nicolaescu
5656d1bfaf (org-publish-attachment): Re-install
accidentally deleted change.
2007-10-24 15:50:28 +00:00
Carsten Dominik
fbe6c10d92 * textmodes/org.el (org-version): Changed to 5.13e.
(org-agenda-file-regexp): Fixed typo in docstring.
	(org-add-planning-info): Fixed bug in parenthesis settings.
	(org-scan-tags): Catch the case of indirect buffers with no
	filename.
	(org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
	Re-installed switch to mapc, had been removed by accident.
	(org-columns-map): New binding `C-c C-o'.
	(org-columns-menu): Changed menu text and added new entry.
	(org-columns-eval): Documented the use of `next-line'.
	(org-columns-open-link): New function.
	(org-columns-follow-link): Function removed.
	(org-open-link-from-string): New function.
	(org-read-date-get-relative): Fixed typo in docstring.
	(org-read-date-get-relative): Leading +/- is not optional.
	(org-agenda-get-restriction-and-command): Always resize window on
	first loop cycle.
	(org-agenda-open-link): Make sure the link abbreviations are
	present in the agenda buffer.
	(org-agenda-copy-local-variable): New function.
2007-10-24 05:37:11 +00:00
Stefan Monnier
088d6743d8 Require CL.
(comment-continue): Declare.
2007-10-23 21:24:36 +00:00
Stefan Monnier
594bab6583 (tex-uptodate-p): Don't signal an error if one
of the subdirs is unreadable.
2007-10-23 00:48:34 +00:00
John Wiegley
03f3cf356f Installed org-mode 5.13d 2007-10-22 21:56:24 +00:00
Dan Nicolaescu
729f1525da * textmodes/reftex.el: Move require easymenu before first use.
(reftex-info): Require info at compile too.

* textmodes/org-publish.el (org-publish-org-to-html)
(org-publish-org-to): Require org at compile time too.
(org-publish-attachment): Require at compile time too.

* term/tty-colors.el (w32-tty-standard-colors): Pacify
byte-compiler.

* term/pc-win.el (frame-creation-function-alist): Add to this
instead of setting frame-creation-function.

* play/blackbox.el (bb-up, bb-down): Use forward-line.

* net/rcirc.el (rcirc-markup-text-functions): Move definition
earlier.

* calendar/todo-mode.el: Require calendar at compile time.

* calendar/cal-islam.el: Require diary-lib at compile time.

* calendar/cal-hebrew.el: Require diary-lib and holidays at
compile time.

* w32-vars.el: Provide w32-vars.

* term/w32-win.el: Require w32-vars.
(w32-color-map): Pacify byte-compiler.

* loadup.el: Load w32-wars before term/w32-win.
2007-10-21 00:24:32 +00:00
Juri Linkov
64b53a1f5a (fill-paragraph): When the region is active, don't try other `or' branches
regardless of the value returned by fill-region; just return t.
2007-10-20 23:55:30 +00:00
Dan Nicolaescu
7caf6803d5 * textmodes/two-column.el (2C-split, 2C-merge):
* textmodes/bib-mode.el (bib-find-key, mark-bib):
* progmodes/idlw-shell.el (idlwave-shell-move-or-history):
* progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
* progmodes/ada-xref.el (ada-get-all-references):
* obsolete/mlsupport.el (ml-next-line, ml-previous-line):
* emulation/vi.el (vi-previous-line-first-nonwhite)
(vi-effective-range, vi-put-before):
* emulation/edt.el (edt-next-line, edt-previous-line)
(edt-paragraph-forward): Use forward-line.

* progmodes/etags.el (tags-apropos): Require apropos at compile
time too.

* progmodes/prolog.el: Require comint when compiling.
(inferior-prolog-flavor): Move defvar before use.
2007-10-19 18:41:09 +00:00
Thien-Thi Nguyen
e73ea842b7 (org-columns-eval): Use forward-line. 2007-10-18 16:07:35 +00:00
Thien-Thi Nguyen
dc11adf6bf Delete eol whitespace; nfc. 2007-10-18 16:05:45 +00:00
Thien-Thi Nguyen
cb7bddf661 (artist-previous-line, artist-next-line): Use forward-line. 2007-10-18 15:56:22 +00:00
Juanma Barranquero
efffe5a38f (fill-individual-paragraphs): Doc fix.
(adaptive-fill-function): Doc fix.  Remove * from docstring.
2007-10-18 13:35:16 +00:00
Juanma Barranquero
fdd2ae6d90 (fill-individual-paragraphs): Fix typo in docstring. 2007-10-18 13:29:30 +00:00
Juanma Barranquero
3e4dfbb6bd (fill-individual-paragraphs): Doc fix.
(adaptive-fill-function): Doc fix.  Remove * from docstring.
2007-10-18 13:27:04 +00:00
Juri Linkov
69f5930ae5 (ispell-word): Add interactive arg `region'. Fix docstring. 2007-10-18 00:07:48 +00:00
Juri Linkov
b2d35abb42 (fill-paragraph-or-region): Remove function at the request of RMS.
(fill-paragraph): Change `arg' to optional `justify'.  Add interactive
arg `region'.  Fix docstring.  At the first `or' branch add call to
`fill-region' if it the region is active in transient-mark-mode.
2007-10-18 00:06:33 +00:00
Juri Linkov
75662d966b (ispell-word): Call `ispell-region' on the active region in transient-mark-mode.
(ispell-region): Change messages displayed at the start and end of
the spell-checking to be the same.
2007-10-14 20:40:53 +00:00
Glenn Morris
47aad890c4 (reftex-select-item): Use mapc rather than mapcar. 2007-10-13 23:01:09 +00:00
Glenn Morris
85484c836a (org-export-as-html, org-export-as-ascii)
(org-fast-tag-selection): Use mapc rather than mapcar.
2007-10-13 02:57:57 +00:00
Glenn Morris
b6064d5230 (org-publish-get-plist-from-filename): Use mapc rather than mapcar. 2007-10-12 06:41:15 +00:00
Glenn Morris
551e625ffe Remove some trailing whitespace.
(reftex-do-citation)
(reftex-insert-bib-matches): Use mapc rather than mapcar.
2007-10-12 06:39:21 +00:00
Glenn Morris
fe2ca5ece2 (reftex-offer-label-menu): Use mapc rather than mapcar. 2007-10-12 06:37:58 +00:00
Glenn Morris
91529f3d15 (reftex-select-unmark): Use mapc rather than mapcar. 2007-10-12 06:36:27 +00:00