1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Richard M. Stallman
944a581d4d (hilit-submit-feedback): Change mail address. 1997-07-10 06:50:14 +00:00
Richard M. Stallman
e4874521bb Comment change. 1997-05-27 15:32:03 +00:00
Richard M. Stallman
12033e9aa8 (hilit-rehighlight-message): Respect mail-mode header/body separation line. 1997-04-16 04:09:25 +00:00
Richard M. Stallman
7a8f27dbe6 Comment change. 1996-10-12 02:42:58 +00:00
Richard M. Stallman
96013d6f5e (LaTeX-mode): Change handling of escaped $. 1996-06-21 05:18:44 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
67bd87ba83 (hilit-submit-feedback): Fix message spelling. 1996-01-04 23:19:14 +00:00
Erik Naggum
aace9f6b13 Removed old gnus hooks.
(gnus-group-mode): Adapt to new Gnus.
(gnus-summary-mode): Removed.
1995-11-04 02:26:16 +00:00
Richard M. Stallman
be01074898 Comment change. 1995-10-30 17:35:01 +00:00
Karl Heuer
67cbfd2ab8 (hilit-submit-feedback): New ftp site. 1995-08-19 06:35:38 +00:00
Karl Heuer
6267bd25bc (hilit-submit-feedback): New bug-reporting address. 1995-08-17 19:40:54 +00:00
Richard M. Stallman
c0d7987107 Comment change. 1995-03-16 04:37:48 +00:00
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