Juanma Barranquero
64ef5f3924
*** empty log message ***
2008-02-05 12:25:49 +00:00
Glenn Morris
12dc447f2a
Add 2008 to copyright years.
2008-01-07 02:23:04 +00:00
Dan Nicolaescu
c38fe6cae0
* textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property.
2008-01-03 06:41:49 +00:00
Eli Zaretskii
6a314a29a4
(ispell-grep-command): Use "grep" on MS-Windows and MS-DOS.
...
(ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
2007-12-29 12:41:44 +00:00
Martin Rudalics
eaa872bb86
Fix regexps in fill-french-nobreak-p broken by last patch.
2007-12-26 18:12:37 +00:00
Martin Rudalics
a5af675edc
(fill-find-break-point): Fix doc-string typo.
2007-12-26 09:08:59 +00:00
Juanma Barranquero
33127d1a78
(forward-sentence): Doc fix.
...
Reported by Drew Adams <drew.adams@oracle.com>.
2007-11-21 00:32:46 +00:00
Glenn Morris
31cf791e20
(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:03:12 +00:00
Glenn Morris
6b2eb6eb79
(conf-space-keywords): Mark this regexps as safe if a string.
2007-10-25 03:59:26 +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
Juanma Barranquero
efffe5a38f
(fill-individual-paragraphs): Doc fix.
...
(adaptive-fill-function): Doc fix. Remove * from docstring.
2007-10-18 13:35:16 +00:00
Glenn Morris
98fcc75bb3
(tex-validate-buffer): Use paragraph motion functions, rather than
...
hard-coding "\n\n".
(tex-validate-region): Check for eobp, to speed up.
(tex-next-unmatched-end): Doc fix.
2007-09-20 03:06:38 +00:00
Glenn Morris
739d53dc46
(tex-terminate-paragraph): Use backward-paragraph.
2007-09-19 07:19:54 +00:00
Stefan Monnier
fb7d927563
(css-electric-keys): electrick->electric.
...
(css-mode): Update correspondingly.
2007-09-18 01:48:23 +00:00
Glenn Morris
6f800ba681
(tex-compilation-parse-errors): Prefer the filename from
...
`--file-line-error', if it is available.
2007-09-17 07:01:53 +00:00
Glenn Morris
af751646bd
Joe Wells <jbw at macs.hw.ac.uk> (tiny change)
...
(tex-compilation-parse-errors): Also match TeX `--file-line-error'
format.
2007-09-17 07:01:41 +00:00
Glenn Morris
eecfb4da1b
(tex-region): Simplify previous change,
...
handling the case where the region is not in `tex-main-file'.
(tex-region-1): Delete.
(tex-region-header): New function, doing the header part of the
old tex-region-1.
2007-09-17 00:26:49 +00:00
Glenn Morris
b2272f67e7
(tex-region): Handle the case where the region is not in
...
`tex-main-file'. Move the old code that applies to both cases...
(tex-region-1): ...to this new function.
2007-09-16 02:01:51 +00:00
Richard M. Stallman
478adae212
(flyspell-mode): Catch errors in flyspell-mode-on.
2007-08-27 16:26:48 +00:00
Stefan Monnier
1c232e1069
(\,): Calrify it's not a new-style unquote.
2007-08-23 18:37:20 +00:00
Stefan Monnier
62fc0b713f
*** empty log message ***
2007-08-10 06:52:54 +00:00
Glenn Morris
3ecd3a56c0
Replace `iff' in doc-strings and comments.
2007-08-08 07:27:21 +00:00
Martin Rudalics
eaccbbd3c4
(2C-two-columns, 2C-merge): Use window-full-width-p instead of comparing
...
frame-width and window-width.
2007-08-08 06:04:51 +00:00
Glenn Morris
5a9dffec38
Switch license to GPLv3 or later.
2007-07-25 04:24:43 +00:00
Reiner Steib
49bbf1b953
(reftex-access-parse-file): Do not risk destroying an existing buffer.
2007-07-22 18:55:07 +00:00
Reiner Steib
a0f55a1df2
(reftex-access-parse-file): Create parse file in a way that does not interfere
...
with recentf.
2007-07-22 09:02:02 +00:00
Juanma Barranquero
d367ab1ffd
(org-export-ascii-bullets): Fix typo in docstring.
2007-06-07 00:35:28 +00:00
Juanma Barranquero
fa6bc8a66c
(org-cycle): Fix typo in docstring.
2007-06-06 22:03:06 +00:00
Chong Yidong
2f648027bc
New file.
2007-06-06 16:53:04 +00:00
Martin Rudalics
250495a719
(table--point-entered-cell-function)
...
(table--point-left-cell-function): Bind
`inhibit-point-motion-hooks' to t.
2007-05-29 06:14:19 +00:00
Chong Yidong
03b1a68c4f
(sgml-point-entered): Use condition-case.
2007-05-28 14:10:50 +00:00
Stefan Monnier
4b880ac124
(canonically-space-region): Make the second arg
...
a marker if it's not already the case.
2007-05-25 15:00:22 +00:00
Richard M. Stallman
913a8cda35
(flyspell-correct-word-before-point): Don't let opoint be nil.
...
(flyspell-emacs-popup): Explicit error if no dialogs.
2007-05-24 22:12:25 +00:00
Richard M. Stallman
64953c0a99
(ispell-get-word): Return markers for start and end positions.
...
(ispell-word): Assume END is a marker.
2007-05-18 22:32:08 +00:00
Martin Rudalics
ef1f3012fa
(ispell-start-process): Defend against bad default-directory.
2007-05-17 08:28:29 +00:00
Eli Zaretskii
a9bdfaa4e4
(fill-paragraph): Doc fix.
2007-04-28 09:32:26 +00:00
Chong Yidong
30133f6dcc
(flyspell-auto-correct-previous-word): Use window-start and
...
window-end.
2007-04-27 18:53:31 +00:00
Glenn Morris
2aebf08d10
(flyspell-define-abbrev): Downcase abbrev before defining it.
2007-04-22 00:22:14 +00:00
Stefan Monnier
03832c9d5b
(fill-move-to-break-point): Don't inhibit
...
fill-nobreak-predicate when the break is past fill-column.
2007-04-20 18:24:05 +00:00
Chong Yidong
1b7e3006a8
Revert last change.
2007-04-20 14:08:36 +00:00
Chong Yidong
5d53900f80
(fill-move-to-break-point): Don't bind fill-nobreak-predicate.
2007-04-20 14:01:37 +00:00
Roland Winkler
27a61fcd5f
(bibtex-include-OPTkey, bibtex-user-optional-fields)
...
(bibtex-entry-field-alist): Fix defcustom.
2007-04-17 03:25:51 +00:00
Roland Winkler
0dcfda42f3
(bibtex-entry-field-alist): Use defcustom.
2007-04-16 18:03:29 +00:00
Roland Winkler
cbc0b7831f
(bibtex-field-list): Use functionp.
...
(bibtex-make-field): Check that INIT is a string. Use functionp.
2007-04-15 16:05:19 +00:00
Glenn Morris
84aa4fc6ee
(bibtex-insert-kill): Pass non-nil NODELIM arg to bibtex-make-field.
...
(bibtex-make-field): Add optional fourth arg NODELIM. Insert
delimiters around INIT unless this arg is non-nil.
2007-04-14 19:12:59 +00:00
Chong Yidong
bb578a1d85
(flyspell-duplicate, flyspell-incorrect): Revert 2006-01-27 change.
2007-04-06 18:55:13 +00:00
Richard M. Stallman
14007de1ff
(flyspell-large-region): Use ispell-call-process-region.
2007-03-26 03:31:29 +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
Carsten Dominik
28a419dd46
(org-agenda-mode, org-table-edit-formulas):
...
Make sure that `global-font-lock-mode' does not turn on font-lock
in these buffers.
2007-03-22 10:22:36 +00:00