X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/9ec7751f83254ee3bc13030b7933d1b454c33cd5..666b903b912ca0aa2b1a034859b752b04f03141a:/doc/lispref/ChangeLog diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1dbc35d46d..fb6d8fcada 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,9 +1,149 @@ -2012-04-23 Chong Yidong +2012-05-09 Glenn Morris + + * Makefile.in (clean, mostlyclean): Add some more vol1/2 items. + + * two-volume.make (emacsdir): New. + (tex): Add directory with emacsver.texi to TEXINPUTS. + + * minibuf.texi (Minibuffer History, Basic Completion): + Tweak page breaks. + + * internals.texi (Garbage Collection, Memory Usage) + (Writing Emacs Primitives): Tweak page breaks. + + * streams.texi (Output Variables): Improve page break. + + * edebug.texi (Edebug Display Update): Improve page break. + + * compile.texi (Disassembly): Condense the examples. + + * eval.texi, functions.texi, loading.texi, macros.texi: + Where possible, use example rather than smallexample. + + * symbols.texi: Where possible, use example rather than smallexample. + (Symbol Components): Fix typo. + (Other Plists): Tweak page break. + + * sequences.texi (Arrays): Tweak page breaks. + + * customize.texi: Where possible, use example rather than smallexample. + (Common Keywords, Variable Definitions, Applying Customizations) + (Custom Themes): Tweak page breaks. + + * control.texi: Where possible, use example rather than smallexample. + (Sequencing, Conditionals, Signaling Errors, Handling Errors): + Tweak page breaks. + + * lists.texi (List-related Predicates, List Variables): + Tweak page-breaks. + (Sets And Lists): Convert inforef to xref. + + * text.texi (Auto Filling): Don't mention Emacs 19. + + * commands.texi (Event Input Misc): Don't mention unread-command-char. + * numbers.texi (Predicates on Numbers): Don't mention Emacs 18. + + * objects.texi (Process Type, Overlay Type): Tweak page-breaks. + + * intro.texi (Caveats): Copyedit. + (Lisp History): Convert inforef to xref. + (Lisp History, Printing Notation, Version Info): Improve page-breaks. + + * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change. + +2012-05-08 Glenn Morris + + * two.el: Remove; unused since creation of two-volume.make. + + * vol1.texi, vol2.texi: No need to keep menus in these files. + +2012-05-05 Glenn Morris + + * objects.texi (Process Type, Overlay Type): Tweak page-breaks. + + * intro.texi (Caveats): Copyedit. + (Lisp History): Convert inforef to xref. + (Lisp History, Printing Notation, Version Info): Improve page-breaks. + + * text.texi (Auto Filling): Don't mention Emacs 19. + + * commands.texi (Event Input Misc): Don't mention unread-command-char. + * numbers.texi (Predicates on Numbers): Don't mention Emacs 18. + + * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change. + + * lists.texi (List-related Predicates, List Variables): + Tweak page-breaks. + (Sets And Lists): Convert inforef to xref. + +2012-05-04 Glenn Morris + + * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure. + (info, infoclean): Use $INFO_EXT. + ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT. + * makefile.w32-in (INFO_EXT, INFO_OPTS): New. + (info, maintainer-clean): Use $INFO_EXT. + ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT. + +2012-05-04 Chong Yidong + + * os.texi (Timers): Use defopt for timer-max-repeats. + +2012-05-03 Paul Eggert + + * os.texi (Time of Day): Do not limit current-time-string + to years 1000..9999. + +2012-05-02 Chong Yidong + + * display.texi (Font Lookup): + * frames.texi (Pointer Shape): + * processes.texi (Subprocess Creation): Use defopt for options. + +2012-05-02 Glenn Morris + + * elisp.texi (@copying): + * intro.texi (Introduction): Only print VERSION in the TeX version. + +2012-05-02 Chong Yidong + + * text.texi (Change Hooks): Minor fix for after-change-functions. + +2012-05-02 Glenn Morris + + * package.texi (Packaging Basics): + * loading.texi (Autoload): + * files.texi (Magic File Names): + Reword to remove/reduce some overly long/short lines. + +2012-04-27 Glenn Morris + + * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu. + * modes.texi (Major Modes, Auto-Indentation): + * buffers.texi (Buffers): Some fixes for menu descriptions. + +2012-04-27 Stefan Monnier + * functions.texi (Simple Lambda, Argument List): + * eval.texi (Function Indirection): Avoid deprecated form. + +2012-04-27 Glenn Morris + + * book-spine.texi, elisp.texi, vol1.texi, vol2.texi: + Add "et al." to authors. + + * buffers.texi, commands.texi, compile.texi, control.texi: + * customize.texi, display.texi, eval.texi, files.texi, frames.texi: + * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi: + * modes.texi, numbers.texi, objects.texi, streams.texi: + * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi: + Use Texinfo recommended convention for quotes+punctuation. + +2012-04-27 Chong Yidong * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg to where-is-internal (Bug#10872). -2012-04-21 Glenn Morris +2012-04-27 Glenn Morris * macros.texi (Indenting Macros): Fix typo. @@ -27,6 +167,20 @@ * minibuf.texi (Intro to Minibuffers): Tweak discussion of resizing minibuffer window. +2012-04-26 Glenn Morris + + * elisp-covers.texi, front-cover-1.texi: Remove files. + + * tindex.pl: Remove file. + + * makefile.w32-in (srcs): + * Makefile.in (srcs): Remove back.texi (which is unused). + +2012-04-24 Michael Albinus + + * os.texi (Notifications): Extend possible notification hints. + Add notifications-get-capabilities. + 2012-04-20 Chong Yidong * processes.texi (Asynchronous Processes): Mention nil argument to @@ -45,8 +199,6 @@ * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion): Update "High-Level Completion" description. -2012-04-19 Glenn Morris - * minibuf.texi (Minibuffers): * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order. @@ -65,17 +217,15 @@ (Minibuffer Misc): Mention minibuffer-message-timeout, and minibuffer-inactive-mode. -2012-04-18 Glenn Morris - * processes.texi (Serial Ports, Byte Packing, Bindat Spec) (Bindat Functions): Copyedits. -2012-04-18 Christopher Schmidt +2012-04-20 Christopher Schmidt * files.texi (Saving Buffers): Document `visit and `visit-save' values of require-final-newline. -2012-04-18 Glenn Morris +2012-04-20 Glenn Morris * processes.texi (Output from Processes, Filter Functions): Mention waiting-for-user-input-p. @@ -85,14 +235,14 @@ (Network): Add encrypted network overview paragraph. Cross-reference the Emacs-GnuTLS manual. Use @acronym. -2012-04-17 Chong Yidong +2012-04-20 Chong Yidong * help.texi (Keys in Documentation): Mention :advertised-binding. * keymaps.texi (Menu Bar): Move most of the :advertised-binding description to help.texi. -2012-04-16 Glenn Morris +2012-04-20 Glenn Morris * processes.texi (Process Information, Input to Processes) (Signals to Processes, Output from Processes, Process Buffers) @@ -110,16 +260,16 @@ (Process Information): Fix typo. (Bindat Spec): Use Texinfo-recommended form of quote+punctuation. -2012-04-14 Glenn Morris +2012-04-15 Glenn Morris * anti.texi (Antinews): Copyedits. Don't @dfn anything here. open-network-stream does exist in Emacs 23, but is simpler. -2012-04-13 Chong Yidong +2012-04-15 Chong Yidong * customize.texi (Custom Themes): Also document load-theme etc. -2012-04-12 Chong Yidong +2012-04-14 Chong Yidong * customize.texi (Applying Customizations): (Custom Themes): New nodes. @@ -129,12 +279,10 @@ * modes.texi (Defining Minor Modes, Defining Minor Modes): * os.texi (Startup Summary): Copyedits. -2012-04-12 Glenn Morris +2012-04-14 Glenn Morris * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end. -2012-04-10 Glenn Morris - * strings.texi (Case Tables): * objects.texi (General Escape Syntax): * keymaps.texi (Key Sequences): Use @acronym with "ASCII". @@ -146,20 +294,31 @@ * compile.texi (Compiler Errors): Add missing space in buffer name. -2012-04-08 Chong Yidong +2012-04-14 Chong Yidong * processes.texi (Query Before Exit): Remove obsolete function process-kill-without-query (Bug#11190). -2012-04-08 Glenn Morris +2012-04-14 Glenn Morris * files.texi, frames.texi, loading.texi, os.texi, processes.texi: Use @env for environment variables. -2012-04-07 Glenn Morris - * Makefile.in: Replace non-portable use of $< in ordinary rules. +2012-04-12 Jari Aalto + + * processes.texi (Synchronous Processes): Mention + `default-directory' (bug#7515). + +2012-04-09 Chong Yidong + + * customize.texi (Variable Definitions): Remove user-variable-p. + + * commands.texi (Interactive Codes): + * help.texi (Accessing Documentation): + * minibuf.texi (High-Level Completion): Callers changed. + 2012-04-06 Chong Yidong * minibuf.texi (Programmed Completion): Document metadata method. @@ -10894,7 +11053,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1998-2012 Free Software Foundation, Inc. + Copyright (C) 1998-2012 Free Software Foundation, Inc. This file is part of GNU Emacs.