aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/format.el
Commit message (Collapse)AuthorAgeFilesLines
* (format-deannotate-region): In case of unmatched tags,Karl Heuer1997-10-161-1/+1
| | | | avoid using nil where end position is expected.
* (format-subtract-regions): New function.Richard M. Stallman1997-08-301-96/+162
| | | | | | | | | | | | | | | (format-property-increment-region): New function. (format-deannotate-region): When multiple annotations go into a single text property, split the outer annotations (with format-subtract-regions) instead of resetting them; use lists of regions instead of a single number for the text property start. (format-deannotate-region): Don't change extents of enclosing annotations of the same kind. (format-deannotate-region): Use property-increment-region to add to numeric properties.
* (format-encode-run-method, format-decode-run-method): Put errorRichard M. Stallman1997-08-151-3/+5
| | | | | output from shell command in temp buffer, not data buffer. (format-alist): Typo fix.
* (format-annotate-atomic-property-change): Fix prev change.Richard M. Stallman1997-08-151-14/+14
|
* (format-alist): Doc fix.Richard M. Stallman1997-08-091-0/+11
|
* (format-annotate-single-property-change,Richard M. Stallman1997-08-091-7/+10
| | | | | format-annotate-atomic-property-change): move code that interprets nil as 0 inside test that property is numeric.
* (format-annotate-atomic-property-change):Richard M. Stallman1997-08-051-17/+20
| | | | | Look thru all elements of PROP-ALIST for a number, if OLD and NEW are numbers.
* (format-alist): Don't handle compression here.Richard M. Stallman1997-07-091-5/+2
|
* (format-insert-file): Fix arg order to format-decode.Richard M. Stallman1997-06-041-9/+71
|
* Fix bug that caused crash on certain tags with parametersBoris Goldowsky1997-01-311-1/+1
|
* (format-alist): Change defconst to defvar.Richard M. Stallman1996-12-161-1/+1
|
* (format-alist): Doc fix.Richard M. Stallman1996-09-011-11/+17
| | | | | | (format-annotate-function): New argument ORIG-BUF, passed on to TO-FN. (format-encode-region): Let TO-FN know that our current buffer is its ORIG-BUF.
* (format-deannotate-region): Fixed bug that createdRichard M. Stallman1996-02-011-2/+15
| | | | double marking of multi-annotation text-properties (eg, bold-italic).
* Update FSF's address.Erik Naggum1996-01-141-30/+35
|
* (format-annotate-atomic-property-change): Doc fix.Karl Heuer1996-01-041-2/+2
|
* Correct initial line typo.Erik Naggum1995-10-301-1/+1
|
* Comment change.Richard M. Stallman1995-10-301-1/+1
|
* (format-find-file, format-insert-file): New functions.Karl Heuer1995-06-091-0/+37
|
* Change email address for Boris.Boris Goldowsky1995-06-051-1/+1
|
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* Initial revisionBoris Goldowsky1995-03-171-0/+752