# HG changeset patch # User Richard M. Stallman # Date 1150471410 0 # Node ID a072975edac0ac635a85739ab722de559efd6574 # Parent 706e41b8c07f1178a4fe1ecd44a56b75aaa1f46b *** empty log message *** diff -r 706e41b8c07f -r a072975edac0 admin/FOR-RELEASE --- a/admin/FOR-RELEASE Fri Jun 16 15:22:59 2006 +0000 +++ b/admin/FOR-RELEASE Fri Jun 16 15:23:30 2006 +0000 @@ -39,8 +39,11 @@ * 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 @@ etc/TUTORIAL rms etc/TUTORIAL.bg Ognyan Kulev etc/TUTORIAL.cn -etc/TUTORIAL.cs Pavel Janík +etc/TUTORIAL.cs Pavel Janík etc/TUTORIAL.de Werner LEMBERG etc/TUTORIAL.es Marcelo Toledo etc/TUTORIAL.fr ttn @@ -161,7 +164,7 @@ etc/TUTORIAL.pt_BR Marcelo Toledo etc/TUTORIAL.ro etc/TUTORIAL.ru Alex Ott -etc/TUTORIAL.sk Pavel Janík +etc/TUTORIAL.sk Pavel Janík etc/TUTORIAL.sl Primoz PETERLIN etc/TUTORIAL.sv Mats Lidell etc/TUTORIAL.th Virach Sornlertlamvanich diff -r 706e41b8c07f -r a072975edac0 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jun 16 15:22:59 2006 +0000 +++ b/lisp/ChangeLog Fri Jun 16 15:23:30 2006 +0000 @@ -1,3 +1,14 @@ +2006-06-16 Richard Stallman + + * 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 * cus-start.el (all): Add mac-ts-script-language-on-focus. diff -r 706e41b8c07f -r a072975edac0 lispref/ChangeLog --- a/lispref/ChangeLog Fri Jun 16 15:22:59 2006 +0000 +++ b/lispref/ChangeLog Fri Jun 16 15:23:30 2006 +0000 @@ -1,3 +1,17 @@ +2006-06-16 Richard Stallman + + * 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 * commands.texi (Waiting): Negative arg to sit-for forces