diff lisp/ChangeLog @ 106307:cbe5e21da2e4

Try and remove assumptions about point-min==1. * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1. (rng-compute-mode-line-string): Show the validation percentage in terms of the narrowed text, not the widened text. (rng-do-some-validation): Don't catch internal errors when debugging. (rng-first-error): Simplify. (rng-after-change-function): Remove work around. AFAIK the bug has been fixed a while ago.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 28 Nov 2009 21:32:06 +0000
parents 94b85d4a3456
children af8417378024
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 28 21:11:25 2009 +0000
+++ b/lisp/ChangeLog	Sat Nov 28 21:32:06 2009 +0000
@@ -1,5 +1,14 @@
 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	Try and remove assumptions about point-min==1.
+	* nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
+	(rng-compute-mode-line-string): Show the validation percentage in
+	terms of the narrowed text, not the widened text.
+	(rng-do-some-validation): Don't catch internal errors when debugging.
+	(rng-first-error): Simplify.
+	(rng-after-change-function): Remove work around.  AFAIK the bug has
+	been fixed a while ago.
+
 	* image-mode.el (image-minor-mode): Exit more gracefully when the image
 	cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).