X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f14e303adcecf25fa1f116c4040de08a9ed6231b..c4cc8b9a23253c12c5cee0be1363343fe019bf20:/doc/lispref/ChangeLog diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 6dfc203f63..cb275335ad 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,168 @@ +2010-07-09 Eli Zaretskii + + * internals.texi (Writing Emacs Primitives): Adapt to ANSI C + calling sequences, which are now the standard. + +2010-06-24 Chong Yidong + + * text.texi (Undo): Clarify command loop behavior (Bug#2433). + + * commands.texi (Command Overview): Mention undo-boundary call. + +2010-06-23 Glenn Morris + + * abbrevs.texi, commands.texi, compile.texi, debugging.texi: + * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi: + * frames.texi, functions.texi, internals.texi, keymaps.texi: + * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi: + * searching.texi, sequences.texi, strings.texi, syntax.texi: + * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi: + Untabify Texinfo files. + +2010-06-20 Chong Yidong + + * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477). + +2010-06-19 Chong Yidong + + * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461). + +2010-06-02 Chong Yidong + + * searching.texi (Regexp Special): Remove obsolete information + about matching non-ASCII characters, and suggest using char + classes (Bug#6283). + +2010-05-30 Juanma Barranquero + + * minibuf.texi (Basic Completion): Add missing "@end defun". + +2010-05-30 Stefan Monnier + + * minibuf.texi (Basic Completion): Document completion-boundaries. + (Programmed Completion): Document the new fourth method for boundaries. + +2010-05-22 Chong Yidong + + * display.texi (Image Cache): Update documentation about image caching. + +2010-05-08 Štěpán Němec (tiny change) + + * windows.texi (Textual Scrolling): + * tips.texi (Coding Conventions): + * minibuf.texi (Minibuffer History): + * maps.texi (Standard Keymaps): + * loading.texi (Where Defined): + * edebug.texi (Instrumenting): Fix typos. + +2010-05-08 Chong Yidong + + * keymaps.texi (Menu Bar): Document :advertised-binding property. + + * functions.texi (Obsolete Functions): + Document set-advertised-calling-convention. + + * minibuf.texi (Basic Completion): Document completion-in-region. + (Programmed Completion): Document completion-annotate-function. + + * commands.texi (Reading One Event): Document read-key. + (Distinguish Interactive): Document KIND arg to + called-interactively-p. Delete obsolete interactive-p. + + * elisp.texi (Top): Update node description. + +2010-05-08 Eli Zaretskii + + * nonascii.texi (Character Properties): + Document unicode-category-table. Add an index entry for Unicode + general category. + +2010-05-07 Chong Yidong + + * Version 23.2 released. + +2010-04-20 Juanma Barranquero + + * locals.texi (Standard Buffer-Local Variables): + Remove @ignore'd reference to `direction-reversed'. + +2010-04-14 Juri Linkov + + Fix @deffn without category. + + * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun + for `abbrev-insert'. + + * buffers.texi (Indirect Buffers): Add category `Command' + to @deffn of `clone-indirect-buffer'. + + * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun + for `next-window' and `previous-window'. Add category `Command' + to @deffn of `pop-to-buffer'. + +2010-04-01 Chong Yidong + + * nonascii.texi (Text Representations): Don't mark + enable-multibyte-characters as a user option. + +2010-03-31 Eli Zaretskii + + * control.texi (Handling Errors): How to re-throw a signal caught + by condition-case. + +2010-03-26 Chong Yidong + + * loading.texi (Hooks for Loading): Document after-load-functions. + Copyedits. + +2010-03-24 Arni Magnusson (tiny change) + + * frames.texi (Cursor Parameters): Fix typo. (Bug#5760) + +2010-03-24 Chong Yidong + + * processes.texi (Network Processes): Document seqpacket type. + +2010-03-20 Dan Nicolaescu + + * os.texi (System Environment): Do not mention lynxos. + +2010-03-10 Chong Yidong + + * Branch for 23.2. + +2010-03-06 Chong Yidong + + * objects.texi (Integer Type): Take note of the read syntax + exception for numbers that cannot fit in the integer type. + +2010-03-03 Glenn Morris + + * numbers.texi (Integer Basics, Bitwise Operations): + * objects.texi (Integer Type): Update for integers now being 30-bit. + +2010-02-27 Chong Yidong + + * display.texi (Low-Level Font): Document :otf font-spec property. + +2010-02-01 Stefan Monnier + + * display.texi (Line Height): Avoid obsolete special default variables + like default-major-mode. + +2010-01-28 Alan Mackenzie + + * display.texi (Auto Faces): Say fontification-functions is called + whether or not Font Lock is enabled. Tidy up the wording a bit. + +2010-01-17 Chong Yidong + + * elisp.texi: Remove duplicate edition information (Bug#5407). + +2010-01-17 Juanma Barranquero + + * two.el (volume-header-toc-markup): Fix typos in docstring. + 2010-01-04 Stefan Monnier Avoid dubious uses of save-excursions. @@ -5850,7 +6015,7 @@ 2005-02-05 Eli Zaretskii * frames.texi (Color Names): Add pointer to the X docs about RGB - color specifications. Improve indexing + color specifications. Improve indexing. (Text Terminal Colors): Replace the description of RGB values by an xref to "Color Names". @@ -7613,7 +7778,7 @@ * minibuf.texi (Reading File Names): read-file-name has new arg PREDICATE. New function read-directory-name. - * macros.texi (Defining Macros): Give definition of `declare' + * macros.texi (Defining Macros): Give definition of `declare'. (Indenting Macros): New node. * frames.texi (Parameter Access): Add modify-all-frames-parameters. @@ -7717,7 +7882,7 @@ * numbers.texi (Integer Basics): Add most-positive-fixnum, most-negative-fixnum. - * compile.texi (Byte Compilation): Explain no-byte-compile + * compile.texi (Byte Compilation): Explain no-byte-compile. (Compiler Errors): New node. * os.texi (User Identification): user-uid, user-real-uid