aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (ispell-message-text-end): Improve context diff regexp.Richard M. Stallman1994-07-301-2/+2
|
* (justify-current-line): Delete space at end of line.Richard M. Stallman1994-07-271-1/+4
|
* (ispell-tex-buffer-p): Write names in lower case. Add slitex-mode.Richard M. Stallman1994-07-241-1/+1
|
* (ispell-command-loop, ispell-region, ispell-word):Richard M. Stallman1994-07-201-237/+219
| | | | | | | | Only pop up the choices window if an error is found in the region. Don't change the size of the choices window except as needed. Don't (sit-for 0) at the start of ispell-region (i.e. don't force redisplay at the start of the region). (ispell-overlay-window): Small documentation fix.
* (ispell-word): Call ispell-dehighlight.Richard M. Stallman1994-07-121-4/+6
|
* (outline-next-preface): Undo previous change: do stop before final newline.Richard M. Stallman1994-07-061-5/+6
|
* (ispell-message): Avoid an infinite loop.Richard M. Stallman1994-06-251-1/+6
|
* (bibtex-mode): Set up comment-start locally.Richard M. Stallman1994-06-161-0/+2
|
* (outline-mode): Make change-major-mode-hook buffer-local.Richard M. Stallman1994-06-151-0/+1
|
* (ispell-command-loop): C-g should be like X, not q.Richard M. Stallman1994-06-141-56/+74
| | | | | | (ispell-dictionary-alist): Add autoload. Split into two subvariables. (ispell-menu-map): Defvar and set up at top level. Split into parts. (ispell-menu-map-needed): New variable.
* (latex-mode, slitex-mode): In paragraph-separate,Richard M. Stallman1994-06-111-2/+2
| | | | delete spurious \\\\ from char set.
* (ispell-complete-word): Likewise.Richard M. Stallman1994-06-101-1/+1
|
* (ispell-dictionary-alist): Fix regexp in francais.Richard M. Stallman1994-06-101-1/+1
|
* (tex-start-shell): Add autoload.Richard M. Stallman1994-06-101-0/+1
|
* (tex-show-print-queue): Display the tex shell buffer.Richard M. Stallman1994-06-071-4/+8
| | | | | (tex-file, tex-bibtex-file): Likewise. (latex-mode, slitex-mode): Treat \] as paragraph starter.
* (bibtex-clean-entry): Back over close delimiter carefully.Richard M. Stallman1994-05-301-2/+2
|
* (fill-region-as-paragraph): if left-margin is nonzero,Richard M. Stallman1994-05-281-3/+7
| | | | do adaptive-fill processing even for one-line paragraphs.
* (ispell-command-loop): Fix `q' question.Richard M. Stallman1994-05-281-1/+1
|
* Doc fix.Richard M. Stallman1994-05-222-3/+3
|
* entered into RCSRichard M. Stallman1994-05-221-0/+229
|
* Doc fixes.Richard M. Stallman1994-05-211-96/+100
|
* Lucid menu added.Richard M. Stallman1994-05-211-579/+700
| | | | | | | | | | | | (ispell): New function. (ispell-region): Assure choices and checked buffer selections correct. reindented. (ispell-highlight-spelling-errors): Prefix ispell- to highlght fns. (ispell-complete-word): Heuristic to respect case of completed words. (ispell-command-loop): Non-character events ignored. Reindented. (ispell-message): Various improvements. (ispell-init-process): `ispell-extra-args' added to allow personal customizations.
* Lots of doc fixes and message syntax fixes.Richard M. Stallman1994-05-201-49/+55
| | | | | (ispell-command-loop): For X, put point before the word being considered, and mention C-u M-$ in message.
* (ispell-word): Implement C-u $ as in ispell4.el.Richard M. Stallman1994-05-201-76/+85
| | | | | (ispell-command-loop): Make quit-char work like X. For C-z, run whatever it's bound to.
* (ispell-highlight): Do nothing unless window-system.Richard M. Stallman1994-05-191-0/+1
|
* (tex-delete-last-temp-files): Don't fail on non-existent directory.Karl Heuer1994-05-181-3/+4
|
* (texinfo-show-structure): Fix subsubsection indent amount.Richard M. Stallman1994-05-121-1/+1
|
* Comment change.Richard M. Stallman1994-05-121-5/+0
|
* (ispell-message): Add `ispell-message-text-end' andRichard M. Stallman1994-05-101-10/+65
| | | | `ispell-message-limit'. Spell-check subject as well as body.
* (texinfo-every-node-update, texinfo-all-menus-update): Bind mark-active to t.Richard M. Stallman1994-05-101-3/+12
|
* (texinfo-environment-regexp): Split lines.Richard M. Stallman1994-05-101-3/+6
| | | | | Add def..., ifset, ifclear. (texinfo-show-structure): Fix typo.
* (hide-sublevels): Typo in previous change.Richard M. Stallman1994-05-041-1/+1
|
* (hide-sublevels): No need for condition-case.Richard M. Stallman1994-05-041-14/+11
| | | | | | Don't call show-children if levels is 0. No need to check eob in while condition. Delete spurious setq of `first'.
* Update copyright.Karl Heuer1994-05-038-8/+8
|
* Update copyright.Karl Heuer1994-05-032-2/+2
|
* (tex-goto-last-unclosed-latex-block): New function. Bound to C-c C-u inEdward M. Reingold1994-05-031-0/+14
| | | | tex-mode.
* Doc fixes.Richard M. Stallman1994-05-021-50/+44
|
* Doc fixes.Richard M. Stallman1994-05-021-18/+21
| | | | (hide-sublevels): Rewritten faster and simpler.
* (tc-mode-line-format):Richard M. Stallman1994-04-241-1/+1
| | | | | Put mode-line-process immediately after mode-name when setting mode-line-format.
* (kill-paragraph): Don't use save-excursion.Richard M. Stallman1994-04-241-4/+4
| | | | | (backward-kill-paragraph): Likewise. (kill-sentence, backward-kill-sentence): Likewise.
* Pass operation to find-file-name-handler.Karl Heuer1994-04-221-1/+1
|
* (ispell-use-ptys-p): Doc fix.Richard M. Stallman1994-04-211-2/+2
|
* (ispell-dictionary-alist): Renamed the entry for danish from "dansk" toKarl Heuer1994-04-211-1/+1
| | | | "danish" in order to conform with reality.
* Comment change.Richard M. Stallman1994-04-191-1/+1
|
* (outline-end-of-subtree): Stop before final newline.Karl Heuer1994-04-181-7/+7
|
* (ispell-message): Turn LIMIT into an integer, around ispell-region.Richard M. Stallman1994-04-131-1/+1
|
* Bind M-$.Richard M. Stallman1994-04-121-0/+2
|
* (makeinfo-region): Fix name of tex-start/end-of-header.Richard M. Stallman1994-04-121-2/+2
|
* Fix copying conditions for current GPL version.Richard M. Stallman1994-04-071-29/+1
|
* (ispell-message): Fixed infinite loop on shortened msg.Richard M. Stallman1994-04-031-3/+4
|