X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/226c3633fdc0a259aa73aa9e6555cd42dd9f168c..0e23ef9ddeefadcba94824c09e412c961de283e7:/doc/lispref/ChangeLog diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 62b86e756c..30169d6b7a 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,75 @@ +2012-09-01 Paul Eggert + + Better seed support for (random). + * numbers.texi (Random Numbers): Document new behavior of + the calls (random) and (random STRING). + +2012-08-21 Martin Rudalics + + * windows.texi (Window Point): Document recent changes in + window-point and set-window-point. + (Selecting Windows): Document recent change in select-window. + +2012-08-06 Eli Zaretskii + + * functions.texi (Closures): Put the main index entry for + "closures" here. (Bug#12138) + + * variables.texi (Lexical Binding): Disambiguate the index entry + for "closures". + +2012-08-05 Chong Yidong + + * display.texi (Defining Faces): Move documentation of + frame-background-mode to the Emacs manual (Bug#7774). + +2012-08-04 Chong Yidong + + * syntax.texi (Syntax Basics): Rearrange the text for clarity. + Fix description of syntax table inheritance. + (Syntax Table Functions): Don't refer to internal contents of + syntax table, since that is not explained yet. Copyedits. + (Standard Syntax Tables): Node deleted. + (Syntax Table Internals): Misc clarifications. Improve table + formatting. + + * keymaps.texi (Inheritance and Keymaps): + * text.texi (Sticky Properties): Tweak index entry. + +2012-07-28 Eli Zaretskii + + * nonascii.texi (Character Sets): Fix a typo. (Bug#12062) + +2012-07-25 Paul Eggert + + Prefer typical American spelling for "acknowledgment". + * intro.texi (Acknowledgments): Rename from Acknowledgements. + +2012-07-21 Eli Zaretskii + + * commands.texi (Special Events): Mention language-change event. + (Input Events, Interactive Codes): + * keymaps.texi (Key Sequences): Mention events that are + non-keyboard but also non-mouse events. + +2012-07-17 Chong Yidong + + * text.texi (Insertion): Document insert-char changes. + +2012-07-15 Leo Liu + + * display.texi (Fringe Bitmaps): Add exclamation-mark. + +2012-07-13 Chong Yidong + + * buffers.texi (Read Only Buffers): Document toggle-read-only + changes. Reword to account for the fact that read-only is + currently not supported in overlay properties. + +2012-07-07 Chong Yidong + + * loading.texi (Library Search): Index site-lisp directories. + 2012-07-06 Chong Yidong * intro.texi (A Sample Function Description): Fix incorrect @@ -91,7 +163,7 @@ 2012-06-08 Dmitry Antipov - * internals.text (Garbage Collection): Document new + * internals.texi (Garbage Collection): Document new vector management code and vectorlike_header structure. 2012-06-03 Chong Yidong @@ -3995,7 +4067,7 @@ * functions.texi (Function Safety): Texinfo usage fix. -2009-01-04 Eduard Wiebe (tiny patch) +2009-01-04 Eduard Wiebe (tiny change) * objects.texi (General Escape Syntax): Fix typo. @@ -10906,8 +10978,8 @@ (Recording Input): Document that clear-this-command-keys clears the vector to be returned by recent-keys. - * keymaps.texi (Scanning Keymaps) : The - argument keymap can be a list. + * keymaps.texi (Scanning Keymaps) : + The argument keymap can be a list. * nonascii.texi (User-Chosen Coding Systems) : Document the new argument @@ -11152,7 +11224,7 @@ * Makefile (dist): Don't bother excluding autosave files; they'll never make it into the temp directory anyway, and the hash marks in the name are problematic for make and the Bourne shell. - (srcs): + (srcs): ??? 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)