Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comment change. | Richard M. Stallman | 1995-03-16 | 1 | -1/+1 |
| | |||||
* | Add patterns for asm-mode. | Karl Heuer | 1994-12-09 | 1 | -0/+14 |
| | |||||
* | (hilit-set-mode-patterns - lisp-mode): Fix regexp | Richard M. Stallman | 1994-10-13 | 1 | -6/+3 |
| | | | | | for 'defconstant' that leads to an infinite loop. Hilight the 'list' keyword. | ||||
* | (hilit-find-file-hook): Preserve buffer modified state. | Richard M. Stallman | 1994-08-04 | 1 | -3/+5 |
| | |||||
* | Specify patterns for objc-mode. | Richard M. Stallman | 1994-07-30 | 1 | -1/+18 |
| | |||||
* | (hilit-lookup-face-create): Don't put string values into the global face-font | Karl Heuer | 1994-05-06 | 1 | -13/+4 |
| | | | | data. | ||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | Don't treat $ as special if escaped. | Karl Heuer | 1994-04-22 | 1 | -1/+1 |
| | |||||
* | (LaTeX patterns): Don't match \( and \[ following a \. | Richard M. Stallman | 1994-03-15 | 1 | -2/+2 |
| | |||||
* | - (hilit-rehighlight-region): added (save-restriction (widen)) | Richard M. Stallman | 1993-09-18 | 1 | -159/+385 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Version 2.7 from stig. | Richard M. Stallman | 1993-08-01 | 1 | -421/+268 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1993-07-23 | 1 | -0/+1 |
| | |||||
* | Initial revision | Richard M. Stallman | 1993-07-23 | 1 | -0/+1454 |