aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorT.V. Raman2011-04-08 12:15:30 -0400
committerChong Yidong2011-04-08 12:15:30 -0400
commit87302331c2eec82bd19414b4f8c76450d6637eae (patch)
treebc13bab731d70d3ea1b53e07488a1d25dc01c8eb /src/ChangeLog
parente0d38eebb37dfa2e9ab51e0106122dc10f9c75b2 (diff)
downloademacs-87302331c2eec82bd19414b4f8c76450d6637eae.tar.gz
emacs-87302331c2eec82bd19414b4f8c76450d6637eae.zip
* src/xml.c (parse_region): Avoid creating spurious whiespace nodes.
See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00200.html
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7f0dc9a8e26..dc06f81d972 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
2
3 * xml.c (parse_region): Avoid creating spurious whiespace nodes.
4
12011-04-08 Chong Yidong <cyd@stupidchicken.com> 52011-04-08 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * keyboard.c (read_char): Call Lisp function help-form-show, 7 * keyboard.c (read_char): Call Lisp function help-form-show,