diff options
| -rw-r--r-- | admin/FOR-RELEASE | 11 | ||||
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | lispref/ChangeLog | 14 |
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. |
| 43 | reliable decoding regardless of user options. | 43 | |
| 44 | text_property_stickiness is called from get_pos_property, | ||
| 45 | which is called from find_field, which is called from | ||
| 46 | various 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 |
| 46 | get mysterious unreproducible failures. | 49 | get mysterious unreproducible failures. |
| @@ -149,7 +152,7 @@ SECTION READERS | |||
| 149 | etc/TUTORIAL rms | 152 | etc/TUTORIAL rms |
| 150 | etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 153 | etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg> |
| 151 | etc/TUTORIAL.cn | 154 | etc/TUTORIAL.cn |
| 152 | etc/TUTORIAL.cs Pavel JanÃk <Pavel@Janik.cz> | 155 | etc/TUTORIAL.cs Pavel JanÃÂk <Pavel@Janik.cz> |
| 153 | etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org> | 156 | etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org> |
| 154 | etc/TUTORIAL.es Marcelo Toledo | 157 | etc/TUTORIAL.es Marcelo Toledo |
| 155 | etc/TUTORIAL.fr ttn | 158 | etc/TUTORIAL.fr ttn |
| @@ -161,7 +164,7 @@ etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se> | |||
| 161 | etc/TUTORIAL.pt_BR Marcelo Toledo | 164 | etc/TUTORIAL.pt_BR Marcelo Toledo |
| 162 | etc/TUTORIAL.ro | 165 | etc/TUTORIAL.ro |
| 163 | etc/TUTORIAL.ru Alex Ott <alexott@gmail.com> | 166 | etc/TUTORIAL.ru Alex Ott <alexott@gmail.com> |
| 164 | etc/TUTORIAL.sk Pavel JanÃk <Pavel@Janik.cz> | 167 | etc/TUTORIAL.sk Pavel JanÃÂk <Pavel@Janik.cz> |
| 165 | etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si> | 168 | etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si> |
| 166 | etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se> | 169 | etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se> |
| 167 | etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org> | 170 | etc/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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 12 | 2006-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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-06-14 Kim F. Storm <storm@cua.dk> | 15 | 2006-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 |