aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* (fill-region-as-paragraph): left-margin renamed to current-left-margin.Richard M. Stallman1995-01-191-3/+3
* (current-justification): Renamed from current-justification. Callers changed.Richard M. Stallman1995-01-191-3/+3
* (set-justification): New function.Richard M. Stallman1995-01-191-209/+393
* (center-line): Use current-left-margin function, not variable.Richard M. Stallman1995-01-191-5/+4
* (forward-paragraph): Fix end-of-buffer bug.Richard M. Stallman1995-01-191-2/+2
* (check-ispell-version): Use Fundamental mode in the temporary buffer.Richard M. Stallman1995-01-181-2/+2
* (scribe-mode): Treat @: as a sentence end.Richard M. Stallman1995-01-181-13/+15
* (check-ispell-version): Force standard syntax table.Karl Heuer1995-01-181-0/+3
* (forward-paragraph): Notice use-hard-newlines value.Richard M. Stallman1995-01-131-14/+39
* (fill-region-as-paragraph): Don't modify newlineRichard M. Stallman1995-01-131-35/+40
* (bibtex-clean-entry): Killing text while editingRichard M. Stallman1995-01-061-2/+2
* (tex-print): Better check for when to print currentRichard M. Stallman1995-01-051-1/+3
* (tex-mode): Recognize \NeedsTeXFormat{LaTeX2e}.Richard M. Stallman1995-01-031-1/+1
* (spell-filter): Make it a risky-local-variable.Richard M. Stallman1995-01-031-0/+3
* (tex-mode): \begin at start of file implies Latex.Richard M. Stallman1995-01-021-1/+1
* (tex-mode-map): Add BibTeX File menu item.Richard M. Stallman1994-12-301-4/+6
* (bibtex-string, bibtex-preamble): Use forward-line.Richard M. Stallman1994-12-231-1189/+1715
* Comment change.Richard M. Stallman1994-12-221-2/+2
* (tex-start-shell): Use inheritance.Richard M. Stallman1994-12-211-1/+1
* Make keymap for tex-shell the shell-mode-map.Edward M. Reingold1994-12-211-2/+2
* Be consistent in use of comint (instead of shell) mode.Edward M. Reingold1994-12-191-1/+2
* Added ispell-offset for version consistency.Karl Heuer1994-12-101-225/+270
* (fill-region-as-paragraph): If region starts in mid-line,Richard M. Stallman1994-12-041-26/+37
* (bibtex-mode-map): Delete binding for ".Richard M. Stallman1994-12-041-4/+0
* (picture-self-insert): Use last-command-event,Richard M. Stallman1994-11-181-8/+5
* (texinfo-format-node): Insert the node delimiterRichard M. Stallman1994-11-111-3/+2
* (r2b-help): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
* (texinfo-alias-list): New variable.Richard M. Stallman1994-10-311-3/+12
* (texinfo-format-scan): Make @- vanish; don't insert -.Richard M. Stallman1994-10-301-2/+7
* (ispell-message-text-end): Match Postcript 3 like 2.Richard M. Stallman1994-10-261-1/+1
* (fill-individual-paragraphs): Avoid infinite loopRichard M. Stallman1994-10-261-1/+4
* (ispell-grep-command, ispell-look-command): Don't specify directory.Richard M. Stallman1994-10-251-2/+2
* (latex-mode): Recognize \item etc. that have no argRichard M. Stallman1994-10-231-4/+4
* (texinfo-no-refill-regexp): Recognize @ifhtml, @html.Richard M. Stallman1994-10-161-3/+20
* * texinfo.el: (texinfo-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
* * outline.el: (outline-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
* (compare-windows-whitespace): Eliminate initial value.Richard M. Stallman1994-10-111-2/+4
* (ispell-highlight-spelling-error):Richard M. Stallman1994-10-101-252/+252
* (texinfo-font-lock-keywords): New variable.Richard M. Stallman1994-10-071-0/+16
* (outline-font-lock-keywords): New variable.Richard M. Stallman1994-10-071-0/+16
* (texinfo-format-scan): Accept @^, @", @?, @!, @-.Richard M. Stallman1994-10-051-1/+5
* (fill-region, fill-region-as-paragraph): Fix previous change.Richard M. Stallman1994-10-021-2/+2