summaryrefslogtreecommitdiff
path: root/lisp/textmodes
Commit message (Expand)AuthorAgeFilesLines
* Replace end-of-line, save-excursion etc with point-at-eol, point-at-bol.Glenn Morris2010-11-062-5/+5
* Use line-end-position rather than end-of-line, etc.Glenn Morris2010-11-064-25/+15
* Silence reftex compilation.Glenn Morris2010-11-063-65/+62
* RefTeX: Improve matching of bib entries.Ralf Angeli2010-11-061-4/+3
* reftex-toc trivia.Glenn Morris2010-11-031-16/+15
* Silence ispell.el compilation.Glenn Morris2010-11-031-2/+4
* * lisp/textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.Glenn Morris2010-11-031-4/+0
* Don't be so lax with spelling.Glenn Morris2010-11-022-4/+2
* * lisp/textmodes/ispell.el (comment-add): Declare.Glenn Morris2010-10-311-2/+5
* Merge changes from emacs-23 branchChong Yidong2010-10-311-18/+17
|\
| * Replace some inappropriate uses of toggle-read-only. (Bug#7292)Glenn Morris2010-10-291-18/+17
* | Bind "C-c ]" to block-closing commands in several modes.Chong Yidong2010-10-232-0/+2
* | * lisp/textmodes/flyspell.el (flyspell-mode): If there was an error,Glenn Morris2010-10-231-3/+2
* | ispell.el (ispell-aspell-find-dictionary): Fix aspell data file search (bug#7...Agustín Martín2010-10-181-14/+25
* | Fix searching for bibitem entries.Ralf Angeli2010-10-161-21/+24
* | * textmodes/rst.el (rst-font-lock-keywords-function): Drop Emacs 20 code.Glenn Morris2010-10-021-4/+1
* | * lisp/textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.Glenn Morris2010-10-021-20/+7
* | 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:52Z!bob@gnu.org 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 <winkler@gnu.org>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