1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
Commit graph

1228 commits

Author SHA1 Message Date
Miles Bader
ff59d266c7 Release ERC 5.2.
I have updated the version of ERC to 5.2, since it fixes a bug with C-c
C-SPC being bound globally by default.  For the full list of changes in
this version, see etc/ERC-NEWS.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-687
Creator:  Michael Olson <mwolson@gnu.org>
2007-04-01 13:36:38 +00:00
David Kastrup
ba7529b671 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
corresponding to MANPATH_MAP entries.
(woman-man.conf-path, woman-parse-man.conf): Doc fix.
(woman-parse-man.conf): Use more discriminating man.conf name.
(woman-parse-man.conf): Parse MANPATH_MAP entries.
(woman-manpath): Doc fix and type fix.
(woman-cached-data): Check for MANPATH_MAP entries.
(woman-expand-directory-path): Treat MANPATH_MAP entries.

* woman.texi (Topic, Interface Options): Explain changes semantics of
woman-manpath in order to consider MANPATH_MAP entries.
2007-03-31 15:22:14 +00:00
Eli Zaretskii
5a842fda54 *** empty log message *** 2007-03-31 11:20:45 +00:00
Eli Zaretskii
4551278734 *** empty log message *** 2007-03-31 09:45:39 +00:00
Chong Yidong
89c269bf27 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
Init Non-ASCII.
(Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
(Init Non-ASCII): New node.
2007-03-30 23:43:07 +00:00
YAMAMOTO Mitsuharu
a0dd810b1b *** empty log message *** 2007-03-28 08:16:39 +00:00
Richard M. Stallman
8907f65c85 *** empty log message *** 2007-03-26 03:32:35 +00:00
Thien-Thi Nguyen
55402668f9 (Setting Process Marks): Fix typo. 2007-03-25 20:10:34 +00:00
Romain Francoise
d242242b23 (New in Emacs 22): Reorganize using an itemized list for readability,
and include various fixes by Daniel Brockman, Nick Roberts and Dieter
Wilhelm.
2007-03-25 13:30:46 +00:00
Thien-Thi Nguyen
a0ca081df2 (Splitting Mail): Reword "splitting"-as-adj to be -as-noun. 2007-03-24 23:26:46 +00:00
Thien-Thi Nguyen
573ab279d6 (Mail Source Specifiers): Fix typo. 2007-03-24 13:49:54 +00:00
David Kastrup
ce545621d2 * textmodes/reftex.el: Add maintainer address.
* textmodes/reftex-vars.el: Add maintainer address.

	* textmodes/reftex-toc.el: Add maintainer address.

	* textmodes/reftex-sel.el: Add maintainer address.

	* textmodes/reftex-ref.el: Add maintainer address.

	* textmodes/reftex-parse.el: Add maintainer address.

	* textmodes/reftex-index.el: Add maintainer address.

	* textmodes/reftex-global.el: Add maintainer address.

	* textmodes/reftex-dcr.el: Add maintainer address.

	* textmodes/reftex-cite.el: Add maintainer address.

	* textmodes/reftex-auc.el: Add maintainer address.

	* reftex.texi (Imprint): Update maintainer information.
2007-03-22 21:06:43 +00:00
Miles Bader
815b81c8f2 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 209-210)

   - Merge from emacs--devo--0
   - Update from CVS

2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/message.el (message-required-news-headers):
   * lisp/gnus/gnus-util.el (gnus-intern-safe): Fix typo in docstring.

