diff options
| author | Eli Zaretskii | 2014-10-14 21:10:37 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-10-14 21:10:37 +0300 |
| commit | e3060a0c4d2f418ac786775109d71e5843ccf42e (patch) | |
| tree | 347b37fc39d0db9cd23b3e9f79ee81b4bbc40f08 /doc/lispref/ChangeLog | |
| parent | 1a3eca0656bdb764200e10a4f264138e94b1f3ce (diff) | |
| parent | 980d78b3587560c13a46aef352ed8d5ed744acf6 (diff) | |
| download | emacs-e3060a0c4d2f418ac786775109d71e5843ccf42e.tar.gz emacs-e3060a0c4d2f418ac786775109d71e5843ccf42e.zip | |
Merge from trunk and resolve conflicts.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 151fb0005a0..b8f17c0fae5 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,126 @@ | |||
| 1 | 2014-10-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (dist): Update for new output variables. | ||
| 4 | |||
| 5 | 2014-10-12 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * elisp.texi (DATE): Bump to October 2014. | ||
| 8 | |||
| 9 | 2014-10-09 Glenn Morris <rgm@gnu.org> | ||
| 10 | |||
| 11 | * frames.texi (Multiple Terminals): Copyedits. | ||
| 12 | |||
| 13 | 2014-10-09 Eli Zaretskii <eliz@gnu.org> | ||
| 14 | |||
| 15 | * frames.texi (Multiple Terminals): Improve the description of X | ||
| 16 | display names. Add index entries. | ||
| 17 | (Basic Parameters): Add a cross-reference to where X display names | ||
| 18 | are described. | ||
| 19 | (Position Parameters): Mention that positional parameters of the | ||
| 20 | form (+ POS) can be negative if they are on a non-primary monitor | ||
| 21 | of a multi-monitor display. (Bug#18636) | ||
| 22 | (Creating Frames): Mention that on multi-monitor displays the | ||
| 23 | frame might be positioned differently than specified by the frame | ||
| 24 | parameters alist. | ||
| 25 | |||
| 26 | 2014-10-08 Leo Liu <sdl.web@gmail.com> | ||
| 27 | |||
| 28 | * streams.texi (Output Functions): Document new argument ENSURE to | ||
| 29 | terpri. (Bug#18652) | ||
| 30 | |||
| 31 | 2014-10-04 Martin Rudalics <rudalics@gmx.at> | ||
| 32 | |||
| 33 | * display.texi (Scroll Bars): Add description of horizontal scroll | ||
| 34 | bars and associated functions. | ||
| 35 | * frames.texi (Layout Parameters): Add horizontal scroll bar | ||
| 36 | entries. Remove paragraph on "combined fringe widths". | ||
| 37 | * windows.texi (Window Sizes): Describe affects of horizontal | ||
| 38 | scroll bars on window layout and sizes. Fix description of | ||
| 39 | window-full-height-p. | ||
| 40 | (Resizing Windows): Mention horizontal scroll bar. | ||
| 41 | |||
| 42 | 2014-10-04 Glenn Morris <rgm@gnu.org> | ||
| 43 | |||
| 44 | * commands.texi (Generic Commands): Copyedits. | ||
| 45 | |||
| 46 | * display.texi (Scroll Bars): | ||
| 47 | * modes.texi (Header Lines): Copyedits. | ||
| 48 | |||
| 49 | * buffers.texi (Buffer List): | ||
| 50 | * display.texi (Image Descriptors, Defining Images): | ||
| 51 | * functions.texi (Core Advising Primitives): Small fixes re @var usage. | ||
| 52 | |||
| 53 | * windows.texi (Window Sizes, Resizing Windows): Copyedits. | ||
| 54 | |||
| 55 | * frames.texi (Multiple Terminals): Copyedits re multiple monitors. | ||
| 56 | |||
| 57 | 2014-10-03 Martin Rudalics <rudalics@gmx.at> | ||
| 58 | |||
| 59 | * frames.texi (Size Parameters, Size and Position): Mention that | ||
| 60 | with some window managers you have to set `frame-resize-pixelwise' | ||
| 61 | in order make a frame truly fullscreen or maximized. | ||
| 62 | |||
| 63 | 2014-10-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 64 | |||
| 65 | Improve doc for use of 'int', and discuss 'ssize_t'. | ||
| 66 | * internals.texi (C Integer Types): Mention 'int' for other | ||
| 67 | randomish values that lie in 'int' range. Mention 'ssize_t'. See: | ||
| 68 | http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html | ||
| 69 | |||
| 70 | Use AUTO_CONS instead of SCOPED_CONS, etc. | ||
| 71 | * internals.texi (Stack-allocated Objects): | ||
| 72 | Adjust to match the revised, less error-prone macros. | ||
| 73 | |||
| 74 | 2014-09-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 75 | |||
| 76 | * internals.texi (Stack-allocated Objects): Further improvements. | ||
| 77 | Give an example of misuse. | ||
| 78 | |||
| 79 | 2014-09-30 Eli Zaretskii <eliz@gnu.org> | ||
| 80 | |||
| 81 | * internals.texi (Stack-allocated Objects): Minor improvements of | ||
| 82 | the wording and the indexing. | ||
| 83 | |||
| 84 | 2014-09-30 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 85 | |||
| 86 | * internals.texi (Stack-allocated Objects): Describe this feature. | ||
| 87 | |||
| 88 | 2014-09-15 Daniel Colascione <dancol@dancol.org> | ||
| 89 | |||
| 90 | * text.texi (Registers): Make `insert-register' documentation | ||
| 91 | reflect interface change. | ||
| 92 | |||
| 93 | 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 94 | |||
| 95 | * functions.texi (Core Advising Primitives): Add a note about the | ||
| 96 | confusing treatment of `interactive' for :filter-args (bug#18399). | ||
| 97 | |||
| 98 | 2014-09-07 Michael Albinus <michael.albinus@gmx.de> | ||
| 99 | |||
| 100 | * strings.texi (Text Comparison): Describe `string-collate-equalp' | ||
| 101 | and `string-collate-lessp'. | ||
| 102 | |||
| 103 | 2014-09-06 Leo Liu <sdl.web@gmail.com> | ||
| 104 | |||
| 105 | * control.texi (Pattern matching case statement): Document vector | ||
| 106 | qpattern. (Bug#18327) | ||
| 107 | |||
| 108 | 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 109 | |||
| 110 | * lists.texi (Functions that Rearrange Lists): Remove | ||
| 111 | description of sort ... | ||
| 112 | * sequences.texi (Sequence Functions): ... and generalize | ||
| 113 | it for sequences. Add an example. | ||
| 114 | |||
| 115 | 2014-08-28 Eli Zaretskii <eliz@gnu.org> | ||
| 116 | |||
| 117 | * display.texi (Bidirectional Display): Update the Emacs's class | ||
| 118 | of bidirectional conformance. | ||
| 119 | |||
| 120 | 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 121 | |||
| 122 | * eval.texi (Eval): Mention possible recovery from stack overflow. | ||
| 123 | |||
| 1 | 2014-10-13 Eli Zaretskii <eliz@gnu.org> | 124 | 2014-10-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 125 | ||
| 3 | * display.texi (Bidirectional Display): Update the version of the | 126 | * display.texi (Bidirectional Display): Update the version of the |