summaryrefslogtreecommitdiff
path: root/lisp/textmodes
Commit message (Expand)AuthorAgeFilesLines
* (bibtex-mode-map): Fix capitalization in menu bar.Karl Heuer1995-05-301-2/+2
* (ispell-message-text-end): Match start of forwarded msg.Karl Heuer1995-05-271-1/+2
* (texinfo-sequentially-find-pointer): Don't modifyKarl Heuer1995-05-261-4/+3
* Provide noutline as well as outline.Richard M. Stallman1995-05-071-0/+1
* (ispell-region): If position not visible, (sit-for 0).Richard M. Stallman1995-05-061-0/+2
* All autoload cookies disabled.Richard M. Stallman1995-05-062-11/+11
* (scribe-chapter): Change to C-c C-c.Karl Heuer1995-05-031-10/+10
* (outline-minor-mode-prefix): Change to C-c @.Richard M. Stallman1995-05-022-2/+2
* (texinfo-mode-map): Delete C-c ] binding.Richard M. Stallman1995-05-021-1/+0
* (tex-view): Nice error if tex-dvi-view-command is nil.Richard M. Stallman1995-04-291-1/+5
* (outline-minor-mode): Use force-mode-line-update.Karl Heuer1995-04-252-2/+2
* (picture-set-motion, picture-mode-exit): Use force-mode-line-update.Karl Heuer1995-04-251-6/+2
* (ispell-minor-mode): Use force-mode-line-update.Karl Heuer1995-04-251-1/+1
* (ispell-init-ispell): Don't barf if there is aRichard M. Stallman1995-04-171-3/+10
* Comment change.Richard M. Stallman1995-04-142-0/+2
* (fill-paragraph, fill-region, fill-nonuniform-paragraphs)Richard M. Stallman1995-04-141-4/+7
* (bibtex-find-text, bibtex-remove-double-quotes-or-braces):Richard M. Stallman1995-04-111-19/+18
* (fill-region-as-paragraph): Undo previous change.Richard M. Stallman1995-04-101-3/+4
* (ispell-message): Make mail-header-separator into regexp.Richard M. Stallman1995-04-081-1/+1
* (fill-region): Avoid error on reaching end of buffer.Richard M. Stallman1995-04-071-1/+1
* (fill-region-as-paragraph): If JUSTIFY is non-nil,Richard M. Stallman1995-04-071-2/+2
* Update copyright.Karl Heuer1995-04-073-3/+3
* Update copyright.Karl Heuer1995-04-071-1/+1
* (ispell-menu-map-needed): Delete test for menu-bar feature.Richard M. Stallman1995-04-061-2/+5
* (ispell-personal-dictionary): Add autoload.Karl Heuer1995-04-051-0/+1
* (fill-region-as-paragraph): Remove fill-prefix first, then remove indentation.Richard M. Stallman1995-04-021-4/+6
* entered into RCSRichard M. Stallman1995-03-141-6/+13
* *** empty log message ***Richard M. Stallman1995-03-141-1/+37
* (adaptive-fill-regexp): Skip # or ;.Richard M. Stallman1995-03-131-1/+1
* (adaptive-fill-regexp): Skip #'s and ;'s.Richard M. Stallman1995-03-131-1/+1
* Initial revisionRichard M. Stallman1995-03-101-0/+596
* (indented-text-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-1/+1
* (tex-common-initialization, latex-mode, slitex-mode): Remove ^ fromBoris Goldowsky1995-03-021-38/+38
* (texinfo-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-2/+2
* (texinfo-format-refill): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-2/+2
* (scribe-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-2/+2
* (outline-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-2/+2
* (nroff-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-2/+2
* (bibtex-mode): Remove ^ from paragraph-start.Boris Goldowsky1995-03-011-1/+1
* (paragraph-start, paragraph-separate): Default values no longer startBoris Goldowsky1995-03-011-37/+91
* (set-fill-prefix): start from left-margin.Boris Goldowsky1995-02-231-290/+448
* (tex-append): Try splitting on last period, thenRichard M. Stallman1995-02-171-4/+7
* Personal dictionary save forced when called from menu,Richard M. Stallman1995-02-081-54/+119
* (texinfo-environment-regexp): Match @menu andRichard M. Stallman1995-02-061-9/+6
* (fill-paragraph): Bind fill-paragraph-function to nil before calling it.Richard M. Stallman1995-02-021-1/+3
* (fill-paragraph-function): New variable.Richard M. Stallman1995-02-021-13/+21
* (tex-display-shell): Pass nil as arg toRichard M. Stallman1995-01-271-7/+12
* (justify-current-line): Avoid error comparing fill-prefixRichard M. Stallman1995-01-251-57/+59
* (fill-region-as-paragraph): At end, advance over any newlinesRichard M. Stallman1995-01-201-2/+7
* (center-line): fill-column is a var, not a function.Karl Heuer1995-01-201-1/+1