2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-generate-new-buffers): Change the meaning of the
   nil value; add `standard' to the choices; treat t as `unique'; improve
   doc string.
   (gnus-select-frame-set-input-focus): Autoload.
   (message-buffer-name): Search for the existing message buffer if
   message-generate-new-buffers is nil or `standard'; treat the value t of
   message-generate-new-buffers as `unique'.
   (message-pop-to-buffer): Raise the frame already displaying the message
   buffer; clear the echo area after querying.
   (message-setup): Pass the `continue' argument to compose-mail.
   (message-mail): Prefer `switch-function' if it is given; search for the
   existing message buffer if the `continue' argument is non-nil; pass
   continue and switch-function arguments to compose-mail by way of
   message-setup.
   (message-mail-other-window): Adjust argument of message-setup.
   (message-mail-other-frame): Ditto.

2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/message.texi (Message Buffers): Update documentation for
   message-generate-new-buffers.

2007-03-15  Daiki Ueno  <ueno@unixuser.org>

   * man/pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-674
2007-03-21 13:28:53 +00:00
Glenn Morris
76b0b55fd6 Ulf Jasper <ulf.jasper at web.de>:
(icalendar-version): Increase to 0.15.
(icalendar--get-unfolded-buffer): Define actual arguments rather
than just using &rest.  Check replace-in-string is fbound.
(icalendar-import-buffer): Doc fix.
(icalendar--convert-ical-to-diary): Set diary-file.  Check
diary-file before inserting final newline.
(icalendar--add-diary-entry): Return diary-file.
2007-03-21 07:15:44 +00:00
Chong Yidong
98eb8c4c93 * eshell.texi (Known problems): Emacs 21 -> 22. 2007-03-19 22:53:42 +00:00
Chong Yidong
ad9f1942e4 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1. 2007-03-19 22:52:22 +00:00
Glenn Morris
7ad42042de *** empty log message *** 2007-03-19 21:20:10 +00:00
Jay Belanger
ebb5150572 *** empty log message *** 2007-03-19 03:37:57 +00:00
Chong Yidong
1862915597 Fix "daylight savings time" -> "daylight saving time" typo. 2007-03-17 19:03:51 +00:00
Chong Yidong
d2fe392e6a * calc.texi (Time Zones): Switch to new North America DST rule.
* calendar.texi (Daylight Saving): Rename node from "Daylight Savings".
2007-03-17 18:37:07 +00:00
Chong Yidong
33bc3b670e * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
The variable now uses a list of symbols instead of just a symbol.
Reported by Christoph Conrad <christoph.conrad@gmx.de>.
2007-03-17 18:36:40 +00:00
Romain Francoise
be0527622a (New in Emacs 22): Don't say "now" too much. Add MH-E to
new packages, and mention Gnus update.
2007-03-06 19:45:22 +00:00
Richard M. Stallman
d89abe751c *** empty log message *** 2007-03-04 18:29:07 +00:00
Miles Bader
45cb30ee1e Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 203-205)

   - Merge from emacs--devo--0
   - Update from CVS

2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-make-in-reply-to): Quote name containing
   non-ASCII characters.  It will make the RFC2047 encoder cause an error
   if there are special characters.  Reported by NAKAJI Hiroyuki
   <nakaji@kankyo-u.ac.jp>.

2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nntp.el (nntp-never-echoes-commands)
   (nntp-open-connection-functions-never-echo-commands): New variables.
   (nntp-send-command): Use them.

2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (NNTP): Mention nntp-never-echoes-commands and
   nntp-open-connection-functions-never-echo-commands.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-658
2007-03-01 23:41:53 +00:00
Thien-Thi Nguyen
8193fc4ba8 *** empty log message *** 2007-02-28 10:45:06 +00:00
Thien-Thi Nguyen
73b21162b6 *** empty log message *** 2007-02-28 10:14:40 +00:00
Chong Yidong
71d41f7972 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
problems on the console, and security risk in not using gpg-agent.
2007-02-27 16:14:08 +00:00
Nick Roberts
063b728990 *** empty log message *** 2007-02-26 21:01:26 +00:00
Carsten Dominik
f252c2ad23 *** empty log message *** 2007-02-25 06:43:10 +00:00
Carsten Dominik
d3f4dbe852 (org-table-overlay-coordinates)
(org-table-toggle-coordinate-overlays): New functions.
	(org-table-overlay-coordinates, org-table-coordinate-overlays):
	New variables.
	(org-startup-with-deadline-check): Option removed.
	(org-mode): Remove deadline check on startup.
	(org-table-limit-column-width): Option removed.
	(org-table-formula-numbers-only): Option removed.
	(org-link-style, org-link-format): Options removed.
	(org-select-agenda-window, org-fit-agenda-window): Options
	removed.
	(org-export-ascii-show-new-buffer)
	(org-export-html-show-new-buffer): Options removed.
	(org-activate-links): Camel option removed.
	(org-file-link-context-use-camel-case): Option removed.
	(org-camel-regexp): Veriable removed.
	(org-activate-camels): Function removed.
	(org-store-link): Removed Camel stuff.
	(org-make-org-heading-camel): Function removed.
	(org-open-at-point): Removed camel stuff.
	(org-link-search): Removed camel stuff.
	(org-camel-to-words): Function removed.
	(org-get-agenda-file-buffer): Make sure we prepare the
	base buffers, not any indirect buffers.
	(org-sort-entries): Sort top-level when not on a
	headline, and no active region.
	(org-in-regexp): New function.
	(org-search-not-self): Renamed from `org-search-not-link'.
	(org-open-link-marker): New variable.
	(org-open-at-point): Set `org-open-link-marker'.
	(org-print-icalendar-entries): Fixed bug with excluding DONE
	entries from the exported list.
	(org-edit-formula-lisp-indent): New command.
	(orgtbl-to-texinfo, orgtbl-to-html): New functions.
	(orgtbl-to-latex, orgtbl-insert-radio-table)
	(orgtbl-toggle-comment, orgtbl-send-table): New functions.
	(orgtbl-radio-table-templates): New option.
	(org-store-link-props):
	(org-remember-templates): More possibilities to insert
	info into templates.
	(org-remember-apply-template): Make use of the extended template
	capabilities.
	(org-remember-redo-template): New command.
	(org-upgrade-old-links)
	(org-table-modify-formulas, org-table-replace-in-formulas)
	(org-table-find-dataline)
	(org-table-get-vertical-vector): Functions removed.
	(org-table-remove-rectangle-highlight)
	(org-time-stamp-format, org-toggle-log-option)
	(org-table-highlight-rectangle)
	(org-table-iterate, org-table-make-reference):
	(org-translate-time, org-tree-to-indirect-buffer)
	(org-table-field-info, org-table-fix-formulas)
	(org-table-force-dataline, org-table-get-descriptor-line)
	(org-table-get-range)
	(org-skip-comments, org-sort)
	(org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
	(org-table-current-dline, org-table-current-field-formula)
	(org-table-edit-backward-field)
	(org-table-edit-formulas-post-command)
	(org-table-edit-line-down, org-table-edit-line-up)
	(org-agenda-archive)
	(org-agenda-clock-cancel)
	(org-agenda-clock-out, org-agenda-list-stuck-projects)
	(org-agenda-open-link, org-agenda-show-new-time)
	(org-agenda-skip-subtree-when-regexp-matches)
	(org-agenda-tree-to-indirect-buffer, org-agenda-undo)
	(org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
	(org-do-sort, org-file-image-p, org-find-overlays)
	(org-find-row-type, org-get-indirect-buffer, org-get-repeat)
	(org-highlight-until-next-command, org-isearch-end)
	(org-match-any-p, org-next-link, org-previous-link):
	(org-remove-subtree-entries-from-agenda, org-replace-escapes)
	(org-rewrite-old-row-references)
	(org-isearch-post-command)
	(org-table-edit-move, org-table-edit-next-field)
	(org-table-edit-scroll, org-table-edit-scroll-down)
	(org-set-frame-title, org-show-reference)
	(org-unhighlight-once, org-verify-change-for-undo): New
	functions.
	(org-show-variable): Command removed.
	(org-add-log-maybe): New arguments STATE, FINDPOS
	(org-table-sort-lines): Rewritten from scratch.
	(org-link-search): New argument AVOID-POS.
	(org-print-icalendar-entries): Argument CATEGORY removed.
	(org-run-agenda-series): Argument WONDOW removed.
	(org-next-link, org-previous-link): New commands.
	(org-agenda-date-format): New option.
	(org-table-iterate): New command.
	(org-table-modify-formulas)
	(org-table-replace-in-formulas): Functions removed.
	(org-table-fix-formulas): New function.
	(org-table-insert-column, org-table-delete-column)
	(org-table-move-column): Use `org-table-fix-formulas'.
	(org-follow-gnus-link): Patch from Bastien/Leo.
	(org-table-current-field-formula): New function.
	(org-file-image-p): New function.
	(org-agenda-show-new-time): New function.
	(org-agenda-date-later): Call `org-agenda-show-new-time'.
	(org-with-remote-undo): New macro.
	(org-agenda-undo): New command.
	(org-verify-change-for-undo): New function.
	(org-time-stamp-format): New function.
	(org-agenda-get-timestamps): Skip scheduled if DONE and requested
	by user.
	(org-match-any-p): New function.
	(org-make-tags-matcher): Handle regular expressions for tag and
	todo matches.
	(org-read-date): Accept "+N" as input for a date relative to the
	current date.
	(org-remove-subtree-entries-from-agenda): New function.
	(org-agenda-archive, org-agenda-kill): Use
	`org-remove-subtree-entries-from-agenda'.
	(org-do-sort, org-sort-entries): New functions.
	(org-sort): New command.
	(org-table-sort-lines): Use `org-do-sort'.
	(org-fix-decoded-time): New function.
	(org-table-number-regexp): Require 0x... to identify as number in
	tables.
	(org-startup-options): New keywords for note taking.
	(org-upgrade-old-links): Function removed.
	(org-get-repeat): New function.
	(org-show-context): Also show siblings on current level.
	(org-show-siblings): New function.
	(org-isearch-end, org-isearch-post-command): New functions.
	(org-show-siblings): New option.
	(org-show-context): Use `org-show-siblings'.
	(org-table-maybe-recalculate-line): No longer require `calc-eval'
	to be bound, because user may just use elisp.
2007-02-25 06:40:38 +00:00
Alan Mackenzie
b03ab6e8b7 *** empty log message *** 2007-02-24 09:51:31 +00:00
Kim F. Storm
3c00238a4a *** empty log message *** 2007-02-22 00:35:28 +00:00
Juanma Barranquero
a575c46e99 *** empty log message *** 2007-02-19 10:52:35 +00:00
Romain Francoise
755b72e9d4 (Miscellaneous commands): q runs cvs-bury-buffer', not cvs-mode-quit'. 2007-02-18 14:38:36 +00:00
Kim F. Storm
428807eae4 *** empty log message *** 2007-02-14 11:59:36 +00:00
Chong Yidong
f2a45eafbf * back.texi: Remove unused file. 2007-02-12 22:13:46 +00:00
Glenn Morris
7f6d64f85a Switch to standard GPL text for license. 2007-02-11 00:15:39 +00:00
Eli Zaretskii
3570640e43 *** empty log message *** 2007-02-10 11:57:58 +00:00
Juanma Barranquero
ef06007552 (Fullscreen mode on MS-Windows): New node. 2007-02-07 00:26:17 +00:00
Francesco Potortì
049b41a499 (Tag Syntax): Now --members is the default for etags, not for ctags
yet.
2007-02-05 21:49:34 +00:00
David Kastrup
cb4e834e31 (AUCTeX): Update version number. Should probably be done
for other packages as well.
2007-02-04 17:45:34 +00:00
Eli Zaretskii
35dda13e39 *** empty log message *** 2007-02-03 15:30:55 +00:00
Juanma Barranquero
3c269b1ee7 Fix typos. 2007-02-02 15:40:10 +00:00
Miles Bader
41e49ce63e Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 197-199)

   - Merge from emacs--devo--0
   - Update from CVS

2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/nnslashdot.el (nnslashdot-request-article): Update end-of-article
   regexp.

2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/uudecode.el (uudecode-string-to-multibyte): New function emulating
   string-to-multibyte.
   (uudecode-decode-region-internal): Use it.

2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * man/gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
   <tassilo@member.fsf.org>.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-621
2007-01-30 22:18:03 +00:00
Chong Yidong
d5168ab9fc * frames.texi (Secondary Selection): Window clicked does not matter
when mouse-yank-at-point is non-nil.
2007-01-29 18:31:07 +00:00
Eli Zaretskii
9b0aaece34 *** empty log message *** 2007-01-27 13:52:16 +00:00
Glenn Morris
4e6835dbc4 Add 2007 to copyright years. 2007-01-21 04:57:37 +00:00
Eli Zaretskii
fa6661a899 (Flymake mode): find-file-hook instead of ...-hooks. 2007-01-20 14:37:30 +00:00
Miles Bader
6904f7fe8e Merge from erc--main--0
Highlights:

 - Display messages starting with "/" but are not commands correctly.
 - Add erc-capab.el file, with capab-identify module.
 - Fix various ERC menu bugs and add "Current channel" submenu.
 - Make header-line display look nicer.
 - Fix warning when auto-authenticating to bitlbee.
 - New option erc-system-name allows the hostname next to your nick to be
   customized.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-599
Creator:  Michael Olson <mwolson@gnu.org>
2007-01-17 18:17:25 +00:00
Glenn Morris
93a30ccc40 *** empty log message *** 2007-01-16 00:37:09 +00:00