aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
39 39
40* BUGS 40* BUGS
41 41
42** We need a way a Lisp file encoded in iso-2022 can assure 42** text_property_stickiness can be called with a POS value that is before BEGV.
43reliable decoding regardless of user options. 43
44text_property_stickiness is called from get_pos_property,
45which is called from find_field, which is called from
46various user-level functions in editfns.c.
44 47
45** JD Smith's 17 Apr 2006 bug report that CVS operations 48** JD Smith's 17 Apr 2006 bug report that CVS operations
46get mysterious unreproducible failures. 49get mysterious unreproducible failures.
@@ -149,7 +152,7 @@ SECTION READERS
149etc/TUTORIAL rms 152etc/TUTORIAL rms
150etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg> 153etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg>
151etc/TUTORIAL.cn 154etc/TUTORIAL.cn
152etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz> 155etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
153etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org> 156etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org>
154etc/TUTORIAL.es Marcelo Toledo 157etc/TUTORIAL.es Marcelo Toledo
155etc/TUTORIAL.fr ttn 158etc/TUTORIAL.fr ttn
@@ -161,7 +164,7 @@ etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se>
161etc/TUTORIAL.pt_BR Marcelo Toledo 164etc/TUTORIAL.pt_BR Marcelo Toledo
162etc/TUTORIAL.ro 165etc/TUTORIAL.ro
163etc/TUTORIAL.ru Alex Ott <alexott@gmail.com> 166etc/TUTORIAL.ru Alex Ott <alexott@gmail.com>
164etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz> 167etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz>
165etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si> 168etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
166etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se> 169etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se>
167etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org> 170etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7e2e062ebd2..087959d4391 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12006-06-16 Richard Stallman <rms@gnu.org>
2
3 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
4
5 * files.el (basic-save-buffer-2): For a new precious file,
6 use the default modes in the return value.
7
8 * facemenu.el (facemenu-color-alist): Doc fix.
9
10 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11
12006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 122006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 13
3 * cus-start.el (all): Add mac-ts-script-language-on-focus. 14 * 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 @@
12006-06-16 Richard Stallman <rms@gnu.org>
2
3 * tips.texi (Coding Conventions): Better explain conventions
4 for definition constructs.
5
6 * text.texi (Special Properties): String value of `read-only'
7 serves as the error message.
8
9 * objects.texi (Character Type): Clarify prev. change.
10 (Non-ASCII in Strings): Mention \u and \U.
11
12 * commands.texi (Using Interactive): Explain problem of
13 markers, etc., in command-history.
14
12006-06-14 Kim F. Storm <storm@cua.dk> 152006-06-14 Kim F. Storm <storm@cua.dk>
2 16
3 * commands.texi (Waiting): Negative arg to sit-for forces 17 * commands.texi (Waiting): Negative arg to sit-for forces