summaryrefslogtreecommitdiff
path: root/lisp/textmodes
Commit message (Expand)AuthorAgeFilesLines
* paragraphs: update sentence-end-base :version after changing the defaultMichal Nazarewicz2015-01-201-1/+1
* paragraphs: recognise more Unicode characters as end of sentenceMichal Nazarewicz2015-01-201-1/+1
* tildify: add `tildify-double-space-undos'Michal Nazarewicz2015-01-201-18/+35
* tildify: add `tildify-space' and `tildify-mode'Michal Nazarewicz2015-01-201-1/+87
* Fix: inhibit point motion hooks when encoding an enriched document.Ivan Shmakov2015-01-171-1/+2
* Auto-commit of loaddefs files.Glenn Morris2015-01-021-9/+9
* Update copyright year to 2015Paul Eggert2015-01-0143-43/+43
* * lisp/textmodes/css-mode.el (scss-mode): Fix typo.Simen Heggestøyl2015-01-011-2/+2
* Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-2/+2
|\
| * Spelling fixesPaul Eggert2014-12-251-2/+2
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-10/+40
|\ \ | |/
| * Consider electric-pair-mode in tex-mode.Joao Tavora2014-12-141-10/+40
* | In `ispell-command-loop' don't use `next-window'.Martin Rudalics2014-12-191-2/+4
* | Fix ispell window handling.Martin Rudalics2014-12-181-117/+60
* | Merge branch 'emacs-24'.Paul Eggert2014-11-282-6/+6
|\ \ | |/
| * Backport regexp stack overflow fix from emacs-24.Leonard Randall2014-11-271-1/+1
| * * textmodes/makeinfo.el (makeinfo-buffer): Make it work also forMichael Albinus2014-11-231-5/+6
| * .gitignore cleanup.Paul Eggert2014-11-171-1/+0
* | Pass -utf8 to tidy.Sam Steingold2014-11-261-1/+1
* | tildify.el: introduce a `tildify-foreach-region-function' variableMichal Nazarewicz2014-11-183-73/+136
* | tildify.el: introduce a `tildify-pattern' variableMichal Nazarewicz2014-11-181-19/+35
* | tildify.el: introduce a `tildify-space-string' variableMichal Nazarewicz2014-11-183-13/+38
* | Simplify use of current-time and friends.Paul Eggert2014-10-281-5/+2
* | * lisp/textmodes/css-mode.el (scss-mode): New major-mode.Stefan Monnier2014-10-201-11/+68
* | tildify.el (tildify--pick-alist-entry): rename from tildify-mode-alistMichal Nazarewicz2014-10-171-6/+6
* | Remove calendar code obsolete since at least version 23.1Glenn Morris2014-10-051-15/+11
* | Rename 24.5 to 25.1Stefan Monnier2014-09-291-1/+1
* | Auto-commit of loaddefs files.Glenn Morris2014-09-211-2/+2
* | Use font-lock-face property; derive from special-modeTassilo Horn2014-09-212-10/+10
* | Spelling fixes.Paul Eggert2014-09-111-1/+1
* | New custom variable `tex-print-file-extension' to help users who use PDF inst...Sam Steingold2014-09-051-2/+12
* | Fix a bug in texinfo-make-menu.Eli Zaretskii2014-08-211-18/+34
* | Set sgml-validate-command based on validator existenceSam Steingold2014-08-111-6/+15
* | Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.orgGlenn Morris2014-07-281-1/+1
|\ \ | |/
| * Fixes: debbugs:18117Andreas Schwab2014-07-271-1/+1
* | Merge from emacs-24; up to 2014-06-11T19:33:14Z!rgm@gnu.orgGlenn Morris2014-06-251-1/+2
|\ \ | |/
| * Fix a few packages to work with nil tab-stop-listLeo Liu2014-06-261-1/+2
* | Auto-commit of loaddefs files.Glenn Morris2014-06-251-1/+1
* | Make search in reftex-using-biblatex-p non-greedy.Leonard Randall2014-06-241-1/+1
* | "the the", "from from" and "and and".Mario Lang2014-06-231-1/+1
* | * lisp/electric.el (electric-layout-post-self-insert-function):Dmitry Antipov2014-06-221-2/+2
* | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris2014-06-211-4/+11
|\ \ | |/
| * Fix bug #17801 with extraneous newlines after inserting markup in Texinfo mode.Eli Zaretskii2014-06-201-4/+11
* | tildify.el: Rewrite `tildify-region' and co., add foreach function.Michal Nazarewicz2014-06-051-84/+61
* | tildify.el: Optimise environments regexesMichal Nazarewicz2014-06-051-22/+15
* | tildify.el: Better support for XMLMichal Nazarewicz2014-06-051-1/+6
* | tildify.el: Improve defcustom's typesMichal Nazarewicz2014-06-051-3/+29
* | tildify.el: Fix matched group indexes in end-regex buildingMichal Nazarewicz2014-06-051-15/+15
* | tildify.el: Fix end-regex building in `tildify-find-env'Michal Nazarewicz2014-06-051-22/+18
* | * lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions.Stefan Monnier2014-05-281-2/+1