(forms--mode-menu-edit,forms--mode-menu-ro):
[bpt/emacs.git] / lisp / textmodes /
1995-06-16 Richard M. StallmanReinstalled autoloads from ispell-dictionary-alist,
1995-06-16 Richard M. StallmanRemoved autoload from ispell-dictionary-alist,
1995-06-15 Karl HeuerUpdate GPL to version 2.
1995-06-08 Simon MarshallPut comments first in texinfo-font-lock-keywords.
1995-05-30 Karl Heuer(bibtex-mode-map): Fix capitalization in menu bar.
1995-05-27 Karl Heuer(ispell-message-text-end): Match start of forwarded...
1995-05-26 Karl Heuer(texinfo-sequentially-find-pointer): Don't modify
1995-05-07 Richard M. StallmanProvide noutline as well as outline.
1995-05-06 Richard M. Stallman(ispell-region): If position not visible, (sit-for 0).
1995-05-06 Richard M. StallmanAll autoload cookies disabled.
1995-05-03 Karl Heuer(scribe-chapter): Change to C-c C-c.
1995-05-02 Richard M. Stallman(outline-minor-mode-prefix): Change to C-c @.
1995-05-02 Richard M. Stallman(texinfo-mode-map): Delete C-c ] binding.
1995-04-29 Richard M. Stallman(tex-view): Nice error if tex-dvi-view-command is nil.
1995-04-25 Karl Heuer(outline-minor-mode): Use force-mode-line-update.
1995-04-25 Karl Heuer(picture-set-motion, picture-mode-exit): Use force...
1995-04-25 Karl Heuer(ispell-minor-mode): Use force-mode-line-update.
1995-04-17 Richard M. Stallman(ispell-init-ispell): Don't barf if there is a
1995-04-14 Richard M. StallmanComment change.
1995-04-14 Richard M. Stallman(fill-paragraph, fill-region, fill-nonuniform-paragraphs)
1995-04-11 Richard M. Stallman(bibtex-find-text, bibtex-remove-double-quotes-or-braces):
1995-04-10 Richard M. Stallman(fill-region-as-paragraph): Undo previous change.
1995-04-08 Richard M. Stallman(ispell-message): Make mail-header-separator into regexp.
1995-04-07 Richard M. Stallman(fill-region): Avoid error on reaching end of buffer.
1995-04-07 Richard M. Stallman(fill-region-as-paragraph): If JUSTIFY is non-nil,
1995-04-07 Karl HeuerUpdate copyright.
1995-04-07 Karl HeuerUpdate copyright.
1995-04-06 Richard M. Stallman(ispell-menu-map-needed): Delete test for menu-bar...
1995-04-05 Karl Heuer(ispell-personal-dictionary): Add autoload.
1995-04-02 Richard M. Stallman(fill-region-as-paragraph): Remove fill-prefix first...
1995-03-14 Richard M. Stallmanentered into RCS
1995-03-14 Richard M. Stallman*** empty log message ***
1995-03-13 Richard M. Stallman(adaptive-fill-regexp): Skip # or ;.
1995-03-13 Richard M. Stallman(adaptive-fill-regexp): Skip #'s and ;'s.
1995-03-10 Richard M. StallmanInitial revision
1995-03-02 Boris Goldowsky(indented-text-mode): Remove ^ from paragraph-start...
1995-03-02 Boris Goldowsky(tex-common-initialization, latex-mode, slitex-mode...
1995-03-02 Boris Goldowsky(texinfo-mode): Remove ^ from paragraph-start & paragra...
1995-03-02 Boris Goldowsky(texinfo-format-refill): Remove ^ from paragraph-start...
1995-03-02 Boris Goldowsky(scribe-mode): Remove ^ from paragraph-start & paragrap...
1995-03-02 Boris Goldowsky(outline-mode): Remove ^ from paragraph-start & paragra...
1995-03-02 Boris Goldowsky(nroff-mode): Remove ^ from paragraph-start & paragraph...
1995-03-01 Boris Goldowsky(bibtex-mode): Remove ^ from paragraph-start.
1995-03-01 Boris Goldowsky(paragraph-start, paragraph-separate): Default values...
1995-02-23 Boris Goldowsky(set-fill-prefix): start from left-margin.
1995-02-17 Richard M. Stallman(tex-append): Try splitting on last period, then
1995-02-08 Richard M. StallmanPersonal dictionary save forced when called from menu,
1995-02-06 Richard M. Stallman(texinfo-environment-regexp): Match @menu and
1995-02-02 Richard M. Stallman(fill-paragraph): Bind fill-paragraph-function to nil...
1995-02-02 Richard M. Stallman(fill-paragraph-function): New variable.
1995-01-27 Richard M. Stallman(tex-display-shell): Pass nil as arg to
1995-01-25 Richard M. Stallman(justify-current-line): Avoid error comparing fill...
1995-01-20 Richard M. Stallman(fill-region-as-paragraph): At end, advance over any...
1995-01-20 Karl Heuer(center-line): fill-column is a var, not a function.
1995-01-19 Richard M. Stallman(fill-region-as-paragraph): left-margin renamed to...
1995-01-19 Richard M. Stallman(current-justification): Renamed from current-justifica...
1995-01-19 Richard M. Stallman(set-justification): New function.
1995-01-19 Richard M. Stallman(center-line): Use current-left-margin function, not...
1995-01-19 Richard M. Stallman(forward-paragraph): Fix end-of-buffer bug.
1995-01-18 Richard M. Stallman(check-ispell-version): Use Fundamental mode in the...
1995-01-18 Richard M. Stallman(scribe-mode): Treat @: as a sentence end.
1995-01-18 Karl Heuer(check-ispell-version): Force standard syntax table.
1995-01-13 Richard M. Stallman(forward-paragraph): Notice use-hard-newlines value.
1995-01-13 Richard M. Stallman(fill-region-as-paragraph): Don't modify newline
1995-01-06 Richard M. Stallman(bibtex-clean-entry): Killing text while editing
1995-01-05 Richard M. Stallman(tex-print): Better check for when to print current
1995-01-03 Richard M. Stallman(tex-mode): Recognize \NeedsTeXFormat{LaTeX2e}.
1995-01-03 Richard M. Stallman(spell-filter): Make it a risky-local-variable.
1995-01-02 Richard M. Stallman(tex-mode): \begin at start of file implies Latex.
1994-12-30 Richard M. Stallman(tex-mode-map): Add BibTeX File menu item.
1994-12-23 Richard M. Stallman(bibtex-string, bibtex-preamble): Use forward-line.
1994-12-22 Richard M. StallmanComment change.
1994-12-21 Richard M. Stallman(tex-start-shell): Use inheritance.
1994-12-21 Edward M. ReingoldMake keymap for tex-shell the shell-mode-map.
1994-12-19 Edward M. ReingoldBe consistent in use of comint (instead of shell) mode.
1994-12-10 Karl HeuerAdded ispell-offset for version consistency.
1994-12-04 Richard M. Stallman(fill-region-as-paragraph): If region starts in mid...
1994-12-04 Richard M. Stallman(bibtex-mode-map): Delete binding for ".
1994-11-18 Richard M. Stallman(picture-self-insert): Use last-command-event,
1994-11-11 Richard M. Stallman(texinfo-format-node): Insert the node delimiter
1994-11-09 Karl Heuer(r2b-help): Set help-mode in *Help* buffer.
1994-10-31 Richard M. Stallman(texinfo-alias-list): New variable.
1994-10-30 Richard M. Stallman(texinfo-format-scan): Make @- vanish; don't insert -.
1994-10-26 Richard M. Stallman(ispell-message-text-end): Match Postcript 3 like 2.
1994-10-26 Richard M. Stallman(fill-individual-paragraphs): Avoid infinite loop
1994-10-25 Richard M. Stallman(ispell-grep-command, ispell-look-command): Don't speci...
1994-10-23 Richard M. Stallman(latex-mode): Recognize \item etc. that have no arg
1994-10-16 Richard M. Stallman(texinfo-no-refill-regexp): Recognize @ifhtml, @html.
1994-10-12 Simon Marshall* texinfo.el: (texinfo-mode): Set font-lock-defaults.
1994-10-12 Simon Marshall* outline.el: (outline-mode): Set font-lock-defaults.
1994-10-11 Richard M. Stallman(compare-windows-whitespace): Eliminate initial value.
1994-10-10 Richard M. Stallman(ispell-highlight-spelling-error):
1994-10-07 Richard M. Stallman(texinfo-font-lock-keywords): New variable.
1994-10-07 Richard M. Stallman(outline-font-lock-keywords): New variable.
1994-10-05 Richard M. Stallman(texinfo-format-scan): Accept @^, @", @?, @!, @-.
1994-10-02 Richard M. Stallman(fill-region, fill-region-as-paragraph): Fix previous...
1994-10-01 Richard M. Stallman(fill-region, fill-region-as-paragraph):
1994-10-01 Richard M. Stallman(ispell-init-process): Add missing arg in error msg.
1994-09-29 Richard M. Stallman(texinfo-format-region, texinfo-format-buffer-1):
1994-09-28 Richard M. Stallman(backward-kill-sentence): Work in read-only buffers.
next