aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2007-02-22 00:35:28 +0000
committerKim F. Storm2007-02-22 00:35:28 +0000
commit3c00238a4a91d0b81e9eb87586ade7c5e475ebdc (patch)
tree44ab44ec38cad038a4416c3e42d8c986722d9a85
parentd99fe637cb1fda341301681c2da28c5074d5e83b (diff)
downloademacs-3c00238a4a91d0b81e9eb87586ade7c5e475ebdc.tar.gz
emacs-3c00238a4a91d0b81e9eb87586ade7c5e475ebdc.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE1
-rw-r--r--lisp/ChangeLog6
-rw-r--r--man/ChangeLog5
3 files changed, 11 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 1cb231426e0..7c67f2d668e 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -69,7 +69,6 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
69** alinsoar@voila.fr, Feb 18: TAB in find-file with PARTIAL-COMPLETION-MODE on 69** alinsoar@voila.fr, Feb 18: TAB in find-file with PARTIAL-COMPLETION-MODE on
70He suggested a patch; is it correct? 70He suggested a patch; is it correct?
71 71
72** dooglus@gmail.com, Feb 12: Customization: Toggle buttons vanish when clicked
73 72
74 73
75* DOCUMENTATION 74* DOCUMENTATION
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 794db2e53eb..99e6f1f3d14 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12007-02-22 Kim F. Storm <storm@cua.dk>
2
3 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4 (editable-field): Document need to put some text before the %v
5 escape in :format string.
6
12007-02-19 Stefan Monnier <monnier@iro.umontreal.ca> 72007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'. 9 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
diff --git a/man/ChangeLog b/man/ChangeLog
index 7c3a1bf2e7b..c0d6b4dd015 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12007-02-22 Kim F. Storm <storm@cua.dk>
2
3 * widget.texi (User Interface, Basic Types): Document need to put some
4 text before the %v escape in :format string in editable-field widget.
5
12007-02-19 Juanma Barranquero <lekktu@gmail.com> 62007-02-19 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * mule.texi (Language Environments): Update list of supported language 8 * mule.texi (Language Environments): Update list of supported language