diff options
| author | Stefan Monnier | 2008-02-25 03:54:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-02-25 03:54:54 +0000 |
| commit | f52d2f9c301760f4554e2e800bf9908430b87bba (patch) | |
| tree | 5b24297a84a20c0c770935e9e62b6e314865fefe /lisp/ChangeLog | |
| parent | 31143cfcd3e0f663f7f10bbb95d176a83a840470 (diff) | |
| download | emacs-f52d2f9c301760f4554e2e800bf9908430b87bba.tar.gz emacs-f52d2f9c301760f4554e2e800bf9908430b87bba.zip | |
* diff-mode.el (diff-file-junk-re): New const.
(diff-beginning-of-file-and-junk): Use it.
(diff-file-kill): Make sure we were really inside a file diff.
* diff-mode.el: Make it more robust in the presence of empty context
lines in unified hunks.
(diff-valid-unified-empty-line): New var.
(diff-unified->context, diff-sanity-check-hunk): Obey it.
(diff-end-of-hunk): Obey it. New arg `donttrustheader'.
(diff-fixup-modifs, diff-post-command-hook): Use this new arg.
(diff-hunk-header-re-unified): New const.
(diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
(diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
(diff-sanity-check-hunk): Use it.
* diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
Index: line, don't search backward for the previous one.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c5804da8f0..244995563a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * diff-mode.el (diff-file-junk-re): New const. | ||
| 4 | (diff-beginning-of-file-and-junk): Use it. | ||
| 5 | (diff-file-kill): Make sure we were really inside a file diff. | ||
| 6 | |||
| 7 | * diff-mode.el: Make it more robust in the presence of empty context | ||
| 8 | lines in unified hunks. | ||
| 9 | (diff-valid-unified-empty-line): New var. | ||
| 10 | (diff-unified->context, diff-sanity-check-hunk): Obey it. | ||
| 11 | (diff-end-of-hunk): Obey it. New arg `donttrustheader'. | ||
| 12 | (diff-fixup-modifs, diff-post-command-hook): Use this new arg. | ||
| 13 | (diff-hunk-header-re-unified): New const. | ||
| 14 | (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk) | ||
| 15 | (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk) | ||
| 16 | (diff-sanity-check-hunk): Use it. | ||
| 17 | |||
| 18 | * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the | ||
| 19 | Index: line, don't search backward for the previous one. | ||
| 20 | |||
| 1 | 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp> | 21 | 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 22 | ||
| 3 | * international/fontset.el (setup-default-fontset): Add non-OTF | 23 | * international/fontset.el (setup-default-fontset): Add non-OTF |
| @@ -6,16 +26,15 @@ | |||
| 6 | * language/tibetan.el: Register tibetan-composition-function in | 26 | * language/tibetan.el: Register tibetan-composition-function in |
| 7 | composition-function-table. | 27 | composition-function-table. |
| 8 | 28 | ||
| 9 | * language/tibet-util.el (tibetan-composition-function): Adjusted | 29 | * language/tibet-util.el (tibetan-composition-function): |
| 10 | for the new calling way (argument changed). Try font-shape-text | 30 | Adjust for the new calling way (argument changed). Try font-shape-text |
| 11 | if possible. | 31 | if possible. |
| 12 | 32 | ||
| 13 | * language/lao.el: Register lao-composition-function in | 33 | * language/lao.el: Register lao-composition-function in |
| 14 | composition-function-table. | 34 | composition-function-table. |
| 15 | 35 | ||
| 16 | * language/lao-util.el (lao-composition-function): Adjusted for | 36 | * language/lao-util.el (lao-composition-function): Adjust for the new |
| 17 | the new calling way (argument changed). Try font-shape-text if | 37 | calling way (argument changed). Try font-shape-text if possible. |
| 18 | possible. | ||
| 19 | 38 | ||
| 20 | 2008-02-25 Jason Rumney <jasonr@gnu.org> | 39 | 2008-02-25 Jason Rumney <jasonr@gnu.org> |
| 21 | 40 | ||