aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-02-25 03:54:54 +0000
committerStefan Monnier2008-02-25 03:54:54 +0000
commitf52d2f9c301760f4554e2e800bf9908430b87bba (patch)
tree5b24297a84a20c0c770935e9e62b6e314865fefe /lisp/ChangeLog
parent31143cfcd3e0f663f7f10bbb95d176a83a840470 (diff)
downloademacs-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/ChangeLog29
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 @@
12008-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
12008-02-25 Kenichi Handa <handa@ni.aist.go.jp> 212008-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
202008-02-25 Jason Rumney <jasonr@gnu.org> 392008-02-25 Jason Rumney <jasonr@gnu.org>
21 40