aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2014-12-27 13:21:17 -0300
committerFabián Ezequiel Gallina2014-12-27 13:21:17 -0300
commit411c1c65313aa4e22730ba9762e073881f4e299a (patch)
tree14833e398a5ce64db5124afafe992d47e51b70e8 /doc/lispref/ChangeLog
parentc3c51ec274f423cf8044cd5b9bc0bbc5bda1f6aa (diff)
parent216c6aadf22bfb9d209b6ce9a469499fd6e1b78f (diff)
downloademacs-411c1c65313aa4e22730ba9762e073881f4e299a.tar.gz
emacs-411c1c65313aa4e22730ba9762e073881f4e299a.zip
Merge from origin/emacs-24
216c6aa * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use `tramp-rsh-end-of-line', it ought to be more robust. 20cfd24 Improve indexing on the chapter/section/subsection levels. 14c3739 * lisp/progmodes/js.el (js-syntax-propertize): "return" can't be divided. ea78112 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use "\n" as end-of-line delimeter for passwords, when running on MS Windows. 012479a * lisp/progmodes/sh-script.el: Don't set global indent-line-function 75e114f Fix line numbers on Python shell. d0fd23c doc/emacs/buffers.texi (Kill Buffer): Improve indexing. 8e818d1 Keep maximized when going fullscreen. 749813e python.el: Fix electric colon behavior 936d5e5 Fix last patch. 74d3b20 Fixes: debbugs:18623 Conflicts: doc/emacs/ChangeLog doc/lispref/ChangeLog doc/lispref/functions.texi lisp/ChangeLog src/ChangeLog src/xterm.c test/ChangeLog
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog102
1 files changed, 102 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 2d964cf6505..66f1d3a1785 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,105 @@
12014-12-27 Eli Zaretskii <eliz@gnu.org>
2
3 * windows.texi (Recombining Windows): Index subject of sections.
4
5 * variables.texi (Variables with Restricted Values)
6 (Generalized Variables): Index subject of sections.
7
8 * text.texi (Buffer Contents, Examining Properties)
9 (Changing Properties, Property Search, Substitution): Index
10 subject of sections.
11
12 * syntax.texi (Motion and Syntax, Parsing Expressions)
13 (Motion via Parsing, Position Parse, Control Parsing): Index
14 subject of sections.
15
16 * strings.texi (Predicates for Strings, Creating Strings)
17 (Modifying Strings, Text Comparison): Index subject of sections.
18
19 * searching.texi (Syntax of Regexps, Regexp Special)
20 (Regexp Functions, Regexp Functions): Index subject of sections.
21
22 * processes.texi (Subprocess Creation, Process Information): Index
23 subject of sections.
24
25 * positions.texi (Screen Lines): Index subject of sections.
26
27 * nonascii.texi (Scanning Charsets, Specifying Coding Systems):
28 Index subject of sections.
29
30 * minibuf.texi (Text from Minibuffer, Object from Minibuffer)
31 (Multiple Queries, Minibuffer Contents): Index subject of
32 sections.
33
34 * markers.texi (Predicates on Markers, Creating Markers)
35 (Information from Markers, Moving Markers): Index subject of
36 sections.
37
38 * macros.texi (Defining Macros, Problems with Macros): Index
39 subject of sections.
40
41 * loading.texi (Loading Non-ASCII, Where Defined): Index subject
42 of sections.
43
44 * lists.texi (List-related Predicates, List Variables, Setcar)
45 (Setcdr, Plist Access): Index subject of sections.
46
47 * keymaps.texi (Controlling Active Maps, Scanning Keymaps)
48 (Modifying Menus): Index subject of sections.
49
50 * help.texi (Accessing Documentation, Help Functions): Index
51 subject of sections.
52
53 * hash.texi (Hash Access): Index subject of sections.
54
55 * functions.texi (Core Advising Primitives)
56 (Advising Named Functions, Porting old advices): Index subject of
57 sections.
58
59 * frames.texi (Creating Frames, Initial Parameters)
60 (Position Parameters, Buffer Parameters, Minibuffers and Frames)
61 (Pop-Up Menus, Drag and Drop): Index subject of sections.
62
63 * files.texi (Visiting Functions, Kinds of Files)
64 (Unique File Names): Index subject of sections.
65
66 * display.texi (Refresh Screen, Echo Area Customization)
67 (Warning Variables, Warning Options, Delayed Warnings)
68 (Temporary Displays, Managing Overlays, Overlay Properties)
69 (Finding Overlays, Size of Displayed Text, Defining Faces)
70 (Attribute Functions, Displaying Faces, Face Remapping)
71 (Basic Faces, Font Lookup, Fontsets, Replacing Specs)
72 (Defining Images, Showing Images): Index subject of sections.
73
74 * debugging.texi (Debugging, Explicit Debug)
75 (Invoking the Debugger, Excess Open, Excess Close): Index subject
76 of sections.
77
78 * customize.texi (Defining New Types, Applying Customizations)
79 (Custom Themes): Index subject of sections.
80
81 * control.texi (Sequencing, Combining Conditions)
82 (Processing of Errors, Cleanups): Index subject of sections.
83
84 * compile.texi (Eval During Compile): Index subject of sections.
85
86 * commands.texi (Using Interactive, Distinguish Interactive)
87 (Command Loop Info, Classifying Events, Event Mod)
88 (Invoking the Input Method): Index subject of sections.
89
90 * buffers.texi (Buffer List, Buffer Gap): Index subject of sections.
91
92 * backups.texi (Making Backups, Numbered Backups, Backup Names)
93 (Reverting): Index subject of sections.
94
95 * abbrevs.texi (Abbrev Tables, Defining Abbrevs, Abbrev Files)
96 (Abbrev Expansion, Standard Abbrev Tables, Abbrev Properties)
97 (Abbrev Table Properties): Index subject of sections.
98
99 * os.texi (Time of Day, Time Conversion, Time Parsing)
100 (Time Calculations, Idle Timers): Index subject of sections.
101
1022014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
12014-12-25 Martin Rudalics <rudalics@gmx.at> 1032014-12-25 Martin Rudalics <rudalics@gmx.at>
2 104
3 * windows.texi (Windows): Resync @menu order with @node order. 105 * windows.texi (Windows): Resync @menu order with @node order.