Juanma Barranquero
c44f0d751c
(org-file-apps, org-emphasis-regexp-components, org-emphasis-alist):
...
Fix typos in docstrings.
2006-11-06 02:20:59 +00:00
Juanma Barranquero
2b8749129c
(batch-texinfo-format): Fix typo in docstring.
2006-11-06 02:18:40 +00:00
Juanma Barranquero
9861d11e7e
(table--row-column-insertion-point-p): Use "non-nil" in docstrings.
2006-11-03 15:13:38 +00:00
Juanma Barranquero
b1f50b9528
(org-copy-subtree): Use "non-nil" in docstrings.
2006-11-03 15:12:46 +00:00
Juanma Barranquero
da3d757bd2
(flyspell-check-tex-math-command): Use "non-nil" in docstrings.
2006-11-03 15:11:44 +00:00
Carsten Dominik
98644ad4a0
(org-mode-map): No longer copy `outline-mode-map' explicitly
...
- this is already done by `define-derived-mode'.
2006-11-02 08:41:57 +00:00
Miles Bader
503be82149
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 476-489)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 153-160)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-127
2006-10-30 08:54:41 +00:00
Kenichi Handa
11d356cec6
(fill-find-break-point-function-table): Don't
...
setup it in defvar.
(fill-nospace-between-words-table): New variable.
(fill-delete-newlines): Check fill-nospace-between-words-table
instead of charset property nospcae-between-words.
2006-10-26 02:29:03 +00:00
Chong Yidong
081ff0c9bc
* textmodes/flyspell.el (flyspell-check-region-doublons): Fix last
...
fix.
2006-10-23 13:59:44 +00:00
Kenichi Handa
bc2ec97dfb
Don't use charset property
...
`fill-find-break-point-function'.
(fill-find-break-point-function-table): New variable.
(fill-find-break-point): Lookup
fill-find-break-point-function-table.
2006-10-23 01:56:24 +00:00
Chong Yidong
6b8aed24fe
* textmodes/flyspell.el (flyspell-word): Skip past all previous
...
whitespace when checking doublons.
(flyspell-check-region-doublons): Fix doublon regexp.
(flyspell-highlight-incorrect-region): Highlight doublons using
flyspell-duplicate face.
2006-10-22 21:29:33 +00:00
Chong Yidong
15d8dc8b2b
* textmodes/flyspell.el (flyspell-word-search-backward): Set
...
inhibit-point-motion-hooks to avoid looping due to intangibile
text.
2006-10-18 04:13:46 +00:00
Kim F. Storm
fc53ebf6bd
2006-10-15 Martin Rudalics <rudalics@gmx.at>
...
Require 'regexp-opt.
2006-10-15 20:48:56 +00:00
Miles Bader
bb9c4b4f8b
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 460-475)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 145-152)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-118
2006-10-15 02:54:13 +00:00
Carsten Dominik
773c795f2b
textmodes/reftex-global.el (reftex-create-tags-file): Quote file
...
arguments.
2006-10-12 13:26:05 +00:00
Richard M. Stallman
02de2661d8
(2C-two-columns): Doc fix.
2006-10-09 15:08:13 +00:00
Richard M. Stallman
408f1b9dd5
(2C-two-columns): Doc fix.
2006-10-08 19:59:01 +00:00
Eli Zaretskii
b48b19c345
(defgroup reftex): Update home page url-link.
2006-10-07 11:12:06 +00:00
Carsten Dominik
4c5e27b5c6
* textmodes/org.el (org-rm-props, org-activate-plain-links)
...
(org-activate-angle-links, org-activate-dates)
(org-activate-target-links, org-activate-camels)
(org-activate-tags): Add `rear-nonsticky' text property to avoid
textproperty keymaps from being active beyond the end of a line.
(org-unfontify-region): Also remove `rear-nonsticky' property.
2006-10-04 13:13:27 +00:00
Miles Bader
f3bbbd1145
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 447-459)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 141-144)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-115
2006-10-03 05:04:21 +00:00
Carsten Dominik
969ef2b7b6
(org-file-remote-p): Get regexp from list.
...
(org-archive-subtree): remove erraneous `]' from character list.
2006-09-29 07:27:57 +00:00
Chong Yidong
e42a01cb9b
* textmodes/ispell.el (ispell-change-dictionary): Don't check the
...
local dictionary when changing the global dictionary.
2006-09-23 19:05:03 +00:00
Carsten Dominik
71624990b9
(org-scan-tags): Find end of subtrees also in hidden trees.
2006-09-20 09:24:39 +00:00
Miles Bader
465384748f
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 437-446)
- Update from CVS
- lisp/url/url-methods.el: Fix format error when http_proxy is empty string
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 137-140)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-111
2006-09-20 06:04:23 +00:00
Richard M. Stallman
e5e0a7db26
(conf-space-mode): Doc fix.
...
Delete duplicate make-local-variable form.
(conf-space-keywords): Add autoload cookie.
Fix typo (`keywords', not `keyword').
2006-09-18 17:19:16 +00:00
Richard M. Stallman
8969e90653
(conf-mode-map): Use conf-space-keywords cmd.
...
(conf-space-mode): Don't handle prefix arg.
Delete conf-space-keywords-override code.
Use add-hook.
(conf-space-keywords): New command.
(conf-space-mode-internal): Be careful with imenu-generic-expression.
Delete conf-space-keywords-override code.
(conf-space-keywords-alist): Doc fix.
(conf-space-font-lock-keywords): Doc fix.
(conf-space-keywords-override): Var deleted.
2006-09-16 18:43:57 +00:00
Chong Yidong
5c823193ae
* textmodes/flyspell.el (flyspell-check-region-doublons): New
...
function to detect duplicated words.
(flyspell-large-region): Use it.
2006-09-16 15:05:47 +00:00
Miles Bader
863153c57b
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 427-436)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 134-136)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-110
2006-09-14 09:24:00 +00:00
Richard M. Stallman
9c0fad71d9
(flyspell-word, flyspell-correct-word)
...
(flyspell-auto-correct-word): Make ispell-filter local to these functions.
Check that ispell-filter has new stuff before calling ispell-parse-output.
2006-09-14 01:19:38 +00:00
Richard M. Stallman
dd3a63bf1a
(conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
...
(conf-space-mode): Always make conf-space-keywords and
conf-space-keywords-override local.
Call conf-space-mode-internal directly as well as via hook.
2006-09-10 00:30:52 +00:00
Richard M. Stallman
d36326319a
(conf-space-mode): Use hack-local-variables-hook instead of calling
...
hack-local-variables.
(conf-space-keywords-override): New variable.
2006-09-09 23:20:39 +00:00
Richard M. Stallman
4e05bbf511
(adaptive-fill-regexp): Don't match (1)' or 1.'
2006-09-08 12:02:54 +00:00
Carsten Dominik
e28844a4ae
(org-dblock-write:clocktable): Avoid infinite loop.
2006-09-08 08:47:01 +00:00
Stefan Monnier
4a3608f504
(fill-single-word-nobreak-p): Allow breaking before
...
last word, if it's not the end of the paragraph.
2006-09-06 16:35:18 +00:00
Miles Bader
d65dc2c390
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 399-413)
- Update from CVS
- Rcirc update from Ryan Yeske
- Merge from gnus--rel--5.10
- Miscellaneous tq-related fixes.
* gnus--rel--5.10 (patch 126-127)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-105
2006-08-28 04:33:45 +00:00
Carsten Dominik
90bb892d7c
(org-follow-gnus-link): Make sure the dedicated
...
gnus frame is selected.
2006-08-23 10:07:42 +00:00
Miles Bader
de20e0ccdb
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 382-398)
- Update from CVS
- Update from erc--emacs--22
- Fix ERC bug introduced in last patch
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 123-125)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-101
2006-08-16 14:08:49 +00:00
Carsten Dominik
5137195a62
(org-clock-special-range, org-clock-update-time-maybe):
...
New functions.
(org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
not only a-z.
(org-agenda-get-blocks): Allow multiple blocks per headline.
(org-timestamp-change): Call `org-clock-update-time-maybe'.
(org-export-html-title-format)
(org-export-html-toplevel-hlevel): New options.
(org-export-language-setup): Added support for Czech.
(org-mode, org-insert-todo-heading, org-find-visible)
(org-find-invisible, org-invisible-p, org-invisible-p2)
(org-back-to-heading, org-on-heading-p, org-up-heading-all)
(org-show-subtree, org-show-entry, org-make-options-regexp):
Removed compatibility support for old outline-mode.
(org-check-occur-regexp): Funtion removed.
(org-on-heading-p, org-back-to-heading): Made defalias.
(org-set-local): New defsubst.
(org-set-regexps-and-options, org-mode)
(org-set-font-lock-defaults, org-edit-agenda-file-list)
(org-timeline, org-agenda-list, org-todo-list, org-tags-view)
(org-remember-apply-template, org-table-edit-field)
(org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
(org-set-autofill-regexps): Use `org-set-local'.
(org-table-eval-formula): Fixed bug with parsing of display flags.
2006-08-15 11:55:38 +00:00
Romain Francoise
08eedb7923
Fix formatting/indentation.
2006-08-11 14:11:24 +00:00
Stefan Monnier
aa7adb2ada
(dns-mode): Use before-save-hook.
2006-08-11 13:56:50 +00:00
Romain Francoise
c40408fbe7
* textmodes/dns-mode.el: Alias zone-mode' to dns-mode'.
...
(dns-mode-soa-auto-increment-serial): New user option.
(dns-mode-soa-maybe-increment-serial): New function.
(dns-mode): Add the latter to `write-contents-functions'.
* obsolete/zone-mode.el: Move to obsolete/ from net/.
Delete autoload cookies.
2006-08-10 20:06:19 +00:00
Miles Bader
e2b9706014
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 357-381)
- Merge from gnus--rel--5.10
- Update from CVS
- Merge from erc--emacs--21
* gnus--rel--5.10 (patch 116-122)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-98
2006-08-03 11:45:23 +00:00
Richard M. Stallman
76a4749497
(ispell-word): If we replace the word, move point to the end.
...
Insert before deleting.
2006-07-26 17:11:07 +00:00
Eli Zaretskii
04437a8fe8
Add move-beginning-of-line and move-end-of-line to Point Motion Only Group.
2006-07-22 11:14:25 +00:00
Eli Zaretskii
b3658160cb
(po-find-charset): Doc fix.
2006-07-21 09:20:38 +00:00
Miles Bader
63db3c1b3f
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 343-356)
- Update from CVS
- Update for ERC 5.1.3.
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 113-115)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-90
2006-07-19 00:42:56 +00:00
Robert J. Chassell
783dab628f
* textmodes/texinfmt.el: Finally remember to set texinfmt-version
...
to new date and version number.
2006-07-11 10:14:08 +00:00
Stefan Monnier
5fc5b7e842
(fill-region-as-paragraph): Refine last change.
2006-07-09 05:20:42 +00:00
Stefan Monnier
55f6a28058
(fill-delete-prefix): Don't ignore excessively long prefixes.
...
(fill-region-as-paragraph): Don't round up to a whole line.
(fill-comment-paragraph): Don't include the code-before-the-comment
when calling fill-region-as-paragraph.
2006-07-07 19:04:49 +00:00
Robert J. Chassell
1a3e2c5912
* textmodes/texinfmt.el (texinfo-format-separate-node):
...
Insert a string before point, which fits documentation, not after.
(texinfo-multitable-item): In a multitable row, insert any
additional needed @tabs and spaces.
2006-07-07 16:36:29 +00:00