1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

507 Commits

Author SHA1 Message Date
Richard M. Stallman
965eb84afd (use-hard-newlines): New minor mode function.
Existing variable gets doc fix.
1996-09-01 03:24:55 +00:00
Richard M. Stallman
b53e01dc02 (texinfo-format-printindex):
Treat windows-nt and ms-dos like vax-vms.
1996-08-30 03:47:47 +00:00
Richard M. Stallman
f73741fc23 (tex-main-file): New variable.
(tex-file): Use that.  Rename local var to source-file
so it is obviously local.
1996-08-25 01:25:07 +00:00
Richard M. Stallman
5e70d78de3 (html-tag-alist): Fix the entry for "font". 1996-08-14 21:32:10 +00:00
Richard M. Stallman
1b97fc6eb4 (bibtex-mode): Set normal-auto-fill-function locally;
don't set auto-fill-function.  Don't turn on Auto Fill mode.
1996-08-09 22:31:46 +00:00
Karl Heuer
29bd7a8f90 Use current FSF address/phone in sample file. 1996-07-20 17:33:58 +00:00
Karl Heuer
a1cfbf35a9 (texinfo-format-today): Avoid race condition by getting current time only once. 1996-07-15 20:26:39 +00:00
Karl Heuer
710a0f533a (tex-validate-region): Skip fwd over whitespace
and punctuation, to find point of mismatch.
(validate-tex-buffer): Don't include the blank lines
before a paragraph in the paragraph being checked.
1996-07-11 23:55:01 +00:00
Karl Heuer
af6fb89dbb (bibtex-reference-head): Allow spaces and tabs between
opening brace or paren and key.  Simplify regexp.
(bibtex-type-in-head, bibtex-key-in-head): Decrement.
(bibtex-mode): Use new function run-with-idle-timer instead of
auto-save-hook for periodically parsing keys.
(bibtex-mode-syntax-table, bibtex-autokey-name-change-strings,
bibtex-autokey-titleword-change-strings): Support non-escaped
double-quoted characters (as with german styles).
(bibtex-field-string-quoted): Disallow lines like
author = "Stefan Sch"of"
until BibTeX supports them.
1996-07-11 23:13:33 +00:00
Richard M. Stallman
8798879498 (bibtex-reference-head): Allow whitespace after the open paren. 1996-06-29 06:21:48 +00:00
Richard M. Stallman
6ec7837b2b (ispell-message): Support message-mode. 1996-06-28 08:55:00 +00:00
Richard M. Stallman
be166d1726 (outline-minor-mode): No longer permanent local. 1996-06-26 18:03:44 +00:00
Richard M. Stallman
cf149bdfae (tex-common-initialization): Set skeleton-further-elements.
(tex-latex-block): Define as a skeleton.
1996-06-25 22:44:10 +00:00
Richard M. Stallman
56ade26139 (outline-up-heading): Fix error message.
(outline-backward-same-level, outline-forward-same-level): Likewise.
1996-06-20 19:22:11 +00:00
Richard M. Stallman
7e49eef26e (html-list): Definition deleted.
(html-headline): Definition deleted.
(html-ordered-list, html-unordered-list): New definitions.
(html-headline-1 ... html-headline-6): New definitions.
(html-mode-map): Use new commands.
1996-06-15 23:19:40 +00:00
Karl Heuer
c0fbcada19 (texinfo-copy-menu): Use double backslash to quote regexp. 1996-06-09 13:42:55 +00:00
Karl Heuer
d460a76357 (texinfo-find-pointer): Doc fix.
(texinfo-sequentially-find-pointer): Doc fix.
1996-06-09 13:40:05 +00:00
Richard M. Stallman
651939b595 (ispell-region): Handle ispell-skip-sgml properly with an re-search. 1996-05-31 20:12:44 +00:00
Richard M. Stallman
7b9f06576b (fill-individual-paragraphs): Don't get stuck
if no newline at the end of the region.
1996-05-31 04:17:02 +00:00
Richard M. Stallman
a5e2ae0112 (latex-imenu-create-index):
Change the regexp to match the * versions of commands.
(latex-mode): Make imenu-create-index-function buffer-local.
1996-05-15 15:17:41 +00:00
Richard M. Stallman
a0844449c5 (ispell-check-comments): Default is now t. 1996-05-09 17:36:03 +00:00
Richard M. Stallman
253996a892 (fill-region-as-paragraph): Fix the second check for
whether we reached the end of the paragraph.
1996-03-19 20:05:11 +00:00
Richard M. Stallman
a58fcb999b (fill-context-prefix): Unused var `eol' deleted. 1996-03-17 19:08:44 +00:00
Richard M. Stallman
31bc421006 (bibtex-pop): New generic function which unifies the
functionality of bibtex-pop-previous and bibtex-pop-next.  Now,
bibtex-pop moves to the end of field after the pop.  Concatenated
strings are now handled correctly.  Delimiters are not added to
non-delimited entries.  Changed occurences of
bibtex-text-in-cfield to bibtex-text-in-field.
(bibtex-pop-previous, bibtex-pop-next): Call bibtex-pop.
(bibtex-complete-string): Fixed bug that removed delimiters
around the following field if current field is already
undelimited on completion.
(bibtex-complete-string, bibtex-remove-double-quotes-or-braces):
Only remove delimiters if field text is not concatenated.
(bibtex-font-lock-keywords): Use the same regexps used
in all other places of bibtex.el to parse the buffer.
(bibtex-mode): Changed the definition of font-lock-defaults,
so that quote-delimited entries aren't fontified as strings anymore.
(bibtex-parse-keys): Changed the regexp used for finding crossref entries.
(bibtex-field-const, bibtex-reference-key): Fixed the regexp
to match more of the characters allowed here by BibTeX/LaTeX.
(bibtex-field-name): Made it less restrictive.
(bibtex-field-string): Changed so that quote-delimited entries
with quotes inside aren't a problem anymore.  Changed nesting
level of braces in entries to support three inner braces.
(bibtex-validate-buffer): By giving an optional argument, the
user can now let it not validate the whole buffer, but only
the portion starting at point.  Small modification in strategy
used to find next entry.
(bibtex-print-help-message): Ignore case in field name when
searching for help text.
(bibtex-submit-bug-report): New function.
1996-03-08 17:42:30 +00:00
Richard M. Stallman
491f6f0f3d (texinfo-section-types-regexp)
(texinfo-section-level-regexp, texinfo-subsection-level-regexp)
(texinfo-subsubsection-level-regexp): Add defvars.

(texinfo-section-list): New variable.
(texinfo-outline-level): New function.
(texinfo-mode): Use them.
1996-03-05 21:42:17 +00:00
Richard M. Stallman
b14f720b0c (texinfo-font-lock-keywords): Fixed regexp for @end' and @item'. 1996-03-03 19:42:09 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Erik Naggum
f3253b8f05 (fill-region-as-paragraph): Doc fix. 1996-02-22 02:57:50 +00:00
Karl Heuer
8c37989580 (canonically-space-region): Use insert-before-markers
when inserting spaces at end of line.

(fill-region-as-paragraph): New arg SQUEEZE-AFTER.
1996-02-21 21:20:28 +00:00
Richard M. Stallman
2ae00b00f1 (picture-mode-map): Install picture-self-insert
where completion has put its own self-insert commands.
1996-02-14 20:11:04 +00:00
Richard M. Stallman
be047262ea (html-tag-alist): within the <ADDRESS> tag
generated with an <HTML> tag, use `user-mail-address'.
1996-02-08 17:27:23 +00:00
Richard M. Stallman
2f056143d0 Comment change. 1996-01-29 17:21:17 +00:00
Richard M. Stallman
f27bd275a9 (ispell-help): Use set-minibuffer-window. 1996-01-27 03:07:04 +00:00
Richard M. Stallman
10ba47834e (ispell-command-loop, ispell-region): Pass proper format string to message. 1996-01-27 02:36:05 +00:00
Richard M. Stallman
6da9bbd6b2 (tex-face-alist, tex-latex-face-alist): New variables.
(tex-common-initialization): Set facemenu-add-face-function,
facemenu-end-add-face, facemenu-remove-face-function.

