comparison lispintro/ChangeLog @ 90650:02cf29720f31

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 490-504) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 161-163) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
author Miles Bader <miles@gnu.org>
date Tue, 07 Nov 2006 23:22:48 +0000
parents 7eeafaaa9eab 5e7931da73ad
children dbe3f29e61d6
comparison
equal deleted inserted replaced
90649:d53934e7ddef 90650:02cf29720f31
1 2006-11-06 Robert J. Chassell <bob@rattlesnake.com>
2
3 * emacs-lisp-intro.texi: Finish minor changes seen from DVI output.
4 Replace 22.1.100 with 22.1.1.
5 (current-kill): Mention functions that directly or indirectly call
6 `kill-new', which sets `kill-ring-yank-pointer'.
7 (Understanding current-kill): Change `lasted' to `last'. Remove
8 extraneous parenthesis. Reword item about returning `car' of list.
9 (yank): Remove mention of `rotate-yank-pointer'.
10 (Y Axis Element): Add comment regarding replacement of blank space.
11 (print-Y-axis Penultimate): Explain that `print-graph' will pass
12 `height-of-top-line' so `print-Y-axis' does not have a bug.
13
14 2006-11-05 Robert J. Chassell <bob@rattlesnake.com>
15
16 * emacs-lisp-intro.texi: Yet more minor changes:
17 (defcustom): Said that `:options' is usually for a hook. Remove
18 extraneous space in parenthetical remark concerning
19 `text-mode-hook-identify'. At end, mention other defines, too.
20 (Beginning a .emacs File): Reverse words about comments so they
21 parallel numbers of listed semi-colons.
22 (Text and Auto-fill): Remove extraneous blank line in example.
23 (Mail Aliases): Remove extraneous blank line in example.
24 (Keybindings): Reformat as needed with `key' rather than `kbd'.
25 (Keybindings, Miscellaneous, Mode Line): For small book format, start
26 section name on top of new page.
27 (Simple Extension): Replace longer expression with
28 `emacs-major-version'. Remove comment about `number-to-string'
29 function.
30 (Miscellaneous): Add filename option, `-H', to `grep' example
31 (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
32 GNU Emacs'.
33 (edebug): More properly state where to place point for 'M-x
34 edebug-defun'.
35
36 * emacs-lisp-intro.texi: More minor changes.
37 Center images for TeX output.
38 (kill-new function): Remove indentation for sentence talking about
39 momentarily skipping code.
40 (cons & search-fwd Review): Document @code{funcall}. Document
41 @code{re-search-forward} with existing @code{search-forward}.
42 Reference chapter on regular expression searches.
43 (Recursion with list): Specify a more recent version as being Emacs.
44 (Recursion with list, Every, recursive-graph-body-print): Change
45 `if ... progn' expression to `when'.
46 (Recursive triangle function): For printing in small book, ensure
47 section name is not last on bottom of preceding page.
48 (Keep): Remove extraneous space in function definition example.
49 (sentence-end): Specify `in English' for glyphs that end a sentence.
50 Note that in GNU Emacs 22, the name refers to both a variable and a
51 function.
52 (fwd-sentence while loops): Write a function as one, not as a form
53 (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
54 (etags): Move sentences involving `find-tag' and sources. State
55 location of Emacs `src' directory.
56 (Design count-words-region): Better explain two backslashes in a row.
57 (Find a File): Fix grammar; add a `to' and write `to visit'. Change
58 `named' to `selected'.
59 (lengths-list-file): Remove extraneous parenthesis from reference.
60 (lengths-list-many-files): Explain `expand-file-name' better.
61 (Files List): Rephrase sentence regarding Lisp sources directory
62
63 2006-11-04 Robert J. Chassell <bob@rattlesnake.com>
64
65 * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100.
66 (defcustom): Note that the value set by defconst is a variable.
67 (Buffer Size & Locations): Parenthetical remark about evaluation.
68 (Finding More): Change text to include C sources by inference.
69
70 * emacs-lisp-intro.texi: Minor fixes.
71 Replace all tabs with eight spaces each so printed text looks correct.
72 Remove extraneous comma in a printed node name produced by `ref'.
73 (insert-buffer): Add a missing beginning parenthesis.
74 (beginning-of-buffer): Add `beginning of' to note about accessible
75 portion.
76 (narrow Exercise): Write closing parenthesis at end of correct
77 paragraph.
78 (zap-to-char): Remove extraneous `a' from first sentence.
79 (Complete zap-to-char): Remove two extraneous sentences.
80 (zap-to-char body): Move sentences on documentation two nodes earlier.
81 (Lisp macro): Add definition of `unless' macro.
82 (last-command & this-command): Remove comment that `we have not yet
83 seen' the @code{eq} function.
84 (kill-append function): Reformat `kill-append' function definition so
85 it prints well.
86 (kill-new function): Indent the sentence beginning `notice'. Replace
87 `the same as' with `similar to'. Repair typo. Remove obsolete
88 references to `yank' and `yank-pop. End section with a note that `we
89 will digress into C.'
90
91 2006-11-02 Robert J. Chassell <bob@rattlesnake.com>
92
93 * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
94 of extraneous quotation mark to rotate-yank-pointer.
95
96 2006-11-01 Juri Linkov <juri@jurta.org>
97
98 * emacs-lisp-intro.texi: Fix unbalanced quotes.
99
100 2006-10-31 Robert J. Chassell <bob@rattlesnake.com>
101
102 * emacs-lisp-intro.texi: Revised text for kill-region,
103 copy-region-as-kill, kill-append, kill-new, forward-sentence,
104 forward-paragraph, find-file, current-kill, yank, and yank-pop.
105 Removed INSTALL MANIFEST from the directory since those files are
106 now irrelevant. Updated Info file in ../info. Changed numbering
107 so is now Revised Third Edition and this instance's edition-number
108 is 3.00. Did not update ISBN number.
109
110 * emacs-lisp-intro.texi: Remove version reference for X colors.
111 Document `='. Remove mention that :eval was new in 21. Updated
112 instance's edition-number to 3.01.
113
114 2006-10-30 Robert J. Chassell <bob@rattlesnake.com>
115
116 * emacs-lisp-intro.texi: Many changes since it turned out that
117 many `simple' functions were rewritten. Changes to the text
118 regarding zap-to-char, mark-whole-buffer, append-to-buffer,
119 copy-to-buffer, beginning-of-buffer, what-line, and possibly
120 others. (I have not reviewed all yet.) This instance does build
121 for Info and TeX.
122
1 2006-10-29 Chong Yidong <cyd@stupidchicken.com> 123 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
2 124
3 * Makefile.in: Use relative paths to avoid advertising filesystem 125 * Makefile.in: Use relative paths to avoid advertising filesystem
4 contents during compilation. 126 contents during compilation.
5 127
6 * makefile.w32-in: Likewise.
7
8 2006-08-21 Robert J. Chassell <bob@rattlesnake.com> 128 2006-08-21 Robert J. Chassell <bob@rattlesnake.com>
9 129
10 * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex 130 * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
11 and pointed towards ../man/texinfo.tex so only one file 131 and pointed towards ../man/texinfo.tex so only one file
12 needs updating. Added comment of what to do when building on own. 132 needs updating. Added comment of what to do when building on own.
13 133
14 * texinfo.tex: changed to version 2006-02-13.16 134 * texinfo.tex: changed to version 2006-02-13.16
15 to enable a DVI build using the more recent versions of TeX. 135 to enable a DVI build using the more recent versions of TeX.
16 136
17 2006-05-25 David Kastrup <dak@gnu.org> 137 2006-05-25 David Kastrup <dak@gnu.org>
18 138
19 * emacs-lisp-intro.texi (setcar): replace an antelope rather than 139 * emacs-lisp-intro.texi (setcar): replace an antelope rather than
20 a giraffe with a hippopotamus. 140 a giraffe with a hippopotamus.