aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog15
-rw-r--r--doc/lispref/ChangeLog49
-rw-r--r--doc/misc/ChangeLog38
3 files changed, 47 insertions, 55 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 2269349401c..5620b60a114 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -20,8 +20,8 @@
20 20
212014-02-27 Xue Fuqiao <xfq@gnu.org> 212014-02-27 Xue Fuqiao <xfq@gnu.org>
22 22
23 * programs.texi (Basic Indent): 23 * programs.texi (Basic Indent, Other C Commands):
24 (Other C Commands): Fix the description of RET and `C-j'. 24 Fix the description of RET and `C-j'.
25 25
26 * indent.texi (Indentation Commands): Move the description of 26 * indent.texi (Indentation Commands): Move the description of
27 `C-j' from here... 27 `C-j' from here...
@@ -215,7 +215,7 @@
215 * misc.texi (Shell Mode): Move documentation of 215 * misc.texi (Shell Mode): Move documentation of
216 shell-completion-fignore from Shell Mode to Shell Options. 216 shell-completion-fignore from Shell Mode to Shell Options.
217 217
2182013-12-26 João Távora <joaotavora@gmail.com> 2182013-12-26 João Távora <joaotavora@gmail.com>
219 219
220 * emacs.texi (Matching): Describe new features of Electric Pair mode. 220 * emacs.texi (Matching): Describe new features of Electric Pair mode.
221 221
@@ -253,8 +253,8 @@
253 253
2542013-12-22 Xue Fuqiao <xfq.free@gmail.com> 2542013-12-22 Xue Fuqiao <xfq.free@gmail.com>
255 255
256 * search.texi (Special Isearch): 256 * search.texi (Special Isearch, Query Replace): Document negative
257 (Query Replace): Document negative argument of replacement commands. 257 argument of replacement commands.
258 (Symbol Search): Document `isearch-forward-symbol-at-point'. 258 (Symbol Search): Document `isearch-forward-symbol-at-point'.
259 259
260 * files.texi (File Conveniences): Document `image-next-file' and 260 * files.texi (File Conveniences): Document `image-next-file' and
@@ -402,8 +402,7 @@
402 402
4032013-09-22 Xue Fuqiao <xfq.free@gmail.com> 4032013-09-22 Xue Fuqiao <xfq.free@gmail.com>
404 404
405 * fixit.texi (Transpose): 405 * fixit.texi (Transpose, Fixing Case): Remove @refill.
406 (Fixing Case): Remove @refill.
407 406
4082013-09-21 Xue Fuqiao <xfq.free@gmail.com> 4072013-09-21 Xue Fuqiao <xfq.free@gmail.com>
409 408
@@ -2646,7 +2645,7 @@
2646 2645
26472011-05-22 Chong Yidong <cyd@stupidchicken.com> 26462011-05-22 Chong Yidong <cyd@stupidchicken.com>
2648 2647
2649 * mule.texi (Specify Coding, Text Coding, Communication Coding): 2648 * mule.texi (Specify Coding, Text Coding, Communication Coding)
2650 (File Name Coding, Terminal Coding): Add command names (Bug#8312). 2649 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
2651 2650
26522011-05-18 Glenn Morris <rgm@gnu.org> 26512011-05-18 Glenn Morris <rgm@gnu.org>
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index bd13a7d56ed..767c05e49e2 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,4 +1,4 @@
12014-03-02 Barry O'Reilly <gundaetiapo@gmail.com> 12014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2 2
3 * markers.texi (Moving Marker Positions): Clarify guidance about 3 * markers.texi (Moving Marker Positions): Clarify guidance about
4 when to move markers and when to create a new one, as discussed at 4 when to move markers and when to create a new one, as discussed at
@@ -15,14 +15,14 @@
15 15
162014-02-28 Xue Fuqiao <xfq@gnu.org> 162014-02-28 Xue Fuqiao <xfq@gnu.org>
17 17
18 * functions.texi (Advising Functions): 18 * functions.texi (Advising Functions, Advising Named Functions):
19 (Advising Named Functions): Tweak markup. 19 Tweak markup.
20 20
21 * display.texi (Defining Faces): Doc fix for `face-spec-set'. 21 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
22 22
23 * elisp.texi (Top): 23 * elisp.texi (Top):
24 * commands.texi (Generic Commands): 24 * commands.texi (Generic Commands, Defining Commands):
25 (Defining Commands): Document `define-alternatives'. 25 Document `define-alternatives'.
26 26
272014-02-27 Xue Fuqiao <xfq@gnu.org> 272014-02-27 Xue Fuqiao <xfq@gnu.org>
28 28
@@ -467,8 +467,8 @@
467 467
4682013-11-17 Xue Fuqiao <xfq.free@gmail.com> 4682013-11-17 Xue Fuqiao <xfq.free@gmail.com>
469 469
470 * os.texi (Time Parsing): 470 * os.texi (Time Parsing, Processor Run Time, Input Modes)
471 (Processor Run Time, Input Modes, Terminal Output): Minor fixes. 471 (Terminal Output): Minor fixes.
472 472
4732013-11-14 Glenn Morris <rgm@gnu.org> 4732013-11-14 Glenn Morris <rgm@gnu.org>
474 474
@@ -609,8 +609,7 @@
609 609
6102013-10-03 Xue Fuqiao <xfq.free@gmail.com> 6102013-10-03 Xue Fuqiao <xfq.free@gmail.com>
611 611
612 * syntax.texi (Syntax Flags): 612 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
613 (Syntax Table Functions): Add indexes.
614 613
6152013-10-02 Xue Fuqiao <xfq.free@gmail.com> 6142013-10-02 Xue Fuqiao <xfq.free@gmail.com>
616 615
@@ -692,8 +691,8 @@
692 (Undo): Doc fix for `buffer-undo-list'. 691 (Undo): Doc fix for `buffer-undo-list'.
693 692
694 * positions.texi (Character Motion): 693 * positions.texi (Character Motion):
695 * markers.texi (Moving Markers): 694 * markers.texi (Moving Markers, Creating Markers):
696 (Creating Markers): Comment out undefined behavior. 695 Comment out undefined behavior.
697 696
6982013-08-15 Xue Fuqiao <xfq.free@gmail.com> 6972013-08-15 Xue Fuqiao <xfq.free@gmail.com>
699 698
@@ -940,7 +939,7 @@
9402013-04-21 Xue Fuqiao <xfq.free@gmail.com> 9392013-04-21 Xue Fuqiao <xfq.free@gmail.com>
941 940
942 * internals.texi (Writing Emacs Primitives): Remove unnecessary 941 * internals.texi (Writing Emacs Primitives): Remove unnecessary
943 references to the sources. (Bug#13800) 942 references to the sources. (Bug#13800)
944 943
945 * searching.texi (Regexp Backslash): Doc fix for backslash 944 * searching.texi (Regexp Backslash): Doc fix for backslash
946 constructs in regular expressions. 945 constructs in regular expressions.
@@ -1173,7 +1172,7 @@
1173 1172
11742012-12-14 Paul Eggert <eggert@cs.ucla.edu> 11732012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1175 1174
1176 Fix permissions bugs with setgid directories etc. (Bug#13125) 1175 Fix permissions bugs with setgid directories etc. (Bug#13125)
1177 * files.texi (Testing Accessibility): Document GROUP arg 1176 * files.texi (Testing Accessibility): Document GROUP arg
1178 of file-ownership-preserved-p. 1177 of file-ownership-preserved-p.
1179 (File Attributes): Document that 9th element is now 1178 (File Attributes): Document that 9th element is now
@@ -1808,7 +1807,7 @@
1808 1807
18092012-07-06 Richard Stallman <rms@gnu.org> 18082012-07-06 Richard Stallman <rms@gnu.org>
1810 1809
1811 * intro.texi (Evaluation Notation, A Sample Function Description): 1810 * intro.texi (Evaluation Notation, A Sample Function Description)
1812 (A Sample Variable Description): Improve/undo previous changes. 1811 (A Sample Variable Description): Improve/undo previous changes.
1813 1812
18142012-07-05 Glenn Morris <rgm@gnu.org> 18132012-07-05 Glenn Morris <rgm@gnu.org>
@@ -2123,7 +2122,7 @@
2123 (Resizing Windows, Deleting Windows, Selecting Windows) 2122 (Resizing Windows, Deleting Windows, Selecting Windows)
2124 (Choosing Window Options, Horizontal Scrolling) 2123 (Choosing Window Options, Horizontal Scrolling)
2125 (Cyclic Window Ordering, Window History, Dedicated Windows) 2124 (Cyclic Window Ordering, Window History, Dedicated Windows)
2126 (Quitting Windows, Window Configurations, Textual Scrolling): 2125 (Quitting Windows, Window Configurations, Textual Scrolling)
2127 (Coordinates and Windows, Window Configurations) 2126 (Coordinates and Windows, Window Configurations)
2128 (Window Parameters, Window Hooks): Copyedits. 2127 (Window Parameters, Window Hooks): Copyedits.
2129 (Splitting Windows, Deleting Windows): 2128 (Splitting Windows, Deleting Windows):
@@ -2201,7 +2200,7 @@
2201 2200
2202 * processes.texi (Output from Processes, Filter Functions): 2201 * processes.texi (Output from Processes, Filter Functions):
2203 Mention waiting-for-user-input-p. 2202 Mention waiting-for-user-input-p.
2204 (Sentinels, Query Before Exit, System Processes, Transaction Queues): 2203 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2205 (Network Servers, Datagrams, Network Processes, Network Options) 2204 (Network Servers, Datagrams, Network Processes, Network Options)
2206 (Network Feature Testing, Serial Ports): Copyedits. 2205 (Network Feature Testing, Serial Ports): Copyedits.
2207 (Network): Add encrypted network overview paragraph. 2206 (Network): Add encrypted network overview paragraph.
@@ -2223,7 +2222,7 @@
2223 2222
22242012-04-15 Glenn Morris <rgm@gnu.org> 22232012-04-15 Glenn Morris <rgm@gnu.org>
2225 2224
2226 * processes.texi (Processes, Subprocess Creation, Shell Arguments): 2225 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2227 (Synchronous Processes, Asynchronous Processes, Deleting Processes): 2226 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2228 Copyedits. 2227 Copyedits.
2229 (Subprocess Creation): Discourage modifying exec-path directly. 2228 (Subprocess Creation): Discourage modifying exec-path directly.
@@ -2243,8 +2242,7 @@
2243 2242
22442012-04-14 Chong Yidong <cyd@gnu.org> 22432012-04-14 Chong Yidong <cyd@gnu.org>
2245 2244
2246 * customize.texi (Applying Customizations): 2245 * customize.texi (Applying Customizations, Custom Themes): New nodes.
2247 (Custom Themes): New nodes.
2248 2246
2249 * display.texi (Defining Faces): Reference custom-set-faces. 2247 * display.texi (Defining Faces): Reference custom-set-faces.
2250 2248
@@ -2373,8 +2371,8 @@
2373 2371
23742012-03-28 Glenn Morris <rgm@gnu.org> 23722012-03-28 Glenn Morris <rgm@gnu.org>
2375 2373
2376 * searching.texi (Regular Expressions, Regexp Special): 2374 * searching.texi (Regular Expressions, Regexp Special)
2377 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search): 2375 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2378 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits. 2376 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2379 (Regexp Special): Mention collation. 2377 (Regexp Special): Mention collation.
2380 Clarify char classes with an example. 2378 Clarify char classes with an example.
@@ -2605,7 +2603,7 @@
2605 (Pure Storage): Small changes. 2603 (Pure Storage): Small changes.
2606 (Memory Usage): Copyedit. 2604 (Memory Usage): Copyedit.
2607 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For 2605 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
2608 example definitions. Give examples of things with non-nil 2606 example definitions. Give examples of things with non-nil
2609 interactive args. Mention eval_sub. Remove old info about 2607 interactive args. Mention eval_sub. Remove old info about
2610 strings and GCPRO. Mention cus-start.el. 2608 strings and GCPRO. Mention cus-start.el.
2611 (Buffer Internals, Window Internals, Process Internals): 2609 (Buffer Internals, Window Internals, Process Internals):
@@ -2781,7 +2779,7 @@
2781 (Syntax Class Table): Use a table. 2779 (Syntax Class Table): Use a table.
2782 (Syntax Properties): Document syntax-propertize-function and 2780 (Syntax Properties): Document syntax-propertize-function and
2783 syntax-propertize-extend-region-functions. 2781 syntax-propertize-extend-region-functions.
2784 (Motion via Parsing): Clarify scan-lists. Fix indentation. 2782 (Motion via Parsing): Clarify scan-lists. Fix indentation.
2785 (Parser State): Update for the new "c" comment style. 2783 (Parser State): Update for the new "c" comment style.
2786 Fix description of item 7 (comment style). 2784 Fix description of item 7 (comment style).
2787 2785
@@ -3820,7 +3818,7 @@
3820 Document wide integers better. 3818 Document wide integers better.
3821 * files.texi (File Attributes): Document ino_t values better. 3819 * files.texi (File Attributes): Document ino_t values better.
3822 ino_t values no longer map to anything larger than a single cons. 3820 ino_t values no longer map to anything larger than a single cons.
3823 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations): 3821 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
3824 (Bitwise Operations): 3822 (Bitwise Operations):
3825 * objects.texi (Integer Type): Use a binary notation that is a bit easier 3823 * objects.texi (Integer Type): Use a binary notation that is a bit easier
3826 to read, and that will port better if 62-bits becomes the default. 3824 to read, and that will port better if 62-bits becomes the default.
@@ -7268,8 +7266,7 @@
7268 * positions.texi (List Motion): 7266 * positions.texi (List Motion):
7269 * hash.texi (Hash Tables, Creating Hash, Defining Hash): 7267 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7270 * numbers.texi (Arithmetic Operations, Math Functions) 7268 * numbers.texi (Arithmetic Operations, Math Functions)
7271 (Predicates on Numbers, Comparison of Numbers): 7269 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7272 (Numeric Conversions):
7273 * locals.texi (Standard Buffer-Local Variables): 7270 * locals.texi (Standard Buffer-Local Variables):
7274 * maps.texi (Standard Keymaps): 7271 * maps.texi (Standard Keymaps):
7275 * os.texi (User Identification, System Environment, Recording Input) 7272 * os.texi (User Identification, System Environment, Recording Input)
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 5c74a54a0d8..1145fc5fa4f 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -198,7 +198,7 @@
198 198
199 * org.texi (Global and local cycling): Fix missing '@'. 199 * org.texi (Global and local cycling): Fix missing '@'.
200 200
2012013-01-07 Bastien Guerry <bzg@gnu.org> 2012013-01-07 Bastien Guerry <bzg@gnu.org>
202 202
203 * org.texi (Global and local cycling): Mention C-u C-u TAB. 203 * org.texi (Global and local cycling): Mention C-u C-u TAB.
204 (Include files, The Export Dispatcher) 204 (Include files, The Export Dispatcher)
@@ -993,9 +993,9 @@
993 993
9942013-08-10 Xue Fuqiao <xfq.free@gmail.com> 9942013-08-10 Xue Fuqiao <xfq.free@gmail.com>
995 995
996 * ido.texi (Working Directories): 996 * ido.texi (Working Directories, Flexible Matching, Regexp Matching)
997 (Flexible Matching, Regexp Matching, Find File At Point) 997 (Find File At Point, Ignoring, Misc Customization): Use @defopt
998 (Ignoring, Misc Customization): Use @defopt for user options. 998 for user options.
999 999
10002013-08-09 Xue Fuqiao <xfq.free@gmail.com> 10002013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1001 1001
@@ -1019,8 +1019,7 @@
10192013-08-07 Xue Fuqiao <xfq.free@gmail.com> 10192013-08-07 Xue Fuqiao <xfq.free@gmail.com>
1020 1020
1021 * sc.texi (Introduction): Fix index. 1021 * sc.texi (Introduction): Fix index.
1022 (Usage Overview): 1022 (Usage Overview, Citations, Citation Elements, Recognizing Citations)
1023 (Citations, Citation Elements, Recognizing Citations)
1024 (Information Keys and the Info Alist, Reference Headers) 1023 (Information Keys and the Info Alist, Reference Headers)
1025 (The Built-in Header Rewrite Functions) 1024 (The Built-in Header Rewrite Functions)
1026 (Electric References, Reply Buffer Initialization) 1025 (Electric References, Reply Buffer Initialization)
@@ -1036,8 +1035,7 @@
1036 1035
1037 * newsticker.texi (Usage): Use @key for RET. 1036 * newsticker.texi (Usage): Use @key for RET.
1038 1037
1039 * cl.texi (Argument Lists): 1038 * cl.texi (Argument Lists, For Clauses)
1040 (For Clauses):
1041 (Macros): Add indexes. 1039 (Macros): Add indexes.
1042 1040
10432013-08-05 Xue Fuqiao <xfq.free@gmail.com> 10412013-08-05 Xue Fuqiao <xfq.free@gmail.com>
@@ -1047,7 +1045,7 @@
10472013-08-04 Stephen Berman <stephen.berman@gmx.net> 10452013-08-04 Stephen Berman <stephen.berman@gmx.net>
1048 1046
1049 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode. 1047 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
1050 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)): 1048 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT))
1051 (todo-mode.dvi, todo-mode.pdf): New rules. 1049 (todo-mode.dvi, todo-mode.pdf): New rules.
1052 1050
1053 * todo-mode.texi: New file. 1051 * todo-mode.texi: New file.
@@ -1395,8 +1393,8 @@
1395 1393
13962013-02-09 Jay Belanger <jay.p.belanger@gmail.com> 13942013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1397 1395
1398 * calc.texi (Basic Operations on Units): 1396 * calc.texi (Basic Operations on Units, Customizing Calc):
1399 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'. 1397 Mention the variable `calc-allow-units-as-numbers'.
1400 1398
14012013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz> 13992013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1402 1400
@@ -4105,8 +4103,8 @@
4105 4103
41062010-11-11 Carsten Dominik <carsten.dominik@gmail.com> 41042010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4107 4105
4108 * org.texi (Handling links): 4106 * org.texi (Handling links, In-buffer settings):
4109 (In-buffer settings): Document inlining images on startup. 4107 Document inlining images on startup.
4110 4108
41112010-11-11 Carsten Dominik <carsten.dominik@gmail.com> 41092010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4112 4110
@@ -6260,8 +6258,8 @@
6260 6258
62612008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr> 62592008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
6262 6260
6263 * calc.texi (Editing Stack Entries): 6261 * calc.texi (Editing Stack Entries, Algebraic Entry):
6264 (Algebraic Entry): Rewrite introductory sentences so it can be used by 6262 Rewrite introductory sentences so it can be used by
6265 Calc's help functions. Mention fixing typos. 6263 Calc's help functions. Mention fixing typos.
6266 (Customizing Calc): Fix typo. 6264 (Customizing Calc): Fix typo.
6267 6265
@@ -9835,11 +9833,9 @@
9835 * info.texi (Help-Xref): 9833 * info.texi (Help-Xref):
9836 * message.texi (Message Headers): 9834 * message.texi (Message Headers):
9837 * org.texi (Remember): 9835 * org.texi (Remember):
9838 * reftex.texi (Options (Defining Label Environments)): 9836 * reftex.texi (Options (Defining Label Environments))
9839 (Options (Index Support)): 9837 (Options (Index Support), Options (Viewing Cross-References))
9840 (Options (Viewing Cross-References)): 9838 (Options (Misc), Changes):
9841 (Options (Misc)):
9842 (Changes):
9843 * speedbar.texi (Creating a display): 9839 * speedbar.texi (Creating a display):
9844 * tramp.texi (Customizing Completion, Auto-save and Backup): 9840 * tramp.texi (Customizing Completion, Auto-save and Backup):
9845 Texinfo usage fix. 9841 Texinfo usage fix.
@@ -10289,7 +10285,7 @@
102892004-11-03 Jan Djärv <jan.h.d@swipnet.se> 102852004-11-03 Jan Djärv <jan.h.d@swipnet.se>
10290 10286
10291 * idlwave.texi (Continued Statement Indentation): 10287 * idlwave.texi (Continued Statement Indentation):
10292 * reftex.texi (Options (Index Support)): 10288 * reftex.texi (Options (Index Support))
10293 (Displaying and Editing the Index, Table of Contents): 10289 (Displaying and Editing the Index, Table of Contents):
10294 * speedbar.texi (Creating a display, Major Display Modes): 10290 * speedbar.texi (Creating a display, Major Display Modes):
10295 Replace non-nil with non-@code{nil}. 10291 Replace non-nil with non-@code{nil}.