(slitex-mode): Fix misspelling in value.
1996-01-26 19:57:45 +00:00
Richard M. Stallman
88c2fc2c6e (forward-paragraph): Comment change. 1996-01-26 19:47:15 +00:00
Richard M. Stallman
b1e7bb4867 Whitespace fix. 1996-01-26 19:39:42 +00:00
Simon Marshall
dd7366bf5d Tweaked command regexp. 1996-01-25 10:40:02 +00:00
Karl Heuer
32bf4c34c7 (start-ispell, ispell-next): Pass proper format string to message.
(ispell-point): Delete format call inside message.
1996-01-25 01:15:58 +00:00
Karl Heuer
f68f40e039 (sgml-tag-help): Pass proper format string to message. 1996-01-25 00:57:01 +00:00
Karl Heuer
d55235bbdc (picture-mode): Pass proper format string to message. 1996-01-25 00:56:19 +00:00
Richard M. Stallman
fcc3195eee (sgml-quick-keys): New variable.
(sgml-mode-map): Use it, defined additional long keys to compensate.
(sgml-tag-alist): Added <![ ]>
(sgml-tag): Special treatment for previous construct.
(sgml-auto-attributes): Deleted variable covered by sgml-quick-keys,
changed function of same name.
(sgml-delete-tag): Newline also counts as whitespace before tag.
(html-quick-keys): Use sgml-quick-keys as default, thus changed to nil.
(html-mode-map): Added C-c C-c char combinations for when
html-quick-keys is nil.
(html-tag-alist): Added /cgi-bin/ to href completions, submit (spelling
fixed) button to form.
(html-checkboxes): New skeleton.
1996-01-24 17:12:21 +00:00
Richard M. Stallman
27abea5aa8 (bibtex-font-lock-keywords, bibtex-mode):
Use word-syntax in patterns.

