aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
Commit message (Expand)AuthorAgeFilesLines
* Move some autoloaded auto-mode-alist entries to files.el.Glenn Morris2010-09-233-12/+2
* Merge changes from emacs-23 branchChong Yidong2010-09-231-1/+1
|\
| * * lisp/emacs-lisp/float-sup.el (float-pi): New name for `pi'.Stefan Monnier2010-09-191-1/+1
* | Remove timestamp and related local variables from table.el.Glenn Morris2010-09-221-10/+0
* | Remove leading `*' from docs of some defcustoms etc.Glenn Morris2010-09-229-81/+81
* | * lisp/textmodes/reftex-parse.el (reftex-what-macro)Stefan Monnier2010-09-211-6/+7
* | * lisp/textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'Stefan Monnier2010-09-201-21/+24
* | * lisp/textmodes/reftex-parse.el (reftex-what-macro): Don't hardcodeStefan Monnier2010-09-201-1/+1
* | * lisp/textmodes/ispell.el: Fix commenting convention.Stefan Monnier2010-09-201-85/+54
* | * textmodes/nroff-mode.el (nroff-view): Kill old buffer before refreshing the...Kan-Ru Chen2010-09-171-4/+10
* | Fix and improve last syntax-propertize patchStefan Monnier2010-09-181-58/+111
* | Revert 2010-09-13T10:14:[email protected] by Bob Chassel.Eli Zaretskii2010-09-131-7/+0
* | 10-09-13Robert J. Chassell2010-09-131-0/+7
* | New syntax-propertize functionality.Stefan Monnier2010-09-115-22/+25
* | ispell.el: Improve comments. XEmacs compatibility changes.Agustín Martín2010-09-101-14/+19
* | textmodes/ispell.el (ispell-valid-dictionary-list): Simplify logic.Agustín Martín2010-09-081-11/+9
* | Make sure original ispell arg list is initialized in (ispell-start-process).Agustín Martín2010-09-071-3/+4
* | Merge changes from emacs-23 branch.Chong Yidong2010-09-061-1/+1
|\|
| * Update email of Roland Winkler <[email protected]>Stefan Monnier2010-09-021-1/+1
* | Avoid global recursive calls to kill-buffer-hooks, and fit into 80 cols.Stefan Monnier2010-09-041-92/+102
* | ispell.el: better `default-directory' and kill-ispell-on-exit handlingAgustín Martín2010-09-021-73/+94
* | Remove arch-tags from all files, since these are no longer needed.Lars Magne Ingebrigtsen2010-09-021-1/+0
* | * textmodes/nroff-mode.el (nroff-view): New command.Chong Yidong2010-08-311-0/+15
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-2914-0/+14
* | * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fixKevin Ryde2010-08-241-3/+3
* | * lisp/textmodes/fill.el (justify-current-line): Don't add 1 to nspacesStefan Monnier2010-08-021-12/+10
* | Improve ispell.el word completion handling. Agustín Martín2010-07-071-17/+28
* | ispell.el (ispell-init-process): Make sure ispell and default directories are...Agustín Martín2010-06-251-3/+3
* | Make sure `flyspell-word' checks word after (flyspell-check-previous-highligh...Agustín Martín2010-06-251-1/+3
* | Minor simplification.Glenn Morris2010-06-221-22/+16
* | ispell.el (ispell-aspell-find-dictionary): Fix regexp for full xx_YY search.Agustín Martín2010-06-171-2/+2
* | ispell.el: Fix portuguese casechars/not-casechars for missing 'çÇ'. (bug#64...Agustín Martín2010-06-161-2/+2
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-247-29/+29
* | Merge from emacs-23Stefan Monnier2010-05-241-1/+1
|\|
| * * textmodes/fill.el (fill-region): Don't fill past the end.Stefan Monnier2010-05-181-1/+1
* | Add TeX open-block and close-block keybindings to SGML, and vice versa.Chong Yidong2010-05-132-0/+10
* | Do not ispell-kill-ispell over and over when spellchecking minibuffer contents.Agustín Martín2010-05-131-3/+14
* | Highlight vendor specific properties.Stefan Monnier2010-05-071-2/+9
* | * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.Stefan Monnier2010-05-071-0/+1
* | Use define-minor-mode where applicable.Stefan Monnier2010-05-021-30/+10
* | ispell.el: Kill ispell process when killing its associated buffer.Agustín Martín2010-04-271-1/+11
* | ispell.el (ispell-init-process): Fix personal dictionary condition in default...Agustín Martín2010-04-271-3/+5
* | Merge from emacs-23Stefan Monnier2010-04-191-1/+1
|\|
| * Revert 2008-03-03 change (Bug#5821).Chong Yidong2010-04-061-1/+1
* | Merge from emacs-23 branchStefan Monnier2010-03-301-1/+1
|\|
| * * textmodes/artist.el (artist-mode): Fix typo in docstring. (Bug#5807)Tomas Abrahamsson2010-03-301-1/+1
* | Merge from `emacs-23'.Stefan Monnier2010-03-242-41/+41
|\|
| * * textmodes/flyspell.el (sgml-lexical-context): Autoload it. (Bug#5752)Glenn Morris2010-03-221-1/+1
| * Fix typos in docstrings.Juanma Barranquero2010-03-221-40/+40
* | Use faces not variables for font-lock customization in rst.el.Glenn Morris2010-03-201-94/+146