1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Karl Heuer
33f54425db Add patterns for asm-mode. 1994-12-09 06:24:22 +00:00
Richard M. Stallman
9ee4654da8 (hilit-set-mode-patterns - lisp-mode): Fix regexp
for 'defconstant' that leads to an infinite loop.
Hilight the 'list' keyword.
1994-10-13 23:01:26 +00:00
Richard M. Stallman
8b947f90b3 (hilit-find-file-hook): Preserve buffer modified state. 1994-08-04 20:15:36 +00:00
Richard M. Stallman
b7c2e3d825 Specify patterns for objc-mode. 1994-07-30 21:20:37 +00:00
Karl Heuer
ed6bdcdd65 (hilit-lookup-face-create): Don't put string values into the global face-font
data.
1994-05-06 03:07:23 +00:00
Karl Heuer
8f1204db34 Update copyright. 1994-05-03 23:47:06 +00:00
Karl Heuer
68395b70ec Don't treat $ as special if escaped. 1994-04-22 21:53:27 +00:00
Richard M. Stallman
103ffad568 (LaTeX patterns): Don't match \( and \[ following a \. 1994-03-15 06:14:20 +00:00
Richard M. Stallman
733619f9ef - (hilit-rehighlight-region): added (save-restriction (widen))
to avoid hangups in dired.
- Also slight improvements to fortran patterns and
  hilit-default-face-table doc string
- added optional case-fold argument to hilit-set-mode-patterns
- added hilit-rehighlight-buffer-quietly to dired-after-readin-hook
- fixed bug in hilit-string-find that mishandled some strings: "\\"
- work-around for bug in next-overlay-change
- the pattern matcher now starts it's searches from the end of the
  most recently highlighted region (which is not necessarily the end
  of the most recently matched regex).
- code moved from hilit-highlight-region to hilit-set-mode-patterns.
  This will affect you if you pass your patterns directly to
  hilit-highlight-region....use a pseudo-mode instead.
- twiddled C/C++, latex, texinfo, fortran, nroff patterns.
- added calendar-mode, icon-mode and pascal-mode patterns
- diverged lisp-mode and emacs-lisp-mode...also added lisp keywords.
1993-09-18 02:13:02 +00:00
Richard M. Stallman
280a6a9f18 Version 2.7 from stig. 1993-08-01 06:26:18 +00:00
Richard M. Stallman
4ccadbc039 entered into RCS 1993-07-23 19:31:05 +00:00
Richard M. Stallman
9a5e9959b5 Initial revision 1993-07-23 19:28:14 +00:00