(bibtex-font-lock-keywords): Allow a more relaxed format
of the buffer and use more appropriate faces.
1996-01-16 16:37:54 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Erik Naggum
8f65287798 Removed auto-mode-alist hacking for html-mode to files.el. 1996-01-13 00:38:41 +00:00
Erik Naggum
68e0771bdd Remove redundant auto-mode-alist hacking. 1996-01-13 00:30:34 +00:00
Richard M. Stallman
b69863f29d (forward-page): Simplify how we avoid getting stuck when moving backwards. 1996-01-12 21:23:05 +00:00
Richard M. Stallman
1caf38ebbc Also load for .sgm and .dtd files.
(sgml-specials, sgml-name-8bit-mode, sgml-char-names)
(sgml-font-lock-keywords, sgml-face-tag-alist, sgml-tag-face-alist)
(sgml-display-text, sgml-tag-alist, sgml-tag-help)
(sgml-auto-attributes): New variables.
(sgml-mode-common): New function.
(sgml-mode): Most code moved to it.
(sgml-name-char, sgml-name-self, sgml-maybe-name-self)
(sgml-name-8bit-mode, sgml-tag, sgml-attributes, sgml-auto-attributes)
(sgml-tag-help, sgml-maybe-end-tag, sgml-skip-tag-backward)
(sgml-skip-tag-forward, sgml-tags-invisible): New commands.
(sgml-beginning-of-tag, sgml-value): New functions.
1996-01-12 21:14:51 +00:00
Karl Heuer
dcfe5c0511 (fill-region-as-paragraph): Check again for reaching
the end of the paragraph, after we adjust for places we can't break
and make sure to keep at least one word.
1996-01-09 23:18:07 +00:00
Karl Heuer
a7acbbe4d4 Comment fixes. 1996-01-05 22:21:28 +00:00