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

47477 Commits

Author SHA1 Message Date
Nick Roberts
cf4b480f77 (vc-svn-dir-status): Correct logic for remote
connection.
(vc-svn-diff): Use old version number even when it is the working
revision.  This is needed, e.g, in the vc-print-log buffer.
2009-01-30 08:16:26 +00:00
Nick Roberts
338efeada8 *** empty log message *** 2009-01-30 08:13:07 +00:00
Glenn Morris
4ddca2c57f (rmail-speedbar-buttons, rmail-speedbar-move-message-to-folder-on-line):
Use line-end-position.
2009-01-30 07:23:01 +00:00
Glenn Morris
98a9d488a3 (rmail-header-summary): Use line-end-position. 2009-01-30 07:20:58 +00:00
Glenn Morris
45bd646186 (rmail-summary-update-line): Replace duplicate line-beginning-position calls. 2009-01-30 03:47:35 +00:00
Glenn Morris
df75fdb70d (rmail-reply): Handle empty folders. 2009-01-30 03:46:31 +00:00
Glenn Morris
d1501442e0 Toby Speight <streapadair at gmx.net> (tiny change)
(hosts-generic-mode, named-database-generic-mode): Fix regexp quoting.
2009-01-30 03:45:51 +00:00
Michael Albinus
5c7043a248 * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
correction of passwords.
2009-01-29 16:26:53 +00:00
Chong Yidong
3a67b38766 Update Oliver Seidel's email address, and add Stephen Berman as
maintainer.
2009-01-29 15:19:44 +00:00
Chong Yidong
00c6f62e66 (rmail-toggle-header): Determine current header
style using the buffer-local value of rmail-header-style in the
view buffer.
(rmail-show-message): Set a buffer-local value of
rmail-header-style in the view buffer.
2009-01-29 14:09:36 +00:00
Chong Yidong
7c2758bf33 * mail/rmail.el (rmail-toggle-header): Determine current header
style using the buffer-local value of rmail-header-style in the
view buffer.
(rmail-show-message): Set a buffer-local value of
rmail-header-style in the view buffer.
2009-01-29 14:09:23 +00:00
Juanma Barranquero
426bf35900 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
Fix typos in docstrings.
2009-01-29 12:34:08 +00:00
Juanma Barranquero
bcca751d83 Exclude VCS metadata dirs from completion.
* bindings.el (completion-ignored-extensions):
  Add entries for VCS metadata directories (CVS/, .svn, etc).

* pcvs.el (completion-ignored-extensions):
* vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
  directory, now done in bindings.el.
2009-01-29 08:53:37 +00:00
Glenn Morris
3c8ccebbcd Klaus Straubinger <KSNetz at UseNet.ArcorNews.DE> (tiny change)
(pcmpl-rpm): Doc fix.
2009-01-29 03:43:39 +00:00
Glenn Morris
04c17beac3 (rmail-summary-disable): Fix declaration. 2009-01-29 03:42:17 +00:00
Glenn Morris
0954b0aa0e (rmail-file-name): Remove duplicate definition.
(rmail-set-header): Ensure header changes get saved.
2009-01-29 03:41:57 +00:00
Glenn Morris
314a8fc3a7 (rmail-set-label): Update the summary, if there is one, after a label
is added.
2009-01-29 03:41:38 +00:00
Glenn Morris
8fbbdd4404 (rmail-summary-update-line): New function.
(rmail-summary-goto-msg): Return a value according to whether message
was found.
(rmail-summary-update-highlight): Give the overlay an 'rmail-summary
property.  Use line-end-position.
2009-01-29 03:41:12 +00:00
Chong Yidong
b3a51d1d20 (rmail-cease-edit): Add additional quotes to quoted From lines. 2009-01-29 03:02:39 +00:00
Chong Yidong
ace0f471fb (rmail-show-message): Unquote From lines. 2009-01-29 03:01:44 +00:00
Chong Yidong
45ce0616ce * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
quoted From lines.

