summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-06-16 15:23:30 +0000
committerRichard M. Stallman <rms@gnu.org>2006-06-16 15:23:30 +0000
commit09ededa9efb4355fc98e25dfcd37d252aa5f17a6 (patch)
tree963fca087837bd97df271c5ce871b1ac1ddb00f0
parenta6709857e5893b5ee63cb3a2694eaf2239664dfb (diff)
downloademacs-09ededa9efb4355fc98e25dfcd37d252aa5f17a6.tar.gz
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE11
-rw-r--r--lisp/ChangeLog11
-rw-r--r--lispref/ChangeLog14
3 files changed, 32 insertions, 4 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 36ab6f5ae89..3d06efe7932 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -39,8 +39,11 @@ and KDE projects, to use the new Emacs icons in etc/images/icons.
* BUGS
-** We need a way a Lisp file encoded in iso-2022 can assure
-reliable decoding regardless of user options.
+** text_property_stickiness can be called with a POS value that is before BEGV.
+
+text_property_stickiness is called from get_pos_property,
+which is called from find_field, which is called from
+various user-level functions in editfns.c.
** JD Smith's 17 Apr 2006 bug report that CVS operations
get mysterious unreproducible failures.
@@ -149,7 +152,7 @@ SECTION READERS
etc/TUTORIAL rms
etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg>
etc/TUTORIAL.cn
-etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
+etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org>
etc/TUTORIAL.es Marcelo Toledo
etc/TUTORIAL.fr ttn
@@ -161,7 +164,7 @@ etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se>
etc/TUTORIAL.pt_BR Marcelo Toledo
etc/TUTORIAL.ro
etc/TUTORIAL.ru Alex Ott <alexott@gmail.com>
-etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz>
+etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz>
etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se>
etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8a306822e3a..5f4d0ceba7f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
+2006-06-16 Richard Stallman <rms@gnu.org>
+
+ * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
+
+ * files.el (basic-save-buffer-2): For a new precious file,
+ use the default modes in the return value.
+
+ * facemenu.el (facemenu-color-alist): Doc fix.
+
+ * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
+
2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* cus-start.el (all): Add mac-ts-script-language-on-focus.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index f489ff55681..e965f92a279 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,17 @@
+2006-06-16 Richard Stallman <rms@gnu.org>
+
+ * tips.texi (Coding Conventions): Better explain conventions
+ for definition constructs.
+
+ * text.texi (Special Properties): String value of `read-only'
+ serves as the error message.
+
+ * objects.texi (Character Type): Clarify prev. change.
+ (Non-ASCII in Strings): Mention \u and \U.
+
+ * commands.texi (Using Interactive): Explain problem of
+ markers, etc., in command-history.
+
2006-06-14 Kim F. Storm <storm@cua.dk>
* commands.texi (Waiting): Negative arg to sit-for forces