aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Monnier2014-10-20 21:17:06 -0400
committerStefan Monnier2014-10-20 21:17:06 -0400
commiteed18bf1fd1162872e196091ab795a773f277e8e (patch)
treef3fee81f1e7fdf23b57138740437e07ce244ede8 /doc
parent8a85c254de2528be0f3ff154fa24df65e6557c1a (diff)
parent1fc82d89a8a603754d17a35be1ce78e66d0b6fd6 (diff)
downloademacs-eed18bf1fd1162872e196091ab795a773f277e8e.tar.gz
emacs-eed18bf1fd1162872e196091ab795a773f277e8e.zip
Merge from emacs-24
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog20
-rw-r--r--doc/lispintro/ChangeLog28
-rw-r--r--doc/misc/ChangeLog4
3 files changed, 26 insertions, 26 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index ba712a1fb57..e19b0cf6485 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -307,8 +307,8 @@
307 307
3082014-03-13 Paul Eggert <eggert@cs.ucla.edu> 3082014-03-13 Paul Eggert <eggert@cs.ucla.edu>
309 309
310 * mule.texi (International, Language Environments): Update 310 * mule.texi (International, Language Environments):
311 the list of language environments to what Emacs currently 311 Update the list of language environments to what Emacs currently
312 supports. Add the full list to the index. Suggest C-h L for 312 supports. Add the full list to the index. Suggest C-h L for
313 details rather than trying to give very brief details here. 313 details rather than trying to give very brief details here.
314 314
@@ -600,8 +600,8 @@
600 600
601 * indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'. 601 * indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'.
602 602
603 * frames.texi (Scroll Bars): Document 603 * frames.texi (Scroll Bars):
604 `scroll-bar-adjust-thumb-portion'. 604 Document `scroll-bar-adjust-thumb-portion'.
605 605
6062013-12-21 Chong Yidong <cyd@gnu.org> 6062013-12-21 Chong Yidong <cyd@gnu.org>
607 607
@@ -627,8 +627,8 @@
627 627
628 * entering.texi: Document `initial-buffer-choice' changes. 628 * entering.texi: Document `initial-buffer-choice' changes.
629 629
630 * misc.texi (emacsclient Options): Document 630 * misc.texi (emacsclient Options):
631 `initial-buffer-choice' changes. 631 Document `initial-buffer-choice' changes.
632 632
633 * help.texi: Document that `?' now also shows subcommands of 633 * help.texi: Document that `?' now also shows subcommands of
634 prefix keys. 634 prefix keys.
@@ -1111,8 +1111,8 @@
1111 1111
1112 * misc.texi (Terminal emulator): Document Term mode faces. 1112 * misc.texi (Terminal emulator): Document Term mode faces.
1113 1113
1114 * mini.texi (Basic Minibuffer): New node. Document 1114 * mini.texi (Basic Minibuffer): New node.
1115 minibuffer-electric-default-mode. 1115 Document minibuffer-electric-default-mode.
1116 1116
1117 * display.texi (Visual Line Mode): Fix index entry. 1117 * display.texi (Visual Line Mode): Fix index entry.
1118 1118
@@ -3172,7 +3172,7 @@
3172 3172
3173 * Makefile.in (MAKEINFO): Now controlled by `configure'. 3173 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3174 (MAKEINFO_OPTS): New variable. Use it where appropriate. 3174 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3175 (ENVADD): Updated. 3175 (ENVADD): Update.
3176 3176
31772011-01-18 Glenn Morris <rgm@gnu.org> 31772011-01-18 Glenn Morris <rgm@gnu.org>
3178 3178
@@ -9067,7 +9067,7 @@
9067 9067
9068 * text.texi (Format Faces): Replace old M-g key prefix with M-o. 9068 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
9069 9069
9070 * emacs.texi (Acknowledgments): Updated. 9070 * emacs.texi (Acknowledgments): Update.
9071 9071
9072 * anti.texi: Total rewrite. 9072 * anti.texi: Total rewrite.
9073 9073
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog
index c76d9534b26..37f8ac9da0e 100644
--- a/doc/lispintro/ChangeLog
+++ b/doc/lispintro/ChangeLog
@@ -575,8 +575,8 @@
5752006-11-05 Robert J. Chassell <bob@rattlesnake.com> 5752006-11-05 Robert J. Chassell <bob@rattlesnake.com>
576 576
577 * emacs-lisp-intro.texi: Yet more minor changes: 577 * emacs-lisp-intro.texi: Yet more minor changes:
578 (defcustom): Said that `:options' is usually for a hook. Remove 578 (defcustom): Said that `:options' is usually for a hook.
579 extraneous space in parenthetical remark concerning 579 Remove extraneous space in parenthetical remark concerning
580 `text-mode-hook-identify'. At end, mention other defines, too. 580 `text-mode-hook-identify'. At end, mention other defines, too.
581 (Beginning a .emacs File): Reverse words about comments so they 581 (Beginning a .emacs File): Reverse words about comments so they
582 parallel numbers of listed semi-colons. 582 parallel numbers of listed semi-colons.
@@ -598,12 +598,12 @@
598 Center images for TeX output. 598 Center images for TeX output.
599 (kill-new function): Remove indentation for sentence talking about 599 (kill-new function): Remove indentation for sentence talking about
600 momentarily skipping code. 600 momentarily skipping code.
601 (cons & search-fwd Review): Document @code{funcall}. Document 601 (cons & search-fwd Review): Document @code{funcall}.
602 @code{re-search-forward} with existing @code{search-forward}. 602 Document @code{re-search-forward} with existing @code{search-forward}.
603 Reference chapter on regular expression searches. 603 Reference chapter on regular expression searches.
604 (Recursion with list): Specify a more recent version as being Emacs. 604 (Recursion with list): Specify a more recent version as being Emacs.
605 (Recursion with list, Every, recursive-graph-body-print): Change 605 (Recursion with list, Every, recursive-graph-body-print):
606 `if ... progn' expression to `when'. 606 Change `if ... progn' expression to `when'.
607 (Recursive triangle function): For printing in small book, ensure 607 (Recursive triangle function): For printing in small book, ensure
608 section name is not last on bottom of preceding page. 608 section name is not last on bottom of preceding page.
609 (Keep): Remove extraneous space in function definition example. 609 (Keep): Remove extraneous space in function definition example.
@@ -612,11 +612,11 @@
612 function. 612 function.
613 (fwd-sentence while loops): Write a function as one, not as a form. 613 (fwd-sentence while loops): Write a function as one, not as a form.
614 (fwd-para let): Add `which' to sentence with `parstart' and `parsep'. 614 (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
615 (etags): Move sentences involving `find-tag' and sources. State 615 (etags): Move sentences involving `find-tag' and sources.
616 location of Emacs `src' directory. 616 State location of Emacs `src' directory.
617 (Design count-words-region): Better explain two backslashes in a row. 617 (Design count-words-region): Better explain two backslashes in a row.
618 (Find a File): Fix grammar; add a `to' and write `to visit'. Change 618 (Find a File): Fix grammar; add a `to' and write `to visit'.
619 `named' to `selected'. 619 Change `named' to `selected'.
620 (lengths-list-file): Remove extraneous parenthesis from reference. 620 (lengths-list-file): Remove extraneous parenthesis from reference.
621 (lengths-list-many-files): Explain `expand-file-name' better. 621 (lengths-list-many-files): Explain `expand-file-name' better.
622 (Files List): Rephrase sentence regarding Lisp sources directory. 622 (Files List): Rephrase sentence regarding Lisp sources directory.
@@ -644,8 +644,8 @@
644 seen' the @code{eq} function. 644 seen' the @code{eq} function.
645 (kill-append function): Reformat `kill-append' function definition so 645 (kill-append function): Reformat `kill-append' function definition so
646 it prints well. 646 it prints well.
647 (kill-new function): Indent the sentence beginning `notice'. Replace 647 (kill-new function): Indent the sentence beginning `notice'.
648 `the same as' with `similar to'. Repair typo. Remove obsolete 648 Replace `the same as' with `similar to'. Repair typo. Remove obsolete
649 references to `yank' and `yank-pop. End section with a note that `we 649 references to `yank' and `yank-pop. End section with a note that `we
650 will digress into C.' 650 will digress into C.'
651 651
@@ -669,8 +669,8 @@
669 is 3.00. Did not update ISBN number. 669 is 3.00. Did not update ISBN number.
670 670
671 * emacs-lisp-intro.texi: Remove version reference for X colors. 671 * emacs-lisp-intro.texi: Remove version reference for X colors.
672 Document `='. Remove mention that :eval was new in 21. Updated 672 Document `='. Remove mention that :eval was new in 21.
673 instance's edition-number to 3.01. 673 Updated instance's edition-number to 3.01.
674 674
6752006-10-30 Robert J. Chassell <bob@rattlesnake.com> 6752006-10-30 Robert J. Chassell <bob@rattlesnake.com>
676 676
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 804e52dc27c..a8fccd391d8 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -57,8 +57,8 @@
572014-09-24 Ulf Jasper <ulf.jasper@web.de> 572014-09-24 Ulf Jasper <ulf.jasper@web.de>
58 58
59 * newsticker.texi: Reworked. Document new treeview group 59 * newsticker.texi: Reworked. Document new treeview group
60 commands. Remove VERSION, UPDATED, use EMACSVER instead. Use 60 commands. Remove VERSION, UPDATED, use EMACSVER instead.
61 term 'feed reader'. 61 Use term 'feed reader'.
62 62
632014-09-04 Paul Eggert <eggert@cs.ucla.edu> 632014-09-04 Paul Eggert <eggert@cs.ucla.edu>
64 64