* mail/rmail.el (rmail-show-message): Unquote From lines.
2009-01-29 03:00:26 +00:00
Chong Yidong
2e55c1b7bb (rmail-redecode-body): New function, based on old version removed in
2009-01-22 change.
2009-01-29 02:46:21 +00:00
Chong Yidong
fce18d3861 * mail/rmail.el (rmail-redecode-body): New function, based on old
version removed in 2009-01-22 change.
2009-01-29 02:41:47 +00:00
Tassilo Horn
856997723b (doc-view-mode): Don't use string-match and file
extension to choose fallback mode on empty/non-existing files but
let-bind auto-mode-alist and call normal-mode.
2009-01-28 20:33:44 +00:00
Eli Zaretskii
40077a525f (ls-lisp-classify): Propertize file name before concatenating the type
indicating character.
(ls-lisp-format): Don't propertize file-name if ls-lisp-classify already did.
2009-01-28 19:02:17 +00:00
Michael Albinus
f213fc091d * net/dbus.el (dbus-event-error-hooks): Fix docstring. Describe
second parameter of hook functions.
(dbus-handle-event): Apply it.
2009-01-28 16:10:38 +00:00
Chong Yidong
8372c367bd (rmail-toggle-header): Don't reset
rmail-header-style permanently (bug#2016).
2009-01-28 15:54:46 +00:00
Chong Yidong
09881c0d4d * mail/rmail.el (rmail-toggle-header): Don't reset
rmail-header-style permanently (bug#2016).
2009-01-28 15:54:27 +00:00
Chong Yidong
1f4e4f86c9 (PC-do-completion): Correct case when completion is unambiguous. 2009-01-28 15:34:32 +00:00
Chong Yidong
82536e1b4d * complete.el (PC-do-completion): Correct case when completion is
unambiguous.
2009-01-28 15:34:22 +00:00
Carsten Dominik
d6685abc9e 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda-get-todos): Start search from correct
	position.

	* org.el (org-fast-todo-selection): Make sure TODO selection does
	not change buffer position.

	* org-list.el (org-toggle-checkbox): Implement adding or removing
	checkboxes from line or region when called with a prefix
	argument.

	* org-rmail.el (org-rmail-store-link): Protect the call to
	`rmail-narrow-to-non-pruned-header'.

	* org-clock.el (org-clock-special-range): Fix week display in
	clock tables.

	* org-exp.el (org-get-current-options): Fix bug when in indirect
	buffer.

	* org-agenda.el (org-agenda-dim-blocked-tasks): New option.
	(org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
	(org-agenda-dim-blocked-tasks): New function.

	* org.el (org-enforce-todo-dependencies): New option.
	(org-block-todo-from-children-or-siblings): New function.

	* org-faces.el (org-agenda-dimmed-todo-face): New face.
2009-01-28 14:33:23 +00:00
Juanma Barranquero
147135ac93 Add bug references. 2009-01-28 09:38:42 +00:00
Glenn Morris
386c256f70 Whitespace fix. 2009-01-28 08:08:14 +00:00
Chong Yidong
685b547932 (todo-insert-item-here): Prevent insertion
of a new entry inside of an existing entry.  Minor code cleanup.
(todo-add-category): Change the interactive spec.  Signal an error
if the Todo file is non-empty but contains no category.  Reject
category names that could induce bugs and confusion.  Call
todo-mode if the Todo file is new and unsaved.  Simplify handling
of local variables cookie.  Properly display the newly added
category in Todo mode.
(todo-show): Call todo-initial-setup only if there is neither a
Todo file nor a corresponding unsaved buffer.
(todo-category-alist): Delete function.
(todo-completing-read): New function.
(todo-insert-item, todo-jump-to-category): Use it.
(todo-insert-item): Make the use of the prefix argument conform to
the doc string.
2009-01-28 03:56:18 +00:00
Chong Yidong
943ff21034 * calendar/todo-mode.el (todo-insert-item-here): Prevent insertion
of a new entry inside of an existing entry.  Minor code cleanup.
(todo-add-category): Change the interactive spec.  Signal an error
if the Todo file is non-empty but contains no category.  Reject
category names that could induce bugs and confusion.  Call
todo-mode if the Todo file is new and unsaved.  Simplify handling
of local variables cookie.  Properly display the newly added
category in Todo mode.
(todo-show): Call todo-initial-setup only if there is neither a
Todo file nor a corresponding unsaved buffer.
(todo-category-alist): Delete function.
(todo-completing-read): New function.
(todo-insert-item, todo-jump-to-category): Use it.
(todo-insert-item): Make the use of the prefix argument conform to
the doc string.
2009-01-28 03:56:08 +00:00
Glenn Morris
ac2fb81cf9 Whitespace fix. 2009-01-28 02:55:34 +00:00
Glenn Morris
98957f75b5 Restore clobbered change. 2009-01-28 02:54:00 +00:00
Glenn Morris
9940a3eca7 (rmail-expunge-and-save): Always show a message,
even when called from the summary.  (Bug#2075)
(rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
(rmail-show-message-maybe): Use rmail-no-mail-p.
(rmail-show-message): If empty folder, do nothing.  (Bug#2076)
2009-01-28 02:50:41 +00:00
Glenn Morris
3ea5d765e7 (rmail-message-recipients-p-1): Don't bother
starting from the beginning, since mail-fetch-field does not care.
(rmail-create-summary-line): Fix unseen handling.  (Bug#2089)
(rmail-get-summary-status): New name for old rmail-get-summary-labels.
(rmail-get-summary-labels): New function.  Returns labels rather than
status (edited, etc).
(rmail-create-summary): Insert an extra space after the status
flags, for consistency with old rmail, and with current
rmail-summary-font-lock-keywords.
2009-01-28 02:49:40 +00:00
Chong Yidong
bdd9d085a5 (perl-indent-line-command): Call indent-region if region is active.
Use cond instead of nested ifs.
2009-01-28 02:17:29 +00:00
Chong Yidong
406ed4bd06 * progmodes/perl-mode.el (perl-indent-line-command): Call
indent-region if region is active.  Use cond instead of nested ifs.
2009-01-28 02:16:45 +00:00
Chong Yidong
eb7f6f5b5c (rmail-convert-babyl-to-mbox): Prompt user before converting. 2009-01-27 23:02:00 +00:00
Chong Yidong
eaf49a6864 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
converting.
2009-01-27 23:01:50 +00:00
Chong Yidong
77f3338372 (unrmail): Record labels in X-RMAIL-* fields, which are recognized by
the new Rmail, instead of X-BABYL-V6-*.
2009-01-27 22:38:58 +00:00
Chong Yidong
0112aa1bfd * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
which are recognized by the new Rmail, instead of X-BABYL-V6-*.
2009-01-27 22:38:47 +00:00
Chong Yidong
c1202d4b35 (mouse-select-font): Return a string instead of a list. 2009-01-27 20:43:27 +00:00
Chong Yidong
902528809e * mouse.el (mouse-select-font): Return a string instead of a list. 2009-01-27 20:43:18 +00:00
Chong Yidong
ff23ac210a Fix last changelog entry. 2009-01-27 20:10:00 +00:00
Chong Yidong
7957d2f593 Swap C-delete and C-backspace bindings here, so we don't have to do it
in normal-erase-is-backspace-mode.
2009-01-27 20:09:47 +00:00
Chong Yidong
411c010477 the latter is not available on ttys anyway. 2009-01-27 20:09:38 +00:00
Chong Yidong
39a7b58905 * bindings.el ([C-backspace]): Swap C-delete and C-backspace
bindings here, so we don't have to do it in
normal-erase-is-backspace-mode.

* simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
and C-backspace; the latter is not available on ttys anyway.
2009-01-27 20:09:20 +00:00
Tassilo Horn
ff0def0e8f Fix broken call to string-match. 2009-01-27 18:34:02 +00:00
Tassilo Horn
06a21f70a8 (doc-view-mode): Enhance docstring and fallback to
fundamental-mode or ps-mode if the file is empty or doesn't exist
at all.
(doc-view-initiate-display): Better info message if doc-view-mode
cannot be used.  (Missing utility or no png support/no X frame.)
2009-01-27 15:52:17 +00:00
Carsten Dominik
65c439fd68 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-todo): Return correct state type even if the blocker
	throws an error.
	(org-modifier-cursor-error): Renamed from
	`org-shiftcursor-error'.
	(org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
	(org-shiftmetadown): Call `org-modifier-cursor-error'.

	* org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
	to get real errors from the blocker hook.

	* org.el (org-shiftselect-error, org-call-for-shift-select): New
	functions.
	(org-set-visibility-according-to-property): Turn off the setting
	of `org-show-entry-below', to avoid overruling a FOLDED visibility
	property.

	* org.el (org-support-shift-select): New option.
	(org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
	(org-shiftcontrolright, org-shiftcontrolleft): Support for shift
	selection outside contexts.

	* org-list.el (org-at-item-bullet-p): New function.

	* org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
	variables.

	* org-footnote.el (org-footnote-normalize): Remove unnecessary
	variable.
	(org-insert-footnote-reference-near-definition): Remove
	unnecessary let form.
2009-01-27 11:39:48 +00:00
Glenn Morris
4546235fc9 Tweak previous doc fix. 2009-01-27 08:32:56 +00:00
Glenn Morris
3b5ad65462 (rmail-copy-headers): Doc fix. Leave point at the end
of the headers in the full header case.  (Bug#2073)
2009-01-27 08:29:35 +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
Jay Belanger
170bc4f7d8 (calc-sel-expand-formula): Simplify expanded denominator. 2009-01-27 05:12:28 +00:00
Kenichi Handa
6b0c98f550 (rmail-get-coding-system): Fix previous change. 2009-01-27 04:49:33 +00:00
Kenichi Handa
fe83a3004e (rmail-get-coding-system): Re-search
rmail-mime-charset-pattern directly instead of using
mail-fetch-field.  Use coding-system-from-name.
2009-01-27 04:48:56 +00:00
Kenichi Handa
be7ca04425 (canonicalize-coding-system-name)
(coding-system-from-name): New functions.
2009-01-27 04:39:30 +00:00
Glenn Morris
f143d380fc Comment. 2009-01-27 03:53:07 +00:00
Glenn Morris
3176a6a031 (dired-bind-vm): Doc fix. 2009-01-27 03:45:06 +00:00
Glenn Morris
415046c882 Remove leading `*' from defcustom docs.
Replace `first' and `rest' with `car' and `cdr' throughout.
(rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
(rsf-scanning-messages-now): Doc fix.
(rsf-check-field): Rename from `check-field' and update callers.
(rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
Use rmail-output rather than deleted rmail-output-to-rmail-file.
2009-01-27 03:43:26 +00:00
Glenn Morris
778ef2ef07 Remove leading `*' from defcustom docs.
Remove needless autoloads of many defcustoms and hooks.
(rmail-enable-mime, rmail-insert-mime-resent-message-function)
(rmail-search-mime-message-function, rmail-search-mime-header-function)
(rmail-decode-mime-charset): Doc fix.
(rmail-search-message, rmail-resend): Check functions set before use.
2009-01-27 03:43:04 +00:00
Glenn Morris
c10782e6e5 Remove leading `*' from defcustom docs.
Remove needless autoloads of many defcustoms.
(rmail-output-to-babyl-buffer): Rename from
rmail-output-to-r-mail-buffer and update caller.
(rmail-output): Doc fix.
2009-01-27 03:42:31 +00:00
Glenn Morris
8d2b2df4b0 Remove leading `*' from defcustom docs.
Remove needless autoloads of many defcustoms.
(rmail-message-regexp-p-1): Check rmail-search-mime-header-function is set.
2009-01-27 03:42:08 +00:00
Glenn Morris
d654dddf13 (command-line-args-left): Remove unneeded declaration.
(batch-unrmail, unrmail): Doc fix.
2009-01-27 03:41:25 +00:00
Chong Yidong
3fbc055fd8 (rmail-message-recipients-p-1, rmail-message-regexp-p-1): Avoid clobbering the mark. 2009-01-27 03:15:52 +00:00
Chong Yidong
6682b72d72 * mail/rmailsum.el (rmail-message-recipients-p-1)
(rmail-message-regexp-p-1): Avoid clobbering the mark.
2009-01-27 03:15:14 +00:00
Chong Yidong
96a07ae931 (rmail-summary-mark-deleted): Recache summary. 2009-01-27 03:05:18 +00:00
Chong Yidong
04ce399c0e * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary. 2009-01-27 03:05:08 +00:00
Jay Belanger
d22546d532 (cal-sel-mult-both-sides): Add an option to expand the denominator. 2009-01-27 01:21:54 +00:00
Jay Belanger
1b2d606c19 Mention change to `j *'. 2009-01-27 01:20:27 +00:00
Michael Albinus
e12c189f66 * net/dbus.el (dbus-event-error-hooks): New variable.
(dbus-handle-event): Use it.
2009-01-26 20:26:52 +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
Carsten Dominik
bfe9b8c1f1 * org-export-latex.el (org-export-as-latex): Call
`org-export-latex-first-lines' with OPT-PLIST as a parameter.
	(org-export-latex-first-lines): New parameter OPT-PLIST.
2009-01-26 08:40:19 +00:00
Carsten Dominik
3c9ebe5506 *** empty log message *** 2009-01-26 08:39:48 +00:00
Carsten Dominik
1e4f816aab 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-yank): Tell `delete-selection-mode' about
	`org-yank'.

	* org-faces.el (org-clock-overlay): Fix face definition.

	* org-export-latex.el (org-export-latex-first-lines): Pass
	timestamp and footnote parameters to the preprocessor.

	* org-exp.el (org-export-remove-timestamps): Do not remove time
	stamps inside tables.
2009-01-26 07:44:42 +00:00
Glenn Morris
9f798291e4 (ELCFILES): Update. 2009-01-26 03:03:23 +00:00
Glenn Morris
ac120e6dbf (rmail-reply): Don't include Resent-To and Resent-Cc in replies. (Bug#512) 2009-01-26 02:06:58 +00:00
Juanma Barranquero
64cc3cf608 Add bug references. 2009-01-25 22:58:22 +00:00
Juanma Barranquero
447cfa6693 Add bug reference. 2009-01-25 22:19:29 +00:00
Chong Yidong
21d461130e Minor doc fix. 2009-01-25 21:31:49 +00:00
Ulf Jasper
3edf528464 icalendar: fixed doc string. 2009-01-25 21:23:39 +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
Adrian Robert
33b357927c * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
Remove from global map and key definitions.
	(ns-toggle-toolbar, ns-info-prefs): Add to global map and key
	definitions.
	(ns-show-preferences-help, ns-unput-working-text): New functions.
	(ns-unecho-working-text): Update message.
2009-01-25 19:50:16 +00:00
Bill Wohler
dcf71371b1 Follow Glenn's lead and update format of Copyright. 2009-01-25 18:33:05 +00:00
Carsten Dominik
0bd48b37bb 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-export-as-html): Turn \par into a paragraph.

	* org.el (org-agenda-tags-todo-honor-ignore-options): Declare
	variable.

	* org-table.el (org-table-insert-hline): Fix typo in fuction call
	to `backward-char'.

	* org-exp.el (org-export-as-html): Remove the initial space from
	colon examples.

	* org.el (org-scan-tags): Call
	`org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.

	* org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
	customization groups.
	(org-agenda-tags-todo-honor-ignore-options): New option.
	(org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
	New function.
	(org-agenda-get-todos): Use
	`org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-exp.el (org-export-format-source-code-or-example): Escape
	HTML characters also in examples that anre not treated with
	htmlize.  Also, just switch to EXAMPLE processing if we do not
	have a good version of htmlize.

	* org-rmail.el: Fix copyright notice.

	* org.el (org-activate-footnote-links): Improve footnote link
	highlighting.

	* org-footnote.el (org-footnote-normalize): Fix finding the end of
	a footnote definition at the end of the file.

	* org-table.el (org-table-get-specials): Add an imagined hline at
	the end of the table.  This can be useful for references that want
	to go to the end of the table.  Also fix bug when computing last
	row constants, in tables that do not start right at the right
	margin.
	(org-table-eval-formula): Match and replace remove references.
	(org-table-formula-substitute-names): Make sure that names inside
	a "remote" call are left alone, the will be replaced later when
	the remote call is handled.
	(org-table-convert-refs-to-rc): Do not convert things that might
	look like a reference, but are really part of an ID or namei n a
	remote reference.
	(org-table-get-remote-range): New function.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-faces.el (org-clock-overlay): Fix bug in face definition.

	* org-clock.el (org-clock-put-overlay): Use new face instead of
	`secondary-selection'.

	* org-faces.el (org-clock-overlay): New face.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-exp.el (org-get-current-options): Include the option for
	publishing time stamps.

	* org.el (org-toggle-heading): Renamed from
	`org-toggel-region-headings'.
	No longer needs a region defined, but will use it if there is one.
	(org-ctrl-c-star): Simplified, relying more on the internal
	workings of `org-toggle-heading'.
	(org-toggle-item): Renamed from `org-toggle-region-items'.
	No longer needs a region defined, but will use it if there is one.
	(org-ctrl-c-minus): Simplified, relying more on the inernal
	workings of `org-toggle-item'.

	* org-export-latex.el (org-export-latex-preprocess): Fix bug in
	environment detection.  Also, do real changes only in unprotected
	places.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-export-latex.el (org-export-latex-quotation-marks): Use
	`org-if-unprotected-1'.
	(org-export-latex-set-initial-vars): Check for class definition in
	property.

	* org-macs.el (org-if-unprotected-1): New macro.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-compat.el (org-count-lines): New function.

	* org-exp.el (org-export-format-source-code-or-example): Handle
	switches related to text areas.

	* org.el (org-activate-footnote-links): Don't allow match inside a
	link.

	* org-footnote.el (org-footnote-re): Don't allow match inside a link.

	* org-export-latex.el (org-export-latex-links): Keep a relative
	path relative also after export.

	* org-exp.el (org-export-html-scripts): Fix HTML snippet.

	* org.el (org-make-tags-matcher): Never use IDO for completing the
	tags matcher match string.
	(org-completing-read): Also remove the special biding for "?".

	* org-attach.el (org-attach-allow-inheritance): New option.
	(org-attach-inherited): New variable.
	(org-attach-dir): Handle properties related to the attachment
	directory.
	(org-attach-check-absolute-path): New function.
	(org-attach-set-directory, org-attach-set-inherit): New commands.
	(org-attach): Accommodate the new commands in the dispatcher.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-compat.el (org-fit-window-to-buffer): Fix bug with using
	`window-full-width-p'.

	* org-exp.el (org-export-as-html): Only check for images files
	that really can be inlined

	* org.el (org-image-file-name-regexp, org-file-image-p): Allow the
	list of extensions to be a parameter.

	* org-exp.el (org-export-html-inline-image-extensions): New
	variable.

	* org-agenda.el (org-prepare-agenda): Use
	`org-agenda-block-separator'.
	(org-agenda-block-separator): New option.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-export-latex.el (org-export-latex-tables): Call
	`org-table-clean-before-export' with the new optional argument.

	* org-exp.el (org-table-clean-before-export): New optional
	parameter MAYBE-QUOTED, allows for quoted characters like \# in
	first column.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
	histograms.

	* org-colview.el (org-colview-construct-allowed-dates): Better
	error catching when a date/time property does not have allowed
	values defined.

	* org-colview-xemacs.el (org-colview-construct-allowed-dates):
	Better error catching when a date/time property does not have
	allowed values defined.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-map-entries): Restore point and restriction after
	`org-map-entries'.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-time=, org-time<, org-time<=, org-time>)
	(org-time>=, org-time<>): Make sure both values are dates.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-archive.el (org-extract-archive-heading): Allow %s for file
	name also in achive location heading.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-archive.el (org-add-archive-files): Uniquify the list before
	returning it.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-compat.el (org-fit-window-to-buffer): Use
	`window-full-width-p'.

	* org-export-latex.el (org-export-latex-fixed-width): Enforce the
	space after the colon in short examples.

	* org-exp.el (org-export-protect-colon-examples): Rewritten, to
	enforce a space after the colon.  However, we also allow lines
	that are *only* a colon.
	(org-export-as-html): Enforce the space after the colon in short
	examples.
	(org-export-preprocess-string): Do the colon example protection
	earlier.
	(org-export-remove-timestamps): Do not check for protection at the
	end of the line.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-format-latex-options): Add new matcher for single
	letters between dollars.
	(org-get-header): Function removed.
	(org-heading-components): New function.

	* org-exp.el (org-export-define-heading-targets): Record ID's also
	as alternative targets.
	(org-export-as-html): Interpret "id:" links to other files by
	preserving the relative path.

	* org-jsinfo.el (org-infojs-handle-options): Catch the case if v
	is nil.

	* org-exp.el (org-export-normalize-links): Protect the main link,
	to avoid special character processing.

	* org-export-latex.el (org-export-latex-special-keyword-regexp):
	New variable.
	(org-export-latex-special-string-regexps): Variable removed.
	(org-export-latex-keywords): Use the new regexp.

	* org-exp.el (org-export-handle-include-files): Fetch switches and
	put them into the BEGIN statement.

	* org-timer.el (org-timer-mode-line-string): New variable.

	* org-clock.el (org-clock-mode-line-map): Renamed from
	`org-clock-mode-map'.
	(org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
	(org-clock-update-mode-line): Renamed from `org-update-mode-line'.
	(org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
	(org-clock-remove-overlays): Renamed from
	`org-remove-clock-overlays'.

	* org-timer.el (org-timer-pause-or-continue): Implement stopping
	and mode line display.
	(org-timer-stop): New command.
	(org-timer-seconds): Return correct time when timer is paused.
	(org-timer-mode-line-timer): New variable.
	(org-timer-set-mode-line, org-timer-update-mode-line): New
	functions.

	* org.el (org-insert-heading):  Handle new value `auto' for
	`org-blank-before-new-entry'.
	(org-org-menu): Add new items for timer functions.

	* org-list.el (org-insert-item): Handle new value `auto' for
	`org-blank-before-new-entry'.

	* org.el (org-blank-before-new-entry): New value `auto', made
	default.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-exp.el (org-export-normalize-links): If the link is also
	used as the description, protect the description.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-closest-date): Fix bug with yearly repeats, in
	combination with preference of the past as it is used for deadline
	and scheduling search.

	* org-exp.el (org-html-handle-time-stamps): No longer check for
	the `org-export-with-timestamps' option, because the preprocesser
	has taken care of this already.

	* org.el (org-entry-properties): Catch the case when this is
	called in a non-org-mode file.

	* org-export-latex.el (org-export-latex-remove-from-headlines):
	Variable made obsolete, also LaTeX export now uses the standard
	variables.
	(org-export-as-latex): Add the timestamps parameter to the
	preprocessor parameter list.
	(org-export-latex-content): Export the remaining keywords without
	considering to remove them.
	(org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
	Use bold font instead of tt font for the keywords.
	(org-export-latex-fontify-headline): Format headlines, assuming
	that all keywords still present should be published.
	(org-export-latex-keywords): Remove argument TIMESTAMPS and just
	publish what ever remains of the time stamps.
	(org-export-latex-list-parameters): New option.
	(org-export-latex-lists): Pass additional parameters to the list
	converter.

	* org-exp.el (org-export-preprocess-string): Remove clock lines
	and timestamps already in the preprocesor.
	(org-export-remove-timestamps, org-export-remove-clock-lines): New
	functions.
	(org-export-as-ascii, org-export-as-html): Add the timestamps
	parameter to the preprocessor parameter list.

	* org-list.el (org-list-parse-list): Parse for checkboxes.
	(org-list-to-generic): Introduce and handle new parameters :cbon
	and :cboff.
	(org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
	optional parameter PARAMS.

	* org-export-latex.el (org-export-latex-special-chars): Fix
	problems with interpreting dollar signs.
	(org-inside-latex-math-p): New function.
	(org-export-latex-preprocess): Protect all the math fragments.

	* org.el (org-latex-regexps): Allow a dash after a dollar.

	* org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
	mark after copying.

	* org-agenda.el (org-run-agenda-series): Have series options set
	when finalizing the agenda.

	* org-exp.el (org-export-format-source-code-or-example): Protect
	the converted examples.

	* org.el (org-set-regexps-and-options): Fix the regexp
	`org-complex-heading-regexp'.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-edit-src-get-label-format): New function.
	(org-coderef-label-format): New option.
	(org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
	a label format specification and make sure it is used in the edit
	buffer.
	(org-edit-src-get-label-format): New function.
	(org-store-link): Handle new coderef formats.
	(org-link-search): Handle new coderef formats.

	* org-footnote.el (org-footnote-create-definition)
	(org-footnote-goto-local-insertion-point): Make footnote insertion
	work correctly when the "Footnotes" headline is the last line in
	the buffer.

	* org.el (org-goto-marker-or-bmk): Expose context after jumping to
	the location.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-w3m.el (org-w3m): New customization group.
	(org-w3m-deactivate-mark): New option.
	(org-w3m-copy-for-org-mode): Deactivate region, unless the user
	option say not to.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-set-font-lock-defaults): Trigger footnote
	fontification.
	(org-activate-footnote-links): New function.
	(org-activate-links): New entry `footnote'.

	* org-faces.el (org-footnote): New face.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-macs.el (org-re): Handle the [:word:] class.

	* org-exp.el (org-export-preprocess-string): Call
	`org-export-protect-colon-examples'.
	(org-export-protect-colon-examples): Renamed from
	`org-export-protect-examples', and scope limited to lines starting
	with a colon.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-exp.el (org-export-preprocess-string): Move the preprocess
	hook to after turning on Org-mode.
	(org-export-preprocess-after-include-files-hook)
	(org-export-preprocess-after-tree-selection-hook)
	(org-export-preprocess-before-backend-specifics-hook)
	(org-export-preprocess-final-hook): New hooks.
	(org-export-preprocess-string): Run the new hooks.

	* org.el (org-ctrl-c-minus): Fix indentation for new items.

	* org-footnote.el: New file.

	* org.el (org-footnote): Require footnote code.
	(org-startup-options): Add new footnote options.
	(org-mode-map): New keybindig for footnotes.
	(org-ctrl-c-ctrl-c): Add function at footnotes.
	(org-org-menu): New menu entries for footnotes.

	* org-export-latex.el (org-export-as-latex): Pass footnote
	variable to preprocessor.
	(org-export-latex-preprocess): Treat multiple references to a
	footnote.

	* org-exp.el (org-export-preprocess-string): Call
	`org-footnote-normalize'.
	(org-export-as-ascii, org-export-as-html): Pass footnote variable
	to preprocessor.
	(org-export-as-html): Treat multiple references to a footnote.

2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-export-latex.el (org-export-latex-links): Handle coderef
	links.

	* org.el (org-bracket-link-analytic-regexp++): New variable.
	(org-make-link-regexps): Initialize
	`org-bracket-link-analytic-regexp++'.
	(org-store-link): Implement special case in edit-src buffer.
	(org-insert-link): No use of ide to insert stored links.
	(org-link-search): Implement special case for coderefs.

	* org-exp.el (org-export-html-scripts): New constant.
	(org-export-html-style-default): Add a new style for highlighted
	code.
	(org-export-code-refs): New variable.
	(org-export-preprocess-string): Initialize `org-export-code-refs'.
	Call `org-export-replace-src-segments-and-examples'
	No longer call `org-export-protect-examples'.
	(org-export-target-internal-links): Take care of coderef targets.
	(org-export-last-code-line-counter-value): New variable.
	(org-export-replace-src-segments-and-examples): Renamed from
	`org-export-replace-src-segments', and modified.
	(org-export-format-source-code-or-example): Renamed from
	`org-export-format-source-code'.
	(org-export-number-lines): New function.
	(org-export-as-ascii, org-export-as-html): Handle coderef links.
2009-01-25 15:54:03 +00:00
Ulf Jasper
f052351afe icalendar: uid-format, bug fixes. 2009-01-25 13:38:14 +00:00
Vinicius Jose Latorre
b0ba144950 Fix comment doc. 2009-01-25 01:24:16 +00:00
Vinicius Jose Latorre
fd80915905 Fix face background/foreground extraction. 2009-01-25 01:20:28 +00:00
Juri Linkov
5d91db30c6 (grep-mode-map): Put grep-find before grep and
change its title from "Recursive grep..." to "Grep via Find...".
Add menu items for lgrep and rgrep.
2009-01-25 00:55:22 +00:00
Chong Yidong
5fe829521c (align-region): Avoid infloop. 2009-01-24 23:42:42 +00:00
Chong Yidong
6ac30b5b14 * align.el (align-region): Avoid infloop. 2009-01-24 23:42:14 +00:00
Eli Zaretskii
001c62047a (environment): Function removed. 2009-01-24 16:19:56 +00:00
Eli Zaretskii
d8cb7e3da4 (prefer-coding-system, set-default-coding-systems): Doc fix. 2009-01-24 15:55:55 +00:00
Eli Zaretskii
207422daae (set-language-environment-coding-systems): If default-buffer-file-coding-system
is nil, set up to have EOLs that are native for the underlying system-type.
2009-01-24 15:32:15 +00:00
Juanma Barranquero
eec6d5b710 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
  (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
  Use `string-match-p'.
2009-01-24 11:34:57 +00:00
Ulf Jasper
80016d6e51 newsticker: Fixed next-new-or-immortal-feed even more. 2009-01-24 10:39:34 +00:00
Adrian Robert
08324aaa01 * term/ns-win.el (menu-bar-select-frame): Drop this override.\n\t(menu-bar-update-frames): Update call to menu-bar-select-frame. 2009-01-24 10:27:03 +00:00
Glenn Morris
38291a39bc (rmail-insert-inbox-text): Revert replacement of "popmail" by "pormail". 2009-01-24 03:35:50 +00:00
Glenn Morris
26ec94df15 (rmail-current-message, rmail-message-vector): Remove unneeded declarations. 2009-01-24 03:35:29 +00:00
Glenn Morris
4474b24acb Restore copyright year lost in mbox merge. 2009-01-24 03:35:12 +00:00
Jay Belanger
18e50b48db (calcFunc-apart): Improve test for rational functions. 2009-01-24 02:27:04 +00:00
Chong Yidong
eec86b015f (rmail-buffer-swapped): Fix last change. 2009-01-23 22:33:43 +00:00
Chong Yidong
2d1aca19c4 * mail/rmail.el (rmail-buffer-swapped): Fix last change. 2009-01-23 22:33:20 +00:00
Chong Yidong
bfc032477c (rmail-summary-by-labels): Correctly handle return value of
rmail-get-labels.
2009-01-23 19:20:01 +00:00
Chong Yidong
1a1115b2c1 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
return value of rmail-get-labels.
2009-01-23 19:19:49 +00:00
Chong Yidong
ee1b0cc07b Fix last fix. 2009-01-23 19:19:05 +00:00
Chong Yidong
6e77127fbe Fix last change. 2009-01-23 19:09:55 +00:00
Chong Yidong
80cb4057f8 (rmail-next-labeled-message): Correctly handle return value of
rmail-get-labels.
2009-01-23 19:02:31 +00:00
Chong Yidong
a8f67b0483 (rmail-get-labels): Obey the MSG argument. 2009-01-23 19:02:24 +00:00
Chong Yidong
4e231ada92 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
return value of rmail-get-labels.

* mail/rmail.el (rmail-get-labels): Obey the MSG argument.
2009-01-23 19:02:12 +00:00
Ulf Jasper
c04ed27eea newsticker: fixed bug#1710 2009-01-23 18:49:03 +00:00
Chong Yidong
e6d76715eb (rmail-generate-viewer-buffer): Fix typo. 2009-01-23 15:10:16 +00:00
Chong Yidong
5ae437e929 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo. 2009-01-23 15:09:16 +00:00
Adrian Robert
9d8f6d3166 * term/ns-win.el (ns-insert-working-text, ns-put-working-text): Switch names and update comments for clarity. 2009-01-23 13:00:21 +00:00
Stefan Monnier
87248b4462 (rmail-write-region-annotate): Only switch buffer if
start is nil, as was done in tar-mode.el.
2009-01-23 08:00:23 +00:00
Glenn Morris
b77965621c (mail-bury): Revert previous change now pmail is no more. 2009-01-23 05:07:37 +00:00
Glenn Morris
bd5e4c2b1d (rmail-narrow-to-non-pruned-header): Remove declaration of deleted function. 2009-01-23 04:58:47 +00:00
Glenn Morris
2d1332b258 (rmail-msg-is-pruned): Remove declaration of deleted func. 2009-01-23 04:57:07 +00:00
Chong Yidong
77c4d02405 (server-name): Make it a defcustom. 2009-01-23 04:52:40 +00:00
Chong Yidong
a861b8d608 * server.el (server-name): Make it a defcustom. 2009-01-23 04:52:32 +00:00
Glenn Morris
fb8e4ec899 Fix location of rmail files. 2009-01-23 04:43:12 +00:00
Glenn Morris
a5116e4798 Slight temporal shift for rmail merge entries. 2009-01-23 04:41:51 +00:00
Glenn Morris
c7e8b60445 Remove file - replaced by new simplified entries in ../ChangeLog 2009-01-23 04:40:19 +00:00
Glenn Morris
ed24678f3f Crunch some deleted functions. 2009-01-23 04:36:10 +00:00
Chong Yidong
6bee39c55c ChangeLog entry for rmail-mbox merge. 2009-01-23 04:27:52 +00:00
Glenn Morris
57bf2920dd Remove references to deleted rmaildesc.el. 2009-01-23 04:19:46 +00:00
Glenn Morris
5931b58bc5 Crunch "sync with trunk" entries. 2009-01-23 04:18:22 +00:00
Glenn Morris
a8d46ce770 Crunch rmailmm.el references, since to the trunk it is just a new file. 2009-01-23 04:17:18 +00:00
Glenn Morris
6ea97e7ed9 Comment (add Author: header). 2009-01-23 04:15:56 +00:00
Glenn Morris
8a95fd6414 Remove references to deleted rmailhdr that was never in "trunk". 2009-01-23 04:13:49 +00:00
Glenn Morris
9b7c032148 Remove Local Variables section that no longer applies. 2009-01-23 04:06:29 +00:00
Glenn Morris
bbdbb55556 Initial reformat and simplification pending merge into ../lisp/ChangeLog. 2009-01-23 04:05:20 +00:00
Chong Yidong
b564826565 Delete file local var. 2009-01-23 04:03:11 +00:00
Glenn Morris
51aca0f521 Sync a final change from pmail.el:
Chong Yidong  <cyd at stupidchicken.com>

(rmail-buffer-swapped): Mark as permanent local.
2009-01-23 03:57:00 +00:00
Chong Yidong
7626a28320 Remove file local var. 2009-01-23 03:51:44 +00:00
Glenn Morris
67673485a8 (ELCFILES): Update. 2009-01-23 03:50:49 +00:00
Chong Yidong
9b2b249ea4 Remove file local var. 2009-01-23 03:50:16 +00:00
Chong Yidong
23c039d851 Remove local var. 2009-01-23 03:34:00 +00:00
Chong Yidong
3081c1aa23 File removed. 2009-01-23 02:46:38 +00:00
Chong Yidong
6973aaa3b6 (pmail-buffer-swapped): Mark as permanent local. 2009-01-23 02:33:43 +00:00
Chong Yidong
8241ebdb32 * pmail.el (pmail-buffer-swapped): Mark as permanent local. 2009-01-23 02:33:37 +00:00
Juanma Barranquero
b859041eb2 Fix typo. 2009-01-22 23:45:33 +00:00
Ulf Jasper
2e6e1c2a86 newsticker: removed debugging message. 2009-01-22 20:27:26 +00:00
Ulf Jasper
a8c9886870 newsticker: fixed bug#1569 2009-01-22 19:52:17 +00:00
Bastien Guerry
537ab246b2 Renamed all pmail* files to rmail*. 2009-01-22 17:09:23 +00:00
Bastien Guerry
13847f7970 Removed rmail.el, rmailedit.el, rmailkwd.el, rmailmm.el, rmailmsc.el, rmailout.el, rmailsort.el, rmailsum.el. 2009-01-22 17:01:40 +00:00
Adrian Robert
b51a33657e * term/ns-win.el (ns-show-manual): Fix node name. (x-open-connection) Fix typo in declaration filename. 2009-01-22 12:31:36 +00:00
Romain Francoise
c27428a517 (ELCFILES): Update. 2009-01-22 07:00:08 +00:00
Dan Nicolaescu
f79b43b27b * frame.el (make-frame-on-tty): Remove function, inline contents
in the only user ...

* server.el (server-create-tty-frame): ... here.

* frames.texi (Multiple Displays): Remove documentation for
removed function make-frame-on-tty.
2009-01-22 06:58:10 +00:00
Glenn Morris
8c7309fe0b Comment (header format fix). 2009-01-22 06:33:06 +00:00
Chong Yidong
08f17840b4 pmailhdr.el: File removed. 2009-01-22 04:56:40 +00:00
Chong Yidong
1d1cf99f75 (format-annotate-function): Set write-region-post-annotation-function. 2009-01-22 04:54:35 +00:00
Chong Yidong
104a1c701b (buffer-swapped-with): Var removed.
(pmail-buffer-swapped): New var.
(pmail-write-region-annotate): New function.
(pmail-save-buffer): New function.
2009-01-22 04:52:49 +00:00
Chong Yidong
f1f2094bb4 (pmail-cease-edit, pmail-edit-mode): Use pmail-buffer-swapped. 2009-01-22 04:50:27 +00:00
Chong Yidong
9bef3784e9 (pmail-summary-expunge-and-save): Use pmail-expunge-and-save. 2009-01-22 04:49:41 +00:00
Chong Yidong
fdcd77945e Fix last change. 2009-01-22 04:49:19 +00:00
Chong Yidong
c6687b9fa6 * pmailhdr.el: File removed.
* pmailsum.el: Require pmailkwd.
(pmail-summary-expunge-and-save): Use pmail-expunge-and-save.

* pmail.el (buffer-swapped-with): Var removed.
(pmail-buffer-swapped): New var.
(pmail-write-region-annotate): New function.
(pmail-save-buffer): New function.

* pmailedit.el (pmail-cease-edit, pmail-edit-mode): Use
pmail-buffer-swapped.
2009-01-22 04:46:52 +00:00
Chong Yidong
ac0827d773 * format.el (format-annotate-function): Set
write-region-post-annotation-function.
2009-01-22 04:43:47 +00:00
John Wiegley
059075fbd3 Added missing ChangeLog entry 2009-01-22 01:43:02 +00:00
John Wiegley
c2b2a6cabf Patch to change the default binding of C-a to eshell-bol. I don't think it's
actually bound at all by default in eshell; it just falls back to the default
binding of C-a.
2009-01-22 01:11:49 +00:00
John Wiegley
fd94644feb Add eshell-handle-ansi-color to the default list of output filters. 2009-01-22 01:11:30 +00:00
Stefan Monnier
f87ff5396e (completion--insert-strings): Fix up computation of
column position which manifested e.g. in proced's signal completion.
2009-01-21 21:20:55 +00:00
Chong Yidong
97e121ccb0 (server-start): Allow server to shut down when no frames are available
in daemon-mode.
2009-01-21 20:33:17 +00:00
Chong Yidong
3c196b459b * server.el (server-start): Allow server to shut down when no frames
are available in daemon-mode.
2009-01-21 20:28:27 +00:00
Juanma Barranquero
24c7b4608a * term.el (term-previous-matching-input, term-next-matching-input)
(term-previous-matching-input-from-input)
  (term-next-matching-input-from-input, term-backward-matching-input)
  (term-forward-matching-input): Change argument name to match docstring.
2009-01-21 11:03:25 +00:00
Glenn Morris
2603d79b46 (authors-aliases): Remove some "ignore" entries that are no longer needed.
(authors-scan-change-log): Doc fix.
(authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2009-01-21 03:54:29 +00:00
Chong Yidong
309c769836 Very minor doc fix. 2009-01-21 01:23:31 +00:00
Agustín Martín
8e56b4645a (ispell-find-aspell-dictionaries): Use aspell default dict. 2009-01-20 11:34:39 +00:00
Juanma Barranquero
68f040f2f1 Fix bug references. 2009-01-20 02:29:24 +00:00
Kenichi Handa
2d3e4f023e (describe-char): Improve description of eight-bit
char in a unibyte buffer.
2009-01-20 02:15:43 +00:00
Glenn Morris
959de43b78 Restore comment lost in previous change. 2009-01-20 01:21:37 +00:00
Glenn Morris
8d8d616c6b (pmail-last-label, pmail-last-multi-labels):
Move back here from pmailkwd.el.
(pmail-message-labels-p): Move back here from pmailsum.el.
2009-01-20 01:18:20 +00:00
Glenn Morris
3cbaa3c2cc (pmail-message-labels-p): Move back to pmail.el. 2009-01-20 01:16:55 +00:00
Glenn Morris
8c7eb1c1a1 (pmail-last-label, pmail-last-multi-labels): Move back to pmail.el. 2009-01-20 01:16:28 +00:00
Glenn Morris
24e1588835 (authors-aliases, authors-fixed-case): Add some entries. 2009-01-20 00:53:00 +00:00
Chong Yidong
5208f3ad4e Fix last change. 2009-01-19 16:58:51 +00:00
Chong Yidong
4d27053708 Autoload other interpreter names. 2009-01-19 16:58:34 +00:00
Chong Yidong
4163977a8f * progmodes/ruby-mode.el (name): Autoload other interpreter names. 2009-01-19 16:58:13 +00:00
Juanma Barranquero
d703f9385e * descr-text.el (describe-char-categories): New defsubst.
(describe-char): Use it.
2009-01-19 15:48:15 +00:00
Michael Albinus
e0b6e3b945 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
IPv4 mapped IPv6 addresses.
2009-01-19 06:52:50 +00:00
Miles Bader
26b9f88d28 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1520
2009-01-19 01:06:25 +00:00
Miles Bader
b4be61217a Add arch tagline 2009-01-19 00:49:01 +00:00
Juanma Barranquero
9e3fd593e8 * textmodes/css-mode.el (css-backward-sexp): Stop once
it reaches the beginning of the buffer.  (Bug#1949)
2009-01-18 22:32:20 +00:00
Michael Olson
ae4c27d26f ERC: Rotate ChangeLog. 2009-01-18 21:02:59 +00:00
Michael Olson
624509d2d9 ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default. 2009-01-18 21:01:14 +00:00
Juanma Barranquero
0ca77a9234 * linum.el (linum-update-window): Use delq' instead of delete';
compare strings with `equal-including-properties'.
2009-01-18 01:45:34 +00:00
Glenn Morris
66d279a7cd (declare-function): Add compatibility stub.
(delete-duplicates, mapcan, cl-macroexpand-all): Declare.
2009-01-17 20:02:41 +00:00
Glenn Morris
fdb0e509dd (eldoc-minor-mode-string, eldoc-message-commands)
(eldoc-print-current-symbol-info): Doc fix (consistent case of "ElDoc").
2009-01-17 20:01:17 +00:00
Richard M. Stallman
fdcab42746 (buffer-swapped-with): Mark as permanent local.
(pmail-set-message-counters): Set pmail-deleted-vector from msg hdrs.
(pmail-auto-file): Simplify a regexp.
2009-01-17 17:29:25 +00:00
Roland Winkler
635618a409 (bibtex-format-entry): Simplify previous change. 2009-01-17 14:59:47 +00:00
Juanma Barranquero
511744bd31 Fix typos. 2009-01-17 14:24:34 +00:00
Eli Zaretskii
5a4122e2bf (find-buffer-file-type-coding-system): If `(car target)' does not exist as a
file, try again with its basename replaced by `(cdr target)'. Fixes Bug #1853.
2009-01-17 12:35:50 +00:00
Eli Zaretskii
fc47d8a7c9 (raw-text, eight-bit): Doc fixes. 2009-01-17 10:20:48 +00:00
Martin Rudalics
0e8ade71d7 Remove experimental code inadvertently introduced when reverting the
2009-01-14 change of special-display-p.  (Bug#1929, Bug#1930)
2009-01-16 16:51:54 +00:00
Agustín Martín
ca0ebeccbb (flyspell-post-command-hook): Do nothing unless flyspell-mode is enabled.
(flyspell-pre-point): Make buffer-local.
2009-01-16 15:20:49 +00:00
Roland Winkler
57c48b9da0 *** empty log message *** 2009-01-16 15:11:50 +00:00
Roland Winkler
8a62c4708e (bibtex-format-entry): Fix previous change. 2009-01-16 15:10:16 +00:00
Roland Winkler
a51cfa58fc (bibtex-format-entry): For updating field delimiters, allow
fields that are composed of strings and string constants.
(bibtex-mode): Doc fix.
2009-01-16 14:24:24 +00:00
Agustín Martín
034dc2a3e8 Protect against declare-function undefined in xemacs.
(ispell-program-name): Search also for hunspell when setting default.
(ispell-find-aspell-dictionaries): Better error message. Use correct
dictionary alist for default. Better fallback default dictionary.
2009-01-16 14:04:35 +00:00
Kenichi Handa
76472dc270 (quail-insert-kbd-layout): Delete superfluous handling of 8-bit code. 2009-01-16 12:36:20 +00:00
Glenn Morris
64bd06a818 (erc-input-message): Conditionalize previous change for XEmacs. 2009-01-16 03:32:10 +00:00
Glenn Morris
7d8345daad (erc-dcc-server): Silence warning about obsolete function behind
fboundp test.
2009-01-16 03:29:41 +00:00
Glenn Morris
0e47efc503 (org-mouse-show-context-menu): Use mouse-menu-major-mode-map, if
defined, rather than the obsolete mouse-major-mode-menu.
2009-01-16 03:28:30 +00:00
Glenn Morris
133ea5b2b2 Remove leading `*' from defcustoms.
(eldoc-argument-case, eldoc-echo-area-use-multiline-p)
(eldoc-highlight-function-argument): Doc fix - mention effect of
eldoc-documentation-function.
(eldoc-message-commands-table-size, eldoc-message-commands)
(eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
(eldoc-documentation-function): Mention effect on user options.
2009-01-16 03:24:54 +00:00
Glenn Morris
dbc76957a9 (copyright-update): Doc fix. 2009-01-16 03:19:58 +00:00
Glenn Morris
f8026f8c83 (pmail-update-summary): Declare. 2009-01-16 03:18:21 +00:00
Glenn Morris
f4550e4c08 (pmail-summary-mode-map, pmail-summary-output-to-pmail-file): Use
pmail-summary-output rather than pmail-summary-output-to-babyl-file,
which was renamed 2009-01-05.
(pmail-output-as-seen): Declare.
(pmail-summary-output): Also require pmailout non-interactively.
2009-01-16 03:17:17 +00:00
Glenn Morris
b5ded71d73 Comment. 2009-01-16 03:16:37 +00:00
Stefan Monnier
b6388cc99c (tar-rename-entry): Only test the magic string, without
its version number, and then set both.
2009-01-16 02:38:58 +00:00
Richard M. Stallman
38cb7a93b1 (sentence-end): Accept non-break space. 2009-01-16 00:43:40 +00:00
Dan Nicolaescu
6a6baf114e (Buffer-menu-mode-map): Add a menu. 2009-01-15 16:46:07 +00:00
Dan Nicolaescu
52a0198dfa (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert. 2009-01-15 15:41:32 +00:00
Dan Nicolaescu
fa9d0f3824 (Buffer-menu-mode): Derive from special-mode.
Refer to revert-buffer, not Buffer-menu-revert.
(Buffer-menu-revert): Remove function, unused.
(Buffer-menu-mode-map): Don't bind keys already
bound by special-mode.
2009-01-15 15:12:32 +00:00
Chong Yidong
7feadb909b (url-cookie-retrieve): Fix last change. 2009-01-15 13:59:50 +00:00
Chong Yidong
68fe704b63 * url-cookie.el (url-cookie-retrieve): Fix last change. 2009-01-15 13:59:43 +00:00
Chong Yidong
200c042450 * url-cookie.el (url-cookie-retrieve): If localpart is not a
string, use it literally.
2009-01-15 13:56:05 +00:00
Stephen Eglen
71f982e3ac (lisp-mode-variables): Doc fix. 2009-01-15 10:50:50 +00:00
Dan Nicolaescu
3151c2ffab (vc-hg-diff): Pass relative file names. (Bug#1903) 2009-01-15 08:10:27 +00:00
Martin Rudalics
987220737d (special-display-p): Revert 2009-01-14 change. 2009-01-15 07:56:58 +00:00
Glenn Morris
6b5e47dd92 (authors-aliases, authors-fixed-case):
(authors-obsolete-files-regexps, authors-ignored-files):
(authors-renamed-files-alist): Add some entries.
(authors-fixed-entries): Change some entries.
(authors-canonical-file-name): Doc fix.
(authors-scan-change-log): Handle joint authorship in ChangeLogs.
2009-01-15 03:27:12 +00:00
Glenn Morris
f3ae252109 Comment (update Author: based on ack.texi). 2009-01-15 03:18:21 +00:00
Glenn Morris
540992fa0d Format fix for authors.el. 2009-01-15 03:17:38 +00:00
Glenn Morris
49fda4f996 Fix typo.
Format fix for authors.el.
2009-01-15 03:17:16 +00:00
Glenn Morris
68c9cca803 Format fix for authors.el. 2009-01-15 03:16:42 +00:00
Juri Linkov
58cb49d471 (goto-address-url-face): Change default value from bold' to link'. 2009-01-14 23:14:51 +00:00
Juri Linkov
4fd8fd3235 (menu-bar-help-extra-packages): Use goto-address-mode instead of goto-address. 2009-01-14 23:11:12 +00:00
Juri Linkov
3ffb948c26 (view-help-file): Use goto-address-mode instead of goto-address. 2009-01-14 23:10:54 +00:00
Juri Linkov
28e271f036 (blink-matching-open): Use `minibuffer-message' to
display messages in the minibuffer.
2009-01-14 23:10:10 +00:00
Juri Linkov
744059aeec (Info-isearch-filter): Don't filter out invisible text
when search-invisible is t.  (Bug#1848)
2009-01-14 23:09:45 +00:00
Chong Yidong
033535ded7 (url-cookie-retrieve): Handle null localpart. 2009-01-14 20:47:02 +00:00
Chong Yidong
26343c7f0e * url-cookie.el (url-cookie-retrieve): Handle null localpart. 2009-01-14 20:46:23 +00:00
Juanma Barranquero
ecbe9da5b7 * international/mule-diag.el (print-list): Fix 2008-12-03 change. 2009-01-14 12:06:34 +00:00
Martin Rudalics
60898913e1 (special-display-popup-frame): Rewrite doc-string and simplify code. 2009-01-14 10:14:40 +00:00
Martin Rudalics
56f31926ae (special-display-buffer-names)
(special-display-regexps): Add customization support for
function/other-args elements.  Rewrite doc-strings.
(special-display-function): Rewrite doc-strings
(same-window-buffer-names, same-window-regexps): Minor
doc-string fixes.
(special-display-p): Minor rewrite.
2009-01-14 09:56:11 +00:00
Glenn Morris
38934f763b (bibtex-copy-field-as-kill): Doc fix. 2009-01-14 08:00:46 +00:00
Miles Bader
548f737d3a Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1517
2009-01-14 07:51:26 +00:00
Juanma Barranquero
9f3618b5f0 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
MESSAGEs with internal square brackets (i.e., " this [test] message").
  Use `string-match-p'.
  (completion--make-envvar-table, completion--file-name-table)
  (completion-pcm--string->pattern, completion-pcm--all-completions)
  (completion-pcm--filename-try-filter): Use `string-match-p'.
2009-01-14 02:29:52 +00:00
Juri Linkov
e5524cbabd Move Local Variables `add-log-time-zone-rule' and
`bug-reference-url-format' to .dir-locals.el.
2009-01-14 00:39:15 +00:00
Juri Linkov
1cec8b5fa6 (bug-reference-fontify): Check for
non-nil `bug-reference-url-format' before putting an overlay
property `bug-reference-url'.
(bug-reference-mode, bug-reference-prog-mode): Don't check for
`bug-reference-url-format'.  Doc fix.  (Bug#1744)
2009-01-14 00:37:49 +00:00
Chong Yidong
4c6de5a523 Fix last change to use bound-and-true-p. 2009-01-13 14:55:57 +00:00
Chong Yidong
28c6679241 (diff-mode-menu): Do not assume whitespace-mode is loaded. 2009-01-13 13:58:25 +00:00
Chong Yidong
8fba79577d (menu-bar-file-menu): Do not hardbind key display for exit-emacs item.
Bind it to save-buffers-kill-terminal.
2009-01-13 13:58:13 +00:00
Chong Yidong
8e25a29550 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
for exit-emacs item.  Bind it to save-buffers-kill-terminal.

* diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
loaded.
2009-01-13 13:57:45 +00:00